
.pre-menu {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .pre-menu {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
  }
}
.pre-menu__background {
  background-color: #333333;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.pre-menu__background--window {
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
}
.pre-menu__background--parent {
  left: 0;
  right: 0;
}
.pre-menu__link {
  padding: 10px 17px 10px;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: normal;
  color: #999999;
  text-decoration: none !important;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 991px) {
  .pre-menu__link {
    padding: 10px 15px 8px;
    font-size: 12px;
    line-height: 12px;
  }
}
.pre-menu__link.active {
  position: relative;
  background-color: #000;
  color: #ff7900;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .pre-menu__link.active {
    padding: 10px 15px 8px;
  }
}
.pre-menu__link.active::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  width: calc(100% - 34px);
  height: 2px;
  background-color: #ff7900;
}
@media screen and (max-width: 991px) {
  .pre-menu__link.active::after {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.pre-menu__link:hover, .pre-menu__link:focus, .pre-menu__link:active {
  background-color: #000;
  color: #ff7900;
}
.pre-menu .pre-menu-lng {
  justify-content: flex-end;
}
.pre-menu .pre-menu-lng .pre-menu__link.active {
  position: relative;
}
.pre-menu .pre-menu-lng .pre-menu__link.active::after {
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 15px;
  border-bottom: 2px solid #ff7900;
  content: "";
}



.button {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  outline: none !important;
  border: 2px solid;
  transition: all 0.14s ease-out;
  min-width: auto;
}
@media screen and (min-width: 992px) {
  .button {
    min-width: 195px;
  }
}
.button-transparent {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.button-transparent-dark {
  background-color: transparent !important;
  color: #000 !important;
  border-color: #000 !important;
}
.button-orange {
  background-color: #ff7900 !important;
  color: #fff !important;
  border-color: #ff7900 !important;
}
.button-orange.active, .button-orange:hover, .button-orange:active, .button-orange:focus {
  background-color: #FF8D26 !important;
  color: #fff !important;
  border-color: #FF8D26 !important;
}
.button-white {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.button-white.active, .button-white:hover, .button-white:active, .button-white:focus {
  background-color: #ff7900 !important;
  color: #fff !important;
  border-color: #ff7900 !important;
}
.button-small {
  padding: 4px 8px;
  font-size: 14px;
}
.button-medium {
  padding: 7px 34px;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .button-medium {
    min-width: auto;
  }
}
.button-large {
  padding: 15px 23px;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .button-large {
    padding: 10px 17px;
  }
}
@media screen and (min-width: 992px) {
  .button.btn-contact {
    margin-left: 35px !important;
  }
}
.search__trigger {
  position: relative;
  top: -1px;
}
.search__trigger > svg > path {
  transition: fill 0.1s ease-out;
}
@media screen and (min-width: 992px) {
  .search__trigger.active > svg > path, .search__trigger:hover > svg > path, .search__trigger:active > svg > path, .search__trigger:focus > svg > path {
    fill: #ff7900;
  }
}
.search__trigger-label {
  display: block;
  color: white;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (min-width: 576px) {
  .search__bar-wrap {
    padding-left: 16px;
  }
}
.search__form {
  top: 100%;
  left: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 9;
}
.search__form__submit {
  padding: 9px 10px;
}
@media screen and (min-width: 992px) {
  .search__form__submit {
    padding: 9px 34px;
  }
}
.search__form-bg {
  top: 0;
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
  background-color: #232323;
  height: 100%;
  z-index: -1;
}
.search__form__search-input {
  outline: none;
  border-bottom: 2px solid;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  background: #303030;
  color: #fff;
  min-height: 37px;
}
@media screen and (min-width: 576px) {
  .search__form__search-input {
    min-width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .search__form__search-input {
    min-width: 200px;
  }
}
.search__form__search-close {
  padding: 10px 3px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  line-height: 0;
  cursor: pointer;
  transition: color 0.1s ease;
}
.search__form__search-close:hover {
  color: #ff7900;
}



.wpcf7-form {
  
  
}
.wpcf7-form .captcha-image {
  margin-top: 16px;
}
.wpcf7-form .row p {
  display: flex;
  width: 100%;
  
}
.wpcf7-form .row p:first-of-type {
 
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7-form-control-wrap.kc_captcha {
  padding-bottom: 15px;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image {
  border: 0;
  padding: 0;
  text-align: left;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image label {
  border: 0;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image label svg {
  display: block;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image label > input:checked + svg, .wpcf7-form-control-wrap.kc_captcha .captcha-image label > input:focus + svg {
  border: 0;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image label > input:checked + svg path, .wpcf7-form-control-wrap.kc_captcha .captcha-image label > input:focus + svg path {
  fill: #F16E00;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions span {
  color: #F16E00;
}
.wpcf7-form-control-wrap.select {
  position: relative;
}
.wpcf7-form-control-wrap.select::after {
  content: "";
  position: absolute;
  width: 13.45px;
  height: 13.45px;
  display: block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 5px);
  right: 18px;
}
.wpcf7-form-control-wrap.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.wpcf7-form .row:not(:last-child) {
  
}
.wpcf7-form input:not([type=submit]):not([type=file]):not([type=checkbox]), .wpcf7-form select {
  max-width: 100%;
  width: 100%;
}
.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.wpcf7-form select ::-ms-expand {
  display: none;
}
.wpcf7-form label {
  width: 100%;
  margin-bottom: 2px;
}
.wpcf7-form label > span:not(.attachment):not(.checkbox) {
  position: relative;
  display: flex;
  background-color: #fff;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .checkbox .wpcf7-list-item-label {
  font-size: 9px;
  letter-spacing: 0;
  line-height: 11px;
}
.wpcf7-form .wpcf7-list-item input,
.wpcf7-form .checkbox input {
  margin-top: 0px;
  margin-right: 20px;
  height: 15px;
  min-width: 13px;
}
.wpcf7-form .wpcf7-list-item label,
.wpcf7-form .checkbox label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item,
.wpcf7-form .checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-list-item span.wpcf7-list-item-label,
.wpcf7-form .checkbox span.wpcf7-list-item-label {
  background-color: transparent !important;
}
.wpcf7-form input:not([type=submit]):not([type=file]):not([type=checkbox]), .wpcf7-form textarea, .wpcf7-form select {
  position: relative;
  z-index: 10;
  font-size: 14px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #ccc;
  background-color: transparent;
  padding: 21px 15px 8px;
  outline: none;
  transition: border-color 0.1s ease-out;
}
.wpcf7-form input:not([type=submit]):not([type=file]):not([type=checkbox]):focus + .wpcf7-form-label, .wpcf7-form input:not([type=submit]):not([type=file]):not([type=checkbox]):active + .wpcf7-form-label, .wpcf7-form input:not([type=submit]):not([type=file]):not([type=checkbox]).active + .wpcf7-form-label, .wpcf7-form textarea:focus + .wpcf7-form-label, .wpcf7-form textarea:active + .wpcf7-form-label, .wpcf7-form textarea.active + .wpcf7-form-label, .wpcf7-form select:focus + .wpcf7-form-label, .wpcf7-form select:active + .wpcf7-form-label, .wpcf7-form select.active + .wpcf7-form-label {
  transform: translateY(5px) !important;
  color: #999999 !important;
  font-size: 12px;
  font-weight: bold !important;
  letter-spacing: 0 !important;
}
.wpcf7-form input:not([type=submit]):not([type=file]):not([type=checkbox]):focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
  border-color: #F16E00 !important;
}
.wpcf7-form label > span:not(.attachment):not(.checkbox) .wpcf7-form-label {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  transform: translateY(20px);
  transition: transform 0.1s ease-out;
}
.wpcf7-form label > span.attachment {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: -15px;
}
.wpcf7-form label > span.attachment input[type=file] {
  font-size: 12px;
  margin-left: 15px;
  cursor: pointer;
  outline: none;
}
.wpcf7-form label > span.attachment input[type=file]::-webkit-file-upload-button {
  font-size: 12px;
  background: #fff;
  outline: none;
  border: 1px solid #000;
  cursor: pointer;
}
.wpcf7-form label > span.attachment .wpcf7-form-label {
  font-size: 14px;
  letter-spacing: 0;
}
.wpcf7-form textarea {
  width: 100%;
  min-height: 100px;
  height: 100px;
}
.wpcf7-form .wpcf7-submit {
  width: auto;
  background-color: #ff7900;
  color: #fff;
  border: 1px solid #ff7900;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 12px 72.5px;
  outline: none;
  transition: all 0.14s ease-out;
  margin-top: 10px;
}
.wpcf7-form .wpcf7-submit.active, .wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:active, .wpcf7-form .wpcf7-submit:focus {
  background-color: #FF8D26 !important;
  color: #fff !important;
  border-color: #FF8D26 !important;
}
.wpcf7-form .wpcf7-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5215686275);
}
.wpcf7-form select[aria-required=true] + span.wpcf7-form-label:after, .wpcf7-form textarea[aria-required=true] + span.wpcf7-form-label:after, .wpcf7-form input[aria-required=true] + span.wpcf7-form-label:after {
  content: "*";
  margin-left: -3px;
}
.wpcf7-form p ~ p:last-child {
  margin-bottom: 0;
}
.wpcf7-form input[aria-invalid=true], .wpcf7-form select[aria-invalid=true], .wpcf7-form textarea[aria-invalid=true] {
  border: 1px solid red !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  font-size: 12px;
  left: 0px;
}
.wpcf7-form .wpcf7-response-output {
  margin: 10px 0 !important;
  padding: 5px 10px !important;
  font-size: 14px;
}
.wpcf7-form.sent .wpcf7-response-output, .wpcf7-form .wpcf7-response-output.custom-valid, .wpcf7-form.failed .wpcf7-response-output, .wpcf7-form .wpcf7-response-output.custom-invalid {
  background-color: transparent !important;
  border: 0 !important;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.71px;
  line-height: 30px;
}
.wpcf7-form.submitting .wpcf7-response-output, .wpcf7-form.invalid .wpcf7-response-output {
  display: none !important;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-not-valid.wpcf7-checkbox, .wpcf7-form .wpcf7-not-valid.wpcf7-radio {
  display: block;
  margin-bottom: 1.5rem;
}
.wpcf7-form input::-webkit-outer-spin-button, .wpcf7-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpcf7-form input[type=number] {
  -moz-appearance: textfield;
}
.wpcf7-form .chk-lg .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label,
.wpcf7-form .chk-contact-email .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label,
.wpcf7-form .chk-contact-phone .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 14px !important;
  margin-top: 2px;
}
.contact-form-template {
  max-width: 873px;
  background-color: #F5F5F5;
}
.contact-form-template h3 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.71px;
  line-height: 30px;
  margin-bottom: 20px;
}
.contact-form-template__form-background {
  background-color: #F5F5F5;
  top: -100vh;
  bottom: -100vh;
  left: -100vw;
  //right: -25px;
  right: 0;
  z-index: 1;
}
.contact-form-template .contact-form > p {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.41px;
  line-height: 18px;
}
.contact-form-template .orange-adv {
  z-index: 1;
  background-color: #fff;
}
.contact-form-template .orange-adv__phone-icon {
  width: 24px;
  height: 24px;
}
.contact-form-template .orange-adv__phone-icon > path {
  fill: #FF7900;
}
.contact-form-template .orange-adv__phone-row {
  cursor: pointer;
}
.contact-form-template .orange-adv__phone-number {
  color: #FF7900;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
}
.contact-form-template .orange-adv__title {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
}
.contact-form-template .orange-adv__title2 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}
.contact-form-template .orange-adv__description {
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
}
.contact-form-template .orange-adv__info {
  color: #000000;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: bold;
}
.contact-form-template .orange-adv__link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  text-decoration: underline;
  background: none;
  color: #000;
  cursor: pointer;
  transition: color 0.1s ease-out;
}
.contact-form-template .orange-adv__link:hover {
  color: #FF7900 !important;
  background-color: none !important;
}

.wpcf7-form .wpcf7-not-valid.wpcf7-checkbox {
    margin-bottom: 0;
}

.wpcf7-form-control-wrap.checkbox {
    margin-top: 1rem;
}

.wpcf7-form .wpcf7-not-valid.wpcf7-radio {
    margin-bottom: 0;
}

.wpcf7-form-control-wrap.kc_captcha {
    padding-bottom: 0;
}



.modal button.close {
  top: 10px;
  right: 17px;
  z-index: 99;
  opacity: 1;
  color: #000;
  cursor: pointer;
  transition: color 0.1s ease-out;
}
@media (max-width: 991px) {
  .modal button.close {
    padding: 3px 8px;
  }
}
.modal button.close:hover, .modal button.close:focus, .modal button.close:active, .modal button.close.active {
  color: #FF7900;
}
.modal__contact-form .contact-form-template {
  background: transparent;
}
.main-menu {
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .main-menu {
    padding: 0 15px !important;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 30px;
    min-height: 50px;
  }
}
.main-menu__nav-logo-menu {
  padding: 10px 0px;
}
@media screen and (min-width: 576px) {
  .main-menu__nav-logo-menu {
    padding: 12px 0px;
  }
}
@media screen and (min-width: 992px) {
  .main-menu__nav-logo-menu {
    padding: 25px 15px;
    padding-left: 0;
  }
}
.main-menu__nav-logo-menu .custom-logo-link img {
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 576px) {
  .main-menu__nav-logo-menu .custom-logo-link img {
    height: 50px;
    width: 50px;
  }
}
.main-menu__background, .main-menu__submenu__background {
  background-color: #000000;
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.main-menu__trigger-button {
  position: relative;
  top: -2px;
}
.main-menu__nav .main-menu__trigger-button {
  cursor: pointer;
  outline: none;
}
.main-menu__nav .main-menu__trigger-button > svg {
  width: 20px;
  height: 20px;
  transition: fill 0.1s ease-out;
}
@media screen and (min-width: 992px) {
  .main-menu__nav .main-menu__trigger-button:hover svg {
    fill: #ff7900;
  }
}
.main-menu__nav .main-menu__page-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  max-width: 145px;
  min-width: 125px;
  padding-bottom: 2px;
}
@media screen and (min-width: 992px) {
  .main-menu__nav .main-menu__page-title {
    font-size: 20px;
    line-height: 22px;
    min-width: 153px;
    padding-bottom: 0;
  }
}
.main-menu__nav .main-menu__page-title.alt {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  max-width: none;
  min-width: 0;
  padding-bottom: 0px;
  margin-left: 7px;
}
@media screen and (min-width: 576px) {
  .main-menu__nav .main-menu__page-title.alt {
    font-size: 40px;
    line-height: 50px;
    min-width: 180px;
    padding-bottom: 0;
    margin-left: 12px;
  }
}
.main-menu__nav .main-menu__nav-links {
  margin-left: 15px;
}
@media screen and (min-width: 992px) {
  .main-menu__nav .main-menu__nav-links {
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .main-menu__nav .main-menu__nav-links div {
    text-align: left;
    margin: 0 8px;
  }
}
@media screen and (min-width: 1290px) {
  .main-menu__nav .main-menu__nav-links div {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .main-menu__nav .main-menu__nav-links .container {
    max-width: 1290px !important;
  }
}
.main-menu__nav .main-menu__nav-links .main-menu__submenu__link-container {
  margin-left: 0;
  margin-right: 0;
}
.main-menu__nav .main-menu__link {
  color: #ffffff;
  margin: 0px 16px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none !important;
  cursor: pointer;
  transition: color 0.1s ease-out;
  display: inline-block;
}
@media screen and (min-width: 992px) and (max-width: 1289px) {
  .main-menu__nav .main-menu__link {
    margin: unset;
  }
}
.main-menu__nav .main-menu__link.active, .main-menu__nav .main-menu__link:hover, .main-menu__nav .main-menu__link:active {
  color: #ff7900;
}
.main-menu__nav .main-menu__client-panel-button > a.active svg > path, .main-menu__nav .main-menu__client-panel-button > a:hover svg > path, .main-menu__nav .main-menu__client-panel-button > a:active svg > path {
  transition: fill 0.1s ease-out;
  fill: #ff7900;
}
.main-menu__nav .main-menu__client-panel-button > a:focus {
  box-shadow: none;
}
.main-menu__nav .main-menu__client-panel-button-label {
  display: block;
  color: white;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin-top: 5px;
}
.main-menu__nav .main-menu__client-panel-button.selected {
  background-color: white;
}
.main-menu__nav .main-menu__client-panel-button.selected > a svg > path {
  fill: #ff7900;
}
.main-menu__nav .main-menu__client-panel-button.selected > a span {
  color: #000;
}
.main-menu__nav .main-menu__contact-page-button a {
  color: #000;
  transition: all 0.1s ease-out;
}
@media (min-width: 992px) {
  .main-menu__nav .main-menu__contact-page-button a.active svg > path, .main-menu__nav .main-menu__contact-page-button a:hover svg > path, .main-menu__nav .main-menu__contact-page-button a:active svg > path, .main-menu__nav .main-menu__contact-page-button a:focus svg > path {
    transition: fill 0.1s ease-out;
    fill: #ff7900;
  }
}
.main-menu__nav .main-menu__contact-page-button-label {
  display: block;
  color: white;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin-top: 5px;
}
.main-menu__nav .main-menu__button-label {
  display: block;
  color: white;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin-top: 5px;
}
.main-menu__nav .main-menu__submenu {
  z-index: -5;
  top: 100%;
  left: 50%;
  right: 0;
  width: 100vw;
  transform: translateX(-50%);
}
.main-menu__nav .main-menu__submenu__link-container {
  margin-bottom: 12px !important;
}
.main-menu__nav .main-menu__submenu__link-container.see-also-column a {
  padding-left: 0;
  font-weight: 700;
}
.main-menu__nav .main-menu__submenu__link-container.see-also-column a.smaller {
  display: none !important;
}
.main-menu__nav .main-menu__submenu__link-title {
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  margin-bottom: 10px;
}
.main-menu__nav .main-menu__submenu__link-subtitle {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
  margin-bottom: 20px;
  transition: color 0.1s ease-out;
}
.main-menu__nav .main-menu__submenu__link-subtitle:hover {
  color: #ff7900;
}
.main-menu__nav .main-menu__submenu__link-subtitle:hover .label-new {
  text-decoration: none;
}
.main-menu__nav .main-menu__submenu__link-subtitle.smaller {
  font-size: 14px;
}
.main-menu__nav .main-menu__submenu__link-subtitle .label-new {
  display: inline-block;
  background-color: #ffcc00;
  border-radius: 4px;
  padding: 2px 5px;
  margin-left: 10px;
  color: black;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  word-wrap: break-word;
}
@media screen and (min-width: 992px) {
  .main-menu__nav-search-account-contact {
    padding-left: 18px;
    border-left: 1px solid #666666;
  }
}
.main-menu__nav-search-account-contact {
  left: -16px;
  position: relative;
}
@media screen and (min-width: 375px) {
  .main-menu__nav-search-account-contact {
    left: 0;
  }
}
.main-menu__nav-search-account-contact.no-border {
  border: 0 !important;
}
.main-menu__nav-mobile {
  max-width: 100vw;
  z-index: 10;
  right: 0;
  top: 100%;
  overflow-x: hidden;
  transition: all 0.1s ease-out;
  background-color: #000;
}
@media screen and (max-width: 575px) {
  .main-menu__nav-mobile {
    width: 100vw;
  }
}
@media screen and (max-width: 575px) {
  .main-menu__nav-mobile.opened {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 991px) {
  .main-menu__nav-mobile.opened {
    height: calc(100vh - 100px);
  }
}
.main-menu__nav-mobile.short.opened {
  height: auto;
}
@media screen and (orientation: landscape) and (max-width: 991px) {
  .main-menu__nav-mobile.short.opened {
    height: calc(100vh - 104px);
  }
}
@media screen and (orientation: landscape) and (max-width: 575px) {
  .main-menu__nav-mobile.short.opened {
    height: calc(100vh - 82px);
  }
}
.main-menu__nav-mobile .navbar-nav-scroll {
  width: 100%;
  padding: 0 20px 22px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .main-menu__nav-mobile .navbar-nav-scroll {
    width: 320px;
  }
}
.main-menu__nav-mobile .login-section {
  color: white;
  padding: 0 20px;
}
.main-menu__nav-mobile .login-section .btn {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  word-wrap: break-word;
  border-radius: 0;
  background-color: #ff7900;
  padding: 10px 20px 10px 20px;
  display: block;
  margin-bottom: 20px;
}
.main-menu__nav-mobile .login-section hr {
  border-bottom: 1px solid #999999;
  margin: 0 0 5px 0;
}
.main-menu__nav-mobile .login-section p {
  font-weight: 700;
  padding: 6px 0;
}
.main-menu__nav-mobile .login-section .link {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin: 0px;
  padding: 8px 0px;
}
.main-menu__nav-mobile .login-section .link svg {
  margin-right: 6px;
}
.main-menu__nav-mobile .login-section .link svg path {
  fill: white;
}
.main-menu__nav-mobile .login-section .link span {
  position: relative;
  top: 1px;
}
.main-menu__nav-mobile .main-menu__link {
  color: #ffffff;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none !important;
  cursor: pointer;
  transition: color 0.1s ease-out;
}
.main-menu__nav-mobile .main-menu__link.active, .main-menu__nav-mobile .main-menu__link:hover, .main-menu__nav-mobile .main-menu__link:active, .main-menu__nav-mobile .main-menu__link:focus {
  color: #ff7900;
}
.main-menu__nav-mobile .main-menu__link.active svg path, .main-menu__nav-mobile .main-menu__link:hover svg path, .main-menu__nav-mobile .main-menu__link:active svg path, .main-menu__nav-mobile .main-menu__link:focus svg path {
  fill: #ff7900;
}
.main-menu__nav-mobile .main-menu__link:hover .label-new {
  text-decoration: none;
}
.main-menu__nav-mobile .main-menu__link .label-new {
  display: inline-block;
  background-color: #ffcc00;
  border-radius: 4px;
  padding: 2px 5px;
  margin-left: 10px;
  color: black;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 16px;
  word-wrap: break-word;
  top: -1px;
  position: relative;
}
.main-menu__nav-mobile .main-menu__link .smaller {
  font-size: 14px;
}
.main-menu__nav-mobile .main-menu__submenu-items {
  display: flex;
  flex-direction: column;
}
.main-menu__nav-mobile .main-menu__submenu.level-0 {
  background-color: white;
  margin-left: -20px;
  padding-left: 20px;
  color: black;
  padding-right: 20px;
  margin-right: -20px;
  margin-top: 0 !important;
  opacity: 1 !important;
}
.main-menu__nav-mobile .main-menu__submenu.level-2-wrapper {
  margin-top: -10px;
  padding-bottom: 20px;
}
.main-menu__nav-mobile .main-menu__link.level-0 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.main-menu__nav-mobile .main-menu__link.level-1 {
  color: black;
  padding: 8px 0;
}
.main-menu__nav-mobile .main-menu__link.level-1 .btn.chevron-right svg {
  transform: rotate(270deg) !important;
  right: 0;
  position: relative;
}
.main-menu__nav-mobile .main-menu__link.level-1 .btn.chevron-right svg path {
  fill: #cccccc !important;
}
.main-menu__nav-mobile .main-menu__item.level-2 .d-flex {
  color: black;
  margin: 15px 10px 15px 20px;
  border-bottom: 1px #cccccc solid;
}
.main-menu__nav-mobile .main-menu__item.level-2 .d-flex:last-child {
  margin-bottom: 0;
}
.main-menu__nav-mobile .main-menu__item.level-2 .d-flex span {
  color: black;
  font-weight: 400;
}
.main-menu__nav-mobile .main-menu__item.level-2 .d-flex .btn {
  visibility: visible !important;
}
.main-menu__nav-mobile .main-menu__item.level-2 .d-flex .btn svg {
  transform: rotate(270deg) !important;
  right: -10px;
  position: relative;
}
.main-menu__nav-mobile .main-menu__item.level-2 .d-flex .btn svg path {
  fill: #cccccc !important;
}
.main-menu__nav-mobile .main-menu__link:not(.level-0) {
  font-size: 16px;
  font-weight: 700;
}
.main-menu__nav-mobile .main-menu__expander {
  outline: none;
}
.main-menu__nav-mobile .main-menu__expander svg {
  width: 24px;
  height: 24px;
  transition: fill 0.1s ease-out;
}
.main-menu__nav-mobile .main-menu__expander svg.js-close.active path {
  fill: #ff7900 !important;
}
.main-menu__nav-mobile .main-menu__expander:hover svg {
  fill: #ff7900;
}
.main-menu__nav-mobile .main-menu__item .active .main-menu__link {
  color: #ff7900;
}
.main-menu__nav-mobile .main-menu__item .active .btn svg path {
  fill: #ff7900 !important;
}
.main-menu__nav-mobile .main-menu__item.level-1 .btn svg path {
  fill: black;
}
.main-menu__nav-mobile .main-menu__item.order-mobile-last {
  order: 99;
}
.main-menu__nav-mobile .main-menu__item.order-mobile-last .btn-see-all {
  display: none;
}
.main-menu .main-menu__contact-page-button-svg path {
  transition: fill 0.1s ease-out;
}
.main-menu .login-container {
  position: absolute;
  background: white;
  top: 100px;
  right: 0;
  width: 350px;
  height: auto;
}
.main-menu .login-container .content {
  padding: 20px 20px 10px 20px;
}
.main-menu .login-container .content .btn {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  word-wrap: break-word;
  border-radius: 0;
  background-color: #ff7900;
  padding: 10px 20px 10px 20px;
  display: block;
}
.main-menu .login-container .content .separator {
  width: 100%;
  display: block;
  border-top: 1px solid black;
  margin-top: 20px;
  margin-bottom: 12px;
}
.main-menu .login-container .content .link {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  padding: 8px 0;
}
.main-menu .login-container .content .link:hover {
  text-decoration: none;
}
.main-menu .login-container .content .link svg {
  margin-right: 6px;
}
.main-menu .login-container .content .link span {
  position: relative;
  top: 1px;
}

.modal__contact-form > .modal-dialog {
  max-width: unset !important;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .modal__contact-form > .modal-dialog {
    width: 873px;
    margin: 15px auto;
  }
}
.modal__contact-form > .modal-dialog .modal-content {
  background-color: #f5f5f5;
}
@media screen and (min-width: 992px) {
  .modal__contact-form > .modal-dialog .modal-content {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .page-template-page-landing .main-menu {
    top: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 783px) {
  body.admin-bar:not(.page-template-page-landing) {
    padding-top: 69px !important;
  }
  body.admin-bar.page-template-page-landing {
    padding-top: 44px !important;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar:not(.page-template-page-landing) {
    padding-top: 55px !important;
  }
  body.admin-bar.page-template-page-landing {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 576px) {
  .main-menu .btn {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.admin-bar:not(.page-template-page-landing) {
    padding-top: 34px !important;
  }
  body.admin-bar.page-template-page-landing {
    padding-top: 0px !important;
  }
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider-type-3__outer-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-inline: -15px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .slider-type-3__outer-container {
    gap: 24px;
    margin-inline: 0;
    padding-block: 30px 60px;
  }
}
@media (min-width: 1290px) {
  .slider-type-3__outer-container {
    flex-direction: row;
    min-height: 468px;
  }
}
.slider-type-3__outer-container .slider-type-3__background {
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
}
@media (min-width: 768px) {
  .slider-type-3__outer-container .slider-type-3__background {
    background-color: #000;
  }
}
.slider-type-3__outer-container .slider-type-3__buttons-container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1289px) {
  .slider-type-3__outer-container .slider-type-3__buttons-container {
    flex-direction: row;
  }
}
@media (min-width: 1290px) {
  .slider-type-3__outer-container .slider-type-3__buttons-container {
    max-width: 300px;
    flex: 1;
    gap: 12px;
  }
}
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__buttons-inner {
  flex-direction: column;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding-inline: 20px;
  gap: 16px;
}
@media (min-width: 768px) {
  .slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__buttons-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-inline: 0;
  }
}
@media (min-width: 768px) and (max-width: 1289px) {
  .slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__buttons-inner {
    width: calc(66.66% - 8px);
    flex: unset;
  }
}
@media (min-width: 1290px) {
  .slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__buttons-inner {
    gap: 12px;
  }
}
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3_button {
  background-color: #fff;
  color: #000 !important;
  text-decoration: none !important;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
@media (min-width: 576px) {
  .slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3_button {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3_button {
    background-color: #202020;
    color: #fff !important;
    flex-direction: row;
    text-align: left;
    justify-content: unset;
  }
}
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3_button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  color: inherit;
}
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3_button .icon svg,
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3_button .icon svg * {
  fill: currentColor;
}
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__special-box {
  background-color: #202020;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__special-box {
    width: calc(33.33% - 8px);
    flex: unset;
  }
}
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__special-box .box-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__special-box .box-description {
  font-size: 16px;
  line-height: 18px;
}
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__special-box .button {
  padding: 16px;
}
.slider-type-3__outer-container .slider-type-3__buttons-container .slider-type-3__special-box .gap-12 {
  gap: 12px;
}
.slider-type-3__outer-container .slider-type-3__slider-container {
  flex: 1;
}
@media (min-width: 992px) {
  .slider-type-3__outer-container .slider-type-3__slider-container {
    max-width: min(100%, 940px);
  }
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slides {
  position: relative;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide {
  background: #000;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide {
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media (min-width: 1290px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide {
    min-height: 468px;
  }
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__list {
  list-style-type: none;
  padding-left: 20px;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__list-item {
  margin-bottom: 10px;
  color: #fff;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__list-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f16e00;
  left: 0;
  margin-top: 9px;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__feed {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #202020;
}
@media (min-width: 768px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__feed {
    width: 50%;
  }
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__feed-box {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 5px 90px;
}
@media (min-width: 768px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__feed-box {
    padding: 50px 21px;
    height: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1289px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__feed-box {
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__feed-box {
    max-width: 100%;
  }
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #FF6E00;
}
@media screen and (min-width: 992px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__title {
    padding-top: 25px;
    font-size: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 991px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__title {
    font-size: 30px;
    letter-spacing: -0.71px;
    margin-bottom: 20px;
  }
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__description {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__description {
    font-size: 24px;
    line-height: 1.25;
  }
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__description-container {
    padding: 29px 0 19px;
  }
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide .button-orange {
  width: 100%;
}
@media (min-width: 576px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide .button-orange {
    width: auto;
  }
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__button {
  background-color: #ff7900;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  outline: none;
  transition: all 0.14s ease-out;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__button.active, .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__button:hover, .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__button:active, .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__button:focus {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__button:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5215686275);
}
@media (min-width: 768px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__image {
    width: 50%;
  }
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__image .desktop {
  width: 100%;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__slide__image .mobile {
  width: 100%;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin-bottom: 30px;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav > .arrow-prev {
  order: 1;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav > .arrow-next {
  order: 3;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav .slick-arrow {
  padding: 0;
  margin: 0 5px;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav .slick-arrow > svg {
  fill: #fff;
  transition: fill 0.1s ease-out;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav .slick-arrow:hover > svg {
  fill: #ff7900;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav > .slick-dots {
  display: flex;
  align-items: center;
  order: 2;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav > .slick-dots > li > button {
  font-size: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 3px 6px;
  outline: none;
  box-shadow: none;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav > .slick-dots > li > button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  transition: background-color 0.1s ease-out;
  cursor: pointer;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav > .slick-dots > li > button:hover::before {
  background-color: #ff7900;
}
.slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3__nav > .slick-dots > li.slick-active > button::before {
  background-color: #ff7900;
}
@media (max-width: 991px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3 .slick-track {
    background-color: #000;
  }
}
@media (max-width: 575px) {
  .slider-type-3__outer-container .slider-type-3__slider-container .slider-type-3 .slick-track {
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .singular-post__content .slider-type-3__slides {
    position: relative;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (max-width: 1920px) {
  .singular-post__content .slider-type-3__slide .desktop {
    transform: translateX(0);
    min-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .singular-post__content .slider-type-3__slide__feed-box {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .singular-post__content .slider-type-3__slide__feed-box {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
}



.sharing-knowledge {
  position: relative;
  padding-top: 58px;
  padding-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge {
    padding-top: 72px;
    padding-bottom: 56px;
  }
}
.sharing-knowledge .sharing-knowledge__background {
  background-color: #F6F6F6;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.sharing-knowledge .sharing-knowledge__title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.sharing-knowledge .sharing-knowledge__header {
  display: flex;
  flex-direction: column;
  margin-inline: -15px;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__header {
    flex-direction: row;
    margin-inline: -15px;
    margin-bottom: 24px;
    margin-inline: 0;
  }
}
.sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-content {
  padding: 35px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  order: 1;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-content {
    padding: 153px 24px;
    max-width: 432px;
    order: 0;
  }
}
.sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-content span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  background-color: #FF6E00;
  color: #fff;
  padding: 6px 8px;
  border-radius: 6px;
}
.sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-content .sharing-knowledge__header-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-content .sharing-knowledge__header-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-image {
  background-color: #000;
  flex: 1;
  order: 0;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-image {
    order: 1;
  }
}
.sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-image img, .sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sharing-knowledge .sharing-knowledge__header .sharing-knowledge__header-image video {
  max-width: 100%;
  max-height: 100%;
}
.sharing-knowledge .sharing-knowledge__posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 34px;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__posts {
    gap: 24px;
    padding-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .sharing-knowledge .sharing-knowledge__posts {
    flex-wrap: unset;
  }
}
.sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post {
    flex-direction: row;
    flex: 1;
  }
}
.sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post .sharing-knowledge__post-content {
  order: 1;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post .sharing-knowledge__post-content {
    order: 0;
    padding: 24px;
    width: 50%;
  }
}
.sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post .sharing-knowledge__post-content span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  background-color: #fff;
  color: #595959;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #BABABA;
}
.sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post .sharing-knowledge__post-content .sharing-knowledge__post-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
}
.sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post .sharing-knowledge__post-content .sharing-knowledge__post-title a {
  text-decoration: none !important;
}
.sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post .sharing-knowledge__post-image {
  order: 0;
  width: 100%;
  background-color: #000;
  background-size: cover;
  min-height: 212px;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post .sharing-knowledge__post-image {
    order: 1;
    width: 50%;
    height: 100%;
    min-height: unset;
  }
}
.sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__post .sharing-knowledge__post-image img {
  object-fit: cover;
}
.sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__button-view-all {
  background: #000;
  color: #fff !important;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none !important;
  padding: 39px 31px;
}
@media screen and (min-width: 992px) {
  .sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__button-view-all {
    min-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .sharing-knowledge .sharing-knowledge__posts .sharing-knowledge__button-view-all {
    padding: 72px 24px;
    min-width: unset;
    max-width: 204px;
  }
}

@media screen and (min-width: 992px) {
  .singular-post__content .sharing-knowledge__background {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}



.boxes-slider {
  padding-block: 24px 58px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .boxes-slider {
    padding-block: 28px 72px;
  }
}
.boxes-slider__background {
  background-color: #f7f7f7;
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.boxes-slider .slick-slide {
  outline: none;
}
.boxes-slider__box {
  width: inherit;
  transition: border-color 0.1s ease-out;
  height: 100%;
  display: flex;
}
.boxes-slider__box svg > g > g {
  transition: fill 0.1s ease-out;
}
.boxes-slider__box img {
  transition: all 0.1s ease-out;
}
.boxes-slider__box.active svg > g > g, .boxes-slider__box:active svg > g > g, .boxes-slider__box:hover svg > g > g, .boxes-slider__box:focus svg > g > g {
  fill: #ff7900;
}
.boxes-slider__box-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: stretch;
}
.boxes-slider__box__content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  flex: 1;
}
.boxes-slider__box__icon {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .boxes-slider__box__icon {
    margin-bottom: 36px;
  }
}
.boxes-slider__box__icon > svg {
  max-height: 40px;
  max-width: 40px;
}
.boxes-slider__box__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
}
.boxes-slider__box__description {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.boxes-slider__box__image {
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  order: -1;
  overflow: hidden;
}
.boxes-slider__box__image.has-image {
  background-color: transparent;
}
.boxes-slider__box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.boxes-slider__box-container {
  width: 270px;
  max-width: 100%;
  height: auto;
  display: flex;
}
.boxes-slider__box-container .boxes-slider__box {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .boxes-slider__box-container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .boxes-slider__box-inner {
    flex-direction: row;
  }
  .boxes-slider__box__content {
    width: 50%;
    padding: 24px;
  }
  .boxes-slider__box__image {
    order: 1;
    width: 50%;
    height: 100%;
  }
}
.boxes-slider__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1px;
  color: #000000;
  font-size: 30px;
}
@media screen and (min-width: 992px) {
  .boxes-slider__title {
    font-size: 40px;
  }
}
.boxes-slider__nav svg {
  transition: fill 0.1s ease-out;
}
.boxes-slider__nav svg:hover {
  fill: #ff7900;
}
.boxes-slider__slides {
  margin-left: -12px;
  margin-right: -9px;
}
.boxes-slider__slides a {
  outline: none;
}
.boxes-slider__slides > .base, .boxes-slider__slides > .cloned {
  display: flex;
}
.boxes-slider__slides .boxes-slider__box-container {
  height: 100%;
}
.boxes-slider__slides .slick-track {
  display: flex !important;
}
.boxes-slider__slides .slick-slide {
  height: auto;
}
.boxes-slider__slides .slick-slide > div {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .boxes-slider__slides > .cloned {
    display: none;
  }
  .boxes-slider__slides {
    margin-left: 0;
    margin-right: 0;
  }
  .boxes-slider__slides .slick-slide {
    width: 270px !important;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 992px) {
  .boxes-slider__slides > .cloned {
    display: none;
  }
  .boxes-slider__slides {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .boxes-slider__slides {
    align-items: stretch;
  }
  .boxes-slider__slides > .base {
    margin: 0;
    width: calc(50% - 12px);
    display: flex;
  }
}

.singular-post__content .boxes-slider {
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.singular-post__content .boxes-slider__background {
  left: 0;
  transform: none;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .singular-post__content .boxes-slider__box-container {
    width: 100%;
  }
}
.singular-post__content .boxes-slider__title {
  margin: 0;
  width: unset;
}



.banner-type-12 {
  position: relative;
  color: #fff;
}
.banner-type-12 .banner-type-12__background {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.banner-type-12 .banner-type-12__title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 32px;
  font-weight: 700;
  max-width: 100%;
}
@media (min-width: 992px) {
  .banner-type-12 .banner-type-12__title {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .banner-type-12 .banner-type-12__title {
    font-size: 30px;
    line-height: 32px;
  }
}
.banner-type-12 .banner-type-12__description--content {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .banner-type-12 .banner-type-12__description--content {
    margin-bottom: 50px;
    max-width: 480px;
  }
}
.banner-type-12 .banner-type-12__list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
}
@media (min-width: 992px) {
  .banner-type-12 .banner-type-12__list {
    margin-bottom: 50px;
  }
}
.banner-type-12 .banner-type-12__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
}
.banner-type-12 .banner-type-12__list-item:not(:last-child) {
  margin-bottom: 24px;
}
.banner-type-12 .banner-type-12__list-item::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%201.80005C6.36674%201.80005%201.80005%206.36674%201.80005%2012C1.80005%2017.6334%206.36674%2022.2%2012%2022.2C17.6334%2022.2%2022.2%2017.6334%2022.2%2012C22.2%206.36674%2017.6334%201.80005%2012%201.80005ZM17.3293%208.15976L11.2179%2015.8398L11.2177%2015.8396C11.1286%2015.952%2011.0153%2016.0428%2010.8862%2016.1052C10.7571%2016.1676%2010.6156%2016.2%2010.4722%2016.2C10.3288%2016.2%2010.1873%2016.1676%2010.0582%2016.1052C9.92908%2016.0428%209.81576%2015.952%209.7267%2015.8396L9.72655%2015.8397L6.67085%2011.9997L6.67099%2011.9996C6.52409%2011.8149%206.45009%2011.5827%206.46305%2011.347C6.476%2011.1114%206.575%2010.8887%206.74126%2010.7212L7.12323%2010.3372C7.29283%2010.1662%207.52101%2010.066%207.76166%2010.0567C8.00232%2010.0474%208.23752%2010.1299%208.41975%2010.2873L8.4199%2010.2871L10.2812%2012.36L15.9305%206.85968L15.9307%206.85987C16.0666%206.73173%2016.2371%206.64631%2016.4211%206.61422C16.6051%206.58212%2016.7944%206.60477%2016.9657%206.67934C17.1369%206.75391%2017.2825%206.87712%2017.3843%207.03369C17.4862%207.19026%2017.5398%207.37328%2017.5385%207.56005C17.5389%207.77788%2017.465%207.98934%2017.3291%208.15959L17.3293%208.15976Z%22%20fill%3D%22%23FF7900%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-type-12 .banner-type-12__image-mobile {
  margin-inline: -15px;
}
.banner-type-12 .banner-type-12__image-mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-type-12 .banner-type-12__content {
  position: relative;
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  padding: 20px;
}
@media (min-width: 992px) {
  .banner-type-12 .banner-type-12__content {
    padding: 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .banner-type-12 .banner-type-12__content {
    background-position-x: 85%;
  }
}
.banner-type-12 .banner-type-12__button {
  display: inline-flex;
  width: auto;
}
@media screen and (max-width: 991px) {
  .banner-type-12 .banner-type-12__content {
    background-image: none !important;
  }
  .banner-type-12 .banner-type-12__button {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .banner-type-12 {
    min-height: 508px;
    display: flex;
    flex-direction: column;
  }
  .banner-type-12 .banner-type-12__image-mobile {
    display: none;
  }
  .banner-type-12 .banner-type-12__content {
    background-image: var(--banner-type-12-bg-image, none);
    min-height: 100%;
    flex: 1;
  }
}

@media screen and (min-width: 992px) {
  .singular-post__content .banner-type-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .singular-post__content .banner-type-12__bg {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .singular-post__content .banner-type-12__image {
    width: 100%;
  }
}



.post-box-type-1 .post-box__post-thumbnail {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  border-bottom: 4px solid #ff7900;
  box-sizing: content-box;
}
.post-box-type-1 .post-box__post-box-feed {
  background-color: #ffffff;
}
.post-box-type-1 .post-box__post-box-feed:hover, .post-box-type-1 .post-box__post-box-feed:active, .post-box-type-1 .post-box__post-box-feed:focus, .post-box-type-1 .post-box__post-box-feed.active {
  outline: 0 !important;
}
.post-box-type-1 .post-box__post-box-feed > div:last-child {
  margin-bottom: 0 !important;
}
.post-box-type-1 .post-box__post-date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .post-box-type-1 .post-box__post-date {
    font-size: 12px;
  }
}
.post-box-type-1 .post-box__post-tags {
  opacity: 0.7;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .post-box-type-1 .post-box__post-tags {
    font-size: 10px;
  }
}
.post-box-type-1 .post-box__post-title {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .post-box-type-1 .post-box__post-title {
    font-size: 24px;
  }
}
.post-box-type-1 .post-box__post-sneak-peak {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .post-box-type-1 .post-box__post-sneak-peak {
    font-size: 14px;
  }
}
.post-box-type-1 .post-box__post-button > a {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-decoration: underline;
  transition: color 0.1s ease-out;
}
.post-box-type-1 .post-box__post-button > a:hover, .post-box-type-1 .post-box__post-button > a:active, .post-box-type-1 .post-box__post-button > a:focus, .post-box-type-1 .post-box__post-button > a.active {
  color: #ff7900;
}
@media screen and (max-width: 991px) {
  .post-box-type-1 .post-box__post-button > a {
    font-size: 14px;
  }
}
.post-box-type-1 .post-box:hover, .post-box-type-1 .post-box:active, .post-box-type-1 .post-box:focus, .post-box-type-1 .post-box.active {
  outline: 0 !important;
}
.post-box-type-1 .post-box__post-box:hover, .post-box-type-1 .post-box__post-box:active, .post-box-type-1 .post-box__post-box:focus, .post-box-type-1 .post-box__post-box.active {
  outline: 0 !important;
}

.post-box-type-2 {
  min-height: 223px;
}
.post-box-type-2 .post-box__post-thumbnail {
  max-width: 298px;
  width: 100%;
  height: calc(100% - 4px);
  background-position: center center;
  background-size: cover;
  border-bottom: 4px solid #ff7900;
  box-sizing: content-box;
  background-color: #fbfbfb;
}
.post-box-type-2 .post-box__post-box-sub-feed {
  width: 100%;
}
.post-box-type-2 .post-box__post-box-icon {
  min-width: 33px;
  max-width: 33px;
}
.post-box-type-2 .post-box__post-box-icon > img {
  padding-left: 10px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.post-box-type-2 .post-box__post-box-feed {
  background-color: #ffffff;
  width: 100%;
  padding: 20px 20px 14px 20px;
}
.post-box-type-2 .post-box__post-box-feed:hover, .post-box-type-2 .post-box__post-box-feed:active, .post-box-type-2 .post-box__post-box-feed:focus, .post-box-type-2 .post-box__post-box-feed.active {
  outline: 0 !important;
}
.post-box-type-2 .post-box__post-box-feed > div:last-child {
  margin-bottom: 0 !important;
}
.post-box-type-2 .post-box__post-date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .post-box-type-2 .post-box__post-date {
    font-size: 12px;
  }
}
.post-box-type-2 .post-box__post-tags {
  opacity: 0.7;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .post-box-type-2 .post-box__post-tags {
    font-size: 10px;
  }
}
.post-box-type-2 .post-box__post-title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .post-box-type-2 .post-box__post-title {
    font-size: 16px;
  }
}
.post-box-type-2 .post-box__post-sneak-peak {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .post-box-type-2 .post-box__post-sneak-peak {
    font-size: 14px;
  }
}
.post-box-type-2 .post-box__post-button > a {
  border-color: #000 !important;
  padding: 14px 20px;
  min-width: 192px;
}
.post-box-type-2 .post-box__post-button > a.active, .post-box-type-2 .post-box__post-button > a:hover, .post-box-type-2 .post-box__post-button > a:active, .post-box-type-2 .post-box__post-button > a:focus {
  border-color: #ff7900 !important;
}
@media screen and (max-width: 991px) {
  .post-box-type-2 .post-box__post-button > a {
    padding: 10px 17px;
  }
}
.post-box-type-2 .post-box:hover, .post-box-type-2 .post-box:active, .post-box-type-2 .post-box:focus, .post-box-type-2 .post-box.active {
  outline: 0 !important;
}
.post-box-type-2 .post-box__post-box:hover, .post-box-type-2 .post-box__post-box:active, .post-box-type-2 .post-box__post-box:focus, .post-box-type-2 .post-box__post-box.active {
  outline: 0 !important;
}
.newest-posts-grid {
  padding-block: 40px 16px;
}
@media screen and (min-width: 992px) {
  .newest-posts-grid {
    padding-block: 72px 28px;
  }
}
.newest-posts-grid__posts-container {
  padding: 0 8px;
}
.newest-posts-grid__posts-container .post-box__post-box-feed {
  min-height: 230px;
}
.newest-posts-grid__post-wrap {
  outline: none;
}
.newest-posts-grid__background {
  background-color: #f7f7f7;
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.newest-posts-grid__feed {
  min-height: 144px;
}
.newest-posts-grid__title {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .newest-posts-grid__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.newest-posts-grid__button {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-decoration: underline;
  transition: color 0.1s ease-out;
}
@media screen and (min-width: 992px) {
  .newest-posts-grid__button {
    font-size: 16px;
  }
}
.newest-posts-grid__button:hover {
  color: #f16e00;
}
@media (min-width: 992px) {
  .newest-posts-grid__cta-gutter {
    padding-inline: 10px 15px;
  }
}
.newest-posts-grid__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  padding: 52px 36px;
  min-height: 100%;
  text-align: left;
}
.newest-posts-grid__cta-link {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.1s ease-out;
}
@media (min-width: 992px) {
  .newest-posts-grid__cta-link {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (min-width: 1440px) {
  .newest-posts-grid__cta-link {
    font-size: 40px;
    line-height: 40px;
  }
}
.newest-posts-grid .newest-posts-grid__cta-link {
  color: #ffffff !important;
}
.newest-posts-grid__cta-link:visited {
  color: #ffffff !important;
}
.newest-posts-grid__cta-link:hover {
  color: #f16e00;
}
.newest-posts-grid__post-thumbnail {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #f16e00;
}
.newest-posts-grid__post-date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .newest-posts-grid__post-date {
    font-size: 12px;
  }
}
.newest-posts-grid__post-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .newest-posts-grid__post-title {
    font-size: 14px;
  }
}
.newest-posts-grid__post-sneak-peak {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  min-height: 33px;
}
@media screen and (max-width: 991px) {
  .newest-posts-grid__post-sneak-peak {
    font-size: 12px;
    min-height: auto;
  }
}
.newest-posts-grid__post-button a {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  cursor: pointer;
  transition: color 0.1s ease-out;
  text-decoration: underline;
}
.newest-posts-grid__post-button a:hover {
  color: #f16e00;
}
@media screen and (max-width: 991px) {
  .newest-posts-grid__post-button a {
    font-size: 14px;
  }
}
.newest-posts-grid__nav {
  display: flex;
}
.newest-posts-grid__nav > .slick-dots {
  display: flex;
  align-items: center;
  order: 2;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.newest-posts-grid__nav > .slick-dots > li > button {
  font-size: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 3px 6px;
  outline: none;
  box-shadow: none;
}
.newest-posts-grid__nav > .slick-dots > li > button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #999999;
  border-radius: 100%;
  transition: background-color 0.1s ease-out;
  cursor: pointer;
}
.newest-posts-grid__nav > .slick-dots > li > button:hover::before {
  background-color: #ff7900;
}
.newest-posts-grid__nav > .slick-dots > li.slick-active > button::before {
  background-color: #ff7900;
}
@media screen and (min-width: 992px) {
  .newest-posts-grid__grid > .row > .col-9 {
    padding-right: 10px;
  }
  .newest-posts-grid__grid > .row > .col-lg-3 {
    padding-left: 10px;
  }
}
.newest-posts-grid .post-box .post-box__post-date {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 12px !important;
}
.newest-posts-grid .post-box .post-box__post-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px !important;
}
.newest-posts-grid .post-box .post-box__post-sneak-peak {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 36px !important;
}
@media (max-width: 991px) {
  .newest-posts-grid .post-box {
    margin-bottom: 20px;
  }
}
.newest-posts-grid .gap-20 {
  gap: 20px;
}

.singular-post__content .newest-posts-grid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}
.singular-post__content .newest-posts-grid__background {
  left: 0;
  transform: none;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.singular-post__content .newest-posts-grid .post-box {
  margin-bottom: 20px;
}



.newests-posts__item:not(:last-child) {
  border-bottom: solid 1px #cccccc;
}
.newests-posts__item:last-child {
  margin-bottom: 0 !important;
}
.newests-posts__item__title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  transition: color 0.14s ease-out;
}
.newests-posts__item__sneak-peak {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.newests-posts__item__arrow > svg > g > g {
  transition: fill 0.14s ease-out;
}
.newests-posts__item:hover {
  cursor: pointer;
}
.newests-posts__item:hover .newests-posts__item__arrow > svg > g > g {
  fill: #f16e00;
}
.newests-posts__item:hover .newests-posts__item__title {
  color: #f16e00;
}
.info-lists {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .info-lists {
    padding: 72px 0;
  }
}
.info-lists__background {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.info-lists__hero {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .info-lists__hero {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.info-lists__heading {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #111;
  padding-right: 5px;
}
@media screen and (min-width: 1200px) {
  .info-lists__heading {
    font-size: 40px;
    line-height: 40px;
  }
}
.info-lists__illustration {
  width: 100%;
  overflow: visible;
  display: block;
}
.info-lists__illustration img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.info-lists__illustration--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .info-lists__illustration--desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .info-lists__illustration--mobile {
    display: none;
  }
}
.info-lists__cards {
  width: 100%;
}
.info-lists__cards-grid {
  display: block;
}
.info-lists__card-column:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .info-lists__card-column:not(:last-child) {
    margin-bottom: 24px;
  }
}
.info-lists__card {
  height: 100%;
  background: #f6f6f6;
  border-radius: 0;
  padding: 16px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .info-lists__card {
    padding: 30px 20px;
    display: flex;
    gap: 36px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .info-lists__card-title {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .info-lists__card .info-lists__list {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .info-lists__card .info-lists__list {
    width: 430px;
  }
}
.info-lists__card-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .info-lists__card-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.info-lists__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .info-lists__list {
    gap: 18px;
  }
}
.info-lists__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-lists__list-marker {
  width: 10px;
  height: 10px;
  background: #ff7900;
  flex-shrink: 0;
}
.info-lists__item-copy {
  gap: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #2b2b2b;
}
@media (max-width: 991px) {
  .info-lists__item-copy {
    display: flex;
    align-items: center;
  }
}
.info-lists__item-highlight {
  font-weight: 700;
  color: #111;
  font-size: 24px;
  line-height: 30px;
}
.info-lists__item-text {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .info-lists__item-text-wrapper {
    flex: 1;
  }
}



.footer-menu {
  padding: 10px 15px;
}
@media screen and (min-width: 991px) {
  .footer-menu {
    padding: 50px 15px 62px;
  }
}
.footer-menu__background {
  background: #000000;
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.footer-menu__column-title {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #ffffff;
}
.footer-menu__column-link {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.14s ease-out;
}
.footer-menu__column-link.active, .footer-menu__column-link:hover, .footer-menu__column-link:focus, .footer-menu__column-link:active {
  color: #ff7900 !important;
}
.copyright-menu__wrap {
  padding: 6px 15px;
}
@media screen and (min-width: 992px) {
  .copyright-menu__wrap {
    padding: 13px 15px;
  }
}
.copyright-menu__background {
  background: #232323;
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.copyright-menu__link {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.14s ease-out;
}
.copyright-menu__link.active, .copyright-menu__link:hover, .copyright-menu__link:active, .copyright-menu__link:focus {
  color: #FF8D26 !important;
}
@media screen and (max-width: 991px) {
  .copyright-menu__link {
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .copyright-menu__link {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .copyright-menu__link {
    width: 50%;
  }
}
.copyright-menu__copyright {
  opacity: 0.6;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff !important;
}
@media screen and (max-width: 991px) {
  .copyright-menu__copyright {
    padding: 0 15px;
  }
}
