.ct-site-footer .newsletter {
  background-color: var(--accent-2-color);
  height: -moz-max-content;
  height: max-content;
}
.ct-site-footer footer.footer-section {
  background: linear-gradient(180deg, #252c2e 0%, #121617 100%);
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section {
    padding: 33px 0;
  }
}
.ct-site-footer footer.footer-section .page-width {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section .page-width {
    flex-direction: column-reverse;
    gap: 47px;
  }
}
.ct-site-footer footer.footer-section .newsletter {
  width: 100%;
  max-width: 286px;
  background-color: unset;
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper {
  flex-direction: column;
  gap: 19px;
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper .heading div {
  font-size: 18px;
  line-height: 23px;
  color: var(--text-alternate-color);
  text-align: left;
  font-weight: 900;
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper .heading div em,
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper .heading div strong {
  font-size: 18px;
  line-height: 23px;
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper .heading {
    width: 100%;
  }
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper {
  display: flex;
  flex-direction: column;
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field {
  flex-direction: column;
  gap: 12px;
  align-items: normal;
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field .email-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: left;
}
@media only screen and (max-width: 767.98px) {
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field .email-container {
    flex-wrap: wrap;
  }
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field .email-container input {
  min-width: unset;
  border-radius: 23px;
  padding: 15px 20px;
  max-height: 46px;
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field .email-container input::-moz-placeholder {
  color: var(--secondary-color);
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field .email-container input::placeholder {
  color: var(--secondary-color);
}
@media only screen and (max-width: 1368.98px) {
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field .email-container input {
    max-width: unset;
  }
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field .custom-checkbox {
  display: none;
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field .privacy-policy {
  cursor: default;
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field .privacy-policy a {
  text-decoration: underline;
}
.ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field button {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field {
    text-align: center;
    gap: 20px;
  }
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper form .newsletter-form__field-wrapper .field button {
    margin-top: 5px;
  }
}
.ct-site-footer footer.footer-section .newsletter #Newsletter-success--ct-footer {
  color: var(--text-alternate-color);
}
.ct-site-footer footer.footer-section .newsletter #Newsletter-success--ct-footer svg {
  background-color: var(--text-alternate-color);
}
.ct-site-footer footer.footer-section .newsletter #Newsletter-success--ct-footer svg path {
  fill: var(--text-primary-color);
}
.ct-site-footer footer.footer-section .newsletter #Newsletter-error--ct-footer svg {
  width: 30px;
  height: 30px;
  transform: scale(1.3);
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section .newsletter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    max-width: unset;
  }
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper {
    max-width: 400px;
  }
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper .heading {
    justify-content: center;
  }
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper .custom-checkbox {
    max-width: unset !important;
  }
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper .email-container {
    width: 100%;
  }
  .ct-site-footer footer.footer-section .newsletter .newsletter-wrapper .email-container input {
    max-width: unset !important;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper {
  width: 65%;
}
.ct-site-footer footer.footer-section .footer-wrapper .logo-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 13px;
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    width: 100%;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.ct-site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ct-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials {
  align-items: start;
  justify-content: center;
  flex-basis: unset;
}
.ct-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a {
  width: auto;
  height: 22px;
  color: var(--text-alternate-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a:hover {
  color: var(--secondary-color);
}
.ct-site-footer footer.footer-section .footer-wrapper p.social-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .ct-site-footer footer.footer-section .footer-wrapper p.social-title {
    text-align: center;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .ct-site-footer footer.footer-section .footer-wrapper .desktop-nav-logos {
    width: 100%;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation {
  flex: 1;
  gap: 20px;
  flex-wrap: wrap;
  display: none;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation {
    justify-content: space-between;
    gap: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation {
    gap: 93px;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .links-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1000px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .links-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .links-wrapper {
    gap: 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .links-wrapper {
    flex: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .footer-item {
    width: calc(50% - 20px);
  }
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .footer-item:nth-child(2) {
    order: 1;
  }
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .footer-item:nth-child(3) {
    order: 3;
  }
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .footer-item:nth-child(4) {
    order: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .logo-wrapper {
    order: 4;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .link-title {
  font-size: 18px;
  color: var(--text-alternate-color);
  margin-bottom: 19px;
  font-weight: 800;
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation .link-title {
    margin-bottom: 20px;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li {
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li a {
  white-space: nowrap;
  font-size: 14px;
  line-height: 21px;
  color: var(--text-alternate-color);
}
.ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li a:hover {
  text-decoration: underline;
}
.ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li:not(:last-of-type) {
  margin-bottom: 17px;
}
@media only screen and (max-width: 767.98px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.desktop-navigation ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation .logo-wrapper {
  margin-bottom: 40px;
}
.ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation .accordion {
  cursor: pointer;
}
.ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation .accordion .chevron {
  width: 12px;
  height: 6px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation .accordion {
    padding: 17px 0 13px;
  }
  .ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation .accordion:first-of-type {
    padding-top: 6px;
  }
  .ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation .accordion * {
    color: var(--text-alternate-color);
  }
}
.ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation .accordion.active {
  border-color: transparent;
}
.ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation .panel {
  width: 100%;
  border-bottom: 1px solid var(--text-alternate-color);
}
.ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation .panel .content {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .ct-site-footer footer.footer-section .footer-wrapper nav.mobile-navigation {
    display: none;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper .footer-item-list {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
}
.ct-site-footer footer.footer-section .footer-wrapper .footer-item-list li {
  font-size: 16px;
  line-height: 1.5;
}
.ct-site-footer footer.footer-section .footer-wrapper .footer-item-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.ct-site-footer footer.footer-section .footer-wrapper .footer-item-list li a {
  text-decoration: none;
}
.ct-site-footer footer.footer-section .footer-wrapper .contact-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.ct-site-footer footer.footer-section .footer-wrapper .contact-wrapper .social-title {
  flex-basis: 100%;
}
.ct-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info {
  display: flex;
  gap: 6px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .ct-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info .contact-icon {
  display: flex;
  justify-content: center;
}
.ct-site-footer footer.footer-section .footer-wrapper .contact-wrapper .contact-info .contact-icon > svg {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 992px) {
  .ct-site-footer footer.footer-section .footer-wrapper .contact-wrapper.mobile {
    display: none;
  }
}
.ct-site-footer footer.footer-section .footer-wrapper .contact-wrapper.desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .ct-site-footer footer.footer-section .footer-wrapper .contact-wrapper.desktop {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    gap: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer footer.footer-section .footer-wrapper {
    width: 100%;
  }
}
.ct-site-footer .footer-bar {
  background-color: var(--accent-2-color);
}
.ct-site-footer .footer-bar .footer-bar-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575.98px) {
  .ct-site-footer .footer-bar .footer-bar-wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 12px 0 12px;
  }
}
.ct-site-footer .footer-bar .footer-bar-wrapper * {
  font-size: 14px !important;
  color: var(--text-primary-color);
}
.ct-site-footer .footer-bar .footer-bar-wrapper .company-info {
  text-align: center;
}
.ct-site-footer .footer-bar .footer-bar-wrapper a {
  font-weight: bold;
  color: var(--text-primary-color);
  text-decoration: none;
}
.ct-site-footer .footer-bar .footer-bar-wrapper a:hover {
  color: var(--accent-1-color);
}
.ct-site-footer .footer-bar .footer-bar-wrapper .created-by a {
  font-weight: 900;
}
.ct-site-footer .footer-bar .footer-bar-wrapper .disclosure {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.ct-site-footer .footer-bar .footer-bar-wrapper .disclosure button {
  flex-direction: row;
  gap: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  align-items: center;
}
.ct-site-footer .footer-bar .footer-bar-wrapper .disclosure button img {
  margin-right: 14px;
  width: 20px;
  height: 20px;
}
.ct-site-footer .footer-bar .footer-bar-wrapper .disclosure button img.chevron {
  width: 9px;
  height: 5px;
}
.ct-site-footer .footer-bar .footer-bar-wrapper .disclosure .change-language {
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ct-site-footer .footer-bar .footer-bar-wrapper .disclosure .change-language span {
  display: flex;
}
.ct-site-footer .footer-bar .footer-bar-wrapper .disclosure #CountryList {
  top: unset !important;
  bottom: 120% !important;
}
.ct-site-footer .footer-bar .footer-bar-wrapper .disclosure #CountryList .disclosure__item * {
  color: var(--text-primary-color);
}
@media only screen and (max-width: 991.98px) {
  .ct-site-footer .footer-bar .footer-bar-wrapper {
    gap: 9px;
    padding: 20px 0 18px;
  }
  .ct-site-footer .footer-bar .footer-bar-wrapper .company-info {
    order: 2;
  }
  .ct-site-footer .footer-bar .footer-bar-wrapper .dropdown-selector {
    order: 1;
    margin-bottom: 9px;
  }
  .ct-site-footer .footer-bar .footer-bar-wrapper .created-by {
    order: 3;
  }
}
.ct-site-footer .logo-wrapper.mobile {
  display: flex;
  margin: 20px auto 0;
}
@media only screen and (min-width: 992px) {
  .ct-site-footer .logo-wrapper.mobile {
    display: none !important;
  }
}
