@font-face {
  font-family: 'MaximaNouva-Bold';
  src: url("/fonts/MaximaNouva-Bold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-ExtraBold';
  src: url("/fonts/MaximaNouva-ExtraBold.otf");
  font-family: 'MaximaNouva-Bold';
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Regular';
  src: url("/fonts/MaximaNouva-Regular.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Thin';
  src: url("/fonts/MaximaNouva-Thin.otf");
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: var(--color-charcoal);
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

.breadcrumb-list-item {
  color: #8e8e8e;
  padding-right: 10px;
}

.breadcrumb-list-item a {
  color: #FFFFFF;
}

.breadcrumb-list-item a:hover {
  color: #8e8e8e;
}

.g-recaptcha .invalid-feedback {
  display: none !important;
}

.forward-arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.styled-dots .slick-dots {
  bottom: 0;
  text-align: left;
}

.styled-dots .slick-dots li {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 16px;
  width: 10px;
  height: 4px;
}

.styled-dots .slick-dots li button {
  background: #000000;
  opacity: 0.5;
  width: 14px;
  height: 5px;
  padding: 2px;
  border-radius: 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.styled-dots .slick-dots li button:before {
  display: none;
}

.styled-dots .slick-dots li.slick-active {
  width: 18px;
}

.styled-dots .slick-dots li.slick-active button {
  opacity: 1;
  width: 22px;
}

.contact-thanks-div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding-bottom: 100px;
}

.contact-thanks-text {
  font-size: 20px;
  line-height: 38px;
  width: 80%;
  color: #505050;
}

@media (min-width: 576px) {
  .contact-thanks-text {
    font-size: calc(1.85185185vw + 9.33333333px);
  }
}

@media (min-width: 1440px) {
  .contact-thanks-text {
    font-size: 36px;
  }
}

@media (min-width: 576px) {
  .contact-thanks-text {
    line-height: calc(0.69444444vw + 34px);
  }
}

@media (min-width: 1440px) {
  .contact-thanks-text {
    line-height: 44px;
  }
}

.bold-title,
.title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #505050;
  font-family: 'MaximaNouva-Regular';
}

@media (min-width: 576px) {
  .bold-title,
  .title {
    font-size: calc(1.73611111vw + 20px);
  }
}

@media (min-width: 1440px) {
  .bold-title,
  .title {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .bold-title,
  .title {
    line-height: calc(1.73611111vw + 30px);
  }
}

@media (min-width: 1440px) {
  .bold-title,
  .title {
    line-height: 55px;
  }
}

.bold-title {
  font-family: 'MaximaNouva-Bold';
}

.banner-title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.02em;
  font-family: 'MaximaNouva-Bold';
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .banner-title {
    font-size: calc(2.89351852vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .banner-title {
    font-size: 55px;
  }
}

@media (min-width: 576px) {
  .banner-title {
    line-height: calc(3.35648148vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .banner-title {
    line-height: 65px;
  }
}

.copy-text {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #828282;
}

@media (min-width: 576px) {
  .copy-text {
    font-size: calc(0.23148148vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .copy-text {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .copy-text {
    line-height: calc(0.5787037vw + 24.66666667px);
  }
}

@media (min-width: 1440px) {
  .copy-text {
    line-height: 33px;
  }
}

.html-render {
  overflow: hidden;
}

.html-render p,
.html-render div,
.html-render span,
.html-render h1,
.html-render h2,
.html-render h3,
.html-render h4,
.html-render h5,
.html-render h6,
.html-render small,
.html-render strong,
.html-render b,
.html-render i,
.html-render em,
.html-render sub,
.html-render sup,
.html-render article,
.html-render a,
.html-render iframe,
.html-render ul,
.html-render li,
.html-render ol,
.html-render table,
.html-render td,
.html-render tr,
.html-render th,
.html-render font {
  font-family: "Figtree", sans-serif !important;
  max-width: 100% !important;
  word-wrap: break-word;
}

.html-render table {
  overflow: hidden;
  max-width: 100% !important;
  width: 100% !important;
}

.html-render img {
  max-width: 100% !important;
}

.html-render table {
  overflow: hidden;
}

.html-render h1 span {
  font-size: 2.5rem !important;
}

.html-render h2 span {
  font-size: 2rem !important;
}

.html-render h3 span {
  font-size: 1.75rem !important;
}

.html-render h4 span {
  font-size: 1.5rem !important;
}

.html-render h5 span {
  font-size: 1.25rem !important;
}

.html-render h6 span {
  font-size: 1rem !important;
}

.html-render a {
  color: #103FD3;
}

.html-render a:hover {
  color: #103FD3;
}

@-webkit-keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

.skeleton-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0))), lightgray;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray;
  background-size: 50px 200px;
  background-repeat: repeat-y;
  background-position: 0 0;
  -webkit-animation: shine 1s infinite linear;
          animation: shine 1s infinite linear;
  border-radius: 5px;
}

.white-color {
  color: #FFFFFF;
}

.page-top-padding {
  padding-top: 120px;
}

.black-bg {
  background-color: #000000;
}

.white-bg {
  background-color: #FFFFFF;
}

.darkish-grey {
  color: #505050;
}

.lighten-gray {
  color: #828282;
}

.daken-red {
  color: #FF0000;
}

.blue-text {
  color: #103FD3;
}

.invalid-feedback {
  color: #F31524;
}

/*Common css start here*/
.enquiry-form {
  background: radial-gradient(55.97% 325.48% at 66.63% 1.69%, #003C4F 12.47%, #00090E 62.28%);
  height: 300px;
}

/*Common CSS end here*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #000;
  opacity: .3;
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.waxon_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.title-tag {
  font-family: 'MaximaNouva-Bold';
  color: #103FD3;
  border: 1.25px solid #EEEEEE;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.common-card img {
  border-radius: 10px;
  width: 100%;
}

.common-card__content-wrapper {
  padding: 20px 0;
}

.common-card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #505050;
  letter-spacing: 0.02em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 576px) {
  .common-card__title {
    font-size: calc(0vw + 20px);
  }
}

@media (min-width: 1440px) {
  .common-card__title {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .common-card__title {
    line-height: calc(0.46296296vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .common-card__title {
    line-height: 30px;
  }
}

.common-card__author {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #787878;
  letter-spacing: 0.02px;
}

.common-card__category {
  background: #F9F9F9;
  border-radius: 5px;
  color: #4DA8FC;
  padding: 1px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.common-card__description {
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  letter-spacing: 0.02em;
}

@media (min-width: 576px) {
  .common-card__description {
    font-size: calc(0.23148148vw + 12.66666667px);
  }
}

@media (min-width: 1440px) {
  .common-card__description {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .common-card__description {
    line-height: calc(0vw + 24px);
  }
}

@media (min-width: 1440px) {
  .common-card__description {
    line-height: 24px;
  }
}

.common-card:hover .common-card__title {
  color: #103FD3;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
  .html-render table {
    display: block;
    overflow-x: auto !important;
    white-space: nowrap;
    border-block: none;
  }
}

@media (min-width: 400px) and (max-width: 1200px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1176px !important;
  }
  .common-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1440px !important;
  }
}

.btn-check:focus + .btn, .btn:focus, button:active, button:focus-visible, button:focus, button:visited {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.default-btn {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #505050;
  padding: 12px 16px;
  border: 0.2px solid #505050;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'MaximaNouva-Regular';
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.default-btn .forward-arrow {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.default-btn.arrow {
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  background-color: #103FD3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.default-btn:hover {
  color: #505050;
}

.default-btn:hover.arrow {
  color: #FFFFFF;
}

.default-btn:hover.arrow .forward-arrow {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.default-btn.blue {
  background-color: #103FD3;
  border-color: #103FD3;
  color: #FFFFFF;
}

.default-btn.blue:hover {
  color: #FFFFFF;
}

.default-btn.white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.default-btn.white:hover {
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .default-btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 2;
  }
}

nav {
  position: fixed !important;
  background-color: #f9f9f9;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}

nav.opened-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100vh;
  background: #000000;
  overflow-y: scroll;
}

nav.opened-nav .popup-nav {
  display: block;
}

nav.opened-nav .navbar-toggler span {
  background-color: #FFFFFF;
}

nav.opened-nav .navbar-brand {
  display: none;
}

nav.hide-nav {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

nav .container {
  position: relative;
}

nav .nav-search-toggle {
  padding: 5px;
  line-height: 1;
  display: inline-block;
  color: #323232;
}

.advent-name {
  display: none;
}

.brand-logo {
  width: 154px;
}

.navbar-toggler {
  width: 30px;
  margin: auto 0;
  position: relative;
  background-color: transparent;
  padding: 24px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navbar-toggler:focus-visible {
  outline: none;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 60%;
  background: #000000;
  border-radius: 23%;
  opacity: 1;
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar-toggler.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-toggler.open span {
  border-radius: 10px;
}

.navbar-toggler span:nth-child(1) {
  top: 14px;
  width: 40%;
  left: 41%;
}

.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
  top: 22px;
}

.navbar-toggler span:nth-child(4) {
  top: 30px;
}

.navbar-toggler.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  top: 32px;
  left: 42%;
}

.navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  top: 12px;
  left: 42%;
}

.navbar-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.popup-nav {
  position: relative;
  margin-top: 20px;
  display: none;
  width: 100%;
}

.navbar-collapse {
  z-index: 5;
}

.nav-link {
  padding: 7px 0;
  letter-spacing: 0.02em;
  color: #d4d4eb;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 576px) {
  .nav-link {
    font-size: calc(0.23148148vw + 14.66666667px);
  }
}

@media (min-width: 1440px) {
  .nav-link {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .nav-link {
    line-height: calc(1.38888889vw + 10px);
  }
}

@media (min-width: 1440px) {
  .nav-link {
    line-height: 30px;
  }
}

.nav-link:hover {
  color: #7cb9f1;
}

.nav-bold-link {
  font-size: 24px;
  line-height: 35px;
  color: #e3e3e3;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-bottom: 12px;
  display: block;
}

@media (min-width: 576px) {
  .nav-bold-link {
    font-size: calc(0.69444444vw + 20px);
  }
}

@media (min-width: 1440px) {
  .nav-bold-link {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .nav-bold-link {
    line-height: calc(2.31481481vw + 21.66666667px);
  }
}

@media (min-width: 1440px) {
  .nav-bold-link {
    line-height: 55px;
  }
}

.nav-bold-link:hover {
  color: #7cb9f1;
}

.nav-accordion .accordion-item {
  background-color: transparent;
  border: none;
}

.nav-accordion .accordion-body {
  padding: 0;
}

.nav-accordion .accordion-button {
  font-family: 'MaximaNouva-Bold';
  padding-left: 0;
  padding-right: 10px;
  font-size: 24px;
  line-height: 35px;
  color: #FFFFFF;
  background-color: transparent;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (min-width: 576px) {
  .nav-accordion .accordion-button {
    font-size: calc(0.69444444vw + 20px);
  }
}

@media (min-width: 1440px) {
  .nav-accordion .accordion-button {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .nav-accordion .accordion-button {
    line-height: calc(2.31481481vw + 21.66666667px);
  }
}

@media (min-width: 1440px) {
  .nav-accordion .accordion-button {
    line-height: 55px;
  }
}

.nav-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-accordion .accordion-button::after {
  content: "";
  border-top: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top-left-radius: 4px;
  background: transparent;
}

.nav-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-accordion .accordion-button:not(.collapsed) span:after {
  width: 100%;
}

.nav-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.nav-accordion .accordion-button span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-search-form {
  border-radius: 50px;
  border-bottom: 0.35px solid transparent;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nav-search-form.active {
  border-color: #103FD3;
  border-radius: 0;
}

.nav-search-form.active input {
  display: block;
  border-radius: 0;
}

.nav-search-form.active .nav-search-btn {
  display: block;
}

.nav-search-form.active .nav-search-toggle {
  display: none;
}

.cross-search {
  display: none;
}

.cross-search span {
  display: block;
  width: 20px;
  height: 3px;
  background: #000000;
  border-radius: 23%;
}

.cross-search span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cross-search span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -3px;
}

.nav-search-input {
  border-radius: 50px;
  height: 50px;
  width: 100%;
  border: none;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #000000;
  background-color: #f9f9f9;
  padding: 0 10px;
  display: none;
}

@media (min-width: 576px) {
  .nav-search-input {
    font-size: calc(0.23148148vw + 10.66666667px);
  }
}

@media (min-width: 1440px) {
  .nav-search-input {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .nav-search-input {
    line-height: calc(0.34722222vw + 17px);
  }
}

@media (min-width: 1440px) {
  .nav-search-input {
    line-height: 22px;
  }
}

.nav-search-input:focus-visible {
  outline: none;
}

.nav-search-input::-webkit-input-placeholder {
  color: #505050;
  opacity: 0.3;
}

.nav-search-input::-moz-placeholder {
  color: #505050;
  opacity: 0.3;
}

.nav-search-input::-ms-input-placeholder {
  color: #505050;
  opacity: 0.3;
}

.nav-search-input::placeholder {
  color: #505050;
  opacity: 0.3;
}

.nav-search-btn {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  display: none;
  font-size: 18px;
}

.nav-search-btn span {
  color: #FFFFFF;
}

.nav-search-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .navbar .nav-search-form {
    display: none;
  }
  .nav-search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-search-form .nav-search-input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .popup-nav {
    height: 100vh;
    overflow-y: scroll;
  }
}

@media (min-width: 992px) {
  nav .nav-search-toggle {
    display: none;
  }
  .navbar-toggler span {
    left: 12px;
  }
  .navbar-toggler span:nth-child(1) {
    left: 7px;
  }
  .nav-search-form {
    border: 0.35px solid #103FD3;
    width: 80%;
  }
  .nav-search-btn {
    background: #103FD3;
    display: block;
    width: 150px;
  }
  .nav-search-input {
    display: block;
    padding-left: 20px;
  }
  .nav-link {
    padding: 7px 0;
  }
  .brand-logo {
    width: auto;
  }
  nav.opened-nav .advent-name {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 70px;
  }
  nav.opened-nav .nav-right-part {
    display: none;
  }
  .navbar-toggler.open span:nth-child(2),
  .navbar-toggler.open span:nth-child(3) {
    left: 10px;
  }
}

nav.hide-nav {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

@media (min-width: 1025px) {
  .popup-nav {
    margin-top: 18px;
  }
  .nav-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
  }
  .nav-accordion .accordion-button {
    padding-bottom: 0;
    color: #e3e3e3;
  }
  .nav-accordion .accordion-button:after {
    content: none;
  }
  .nav-accordion .nav-column-1,
  .nav-accordion .nav-column-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .nav-accordion .accordion-button {
    cursor: auto;
  }
  .nav-bottom-link-container {
    width: 25%;
  }
  .nav-bold-link {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) and (max-height: 630px) {
  .nav-link {
    padding: 4px 0;
  }
  .nav-accordion .accordion-button {
    padding-top: 0;
  }
}

.dropdown-wrapper {
  position: relative;
  z-index: 1;
}

.dropdown-wrapper p {
  background-color: #103FD3;
  color: #fff;
  padding: 14px 14px 14px 18px;
  border-radius: 40px;
  white-space: nowrap;
  width: 180px;
  margin-bottom: 0;
  cursor: pointer;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-wrapper ul {
  padding-left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 6px 19px #888888;
          box-shadow: 0px 6px 19px #888888;
  position: absolute;
  width: 100%;
  left: 0;
  list-style-type: none;
  padding-top: 40px;
  top: 54px;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}

.dropdown-wrapper ul.open {
  display: block;
}

.dropdown-wrapper button {
  width: 100%;
  text-align: left;
  padding: 6px 6px 10px 40px;
  border: 0;
  background: transparent;
}

.dropdown-wrapper button:hover {
  background: whitesmoke;
}

.dropdown-wrapper li:last-child button {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.nav-search-form input:-webkit-autofill,
.nav-search-form input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

.footer-bold-link {
  color: #505055;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'MaximaNouva-Bold';
  text-align: left;
}

.footer-bold-link:hover {
  color: #505055;
}

.left-link {
  padding: 15px 0;
}

footer {
  background: #F9F9F9;
  padding-bottom: 30px;
}

.footer-nav-color {
  color: #505055;
}

.footer-link {
  font-size: 16px;
  line-height: 21px;
  color: #656565;
  display: block;
  padding: 10px 0;
}

.footer-link:hover {
  color: #656565;
}

.footer-navigation-accordion .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  font-family: 'MaximaNouva-Bold';
  background-color: transparent;
}

.footer-navigation-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-navigation-accordion .accordion-button::after {
  background-image: none;
  content: "";
  border-top: 3px solid #505050;
  border-left: 3px solid #505050;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-top-left-radius: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.footer-navigation-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-navigation-accordion .accordion-button:not(.collapsed) {
  color: #505050;
}

.footer-navigation-accordion .accordion-button:not(.collapsed) span:after {
  width: 100%;
}

.footer-navigation-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.footer-navigation-accordion .accordion-button span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  border-bottom: 2px solid #505050;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-navigation-accordion .accordion-item {
  background-color: transparent;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding-top: 50px;
}

.social-icon-wrapper {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.social-icon-wrapper:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.footer-term-policy-link {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #505050;
  letter-spacing: 0.02em;
}

.footer-term-policy-link:hover {
  color: #505050;
}

.copyright-text {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #505050;
}

.accordion-body_item {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
}

.accordion-body_item a {
  padding: 6px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion-body_item a:hover {
  color: #000000;
}

.footer-bottom-links-container {
  border-top: 0.5px solid #505050;
  padding-top: 20px;
}

.footer-address-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.footer-address {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #FFFFFF;
}

.footer-up-part {
  padding-top: 70px;
  padding-bottom: 25px;
}

.footer-logo {
  position: absolute;
  right: 100px;
}

@media (min-width: 1024px) {
  .social-icon-wrapper {
    width: 30px;
    height: 30px;
    margin-right: 22px;
  }
  footer {
    padding-bottom: 40px;
  }
  footer .footer-up-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-logo {
    margin-top: 40px;
    right: 0;
    width: 141px;
    height: 94px;
  }
  .footer-left-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-right-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .footer-bottom-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .address-div {
    padding-bottom: 4rem !important;
  }
  .footer-navigation-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-navigation-accordion .collapse:not(.show) {
    display: block;
  }
  .footer-navigation-accordion .accordion-body_item {
    padding: 9px 0;
  }
  .footer-navigation-accordion .accordion-button {
    padding: 9px 0;
  }
  .footer-navigation-accordion .accordion-button::after {
    display: none;
  }
  .footer-navigation-accordion .accordion-header {
    pointer-events: none;
  }
  .copyright-text {
    position: relative;
  }
  .copyright-text:after {
    content: '';
    position: absolute;
    top: 4px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: -25px;
    background-color: #505050;
  }
  .footer-social-media-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 22px;
    padding-top: 30px;
  }
}

.footer-top-badges {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.footer-certificate {
  position: static;
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
  width: 81px;
  height: 81px;
}

@media (min-width: 1024px) {
  .footer-certificate {
    position: absolute;
    right: 68%;
    top: 0;
  }
}

footer .container {
  position: relative;
}

.footer-ecovadis-wrapper {
  padding: 10px 0;
  text-align: center;
}

.footer-ecovadis-wrapper img {
  max-width: 100px;
  height: auto;
}

.footer-ecovadis-cert {
  display: inline-block;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  margin-left: 0;
}

.footer-ecovadis-cert img {
  width: 81px;
  height: 81px;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .footer-ecovadis-wrapper {
    text-align: left;
    padding: 5px 0;
  }
  .footer-ecovadis-wrapper img {
    max-width: 120px;
  }
}

.footer-logo {
  position: static;
  display: block;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 81px;
  height: 81px;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .footer-logo {
    position: absolute;
    right: 0;
    top: auto;
    margin-top: 40px;
    width: 141px;
    height: 94px;
  }
}

.footer-ecovadis-wrapper img {
  margin-top: 40px;
}
