@font-face {
  font-family: "RoobertEnelRegular";
  src: url(./assets/roobertenel/RoobertENEL-Regular.otf);
}
@font-face {
  font-family: "RoobertEnelBold";
  src: url(./assets/roobertenel/RoobertENEL-Bold.otf);
}
@font-face {
  font-family: "RoobertEnelLight";
  src: url(./assets/roobertenel/RoobertENEL-Light.otf);
}
body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

body > * {
  font-family: "RoobertEnelRegular";
  scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
b,
strong {
  font-family: "RoobertEnelBold";
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("./assets/CommunicationUniversity_LP_A.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1320px;
  z-index: 1;
}

footer {
  font-family: RoobertEnelLight;
}

.copyright {
  margin-top: 3px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

.section-title {
  font-family: RoobertEnelRegular;
  font-size: 22px;
  line-height: 33px;
  color: #667790;
  margin-bottom: 24px;
}

.separator {
  height: 1px;
  width: 100%;
  background-color: #c2cddd;
}

p {
  line-height: 26px;
}

.lh30 {
  line-height: 32px !important;
}

#hamburger {
  background-color: white;
  border: none;
  position: absolute;
  left: 30px;
}

.cta-icon {
  width: 14px;
  margin-bottom: 4px;
}

.ctabar-icon {
  width: 10px;
  height: 14px;
}

#modalCard {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.closer {
  min-height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -20px;
  right: -20px;
  float: right;
  cursor: pointer;
  border-radius: 50%;
}

.details-card {
  background-color: #ffffff;
  margin: 5% auto;
  padding: 2%;
  border: 1px solid #888;
  width: 65%;
  height: 80%;
  overflow: auto;
  border-radius: 2px;
  z-index: 999;
}

.closemod {
  width: 15px;
}

.modHeader {
  font-size: 18px;
  line-height: 18px;
  color: #667790;
}

.modTitle {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
}

.modImg {
  margin: 48px 0;
  max-width: 90%;
}

.modDesc {
  font-size: 16px;
  line-height: 24px;
  color: #0e141a;
}

.modCta {
  font-size: 16px;
  line-height: 16px;
  color: #d3135a;
}

.modCta:hover {
  text-decoration: none;
  color: #d3135a;
}

.modCtaI {
  margin-top: 2px;
}

#nav-mob,
#navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 80px;
  transition: ease-in 0.3s;
  border-bottom: 1px solid #c2cddd;
  z-index: 2;
}

.nav-elements {
  display: flex;
  width: 80vw;
  align-items: center;
  justify-content: space-between;
}

.actual-language {
  display: flex;
  justify-content: space-between;
}

.nav-cta,
.nav-cta:hover,
.nav-cta-secondary,
.nav-cta-secondary:hover {
  color: white;
  background-color: #d3135a;
  border: 1px solid white;
  border-radius: 6px;
  padding: 9px 24px;
  text-decoration: none;
}

#navigation-menu {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #c2cddd;
  z-index: 2;
}

.nav-cta-secondary {
  display: none;
  position: absolute;
  right: 10%;
}

.navigation-links {
  width: 450px;
  height: 100%;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin-bottom: -3px;
}

.n-link {
  color: #667790;
  padding-bottom: 23px;
}

.sticky {
  position: sticky !important;
  top: 0;
  background-color: #ffffff !important;
}

.hide {
  top: -81px !important;
}

.active {
  color: #0e141a;
  padding-bottom: 22px;
  border-bottom: 1px solid #0e141a !important;
}

.hero {
  min-height: 735px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 68%;
}

.hero-card {
  max-width: 700px;
  margin-left: -20px;
}

.hero-vid img {
  width: 33px;
}

.hero-vid:hover,
.nav-cta:hover {
  background-color: #c2185b;
}

.hero-vid {
  padding: 11px 10px !important;
}

.hero-title {
  font-size: 58px;
  line-height: 66px;
}

.hero-content {
  font-size: 22px;
  line-height: 32px;
  color: #0e141a;
  margin: 24px 0;
}

.hero-cta {
  margin-top: 24px;
  color: #d3135a;
  font-size: 15px;
  cursor: pointer;
}

.hero-cta:hover {
  color: #d3135a;
}

.commit-container {
  width: 68%;
  min-height: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.commit-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.commit-head p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 24px;
}

.commit-name {
  line-height: 33px !important;
}

.commit-head h1 {
  line-height: 56px;
  font-size: 48px;
  margin-bottom: 24px;
}

.commit-head {
  max-width: 500px;
}

.commit-cards {
  margin-top: 32px;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-card {
  margin-bottom: 20px;
  width: 40%;
  min-width: 290px;
}

.content-card h2 {
  font-size: 27px;
  line-height: 33px;
  margin: 24px 0 16px 0;
}

.content-card p {
  font-size: 18px;
}

.content-card img {
  max-height: 48px;
  max-width: 48px;
}

.offer-title {
  margin: 24px 0 !important;
}

.sect-foot1,
.sect-foot2 {
  z-index: -1;
  min-width: 100%;
  min-height: 670px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.sect-foot1 {
  background-image: linear-gradient(0deg, rgba(34, 195, 172, 0) 0%, rgba(34, 195, 172, 0) 30%, rgb(255, 255, 255) 95%), url("./assets/commitment.png");
}

.sect-foot2 {
  background-image: linear-gradient(0deg, rgba(34, 195, 172, 0) 0%, rgba(34, 195, 172, 0) 30%, rgb(255, 255, 255) 95%), url("./assets/offer.png");
}

.disc-wrapper {
  width: 99%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disc-body {
  min-height: 1183px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.disc-title,
.disc-content {
  width: 45%;
}

.disc-title {
  font-size: 48px;
  line-height: 56px;
}

.banner-card {
  margin: 96px 0;
  padding: 0 4%;
}

.banner-card > * {
  margin-bottom: 24px;
}

.black {
  color: #0e141a !important;
}

.counter-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.counter-card {
  width: 22%;
  min-width: 267px;
  margin-top: 96px;
}

.c-title {
  color: #d3135a;
  line-height: 27px;
  font-size: 22px;
}

.c-number {
  color: #d3135a;
  line-height: 80px;
  font-size: 86px;
  margin: 48px 0 24px 0;
}

.c-description {
  color: #0e141a;
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 96px !important;
}

.banner-container {
  width: 100%;
  height: 480px;
  background-image: linear-gradient(90deg, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 20%, rgba(244, 244, 244, 0.4) 55%, rgba(227, 227, 227, 0.1) 60%, rgba(0, 250, 255, 0) 100%), url("./assets/gotoplatform.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#offer {
  min-height: 120vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 68%;
}

.offer-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}

.offer-head p {
  margin: 24px 0;
  padding: 0;
  font-size: 22px;
  line-height: 32px;
}

.offer-name {
  margin-top: 46px !important;
}

.offer-head h1 {
  line-height: 58px;
  font-size: 48px;
}

.offer-head {
  width: 55%;
}

.tabs {
  margin-top: 50px;
  width: 80%;
  min-height: 400px;
}

.Htab {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
}

.hlink-wrapper {
  min-width: 150px;
  min-height: 102px;
  min-width: 150px;
  min-height: 102px;
  border-radius: 2px;
}

.Htab button {
  background-color: inherit;
  outline: none;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 16px;
  font-size: 16px;
  color: initial;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.Vtabcontent h3 {
  margin-bottom: 16px;
}

.Htabcontent {
  margin-top: 30px;
  min-height: 400px;
  display: none;
  justify-self: flex-start;
}

.Hwrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.Htablinks {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid white;
}

.img1,
.img3 {
  margin-left: 30px;
}

.Htablinks:hover {
  background-color: rgba(223, 229, 237, 0.5254901961);
}

.Htablinks img {
  max-width: 50px;
  margin-bottom: 16px;
}

.Htablinks span {
  width: 110%;
}

.Htab-active {
  border-bottom: 1px solid #d3135a !important;
  filter: invert(16%) sepia(89%) saturate(5230%) hue-rotate(330deg) brightness(86%) contrast(92%);
}

.Htab-active:hover {
  filter: none;
}

.tooltip-inner {
  background-color: #667790;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #667790 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #667790 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #667790 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #667790 !important;
}

.Vtab {
  overflow: hidden;
  width: 50%;
  height: 320px;
  scroll-behavior: smooth;
}

.Vtabcontent > h3 {
  font-size: 22px;
}

ul.Htab {
  margin-left: -22px;
}

.Vtablinks {
  display: flex;
  align-items: center;
  color: #0e141a;
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: 80px;
  width: 355px;
  border: none;
  border-left: 10px solid #d3135a;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 26px;
}

.Vtablinks:nth-child(1) {
  margin-top: 10px;
}

.Vtablinks > p {
  padding: 0px 15px;
  margin: 0;
}

.Vtablinks:hover {
  color: #ffffff;
  background-color: #d3135a;
}

.Vtab-active {
  color: #ffffff;
  background-color: #d3135a;
}

.Vtabcontent {
  width: 49%;
  border-left: none;
  height: 300px;
  line-height: 26px;
}

.Vtabcontent p {
  padding-right: 30px;
}

.next,
.previous {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 355px;
  height: 70px;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(191, 191, 191) 0%, rgb(191, 191, 191) 50%, rgba(193, 193, 193, 0) 100%);
}

.previous {
  margin-top: -20px;
  background: linear-gradient(0deg, rgba(34, 195, 172, 0) 0%, rgb(255, 255, 255) 50%);
}

.previous img {
  margin-top: -30px;
}

.next {
  margin-top: -354px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(34, 195, 172, 0) 50%);
}

.low {
  margin-top: -175px !important;
}

.next img,
.previous img {
  width: 30px;
  padding: 11px;
  border-radius: 5px;
}

.next img:hover,
.previous img:hover {
  background-color: #eff2f7;
}

.next img {
  transform: rotate(90deg);
  margin-bottom: -50px;
}

.next2 {
  margin-top: -266px !important;
}

.previous img {
  transform: rotate(-90deg);
}

.dsplay-default {
  display: block !important;
}

#exptalks {
  margin-top: -50px;
  max-width: 100vw;
  min-height: 1000px;
  min-width: 80vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ext-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.header-container {
  width: 68%;
}

.ext-name {
  margin-top: 96px !important;
}

.ext-header {
  width: 35%;
}

.card-image,
.ext-card {
  max-width: 380px;
  min-width: 380px;
  overflow: hidden;
}

.ext-card {
  margin: 0 15px;
}

.ext-card a {
  text-decoration: none;
}

.img-container {
  max-height: 300px !important;
  overflow: hidden;
}

.ext-card:hover > a {
  color: #d3135a;
}

.card-title {
  font-size: 22px;
  line-height: 26px;
  margin: 24px 0;
}

.ncard-title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 21px;
}

.card-content {
  color: #667790;
  font-size: 16px;
  line-height: 26px;
  margin: 16px 0;
}

.ext-title {
  font-size: 36px;
  line-height: 43px;
  margin: 24px 0 24px;
  background-color: rgba(254, 254, 254, 0.76);
  box-shadow: 0px 0px 40px 30px rgba(255, 255, 255, 0.8);
}

.news-title {
  font-size: 36px;
  line-height: 43px;
}

.news-desc {
  margin-bottom: 32px;
}

.ext-desc {
  font-size: 22px;
  line-height: 32px;
  background-color: rgba(254, 254, 254, 0.76);
  box-shadow: 0px 0px 40px 30px rgba(255, 255, 255, 0.8);
}

.ext-cta {
  width: 200px;
  align-self: center;
  display: flex;
  justify-content: space-between;
}

.container-fluid {
  padding: 0 !important;
}

.ext-cta a,
.news-cta a,
.ext-cta a:hover,
.news-cta a:hover {
  color: #d3135a;
  font-size: 16px;
}

.disc-cta-wrap {
  display: flex;
}

.cta-icon2 {
  width: 8px;
  height: 12px;
  margin-left: 8px;
}

.ext-container > .separator {
  width: 80%;
}

.ext-carousel {
  width: 200%;
  margin: 30px 0 -60px 0;
  padding: 0;
  left: -537px;
  position: relative;
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: 0.3s all ease-in-out;
}

.ccard {
  position: relative;
  max-width: 380px;
  min-width: 380px;
  text-align: left;
  margin: 15px;
  cursor: pointer;
}

.ccard:hover > h2 {
  color: #d3135a;
}

.img-containerr {
  overflow: hidden;
}

.img-containerr > img {
  transition: 0.3s all ease-in-out;
}

.ccard:hover .img-containerr > img {
  transform: scale(1.1);
}

.ccard a {
  color: #0e141a;
  text-decoration: none;
}

.newsTitle {
  color: #667790;
  font-size: 18px;
  line-height: 18px;
  margin: 24px 0 16px 0;
}

#previous,
#next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 50px;
  cursor: pointer;
  top: 800px;
}

#previousExt,
#nextExt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 50px;
  cursor: pointer;
}

#previousExt {
  left: 45px;
  bottom: 440px;
  z-index: 999;
}

#nextExt {
  right: 45px;
  bottom: 440px;
  z-index: 999;
}

#previous {
  left: 30px;
}

#next {
  right: 30px;
}

.mb-8 {
  margin-bottom: 32px;
}

#next button,
#previous button,
#nextExt button,
#previousExt button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  background-color: rgba(14, 20, 26, 0.75);
  border-radius: 50%;
  margin-bottom: -40px;
  border: none;
}

#next div {
  margin-right: -80px;
}

#previous div {
  margin-left: -80px;
}

.footerContainer {
  width: 100%;
  height: 92px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eff2f7;
}

.img-container {
  width: 360px;
  height: 360px;
  overflow: hidden;
  margin: 0 auto;
}

.card-image {
  width: 100%;
  transition: 0.3s all ease-in-out;
}

.card-image:hover {
  transform: scale(1.05);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.left-cont {
  width: 35%;
  flex-direction: column;
  justify-content: center;
}

.left-cont ul {
  font-size: 16px;
  width: 90%;
  justify-content: space-between;
}

.right-cont {
  width: 25%;
  align-items: center;
}

.right-cont,
.left-cont {
  display: flex;
}

.right-cont ul {
  width: 100%;
  justify-content: space-between;
}

ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

a {
  color: #0e141a;
}

.social-icon,
.flag-icon {
  width: 16px;
}

.flag-icon {
  margin: -3px 5px 0 0;
}

.copyright {
  color: rgba(58, 74, 98, 0.7019607843);
  margin-bottom: 0;
}

.social-icon {
  filter: invert(28%) sepia(8%) saturate(1859%) hue-rotate(177deg) brightness(96%) contrast(94%);
  transition: ease-in-out 0.3s;
}

.social-icon:hover {
  filter: none;
}

.sep-wrapper {
  min-width: 80%;
  margin: 96px 0;
}

.language-sel {
  cursor: pointer;
}

.tag {
  opacity: 0;
  transform: translate(0, 8vh);
  transition: all 0.6s;
}

.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.cta-container {
  min-width: 400px;
  margin-right: -65px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.lang-cta {
  color: #667790;
  font-size: 18px;
  cursor: pointer;
}

.lang-icon {
  transform: rotate(90deg);
  width: 8px;
  margin: 0 0 3px 5px;
  filter: invert(46%) sepia(11%) saturate(935%) hue-rotate(176deg) brightness(45%) contrast(84%);
}

.nav-modal {
  position: absolute;
  top: 50px;
  right: 23%;
  opacity: 0.9;
}

.foot-modal {
  position: relative;
  bottom: 80px;
  left: 32%;
  opacity: 0.9;
}

li a {
  text-decoration: none !important;
}

li a:hover {
  color: inherit;
}

.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.605);
}

#modalMenu {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.605);
}

.cta-bar,
.lang-bar {
  min-height: 60px;
  display: flex;
  align-items: center;
}

.cta-bar {
  background-color: #d3135a;
  justify-content: flex-end;
}

.lang-wrapper > *,
.cta-bar > * {
  margin-right: 30px;
}

.logoMobile {
  margin-right: -40px;
}

.cta-obj {
  color: white;
  margin-top: 17px;
}

.lang-bar {
  background-color: #0e141a;
  color: white;
  justify-content: center;
}

.lang-wrapper {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}

.modal-content {
  position: absolute;
  background-color: #fefefe;
  width: 200px;
  height: 200px;
}

.modal-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.modal-content p {
  margin: 10px;
}

.modal-content ul li {
  padding: 10px;
  width: 100%;
  cursor: pointer;
}

.modal-content ul li a {
  display: inline-block;
  width: 85%;
}

hr {
  margin: 0;
}

.modal-content ul li:hover {
  background-color: #eff2f7;
}

.closeLang {
  margin-right: 10px;
  margin-top: -5px;
  font-size: 20px;
}

.closeTopLang {
  margin-right: 10px;
  margin-top: -5px;
  font-size: 20px;
}

.closeVid {
  position: absolute;
  top: 50px;
  margin-left: 88%;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  z-index: 2;
}

.closeLang:hover,
.closeLang:focus,
.closeVid:hover,
.closeVid:focus,
.closeTopLang:hover,
.closeTopLang:focus {
  color: #d3135a;
  text-decoration: none;
  cursor: pointer;
}

.modalV {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.605);
}

.modalV-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15%;
  left: 30%;
  background-color: rgba(254, 254, 254, 0);
  width: 650px;
  height: 450px;
}

.show-for-md {
  display: none;
}

.accordion-item {
  max-width: 400px;
}

.top-modal {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.bottomleft {
  position: relative;
  width: 20px;
  bottom: -20px;
  left: 30px;
}

.topright {
  position: relative;
  width: 20px;
  bottom: 186px;
  left: 150px;
}

.container {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  justify-content: center;
  align-items: center;
}

.container #video {
  width: 600px;
  height: 400px;
  border-radius: 20px;
}

.controls {
  background-color: rgb(232, 232, 232);
  position: absolute;
  bottom: -90px;
  left: 12px;
  height: 121px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.container:hover .controls {
  opacity: 1;
}

.container .controls button {
  background: transparent;
  filter: invert(35%) sepia(23%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(78%);
  border: none;
  cursor: pointer;
}

.container .controls button:hover {
  filter: invert(35%) sepia(23%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(78%);
  filter: invert(19%) sepia(74%) saturate(3619%) hue-rotate(324deg) brightness(84%) contrast(101%);
}

.container .controls .timeline {
  max-width: 450px;
  flex: 1;
  display: flex;
  align-items: center;
  border: none;
}

.container .controls .timeline .bar {
  max-width: 430px;
  background: rgb(255, 255, 255);
  height: 4px;
  flex: 1;
  margin-left: 10px;
  margin-top: 5px;
}

.container .controls .timeline .bar .inner {
  background: #d3135a;
  width: 0%;
  height: 100%;
}

.pointer {
  min-width: 20px;
  min-height: 20px;
  margin-top: -8px;
  background-color: #d3135a;
  float: right;
  border-radius: 50%;
}

.icon {
  max-width: 20px;
}

.button-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.first-row,
.second-row {
  min-width: 95%;
  max-width: 95%;
  display: flex;
  justify-content: space-between;
}

.duration-counter {
  display: flex;
}

.reload {
  margin-right: 10px;
}

.fa-play,
.fa-pause,
.icon-mute,
.icon-volume {
  margin-top: 5px;
}

.mt-7 {
  margin-top: 96px;
}

.show {
  display: inline-block !important;
}

.hide-for-large {
  display: none !important;
}

.disappear {
  display: none !important;
}

.mvm {
  margin-top: 96px;
}

.mc {
  margin-top: -100px;
}

.accordion-button::after {
  content: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none !important;
  color: #0e141a;
}

.accordion-button {
  font-weight: bold;
}

.accordion-item {
  border: 1px solid rgb(164, 164, 164) !important;
  border-left: 12px solid #d3135a !important;
  margin: 20px 0px;
}

.showMore {
  color: #d3135a !important;
  font-weight: 400 !important;
}

.accordion-header {
  font-weight: bold !important;
}

@media only screen and (max-width: 1430px) {
  .show-for-largest {
    display: none;
  }
  .banner-container {
    width: 130%;
    max-height: 300px;
    margin: 40px 0 250px 0;
  }
  .show-undermed {
    display: block;
    margin-top: 320px;
  }
  .disc-title {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .banner-card {
    margin-left: 15.5%;
  }
  .details-card {
    width: 65%;
    height: 80%;
    padding: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .ext-card-cont {
    flex-wrap: wrap;
  }
  .footer-content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .right-cont {
    min-width: 50%;
    margin-left: -80px;
  }
  .left-cont {
    min-width: 60%;
    flex-wrap: wrap;
  }
  .left-cont ul {
    flex-wrap: wrap;
  }
  .top-modal {
    top: 80px;
    left: 80%;
  }
  .foot-modal {
    position: absolute;
    bottom: 80px;
    left: 65%;
  }
}
@media only screen and (max-width: 1000px) {
  .show-for-large {
    display: none !important;
  }
  .footerContainer {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eff2f7;
  }
  .mc {
    margin-top: 0px;
  }
  .commit-cards {
    margin-left: 0px !important;
    width: 90%;
  }
  .hero-card {
    margin-left: 0px !important;
  }
  .disc-title {
    text-align: left !important;
    width: 55%;
  }
  .commit-head {
    max-width: 500px !important;
    margin-left: 0px !important;
  }
  .tabs {
    margin-left: 15%;
  }
  .hero-tit,
  .hero-content,
  .content-card,
  .commit-head,
  .counter-card,
  .offer-title,
  .offer-desc,
  .Htab,
  .disc-title,
  .section-title,
  .card-title,
  .card-content {
    background-color: rgba(254, 254, 254, 0.76);
    box-shadow: 0px 0px 40px 30px rgba(255, 255, 255, 0.8);
    margin-left: 0;
  }
  .right-cont {
    margin-left: -30px;
  }
  .left-cont ul li {
    padding: 0 4px;
  }
  .header-container,
  .offer-head,
  .ext-header {
    width: 91%;
  }
  .show-for-md {
    display: block;
  }
  .ccard {
    max-width: 350px;
    min-width: auto;
  }
  #previous,
  #next {
    margin-top: 20px;
  }
  .hide-for-large {
    display: flex !important;
  }
}
@media only screen and (max-width: 760px) {
  .banner-card {
    margin-left: 2%;
  }
  .hero-vid {
    padding: 6px 10px !important;
  }
  .hero-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
  }
  .disc-title {
    width: 60% !important;
  }
  .commit-head {
    max-width: 60%;
  }
  .hero-title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
  .hero-content {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    text-align: center;
  }
  .hero-cta {
    text-align: center;
  }
  .commit-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .commit-head p {
    font-size: 18px;
    line-height: 24px;
  }
  .commit-head h1 {
    line-height: 33px;
    font-size: 27px;
  }
  .commit-head {
    max-width: 90%;
  }
  .commit-desc {
    max-width: 90%;
  }
  .content-card h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .content-card p {
    font-size: 16px;
    line-height: 24px;
  }
  .hide-for-large {
    display: flex !important;
  }
  .counter-card {
    min-width: 120% !important;
    padding: 0;
    margin-left: -10%;
  }
  .right-cont {
    min-width: 90%;
    margin: 0;
  }
  .left-cont {
    min-width: 80%;
  }
  .offer-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
  }
  .ext-name,
  .offer-name {
    font-size: 18px !important;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .ext-desc,
  .offer-desc {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .ext-title,
  .offer-head h1 {
    line-height: 33px;
    font-size: 27px;
    margin-bottom: 24px;
  }
  ul.Htab {
    width: 70%;
    margin-left: 50px;
  }
  .tabs {
    width: 100%;
    margin-left: 0;
  }
  .accordion-item {
    width: 110%;
  }
  :root {
    overflow-x: hidden;
  }
  .commit-container {
    margin-left: 2% !important;
  }
  .offer-container,
  .header-container,
  .news-body,
  .accordion-item {
    margin-left: 0 !important;
  }
  #previous,
  #next {
    background: rgba(0, 0, 0, 0);
    margin-top: 90px;
  }
}
@media only screen and (max-width: 500px) {
  .Htab {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: -40px;
  }
  .hlink-wrapper {
    max-width: 110px;
    max-height: 100px;
    min-width: 110px;
    min-height: 100px;
  }
  .Htablinks {
    margin: 0;
    padding: 0;
    width: 110px;
  }
  .cta-bar,
  .lang-bar {
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  .disc-title {
    min-width: 100%;
  }
  .banner-container {
    background-image: linear-gradient(90deg, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0.1) 20%, rgba(227, 227, 227, 0.1) 60%, rgba(0, 250, 255, 0) 100%), url("./assets/gotoplatform.png");
  }
  .cta-bar {
    background-color: #d3135a;
    justify-content: space-evenly;
  }
  .cta-obj {
    color: white;
    margin-top: 17px;
  }
  .lang-bar {
    background-color: #0e141a;
    color: white;
    justify-content: center;
  }
  .lang-wrapper {
    width: 80%;
    display: flex;
    justify-content: space-between;
  }
  .foot-modal {
    position: absolute;
    bottom: 120px;
    left: 35%;
  }
  .left-cont {
    width: 110%;
  }
  .left-cont ul {
    width: 100%;
    display: flex;
    justify-content: start;
  }
  .sect-foot2 {
    background-size: cover;
  }
  .mmob {
    margin-top: 30px;
  }
  .nav-modal {
    top: 200px;
  }
  .foot-modal {
    left: 50px;
    bottom: 100px;
  }
  main {
    background-image: url("./assets/bgmobile.png");
    background-position: top-right;
    background-repeat: repeat-y;
    background-size: 110%;
    z-index: 1;
  }
  .card-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .card-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .details-card {
    width: 90%;
    height: 90%;
    padding: 10px;
  }
  .modImg {
    width: 100%;
  }
  .closemod {
    width: 20px;
    margin: 20px 20px 0 0;
  }
  .ext-carousel {
    left: -164px;
  }
  .ext-card {
    max-width: 355px;
    min-width: auto;
  }
  .ccard {
    max-width: 355px;
    min-width: auto;
  }
}
@media only screen and (max-width: 395px) {
  .ext-carousel {
    left: -189px;
  }
}
@media only screen and (max-width: 380px) {
  .ext-carousel {
    left: -198px;
  }
  .ccard {
    max-width: 350px;
    min-width: auto;
  }
  .ext-card {
    max-width: 350px;
    min-width: auto;
  }
}
body.modal-open {
  overflow: hidden;
}

.carousel {
  position: relative;
  max-width: 100%;
  margin-bottom: 56px;
}
.carousel .arrow-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  padding: 145px 12px;
}
.carousel .arrow-wrapper.previous-button-wrapper {
  left: 0 !important;
}
.carousel .arrow-wrapper.next-button-wrapper {
  right: 0 !important;
}
.carousel .arrow-wrapper .carousel--scroll-btn {
  width: 40px;
  height: 40px;
  background: rgba(14, 20, 26, 0.75);
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .arrow-wrapper .carousel--scroll-btn img {
  width: 8px;
}
.carousel .splide {
  margin: 0 20px;
}
.carousel .splide .splide__list {
  padding: 20px 0 !important;
}
.carousel .splide .splide__list .splide-card {
  position: relative;
  max-width: 384px;
  text-align: left;
  cursor: pointer;
  color: #0e141a;
}
.carousel .splide .splide__list .splide-card .splide-card-img-wrapper {
  overflow: hidden;
  margin-bottom: 24px;
}
.carousel .splide .splide__list .splide-card .splide-card-img-wrapper img {
  transition: 0.3s all ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 300px;
}
.carousel .splide .splide__list .splide-card .splide-card-label {
  color: #667790;
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .carousel .splide .splide__list .splide-card .splide-card-label {
    font-size: 18px;
  }
}
.carousel .splide .splide__list .splide-card .splide-card-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .carousel .splide .splide__list .splide-card .splide-card-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 900;
  }
}
.carousel .splide .splide__list .splide-card .splide-card-title button {
  font-weight: inherit;
  border: none;
  background: transparent;
  text-align: left;
  padding: 0;
}
.carousel .splide .splide__list .splide-card .splide-card-title button:focus-visible {
  outline: none;
}
.carousel .splide .splide__list .splide-card .splide-card-title a:hover {
  text-decoration: none;
  color: #d3135a;
}
.carousel .splide .splide__list .splide-card .splide-card-title a:focus {
  outline: none;
}
.carousel .splide .splide__list .splide-card .splide-card-divider {
  border-top: 1px solid #c2cddd;
  margin: 16px 0;
}
.carousel .splide .splide__list .splide-card .splide-card-description {
  font-size: 14px;
  color: #667790;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .carousel .splide .splide__list .splide-card .splide-card-description {
    font-size: 16px;
    line-height: 26px;
  }
}
.carousel .splide .splide__list .splide-card:hover .splide-card-title button {
  color: #d3135a;
}
.carousel .splide .splide__list .splide-card:hover .splide-card-img-wrapper img {
  transform: scale(1.1);
}
.carousel .splide .splide__list .splide-card-focus {
  outline: 2px solid #212529;
  outline-offset: 5px;
}

dialog {
  border: none;
  width: 100%;
  height: 100%;
  padding: 50px 36px 48px 32px;
  max-width: unset;
  max-height: unset;
  overflow-x: hidden;
}
dialog[open] {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  dialog[open] {
    max-width: 768px;
    max-height: calc(100% - 100px);
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  dialog[open] {
    max-width: 992px;
  }
}
dialog::backdrop {
  background: rgba(14, 20, 26, 0.8);
}
dialog::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f1f1f1;
}
dialog::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
dialog::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c1c1c1;
}
dialog .content-wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 28px;
  max-width: 100%;
}
dialog .content-wrapper span {
  margin-bottom: 16px;
  color: #667790;
}
dialog .content-wrapper > img {
  margin: 48px 0;
}
dialog .content-wrapper h2 {
  margin: 0;
}
@media (min-width: 1200px) {
  dialog .content-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
  }
}
dialog .content-wrapper p {
  margin-bottom: 24px;
}
dialog .content-wrapper a {
  margin-top: 8px;
  color: #d3135a;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
dialog .content-wrapper a:focus {
  border: none;
}
dialog .content-wrapper a:hover {
  color: #d3135a;
}
dialog .content-wrapper a:focus-visible {
  outline-offset: 5px;
}
dialog .content-wrapper a img {
  height: 12px;
  margin-left: 13px;
}
dialog .close-btn-wrapper {
  margin-left: auto;
  max-width: 100%;
}
dialog .close-btn-wrapper button {
  background-color: transparent;
  border: none;
}/*# sourceMappingURL=styles.css.map */