
.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;
}
.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;
  }
}
.slider-type-2__slides {
  position: relative;
  left: 50%;
  transform: translateX(calc(-50vw - 2px));
  width: calc(100vw + 2px);
}
.slider-type-2__slide {
  background: #000;
}
@media (max-width: 575px) {
  .slider-type-2__slide {
    display: flex;
    flex-direction: column-reverse;
  }
}
.slider-type-2__slide__list {
  list-style-type: none;
  padding-left: 20px;
}
.slider-type-2__slide__list-item {
  margin-bottom: 10px;
}
.slider-type-2__slide__list-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f16e00;
  left: 0;
  margin-top: 9px;
}
.slider-type-2__slide__feed {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider-type-2__slide__feed-box {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1289px) {
  .slider-type-2__slide__feed-box {
    bottom: 0;
    width: calc((100vw - (100vw - 960px) / 2) / 3);
  }
}
@media screen and (min-width: 1290px) {
  .slider-type-2__slide__feed-box {
    bottom: 0;
    width: calc((100vw - (100vw - 1290px) / 2) / 3);
    height: 440px;
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .slider-type-2__slide__feed-box {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .slider-type-2__slide__feed-box {
    max-width: 100%;
  }
}
.slider-type-2__slide__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .slider-type-2__slide__title {
    padding-top: 25px;
    font-size: 34px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 991px) {
  .slider-type-2__slide__title {
    font-size: 24px;
    letter-spacing: -0.71px;
    margin-bottom: 20px;
  }
}
.slider-type-2__slide__description {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .slider-type-2__slide__description-container {
    padding: 29px 0 19px;
  }
}
.slider-type-2__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-2__slide__button.active, .slider-type-2__slide__button:hover, .slider-type-2__slide__button:active, .slider-type-2__slide__button:focus {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
.slider-type-2__slide__button:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5215686275);
}
.slider-type-2__slide__image .desktop {
  margin-left: calc((100vw - 1290px) / 2 + (100vw - (100vw - 1290px) / 2) / 3);
  max-height: 440px;
  width: auto;
}
@media screen and (max-width: 1289px) {
  .slider-type-2__slide__image .desktop {
    margin-left: calc((100vw - 960px) / 2 + (100vw - (100vw - 960px) / 2) / 3);
    max-height: 440px;
    width: auto;
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .slider-type-2__slide__image .mobile {
    transform: translateX(100%);
    width: 51vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .slider-type-2__slide__image .mobile {
    width: 100%;
    margin-left: 0;
  }
}
.slider-type-2__nav {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.slider-type-2__nav > .arrow-prev {
  order: 1;
}
.slider-type-2__nav > .arrow-next {
  order: 3;
}
.slider-type-2__nav .slick-arrow {
  padding: 0;
  margin: 0 5px;
}
.slider-type-2__nav .slick-arrow > svg {
  fill: #fff;
  transition: fill 0.1s ease-out;
}
.slider-type-2__nav .slick-arrow:hover > svg {
  fill: #ff7900;
}
.slider-type-2__nav > .slick-dots {
  display: flex;
  align-items: center;
  order: 2;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slider-type-2__nav > .slick-dots > li > button {
  font-size: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 3px 6px;
  outline: none;
  box-shadow: none;
}
.slider-type-2__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-2__nav > .slick-dots > li > button:hover::before {
  background-color: #ff7900;
}
.slider-type-2__nav > .slick-dots > li.slick-active > button::before {
  background-color: #ff7900;
}
@media (max-width: 991px) {
  .slider-type-2 .slick-track {
    background-color: #000;
  }
}
@media (max-width: 575px) {
  .slider-type-2 .slick-track {
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .singular-post__content .slider-type-2__slides {
    position: relative;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (max-width: 1920px) {
  .singular-post__content .slider-type-2__slide__image .desktop {
    transform: translateX(0);
    min-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .singular-post__content .slider-type-2__slide__feed-box {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .singular-post__content .slider-type-2__slide__feed-box {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
}
.description-type-1__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .description-type-1__title {
    font-size: 34px;
  }
}
.description-type-1__description {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: -0.18px;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .description-type-1__description {
    line-height: 1.25;
  }
}
.description-type-1__description a {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  transition: color 0.1s ease-out;
}
.description-type-1__description a:hover {
  color: #ff7900;
}
@media screen and (max-width: 992px) {
  .description-type-1__description-list {
    line-height: 1.25;
  }
}
.description-type-1__list {
  list-style-type: none;
}
.description-type-1__list-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .description-type-1__list-text {
    line-height: 1.25;
  }
}
.description-type-1__list-text::before {
  position: absolute;
  content: "";
  border: 4px solid #ff7900;
  left: 0px;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .description-type-1__list-text::before {
    margin-top: 10px;
  }
}
.description-type-1 a {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  transition: color 0.1s ease-out;
}
.description-type-1 a:hover {
  color: #ff7900;
}
.custom-background__bg {
  top: 0;
  bottom: 0;
  z-index: -1;
}
.custom-background__bg--edge-to-edge {
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
}
.custom-background__bg--content {
  left: 50%;
  transform: translateX(-50%);
  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;
}
.posts-grid__spacing--p {
  padding: 55px 0 0;
}
.posts-grid__spacing--m {
  margin-bottom: 35px;
}
.posts-grid__post-wrap {
  outline: none;
}
.posts-grid__background {
  background-color: #f7f7f7;
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.posts-grid .post-box__post-box-feed {
  padding: 1.875rem 1.25rem !important;
}
.posts-grid__title {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .posts-grid__title {
    font-size: 24px !important;
    text-align: left;
    width: 100% !important;
  }
}
.posts-grid__button {
  font-size: 16px;
  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;
}
.posts-grid__button:hover {
  color: #f16e00;
}
.posts-grid .post-box__post-thumbnail {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #f16e00;
}
.posts-grid .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) {
  .posts-grid .post-box__post-date {
    font-size: 12px;
  }
}
.posts-grid .post-box__post-title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 1.25rem !important;
  font-size: 18px;
}
.posts-grid .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;
  min-height: 33px;
  margin-bottom: 1.25rem !important;
}
@media screen and (max-width: 991px) {
  .posts-grid .post-box__post-sneak-peak {
    font-size: 14px;
    min-height: auto;
  }
}
.posts-grid .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;
  cursor: pointer;
  transition: color 0.1s ease-out;
  text-decoration: underline;
}
.posts-grid .post-box__post-button a:hover {
  color: #f16e00;
}
@media screen and (max-width: 991px) {
  .posts-grid .post-box__post-button a {
    font-size: 14px;
  }
}
.posts-grid__nav {
  display: flex;
}
.posts-grid__nav > .slick-dots {
  display: flex;
  align-items: center;
  order: 2;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.posts-grid__nav > .slick-dots > li > button {
  font-size: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 3px 6px;
  outline: none;
  box-shadow: none;
}
.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;
}
.posts-grid__nav > .slick-dots > li > button:hover::before {
  background-color: #ff7900;
}
.posts-grid__nav > .slick-dots > li.slick-active > button::before {
  background-color: #ff7900;
}
.posts-grid.type-4 .post-box__post-button a {
  border-color: #000 !important;
  padding: 8px 20px;
  border: 1px solid;
  text-decoration: none !important;
}
.posts-grid.type-4 .post-box__post-button a:hover {
  border-color: #ff7900 !important;
  color: #fff !important;
  background-color: #ff7900 !important;
}
.posts-grid.type-5 .col-lg-20-percent .post-box__post-title {
  position: relative;
  padding-bottom: 1.5rem;
}
.posts-grid.type-5 .col-lg-20-percent .post-box__post-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 35px;
  height: 3px;
  background-color: #f16e00;
  display: block;
}
@media screen and (min-width: 992px) {
  .posts-grid.type-5 .col-lg-20-percent {
    width: 20%;
    display: flex;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .posts-grid.type-5 .col-lg-20-percent .post-box__post-box-feed {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .singular-post__content .posts-grid__background {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
.banner-type-1__background-mobile {
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-51vw);
  width: 102vw;
}
@media screen and (min-width: 1921px) {
  .banner-type-1__image {
    left: 50%;
    transform: translateX(-50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 1920px) {
  .banner-type-1__image {
    left: 50%;
    min-width: 1920px;
    margin-left: calc(-960px - (1920px - 100vw) / 8);
  }
}
@media screen and (max-width: 575px) {
  .banner-type-1__image {
    visibility: hidden;
  }
}
.banner-type-1__feed {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-type-1__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.8px;
  max-width: 625px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .banner-type-1__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .banner-type-1__title {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 992px) {
  .banner-type-1__title {
    font-size: 30px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 991px) {
  .banner-type-1__title {
    font-size: 18px;
    line-height: 1.2;
  }
}

.singular-post__content .banner-type-1__image {
  min-width: 100%;
  left: 0;
  margin-left: 0;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .singular-post__content .banner-type-1__feed {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.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-narrow {
  max-width: 100%;
  background-color: #F5F5F5;
}
.contact-form-template-narrow h3 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.71px;
  line-height: 30px;
  margin-bottom: 20px;
}
.contact-form-template-narrow__form-background {
  background-color: #F5F5F5;
  top: -100vh;
  bottom: -100vh;
  left: -100vw;
  right: 0;
  z-index: 1;
}
.contact-form-template-narrow .contact-form > p {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.41px;
  line-height: 18px;
}

.modal__contact-form-narrow .modal-dialog {
  width: 515px;
}
@media screen and (max-width: 575px) {
  .modal__contact-form-narrow .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
.modal__contact-form-narrow .modal-dialog .modal-content {
  background-color: #F5F5F5;
}
.modal__contact-form-narrow .modal__contact-form > .modal-dialog .modal-content {
  background-color: #F5F5F5;
}
@media screen and (min-width: 992px) {
  .modal__contact-form-narrow .modal__contact-form > .modal-dialog .modal-content {
    background-color: #F5F5F5;
  }
}
.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;
}
.boxes-grid-type-1__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .boxes-grid-type-1__title {
    font-size: 34px;
  }
}
.boxes-grid-type-1__box__icon {
  min-height: 44px;
}
.boxes-grid-type-1__box__icon > svg > g > g {
  fill: #f16e00;
}
.boxes-grid-type-1__box__description {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .boxes-grid-type-1__box__description {
    font-size: 18px;
  }
}
.boxes-grid-type-1__box__description p {
  margin: 0;
}
.dropdown-list-type-1__spacing--p {
  padding: 1rem 0;
}
@media screen and (min-width: 992px) {
  .dropdown-list-type-1__spacing--p {
    padding: 50px 0;
  }
}
.dropdown-list-type-1__spacing--m {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.dropdown-list-type-1 a {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
  transition: all 0.14s ease-out;
}
.dropdown-list-type-1 a.active, .dropdown-list-type-1 a:hover, .dropdown-list-type-1 a:active, .dropdown-list-type-1 a:focus {
  color: #FF8D26;
}
.dropdown-list-type-1__bg--edge-to-edge {
  left: 50%;
  transform: translateX(-100vw);
  width: 200vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.dropdown-list-type-1__bg--content {
  left: 0;
  transform: none;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.dropdown-list-type-1__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.dropdown-list-type-1__label {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000 !important;
}
@media screen and (min-width: 992px) {
  .dropdown-list-type-1__label {
    font-size: 24px;
  }
}
.dropdown-list-type-1__label .chv-ico {
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.dropdown-list-type-1__label.collapsed .dropdown-list-type-1__chv-up {
  display: none;
}
.dropdown-list-type-1__label:not(.collapsed) .dropdown-list-type-1__chv-down {
  display: none;
}
.dropdown-list-type-1__label svg {
  transform: translateY(-2px);
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 10px 2px 0;
}
.dropdown-list-type-1__label:hover, .dropdown-list-type-1__label:focus, .dropdown-list-type-1__label:active, .dropdown-list-type-1__label.active {
  color: #000000 !important;
}
.dropdown-list-type-1__text {
  width: calc(100% - 14px);
  line-height: 1.2;
}
.dropdown-list-type-1__excerpt {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
}
.dropdown-list-type-1__collapse-panel {
  padding-left: 0.5rem !important;
}
.dropdown-list-type-1__list {
  list-style-type: none;
}
.dropdown-list-type-1__list-text-col {
  overflow: hidden;
}
.dropdown-list-type-1__list-text-col :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.dropdown-list-type-1__list-image {
  max-width: 100%;
  max-height: 100vh;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .dropdown-list-type-1__list-image {
    margin-bottom: initial;
  }
}
.dropdown-list-type-1__list-description-start {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .dropdown-list-type-1__list-description-start {
    line-height: 1.25;
  }
}
.dropdown-list-type-1__list-description-end {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.dropdown-list-type-1__list-description-after {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.dropdown-list-type-1__list-title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.dropdown-list-type-1__list-text {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}
.dropdown-list-type-1__list-text::before {
  position: absolute;
  content: "";
  border: 4px solid #ff7900;
  left: 0px;
  margin-top: 7px;
}
@media screen and (min-width: 992px) {
  .dropdown-list-type-1__list-text::before {
    margin-top: 10px;
  }
}
.dropdown-list-type-1__list-text--excerpt-in-list::before {
  position: absolute;
  content: "";
  border: 0;
  left: 0px;
  margin-top: 8px;
}
.dropdown-list-type-1__dropdown:not(:last-child) .bordered {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.dropdown-list-type-1 .table {
  border: 0;
  border-style: hidden;
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
}
.dropdown-list-type-1 .table tr,
.dropdown-list-type-1 .table td {
  border: 0;
  font-size: 14px;
  line-height: 1.25;
}
@media all and (min-width: 320px) {
  .dropdown-list-type-1 .table tr,
.dropdown-list-type-1 .table td {
    white-space: break-spaces;
  }
}
@media all and (min-width: 992px) {
  .dropdown-list-type-1 .table tr,
.dropdown-list-type-1 .table td {
    font-size: 16px;
    line-height: 24px;
  }
}
.dropdown-list-type-1 .table tr {
  border-bottom: 2px solid #ccc;
}
@media all and (min-width: 576px) {
  .dropdown-list-type-1 .table tr {
    border-bottom: 0;
  }
}
.dropdown-list-type-1 .table tr:first-child {
  border-bottom: 2px solid #ccc;
}
.dropdown-list-type-1 .table tr:last-child {
  border: 0;
}
.dropdown-list-type-1 .table td {
  display: block;
  width: 100%;
  padding: 10px 20px 20px 0 !important;
}
@media all and (min-width: 576px) {
  .dropdown-list-type-1 .table td {
    border-bottom: 2px solid #ccc;
    display: table-cell;
    width: 55%;
    padding: 10px 20px 10px 0 !important;
  }
}
.dropdown-list-type-1 .table .td-emphasis {
  width: 100%;
  padding: 20px 20px 0px 0 !important;
}
@media all and (min-width: 576px) {
  .dropdown-list-type-1 .table .td-emphasis {
    width: 45%;
    padding: 10px 20px 10px 0 !important;
  }
}
@media all and (min-width: 1200px) and (max-width: 1289px) {
  .dropdown-list-type-1 .dropdown-inner .col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.dropdown-list-type-1 .tm_pb_toggle_content {
  margin-bottom: 25px;
}
.dropdown-list-type-1 .tm_pb_toggle_content p {
  margin-bottom: 0;
}
@media all and (min-width: 576px) {
  .dropdown-list-type-1 .tm_pb_toggle_content p {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .singular-post__content .dropdown-list-type-1__bg--content {
    left: 50%;
    transform: translateX(-100vw);
    width: 200vw;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .singular-post__content .dropdown-list-type-1__excerpt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.singular-post__content .dropdown-list-type-1__text {
  color: #000 !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;
  }
}