body {
  font-family: 'Figtree', sans-serif;
  font-display: swap;
  font-size: 18px;
  font-weight: 400;
  color: #2a282d;
}
h1 {
  font-size: 56px;
  line-height: 1.285;
  font-weight: 700;
  margin-bottom: 48px;
}
.h1--custom {
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 40px;
  }
  .h1--custom {
    font-size: 26px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 20px;
    line-height: 1.4;
  }
}
h5 {
  font-size: 32px;
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 18px;
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
h6 {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 12px;
}
p {
  font-weight: 300;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  p.mobile-xs {
    font-size: 14px;
  }
}
strong {
  font-weight: 700;
}
.c-white {
  color: #fff;
}
.form-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-group--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-group .form-control {
  background: #eee;
  border: 2px solid #dfdfdf;
  border-radius: 8px;
  padding: 12px 16px;
  height: 64px;
  font-size: 18px;
}
.form-group .form-control--white {
  background: #fff;
}
.form-group .form-control.datepicker-year,
.form-group .form-control.datepicker {
  font-weight: 700;
}
#placingIntoService-container {
  margin-bottom: 0px;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #2a282d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.form-group .form-control::-moz-placeholder {
  color: #2a282d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.form-group .form-control:-ms-input-placeholder {
  color: #2a282d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.form-group .form-control:-moz-placeholder {
  color: #2a282d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.form-group .form-control::-ms-clear,
.form-group .form-control::-ms-reveal {
  display: none;
}
.form-group .form-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 16px;
  width: 100%;
  max-width: 64px;
  height: 64px;
  background: #e84700;
  border-radius: 12px;
  border: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.form-group .form-icon:hover {
  box-shadow: 0px 8px 16px rgba(232,71,0,0.4);
}
.form-group .form-icon:active,
.form-group .form-icon:focus {
  background: #e84700;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.form-group .form-icon:active:focus {
  box-shadow: none;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.form-group--select {
  position: relative;
}
.form-group--select .form-control {
  padding-right: 48px;
}
.form-group--select:after {
  content: url("../img/arrow-select.svg");
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
.form-group--labelled {
  margin-bottom: 24px;
}
.form-group--with-icon img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
}
.form-group--with-icon .form-control {
  padding-top: 28px;
  padding-left: 52px;
}
.form-group--with-icon .floating-label {
  left: 54px;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[type='radio']:checked,
[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #ffefda;
}
[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 3px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #e84700;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  left: -9999px;
}
[type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #ffefda;
}
[type='checkbox']:not(:checked) + label:before,
[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 3px solid #ddd;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
[type='checkbox']:not(:checked) + label:after,
[type='checkbox']:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0.2em;
  left: 0.275em;
  font-size: 1.4em;
  line-height: 0.8;
  color: #e84700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: Helvetica, Arial, sans-serif;
}
[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
[type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
[type='checkbox']:disabled:not(:checked) + label:before,
[type='checkbox']:disabled:checked + label:before {
  box-shadow: none;
  border-color: #d3d3d3;
  background-color: #ddd;
}
[type='checkbox']:disabled:checked + label:after {
  color: #d3d3d3;
}
[type='checkbox']:disabled + label {
  color: #d3d3d3;
}
[type='checkbox']:checked:focus + label:before,
[type='checkbox']:not(:checked):focus + label:before {
  border: 2px dotted #00f;
}
label:hover:before {
  border: 3px solid #00f !important;
}
@-webkit-keyframes autofill {
  to {
    color: #000;
    background: #fff;
  }
}
@keyframes autofill {
  to {
    color: #000;
    background: #fff;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  text-transform: uppercase;
  padding: 0 24px 0 24px;
  font-size: 15px;
  height: 40px;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
  -webkit-transition: 'secondary' #ffefda #ff7900 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow none;
  transition: 'secondary' #ffefda #ff7900 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow none;
  outline: none !important;
}
.btn-xl {
  height: 56px;
  font-size: 18px;
  padding: 0 32px 0 32px;
  border-radius: 12px;
}
.btn img {
  margin-right: 10px;
}
.btn img.right {
  margin-left: 15px;
  margin-right: 0;
  aspect-ratio: 7/9 auto;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn:disabled,
.btn.disabled {
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
.btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.btn-primary {
  color: #fff;
  background-color: #e84700;
  border-color: #e84700;
}
.btn-primary:hover {
  color: #fff;
  background-color: #e84700;
  border-color: #e84700;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #dfdfdf;
  background-color: #fff;
  border-color: #dfdfdf;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e84700;
  border-color: #e84700;
}
.btn-primary-outline {
  color: #e84700;
  background-color: transparent;
  border: 2px solid #e84700;
}
.btn-primary-outline:hover {
  color: #e84700;
  background-color: rgba(232,71,0,0.2);
  border-color: #e84700;
}
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  box-shadow: none;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #dfdfdf;
  background-color: #fff;
  border-color: #dfdfdf;
}
.btn-primary-outline:not(:disabled):not(.disabled):active,
.btn-primary-outline:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline.dropdown-toggle {
  color: #e84700;
  background-color: rgba(232,71,0,0.2);
  border-color: #e84700;
  box-shadow: none;
}
.btn-primary-outline:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-secondary {
  color: #ff7900;
  background-color: #ffefda;
  border-color: #ffefda;
}
.btn-secondary:hover {
  color: #ff7900;
  background-color: #ffefda;
  border-color: #ffefda;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #dfdfdf;
  background-color: #fff;
  border-color: #dfdfdf;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ff7900;
  background-color: #ffefda;
  border-color: #ffefda;
}
.btn-secondary-outline {
  color: #ffefda;
  background-color: transparent;
  border: 2px solid #ffefda;
}
.btn-secondary-outline:hover {
  color: #ffefda;
  background-color: rgba(255,239,218,0.2);
  border-color: #ffefda;
}
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  box-shadow: none;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #dfdfdf;
  background-color: #fff;
  border-color: #dfdfdf;
}
.btn-secondary-outline:not(:disabled):not(.disabled):active,
.btn-secondary-outline:not(:disabled):not(.disabled).active,
.show > .btn-secondary-outline.dropdown-toggle {
  color: #ffefda;
  background-color: rgba(255,239,218,0.2);
  border-color: #ffefda;
  box-shadow: none;
}
.btn-secondary-outline:not(:disabled):not(.disabled):active:focus,
.btn-secondary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-outline.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary:hover {
  box-shadow: 0px 8px 16px rgba(232,71,0,0.4);
}
.btn-primary:active,
.btn-primary:focus {
  background: #e84700;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.btn-primary:active:focus {
  box-shadow: none;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.btn-p-0 {
  padding: 0;
}
.btn-p-0 img {
  margin-left: 0;
}
.btn-block {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .btn-xs-block {
    width: 100%;
  }
}
.btn-fs-xs {
  font-weight: 700;
  text-transform: none;
}
.btn-transparent {
  color: #fff;
  background-color: rgba(255,255,255,0.2);
}
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
  color: #fff !important;
  background-color: rgba(255,255,255,0.4) !important;
}
.btn-secondary {
  color: #ff7900;
  background-color: rgba(255,121,0,0.1);
}
.btn-secondary:hover {
  color: #ff7900;
  background-color: rgba(255,121,0,0.25);
}
.btn-clear {
  font-size: 18px;
  color: #ff7900;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: unset;
  cursor: pointer;
}
.btn-clear:hover {
  color: #ffb048 !important;
  text-decoration: none;
}
.btn-clear:hover img {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.btn-clear:hover img.right {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.btn-clear.disabled {
  color: #b7b7b7 !important;
}
.btn-clear:active {
  color: #e84700 !important;
}
.btn-clear:visited {
  color: #ff7900;
}
.btn-clear:focus {
  box-shadow: none;
}
.btn-clear img {
  margin-left: 18px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.btn-clear.btn-p-0 img:not(.right) {
  margin-left: 0;
  aspect-ratio: 1 auto;
}
.btn-success {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #4ca853;
  background: transparent;
  color: #4ca853;
  height: 40px;
  font-size: 15px;
  padding-left: 24px;
  padding-right: 24px;
}
.btn-success img {
  width: 22px;
  height: 22px;
  margin-right: 9px;
  aspect-ratio: 1 auto;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  color: #4ca853 !important;
  background: rgba(76,168,83,0.1) !important;
  border-color: #4ca853 !important;
}
.btn-error {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #e84700;
  background: transparent;
  color: #e84700;
  height: 40px;
  font-size: 15px;
  padding-left: 24px;
  padding-right: 24px;
}
.btn-error img {
  width: 22px;
  height: 22px;
  margin-right: 9px;
  aspect-ratio: 1 auto;
}
.btn-error:active,
.btn-error:focus,
.btn-error:hover {
  color: #e84700 !important;
  background: rgba(232,71,0,0.1) !important;
  border-color: #e84700 !important;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 15px;
}
.page-content {
  width: 100vw;
  overflow: hidden;
}
.page-content .page-content__h1 {
  font-size: 48px;
  margin-bottom: 40px;
  margin-top: 26px;
}
@media screen and (max-width: 576px) {
  .page-content .page-content__h1 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 26px;
  }
}
.pt {
  padding-top: 96px;
}
@media screen and (max-width: 576px) {
  .pt {
    padding-top: 24px;
  }
}
.p-relative {
  position: relative;
}
.z-top {
  position: relative;
  z-index: 10;
}
.text-underline {
  text-decoration: underline;
}
.container--narrow {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1200px) {
  .container--narrow {
    max-width: 944px;
  }
}
.container--narrow div[class^="col"],
.container--narrow div[class^="container"] {
  padding-left: 12px;
  padding-right: 12px;
}
.container--narrow .row {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 1200px) {
  .container-xxl {
    max-width: 1182px;
  }
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.sidebar-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 40px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sidebar-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 0;
    gap: 0;
  }
}
.sidebar-layout .sidebar {
  width: 320px;
  max-width: 320px;
  -webkit-flex-shrink: inherit;
      -ms-flex-negative: inherit;
          flex-shrink: inherit;
}
@media screen and (max-width: 768px) {
  .sidebar-layout .sidebar {
    min-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sidebar-layout .content {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
  }
}
.content .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  padding-bottom: 0px !important;
  margin-bottom: -30px !important;
}
@media screen and (max-width: 768px) {
  .content .breadcrumb {
    margin-top: 12px;
    padding-bottom: 0px !important;
    margin-bottom: -10px !important;
  }
}
.breadcrumb a {
  color: #ff7900;
  text-decoration: none;
  line-height: 1.7;
}
.breadcrumb a:hover {
  color: #e84700;
}
.breadcrumb .separator {
  color: #b7b7b7;
  padding-left: 6px;
  padding-right: 4px;
  font-size: 12px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 12px !important;
}
.mb-2 {
  margin-bottom: 24px !important;
}
.mb-3 {
  margin-bottom: 32px !important;
}
.mb-4 {
  margin-bottom: 48px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 12px !important;
}
.mt-2 {
  margin-top: 24px !important;
}
.mt-3 {
  margin-top: 32px !important;
}
.mt-4 {
  margin-top: 48px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 12px !important;
}
.pb-2 {
  padding-bottom: 24px !important;
}
.pb-3 {
  padding-bottom: 32px !important;
}
.pb-4 {
  padding-bottom: 48px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 12px !important;
}
.pt-2 {
  padding-top: 24px !important;
}
.pt-3 {
  padding-top: 32px !important;
}
.pt-4 {
  padding-top: 48px !important;
}
.ml-auto {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .lighter-md {
    background-color: #f5f5f5;
  }
}
.separator-line {
  background: #dfdfdf;
  width: 82px;
  height: 1px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 76px;
  display: block;
}
@media screen and (max-width: 768px) {
  .separator-line {
    margin-bottom: 48px;
    max-width: -webkit-calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }
}
.modal .modal-dialog {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 920px;
  }
}
.modal .modal-dialog .modal-content {
  background-color: transparent;
  border-radius: 12px;
  border: none;
}
@media (min-width: 576px) {
  .modal .modal-dialog .modal-content {
    border-radius: 8px;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-backdrop {
  background-color: #2a282d;
}
.modal-backdrop.show {
  opacity: 0.8;
}
footer {
  position: relative;
  z-index: 2;
  background: #e84700;
  margin-top: 96px;
  color: #fff;
  padding-top: 76px;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 60px;
  }
}
@media (min-width: 1501px) {
  footer .container {
    max-width: 1430px;
  }
}
@media (max-width: 1500px) {
  footer .container {
    max-width: 1400px;
  }
}
@media (max-width: 1400px) {
  footer .container {
    max-width: 1300px;
  }
}
@media (max-width: 1300px) {
  footer .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  footer .container {
    max-width: 1100px;
  }
}
@media (max-width: 1100px) {
  footer .container {
    max-width: 100%;
  }
}
footer ul {
  padding-left: 0;
  margin-bottom: 0;
}
footer ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  footer ul li {
    font-size: 18px;
    line-height: 1.56;
  }
}
footer ul li a {
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  footer ul li a {
    font-size: 18px;
    line-height: 1.56;
  }
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer ul li small {
  font-size: 12px;
}
@media (max-width: 768px) {
  footer ul li small {
    font-size: 14px;
  }
}
footer ul li img {
  margin-right: 8px;
  aspect-ratio: 1 auto;
}
@media (max-width: 768px) {
  footer ul.p-xs {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  footer ul.p-xs li {
    margin-bottom: 16px;
  }
}
footer ul.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 42px;
  grid-gap: 16px;
  gap: 16px;
}
footer .separator {
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.2);
  margin-top: 26px;
  margin-bottom: 26px;
  width: 110px;
}
footer .separator--desktop {
  display: block;
}
@media (max-width: 768px) {
  footer .separator--desktop {
    display: none;
  }
}
footer .separator--mobile {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  footer .separator--mobile {
    display: block;
  }
}
footer p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}
footer h6 {
  margin-bottom: 14px;
}
footer .footer-bottom {
  position: relative;
  margin-top: 68px;
  padding-top: 32px;
  padding-bottom: 46px;
}
@media (max-width: 768px) {
  footer .footer-bottom {
    margin-top: 24px;
  }
}
footer .footer-bottom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255,255,255,0.2);
}
footer .footer-bottom .footer-bottom__slogan {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  footer .footer-bottom:after {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
  }
}
.hamburger {
  padding: 0;
}
.hamburger-box {
  width: 20px;
  height: 14px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  height: 2px;
  width: 21px;
  background: #ff7900;
}
.hamburger-inner {
  width: 14px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
}
.hamburger--collapse.is-active .hamburger-inner {
  width: 21px;
}
.hamburger--collapse {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0px, -6px, 0px) rotate(-45deg);
          transform: translate3d(0px, -6px, 0px) rotate(-45deg);
}
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
.navbar {
  background-color: #fff;
  height: 92px;
  border-bottom: 1px solid #eee;
  padding: 0 24px;
}
@media (max-width: 1500px) {
  .navbar {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    height: 65px;
  }
}
.navbar .navbar-brand img {
  width: 156px;
  aspect-ratio: 78/11 auto;
}
@media screen and (max-width: 576px) {
  .navbar .navbar-brand img {
    width: 120px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  aspect-ratio: 120/17 auto;
  }
}
.navbar .container {
  position: relative;
}
@media (min-width: 1501px) {
  .navbar .container {
    max-width: 1430px;
  }
}
@media (max-width: 1500px) {
  .navbar .container {
    max-width: 100%;
  }
}
.navbar .navbar-collapse .nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar .navbar-collapse .nav-item .nav-link {
  color: #2a282d;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  padding: 8px 12px;
}
.navbar .navbar-collapse .nav-item .nav-link img {
  aspect-ratio: 1 auto;
}
@media screen and (max-width: 576px) {
  .navbar .navbar-collapse .nav-item .nav-link {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse .nav-item .nav-link:hover {
    color: #e84700;
  }
  .navbar .navbar-collapse .nav-item .nav-link:hover .forward {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.navbar .navbar-collapse .nav-item .nav-link img {
  display: none;
}
.navbar .navbar-collapse .nav-item .nav-link img.back {
  margin-right: 24px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navbar .navbar-collapse .nav-item .nav-link.btn-primary-outline,
.navbar .navbar-collapse .nav-item .nav-link.btn-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1.6;
  height: 40px;
  border-radius: 8px;
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse .nav-item .nav-link.btn-primary-outline,
  .navbar .navbar-collapse .nav-item .nav-link.btn-primary {
    margin-top: 12px;
    margin-left: 24px;
    height: 56px;
    font-size: 18px;
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (max-width: 576px) {
  .navbar .navbar-collapse .nav-item .nav-link.btn-primary-outline,
  .navbar .navbar-collapse .nav-item .nav-link.btn-primary {
    max-width: -webkit-calc(100% - 48px);
    max-width: calc(100% - 48px);
  }
}
.navbar .navbar-collapse .nav-item .nav-link.btn-primary-outline img,
.navbar .navbar-collapse .nav-item .nav-link.btn-primary img {
  display: block;
  margin-right: 10px;
}
.navbar .navbar-collapse .nav-item .nav-link.btn-primary-outline {
  color: #e84700;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media screen and (min-width: 993px) {
  .navbar .navbar-collapse .nav-item .nav-link.btn-primary-outline {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4px;
    border: none;
  }
  .navbar .navbar-collapse .nav-item .nav-link.btn-primary-outline:hover {
    background: transparent;
  }
}
.navbar .navbar-collapse .nav-item .nav-link.btn-primary {
  background: #e84700;
  color: #fff;
}
.navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle {
  position: relative;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle:after {
  content: none;
}
.navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle:focus,
.navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle:hover {
  position: relative;
  background: rgba(255,121,0,0.1);
  color: #ff7900;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle:focus,
  .navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle:hover {
    background: transparent;
    color: #e84700;
  }
  .navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle:focus img,
  .navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle.show {
  color: #ff7900;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle.show {
    background: transparent;
    color: #2a282d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle.show .forward {
    display: none;
  }
  .navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle.show .back {
    display: block;
  }
}
.navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle.show:after {
  content: '';
  position: absolute;
  top: -webkit-calc(100% + 9px);
  top: calc(100% + 9px);
  left: -webkit-calc(50% - 3px);
  left: calc(50% - 3px);
  z-index: 10;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #fff;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: 1001;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle.show:after {
    content: none;
  }
}
.navbar .navbar-collapse .nav-item.dropdown--p-static {
  position: static;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    top: 65px;
    right: 0;
    width: 100vw;
    height: -webkit-calc(100vh - 65px);
    height: calc(100vh - 65px);
    background: #fff;
    z-index: 1010;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
  }
  .navbar .navbar-collapse .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .navbar-collapse .nav-item .nav-link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 26px;
    line-height: 1.23;
    text-align: left;
    padding-right: 32px;
  }
  .navbar .navbar-collapse .nav-item .nav-link .dropdown-toggle {
    padding-top: 20px;
  }
  .navbar .navbar-collapse .nav-item .nav-link img.forward {
    display: block;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .navbar .navbar-collapse .nav-item .nav-link img.back {
    display: none;
  }
  .navbar .navbar-collapse .nav-item .btn-primary {
    width: auto;
    margin-left: 24px;
  }
}
.navbar .navbar-collapse.is-opened {
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-nav {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .navbar .navbar-nav .nav-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar .navbar-nav.is-opened .nav-link {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar .navbar-nav.is-opened .nav-link:not(.show) {
    display: none;
  }
}
.navbar .dropdown-menu {
  position: relative;
  padding: 16px 12px 20px 12px;
  border-radius: 12px;
  border: none;
  box-shadow: 0px 0px 24px #dfdfdf;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 783px;
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
}
@media screen and (max-width: 992px) {
  .navbar .dropdown-menu {
    position: relative;
    padding: 0;
    box-shadow: none;
    left: auto;
    right: auto;
    top: auto;
    max-width: 100vw;
  }
  .navbar .dropdown-menu .container {
    margin-top: 14px;
  }
}
.navbar .dropdown-menu--right {
  right: 0.75rem;
  right: var(--bs-gutter-x, 0.75rem);
  left: auto;
}
@media screen and (max-width: 992px) {
  .navbar .dropdown-menu--right {
    right: auto;
  }
}
.navbar .dropdown-menu--xl {
  max-width: 1026px;
}
@media screen and (max-width: 1026px) {
  .navbar .dropdown-menu--xl {
    max-width: 100vw;
  }
}
.navbar .dropdown-menu ul {
  padding-left: 0;
}
.navbar .dropdown-menu ul .dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  margin-top: 8px;
  margin-bottom: 4px;
  white-space: inherit;
}
@media screen and (max-width: 992px) {
  .navbar .dropdown-menu ul .dropdown-item {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 100%;
  }
}
.navbar .dropdown-menu ul .dropdown-item img {
  border-radius: 8px;
  margin-right: 12px;
}
@media screen and (max-width: 992px) {
  .navbar .dropdown-menu ul .dropdown-item img {
    display: none;
  }
}
.navbar .dropdown-menu ul .dropdown-item:focus,
.navbar .dropdown-menu ul .dropdown-item:hover {
  background: rgba(255,121,0,0.2);
  color: #ff7900;
}
@media screen and (max-width: 992px) {
  .navbar .dropdown-menu ul .dropdown-item:focus,
  .navbar .dropdown-menu ul .dropdown-item:hover {
    background: transparent;
    color: #e84700;
  }
}
.navbar .dropdown-menu ul .dropdown-item:focus img,
.navbar .dropdown-menu ul .dropdown-item:hover img {
  background: #fff;
}
@media screen and (max-width: 992px) {
  .navbar .dropdown-menu ul {
    margin-top: -14px;
  }
}
.navbar .dropdown-menu .dropdown-title {
  padding-top: 8px;
  padding-bottom: 12px;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 992px) {
  .navbar .dropdown-menu .dropdown-title {
    color: #ff7900;
    font-size: 18px;
    line-height: 1.5;
    border-top: 1px solid #dfdfdf;
    border-bottom: none;
    padding-top: 24px;
  }
}
.navbar .row {
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 992px) {
  .navbar .row {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.navbar .container,
.navbar .row > * {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 992px) {
  .navbar .container,
  .navbar .row > * {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.navbar .mobile-profile {
  display: none;
  position: absolute;
  top: 50%;
  right: 74px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.navbar .mobile-profile img {
  width: 21px;
}
@media screen and (max-width: 992px) {
  .navbar .mobile-profile {
    display: block;
  }
}
.navbar .mobile-phone {
  display: none;
  position: absolute;
  top: 50%;
  right: 120px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.navbar .mobile-phone img {
  width: 21px;
}
@media screen and (max-width: 992px) {
  .navbar .mobile-phone {
    display: block;
  }
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  color: #2a282d;
  background: transparent;
}
.article {
  margin-bottom: 68px;
}
.article h3 {
  margin-bottom: 24px;
}
.article ul,
.article ol,
.article p {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 24px;
}
.article ul a,
.article ol a,
.article p a {
  color: #e84700;
  text-decoration: underline;
}
.article ul a:hover,
.article ol a:hover,
.article p a:hover {
  color: #ffb048 !important;
}
.article ul a.disabled,
.article ol a.disabled,
.article p a.disabled {
  color: #b7b7b7 !important;
}
.article ul a:active,
.article ol a:active,
.article p a:active {
  color: #e84700 !important;
}
.article ul + h3,
.article ol + h3,
.article p + h3 {
  margin-top: 64px;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.article ul {
  list-style: disc;
  padding-left: 18px;
}
.article ol {
  list-style: decimal;
  padding-left: 22px;
}
.article ul li,
.article ol li {
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.5;
}
.article ul.line-height-xs li,
.article ol.line-height-xs li {
  margin-bottom: 0;
}
.article figcaption {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-top: -16px;
  margin-bottom: 40px;
}
.article__cover {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .article__cover {
    padding-top: 92px;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
}
.article__cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.article__cover-content {
  position: relative;
  z-index: 1;
  padding-top: 172px;
  padding-bottom: 122px;
}
@media screen and (max-width: 576px) {  
  .article__cover-content {
    padding-top: 0px;
    padding-bottom: 8px;
  }
}
.article__cover h1 {
  color: #fff;
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .article__cover h1 {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 18px;
    margin-bottom: 24px;
  }
}
.article__cover p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .article__cover p {
    margin-bottom: 26px;
  }
}
.article__author {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.article__author img {
  margin-left: 0;
  margin-right: 10px;
}
.article__separator {
  padding-left: 22px;
  padding-right: 22px;
}
.article__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 24px;
  gap: 24px;
}
.article__social img {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.7;
}
.article__social img:hover {
  opacity: 1;
}
.article__social--reverse-hover img {
  opacity: 1;
}
.article__social--reverse-hover img:hover {
  opacity: 0.7;
}
.article__image {
  width: 100%;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .article__image {
    border-radius: 8px;
  }
}
.article__column p:last-of-type {
  margin-bottom: 0;
}
.article .slider img {
  cursor: pointer;
}
.highlighted {
  background: #f5f5f5;
  padding: 24px 24px 24px 20px;
  color: #2a282d;
  border-left: 4px solid #ff7900;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .highlighted {
    margin-bottom: 40px;
  }
}
.highlighted p {
  margin-bottom: 16px;
}
.highlighted p:last-of-type {
  margin-bottom: 0;
}
.highlighted p strong {
  font-weight: 700;
}
.modal .slider,
.article .slider {
  max-width: -webkit-calc(100% - 112px);
  max-width: calc(100% - 112px);
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .modal .slider,
  .article .slider {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.modal .slider__container,
.article .slider__container {
  position: relative;
}
.modal .slider .slide,
.article .slider .slide {
  cursor: pointer;
  overflow: hidden;
}
.modal .slider .slide div,
.article .slider .slide div {
  position: relative;
  height: 0;
  padding-bottom: 64.5%;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  margin: 0 8px;
}
@media (max-width: 576px) {
  .modal .slider .slide div,
  .article .slider .slide div {
    border: none;
  }
}
.modal .slider .slide div img,
.article .slider .slide div img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 576px) {
  .modal .slider__arrow-container,
  .article .slider__arrow-container {
    display: none;
  }
}
.modal .slider__arrow-container .arrow,
.article .slider__arrow-container .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background: #e84700;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 48px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  cursor: pointer;
}
.modal .slider__arrow-container .arrow.slick-disabled,
.article .slider__arrow-container .arrow.slick-disabled {
  background: #dfdfdf;
  pointer-events: none;
}
.modal .slider__arrow-container .arrow.slick-disabled img,
.article .slider__arrow-container .arrow.slick-disabled img {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  opacity: 0.25;
}
.modal .slider__arrow-container .arrow img,
.article .slider__arrow-container .arrow img {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}
.modal .slider__arrow-container .arrow:hover,
.article .slider__arrow-container .arrow:hover {
  box-shadow: 0px 8px 16px rgba(232,71,0,0.4);
}
.modal .slider__arrow-container .arrow:active,
.article .slider__arrow-container .arrow:active,
.modal .slider__arrow-container .arrow:focus,
.article .slider__arrow-container .arrow:focus {
  background: #e84700;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.modal .slider__arrow-container .arrow:active:focus,
.article .slider__arrow-container .arrow:active:focus {
  box-shadow: none;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.modal .slider__arrow-container .arrow--left,
.article .slider__arrow-container .arrow--left {
  left: 0;
}
.modal .slider__arrow-container .arrow--left img,
.article .slider__arrow-container .arrow--left img {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.modal .slider__arrow-container .arrow--right,
.article .slider__arrow-container .arrow--right {
  right: 0;
}
.modal .slider__arrow-container .arrow--right img,
.article .slider__arrow-container .arrow--right img {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.modal .slider .slick-track,
.article .slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .slider .slick-dots,
.article .slider .slick-dots {
  display: block;
  padding-left: 0;
  padding-top: 12px;
  grid-gap: 5px;
  gap: 5px;
  height: 8px;
  margin: 0;
  box-sizing: content-box;
  text-align: center;
}
.modal .slider .slick-dots li,
.article .slider .slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
  height: 8px;
}
.modal .slider .slick-dots li button,
.article .slider .slick-dots li button {
  border: none;
  width: 8px;
  padding: 0;
  max-width: 8px;
  height: 8px;
  max-height: 8px;
  border-radius: 8px;
  background: #b7b7b7;
  color: transparent;
  overflow: hidden;
}
.modal .slider .slick-dots li.slick-active button,
.article .slider .slick-dots li.slick-active button {
  background: #ff7900;
}
.slider__container--article {
  padding-top: 16px;
  margin-bottom: -8px;
}
.modal .slider {
  cursor: unset;
  max-width: -webkit-calc(100% - 144px);
  max-width: calc(100% - 144px);
}
@media screen and (max-width: 576px) {
  .modal .slider {
    max-width: 100%;
  }
}
.modal .slider .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .modal .slider .slide {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal .slider .slide img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff7ed;
  border-radius: 12px;
  padding: 40px;
  color: #2a282d;
  text-align: left;
  white-space: unset;
  margin-top: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.badge img:not(.right) {
  margin-right: 36px;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .badge img:not(.right) {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
    max-width: 128px;
  }
}
@media screen and (max-width: 768px) {
  .badge .btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.badge h2 {
  margin-bottom: 12px;
}
.badge p {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .badge p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.big-link {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.big-link div[class^="col"] > a > h3 {
  font-size: 20px;
  align-self: center;
  margin-block: 0em;
}
@media screen and (max-width: 768px) {
  .big-link {
    padding-top: 32px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .big-link div[class^="col"],
  .big-link div[class^="container"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .big-link .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 400px) {
  .big-link div[class^="col"] > a > h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 576px) {
  .big-link h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .big-link--p-xs {
    padding-top: 32px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .big-link--p-xs div[class^="col"],
  .big-link--p-xs div[class^="container"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .big-link--p-xs .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.big-link h3 {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .big-link h3 {
    margin-bottom: 24px;
  }
}
.big-link p {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .big-link p {
    font-size: 14px;
  }
}
.big-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  border: 1px solid #6e6ee5;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #2a282d;
  text-decoration: none;
  padding: 32px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .big-link a {
    margin-bottom: 16px;
    height: -webkit-calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .big-link a:last-of-type {
    margin-bottom: 12px;
  }
}
.big-link a img {
  padding: 16px;
  background: #ffe5c1;
  margin-bottom: 24px;
  border-radius: 12px;
}
.big-link a img.xl {
  width: 128px;
  height: 128px;
  aspect-ratio: 1 auto;
}
@media screen and (max-width: 768px) {
  .big-link a img.xl {
    width: 96px;
    height: 96px;
  }
}
.big-link a img.md {
  width: 104px;
  height: 104px;
  aspect-ratio: 1 auto;
}
@media screen and (max-width: 768px) {
  .big-link a img.md {
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 576px) {
  .big-link a.xs {
    font-size: 18px;
    line-height: 1.5;
  }
}
.big-link a:hover {
  color: #fff;
  background: #e84700;
  border-color: #e84700;
}
.big-link a:hover img {
  background: #fff;
}
.big-link--vertical a {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  padding: 16px;
}
.big-link--vertical a img {
  margin-right: 24px;
  margin-bottom: 0;
}
.big-link .container-xxl {
  position: relative;
  z-index: 1;
}
.rounded-background {
  position: absolute;
  top: 0;
  left: 16px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  height: 100%;
  border-radius: 32px;
  background: rgba(255,176,72,0.1);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .rounded-background {
    border-radius: 24px;
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
  }
}
.block {
  margin-bottom: 32px;
}
.block--light {
  background: #f5f5f5;
  border-radius: 12px;
}
.block__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 28px 40px 30px;
}
@media screen and (max-width: 576px) {
  .block__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.block__header img {
  margin-right: 32px;
}
@media screen and (max-width: 576px) {
  .block__header img {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.block__header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  background: #dfdfdf;
}
.block__body {
  padding: 24px 24px 0 24px;
  line-height: 1.56;
}
.block__body p:last-of-type {
  margin-bottom: 0;
}
.block__body p b,
.block__body p strong {
  font-weight: 700;
}
.block__footer {
  padding: 24px 24px 1px 24px;
}
.block__footer h6 {
  margin-bottom: 28px;
}
.block__footer div {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 24px;
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .block__footer div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.block__footer div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  color: #e84700;
  font-size: 18px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  text-transform: uppercase;
  border: 3px solid #e84700;
  height: 56px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 576px) {
  .block__footer div a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.block__footer div a img {
  margin-right: 8px;
}
.block__footer div a:hover {
  text-decoration: none;
  background: rgba(232,71,0,0.2);
}
.calculator {
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .calculator {
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.calculator__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px 98px 32px 32px;
  background: #6e6ee5;
  border-radius: 12px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .calculator__top {
    margin-top: 32px;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 16px 4px;
  }
}
.calculator__top img {
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  .calculator__top img {
    display: none;
  }
}
.calculator__separator {
  height: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  background: #6e6ee5;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .calculator__separator {
    display: none;
  }
}
.calculator__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #6e6ee5;
  border-radius: 12px 12px 0 0;
  padding: 32px 32px 0 32px;
  background: #6e6ee5;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .calculator__bottom {
    border-radius: 0;
    padding: 12px 16px 0;
  }
}
.calculator__bottom small {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 576px) {
  .calculator__bottom small {
    font-size: 11px;
    line-height: 1.45;
  }
}
.calculator__bottom span {
  font-size: 26px;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .calculator__bottom span {
    font-size: 18px;
    line-height: 1.5;
  }
}
.calculator__bottom div:nth-of-type(1) {
  border-right: 2px solid rgba(255,255,255,0.2);
  margin-right: 24px;
}
.calculator__bottom div:nth-of-type(1),
.calculator__bottom div:nth-of-type(2) {
  width: -webkit-calc(50% - 12px);
  width: calc(50% - 12px);
  padding-right: 42px;
}
.calculator__bottom div:nth-of-type(3) {
  padding-top: 36px;
  padding-bottom: 36px;
  margin-top: 24px;
  width: 100%;
  border-top: 2px solid rgba(255,255,255,0.2);
}
@media screen and (max-width: 576px) {
  .calculator__bottom div:nth-of-type(3) {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 0;
  }
}
.calculator__bottom--even {
  padding-bottom: 24px;
}
.calculator__bottom--even div:nth-of-type(3) {
  border-right: 2px solid rgba(255,255,255,0.2);
  margin-right: 24px;
}
.calculator__bottom--even div:nth-of-type(3),
.calculator__bottom--even div:nth-of-type(4) {
  padding-top: 0;
  padding-bottom: 0;
  width: -webkit-calc(50% - 12px);
  width: calc(50% - 12px);
  padding-right: 42px;
  margin-top: 0;
  border-top: none;
}
.calculator__bottom--even .separator {
  margin-top: 36px;
  margin-bottom: 36px;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,0.2);
}
.calculator__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #6e6ee5;
  border-radius: 0 0 12px 12px;
  padding: 0 32px 32px 32px;
  background: #6e6ee5;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .calculator__button {
    padding: 12px 16px;
    border-radius: 0;
    margin-bottom: 44px;
  }
}
.calculator__button small {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .calculator__button small {
    font-size: 11px;
    line-height: 1.45;
  }
}
.calculator__button span {
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .calculator__button span {
    font-size: 26px;
    line-height: 1.2;
  }
}
.calculator__button div {
  text-align: center;
  padding: 20px 12px;
  width: 100%;
  background: #fff;
  color: #2a282d;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .calculator__button div {
    padding: 8px 12px;
  }
}
/*
.cover {
  position: relative;
  padding-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 200px;
}
@media screen and (min-width:768px) {
  .cover {
    min-height: 420px;
  }
}
@media screen and (max-width: 992px) {
  .cover {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .cover {
    height: auto;
    padding-top: 144px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 576px) {
  .cover {
    padding-top: 0px;
    top: -40px;
  }
}
.cover__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .cover__background {
    height: 200px;
  }
}
.cover__block {
  width: 100%;
  position: relative;
  padding: 25px 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 12px 24px rgba(42,40,45,0.12);
  height: 100%;
  -webkit-transform: translateY(180px);
          transform: translateY(180px);
}
@media screen and (max-width: 992px) {
  .cover__block {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media screen and (max-width: 768px) {
  .cover__block {
    height: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 24px;
  }
}
.cover__block--h-auto {
  height: auto;
  margin-top: auto;
}
.cover__block__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.cover__block__top > h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.cover__block__top img {
  width: 80px;
  margin-right: 24px;
  aspect-ratio: 1 auto;
}
@media screen and (max-width: 768px) {
  .cover__block__top img {
    width: 64px;
  }
}
.cover__block__bottom {
  margin-top: 6px;
}
.cover__block__bottom--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cover__block__bottom--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cover__block__bottom p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .cover__block__bottom p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.cover__block__bottom p strong {
  color: #e84700;
}
@media screen and (max-width: 768px) {
  .cover__block__bottom .btn {
    width: 100%;
    height: 56px;
    font-size: 18px;
  }
}
.cover__block__bottom ul {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  width: 40%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .cover__block__bottom ul {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cover__block__bottom ul {
    width: 100%;
    margin-bottom: 16px;
  }
  .cover__block__bottom ul:last-of-type {
    margin-bottom: 0;
  }
}
.cover__block__bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
.cover__block__bottom ul li img {
  margin-right: 16px;
}
.cover__block__bottom ul li:last-of-type {
  margin-bottom: 0;
}
.cover .container-xxl .container-xxl__heading {
  z-index: 1;
  margin-bottom: 0px;
  position: absolute;
  top: 50px;
  color: white;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .cover .container-xxl .container-xxl__heading {
    margin-top: 62px;
  position: static;
  font-size: 26px;
  color: var(--bs-heading-color);
  }
}
.cover .container-xxl .row {
  justify-content: center;
}
*/
.custom-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-calc(100% - 24px);
  height: calc(100% - 24px);
  text-align: center;
  border-radius: 12px;
  background: #fff7ed;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #2a282d;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 24px;
  text-decoration: none;
}
.custom-link img {
  margin-bottom: 12px;
}
.custom-link:hover {
  background: #e84700;
  box-shadow: 0px 16px 40px rgba(255,121,0,0.2);
  text-decoration: none;
  color: #fff;
}
.ui-datepicker {
  width: 392px;
  padding: 0;
  z-index: 3 !important;
  color: #2a282d;
}
@media screen and (max-width: 414px) {
  .ui-datepicker {
    width: -webkit-calc(100vw - 22px);
    width: calc(100vw - 22px);
  }
}
.ui-datepicker th {
  font-family: 'Figtree';
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 350px) {
  .ui-datepicker th {
    font-size: 18px;
  }
}
.ui-widget.ui-widget-content {
  border: none;
  border-radius: 16px;
  -webkit-filter: drop-shadow(0px 12px 24px rgba(42,40,45,0.12));
          filter: drop-shadow(0px 12px 24px rgba(42,40,45,0.12));
  margin-top: 28px;
}
@media screen and (max-width: 414px) {
  .ui-widget.ui-widget-content {
    margin-top: 14px;
  }
}
.ui-widget.ui-widget-content:before {
  content: url("../img/calendar-before.svg");
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -22px);
          transform: translate(-50%, -22px);
  display: block;
  height: 12px;
}
.ui-datepicker-calendar {
  padding: 16px;
}
.ui-widget-header {
  border: none;
  background: #200f6d;
  border: none;
  color: #fff;
  font-family: 'Figtree';
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 0;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 350px) {
  .ui-widget-header {
    font-size: 18px;
  }
}
.ui-datepicker .ui-datepicker-header {
  padding-top: 14px;
  padding-bottom: 14px;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 2px solid transparent;
  background: #fff;
  font-family: 'Figtree';
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 350px) {
  .ui-button,
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  html .ui-button.ui-state-disabled:active,
  html .ui-button.ui-state-disabled:hover {
    font-size: 16px;
  }
}
.ui-datepicker td a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  color: #2a282d;
}
@media screen and (max-width: 414px) {
  .ui-datepicker td a {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 350px) {
  .ui-datepicker td a {
    width: 36px;
    height: 36px;
  }
}
.ui-datepicker td a.ui-state-active {
  color: #fff;
  font-weight: 700;
  background: #e84700;
}
.ui-datepicker td a:hover {
  color: #2a282d;
  background: rgba(255,176,72,0.4);
  font-weight: 700;
}
.ui-datepicker td.ui-datepicker-today a {
  font-weight: 700;
  border: 2px solid #b7b7b7;
}
.ui-datepicker td.ui-datepicker-today a.ui-state-active {
  border-color: #e84700;
}
.ui-datepicker td.ui-datepicker-today a:hover {
  color: #2a282d;
  border-color: transparent;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
  top: 0 !important;
  height: 100% !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -webkit-calc(-50% + 3px));
          transform: translate(-50%, calc(-50% + 3px));
}
.ui-datepicker-prev {
  left: 28px !important;
}
.ui-datepicker-prev:before {
  content: url("../img/calendar-arrow-left.svg");
}
.ui-datepicker-next {
  right: 28px !important;
}
.ui-datepicker-next:before {
  content: url("../img/calendar-arrow-right.svg");
}
.decor-block-container {
  position: relative;
  padding-top: 160px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .decor-block-container {
    padding-bottom: 40px;
    padding-top: 212px;
  }
}
.decor-block-container--pt-xl {
  padding-top: 160px;
}
.decor-block-container--pt-xl .decor-block__text .btn .right {
  aspect-ratio: 1 auto;
}
@media screen and (max-width: 768px) {
  .decor-block-container--pt-xl {
    padding-top: 164px;
  }
}
.decor-block-container .container-xxl {
  position: relative;
  z-index: 1;
}
.decor-block-container .purple-block {
  position: absolute;
  top: -40px;
  left: 0;
  width: 548px;
  height: 100%;
  background: #6e6ee5;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .decor-block-container .purple-block {
    width: 202px;
    height: 168px;
    left: 16px;
    top: -64px;
    border-radius: 16px;
  }
}
.decor-block-container .purple-block--right {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .decor-block-container .purple-block--right {
    right: 40px;
    height: 200px;
    width: 270px;
    top: -40px;
  }
}
.decor-block__text {
  position: relative;
  padding: 64px 64px 64px 128px;
  background: #fff;
  box-shadow: 0px 16px 40px rgba(255,121,0,0.2);
  border-radius: 24px;
  width: 100%;
  max-width: 952px;
}
@media screen and (max-width: 768px) {
  .decor-block__text {
    padding: 17px 16px 16px 16px;
    max-width: -webkit-calc(100% - 32px);
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
  }
}
.decor-block__text h2 {
  margin-bottom: 16px;
  font-size: calc(1.325rem + .9vw);
}
.decor-block__text p {
  margin-bottom: 16px;
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .decor-block__text p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .decor-block__text .btn {
    width: 100%;
  }
}
.decor-block__text--right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .decor-block__text--right {
    padding: 48px 16px 16px 16px;
  }
}
.decor-block__text--right p {
  max-width: 100%;
}
.decor-block__text .decor {
  position: absolute;
  right: 100%;
  bottom: 64px;
  -webkit-transform: translateX(64px);
          transform: translateX(64px);
}
@media screen and (max-width: 768px) {
  .decor-block__text .decor {
    left: 9px;
    right: auto;
    bottom: -webkit-calc(100% - 38px);
    bottom: calc(100% - 38px);
    -webkit-transform: none;
            transform: none;
    max-width: 121px;
  }
}
.decor-block__text .decor--right {
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(128px);
          transform: translateX(128px);
}
@media screen and (max-width: 768px) {
  .decor-block__text .decor--right {
    right: 50%;
    bottom: 100%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    max-width: 160px;
  }
}
@media screen and (min-width: 576px) {
  .already-client {
    padding-top: 84px;
  }
}

.faq {
  background: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 16px;
}
.faq__item.is-opened .faq__header img {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.faq__item.is-opened .faq__content {
  display: block;
}
.faq__header {
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 88px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .faq__header {
    padding: 16px 56px 16px 16px;
  }
}
.faq__header strong {
  font-weight: 700;
  padding-right: 16px;
}
.faq__header img {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.faq__content {
  display: none;
  padding-top: 0;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 576px) {
  .faq__content {
    padding: 0 16px 16px 16px;
  }
}
.faq__content p {
  font-size: 14px;
  line-height: 1.7;
}
.faq__content p:first-of-type {
  margin-top: -16px;
}
.faq__content p:last-of-type {
  margin-bottom: 0;
}
/*
.home-cover {
  position: relative;
}
.home-cover h1 {
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .home-cover h1 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 24px;
  }
}
.home-cover p {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .home-cover p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.home-cover a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ffe5c1;
  border-radius: 12px;
  padding: 16px 24px 16px 16px;
  color: #2a282d;
  text-decoration: none;
  margin-bottom: 16px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.home-cover a img.icon {
  margin-right: 16px;
  width: 56px;
  aspect-ratio: 1 auto;
}
.home-cover a img.arrow {
  margin-left: auto;
  width: 9px;
  aspect-ratio: 1/2 auto;
}
.home-cover a:hover {
  color: #fff;
  background: #e84700;
  text-decoration: none;
  box-shadow: 0px 8px 16px rgba(255,121,0,0.2);
}
.home-cover a:hover img {
  -webkit-filter: brightness(1000%) grayscale(100%);
          filter: brightness(1000%) grayscale(100%);
}
.home-cover a:active,
.home-cover a:focus {
  color: #fff;
  background: #e84700;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.home-cover a:active img,
.home-cover a:focus img {
  -webkit-filter: brightness(1000%) grayscale(100%);
          filter: brightness(1000%) grayscale(100%);
}
.home-cover a:active:focus {
  color: #fff;
  box-shadow: none;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.home-cover a:active:focus img {
  -webkit-filter: brightness(1000%) grayscale(100%);
          filter: brightness(1000%) grayscale(100%);
}
.home-cover__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb048), to(rgba(255,255,255,0)));
  background: linear-gradient(180deg, #ffb048 -20%, rgba(255,255,255,0) 50%);
  opacity: 0.3;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-cover__background {
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb048), to(rgba(255,176,72,0)));
    background: linear-gradient(180deg, #ffb048 0%, rgba(255,176,72,0) 100%);
  }
}
.home-cover__decor {
  position: absolute;
  right: 22px;
  bottom: 68px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-cover__decor {
    right: -32px;
    bottom: 0;
    max-width: 125%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.home-cover .buttons-container {
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .home-cover .buttons-container {
    padding-bottom: 0;
    margin-bottom: -48px;
  }
}
.home-cover .decor {
  margin-top: 24px;
  aspect-ratio: 1 / 1.4867 auto;
}
@media screen and (max-width: 768px) {
  .home-cover .decor {
    max-width: 184px;
    aspect-ratio: 1 / 1.489 auto;
  }
}
.home-cover .container-xxl {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .home-cover div[class^="col"],
  .home-cover div[class^="container"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .home-cover .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
*/
.partner-slider, .review-slider {
  margin-top: 24px;
  margin-bottom: 76px;
}
.partner-slider .slick-slide, .review-slider .slick-slide {
  margin-left: 32px;
  margin-right: 32px;
}
.partner-slider .slick-slide img {
  aspect-ratio: 2 / 1 auto;
}
@media screen and (max-width: 768px) {
  .partner-slider .slick-slide, .review-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.partner-slider-container, .review-slider-container {
  position: relative;
  padding-left: 64px;
  padding-right: 64px;
}
@media screen and (max-width: 768px) {
  .partner-slider-container, .review-slider-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .partner-slider__arrows, .review-slider__arrows {
    display: none;
  }
}
.partner-slider__arrows .arrow, .review-slider__arrows .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 12px;
  border-radius: 48px;
  border: 2px solid #e84700;
  box-sizing: content-box;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  cursor: pointer;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.partner-slider__arrows .arrow--left, .review-slider__arrows .arrow--left {
  left: 0;
}
.partner-slider__arrows .arrow--right, .review-slider__arrows .arrow--right {
  right: 0;
}
.partner-slider__arrows .arrow:hover, .review-slider__arrows .arrow:hover {
  background-color: rgba(232,71,0,0.2);
}
.partner-slider__arrows .arrow.slick-disabled, .review-slider__arrows .arrow.slick-disabled {
  pointer-events: none;
  -webkit-filter: grayscale(100%) brightness(225%);
          filter: grayscale(100%) brightness(225%);
}
.partner-slider .slick-dots, .review-slider .slick-dots {
  display: block;
  padding-left: 0;
  padding-top: 24px;
  grid-gap: 5px;
  gap: 5px;
  height: 8px;
  margin: 0;
  box-sizing: content-box;
}
.partner-slider .slick-dots li, .review-slider .slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
  height: 8px;
}
.partner-slider .slick-dots li button, .review-slider .slick-dots li button {
  border: none;
  width: 8px;
  padding: 0;
  max-width: 8px;
  height: 8px;
  max-height: 8px;
  border-radius: 8px;
  background: #b7b7b7;
  color: transparent;
  overflow: hidden;
}
.partner-slider .slick-dots li.slick-active button, .review-slider .slick-dots li.slick-active button {
  background: #ff7900;
}
.info-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff7ed;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 200px;
}
@media screen and (max-width: 576px) {
  .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.info-box__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
}
.info-box__image--xl {
  min-width: 232px;
  max-width: 232px;
}
@media screen and (max-width: 576px) {
  .info-box__image {
    position: relative;
    width: 100%;
    max-width: unset;
  }
}
.info-box__image .bg {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .info-box__image .bg {
    height: 212px;
    width: 100%;
  }
}
.info-box__image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  aspect-ratio: 1 auto;
}
@media screen and (max-width: 576px) {
  .info-box__image .icon {
    height: 212px;
    width: 100%;
  }
}
.info-box__content {
  padding: 25px 32px 22px 32px;
}
.info-box__content--p-xl {
  padding: 32px;
}
@media screen and (max-width: 576px) {
  .info-box__content {
    padding: 25px 24px 22px 24px;
  }
}
.info-box__content h2 {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 18px;
}
.info-box__content p {
  font-weight: 700;
  margin-bottom: 16px;
}
.info-box--plain {
  padding-left: 232px;
  background: #fff;
}
@media screen and (max-width: 576px) {
  .info-box--plain {
    padding-left: 0;
  }
}
.info-box--plain .info-box__image {
  background: #fff7ed;
}
@media screen and (max-width: 576px) {
  .info-box--plain .info-box__image {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.info-box--plain .info-box__image img {
  width: auto;
  height: auto;
}
.info-box--plain .info-box__content {
  border: 1px solid #dfdfdf;
  border-left: none;
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 576px) {
  .info-box--plain .info-box__content {
    border: 1px solid #dfdfdf;
    border-top: none;
    border-radius: 0 0 12px 12px;
  }
}
.info-box--plain .info-box__content p {
  font-weight: 300;
}
.info-box--plain .info-box__content .btn-clear {
  padding-left: 0;
  padding-right: 0;
}
.info-box .xsell__h5 {
  margin-top: 0px;
}
.banner {
  position: relative;
  padding-top: 94px;
  padding-bottom: 518px;
  margin-top: 98px;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .banner {
    margin-top: 44px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.banner__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__content {
  position: relative;
  z-index: 1;
}
.banner__content .banner__content__h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .banner__content .banner__content__h2 {
    font-size: 26px;
    margin-bottom: 0px;
  }
}
.banner__content p {
  margin-bottom: 40px;
}
.logo-container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #6e6ee5;
  border-radius: 12px;
  padding: 18px 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 576px) {
  .logo-container {
    padding: 18px 20px;
  }
}
.logo-container img {
  width: auto;
  max-width: 25%;
  margin: 24px 12px;
}
.logo-container div {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.notification {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px 16px 16px 0;
  font-weight: 300;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .notification {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.notification__icon {
  margin-left: 24px;
  margin-right: 14px;
}
.notification__text {
  font-size: 14px;
  line-height: 1.7;
}
.notification__close {
  position: absolute;
  width: 16px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.notification:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: transparent;
}
.notification--warning {
  background-color: rgba(255,176,72,0.1);
}
.notification--warning:before {
  background: #ffb048;
}
.notification--warning .notification__text a {
  color: #ff7900;
}
.notification--info {
  padding: 24px 24px 24px 0;
  background-color: #f8f7ff;
}
.notification--info:before {
  background: #6e6ee5;
}
.notification--info .notification__text {
  font-size: 18px;
  line-height: 1.5;
}
.notification--info .notification__text a {
  color: #6e6ee5;
}
@media screen and (max-width: 768px) {
  .notification--info .notification__text strong {
    display: block;
    margin-bottom: 8px;
  }
}
.notification--closeable {
  padding-right: 76px;
}
@media screen and (max-width: 768px) {
  .notification--closeable {
    padding-right: 60px;
  }
}
.notification--inline-margin {
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  margin-bottom: 48px;
}
@media screen and (max-width: 932px) {
  .notification--inline-margin {
    max-width: 100%;
  }
}
.numbers {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .numbers {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
.numbers img {
  margin-bottom: 16px;
  aspect-ratio: 1 auto;
}
.numbers h4 {
  font-size: 32px;
  margin-bottom: 8px;
}
.numbers p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}
.numbers .numbers__main {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 700;
}
.numbers .col-md-3 {
  position: relative;
}
.numbers .col-md-3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #dfdfdf;
  width: 1px;
  height: 82px;
}
.numbers .col-md-3:last-of-type:after {
  content: none;
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .numbers .col-md-3:nth-of-type(2):after {
    content: none;
  }
}
@media screen and (max-width: 576px) {
  .numbers .col-md-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .numbers .col-md-3:after {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 24px);
            transform: translate(-50%, 24px);
    height: 2px;
    width: 82px;
  }
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin: 32px auto;
  width: 100%;
  max-width: -webkit-calc(88% + 16px);
  max-width: calc(88% + 16px);
}
@media screen and (max-width: 576px) {
  .pagination {
    max-width: -webkit-calc(88% + 12px);
    max-width: calc(88% + 12px);
  }
}
.pagination li {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 576px) {
  .pagination li {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.pagination li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  color: #2a282d;
  font-size: 18px;
  font-weight: 700;
}
.pagination li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  color: #2a282d;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .pagination li a {
    width: 48px;
    height: 48px;
  }
}
.pagination li a:hover {
  background: #ffefda;
  text-decoration: none;
}
.pagination li a.is-active {
  background: #e84700;
  color: #fff;
}
.pagination li a.pagination__arrow {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #f5f5f5;
}
.pagination li a.pagination__arrow:hover {
  background: #e84700;
  box-shadow: 0px 8px 16px rgba(232,71,0,0.4);
}
.pagination li a.pagination__arrow:hover img {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}
.pagination li a.pagination__arrow:active,
.pagination li a.pagination__arrow:focus {
  background: #e84700;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.pagination li a.pagination__arrow:active img,
.pagination li a.pagination__arrow:focus img {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}
.pagination li a.pagination__arrow.disabled {
  background-color: #dfdfdf;
}
.found {
  margin-top: 24px;
  margin-bottom: 24px;
}
.found span {
  color: #b7b7b7;
}
.found .form-group--select {
  margin-left: 24px;
}
.qanda {
  background: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 32px;
}
.qanda__item.is-opened .qanda__header img {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.qanda__item.is-opened .qanda__content {
  display: block;
}
.qanda__header {
  position: relative;
  line-height: 1.5;
  padding-top: 24px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 88px;
  cursor: pointer;
}
.qanda__header strong {
  font-weight: 700;
  padding-right: 16px;
}
.qanda__header img {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.qanda__content {
  display: none;
  padding-top: 0;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.qanda__content p {
  font-size: 14px;
  line-height: 1.7;
}
.rating {
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  margin-bottom: 40px;
}
.rating__h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 24px;
}
.rating__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 20px 6px 20px;
}
.rating__top > div {
  width: 53%;
}
.rating__top ul {
  width: 47%;
  padding-left: 10px;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 0;
}
.rating__top ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
.rating__top ul li:hover .rating__count {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}
.rating__top ul div:not(.rating__count) {
  border-radius: 8px;
  background: #eee;
  width: 100px;
  height: 4px;
  overflow: hidden;
  margin-left: 12px;
}
@media screen and (max-width: 576px) {
  .rating__top ul div:not(.rating__count) {
    width: 100%;
  }
}
.rating__top ul div:not(.rating__count) span {
  display: block;
  height: 4px;
  background: #ff7900;
  border-radius: 8px;
}
.rating__count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  display: block;
  -webkit-filter: drop-shadow(0px 12px 24px rgba(42,40,45,0.12));
          filter: drop-shadow(0px 12px 24px rgba(42,40,45,0.12));
  font-weight: 300;
  white-space: nowrap;
  -webkit-transform: translate(32px, -50%);
          transform: translate(32px, -50%);
  opacity: 0;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
@media screen and (max-width: 576px) {
  .rating__count {
    left: 60px;
  }
}
.rating__count:before {
  content: url("../img/rating-count.svg");
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(-webkit-calc(-100% + 1px), -webkit-calc(-50% + 3px));
          transform: translate(calc(-100% + 1px), calc(-50% + 3px));
  z-index: 1001;
}
.rating__overall {
  font-size: 56px;
  line-height: 1.3;
  font-weight: 700;
}
.rating__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
}
.rating__stars img {
  margin-left: 2px;
  margin-right: 2px;
  aspect-ratio: 1 auto;
}
.rating__text {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.rating__bottom {
  padding: 14px 20px 20px 20px;
  font-size: 14px;
  border-top: 1px solid #dfdfdf;
  line-height: 1.5;
}
.rating__bottom > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rating__bottom > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rating__bottom > div > div .rating__stars {
  margin-top: 10px;
  margin-bottom: 10px;
}
.rating__bottom > div > div span {
  margin-left: 16px;
  font-weight: 700;
  width: 30px;
}
@media screen and (max-width: 576px) {
  .rating__found {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 576px) {
  .rating__found .number {
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .rating__found .btn {
    width: 100%;
  }
}
.content .rating__content {
  background: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .content .rating__content {
    margin-bottom: 16px;
  }
}
.content .rating__header {
  padding: 16px 24px 24px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .content .rating__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.content .rating__header div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .rating__header .rating__stars {
  margin-left: 22px;
  margin-right: 12px;
}
.content .rating__header span {
  font-size: 14px;
}
.content .rating__icon {
  margin-right: 12px;
}
.content .rating__date {
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .content .rating__date {
    margin-top: 12px;
  }
}
.content .rating__body {
  padding: 12px 24px 12px 24px;
  font-size: 14px;
  line-height: 1.7;
}
.content .rating__body p {
  margin-bottom: 8px;
}
.content .rating__body strong {
  font-weight: 700;
}
.content .rating__footer {
  padding: 12px 24px 24px 24px;
  font-size: 14px;
  line-height: 1.7;
}
.content .rating__footer div .btn {
  margin-right: 12px;
}
.content .rating__answer {
  padding: 0px 24px 24px 24px;
  font-size: 14px;
  line-height: 1.7;
  border-top: 6px dotted white;
}
.rating-slider--container {
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .rating-slider--container {
    margin-bottom: 24px;
  }
}
.rating-slider .slick-slide {
  margin: 0 0.5px;
}
.rating-slider .slide {
  background: #f5f5f5;
}
.rating-slider .slide__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #2a282d;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .rating-slider .slide__header {
    padding: 16px 78px;
    text-align: center;
  }
}
.rating-slider .slide--left .slide__header {
  border-radius: 12px 0 0 0;
}
@media screen and (max-width: 576px) {
  .rating-slider .slide--left .slide__header {
    border-radius: 12px 12px 0 0;
  }
}
.rating-slider .slide--right .slide__header {
  border-radius: 0 12px 0 0;
}
@media screen and (max-width: 576px) {
  .rating-slider .slide--right .slide__header {
    border-radius: 12px 12px 0 0;
  }
}
.rating-slider .slide__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rating-slider .slide__body .rating__stars {
  margin-bottom: 4px;
}
.rating-slider .slide__body div:not(.rating__stars) {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .rating-slider .slide__body div:not(.rating__stars) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.rating-slider .slide__body div:not(.rating__stars):first-of-type {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
.rating-slider .slide__body div:not(.rating__stars) p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.rating-slider .slide__body div:not(.rating__stars) p strong {
  font-weight: 700;
}
.rating-slider .slide__body div:not(.rating__stars) p small {
  font-size: 11px;
}
.rating-slider__arrows {
  display: none;
}
@media screen and (max-width: 576px) {
  .rating-slider__arrows {
    display: block;
  }
}
.rating-slider__arrows .arrow {
  position: absolute;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  color: #2a282d;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #e84700;
}
.rating-slider__arrows .arrow img {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}
@media screen and (max-width: 576px) {
  .rating-slider__arrows .arrow {
    width: 48px;
    height: 48px;
  }
}
.rating-slider__arrows .arrow--left {
  left: 10px;
}
.rating-slider__arrows .arrow--left img {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.rating-slider__arrows .arrow--right {
  right: 10px;
}
.rating-slider__arrows .arrow--right img {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.rating-slider__arrows .arrow:hover {
  background: #ffefda;
  text-decoration: none;
}
.rating-slider__arrows .arrow.is-active {
  background: #e84700;
  color: #fff;
}
.rating-slider__arrows .arrow:hover {
  background: #e84700;
  box-shadow: 0px 8px 16px rgba(232,71,0,0.4);
}
.rating-slider__arrows .arrow:active,
.rating-slider__arrows .arrow:focus {
  background: #e84700;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.rating-slider__arrows .arrow.slick-disabled,
.rating-slider__arrows .arrow.disabled {
  background-color: #dfdfdf;
}
.rating-slider__arrows .arrow.slick-disabled img,
.rating-slider__arrows .arrow.disabled img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.rating .rating__footer .btn-success {
  border: 2px solid #4ca853 !important;
}
.rating .rating__footer .btn-error {
  border: 2px solid #e84700 !important;
}
.scroll-top {
  position: fixed;
  bottom: 20px;
  left: -webkit-calc(50% + 631px);
  left: calc(50% + 631px);
  -webkit-transform: translate(-50%, 64px);
          transform: translate(-50%, 64px);
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  cursor: pointer;
  background: #e84700;
  -webkit-transition: ease opacity 0.2s;
  transition: ease opacity 0.2s;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .scroll-top {
    left: auto;
    right: -16px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-top {
    right: 0;
  }
}
.scroll-top.is-shown {
  -webkit-transform: translate(-webkit-calc(-50% + 631px), 0);
          transform: translate(calc(-50% + 631px), 0);
  opacity: 1;
}
.scroll-top:hover {
  box-shadow: 0px 8px 16px rgba(232,71,0,0.4);
}
.scroll-top:active,
.scroll-top:focus {
  background: #e84700;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.scroll-top:active:focus {
  box-shadow: none;
  box-shadow: inset 0px 4px 8px rgba(0,0,0,0.2);
}
.scroll-top img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  aspect-ratio: 2/1 auto;
}
.select2-container {
  position: relative;
  height: 64px;
  border-radius: 8px;
  border: 2px solid #dfdfdf;
  background-color: #fff;
}
.select2-container--open {
  border: none;
  border-radius: 12px 12px 0 0;
}
.select2-container--open.select2-container--below {
  border: 2px solid #6e6ee5;
  border-bottom: none;
}
.select2-container--open.select2-container--above {
  border: 2px solid #6e6ee5;
  border-top: none;
  padding-top: 2px;
  border-radius: 0 0 12px 12px;
}
.select2 {
  position: relative;
}
.select2:after {
  content: url("../img/arrow-select.svg");
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  pointer-events: none;
}
.select2.select2-container--open:after {
  -webkit-transform: translateY(-webkit-calc(-55% - 1px));
          transform: translateY(calc(-55% - 1px));
}
.select2-selection__rendered {
  padding-top: 26px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
}
.select2-container--default .select2-selection--single {
  border: none;
  background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
.select2-search--dropdown {
  display: none !important;
}
.select2-dropdown {
  border: 2px solid #6e6ee5 !important;
  border-top: none !important;
  border-radius: 0 0 8px 8px !important;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
.select2-dropdown--above {
  border: 2px solid #6e6ee5 !important;
  border-bottom: none !important;
  border-radius: 8px 8px 0 0 !important;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.select2-results__option {
  padding: 16px 6px;
}
.select2-results__options {
  padding: 6px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #eee;
  color: #2a282d;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}
.select2-results__option--selectable {
  font-family: 'Figtree';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 8px;
}
.floating-label {
  position: absolute;
  top: 10px;
  left: 16px;
  pointer-events: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  z-index: 1;
}
.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: none;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  max-height: 240px !important;
}
.select2-container--default .select2-results > .select2-results__options:-webkit-scrollbar {
  width: 0;
}
.select2-container--default .select2-results > .select2-results__options:-webkit-scrollbar-track {
  box-shadow: none;
}
.select2-container--default .select2-results > .select2-results__options:-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: none;
}
.sidebar__block {
  margin-bottom: 32px;
  border-radius: 12px;
  box-shadow: 0px 12px 24px rgba(42,40,45,0.12);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sidebar__block {
    margin-bottom: 12px;
  }
}
.sidebar__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #200f6d;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .sidebar__header {
    padding: 20px 30px 20px 20px;
  }
}
.sidebar__header img {
  display: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  .sidebar__header img {
    display: inline-block;
  }
}
.sidebar__header .js-sidebar-trigger {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sidebar__header .js-sidebar-trigger {
    display: inline-block;
  }
}
.sidebar__header.is-opened img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sidebar__content {
  padding: 0;
}
.sidebar__content ul {
  padding-left: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #2a282d;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sidebar__content ul {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .sidebar__content ul {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__content ul {
    display: none;
  }
}
.sidebar__content ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  color: #ff7900;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sidebar__content ul a {
    font-size: 18px;
  }
}
.sidebar__content ul a img {
  height: 15px;
}
.sidebar__content ul a img.arrow {
  margin-left: 17px;
}
.sidebar__content ul a img.icon {
  margin-right: 10px;
  aspect-ratio: 1 auto;
}
.sidebar__content ul li {
  padding: 20px 20px 14px 20px;
  border-bottom: 1px solid #eee;
  color: #200f6d;
}
@media screen and (max-width: 768px) {
  .sidebar__content ul li {
    padding: 16px 0 14px 0;
  }
}
.sidebar__content ul li:last-of-type {
  border: none;
}
.content {
  color: #2a282d;
  width: 100%;
}
.content h1 {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .content h1 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.content h2 {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .content h2 {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.content .content__custom-h2 {
  font-size: calc(1.325rem + .9vw);
}
.content h3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .content h3 {
    margin-top: 26px;
    margin-bottom: 24px;
  }
}
.content h4 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .content h4 {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.content h5 {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .content h5 {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.content h6 {
  margin-top: 72px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .content h6 {
    margin-top: 48px;
  }
}
.content p {
  margin-bottom: 16px;
  line-height: 1.6;
}
.content a.anchor {
  color: #ff7900;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
}
.content a.anchor img {
  margin-right: 10px;
}
.content a.anchor:hover {
  color: #e84700;
}
.content a.anchor:hover img {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.content a.standalone {
  color: #ff7900;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}
.content a.standalone img {
  height: 15px;
  margin-left: 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.content a.standalone:hover {
  color: #e84700;
}
.content a.standalone:hover img {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.content a.btn {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .content a.btn {
    margin-bottom: 48px;
  }
}
.content .highlighted {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .content .highlighted {
    margin-top: 48px;
  }
}
.steps {
  text-align: center;
  margin-bottom: 64px;
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .steps {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.steps__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.125;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 1px solid #6e6ee5;
  margin: 0 auto 16px;
  background: #fff;
}
.steps .steps-slider {
  position: relative;
}
@media screen and (max-width: 576px) {
  .steps .steps-slider {
    width: 290px;
    margin: 26px auto 0;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.steps .steps-slider:before {
  content: '';
  position: absolute;
  background: #6e6ee5;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 84%;
}
@media screen and (max-width: 768px) {
  .steps .steps-slider:before {
    display: none;
  }
}
.steps .steps-slider h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  margin-bottom: 16px;
  min-height: 64px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .steps .steps-slider h5 {
    font-size: 26px;
  }
}
.steps .steps-slider p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 576px) {
  .steps .steps-slider p {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.steps .steps-slider .slick-list {
  overflow: visible !important;
}
.steps .steps-slider .slick-dots {
  display: block;
  padding-left: 0;
  padding-top: 24px;
  grid-gap: 5px;
  gap: 5px;
  height: 8px;
  margin: 0;
  box-sizing: content-box;
}
.steps .steps-slider .slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
  height: 8px;
}
.steps .steps-slider .slick-dots li button {
  border: none;
  width: 8px;
  padding: 0;
  max-width: 8px;
  height: 8px;
  max-height: 8px;
  border-radius: 8px;
  background: #b7b7b7;
  color: transparent;
  overflow: hidden;
}
.steps .steps-slider .slick-dots li.slick-active button {
  background: #ff7900;
}
.nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f5f5f5;
  border: none;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 576px) {
  .nav-tabs {
    display: none;
  }
}
.nav-tabs .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-tabs .nav-link {
  font-size: 18px;
  padding: 20px 28px;
  color: #2a282d;
  font-weight: 700;
  border: none !important;
  border-bottom: 4px solid transparent !important;
}
.nav-tabs .nav-link.active {
  color: #ff7900;
  background-color: transparent;
  border-bottom: 4px solid #ff7900 !important;
}
.nav-tabs .nav-link:hover {
  color: #ff7900;
}
.nav-tabs .nav-link h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 18px;
}
.tab-pane {
  background: #f5f5f5;
  padding: 24px;
}
@media screen and (max-width: 576px) {
  .tab-pane {
    padding: 0;
  }
}
.tab-pane .tab-pane__h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 18px;
}
.tab-content {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 32px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.tab-content b,
.tab-content strong {
  font-weight: 700;
}
.tab-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}
.tab-link-mobile img {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.tab-link-mobile.is-opened img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 576px) {
  .tab-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .tab-pane {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .tab-content > .tab-pane .tab-body {
    display: none;
    margin-top: -8px;
    padding: 0 24px 24px 24px;
  }
  .tab-content > .tab-pane .tab-body p:last-of-type {
    margin-bottom: 0;
  }
}
.tag {
  background: #ffefda;
  color: #e84700;
  font-weight: 700;
  border-radius: 4px;
  margin-right: 16px;
  font-size: 11px;
  line-height: 1.45;
  padding: 4px 8px;
}
.tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #2a282d;
  background: #f5f5f5;
  border-radius: 8px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  margin-bottom: 40px;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .tile {
    margin-bottom: 24px;
  }
}
.tile:hover {
  color: #2a282d;
  background: #fff;
  box-shadow: 0px 12px 24px #dfdfdf;
  text-decoration: none;
}
/*
.tile:not(.tile--vertical):hover {
  color: #2a282d;
  background: #fff;
  box-shadow: 0px 12px 24px #dfdfdf;
  text-decoration: none;
}
*/
.tile:not(.tile--vertical):hover h4 {
  color: #ff7900;
}
.tile__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  aspect-ratio: 14/11 auto;
}
@media screen and (max-width: 992px) {
  .tile__image {
    aspect-ratio: 329/220 auto;
  }
}
@media screen and (max-width: 576px) {
  .tile__image {
    aspect-ratio: 41/22 auto;
  }
}
.tile__content {
  padding: 25px 24px;
}
.tile__content small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.tile__content h2, .tile__content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  height: 81px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .tile__content h2, .tile__content h3 {
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.tile__content p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
  height: 71px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  .tile__content p {
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.tile--vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  margin-top: 95px;
  margin-bottom: 68px;
}
@media screen and (max-width: 576px) {
  .tile--vertical {
    margin-top: 32px;
    margin-bottom: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/*
.tile--vertical:hover {
  box-shadow: none;
}
*/
.tile--vertical .tile--vertical__wrapper {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  min-width: 48%;
  border-radius: 8px;
  overflow: hidden;
}
.tile--vertical .tile--vertical__wrapper img{
  width: 105%;
}
@media screen and (max-width: 576px) {
  .tile--vertical .tile__image {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
  }
}
.tile--vertical .tile__content {
  padding: 12px 0 12px 42px;
}
@media screen and (max-width: 576px) {
  .tile--vertical .tile__content {
    padding: 24px 0 0 0;
  }
}
.tile--vertical .tile__content small {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.tile--vertical .tile__content a {
  text-decoration: none;
}
.tile--vertical .tile__content a:hover h4 {
  color: #ff7900;
}
.tile--vertical .tile__content h2 {
  height: 96px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.24;
  margin-bottom: 16px;
  color: #2a282d;
  text-decoration: none;
}
.tile--vertical .tile__content p {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 32px;
  height: 112px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tile--vertical.featured-article {
  margin-top: 0px;
}
.tile__separator {
  padding-left: 22px;
  padding-right: 22px;
}
.tile__author {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tile__author img {
  margin-left: 0;
  margin-right: 10px;
}
.tile__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  line-height: 1.7;
}
.js-tooltip-trigger {
  position: relative;
}
.js-tooltip-trigger--shown .custom-tooltip,
.js-tooltip-trigger.is-shown .custom-tooltip {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.js-tooltip-trigger--shown .custom-tooltip--right,
.js-tooltip-trigger.is-shown .custom-tooltip--right {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.custom-tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: absolute;
  bottom: -webkit-calc(100% + 22px);
  bottom: calc(100% + 22px);
  left: 50%;
  -webkit-transform: translate(-50%, 24px);
          transform: translate(-50%, 24px);
  max-width: 160px;
  height: 56px;
  background: #fff;
  padding: 16px;
  z-index: 2;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0px 12px 24px rgba(42,40,45,0.12));
          filter: drop-shadow(0px 12px 24px rgba(42,40,45,0.12));
  font-weight: 300;
  pointer-events: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  font-size: 14px;
  line-height: 1.7;
}
.custom-tooltip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
  z-index: 2;
}
.custom-tooltip--success {
  color: #4ca853;
  font-size: 14px;
  line-height: 1.7;
}
.custom-tooltip--success:after {
  content: url("../img/tooltip-after.svg");
}
.custom-tooltip--info {
  color: #fff;
  background: #6e6ee5;
}
.custom-tooltip--info:after {
  content: url("../img/tooltip-after-info.svg");
}
.custom-tooltip--right {
  left: auto;
  right: 20px;
  -webkit-transform: translate(0, 24px);
          transform: translate(0, 24px);
}
.custom-tooltip img {
  width: 22px;
  height: 22px;
  margin-right: 11px;
}
.video {
  margin-bottom: 80px;
}
.video__h2 {
  font-size: calc(1.325rem + .9vw);
}
.video__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}
.video__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  object-fit: cover;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.simple-text-field__h2 {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 700;
}
.partner-logos__h2, .my-0, .graphicon__h2, .faq__h2 {
  font-size: 26px;
}
@media screen and (max-width: 576px) {
  .partner-logos__h2, .my-0, .graphicon__h2, .faq__h2 {
    font-size: 20px;
  }
}
.document-block .document-block__h2 {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 576px){
  .document-block .document-block__h2 {
    font-size: 24px;
  }
}
.document-block .document-block__h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 14px;  
}
.document-block__header__icon, .document-block__footer__button__icon {
  aspect-ratio: 1 auto;
}
.icons-links .icons-links__icon {
  aspect-ratio: 1 auto;
}
.icons-links .icons-links__h2 {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 700;
}
.icons-links .icons-links__h3 {
  font-size: 18px;
  align-self: center;
  margin-block: 0em;  
}
.container-xxl .container-xxl__h2 {
  font-size: 26px;
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 18px;
}
.logos__h2 {
  font-size: 32px;
}
@media screen and (max-width: 576px) {
  .logos__h2 {
    font-size: 20px;
  }
}
/* Additions */
.steps-slider.four:before {
  width: 60%;
}
.steps-slider.three:before {
  width: 40%;
}

.success:before {
  background: #0d8b58;
}
.secondary:before {
  background: #747485;
}
.warning:before {
  background: #ffb048;
}
.danger:before {
  background: #d12c5c;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border-color: #ced4da;
  width: 42%;
  padding: .375rem .75rem;
  font-size: 18px;
  font-weight: 700;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ui-datepicker select.ui-datepicker-year{
  margin-right: 3%;
}

.ui-datepicker select.ui-datepicker-month:focus,
.ui-datepicker select.ui-datepicker-year:focus {
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.video__container .video__play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  cursor: pointer;
  z-index: 3
}

html {
  scroll-padding-top: 95px;
}

@media screen and (max-width: 992px) {
  html {
    scroll-padding-top: 67px;
  }
}

.content ul:not([class]), .fix-list-and-link ul, .document-block .block__body ul, .faq__content ul, .info-box__content ul, .notification__text ul,
.steps-slider ul, .tab-body ul {
  font-weight: 300;
  list-style: disc;
  font-size: 18px;
}

.content ol:not([class]), .fix-list-and-link ol, .document-block .block__body ol, .faq__content ol, .info-box__content ol, .notification__text ol,
.steps-slider ol, .tab-body ol {
  font-weight: 300;
  list-style: decimal;
  font-size: 18px;
}

.faq__content ol,
.faq__content ul {
  font-size: 14px;
}


.content ul:not([class]) a, .content ol:not([class]) a, .content p:not([class]) a,
.fix-list-and-link ul a, .fix-list-and-link ol a, .fix-list-and-link p a, .document-block .block__body a, .faq__content a:not(.anchor),
.info-box__content a:not(.btn), .steps-slider a, .tab-body a, .form a, .fix-link a{
  color: #e84700;
  text-decoration: underline;
}

.content ul:not([class]) a:hover, .content ol:not([class]) a:hover, .content p:not([class]) a:hover,
.fix-list-and-link ul a:hover, .fix-list-and-link ol a:hover, .fix-list-and-link p a:hover, .document-block .block__body a:hover,
.faq__content a:not(.anchor):hover, .info-box__content a:not(.btn):hover, .steps-slider a:hover, .tab-body a:hover, .form a:hover, .fix-link a:hover {
  color: #ffb048 !important;
}

table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
}

.faq__content table{
  font-size: 14px;
}

th, td {
  border: 1px solid #d1d1d1;
  padding: 8px 12px;
}

thead {
  background-color: #f4f4f4;
}
.missing-page {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,176,72,0.3)), to(rgba(255,176,72,0)));
  background: -o-linear-gradient(top, rgba(255,176,72,0.3) 0%, rgba(255,176,72,0) 100%);
  background: linear-gradient(180deg, rgba(255,176,72,0.3) 0%, rgba(255,176,72,0) 100%);
}
.missing-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
  margin-bottom: 2em;
}
.missing-page__wrapper__image {
  width: 65%;
}
.missing-page__wrapper__image img {
  width: 100%;
}
.missing-page__wrapper__content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
}
.missing-page__wrapper__content .btn {
  margin-top: 12px;
}
.missing-page__wrapper__content .btn-secondary {
  border: 2px solid #e84700;
}
@media screen and (max-width: 960px) {
  .missing-page__wrapper__image {
    width: 60%;
  }
  .missing-page__wrapper__content {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .missing-page__wrapper__image {
    width: 60%;
    overflow: hidden;
  }
  .missing-page__wrapper__image img {
    width: 150%;
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
  }
  .missing-page__wrapper__content {
    width: 35%;
    margin-left: 1em;
  }
}
@media screen and (max-width: 576px) {
  .missing-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .missing-page__wrapper__image {
    width: 100%;
    overflow: hidden;
    padding-right: 68px;
    margin-bottom: 5em;
  }
  .missing-page__wrapper__content {
    width: 100%;
    margin-left: 0em;
  }
}
@media screen and (max-width: 480px) {
  .missing-page__wrapper {
    margin-top: 1em;
    margin-bottom: 0em;
  }
  .missing-page__wrapper__image img {
    width: 200%;
  }
}
.review-slider__content {
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 12px;
}
.review-slider__content__postinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review-slider__content__postinfo__credentials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-weight: 700;
  font-size: 18px;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.review-slider__content__postinfo__credentials__pic > img {
  width: 28px;
}
.review-slider__content__postinfo__credentials > div {
  margin-right: 1em;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .review-slider__content__postinfo__credentials > div {
    margin-right: 0.5em;
    margin-bottom: 0.25em;
  }
}
.review-slider__content__postinfo__credentials__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5em;
}
@media screen and (max-width: 480px) {
  .review-slider__content__postinfo__credentials__rating {
    margin-left: 0em;
  }
}
.review-slider__content__postinfo__credentials__rating img {
  width: 22px;
}
.review-slider__content__postinfo__credentials__rating__number {
  margin-left: 0.5em;
}
.review-slider__content__comments {
  margin-top: 2.5em;
  text-align: left;
  font-weight: 700;
}

.chart-area h6 {
	text-align: center;
}

.chart-area-side{
	border-left: 1px solid #ddd;
}

.content .form h2 {
  margin-top: 0;
}

.form h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
}

.grid-header{
  background: #200f6d;
  color: white;
  font-family: 'Figtree';
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.countdown {
  padding-top: 6px;
  padding-bottom: 20px;
  background-color: #f8f7ff;
    border-left: 4px solid #6E6EE5;
    border-radius: 4px;
}
.countdown__wrapper {
  display: flex;
  justify-content: space-around;
}
.countdown .countdown__wrapper .countdown__wrapper__content__button {
  height: auto;
  display: inline-block;
  padding: 8px 22px;
  text-transform: none;
  border-radius: 12px;
}
.countdown .countdown__wrapper__date {
  display: flex;
  margin-top: 8px;  
}
.countdown__wrapper__date > div {
  padding-block: 0.3em;
  margin-inline: 0.25em;
  color: var(--main-text-color);
  background-color: #f8f7ff;
  border-radius: 12px;
  font-size: 1.5em;
  width: 100px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #6E6EE5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.countdown .countdown__wrapper__content > p {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 16px;
}
.countdown .countdown__wrapper__date__days__label,.countdown .countdown__wrapper__date__hours__label,.countdown .countdown__wrapper__date__minutes__label,.countdown .countdown__wrapper__date__seconds__label {
 font-size: 14px;
 margin-bottom: 0px;
 font-weight: 100;
 margin-top: -4px;
}
.countdown__wrapper__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .countdown {
    padding-top: 0px;
    padding-bottom: 12px;
  }
  .countdown__wrapper {
    flex-direction: column-reverse;
  }
  .countdown__wrapper__content {
    text-align: center;
  }
  .countdown .countdown__wrapper__date {
    justify-content: center;
  }
  .countdown .countdown__wrapper__content > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 460px) {
  .countdown {
    padding-left: 8px;
    padding-right: 8px;
  }
  .countdown .countdown__wrapper__date__days__label, .countdown .countdown__wrapper__date__hours__label, .countdown .countdown__wrapper__date__minutes__label, .countdown .countdown__wrapper__date__seconds__label {
    font-size: 13px;
  }
}

/* Bank cover modification */
.home-cover .home-cover__content__wrapper__title {
  font-weight: 700;
  font-size: 14px;  
  padding: 12px;  
}
.home-cover {
  overflow: hidden;
}
.home-cover .home-cover__content__wrapper__tile {
  position: relative;
}
.home-cover .home-cover__content__wrapper__tile__bubble {
    position: absolute;
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    border-radius: 360px;
    background: #6E6EE5;
    top: -12px;
    right: 24px;
}
.home-cover .home-cover__content__wrapper__tile--alt > a {
  background: #E2E2FA;
}
.home-cover .home-cover__content__wrapper__tile--alt >  .home-cover__content__wrapper__tile__bubble {
  background: #FF7900;
}

.home-cover .home-cover__content__wrapper__tile--alt:hover > a {
  background: #6E6EE5;
}

@media screen and (min-width: 768px) {
  .home-cover {
    padding-bottom: 500px;
  }
  .home-cover .home-cover__wrapper {
    position: relative;
  }
  .home-cover .home-cover__content {
    position: absolute;
    width: 100%;
    top: 48px;
  }
  .home-cover .home-cover__content__wrapper {
    padding-bottom: 0px !important;
  }
  .home-cover .home-cover__content__wrapper__tile {
    width: 50%;
    font-size: 18px;
  }
  .home-cover .home-cover__maindecor {
    position: relative;
    z-index: -2;
    top: 600px;
  }
  .home-cover .home-cover__decor {
    right: 1%;
    bottom: 28px;
  }
}

@media screen and (min-width: 900px) {
  .home-cover {
    padding-bottom: 265px;
  }
  .home-cover .home-cover__content {
    top: 48px;
  }
  .home-cover .home-cover__content__wrapper__tile {
    width: 33%;
  }
  .home-cover .home-cover__maindecor {
    top: 275px;
  }
}

@media screen and (min-width: 1080px) {
    .home-cover .home-cover__content__wrapper__tile {
    width: 25%;
  }
  .home-cover .home-cover__maindecor {
    top: 0px;
  }
  .home-cover {
    padding-bottom: 0px;
  }
  .home-cover .home-cover__decor {
    bottom: 28px;
  }
  .home-cover .home-cover__content__wrapper__tile > a {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1580px){
    .home-cover .home-cover__decor {
    right: 10%;
  }
}

@media screen and (max-width: 767px){
  .home-cover .home-cover__content__wrapper {
    margin-bottom: 0px;
  }
  .home-cover .home-cover__wrapper {
    overflow: hidden;
  }
  .home-cover .home-cover__content__wrapper:last-of-type {
    margin-bottom: -60px;
  }
  .home-cover .home-cover__maindecor {
    margin-bottom: -82px;
  }
  .home-cover .home-cover__content__wrapper__tile__bubble {
    right: 34px;
  }
}
/* Medsavings css */

.medsavings-app__wrapper__input {
  display: flex;
}

.medsavings-app__wrapper__inputs {
  display: flex;
  justify-content: space-between;
  padding: 1em 1.5em;
  border-radius: 12px;
  border: solid 1px #2a282d3b;
  -webkit-box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.3);
  margin-bottom: 2em;
}

.medsavings-app__wrapper__input__label {display: flex;flex-direction: column;justify-content: center;font-weight: bold;max-width: 240px;}

.medsavings-app__wrapper__input__control {
  display: flex;
  border: 2px solid #e84700;
  border-radius: 8px;
  color: #e84700;
}

input.medsavings-app__wrapper__input__control__element {
  text-align: right;
  border: none;
  color: #e84700;
  font-weight: bold;
  font-size: 22px;
  max-width: 100px;
  text-align: center;
}

.medsavings-app__wrapper__input__control__minus {
  font-size: 32px;
  padding-inline: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.medsavings-app__wrapper__input__control__plus {
  font-size: 32px;
  padding-inline: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.medsavings-app__offerCard__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}

.medsavings-app__offerCard__header__element {
  display: flex;
  max-width: 60%;
}

.medsavings-app__offerCard__header__element--rating {
  align-self: center;
}

.medsavings-app__offerCard__header__element__logo {
  max-height: 54px;
}

.medsavings-app__offerCard__header__element__logo > img {
  height: 100%;
}

.medsavings-app__offerCard__header__element__name {
  align-self: center;
  font-weight: bold;
  font-size: 22px;
  margin-inline: 12px;
}

.medsavings-app__offerCard__header__element__label {
  margin-inline: 0.5em;
  font-weight: bold;
  font-size: 16px;
  align-self: center;
  color: #ff7900;
}

.medsavings-app__offerCard__header__element__rating {
  font-size: 16px;
  color: white;
  background-color: #6e6ee5;
  padding: 0.25em 1em;
  border-radius: 16px;
}

.medsavings-app__offerCard.medsavings-app__offerCard {
  padding: 1em 1.5em 2em 1.75em;
  border-radius: 12px;
  border: solid 1px #2a282d3b;
  -webkit-box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.3);
  margin-bottom: 1em;
  animation-name: offerCardSlideIn;
  animation-duration: 0.5s;
}

.medsavings-app__noOffer {
  text-align: center;
  margin-bottom: 2em;
  border: solid 1px #2a282d3b;
  -webkit-box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.3);
  padding-block: 2em;
  border-radius: 12px;
  padding: 3em 1.5em;
  animation-name: offerCardSlideIn;
  animation-duration: 0.5s;
}

.medsavings-app__offerCard.medsavings-app__offerCard--new {
  border: solid 2px #4ca853;
  position: relative;
  overflow: hidden;
}

.medsavings-app__offerCard.medsavings-app__offerCard--new::after {
  content: 'Új!';
  position: absolute;
  width: 50px;
  color: white;
  background-color: #4ca853;
  padding: 1px 14px;
  border-radius: 0px 0px 0px 8px;
  top: 0px;
  right: 0px;
  font-size: 16px;
}

.medsavings-app__offerCard.medsavings-app__offerCard--sponsored {
  border: solid 2px #6E6EE5;
  position: relative;
  overflow: hidden;
}

.medsavings-app__offerCard.medsavings-app__offerCard--sponsored::after {
  content: 'Kiemelt!';
  position: absolute;
  width: 85px;
  color: white;
  background-color: #6E6EE5;
  padding: 1px 14px;
  border-radius: 0px 0px 0px 8px;
  top: 0px;
  right: 0px;
  font-size: 16px;
}

.medsavings-app__offerCard.medsavings-app__offerCard--sponsored::before {
  content: 'Promóció';
  position: absolute;
  color: #a5a5a5;
  bottom: 0;
  top: 0;
  left: 48px;
  font-size: 16px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  margin-top: auto;
  margin-bottom: auto;
}

.medsavings-app__offerCard__callout {
  color: #2a282d;
  background-color: #e8e4ff;
  padding: 0.25em 0.5em;
  margin-block: 0.75em;
  border-radius: 8px;
}

.medsavings-app__offerCard__body {
  display: flex;
  justify-content: space-between;
}

.medsavings-app__offerCard__body__carousel {
  width: 80%;
}

.medsavings-app__offerCard__body__button__wrapper {
  display: flex;
  background: #ff7900;
  padding: 0.4em 0.8em;
  color: white;
  border-radius: 8px;
}

a.medsavings-app__offerCard__body__button {
  text-decoration: none;
  margin-top: auto;
  margin-bottom: auto;
}

img.medsavings-app__offerCard__body__button__wrapper__icon {
  margin-right: 6px;
}

.medsavings-app__offerCard__body__button__wrapper__button {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.medsavings-app__offerCard__body__carousel__component {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-inline: 6px;
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.medsavings-app__offerCard__body__carousel__component__label {
  font-weight: bold;
  font-size: 16px;
}

.medsavings-app__offerCard__body__carousel__component__value {
  margin-top: 0.25em;
}

.medsavings-app__offerCard__body__carousel__component__value > img {
  margin-left: auto;
  margin-right: auto;
}

.medsavings-app__offerCard__body__carousel__component--highlight {
  border: solid 2px #4ca853;
  position: relative;
  overflow: hidden;
}
.medsavings-app__offerCard__body__carousel__component--highlight::after {
  content: 'Akció!';
  position: absolute;
  width: 50px;
  color: white;
  background-color: #4ca853;
  padding: 0px 6px;
  border-radius: 0px 0px 0px 8px;
  top: 0px;
  right: 0px;
  font-size: 14px;
}
.slick-slider.medsavings-app__offerCard__body__carousel.slick-initialized {
  width: 100%;
  padding-inline: 18px;
}
.slick-slider.medsavings-app__offerCard__body__carousel.slick-initialized > .slick-prev {
	left: 0px;
}
.slick-slider.medsavings-app__offerCard__body__carousel.slick-initialized > .slick-next {
	right: 0px;
}
.slick-slider.medsavings-app__offerCard__body__carousel.slick-initialized > .slick-prev::before, .slick-slider.medsavings-app__offerCard__body__carousel.slick-initialized > .slick-next::before {
	opacity: 1;
	color: #efefef;
}

@keyframes offerCardSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-24px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@media screen and (max-width: 1090px) {
  .medsavings-app__offerCard__body__carousel__component {
    min-height: 90px;
  }
  .medsavings-app__offerCard.medsavings-app__offerCard--sponsored::before {
    left: 60px;
  }
}
@media screen and (min-width: 1090px) {
  .medsavings-app__wrapper__input__label {
    width: 240px;
  }
}

@media screen and (max-width: 890px) {
  .medsavings-app__offerCard__body__carousel {
    width: 65%;
  }
  .medsavings-app__wrapper__inputs {
    font-size: 16px;
  }
  .medsavings-app__wrapper__input {
    width: 47%;
  }
}
@media screen and (max-width: 756px) {
  .medsavings-app__offerCard__body__carousel {
    width: 75%;
  }
  input.medsavings-app__wrapper__input__control__element {
    max-width: 90px;
  }
}
@media screen and (max-width: 576px) {
    .medsavings-app__wrapper__inputs {
      flex-direction: column;
  }
  .medsavings-app__wrapper__input {
      margin-bottom: 12px;
      width: 100%;
      justify-content: space-between;
  }
  .medsavings-app__offerCard__body__carousel > .slick-dots {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .medsavings-app__offerCard.medsavings-app__offerCard--sponsored::before {
    bottom: 5px;
    top: auto;
    left: 50%;
    right: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: translate(-50%, 0);
  }
  .medsavings-app__offerCard__header {
      flex-direction: column;
  }
  .medsavings-app__offerCard__header__element.medsavings-app__offerCard__header__element--rating {
      align-self: flex-start;
  }
  .medsavings-app__offerCard__header__element {
      max-width: 100%;
      width: 100%;
      margin-bottom: 0.5em;
  }
  .medsavings-app__offerCard__header__element__logo {
      max-width: 60px;
  }
  .medsavings-app__offerCard__header__element__logo > img {
      height: 90%;
  }
  .medsavings-app__offerCard__header__element__name {
      margin-inline: 0px;
  }
  .medsavings-app__offerCard__body {
      flex-direction: column;
  }
  .medsavings-app__offerCard__body__carousel {
      width: 100%;
  }
  .medsavings-app__offerCard__body__carousel__component {
    margin: 8px;
  }
  a.medsavings-app__offerCard__body__button {
      margin-top: 3em;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }
  .medsavings-app__offerCard__body__button__wrapper {
      max-width: 180px;
      justify-content: center;
  }
  .medsavings-app {
      padding-right: 24px;
  }
}
@media screen and (max-width: 415px) {
  .medsavings-app__wrapper__input__control {
    max-height: 45px;
    margin-top: auto;
    margin-bottom: auto;
}

input.medsavings-app__wrapper__input__control__element {
    font-size: 18px;
    max-width: 75px;
}

.medsavings-app__wrapper__input__label {
    font-size: 16px;
}

.medsavings-app__wrapper__inputs {
    padding: 1em 0.75em;
}

.medsavings-app__offerCard.medsavings-app__offerCard {
    padding: 1em 0.75em 2em 0.75em;
}
}

/* Safari 11+ */
@media screen and (min-width: 576px) {
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    .medsavings-app__offerCard__header__element {
      width: auto;
    }
    .medsavings-app__offerCard__header__element__logo {
      max-width: 4em;
    }
  }
}

/*# sourceMappingURL=style.min.css.map */