:root {
  --color-primary: #d3dae5;
  --background-primary: #1a1a1a;
  --background-secondary: #363a40;
  --background-third: #222428;
  --background-4: #292c30;
  --color-white: #ffffff;
  --color-active: #00eeef;
  --color-orange: #ff9d43;
  --color-blue: #8095ff;
  --color-red: #ff6b6b;
  --color-green: #14ffab;
  --color-purple: #c077ff;
  --color-pink: #f76bff;
  --color-mat: #cccccc;
  --color-gray: #929292;
  --color-text: #f5f5f5;
  --color-text-dark: #1a1a1a;
  --color-border-light: rgb(177, 177, 177);
  --card-border-right: #595959;
  --color-article: #999999;
  --color-gear: #007880;
  --color-hover: #717071;
  --background-5: #f7f7f7;
  --color-links: #005f66;
  --color-links-primary: #f2f2f2;
  --color-btn-footer-primary: #00eeff;
  --color-text-exc: #ffb069;
  --color-black: #121112;
  --color-gray-border: #b3b3b3;
  --color-hr: #b2b2b2;
  --primary-blue: #00eeef;
  --imi-black: #1a1a1a;
  --imi-jade: #007880;
  --color-reg-error-text: #ff0000;
  --color-icons-Head-foot: #cbcbcb;
  --container-min-width: 1024px;
  --container-max-width: 1440px;
  --btn-border-1: #393939;
  --width-50: 50%;

  --roboto: "Roboto", sans-serif;

  --breakpoint-mobile: 768px;
}

html,
body {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 64rem) {
  .container {
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media only screen and (min-width: 90rem) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

@font-face {
  font-family: "SummitSansBeta3";
  src: url("../fonts/SummitSansBeta3-Regular.woff?d=101") format("woff"),
    url("../fonts/SummitSansBeta3-Regular.woff2?d=101") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SummitSansBeta3";
  src: url("../fonts/Summit_Sans-Bold.woff?d=101") format("woff"),
    url("../fonts/Summit_Sans-Bold.woff2?d=101") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFCompactDisplay";
  src: url("../fonts/SFCompactDisplay-Regular.woff?d=101") format("woff"),
    url("../fonts/SFCompactDisplay-Regular.woff2?d=101") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IMI";
  src: url("../fonts/IMI.eot?d=101");
  src: url("../fonts/IMI.eot?d=101") format("embedded-opentype"),
    url("../fonts/IMI.ttf?d=101") format("truetype"),
    url("../fonts/IMI.woff?d=101") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#fusion-app {
  height: 100%;
}

body.side-open {
  overflow: hidden;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;

  margin-right: auto;
  margin-left: auto;
}

a img:hover,
a picture:hover {
  opacity: 1;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1216px;
  }
}

[class^="icon-"],
[class*="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IMI" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\e900";
}
.icon-added:before {
  content: "\e901";
}
.icon-apple-podcasts:before {
  content: "\e902";
}
.icon-apple:before {
  content: "\e903";
}
.icon-back-carousel .path1:before {
  content: "\e904";
  color: rgb(242, 242, 242);
}
.icon-back-carousel .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-booknmark:before {
  content: "\e906";
}
.icon-booknmarked:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-closed-caption:before {
  content: "\e909";
}
.icon-data-visualization:before {
  content: "\e90a";
}
.icon-email-2:before {
  content: "\e90b";
  color: #808080;
}
.icon-email:before {
  content: "\e90c";
}
.icon-expand:before {
  content: "\e90d";
}
.icon-facebook:before {
  content: "\e90e";
}
.icon-facebook-logo-2:before {
  content: "\e90f";
  color: #227bef;
}
.icon-forward-carousel .path1:before {
  content: "\e910";
  color: rgb(242, 242, 242);
}
.icon-forward-carousel .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-go-back-15-sec:before {
  content: "\e912";
}
.icon-go-forward-15-sec:before {
  content: "\e913";
}
.icon-google-podcasts:before {
  content: "\e914";
}
.icon-google .path1:before {
  content: "\e915";
  color: rgb(66, 133, 244);
}
.icon-google .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(52, 168, 83);
}
.icon-google .path3:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(251, 188, 5);
}
.icon-google .path4:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(234, 67, 53);
}
.icon-instagram:before {
  content: "\e919";
}
.icon-instagram-logo-2 .path1:before {
  content: "\e91a";
  color: rgb(0, 0, 0);
}
.icon-instagram-logo-2 .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-instagram-logo-2 .path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-instagram-logo-2 .path4:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-linkedin:before {
  content: "\e91e";
}
.icon-listen:before {
  content: "\e91f";
}
.icon-menu:before {
  content: "\e920";
}
.icon-more-closed:before {
  content: "\e921";
}
.icon-more-open:before {
  content: "\e922";
}
.icon-mute-1:before {
  content: "\e923";
}
.icon-mute-2:before {
  content: "\e924";
}
.icon-overspill:before {
  content: "\e925";
}
.icon-pause-button-1:before {
  content: "\e926";
}
.icon-pause-button-2:before {
  content: "\e927";
}
.icon-pause-button-3:before {
  content: "\e928";
}
.icon-pinnacle:before {
  content: "\e929";
}
.icon-play-button-1:before {
  content: "\e92a";
}
.icon-play-button-2:before {
  content: "\e92b";
}
.icon-play-button-3:before {
  content: "\e92c";
}
.icon-podcast:before {
  content: "\e92d";
}
.icon-profile:before {
  content: "\e92e";
}
.icon-search:before {
  content: "\e92f";
}
.icon-share:before {
  content: "\e930";
}
.icon-spotify:before {
  content: "\e931";
}
.icon-switch .path1:before {
  content: "\e932";
  color: rgb(120, 120, 128);
  opacity: 0.16;
}
.icon-switch .path2:before {
  content: "\e933";
  margin-left: -1.2890625em;
  color: rgb(255, 255, 255);
}
.icon-tunein:before {
  content: "\e934";
}
.icon-twitter:before {
  content: "\e935";
}
.icon-twitter-logo-2:before {
  content: "\e936";
  color: #2aa3ef;
}
.icon-volume-1:before {
  content: "\e937";
}
.icon-volume-2:before {
  content: "\e938";
}
.icon-whatsapp-logo-1:before {
  content: "\e939";
}
.icon-whatsapp-logo-2 .path1:before {
  content: "\e93a";
  color: rgb(37, 228, 122);
}
.icon-whatsapp-logo-2 .path2:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-youtube:before {
  content: "\e93c";
}

.btn-global-ghost {
  border: 1px solid var(--color-white);
  cursor: pointer;
  line-height: 22px;
  border: 2px solid var(--color-white);
  box-sizing: border-box;
  color: var(--color-links-primary);
  padding: 6px 40px;
  background-color: transparent;
  text-transform: uppercase;
  font-family: SummitSansBeta3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 15px 0;
  letter-spacing: 1px;
  text-align: center;
}

.btn-global-ghost:hover {
  border: 2px solid #00eeef;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.form-error {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-reg-error-text);
}

.position-relative {
  position: relative;
}

.loading-box {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffbd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.Toastify__toast--success {
  background-color: #9bdca9 !important;
  height: 50px;
  color: black;
}

.Toastify__toast-body {
  font-size: 16px;
}

main {
  max-width: 1440px;
  margin: 0 auto 72px auto;
  min-height: 500px;
  position: relative;
}

main.overlay::after {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: calc(-50vw + 50%);
  position: absolute;
  z-index: 10;
}

.main .imi-bg-dark p {
  color: #fff !important;
}

body {
  font-family: Roboto;
}

.Wrap {
  max-width: var(--container-max-width);
}

.imi-bg-dark {
  background: var(--background-primary);
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.newsletter-form-home {
  margin: 8px 0;
}
@media screen and (min-width: 768px) {
  .newsletter-form-home {
    margin: 28px 0;
  }
}
