.tcl-footer__logo {
  width: 185px;
}
@media (max-width: 1199px) {
  .tcl-footer__logo {
    width: 114px;
  }
}
.tcl-footer__to-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-footer__to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  gap: 11px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 10000;
}
.tcl-footer__to-top span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-footer__top {
  padding: 55px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tcl-footer__bottom {
  background-color: #8f000a;
  color: #f3f3f3;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .tcl-footer__bottom {
    padding-top: 30px;
    text-align: center;
  }
  .tcl-footer__bottom-copy {
    margin: 0 auto;
    max-width: 210px;
  }
}
.tcl-footer__bottom a {
  color: #f3f3f3;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .tcl-footer__bottom a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
  }
}
.tcl-footer__bottom > .container > .row {
  height: 77px;
}
@media (max-width: 1199px) {
  .tcl-footer__bottom > .container > .row {
    height: auto;
  }
  .tcl-footer__bottom > .container > .row > *:nth-child(1) {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
    -webkit-box-shadow: inset 6px 0px 20px rgba(0, 0, 0, 0.25);
            box-shadow: inset 6px 0px 20px rgba(0, 0, 0, 0.25);
    padding-top: 20px;
    padding-bottom: 45px;
  }
}
.tcl-footer__bottom > .container > .row > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .tcl-footer .footer-columns {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}
.tcl-footer__column {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .tcl-footer__column {
    margin-top: 0;
  }
}
.tcl-footer__column-heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
  font-size: 21px;
  white-space: nowrap;
  color: #8f000a;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .tcl-footer__column-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tcl-footer__column-heading svg {
  display: none;
  margin-left: 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-footer__column-heading svg path {
  stroke: #8f000a;
}
@media (max-width: 1199px) {
  .tcl-footer__column-heading svg {
    display: block;
  }
}
.tcl-footer__column-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199px) {
  .tcl-footer__column-links {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
}
.tcl-footer__column-links a {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #001d18;
  text-decoration: none;
}
.tcl-footer__column.is-open .tcl-footer__column-links {
  max-height: 500px;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}
.tcl-footer__column.is-open .tcl-footer__column-heading svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .tcl-footer__social {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tcl-footer__social-heading {
  font-family: "Quicksand";
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #001d18;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tcl-footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 1199px) {
  .tcl-footer__social-links {
    gap: 50px;
  }
}
.tcl-footer__social-links a {
  text-decoration: none;
}
.tcl-footer__social-links a svg {
  width: 34px;
  height: 34px;
}
.tcl-footer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1199px) {
  .tcl-footer__payments {
    display: none;
  }
}
.tcl-footer__right-images {
  position: relative;
  height: 100%;
}
@media (max-width: 1199px) {
  .tcl-footer__right-images {
    display: none;
  }
}
.tcl-footer__right-images-content {
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tcl-footer__right-image {
  margin-top: 30px;
}
.tcl-footer__right-image.small {
  width: calc(50% - 10px);
}
.tcl-footer__right-image.large {
  width: 100%;
}
.tcl-footer__user-switcher {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  border-radius: 6px;
  background: #8f000a;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  width: 100%;
  max-width: 350px;
  top: 170px;
  right: 0;
  z-index: 999999;
}
.tcl-footer__user-switcher a {
  color: #fff;
}
.tcl-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

p#user_switching_switch_on {
  display: none !important;
}