body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Archivo', Arial, sans-serif;
}

.bodyLanding {
    background: url('../images/landing.png') no-repeat center center/cover;
    position: relative;
}

.gate-row{
    display: flex;
    justify-content: space-between;
    color: var(--Almost-black, #3E3D40);
    leading-trim: both;
    text-edge: cap;

    /* Subhead 2 */
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}

.gate-row a{
    color: var(--Almost-black, #3E3D40);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Changa', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    text-decoration: none;
}

.pre-gate-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
    padding: 20px;
}

.outer-content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
    max-width: 1200px;
}

.top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.top-content p {
    margin: 0;
    color: var(--Almost-black, #3E3D40);
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.lang-home {
    color: #4450A7;
    text-decoration: none;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.lang-home:hover {
    color: #FFA500;
}

.pre-gate-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    background-color: #ECECEC;
    padding: 20px;
}

.info-section {
    width: 50%;
    padding: 20px;
}

.info-section img {
    width: 150px;
    margin-bottom: 20px;
}

.info-section p {
    color: var(--Almost-black, #3E3D40);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 123.077% */
}

.info-section .main-small {
    color: var(--Almost-black, #3E3D40);
    leading-trim: both;
    text-edge: cap;

    /* Subhead 2 */
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.form-section {
    width: 50%;
    padding: 20px;
    background: var(--White, #FFF);
}

.form-section h2 {
    color: var(--Blue, #4450A7);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Changa', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    text-transform: uppercase;
}

.form-section label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.form-section input,
.form-section select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-section button {
    padding: 10px 20px;
    background-color: #4450A7;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.form-section button:hover {
    background-color: #333;
}

.button-container{
  display: flex;
  justify-content: flex-end;
}

#pre-gate-form input{
    margin-bottom: 0;
}

#pre-gate-form select{
    margin-bottom: 0;
}

#pre-gate-form label{
    margin-top: 15px;
}

.button-container{
    margin-top: 15px;
}

.error-text {
    margin-bottom: 15px;
    display: none;
    color: #EB0000;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.form-group {
    text-align: right;
}

.form-group label{
    text-align: left;
}

.error-border {
  border: 1px solid #EB0000 !important;
}

.form-section input,
.form-section select {
    border: 1px solid #ccc;
}

.form-section input.error,
.form-section select.error {
    border-color: red;
}

.lang {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    text-decoration: none;
}

.lang:hover {
    color: #FFA500;
}

.header {
    padding: 20px 0;
    background: url('../images/header-bg.png') no-repeat center center/cover;
    position: relative;
}

.header-col {
    min-height: 600px;
}

.header-col-fr {
    min-height: 750px;
}

.lang {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.lang:hover{
  color: #FFA500;
}

.navigation {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.navigation ul li {
    margin: 0 15px;
}

.navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Changa', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.navLink{
  color: var(--White, #FFF);
  leading-trim: both;
  text-edge: cap;

  /* Subhead 1 */
  font-family: 'Changa', Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  margin-top: 15px;
  text-decoration: none;
}

.navLink:hover {
    color: #FFA500;
}

.hero-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 107.692% */
    background: none !important;
    padding: 0;
}

.hero-text {
    flex: 1;
    max-width: 700px;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    margin-top: 50px;
}

.hero-text h1 {
    color: #AEDCF0;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Changa', Arial, sans-serif;
    font-size: 84px;
    font-style: normal;
    font-weight: 800;
    line-height: 68px; /* 80.952% */
    letter-spacing: -1.68px;
    text-transform: uppercase;
    background: none;
}

.hero-text p, .hero-text ul {
    font-size: 26px;
}

.hero-text ul {
    padding-left: 20px;
}

.hero-text ul li {
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 107.692% */
}

.small-text {
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 600px;
    padding-top: 25px;
    padding-left: 40px;
}

.section {
    background-color: #ececec;
    padding: 30px 0;
    position: relative;
    z-index: 999;
}

.first-section{
  padding: 60px 0 !important;
}

.content-1 {
    position: absolute;
    bottom: -22px;
    background: var(--Blue, #4450A7);
    border: 4px solid var(--White, #FFF);
    width: 282px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-1 h2 {
    color: var(--White, #FFF);
    font-family: 'Changa', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 5px 0px;
}

.new-section {
    background-color: #fff;
    padding: 40px 0;
}

.new-section h2 {
    color: #4450A7;
    font-family: 'Changa', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.new-section p {
    color: var(--Almost-black, #3E3D40);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    margin: 20px 0;
}

.new-section ul {
    margin: 20px 0 0;
    color: var(--Almost-black, #3E3D40);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}

.new-section ul li {
    color: #333;
    margin-bottom: 10px;
}

.new-section img{
  display: block;
  max-width: 90%;
  width: 1160px;
  margin: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.line{
  border-bottom: 1px solid rgba(62, 61, 64, 0.10);
}

.small{
  color: var(--Almost-black, #3E3D40);
  leading-trim: both;
  text-edge: cap;
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
}

.icons{
  text-align: center;
}

.icons img{
  width: 130px;
  height: 130px;
  flex-shrink: 0;
}

.icons p{
  color: var(--Almost-black, #3E3D40);
  leading-trim: both;
  text-edge: cap;

  /* Body */
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;

  margin-bottom: 0;
  margin-top: 5px;
}

.toTop {
  display: block;
  text-align: right;
}

.top {
  max-width: 94px !important;
  min-width: 94px !important;
  width: 94px !important;
  height: 81px !important;
  min-height: 81px !important;
  max-height: 81px !important;
  display: inline-block !important;
  margin: 0 !important;
}

.gradient{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(236,236,236,1) 100%);
}

.first-section{
  padding: 30px 0 !important;
}

.list-text p{
  color: var(--Almost-black, #3E3D40);
  leading-trim: both;
  text-edge: cap;

  /* Body */
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}

.list-text ul{
  color: var(--Almost-black, #3E3D40);
  leading-trim: both;
  text-edge: cap;

  /* Body */
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  padding-left: 0;
}

.long{
  width: 646px !important;
  height: 44px;
  flex-shrink: 0;
}

.long-fr{
  width: 780px !important;
  height: 44px;
  flex-shrink: 0;
}

.left-position{
  padding-left: 0px;
}

.grey-section{
  width: 969px;
  max-width: 90%;
  height: 220px;
  flex-shrink: 0;
  border-radius: 20px;
  background: var(--Almost-black, #3E3D40);
  mix-blend-mode: multiply;
  margin: auto;
  position: relative;
  margin-top: 30px;
}

.grey-section .center p{
  color: var(--White, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 107.692% */
  margin-top: 0;
  margin-bottom: 0;
}

.center{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bottom {
    padding: 20px 0;
    background: url('../images/bg-waves.png') no-repeat center center/cover;
    position: relative;
}

.bottom-hero-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 107.692% */
}

.bottom-hero-text {
    flex: 1;
    background: rgba(0, 0, 0, 1);
    padding: 20px;
    margin-top: 50px;
}

.bottom-hero-text h1 {
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;

    /* H1 */
    font-family: 'Changa', Arial, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 90.476% */
    text-transform: uppercase;
    padding-left: 20px;
}

.bottom-hero-text p, .bottom-hero-text ul {
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    padding-left: 20px;
}

.bottom-hero-text ul {
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}

.bottom-hero-text ul li {
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Archivo', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}

.flex-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    align-content: center;
    justify-content: center;
    margin-left: 10%;
}

.left-image {
    margin-right: 20px;
    width: 129px;
    height: 129px;
    flex-shrink: 0;
}

.right-text {
    flex: 1;
}

.right-text p,
.right-text ul {
    margin: 0;
    font-weight: bold;
}

.refTitle{
    margin-bottom: 5px;
}

.reference-text{
  color: var(--White, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-top: 0;
}

.logo-images{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.imc{
  width: 42px !important;
  height: 44px !important;
  flex-shrink: 0;
  margin: 0 !important;
  margin-right: 25px !important;
}

.paab{
  width: 133px !important;
  height: 53px !important;
  flex-shrink: 0;
  margin: 0 !important;
}

.novartis{
  width: 247px !important;
  height: 41px !important;
  flex-shrink: 0;
  margin: 0 !important;
}

.footer-links{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}

.footer-links a{
  text-decoration: underline;
  color: var(--Almost-black, #3E3D40);
  leading-trim: both;
  text-edge: cap;
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  text-decoration-line: underline !important;
}

.footer-cookies {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-text-2{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer-text p{
  color: var(--Almost-black, #3E3D40);
  leading-trim: both;
  text-edge: cap;

  /* Body */
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.cookies{
  width: 202px;
  height: 46px;
  flex-shrink: 0;
  border: 4px solid var(--Almost-black, #3E3D40);
  background: var(--White, #FFF);
}

.cookies a{
  text-decoration: none !important;
}

.cookies p{
  color: var(--Almost-black, #3E3D40);
  leading-trim: both;
  text-edge: cap;
  font-family: 'Changa', Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  height: 46px;
  line-height: 28px; /* 140% */
  margin: auto !important;
  text-align: center;
  padding-top: 5px;
}

.footer-right{
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.mobile-nav{
  display: none;
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {

    .bodyLanding {
        background: url('../images/landing.png') repeat center center/cover;
        position: relative;
    }

    .outer-content{
      max-width: 95%;
      padding: 15px;
      position: absolute;
      top: 30px;
      margin-bottom: 30px;
    }

    .top-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    .top-content p{
      color: var(--Almost-black, #3E3D40);
      leading-trim: both;
      text-edge: cap;
      font-family: 'Archivo', Arial, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; /* 125% */
    }

    .pre-gate-container{
      padding-bottom: 50px;
      height: 750px;
    }

    .pre-gate-content {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        background-color: #ECECEC;
        padding: 20px;
        flex-direction: column;
    }

    .info-section {
        width: 100%;
        padding: 10px;
    }

    .info-section p{
      color: var(--Almost-black, #3E3D40);
      leading-trim: both;
      text-edge: cap;
      font-family: 'Archivo', Arial, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; /* 125% */
    }

    .info-section .main-small{
      color: var(--Almost-black, #3E3D40);
      leading-trim: both;
      text-edge: cap;
      font-family: 'Archivo', Arial, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
    }

    .button-container {
        display: flex;
        justify-content: center;
    }

    .form-section {
        width: 100%;
        padding: 15px;
    }

    p {
      leading-trim: both;
      text-edge: cap;
      font-family: 'Archivo', Arial, sans-serif;
      font-size: 18px !important;
      font-style: normal;
      font-weight: 500;
      line-height: 22px; /* 122.222% */
      letter-spacing: -0.36px;
    }

    ul li{
      leading-trim: both;
      text-edge: cap;
      font-family: 'Archivo', Arial, sans-serif;
      font-size: 18px !important;
      font-style: normal;
      font-weight: 500;
      line-height: 22px; /* 122.222% */
      letter-spacing: -0.36px;
    }

    .header {
        padding: 10px 0;
    }

    .header-col .small-text{
      display: flex;
      width: 302px;
      height: 65px;
      flex-direction: column;
      justify-content: flex-end;
      flex-shrink: 0;
      color: var(--White, #FFF);
      leading-trim: both;
      text-edge: cap;
      font-family: 'Archivo', Arial, sans-serif;
      font-size: 12px !important;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-top: 0 !important;
      padding-bottom: 50px;
    }

    .header-col-fr .small-text{
      display: flex;
      width: 302px;
      height: 65px;
      flex-direction: column;
      justify-content: flex-end;
      flex-shrink: 0;
      color: var(--White, #FFF);
      leading-trim: both;
      text-edge: cap;
      font-family: 'Archivo', Arial, sans-serif;
      font-size: 12px !important;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-top: 0 !important;
      padding-bottom: 50px;
    }

    .group-header{
      display: flex;
      height: 780px;
      flex-direction: column;
      justify-content: space-between;
    }
	
	body.fr .group-header{
		height: 960px;
	}

    .top-menu-mobile{
      background: #05090b;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .mobile-nav{
      display: flex;
    }
    
    .nav-row-mobile{
      display: flex;
    }

    .nav-row-mobile .lang{
      position: relative;
      top: 3px;
    }

    .hamburger img{
      width: 27px;
      height: 19.098px;
      flex-shrink: 0;
    }

    .navigation {
        display: none;
        flex-direction: column;
        width: 250px;
        position: fixed;
        top: 0;
        right: -250px;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        transition: right 0.3s ease;
        z-index: 1000;
    }

    .navigation.active {
        right: 0;
    }

    .navigation ul {
        flex-direction: column;
        padding-top: 50px;
    }

    .navigation ul li {
        margin: 15px 0;
        text-align: center;
    }

    .dropdown-content {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 50px; /* Adjust based on your layout */
        right: 0;
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        z-index: 1000;
        padding: 10px 10px 30px 10px;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-out;
    }

    .show {
        display: flex;
    }

    .mobile-vertical{
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
    }

    .mobile-vertical div{
      width: 90%;
    }

    .long{
      max-width: 90%;
      height: auto;
    }

    .long-fr{
      max-width: 90%;
      height: auto;
      padding-left: 5px;
    }

    .hero-text{
      max-width: 100%;
      /*background: none;*/
      margin-top: 0;
    }

    .nav-row{
      display: none;
    }

    .header {
        padding: 20px 0;
        background: url('../images/header-bg-mobile.png') no-repeat center center/cover;
        position: relative;
        height: 800px;
    }
	
	body.fr .header{
		height: 1000px;
	}

    .navigate{
      color: #AEDCF0;
      leading-trim: both;
      text-edge: cap;
      font-family: 'Changa', Arial, sans-serif;
      font-size: 40px !important;
      font-style: normal;
      font-weight: 800;
      line-height: 35px !important; /* 83.333% */
      letter-spacing: -0.96px;
      text-transform: uppercase;
    }

    .left-position{
      padding-left: 15px;
    }

    .list-content{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .grey-section{
        height: 350px;
    }

    .flex-container{
      display: flex;
      margin-bottom: 20px;
      align-content: center;
      justify-content: center;
      margin-left: 10%;
      flex-direction: column;
      align-items: center;
    }

    .footer-links{
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      align-content: flex-start;
      flex-wrap: nowrap;
    }

    .footer-links p{
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .footer-text {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .footer-right {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px; /* Add some space between the sections */
    }

    .footer-text-2{
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: column-reverse;
    }

    .footer-code{
      max-width: 70%;
    }

    .footer-top {
        z-index: 4;
        bottom: -650px;
    }

    .icons{
      display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .flex-container-group{
      display: flex;
      flex-direction: column;
      width: 90%;
      padding-top: 35px;
    }

    .long{
        padding: 0px 20px;
    }

    .bottom-hero-text{
        max-width: 95%;
    }

    .bottom-hero-text h1{
        font-size: 34px;
        line-height: 30px;
    }

    .gradient{
        padding-bottom: 30px;
    }
}

/* Hamburger Menu Animation */
.hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-menu div {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

#onetrust-consent-sdk #onetrust-banner-sdk{
	background-image: none;
}

.ot-sdk-show-settings{
	color: var(--Almost-black, #3E3D40);
    leading-trim: both;
    text-edge: cap;
    font-family: 'Changa', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    height: 46px;
    line-height: 28px;
    margin: auto !important;
    text-align: center;
    padding-top: 5px;
	display: block;
}