.theme-light .footer {
  color: rgb(31, 50, 63);
  background-color: rgb(255, 255, 255);
}
.theme-light-alt .footer {
  color: rgb(31, 50, 63);
  background-color: rgb(248, 248, 248);
}
.theme-dark .footer {
  color: rgb(255, 255, 255);
  background-color: rgb(48, 69, 82);
}
.theme-dark-alt .footer {
  color: rgb(255, 255, 255);
  background-color: rgb(31, 50, 63);
}
.theme-blue .footer {
  color: rgb(255, 255, 255);
  background-color: rgb(10, 109, 230);
}
.footer__holder {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1728px;
  display: block;
}
@media all and (max-width: 767px) {
  .footer__holder {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.footer__title {
  padding-bottom: 24px;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .footer__title {
    padding-top: 50px;
  }
}
@media all and (max-width: 1024px) {
  .footer__column {
    padding-bottom: 30px;
  }
  .footer__column :last-child {
    padding-bottom: 0;
  }
}
.footer__container {
  padding: 64px 135px 15px 135px;
}
@media all and (max-width: 1280px) {
  .footer__container {
    padding: 60px 30px;
  }
}
@media all and (max-width: 575px) {
  .footer__container {
    padding: 60px 15px;
  }
}
.footer__small-container {
  display: block;
}
@media all and (max-width: 1399px) {
  .footer__small-container {
    padding-right: 60px;
  }
}
@media all and (max-width: 1024px) {
  .footer__small-container {
    padding-right: 15px;
    margin: 0 auto;
  }
}
.footer__links {
  margin-bottom: 90px;
}
@media all and (max-width: 1024px) {
  .footer__links {
    margin-bottom: 0;
  }
}
.footer__bottom-line {
  padding: 40px 135px;
}
@media all and (max-width: 1280px) {
  .footer__bottom-line {
    padding: 30px 15px;
  }
}
@media all and (max-width: 575px) {
  .footer__bottom-line {
    padding: 30px 15px;
  }
}
.footer__bottom-line--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (max-width: 1024px) {
  .footer__bottom-line--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.footer__bottom-line .text-small {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media all and (max-width: 1024px) {
  .footer__bottom-line .text-small {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-li {
  white-space: pre-wrap;
  padding-bottom: 24px;
}

@media all and (max-width: 767px) {
  .footer-logo-container img {
    margin: 0 auto;
  }
}

.dropdown {
  padding-top: 37px;
}

.button-container {
  margin-left: auto;
  text-align: right;
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
  .button-container {
    margin-left: 0;
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
            flex: 1 0 100%;
    background-color: rgb(255, 255, 255);
  }
  .theme-light .button-container {
    background-color: rgb(255, 255, 255);
  }
  .theme-light-alt .button-container {
    background-color: rgb(248, 248, 248);
  }
  .theme-dark .button-container {
    background-color: rgb(48, 69, 82);
  }
  .theme-dark-alt .button-container {
    background-color: rgb(31, 50, 63);
  }
  .theme-blue .button-container {
    background-color: rgb(10, 109, 230);
  }
  .button-container .btn {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
            flex-grow: 2;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) and (max-width: 767px) {
  .button-container .btn {
    padding: 12px 20px;
  }
}
@media all and (max-width: 1024px) and (max-width: 479px) {
  .button-container .btn {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .button-container {
    width: 100%;
  }
}

.footer-hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid rgb(208, 214, 218);
  margin: 0 135px;
  padding: 0;
}
@media all and (max-width: 1280px) {
  .footer-hr {
    margin: 0 30px;
  }
}
@media all and (max-width: 575px) {
  .footer-hr {
    margin: 0 15px;
  }
}
.footer-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow-wrap: break-word;
}
@media all and (max-width: 479px) {
  .footer-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer__title > a,
.footer-li > a {
  color: rgb(31, 50, 63);
}
.theme-light .footer__title > a,
.theme-light .footer-li > a {
  color: rgb(31, 50, 63);
  background-color: rgb(255, 255, 255);
}
.theme-light-alt .footer__title > a,
.theme-light-alt .footer-li > a {
  color: rgb(31, 50, 63);
  background-color: rgb(248, 248, 248);
}
.theme-dark .footer__title > a,
.theme-dark .footer-li > a {
  color: rgb(255, 255, 255);
  background-color: rgb(48, 69, 82);
}
.theme-dark-alt .footer__title > a,
.theme-dark-alt .footer-li > a {
  color: rgb(255, 255, 255);
  background-color: rgb(31, 50, 63);
}
.theme-blue .footer__title > a,
.theme-blue .footer-li > a {
  color: rgb(255, 255, 255);
  background-color: rgb(10, 109, 230);
}

.footer__title > a:hover,
.footer-li > a:hover {
  color: rgb(31, 50, 63);
}
.theme-light .footer__title > a:hover,
.theme-light .footer-li > a:hover {
  color: rgb(31, 50, 63);
  background-color: rgb(255, 255, 255);
}
.theme-light-alt .footer__title > a:hover,
.theme-light-alt .footer-li > a:hover {
  color: rgb(31, 50, 63);
  background-color: rgb(248, 248, 248);
}
.theme-dark .footer__title > a:hover,
.theme-dark .footer-li > a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(48, 69, 82);
}
.theme-dark-alt .footer__title > a:hover,
.theme-dark-alt .footer-li > a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(31, 50, 63);
}
.theme-blue .footer__title > a:hover,
.theme-blue .footer-li > a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(10, 109, 230);
}

.footer-theme-switch {
  padding-top: 30px;
  -webkit-align-content: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .footer-theme-switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
@media all and (max-width: 1024px) {
  .footer-theme-switch label.custom-control-label.text-small {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .footer-theme-switch label.custom-control-label.text-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: unset;
    margin-right: unset;
  }
}

.custom-switch .custom-control-label::before {
  position: absolute;
  top: 2px;
  width: 28px;
  height: 14px;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}

.custom-switch .custom-control-label::after {
  position: absolute;
  top: 4px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  background-color: rgb(10, 109, 230);
}
.theme-light .custom-switch .custom-control-label::after {
  background-color: rgb(10, 109, 230);
}
.theme-light-alt .custom-switch .custom-control-label::after {
  background-color: rgb(10, 109, 230);
}
.theme-dark .custom-switch .custom-control-label::after {
  background-color: rgb(208, 214, 218);
}
.theme-dark-alt .custom-switch .custom-control-label::after {
  background-color: rgb(208, 214, 218);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(14px);
       -o-transform: translateX(14px);
          transform: translateX(14px);
  background-color: rgb(10, 109, 230);
}
.theme-light .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgb(10, 109, 230);
}
.theme-light-alt .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgb(10, 109, 230);
}
.theme-dark .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgb(208, 214, 218);
}
.theme-dark-alt .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgb(208, 214, 218);
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: transparent;
  border-color: rgb(208, 214, 218);
  background-color: transparent;
}

label.custom-control-label.text-small {
  position: relative;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1024px) {
  label.custom-control-label.text-small {
    margin: 0 0 0 22px;
  }
}
@media all and (max-width: 767px) {
  label.custom-control-label.text-small {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

div.custom-control.custom-switch.theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
@media all and (max-width: 1024px) {
  div.custom-control.custom-switch.theme {
    margin-left: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  div.custom-control.custom-switch.theme {
    padding-left: 22px;
  }
}

.theme-switch-text {
  font-size: 12px;
  line-height: 18px;
  padding-left: 12px;
}

.footer__bottom-line .text-small a {
  color: rgb(31, 50, 63);
}
.theme-light .footer__bottom-line .text-small a {
  color: rgb(31, 50, 63);
}
.theme-light-alt .footer__bottom-line .text-small a {
  color: rgb(31, 50, 63);
}
.theme-dark .footer__bottom-line .text-small a {
  color: rgb(255, 255, 255);
}
.theme-dark-alt .footer__bottom-line .text-small a {
  color: rgb(255, 255, 255);
}
.theme-blue .footer__bottom-line .text-small a {
  color: rgb(255, 255, 255);
}

.footer__bottom-line .text-small a:hover {
  color: rgba(10, 109, 230, 0.7) !important;
}
.theme-light .footer__bottom-line .text-small a:hover {
  color: rgba(10, 109, 230, 0.7) !important;
}
.theme-light-alt .footer__bottom-line .text-small a:hover {
  color: rgba(10, 109, 230, 0.7) !important;
}
.theme-dark .footer__bottom-line .text-small a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.theme-dark-alt .footer__bottom-line .text-small a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.theme-blue .footer__bottom-line .text-small a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

div.footer__small-container.col-md-3.col-lg-2 {
  padding-left: 0;
}
@media all and (max-width: 767px) {
  div.footer__small-container.col-md-3.col-lg-2 {
    padding-right: 0;
  }
}