@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:display=swap);@font-face {
  font-family: 'Toshiba Sans';
  src: url("../dist/fonts/ToshibaSans-Light.otf");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Toshiba Sans';
  src: url("../dist/fonts/ToshibaSans-Medium.otf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Toshiba Sans';
  src: url("../dist/fonts/ToshibaSans-Regular.otf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Toshiba Sans';
  src: url("../dist/fonts/ToshibaSans-Bold.otf");
  font-weight: 700;
  font-display: swap;
}

h1, .h1 {
  color: #23419A;
  font-size: 81px;
  font-style: normal;
  font-weight: normal;
  line-height: 90%;
  margin: 0px;
}

h2, .h2 {
  color: #1C1E23;
  font-size: 54px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
}

h3, .h3 {
  color: #333333;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 110%;
  margin: 0px;
}

h3.heading-underline, .h3.heading-underline {
  position: relative;
}

h3.heading-underline::after, .h3.heading-underline::after {
  content: "";
  background-color: #00906D;
  bottom: -8px;
  height: 1px;
  position: absolute;
  width: 167px;
  left: 0;
}

h4, .h4 {
  color: #333333;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 109%;
  margin: 0px;
}

h5, .h5 {
  color: #333333;
  font-size: 27px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
}

h6, .h6 {
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
  margin: 0px;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Toshiba Sans", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
}

main {
  min-height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}

figure {
  margin: 0;
}

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

input {
  border: none;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
}

a {
  text-decoration: none;
}

a:visited, a:hover, a:active, a:focus {
  outline: 0;
  outline: none;
}

span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-breadcrumbs {
  background: #F7F7F7;
}

.c-breadcrumbs.hide {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: none;
}

.c-breadcrumbs .o-container {
  padding: 8.5px 88px 6.5px;
}

.c-breadcrumbs .o-container.desktop {
  display: none;
}

@media (min-width: 769px) {
  .c-breadcrumbs .o-container.desktop {
    display: block;
  }
}

.c-breadcrumbs .o-container.mobile {
  display: none;
  padding: 8px 16px;
}

@media (max-width: 768px) {
  .c-breadcrumbs .o-container.mobile {
    display: block;
  }
  .c-breadcrumbs .o-container.mobile .ic-arrow-left-red {
    margin-right: 8px;
    margin-top: 2.5px;
  }
}

.c-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumbs ul li {
  position: relative;
  margin-right: 24px;
}

.c-breadcrumbs ul li a {
  margin-right: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #333333;
}

@media (max-width: 768px) {
  .c-breadcrumbs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #E61E1E;
  }
}

.c-breadcrumbs ul li.active a {
  color: #E61E1E;
  display: inline-grid;
}

.c-breadcrumbs ul li.active a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 610px;
  display: inline-block;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-breadcrumbs ul li.active a span {
    width: 200px;
  }
}

.c-breadcrumbs ul li::after {
  content: url(../src/images/icons/chevron-right.svg);
  position: absolute;
  top: 3px;
  width: 12px;
  height: 12px;
}

.c-breadcrumbs ul li:last-child::after {
  content: '';
}

.c-speak_and_chatbot {
  position: fixed;
  bottom: 70px;
  right: 16px;
  z-index: 100;
}

@media (min-width: 769px) {
  .c-speak_and_chatbot {
    right: 10px;
    bottom: 32px;
  }
}

.c-speak_and_chatbot .mobile-sticky-buttons {
  display: none;
  position: absolute;
  width: 210px;
  right: 0;
  top: -250px;
}

.c-speak_and_chatbot .mobile-sticky-buttons.active {
  display: block;
}

.c-speak_and_chatbot .mobile-sticky-buttons ul {
  display: grid;
  gap: 16px;
}

.c-speak_and_chatbot .mobile-sticky-buttons ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 24px;
  background: #ffffff;
  border: 1px solid #E61E1E;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}

.c-speak_and_chatbot .mobile-sticky-buttons ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #E61E1E;
}

.c-speak_and_chatbot .button_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
  height: 44px;
}

@media (max-width: 768px) {
  .c-speak_and_chatbot .button_container {
    width: 44px;
    height: 44px;
    gap: unset;
  }
}

.c-speak_and_chatbot .button_container .for_expert .cta-expert {
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  border-radius: 0;
  padding: 11px 40px;
  border: 1px solid #E61E1E;
  width: 100%;
  max-width: 100%;
  height: 44px;
}

@media (max-width: 768px) {
  .c-speak_and_chatbot .button_container .for_expert .cta-expert {
    display: none;
  }
}

.c-speak_and_chatbot .button_container .for_expert .cta-expert span {
  font-family: "Toshiba Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #E61E1E;
  text-align: center;
}

.c-speak_and_chatbot .button_container .for_expert:hover > ul {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(calc(-100% - 45px));
          transform: translateY(calc(-100% - 45px));
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.c-speak_and_chatbot .button_container .for_expert_list {
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  z-index: -1;
  -webkit-transition: all 0.7s ease-in-out 0s, visibility 0s linear 0.7s, z-index 0s linear 0.01s;
  transition: all 0.7s ease-in-out 0s, visibility 0s linear 0.7s, z-index 0s linear 0.01s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.c-speak_and_chatbot .button_container .for_expert_list li {
  margin-bottom: 16px;
}

.c-speak_and_chatbot .button_container .for_expert_list li a {
  width: 100%;
  height: 45px;
  max-width: 210px;
  background-color: #ffffff;
  display: block;
  color: #E61E1E;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  padding: 11px 0;
  border-radius: 0;
  border: 1px solid #E61E1E;
}

.c-speak_and_chatbot .button_container .for_expert_list li a:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
  background-color: #A60404;
  color: #ffffff;
}

.c-speak_and_chatbot .button_container .for_expert:hover + .for_chatbot {
  visibility: visible;
}

.c-speak_and_chatbot .button_container .for_chatbot {
  visibility: hidden;
}

@media (max-width: 768px) {
  .c-speak_and_chatbot .button_container .for_chatbot {
    visibility: visible;
  }
}

.c-speak_and_chatbot .button_container .for_chatbot .cta-chatbot {
  margin: 0;
  background-color: #E61E1E;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 10px;
  border: 0;
  width: 100%;
  height: 44px;
  max-width: 44px;
}

.c-speak_and_chatbot .button_container .for_chatbot .cta-chatbot .ic-chatbot {
  background-color: #ffffff;
  width: 24px;
  height: 24px;
}

.modal-backgdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1C1E23;
  opacity: .5;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.modal-backgdrop.active {
  opacity: .5;
  visibility: visible;
}

.modal-backgdrop.active.over {
  z-index: 5;
}

.modal-backgdrop.active.overload {
  z-index: 16;
}

.common-text, .classic-form .form-group input, .classic-form .form-group .error-message, .o-button, .o-button-full, .o-button-default, .o-button-default-white, .o-button-full-white-before, header .main-header .affix-icons__holder .cart-holder .my-cart-items__holder .item-content__description p, header .main-header .affix-icons__holder .cart-holder .my-cart-items__holder .item-content__price, .site-footer__content .footer-info p, .site-footer__content .footer-menu ul li a, .site-footer__content .footer-newsletter p, .site-footer__bottom--holder .copyrights p {
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 140%;
}

.common-text-body-1, header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu p, header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > ul > li a, header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > a.o-df-ar, header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > ul > li a, header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details p a, header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-faq ul li a, header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result p, header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result__details .result-product p {
  color: #575757;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 110%;
}

.common-text-body-3, .o-button-article, header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details .date-info p, header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus span, header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details .cc-description p, .site-footer__content .footer-info p a {
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.common-text-sub, header .main-header .affix-icons__holder .cart-holder .my-cart-total__description > label, .c-contact_section .contact__content p, .hero-inner .hero-content .h1, .c-solutions .form_container .form_panels .panel .cards .card-content__body .subtitle, .c-industry_product .content .carousel__item .card-content__body .subtitle {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.common-secondary-sub {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.common-button, .c-speak_and_chatbot .button_container .for_expert_list li a, .common-button-text a, header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > a.o-button-al, header .main-header .affix-icons__holder .login-holder > ul > li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 130%;
}

.common-h6, header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > .h6 a, header .main-header .affix-icons__holder .search-holder__content .classic-form .form-group input, .home .hero-section .hero-content > p, .hero-section .hero-content > p, .hero-inner .hero-content p, .c-solutions .form_container .form_panels .panel .cards .card-content__body .title, .c-industry_product .content .carousel__item .card-content__body .title {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
}

.common-button-text a {
  color: #23419A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common-button-text a::after {
  content: url(../src/images/icons/right-arrow.svg);
  margin-left: 10px;
  height: 16px;
  width: 16px;
}

.common-button-text a:hover {
  color: #00A9E8;
}

.common-button-text a:hover::after {
  content: url(../src/images/icons/right-arrow-s75.svg);
}

.common-meta {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.display-1 {
  font-style: normal;
  font-weight: normal;
  font-size: 88px;
  line-height: 80%;
}

.display-2 {
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 80%;
}

.display-3 {
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 110%;
}

.display-4 {
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 100%;
}

.display-5 {
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 95%;
}

.display-6 {
  font-style: normal;
  font-weight: normal;
  font-size: 58px;
  line-height: 95%;
}

.display-7 {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
}

.display-8 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 110%;
}

.display-9 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 110%;
}

.meta-3 {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-border-top {
  border-top: 1px solid #E7E7E7;
  margin: 0 auto;
  max-width: 1190px;
  width: 89.334%;
}

@media only screen and (min-width: 769px) {
  .footer-border-top {
    width: 88%;
  }
}

.section_background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#e9eef4));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e9eef4 100%);
}

.ic-account {
  content: url("images/icons/account.svg");
}

.ic-search {
  content: url("images/icons/search.svg");
}

.ic-transaction {
  content: url("images/icons/transactions.svg");
}

.ic-quote {
  content: url("images/icons/quote.svg");
}

.ic-warning {
  content: url("images/icons/ic-warning.svg");
}

.ic-arrow-left {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/chevron-left-arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-arrow-right {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/chevron-right-arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-chatbot {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/chatbot.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-arrow-down {
  content: url("images/icons/arrow-down.svg");
}

.ic-book {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/book.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-check-circle {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-check-circle.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-speak-expert {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-speak-expert.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-product-inquiry {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-product-inquiry.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-service-inquiry {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-service-inquiry.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-customer-support {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-customer-support.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-arrow-right-red {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-arrow-right-red.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-learn-more {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-learn-more.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-fb {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-fb.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-twitter {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-twitter.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-copy {
  display: inline-block;
  content: '';
  -webkit-mask: url("images/icons/ic-copy.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
}

.ic-arrow-left-red {
  content: url("images/icons/arrow-left-red.svg");
}

.classic-form .form-group {
  position: relative;
  margin-bottom: 16px;
}

.classic-form .form-group input {
  padding-left: 16px;
  padding-right: 19px;
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #575757;
}

.classic-form .form-group input::-webkit-input-placeholder {
  color: #A7A7A7;
}

.classic-form .form-group input::-moz-placeholder {
  color: #A7A7A7;
}

.classic-form .form-group input::-ms-input-placeholder {
  color: #A7A7A7;
}

.classic-form .form-group input::placeholder {
  color: #A7A7A7;
}

.classic-form .form-group input:focus {
  border: 1px solid #4A8BED;
  border-radius: 5px;
}

.classic-form .form-group input.is-invalid {
  border: 1px solid #EC2D2D;
}

.classic-form .form-group .error-message {
  color: #EC2D2D;
  font-size: 12px;
  letter-spacing: initial;
  margin-top: 8px;
}

.classic-form .form-group.with-search {
  margin-bottom: 0;
  position: relative;
}

.classic-form .form-group.with-search::before {
  content: url(../src/images/icons/search-input.svg);
  height: 16px;
  position: absolute;
  top: 10px;
  width: 16px;
  left: 18px;
}

.classic-form .form-group.with-search > input {
  padding-left: 48px;
  padding-top: 15px;
  padding-bottom: 9px;
}

.classic-form .form-group.with-search label {
  color: #333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.o-form-control {
  width: 100%;
  padding: 11px 16px 8px !important;
  color: #333;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  border: 1px solid #D7D7D7;
}

.o-form-control::-webkit-input-placeholder {
  color: #A7A7A7;
}

.o-form-control::-moz-placeholder {
  color: #A7A7A7;
}

.o-form-control::-ms-input-placeholder {
  color: #A7A7A7;
}

.o-form-control::placeholder {
  color: #A7A7A7;
}

.o-form-control.invalid {
  border-color: #e36464;
  color: #e36464;
}

.o-form-group {
  margin-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-form-group label {
  margin-bottom: 8px;
  width: 100%;
  display: block;
}

.o-form-group.with-prefix > .prefix {
  width: 66px !important;
  margin-right: 8px;
}

.o-form-group.with-prefix > input:last-child {
  width: calc(100% - 74px);
}

.o-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  line-height: 0;
}

.box > *.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 320px) {
  .box > *.mb-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (1 * 100%) / 12);
            flex: 0 0 calc( (1 * 100%) / 12);
  }
  .box > *.mb-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (2 * 100%) / 12);
            flex: 0 0 calc( (2 * 100%) / 12);
  }
  .box > *.mb-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (3 * 100%) / 12);
            flex: 0 0 calc( (3 * 100%) / 12);
  }
  .box > *.mb-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (4 * 100%) / 12);
            flex: 0 0 calc( (4 * 100%) / 12);
  }
  .box > *.mb-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (5 * 100%) / 12);
            flex: 0 0 calc( (5 * 100%) / 12);
  }
  .box > *.mb-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (6 * 100%) / 12);
            flex: 0 0 calc( (6 * 100%) / 12);
  }
  .box > *.mb-col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (7 * 100%) / 12);
            flex: 0 0 calc( (7 * 100%) / 12);
  }
  .box > *.mb-col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (8 * 100%) / 12);
            flex: 0 0 calc( (8 * 100%) / 12);
  }
  .box > *.mb-col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (9 * 100%) / 12);
            flex: 0 0 calc( (9 * 100%) / 12);
  }
  .box > *.mb-col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (10 * 100%) / 12);
            flex: 0 0 calc( (10 * 100%) / 12);
  }
  .box > *.mb-col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (11 * 100%) / 12);
            flex: 0 0 calc( (11 * 100%) / 12);
  }
  .box > *.mb-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (12 * 100%) / 12);
            flex: 0 0 calc( (12 * 100%) / 12);
  }
}

@media (min-width: 769px) {
  .box > *.tb-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (1 * 100%) / 12);
            flex: 0 0 calc( (1 * 100%) / 12);
  }
  .box > *.tb-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (2 * 100%) / 12);
            flex: 0 0 calc( (2 * 100%) / 12);
  }
  .box > *.tb-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (3 * 100%) / 12);
            flex: 0 0 calc( (3 * 100%) / 12);
  }
  .box > *.tb-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (4 * 100%) / 12);
            flex: 0 0 calc( (4 * 100%) / 12);
  }
  .box > *.tb-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (5 * 100%) / 12);
            flex: 0 0 calc( (5 * 100%) / 12);
  }
  .box > *.tb-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (6 * 100%) / 12);
            flex: 0 0 calc( (6 * 100%) / 12);
  }
  .box > *.tb-col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (7 * 100%) / 12);
            flex: 0 0 calc( (7 * 100%) / 12);
  }
  .box > *.tb-col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (8 * 100%) / 12);
            flex: 0 0 calc( (8 * 100%) / 12);
  }
  .box > *.tb-col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (9 * 100%) / 12);
            flex: 0 0 calc( (9 * 100%) / 12);
  }
  .box > *.tb-col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (10 * 100%) / 12);
            flex: 0 0 calc( (10 * 100%) / 12);
  }
  .box > *.tb-col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (11 * 100%) / 12);
            flex: 0 0 calc( (11 * 100%) / 12);
  }
  .box > *.tb-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (12 * 100%) / 12);
            flex: 0 0 calc( (12 * 100%) / 12);
  }
}

@media (min-width: 924px) {
  .box > *.dt-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (1 * 100%) / 12);
            flex: 0 0 calc( (1 * 100%) / 12);
  }
  .box > *.dt-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (2 * 100%) / 12);
            flex: 0 0 calc( (2 * 100%) / 12);
  }
  .box > *.dt-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (3 * 100%) / 12);
            flex: 0 0 calc( (3 * 100%) / 12);
  }
  .box > *.dt-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (4 * 100%) / 12);
            flex: 0 0 calc( (4 * 100%) / 12);
  }
  .box > *.dt-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (5 * 100%) / 12);
            flex: 0 0 calc( (5 * 100%) / 12);
  }
  .box > *.dt-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (6 * 100%) / 12);
            flex: 0 0 calc( (6 * 100%) / 12);
  }
  .box > *.dt-col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (7 * 100%) / 12);
            flex: 0 0 calc( (7 * 100%) / 12);
  }
  .box > *.dt-col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (8 * 100%) / 12);
            flex: 0 0 calc( (8 * 100%) / 12);
  }
  .box > *.dt-col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (9 * 100%) / 12);
            flex: 0 0 calc( (9 * 100%) / 12);
  }
  .box > *.dt-col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (10 * 100%) / 12);
            flex: 0 0 calc( (10 * 100%) / 12);
  }
  .box > *.dt-col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (11 * 100%) / 12);
            flex: 0 0 calc( (11 * 100%) / 12);
  }
  .box > *.dt-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( (12 * 100%) / 12);
            flex: 0 0 calc( (12 * 100%) / 12);
  }
}

.o-button, .o-button-full, .o-button-default, .o-button-default-white, .o-button-full-white-before {
  font-family: "Toshiba Sans", sans-serif;
  padding: 12px 12px 7px;
  text-align: center;
  letter-spacing: 0.02em;
  border: 0;
  border-radius: 100px;
  width: 100%;
}

.o-button:hover, .o-button-full:hover, .o-button-default:hover, .o-button-default-white:hover, .o-button-full-white-before:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
          box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
  background-color: #00A9E8;
  color: #ffffff;
}

.o-button-full {
  background-color: #23419A;
  color: #ffffff;
}

.o-button-full:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
          box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
}

.o-button-default {
  background-color: transparent;
  border: 1px solid #23419A;
  color: #23419A;
}

.o-button-default:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
          box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
  border: none;
}

.o-button-default-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.o-button-default-white:hover {
  border: 1px solid #00A9E8;
}

.o-button-full-white-before {
  background-color: #ffffff;
  color: #23419A;
  position: relative;
}

.o-button-full-white-before::before {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #23419A;
  position: absolute;
  right: 18px;
  top: 35px;
}

.o-button-full-white-before:hover::before {
  background-color: #ffffff;
}

.o-df-ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.o-df-ar::after {
  content: url(../src/images/icons/right-arrow.svg);
}

.o-button-al {
  position: relative;
}

.o-button-al::before {
  content: url(../src/images/icons/arrow-left.svg);
}

.o-df-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.o-df-ad::after {
  content: url(../src/images/icons/arrow-down.svg);
}

.o-button-tag {
  padding: 9.5px 12px;
  background: #CEE7E0;
  border: 1px solid #CEE7E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00906D;
  margin: 0 8px 8px 0;
}

@media (min-width: 924px) {
  .o-button-tag:hover {
    background: #00906D;
    color: #ffffff;
  }
}

.o-button-article {
  border: 1px solid #00A9E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  color: #00A9E8;
  font-size: 14px;
  padding: 7px 8px 2px;
  cursor: pointer;
}

.o-button-article:hover {
  color: #ffffff;
  background-color: #00A9E8;
}

.o-button-secondary-default {
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
}

.o-button-secondary-default:hover {
  color: #ffffff;
  background-color: #00A9E8;
  border: 1px solid #00A9E8;
}

.o-modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  padding: 50px 0;
  margin-left: 16px;
  margin-right: 16px;
}

.o-modal-content {
  width: 100%;
  max-width: 878px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.o-modal.active {
  opacity: 1;
  visibility: visible;
}

.o-modal__details {
  text-align: center;
  width: 377px;
  padding: 0 16px;
}

.o-modal .h3 {
  color: #23419A;
  text-align: center;
  margin-bottom: 8px;
  font-size: 32px;
}

@media (min-width: 769px) {
  .o-modal .h3 {
    font-size: 40px;
  }
}

.o-modal button.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 16px;
}

.o-modal button.modal-close > svg {
  stroke: #23419A;
}

.o-modal button {
  line-height: 130%;
  letter-spacing: 0.02em;
  padding: 15px 0;
}

.o-modal hr {
  background-color: #C7C7C7;
  border: none;
  height: 1px;
  margin: 0;
  width: 100%;
}

.o-modal a {
  color: #23419A;
}

.inquiry-modal {
  z-index: 17;
  overflow: hidden;
}

@media (max-width: 768px) {
  .inquiry-modal {
    top: 280px;
    left: 0;
    right: 0;
    bottom: unset;
    padding: 0 16px;
    margin: 0;
  }
}

.inquiry-modal .o-modal-content {
  max-width: 343px;
  height: 316px;
  border-radius: 0;
}

@media (min-width: 769px) {
  .inquiry-modal .o-modal-content {
    max-width: 728px;
    height: unset;
  }
}

@media (max-width: 768px) {
  .inquiry-modal .o-modal-content .content-holder {
    height: 316px;
  }
  .inquiry-modal .o-modal-content .content-holder .content {
    height: 316px;
  }
}

.inquiry-modal .modal-container {
  position: relative;
}

.inquiry-modal .modal-container > button.modal-close {
  z-index: 1;
}

.inquiry-modal .modal-container > button.modal-close:hover > svg path {
  stroke-width: 2;
}

.inquiry-modal .modal-container .content-holder .content {
  padding: 72px 24px 40px;
  text-align: center;
}

@media (min-width: 769px) {
  .inquiry-modal .modal-container .content-holder .content {
    padding: 77px 102px;
  }
}

.inquiry-modal .modal-container .content-holder .content h3 {
  font-weight: 400;
  color: #202020;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .inquiry-modal .modal-container .content-holder .content h3 {
    font-size: 32px;
    line-height: 101%;
  }
}

.inquiry-modal .modal-container .content-holder .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #575757;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .inquiry-modal .modal-container .content-holder .content p {
    font-size: 16px;
    line-height: 110%;
  }
}

.inquiry-modal .modal-container .content-holder .content p a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  color: #E61E1E;
}

@media (max-width: 768px) {
  .inquiry-modal .modal-container .content-holder .content p a {
    line-height: 110%;
    letter-spacing: 0.01em;
  }
}

.inquiry-modal .modal-container .content-holder .content p a::after {
  content: "";
  background-color: #E61E1E;
  bottom: -2px;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
}

@media (min-width: 924px) {
  .inquiry-modal .modal-container .content-holder .content p a:hover {
    color: #A60404;
  }
  .inquiry-modal .modal-container .content-holder .content p a:hover::after {
    background-color: #A60404;
  }
}

.inquiry-modal .modal-container .content-holder .content .o-button, .inquiry-modal .modal-container .content-holder .content .o-button-full, .inquiry-modal .modal-container .content-holder .content .o-button-default, .inquiry-modal .modal-container .content-holder .content .o-button-default-white, .inquiry-modal .modal-container .content-holder .content .o-button-full-white-before {
  padding: 11px 47px;
  width: 100%;
  max-width: 158px;
  height: 44px;
  line-height: unset;
  background-color: #E61E1E;
  border-radius: 0;
}

@media (max-width: 768px) {
  .inquiry-modal .modal-container .content-holder .content .o-button, .inquiry-modal .modal-container .content-holder .content .o-button-full, .inquiry-modal .modal-container .content-holder .content .o-button-default, .inquiry-modal .modal-container .content-holder .content .o-button-default-white, .inquiry-modal .modal-container .content-holder .content .o-button-full-white-before {
    max-width: 294px;
  }
}

.inquiry-modal .modal-container .content-holder .content .o-button span, .inquiry-modal .modal-container .content-holder .content .o-button-full span, .inquiry-modal .modal-container .content-holder .content .o-button-default span, .inquiry-modal .modal-container .content-holder .content .o-button-default-white span, .inquiry-modal .modal-container .content-holder .content .o-button-full-white-before span {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

@media (min-width: 924px) {
  .inquiry-modal .modal-container .content-holder .content .o-button:hover, .inquiry-modal .modal-container .content-holder .content .o-button-full:hover, .inquiry-modal .modal-container .content-holder .content .o-button-default:hover, .inquiry-modal .modal-container .content-holder .content .o-button-default-white:hover, .inquiry-modal .modal-container .content-holder .content .o-button-full-white-before:hover {
    background-color: #A60404;
  }
}

#page {
  padding-top: 68px;
  -webkit-transition: padding-top .2s ease-in;
  transition: padding-top .2s ease-in;
}

@media (min-width: 769px) {
  #page {
    padding-top: 98px;
  }
}

@media only screen and (max-width: 1098px) and (min-width: 769px) {
  #page {
    padding-top: 70px;
  }
}

header {
  background-color: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

@media (min-width: 769px) {
  header {
    display: block;
  }
}

header.sticky-menu {
  position: fixed;
  width: 100%;
  z-index: 13;
  padding-top: 0px;
  top: 0;
}

header.active {
  z-index: 5;
}

header .main-header {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

header .main-header .o-container {
  max-width: 1366px;
  padding: 0 16px;
}

@media (min-width: 769px) {
  header .main-header .o-container {
    padding: 0 40px;
  }
}

header .main-header .affix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 68px;
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix {
    height: 98px;
  }
}

@media (min-width: 769px) {
  header .main-header .affix {
    gap: 45px;
  }
}

@media only screen and (max-width: 1364px) and (min-width: 769px) {
  header .main-header .affix {
    gap: unset;
  }
}

header .main-header .affix-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

header .main-header .affix-content .logo-container {
  width: 90.86px;
  height: 27.81px;
}

@media (min-width: 769px) {
  header .main-header .affix-content .logo-container {
    width: 106px;
    height: 32.45px;
  }
}

header .main-header .affix-content .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .main-header .affix-content a figure {
  width: 76.65px;
  height: 30.96px;
  margin: 2.16px auto 2.88px;
}

@media (min-width: 769px) {
  header .main-header .affix-content a figure {
    width: 107.13px;
    height: 43px;
    margin: 3.5px auto;
  }
}

header .main-header .affix-content a figure img {
  width: 100%;
  height: 100%;
}

header .main-header .affix-content__menuMob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 15px;
}

@media (min-width: 769px) {
  header .main-header .affix-content__menuMob {
    margin-right: 14px;
  }
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix-content__menuMob {
    display: none;
  }
}

header .main-header .affix-content__menuMob a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

header .main-header .affix-content__menuMob .main-mobile-menu {
  background-color: #ffffff;
  border-top: 1px solid #E7E7E7;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

header .main-header .affix-content__menuMob .main-mobile-menu .mobile-main-menu {
  display: none;
}

header .main-header .affix-content__menuMob .main-mobile-menu .mobile-main-menu.active {
  display: block;
  padding: 24px;
  height: 100vh;
}

header .main-header .affix-content__menuMob .main-mobile-menu .mobile-main-menu.active .utility_bar {
  display: block;
}

header .main-header .affix-content__menuMob .main-mobile-menu .mobile-sub-menu {
  display: none;
}

header .main-header .affix-content__menuMob .main-mobile-menu .mobile-sub-menu.active {
  display: block;
  padding: 24px;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul:first-child li {
  font-family: "Toshiba Sans", sans-serif !important;
  padding: 8px 0;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul:first-child li:first-child {
  padding-top: 0;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul:first-child li:last-child {
  padding-bottom: 0;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul:first-child li a {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > a.o-button-al {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  color: #333333;
  line-height: 140%;
  font-weight: 400;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > .h6 {
  margin: 24px 0;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > .h6 a {
  color: #E61E1E;
  font-size: 18px;
  font-weight: 400;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > .text-desc {
  margin-top: 12px;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > .text-desc a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu p {
  color: #333333;
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: unset;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu p a {
  color: #333333;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu .span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #575757;
  margin-top: 8px;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu .for_contact {
  margin-top: 24px;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu .for_contact a {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: unset;
  color: #333333;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu .for_contact p {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #575757;
  margin-top: 8px;
  letter-spacing: unset;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu .divider {
  border: 1px solid #E8E9F1;
  margin-top: 24px;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > ul {
  display: none;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > ul.active {
  display: block;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > ul > li {
  padding-top: 8px;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > ul > li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > a.o-df-ar {
  color: #23419A;
  margin-top: 24px;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu ul.show-submenu {
  display: block;
  margin-top: 24px;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu ul.show-submenu li:first-child {
  padding-top: 0;
}

header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu ul.show-submenu li a {
  color: #575757;
}

header .main-header .affix-content__menuMob .main-mobile-menu .o-button-al::before {
  padding-right: 10px;
  height: 16px;
}

header .main-header .affix-content .affix-menu {
  display: none;
  height: 100%;
  margin-left: 45px;
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix-content .affix-menu {
    display: block;
  }
}

header .main-header .affix-content .affix-menu nav {
  height: 100%;
}

header .main-header .affix-content .affix-menu nav .menu-main-menu-container {
  height: 100%;
}

header .main-header .affix-content .affix-menu nav ul.main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li {
  font-family: "Toshiba Sans", sans-serif !important;
  height: 100%;
  margin: 0 16px;
}

@media only screen and (max-width: 1310px) and (min-width: 769px) {
  header .main-header .affix-content .affix-menu nav ul.main-menu > li {
    margin: 0 8px;
  }
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li:first-child {
  margin-left: 0;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li:last-child {
  margin-right: 0;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  color: #575757;
  height: 100%;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  outline: 0;
  letter-spacing: 0.02em;
  padding: 38px 0;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li:hover > a::after {
  content: "";
  background-color: #E61E1E;
  bottom: 0;
  height: 2px;
  position: absolute;
  width: 100%;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li:hover .default-submenu {
  visibility: visible;
  opacity: 1;
  max-height: calc(100vh - 143px);
  overflow-y: auto;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li:hover .default-submenu::-webkit-scrollbar {
  display: none;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li.active > a::after {
  content: "";
  background-color: #E61E1E;
  bottom: 0;
  height: 2px;
  position: absolute;
  width: 100%;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity, visibility .3s ease;
  transition: opacity, visibility .3s ease;
  background-color: #ffffff;
  left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  width: 100%;
  border-top: 1px solid #E7E7E7;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .o-container {
  max-width: 1366px;
  padding: 0 88px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > .h6 {
  margin-bottom: 8px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > .h6 > a {
  color: #333333;
  position: relative;
  font-weight: 500;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > .h6 > a:hover::after {
  content: "";
  background-color: #E61E1E;
  bottom: 0;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  height: 140px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > ul > li {
  margin-bottom: 8px;
  text-transform: inherit;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > ul > li:last-child {
  margin-bottom: 0;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > ul > li a {
  font-weight: 400;
  line-height: 140%;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > ul > li a:hover {
  color: #E61E1E;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder .common-button-text {
  margin-left: auto;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  padding-bottom: 24px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-holder__content {
  width: 25%;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-holder__content.for_airsolutions {
  width: 25%;
  position: relative;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-holder__content.for_airsolutions.half_width {
  width: 50%;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-holder__content p {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #575757;
  max-width: 258px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces {
  padding-top: 24px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces a {
  margin-top: 24px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces a:not(:nth-of-type(4n + 4)) {
  margin-right: 24px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces a:nth-child(1), header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces a:nth-child(2), header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces a:nth-child(3), header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces a:nth-child(4) {
  margin-top: 0;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces a:last-child {
  margin-right: 0;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item .common-text-body-1, header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu p, header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item p, header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > ul > li a, header .main-header .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > ul > li .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item a, header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item .affix-content__menuMob .main-mobile-menu ul.mobile-sub-menu > a.o-df-ar, header .main-header .affix-content__menuMob .main-mobile-menu .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item ul.mobile-sub-menu > a.o-df-ar, header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item .default-submenu .default-holder__content > ul > li a, header .main-header .affix-content .affix-menu nav ul.main-menu > li .default-submenu .default-holder__content > ul > li .standard-spaces .spaces-holder__item a, header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item .primary__article .article-holder__details p a, header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details p .standard-spaces .spaces-holder__item a, header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item .cc-main__holder .cc-faq ul li a, header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-faq ul li .standard-spaces .spaces-holder__item a, header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item .affix-icons__holder .search-holder__content .classic-form .initial-result p, header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item p, header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item .affix-icons__holder .search-holder__content .classic-form .initial-result__details .result-product p, header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result__details .result-product .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item p {
  color: #333333;
  margin-top: 16px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item figure {
  height: 96px;
  width: 279.5px;
}

@media only screen and (max-width: 1365px) and (min-width: 1024px) {
  header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .spaces-holder__item figure {
    width: 255px;
  }
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard-spaces .h4 {
  color: #333333;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .standard .footer-border-top {
  width: 100%;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary {
  padding-bottom: 40px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary .container {
  padding-right: 59px;
  position: relative;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary .container::after {
  content: '';
  width: 1px;
  height: calc(100% + 16px);
  border-right: 1px solid #E7E7E7;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary .container .primary-content {
  width: 258px;
  position: relative;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary .container .primary-content h6 {
  margin-bottom: 8px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary .container .primary-content h6 a {
  color: #333333;
  font-weight: 500;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0 36px 62px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder:last-child {
  margin-bottom: 0;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder figure {
  height: 103px;
  width: 140px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details {
  padding-left: 12px;
  max-width: 318px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details p a {
  font-family: "Toshiba Sans", sans-serif;
  color: #575757;
  line-height: 140%;
  font-weight: 400;
  font-size: 16px;
  display: block;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details p a:hover {
  color: #E61E1E;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details .date-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details .date-info p {
  font-family: "Roboto Mono", sans-serif;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-right: 12px;
  margin-bottom: 0;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details .date-info a {
  position: relative;
  padding-left: 12px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #979797;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .primary__article .article-holder__details .date-info a::before {
  content: '';
  border-right: 1px solid #E7E7E7;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main {
  padding-top: 64px;
  padding-bottom: 38px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus span {
  color: #202020;
  font-size: 14px;
  margin-bottom: 16px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 258px;
  margin-bottom: 24px;
  margin-right: 40px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details a {
  background-color: #F9FCFD;
  border-radius: 50%;
  height: 88px;
  width: 88px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details a svg {
  fill: #00A9E8;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details:hover > a {
  background-color: #00A9E8;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details:hover > a svg {
  fill: #ffffff;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details .cc-description {
  margin-left: 8px;
  width: 162px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details .cc-description .h6 {
  color: #23419A;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details .cc-description p {
  color: #333333;
  font-size: 12px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details .cc-description p > a {
  color: #333333;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-menus__holder--details .cc-description p > a:hover {
  color: #00A9E8;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-faq {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 446px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-faq .h6 {
  color: #23419A;
  padding-top: 12px;
  margin-bottom: 10px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-faq ul li {
  margin-bottom: 12px;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-faq ul li a {
  color: #575757;
}

header .main-header .affix-content .affix-menu nav ul.main-menu > li .cc-main__holder .cc-faq ul li:last-child {
  margin-bottom: 45px;
}

header .main-header .affix-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

header .main-header .affix-icons::before {
  content: none;
  border: 0.5px solid #E7E7E7;
  height: 44px;
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix-icons::before {
    content: '';
  }
}

header .main-header .affix-icons .affix-icon-login {
  position: relative;
}

header .main-header .affix-icons .affix-icon-login span {
  position: relative;
}

header .main-header .affix-icons .affix-icon-transaction span {
  position: relative;
}

header .main-header .affix-icons .affix-icon-transaction .affix-transaction {
  color: #575757;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

header .main-header .affix-icons__holder {
  height: 100%;
  margin: 0 12px;
}

@media (min-width: 924px) {
  header .main-header .affix-icons__holder {
    margin: 0 20px;
  }
}

header .main-header .affix-icons__holder button {
  padding: 0;
}

header .main-header .affix-icons__holder .affix-search {
  display: none;
}

@media (min-width: 924px) {
  header .main-header .affix-icons__holder .affix-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .main-header .affix-icons__holder.highlight .button-holder svg {
  fill: #00A9E8;
  background-color: #F6F9FA;
  padding: 5px 6px 7px 6px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

header .main-header .affix-icons__holder.highlight .button-holder:hover svg {
  fill: #00A9E8;
  background-color: #F6F9FA;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

header .main-header .affix-icons__holder.highlight .button-holder > div {
  padding-left: 0;
}

header .main-header .affix-icons__holder.highlight .affix-search {
  color: #00A9E8;
}

header .main-header .affix-icons__holder.active {
  margin: 0 6px;
}

@media (min-width: 924px) {
  header .main-header .affix-icons__holder.active {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix-icons__holder.active {
    margin: 0 12px;
  }
}

header .main-header .affix-icons__holder.active .button-holder span {
  padding: 5px 6px 7px 6px;
  width: 32px;
  height: 32px;
}

header .main-header .affix-icons__holder.active .button-holder span svg {
  fill: #00A9E8;
}

header .main-header .affix-icons__holder.active .button-holder:hover span svg {
  fill: red;
}

header .main-header .affix-icons__holder.active .button-holder > div {
  padding-left: 0;
}

header .main-header .affix-icons__holder.active .affix-search {
  color: #00A9E8;
}

header .main-header .affix-icons__holder:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix-icons__holder:first-child {
    margin-left: 45px;
  }
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix-icons__holder {
    margin: 0 12px;
  }
}

header .main-header .affix-icons__holder:last-child {
  margin-right: 16px;
}

@media (max-width: 768px) {
  header .main-header .affix-icons__holder:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1364px) and (min-width: 769px) {
  header .main-header .affix-icons__holder:last-child {
    margin-right: 0;
  }
}

header .main-header .affix-icons__holder:last-child .button-holder:hover svg {
  stroke: red;
  stroke-width: 1.5;
  fill: #00A9E8;
  background-color: #F6F9FA;
}

header .main-header .affix-icons__holder > a > button > div {
  display: none;
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix-icons__holder > a > button > div {
    display: block;
  }
}

header .main-header .affix-icons__holder > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  font-family: "Toshiba Sans", sans-serif !important;
  height: 100%;
  padding: 0;
}

header .main-header .affix-icons__holder > button > div {
  display: none;
}

@media only screen and (min-width: 1099px) {
  header .main-header .affix-icons__holder > button > div {
    display: block;
  }
}

header .main-header .affix-icons__holder:first-child .button-holder span {
  padding: 5px 6px 7px 6px;
  width: 32px;
  height: 32px;
}

header .main-header .affix-icons__holder:first-child.active .button-holder svg {
  fill: #00A9E8;
}

header .main-header .affix-icons__holder .button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  height: 100%;
  border: none;
  background: transparent;
}

header .main-header .affix-icons__holder .button-holder span {
  padding: 5px 6px 7px 6px;
  width: 32px;
  height: 32px;
}

@media (max-width: 768px) {
  header .main-header .affix-icons__holder .button-holder span .ic-search {
    content: url("images/icons/search-black.svg");
  }
  header .main-header .affix-icons__holder .button-holder span .ic-account {
    content: url("images/icons/account-black.svg");
  }
  header .main-header .affix-icons__holder .button-holder span .ic-transaction {
    content: url("images/icons/transactions-black.svg");
  }
}

header .main-header .affix-icons__holder .button-holder:hover {
  color: #E61E1E;
}

header .main-header .affix-icons__holder .button-holder:hover .affix-search, header .main-header .affix-icons__holder .button-holder:hover .affix-login, header .main-header .affix-icons__holder .button-holder:hover .affix-transaction {
  color: #E61E1E;
}

header .main-header .affix-icons__holder .affix-search, header .main-header .affix-icons__holder .affix-login {
  color: #575757;
  line-height: 140%;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}

header .main-header .affix-icons__holder .search-holder {
  display: none;
  background-color: #fff;
  left: 0;
  padding: 40px 0 45px;
  position: absolute;
  border-top: 1px solid #E7E7E7;
  width: 100%;
}

@media (min-width: 924px) {
  header .main-header .affix-icons__holder .search-holder {
    padding: 40px 0 90px;
  }
}

header .main-header .affix-icons__holder .search-holder .o-container {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 769px) {
  header .main-header .affix-icons__holder .search-holder .o-container {
    padding-left: 102px;
    padding-right: 102px;
  }
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .form-group {
  margin: 0;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .form-group::before {
  content: url(../src/images/icons/search-input.svg);
  height: 20px;
  position: absolute;
  top: 1px;
  width: 20px;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .form-group input {
  border: none;
  border-bottom: 1px solid #E8E9F1;
  border-radius: 0;
  color: #575757;
  font-family: "Toshiba Sans", sans-serif !important;
  padding: 0 0 11px 32px;
  width: 100%;
  font-size: 18px;
}

@media (min-width: 769px) {
  header .main-header .affix-icons__holder .search-holder__content .classic-form .form-group input {
    font-size: 22px;
  }
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder {
  padding-top: 24px;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder__container span {
  color: #333333;
  font-size: 14px;
  margin-bottom: 8px;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder__container .link-buttons {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -8px;
}

@media (min-width: 769px) {
  header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder__container .link-buttons {
    margin-bottom: unset;
  }
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder__container .link-buttons a {
  color: #23419A;
  margin-bottom: 8px;
}

@media (min-width: 924px) {
  header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder__container .link-buttons a {
    margin-bottom: 0;
  }
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder__container .link-buttons a:hover {
  background-color: #23419A;
  color: #ffffff;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder .quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder .most-searched {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder .o-button-default {
  font-size: 12px;
  line-height: 100%;
  width: auto;
  margin-right: 8px;
  padding: 8.5px 12px;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .links-holder .o-button-default:last-child {
  margin-right: 0;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result {
  padding-top: 24px;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result button.common-button {
  color: #23419A;
  display: block;
  margin-bottom: 16px;
  padding: 0;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result .hidden-desktop p {
  padding-bottom: 16px;
  margin: 0;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result p {
  margin-bottom: 16px;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result p:last-child {
  margin-bottom: 0;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result__details .result-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result__details .result-product figure {
  width: 97px;
  height: 86px;
  margin-right: 27px;
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result__details .result-product p {
  margin-left: 16px;
}

@media (min-width: 924px) {
  header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result__details .result-product p {
    margin-left: 24px;
  }
}

header .main-header .affix-icons__holder .search-holder__content .classic-form .initial-result__details .result-price {
  color: #575757;
}

header .main-header .affix-icons__holder .login-holder {
  background-color: #fff;
  position: absolute;
  right: -60px;
}

@media (min-width: 924px) {
  header .main-header .affix-icons__holder .login-holder {
    right: -58px;
  }
}

header .main-header .affix-icons__holder .login-holder > ul {
  width: 175px;
}

header .main-header .affix-icons__holder .login-holder > ul > li {
  padding: 13px 0 11px 16px;
}

header .main-header .affix-icons__holder .login-holder > ul > li a {
  color: #575757;
  line-height: 140%;
}

header .main-header .affix-icons__holder .login-holder > ul > li:hover a {
  color: #E61E1E;
}

header .main-header .affix-icons__holder .login-holder .user-out {
  display: none;
}

header .main-header .affix-icons__holder .login-holder .user-in {
  display: none;
  width: 240px;
}

header .main-header .affix-icons__holder .cart-holder {
  display: none;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(72, 74, 96, 0.15));
          filter: drop-shadow(0px 0px 20px rgba(72, 74, 96, 0.15));
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 438px;
}

header .main-header .affix-icons__holder .cart-holder .my-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F9FCFD;
  border-bottom: 1px solid #D7D7D7;
  padding: 24px 16px 16px 24px;
}

header .main-header .affix-icons__holder .cart-holder .my-cart h6 {
  color: #575757;
  font-style: normal;
  font-weight: normal;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-items__holder {
  border-bottom: 1px solid #D7D7D7;
  padding: 16px 16px 24px 16px;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-items__holder .item-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-items__holder .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-items__holder .item-content__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  width: 226px;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-items__holder .item-content__description p {
  line-height: 99%;
  margin: 0;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-items__holder .item-content__price {
  line-height: 99%;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-total {
  padding: 24px;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-total__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-total__description > h6 {
  color: #23419A;
  font-style: normal;
  font-weight: normal;
}

header .main-header .affix-icons__holder .cart-holder .my-cart-total > button.o-button-default {
  margin-bottom: 16px;
}

header .main-header .affix-icons__holder.active .user-in.d-blocked, header .main-header .affix-icons__holder.active .user-out.d-blocked {
  display: block;
}

header .main-header .affix-icons__holder.active .search-holder {
  display: block;
}

header .main-header .affix-icons__holder.active .cart-holder {
  display: block;
}

.site-footer {
  background-color: #202020;
  position: relative;
}

.site-footer .o-container {
  padding: 45px 16px 40px;
}

@media (min-width: 924px) {
  .site-footer .o-container {
    padding-top: 40px;
    padding-left: 88px;
    padding-right: 88px;
  }
}

.site-footer .connect_with_us {
  width: 100%;
  height: 490px;
  display: block;
}

@media (min-width: 769px) {
  .site-footer .connect_with_us {
    height: 342px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(80, 80, 84, 0)), to(#505054)), var(--img-background);
    background: linear-gradient(90deg, rgba(80, 80, 84, 0) 0%, #505054 100%), var(--img-background);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .site-footer .connect_with_us {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(80, 80, 84, 0)), color-stop(71.73%, #505054)), var(--img-background-mobile);
    background: linear-gradient(360deg, rgba(80, 80, 84, 0) 0%, #505054 71.73%), var(--img-background-mobile);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.site-footer .connect_with_us .o-container {
  padding: 120px 16px 0;
}

@media (min-width: 769px) {
  .site-footer .connect_with_us .o-container {
    padding: 65px 0 65px 695px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .site-footer .connect_with_us .o-container {
    padding: 65px 0 65px 170px;
  }
}

.site-footer .connect_with_us.deactivate {
  display: none;
}

.site-footer .connect_with_us .motif {
  position: absolute;
  background: url("images/footer/motif-mb.png");
  background-repeat: no-repeat;
  width: 316.95px;
  height: 209px;
}

@media (min-width: 769px) {
  .site-footer .connect_with_us .motif {
    background: url("images/footer/motif.png");
    background-repeat: no-repeat;
    width: 425px;
    height: 280.25px;
  }
}

.site-footer .connect_with_us .content {
  position: relative;
  width: 100%;
}

@media (min-width: 769px) {
  .site-footer .connect_with_us .content {
    width: 381px;
  }
}

.site-footer .connect_with_us .content h2 {
  font-family: "Toshiba Sans", sans-serif;
  color: #ffffff;
  font-size: 54px;
  line-height: 100%;
  font-weight: 400;
}

.site-footer .connect_with_us .content h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .site-footer .connect_with_us .content h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

.site-footer .connect_with_us .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: unset;
  color: #ffffff;
  margin: 16px 0 32px;
}

.site-footer .connect_with_us .content .o-button, .site-footer .connect_with_us .content .o-button-full, .site-footer .connect_with_us .content .o-button-default, .site-footer .connect_with_us .content .o-button-default-white, .site-footer .connect_with_us .content .o-button-full-white-before {
  padding: 11px 0;
  width: 100%;
  max-width: 179px;
  height: 44px;
  line-height: unset;
  background-color: #E61E1E;
  border-radius: unset;
}

.site-footer .connect_with_us .content .o-button span, .site-footer .connect_with_us .content .o-button-full span, .site-footer .connect_with_us .content .o-button-default span, .site-footer .connect_with_us .content .o-button-default-white span, .site-footer .connect_with_us .content .o-button-full-white-before span {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

@media (min-width: 924px) {
  .site-footer .connect_with_us .content .o-button:hover, .site-footer .connect_with_us .content .o-button-full:hover, .site-footer .connect_with_us .content .o-button-default:hover, .site-footer .connect_with_us .content .o-button-default-white:hover, .site-footer .connect_with_us .content .o-button-full-white-before:hover {
    background-color: #A60404;
  }
}

.site-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

@media (min-width: 769px) {
  .site-footer__logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-footer__logo .footer-logo {
  margin-bottom: 0;
  height: 50px;
}

.site-footer__logo > .social-fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .site-footer__logo > .social-fb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 769px) {
  .site-footer__logo > .social-fb {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.site-footer__logo > .social-fb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer__logo > .social-fb ul li {
  margin-right: 8px;
}

.site-footer__logo > .social-fb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer__logo > .social-fb ul li a img {
  margin-top: -8px;
}

.site-footer__logo > .social-fb span {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}

.site-footer__logo a.site-logo {
  width: 106px;
  height: 32.45px;
}

.site-footer__logo a.site-logo img {
  width: 100%;
  height: 100%;
}

.site-footer__logo a figure {
  width: 124px;
  height: 54px;
}

.site-footer__logo a figure img {
  width: 100%;
  height: 100%;
}

.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}

@media (min-width: 924px) {
  .site-footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
    margin-bottom: 43px;
  }
}

.site-footer__content .footer-info {
  margin-top: 32px;
  width: 100%;
}

@media (min-width: 924px) {
  .site-footer__content .footer-info {
    margin-top: 28.55px;
    padding-right: 47px;
    width: 25.8%;
  }
}

.site-footer__content .footer-info p {
  color: #ffffff;
  font-weight: 400;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 24px;
  position: relative;
}

@media (min-width: 769px) {
  .site-footer__content .footer-info p {
    height: 110px;
    margin-bottom: 24px;
  }
}

@media (min-width: 924px) {
  .site-footer__content .footer-info p:last-child {
    margin-bottom: 0;
  }
}

.site-footer__content .footer-info p:before {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
}

.site-footer__content .footer-info p a {
  color: #ffffff;
  font-size: 14px;
}

.site-footer__content .footer-info p a:hover {
  color: #00A9E8;
}

.site-footer__content .footer-info p.footer-address:before {
  content: url(../src/images/icons/location.svg);
}

.site-footer__content .footer-info p.footer-metro:before {
  content: url(../src/images/icons/phone-blue.svg);
}

.site-footer__content .footer-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

@media (min-width: 924px) {
  .site-footer__content .footer-menu {
    gap: 24px;
    width: 33.33%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10.55px;
  }
}

.site-footer__content .footer-menu ul {
  width: 164px;
}

.site-footer__content .footer-menu ul li {
  margin-bottom: 16px;
}

.site-footer__content .footer-menu ul li a {
  color: #ffffff;
  line-height: 140%;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.site-footer__content .footer-menu ul li:last-child {
  margin-bottom: 0;
}

.site-footer__content .footer-menu ul:first-child li:last-child {
  margin-bottom: 16px;
}

@media (min-width: 924px) {
  .site-footer__content .footer-menu ul:first-child li:last-child {
    margin-bottom: 0;
  }
}

.site-footer__content .footer-menu ul:last-child li:last-child {
  margin-bottom: 32px;
}

@media (min-width: 924px) {
  .site-footer__content .footer-menu ul:last-child li:last-child {
    margin-bottom: 0;
  }
}

.site-footer__content .footer-newsletter {
  width: 100%;
}

@media (min-width: 924px) {
  .site-footer__content .footer-newsletter {
    width: 41.66%;
    padding-left: 13px;
  }
}

.site-footer__content .footer-newsletter .h6 {
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .site-footer__content .footer-newsletter .h6 {
    font-size: 18px;
  }
}

.site-footer__content .footer-newsletter p {
  color: #ffffff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

@media (min-width: 924px) {
  .site-footer__content .footer-newsletter p {
    margin-bottom: 8px;
  }
}

.site-footer__content .footer-newsletter form.disable {
  display: none;
}

.site-footer__content .footer-newsletter form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

@media (min-width: 924px) {
  .site-footer__content .footer-newsletter form .form-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site-footer__content .footer-newsletter form .form-group input {
  margin-right: 0;
  margin-bottom: 24px;
  width: 100%;
}

@media (min-width: 924px) {
  .site-footer__content .footer-newsletter form .form-group input {
    margin-right: 24px;
    margin-bottom: 0;
    max-width: 295px;
  }
}

.site-footer__content .footer-newsletter form .form-group button {
  width: 100%;
  height: 44px;
}

@media (min-width: 924px) {
  .site-footer__content .footer-newsletter form .form-group button {
    max-width: 164px;
    height: 44px;
  }
}

.site-footer__content .footer-newsletter form .form-group .o-button-default-white {
  line-height: 140%;
  font-weight: 400;
  padding: 11px 0;
  border-radius: unset;
}

.site-footer__content .footer-newsletter form .form-group .o-button-default-white:hover {
  background-color: #E61E1E;
  border: 1px solid #E61E1E;
}

.site-footer__content .footer-newsletter form .subscribeSuccessContent .subscribe-invalid {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 57px 4px 16px;
  border-radius: 4px;
  background: #FFFFFF;
  width: 100%;
  max-width: 257px;
  margin-top: 20px;
  position: relative;
}

.site-footer__content .footer-newsletter form .subscribeSuccessContent .subscribe-invalid.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer__content .footer-newsletter form .subscribeSuccessContent .subscribe-invalid .triangle-up {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #FFFFFF;
  top: -10px;
  left: 11px;
}

.site-footer__content .footer-newsletter form .subscribeSuccessContent .subscribe-invalid i {
  height: 24px;
  width: 24px;
}

.site-footer__content .footer-newsletter form .subscribeSuccessContent .subscribe-invalid p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #EC2D2D;
  margin: 0 0 0 8px;
  letter-spacing: unset;
}

.site-footer__bottom {
  border-top: 1px solid #fff;
}

.site-footer__bottom--holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  margin-top: 32px;
}

@media (min-width: 924px) {
  .site-footer__bottom--holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 16.3px;
  }
}

.site-footer__bottom--holder .legal-pages {
  margin-bottom: 32px;
}

@media (min-width: 924px) {
  .site-footer__bottom--holder .legal-pages {
    margin-bottom: 0;
  }
}

.site-footer__bottom--holder .legal-pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer__bottom--holder .legal-pages ul li {
  margin-right: 24px;
}

@media (min-width: 924px) {
  .site-footer__bottom--holder .legal-pages ul li {
    margin-right: 24px;
  }
}

.site-footer__bottom--holder .legal-pages ul li:nth-child(3) {
  margin-right: 0;
}

.site-footer__bottom--holder .legal-pages ul li a {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
}

.site-footer__bottom--holder .copyrights p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: initial;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 924px) {
  .site-footer__bottom--holder .copyrights p {
    font-size: 14px;
  }
}

.hidden-mobile {
  display: none;
}

@media (min-width: 924px) {
  .hidden-mobile {
    display: block;
  }
}

.hidden-desktop {
  display: block;
}

@media (min-width: 924px) {
  .hidden-desktop {
    display: none;
  }
}

.c-contact-hero-banner {
  width: 100%;
  height: 490px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(80, 80, 84, 0)), color-stop(71.73%, #505054)), url("images/contact/contact-bg-mb.png"), rgba(80, 80, 84, 0.2);
  background: linear-gradient(360deg, rgba(80, 80, 84, 0) 0%, #505054 71.73%), url("images/contact/contact-bg-mb.png"), rgba(80, 80, 84, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

@media (min-width: 769px) {
  .c-contact-hero-banner {
    height: 342px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(80, 80, 84, 0)), to(#505054)), url("images/contact/contact-bg-dt.png");
    background: linear-gradient(90deg, rgba(80, 80, 84, 0) 0%, #505054 100%), url("images/contact/contact-bg-dt.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.c-contact-hero-banner .motif {
  position: absolute;
  background: url("images/contact/motif-mb.png");
  background-repeat: no-repeat;
  width: 316.95px;
  height: 209px;
}

@media (min-width: 769px) {
  .c-contact-hero-banner .motif {
    background: url("images/contact/motif.png");
    background-repeat: no-repeat;
    width: 425px;
    height: 280.25px;
  }
}

.c-contact-hero-banner .o-container .content {
  width: 100%;
  max-width: 421px;
  position: absolute;
  top: 84px;
  right: 0;
  margin-right: 250px;
}

@media (max-width: 768px) {
  .c-contact-hero-banner .o-container .content {
    top: 120px;
    max-width: 343px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.c-contact-hero-banner .o-container .content .dt {
  display: none;
}

@media (min-width: 769px) {
  .c-contact-hero-banner .o-container .content .dt {
    display: block;
  }
}

@media (min-width: 924px) {
  .c-contact-hero-banner .o-container .content .dt {
    display: block;
  }
}

.c-contact-hero-banner .o-container .content .mb {
  display: block;
}

@media (min-width: 769px) {
  .c-contact-hero-banner .o-container .content .mb {
    display: none;
  }
}

@media (min-width: 924px) {
  .c-contact-hero-banner .o-container .content .mb {
    display: none;
  }
}

.c-contact-hero-banner .o-container .content h2 {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
}

.c-contact-hero-banner .o-container .content h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-contact-hero-banner .o-container .content h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

.c-contact-hero-banner .o-container .content p {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 16px;
}

.c-contact-hero-banner .o-container .content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
}

@media (max-width: 768px) {
  .c-contact-hero-banner .o-container .content span {
    letter-spacing: 0.01em;
  }
}

.c-contact-us .o-container {
  padding: 56px 16px 0;
}

@media (min-width: 769px) {
  .c-contact-us .o-container {
    padding: 64px 0 0;
  }
}

.c-contact-us .form_container .navigation {
  margin-bottom: 80px;
}

.c-contact-us .form_container .navigation.hide {
  display: none;
}

@media (max-width: 768px) {
  .c-contact-us .form_container .navigation {
    position: relative;
    margin-bottom: 64px;
  }
}

.c-contact-us .form_container .navigation .nav-filter {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .c-contact-us .form_container .navigation .nav-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-contact-us .form_container .navigation .nav-filter span {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #202020;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .c-contact-us .form_container .navigation .filter-container {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    width: 165px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
  }
}

.c-contact-us .form_container .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .c-contact-us .form_container .navigation ul.nav-filter-list {
    display: none;
  }
  .c-contact-us .form_container .navigation ul.nav-filter-list.active {
    display: initial;
  }
  .c-contact-us .form_container .navigation ul.nav-filter-list li {
    height: 24px;
    padding: 0 16px;
    margin-right: unset;
  }
  .c-contact-us .form_container .navigation ul.nav-filter-list li a {
    font-family: "Toshiba Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: unset;
    color: #333333;
    padding: 2px 0;
  }
  .c-contact-us .form_container .navigation ul.nav-filter-list li:hover, .c-contact-us .form_container .navigation ul.nav-filter-list li.active {
    background: #F3F2F2;
  }
  .c-contact-us .form_container .navigation ul.nav-filter-list li:hover a, .c-contact-us .form_container .navigation ul.nav-filter-list li.active a {
    color: #E61E1E;
  }
  .c-contact-us .form_container .navigation ul.nav-filter-list li:hover a::after, .c-contact-us .form_container .navigation ul.nav-filter-list li.active a::after {
    display: none;
  }
}

.c-contact-us .form_container .navigation ul li {
  margin-right: 40px;
  position: relative;
}

.c-contact-us .form_container .navigation ul li:last-child {
  margin-right: 0;
}

.c-contact-us .form_container .navigation ul li a {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #979797;
}

.c-contact-us .form_container .navigation ul li:hover a, .c-contact-us .form_container .navigation ul li.active a {
  color: #202020;
  cursor: pointer;
}

.c-contact-us .form_container .navigation ul li:hover a::after, .c-contact-us .form_container .navigation ul li.active a::after {
  content: "";
  background-color: #202020;
  bottom: -3px;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
}

.c-contact-us .form_container .form_panels {
  margin: 0 auto;
}

.c-contact-us .form_container .form_panels .panel {
  display: none;
  padding: 0 0 40px;
}

@media (min-width: 769px) {
  .c-contact-us .form_container .form_panels .panel {
    padding: 0 389px 155px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-contact-us .form_container .form_panels .panel {
    padding: 0 87px 80px;
  }
}

.c-contact-us .form_container .form_panels .panel.active {
  display: block;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-contact-us .form_container .form_panels .panel.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-contact-us .form_container .form_panels .iframe {
  width: 100%;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.elq-form {
  margin: 0 auto;
}

.elq-form .container-fluid {
  padding: 0 !important;
}

.elq-form .container-fluid .row {
  margin: 0;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col {
  padding: 0 0 16px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col.no-padding {
  padding: 0;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col.pb-32 {
  padding: 0 0 16px;
}

@media (min-width: 769px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col.pb-32 {
    padding: 0 0 32px;
  }
}

.elq-form .container-fluid .row .grid-layout-col .layout-col.pb-24 {
  padding: 0 0 16px;
}

@media (min-width: 769px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col.pb-24 {
    padding: 0 0 24px;
  }
}

.elq-form .container-fluid .row .grid-layout-col .layout-col.pb-40 {
  padding-bottom: 24px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col.pb-16 {
  padding-bottom: 16px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col.pt-16 {
  padding-top: 16px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col.col-sm-3 {
  width: 24%;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col.col-sm-3 {
    width: 34%;
  }
}

.elq-form .container-fluid .row .grid-layout-col .layout-col.col-sm-9 {
  width: 74%;
}

@media (max-width: 768px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col.col-sm-9 {
    width: 70.5%;
  }
}

@media only screen and (max-width: 1920px) and (min-width: 1320px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col.col-sm-9 {
    width: 74.5%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 836px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col.col-sm-9 {
    width: 63.5%;
  }
}

@media only screen and (max-width: 835px) and (min-width: 769px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col.col-sm-9 {
    width: 73.5%;
  }
}

@media only screen and (max-width: 650px) and (min-width: 320px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col.col-sm-9 {
    width: 63.5%;
  }
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout {
  margin: 0;
  padding: 0;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row input[type="checkbox"].LV_invalid_field {
  outline: unset;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row input[type="checkbox"].LV_invalid_field::after {
  border: 1px solid #ec2d2d;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row input[type="checkbox"]:after {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #777777;
  border-radius: 2px;
  content: "";
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row input[type="checkbox"]:checked:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row .elq-item-label {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #333333;
  margin-left: 8px;
  margin-top: -3px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row .elq-item-label a {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #E61E1E;
  position: relative;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row .elq-item-label a:hover {
  text-decoration: none !important;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row .elq-item-label a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #E61E1E;
  bottom: 0;
  left: 0;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row .elq-item-label .elq-required {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #333333 !important;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .single-checkbox-row + .LV_invalid {
  margin: 0 0 0 24px !important;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 {
  padding: 0;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 #toggle-something {
  padding: 0;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .elq-heading {
  padding-top: 24px;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #A60404;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .elq-heading .chevron-arrow {
  content: '';
  -webkit-mask: url("images/icons/chevron-down-contact.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  background: #575757;
  width: 24px;
  height: 24px;
  float: right;
  margin-top: -5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (max-width: 768px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .elq-heading .chevron-arrow {
    margin-top: 2px;
  }
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .elq-heading .chevron-arrow.down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .elq-heading .chevron-arrow.up {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .elq-heading.sub-text {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 130%;
  color: #333333;
  letter-spacing: -0.01em;
  padding-top: 4px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .elq-label {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 8px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .elq-label .elq-required {
  color: #333333 !important;
  font-weight: 500;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-input {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background: #ffffff;
  height: 42px;
  width: 100%;
  max-width: 588px;
  padding: 10px 16px;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #333333;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #a7a7a7;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-input::-moz-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #a7a7a7;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #a7a7a7;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-input::placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #a7a7a7;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-input.LV_invalid_field {
  outline: unset;
  background: #ffffff;
  border: 1px solid #ec2d2d;
  border-radius: 5px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-input.text-area {
  height: 200px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-select {
  border: 1px solid #e8e9f1;
  border-radius: 5px;
  height: 42px;
  width: 100%;
  max-width: 588px;
  padding: 10px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("images/icons/ic-chevron-down-black.svg");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 13px;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #333333;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-select::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 140%;
  color: #a7a7a7;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-select::-moz-placeholder {
  font-size: 16px;
  line-height: 140%;
  color: #a7a7a7;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-select::-ms-input-placeholder {
  font-size: 16px;
  line-height: 140%;
  color: #a7a7a7;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-select::placeholder {
  font-size: 16px;
  line-height: 140%;
  color: #a7a7a7;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-select option {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #333333;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-select option:hover {
  line-height: 140%;
  color: #23419a;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-input > input {
  width: 240px !important;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control.elq-item-select {
  border: unset;
  border-radius: unset;
  padding: unset;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  background: unset;
  background-image: unset;
  background-repeat: unset;
  background-position-x: unset;
  background-position-y: unset;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control.elq-item-select .selectize-input {
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding: 10px 16px;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("images/icons/ic-chevron-down-black.svg");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 13px;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #333333;
  min-height: unset;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control.elq-item-select .selectize-input::after {
  content: none;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control.elq-item-select .selectize-input.focus {
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control .selectize-dropdown {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control .selectize-dropdown.elq-item-select {
  border: unset;
  border-radius: unset;
  padding: unset;
  height: unset;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  background: unset;
  background-image: unset;
  background-repeat: unset;
  background-position-x: unset;
  background-position-y: unset;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control .selectize-dropdown.elq-item-select .selectize-dropdown-content {
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  max-height: 400px;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control .selectize-dropdown.elq-item-select .selectize-dropdown-content .option {
  padding: 10px 16px 6px;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333 !important;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control .selectize-dropdown.elq-item-select .selectize-dropdown-content .option.active, .elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .selectize-control .selectize-dropdown.elq-item-select .selectize-dropdown-content .option:hover {
  color: #E61E1E !important;
  background-color: #F3F2F2;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .elq-item-textarea {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-family: "Founders Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333 !important;
  height: 176px;
  padding: 13px 16px !important;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .field-control-wrapper .LV_invalid_field + .elq-item-select .selectize-input {
  border: 1px solid #ec2d2d;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .LV_invalid {
  margin: 8px 0 0;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #ec2d2d;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .submit-button-style {
  -webkit-appearance: unset;
  width: 145px;
  height: 44px;
  background: #E61E1E;
  border-radius: 0;
  padding: 11px 47px;
  border: unset;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .submit-button-style:hover {
  background: #A60404;
}

@media (max-width: 768px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .submit-button-style {
    width: 145px;
  }
}

@media only screen and (max-width: 450px) and (min-width: 320px) {
  .elq-form .container-fluid .row .grid-layout-col .layout-col .form-element-layout .col-xs-12 .submit-button-style {
    width: 343px;
  }
}

.c-contact_section {
  padding-top: 0;
}

@media (max-width: 768px) {
  .c-contact_section {
    padding-top: 0;
  }
}

.c-contact_section .o-container {
  padding: 0 131px;
}

@media (max-width: 768px) {
  .c-contact_section .o-container {
    padding: 0;
  }
}

.c-contact_section .contact {
  background: #202020;
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 769px) {
  .c-contact_section .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.c-contact_section .contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

@media (max-width: 768px) {
  .c-contact_section .contact__content {
    padding: 0 16px;
  }
}

.c-contact_section .contact__content p {
  color: #E7E7E7;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 924px) {
  .c-contact_section .contact__content p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
  }
}

.c-contact_section .contact__content .h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  color: #ffffff;
}

.c-contact_section .contact__content .h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-contact_section .contact__content .h2 {
    font-size: 32px;
    line-height: 101%;
  }
}

.c-contact_section .contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .c-contact_section .contact__list {
    margin-top: 32px;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-contact_section .contact__list .card {
  width: 164px;
  height: 100%;
  padding: 20px 16px;
  background-color: #333333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) {
  .c-contact_section .contact__list .card {
    width: 258px;
    height: 221px;
    padding: 57.5px 16px;
  }
}

.c-contact_section .contact__list .card .icon-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-contact_section .contact__list .card .icon-holder i {
  width: 56px;
  height: 56px;
  background: #ffffff;
}

.c-contact_section .contact__list .card h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .c-contact_section .contact__list .card h4 {
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    max-width: 115px;
    margin: 24px auto 0;
  }
}

.c-contact_section .contact__list .card:hover {
  background: #ffffff;
}

.c-contact_section .contact__list .card:hover .icon-holder i {
  background: #202020;
}

.c-contact_section .contact__list .card:hover h4 {
  color: #202020;
}

.c-expertise {
  height: 1118px;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), -webkit-gradient(linear, left bottom, left top, from(rgba(80, 80, 84, 0.2)), to(rgba(80, 80, 84, 0.2))), url("images/expertise/expertise-bg-dt.png");
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(0deg, rgba(80, 80, 84, 0.2), rgba(80, 80, 84, 0.2)), url("images/expertise/expertise-bg-dt.png");
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .c-expertise {
    background-size: 100% 1118px;
  }
}

@media (max-width: 768px) {
  .c-expertise {
    height: 828px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), -webkit-gradient(linear, left bottom, left top, from(rgba(80, 80, 84, 0.2)), to(rgba(80, 80, 84, 0.2))), url("images/expertise/expertise-bg-mb.png");
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(0deg, rgba(80, 80, 84, 0.2), rgba(80, 80, 84, 0.2)), url("images/expertise/expertise-bg-mb.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.c-expertise .o-container {
  padding: 0;
}

.c-expertise .motif {
  position: absolute;
  background: url("images/expertise/motif.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 140px;
  margin-top: -48px;
}

@media (min-width: 769px) {
  .c-expertise .motif {
    background: url("images/expertise/motif.png");
    background-repeat: no-repeat;
    width: 298px;
    height: 298px;
    margin-top: -77px;
  }
}

.c-expertise .hidden {
  display: none;
}

.c-expertise .heading {
  padding: 80px 16px 40px;
  text-align: center;
}

@media (min-width: 769px) {
  .c-expertise .heading {
    padding: 80px 363px 40px 307px;
  }
}

@media only screen and (max-width: 919px) and (min-width: 769px) {
  .c-expertise .heading {
    padding: 80px 230px 40px;
  }
}

.c-expertise .heading p {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0064d2;
  text-align: center;
}

.c-expertise .heading h2 {
  font-weight: 400;
  font-size: 40px;
  color: #202020;
  line-height: 110%;
  width: 100%;
  max-width: 696px;
  margin: 16px auto 0;
}

.c-expertise .heading h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-expertise .heading h2 {
    font-size: 32px;
    line-height: 101%;
    width: 100%;
    max-width: 225px;
  }
}

.c-expertise .square-container {
  padding: 0 269px 100px;
  position: relative;
}

@media (max-width: 768px) {
  .c-expertise .square-container {
    display: none;
  }
}

@media only screen and (max-width: 919px) and (min-width: 769px) {
  .c-expertise .square-container {
    padding: 0 8px 100px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 920px) {
  .c-expertise .square-container {
    padding: 0 80px 100px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .c-expertise .square-container {
    padding: 0 225px 100px;
  }
}

.c-expertise .square-container .main_square {
  width: 664px;
  height: 600px;
  border: 1px solid #C7C7C7;
  position: absolute;
  top: 82px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.c-expertise .square-container .main_square .text-container {
  background: #ffffff;
  width: 100%;
  max-width: 384px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.c-expertise .square-container .main_square .text-container .text-content h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 109%;
  text-align: center;
  color: #202020;
  margin-bottom: 16px;
}

.c-expertise .square-container .main_square .text-container .text-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #E61E1E;
}

.c-expertise .square-container .main_square .text-container .text-content .read_more {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #E61E1E;
  position: relative;
  margin: 0 122.5px;
}

.c-expertise .square-container .main_square .text-container .text-content .read_more::after {
  content: "";
  background-color: #E61E1E;
  bottom: -3px;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.c-expertise .square-container .main_square .text-container .text-content.default {
  padding: 103px 32px;
  display: none;
  height: 384px;
}

.c-expertise .square-container .main_square .text-container .text-content.default.active {
  display: block;
}

.c-expertise .square-container .main_square .text-container .text-content.selected {
  padding: 74.5px 32px 50px;
  height: 384px;
  display: none;
}

.c-expertise .square-container .main_square .text-container .text-content.selected p {
  color: #202020;
  margin-bottom: 16px;
}

.c-expertise .square-container .main_square .text-container .text-content.selected.active {
  display: block;
}

.c-expertise .square-container .menu-item {
  width: 164px;
  height: 164px;
  background: #F7F7F7;
  padding: 24px 8px 16px;
  position: absolute;
}

.c-expertise .square-container .menu-item .ic-icon {
  display: inline-block;
  content: "";
  -webkit-mask: var(--icon) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  width: 56px;
  height: 56px;
  background: #202020;
}

.c-expertise .square-container .menu-item .title {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #575757;
  margin-top: 17px;
}

.c-expertise .square-container .menu-item:hover, .c-expertise .square-container .menu-item.active {
  background: #E61E1E;
}

.c-expertise .square-container .menu-item:hover .ic-icon, .c-expertise .square-container .menu-item.active .ic-icon {
  background: #ffffff;
}

.c-expertise .square-container .menu-item:hover .title, .c-expertise .square-container .menu-item.active .title {
  color: #ffffff;
}

.c-expertise .square-container .menu-item:nth-child(3) {
  margin-left: 161px;
  left: 31.8%;
}

@media only screen and (max-width: 919px) and (min-width: 769px) {
  .c-expertise .square-container .menu-item:nth-child(3) {
    left: 17.8%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 920px) {
  .c-expertise .square-container .menu-item:nth-child(3) {
    left: 23.8%;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .c-expertise .square-container .menu-item:nth-child(3) {
    left: 30.8%;
  }
}

.c-expertise .square-container .menu-item:nth-child(4) {
  margin-left: 175px;
  left: 55.7%;
}

@media only screen and (max-width: 919px) and (min-width: 769px) {
  .c-expertise .square-container .menu-item:nth-child(4) {
    left: 54.7%;
  }
}

.c-expertise .square-container .menu-item:nth-child(5) {
  margin-left: 175px;
  margin-top: 136px;
  left: 55.7%;
  top: 163%;
}

@media only screen and (max-width: 919px) and (min-width: 769px) {
  .c-expertise .square-container .menu-item:nth-child(5) {
    left: 54.7%;
  }
}

.c-expertise .square-container .menu-item:nth-child(6) {
  margin-left: 175px;
  margin-top: 136px;
  left: 55.7%;
  top: 462%;
}

@media only screen and (max-width: 919px) and (min-width: 769px) {
  .c-expertise .square-container .menu-item:nth-child(6) {
    left: 54.7%;
  }
}

.c-expertise .square-container .menu-item:nth-child(7) {
  margin-left: 161px;
  margin-top: 136px;
  left: 31.8%;
  top: 462%;
}

@media only screen and (max-width: 919px) and (min-width: 769px) {
  .c-expertise .square-container .menu-item:nth-child(7) {
    left: 17.8%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 920px) {
  .c-expertise .square-container .menu-item:nth-child(7) {
    left: 23.8%;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .c-expertise .square-container .menu-item:nth-child(7) {
    left: 30.8%;
  }
}

.c-expertise .square-container .menu-item:nth-child(8) {
  margin-top: 136px;
  top: 462%;
}

.c-expertise .square-container .menu-item:nth-child(9) {
  margin-top: 136px;
  top: 163%;
}

.c-expertise .holistic-services {
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .c-expertise .holistic-services {
    display: none;
  }
}

@media (min-width: 924px) {
  .c-expertise .holistic-services {
    display: none;
  }
}

.c-expertise .holistic-services .line {
  border-top: 1px solid #C7C7C7;
  position: absolute;
  width: 100%;
  bottom: 102px;
  z-index: -1;
}

.c-expertise .holistic-services .holistic-slider {
  position: relative;
}

.c-expertise .holistic-services .holistic-slider .carousel__item {
  display: none;
}

.c-expertise .holistic-services .holistic-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide {
  width: 164px !important;
  height: 164px !important;
  margin: 0 12px !important;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide .carousel__item {
  width: 164px;
  height: 164px;
  display: block;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide .carousel__item .card {
  width: 164px;
  height: 100%;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 8px 33px;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide .carousel__item .card .ic-icon {
  display: inline-block;
  content: "";
  -webkit-mask: var(--icon) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  width: 56px;
  height: 56px;
  background: #202020;
  margin: 0 auto;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide .carousel__item .card .title {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #575757;
  margin-top: 17px;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide .carousel__item .text-content {
  display: none;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide.slick-active {
  width: 200px !important;
  height: 200px !important;
  position: relative;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide.slick-active .carousel__item {
  width: 200px;
  height: 200px;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide.slick-active .carousel__item .card {
  background: #E61E1E;
  width: 200px !important;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide.slick-active .carousel__item .card .ic-icon {
  width: 80px;
  height: 80px;
  background: #ffffff;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide.slick-active .carousel__item .card .title {
  color: #ffffff;
  margin-top: 21px;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide.slick-active .carousel__item .text-content {
  display: block;
  margin-top: 40px;
  width: 295px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide.slick-active .carousel__item .text-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #202020;
  margin-bottom: 16px;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide.slick-active .carousel__item .text-content .read_more {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #E61E1E;
  position: relative;
  margin-left: 110px;
}

.c-expertise .holistic-services .holistic-slider .slick-list .slick-track .slick-slide.slick-active .carousel__item .text-content .read_more::after {
  content: "";
  background-color: #E61E1E;
  bottom: -3px;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.c-expertise .holistic-services .holistic-controls {
  position: absolute;
  bottom: -204%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding-bottom: 86px;
}

.c-expertise .holistic-services .holistic-controls .ic-arrow-left,
.c-expertise .holistic-services .holistic-controls .ic-arrow-right {
  height: 24px;
  width: 24px;
  background-color: #E61E1E;
}

.c-expertise .holistic-services .holistic-controls .prev, .c-expertise .holistic-services .holistic-controls .next {
  width: 48px;
  height: 48px;
  background: #ffffff;
}

.c-expertise .holistic-services .holistic-controls .prev {
  margin-right: 20px;
}

.c-expertise .holistic-services .holistic-controls .next {
  margin-left: 20px;
}

.home .hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  height: 620px;
}

@media (min-width: 924px) {
  .home .hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    height: 650px;
  }
}

.home .hero-section .o-container {
  padding: 64px 16px 0;
}

@media (min-width: 924px) {
  .home .hero-section .o-container {
    padding: 144px 88px 0;
  }
}

.home .hero-section .hero-content {
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.home .hero-section .hero-content::after {
  content: '';
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  position: absolute;
  height: 100%;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}

@media (min-width: 769px) {
  .home .hero-section .hero-content::after {
    content: none;
  }
}

.home .hero-section .hero-content .h1 {
  color: #202020;
  font-size: 44px;
  font-weight: 400;
  line-height: 44px;
  width: 253px;
  z-index: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .home .hero-section .hero-content .h1 {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .home .hero-section .hero-content .h1 {
    font-size: 81px;
    line-height: 81px;
    width: 100%;
    max-width: 482px;
  }
}

@media (min-width: 924px) {
  .home .hero-section .hero-content .h1 {
    font-size: 81px;
    line-height: 81px;
    width: 100%;
    max-width: 482px;
  }
}

.home .hero-section .hero-content .h1 b {
  font-weight: 500;
}

.home .hero-section .hero-content > p {
  color: #575757;
  width: 253px;
  z-index: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: unset;
  margin-bottom: 32px;
  margin-top: 16px;
}

@media screen and (min-width: 641px) {
  .home .hero-section .hero-content > p {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .home .hero-section .hero-content > p {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
  }
}

@media (min-width: 924px) {
  .home .hero-section .hero-content > p {
    font-weight: 400;
    font-size: 22px;
    width: 482px;
  }
}

.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 650px;
  position: relative;
}

.hero-section .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.hero-section .hero-content .h1 {
  font-size: 44px;
  margin-bottom: 8px;
}

@media screen and (min-width: 480px) {
  .hero-section .hero-content .h1 {
    width: 100%;
  }
}

@media (min-width: 924px) {
  .hero-section .hero-content .h1 {
    font-size: 81px;
    width: 547px;
  }
}

.hero-section .hero-content > p {
  color: #333333;
  font-size: 18px;
  margin-bottom: 8px;
}

@media screen and (min-width: 480px) {
  .hero-section .hero-content > p {
    width: 100%;
  }
}

@media (min-width: 924px) {
  .hero-section .hero-content > p {
    font-size: 22px;
    width: 453px;
  }
}

.hero-2-section {
  height: 554px;
  background-image: var(--hero-bg-mobile);
}

@media (min-width: 769px) {
  .hero-2-section {
    background-image: var(--hero-bg-desktop);
  }
}

.hero-2-section .hero-content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero-2-section .hero-content__button {
    display: grid;
    gap: 8px;
  }
}

.hero-2-section .hero-content__button > a.o-button-red {
  padding: 11px 0;
  color: #ffffff;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: #E61E1E;
  width: 100%;
  max-width: 209px;
  height: 44px;
  position: relative;
}

@media (max-width: 768px) {
  .hero-2-section .hero-content__button > a.o-button-red {
    max-width: 218px;
  }
}

.hero-2-section .hero-content__button > a.o-button-red:hover {
  background-color: #A60404;
}

.hero-2-section .hero-content__button > a.o-button-blue {
  padding: 11px 0;
  color: #0064D2;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: transparent;
  border: 1px solid #0064D2;
  width: 100%;
  max-width: 209px;
  height: 44px;
  position: relative;
}

@media (max-width: 768px) {
  .hero-2-section .hero-content__button > a.o-button-blue {
    max-width: 218px;
  }
}

.hero-2-section .hero-content__button > a.o-button-blue:hover {
  color: #ffffff;
  background-color: #0064D2;
}

.hero-inner {
  height: 476px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-inner::after {
  content: "";
  background: linear-gradient(89.85deg, #FFFFFF 9.42%, rgba(255, 255, 255, 0.596183) 72.23%, rgba(255, 255, 255, 0) 93.86%);
  position: absolute;
  top: 0;
  left: 0;
  width: 279px;
  height: 100%;
}

@media (min-width: 924px) {
  .hero-inner::after {
    width: 840px;
  }
}

@media (min-width: 924px) {
  .hero-inner {
    height: 412px;
  }
}

.hero-inner .hero-content {
  max-width: 343px;
  z-index: 1;
  position: relative;
}

@media (min-width: 924px) {
  .hero-inner .hero-content {
    max-width: 540px;
  }
}

.hero-inner .hero-content .h1 {
  color: #00A9E8;
  margin-bottom: 8px;
}

@media (min-width: 924px) {
  .hero-inner .hero-content .h1 {
    margin-bottom: 16px;
  }
}

.hero-inner .hero-content .h2 {
  color: #23419A;
  font-size: 36px;
  line-height: 110%;
  margin-bottom: 16px;
}

@media (min-width: 924px) {
  .hero-inner .hero-content .h2 {
    font-size: 54px;
    line-height: 95%;
  }
}

.hero-inner .hero-content p {
  color: #333333;
  font-size: 18px;
  width: 343px;
}

@media (min-width: 924px) {
  .hero-inner .hero-content p {
    font-size: 22px;
    width: 540px;
  }
}

.c-advantage_v2 {
  background: #ffffff;
}

.c-advantage_v2 .o-container {
  padding: 64px 16px;
}

@media (min-width: 769px) {
  .c-advantage_v2 .o-container {
    padding: 80px 88px;
  }
}

.c-advantage_v2 .advantage__content {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 769px) {
  .c-advantage_v2 .advantage__content {
    margin-bottom: 46px;
  }
}

.c-advantage_v2 .advantage__content h2 {
  color: #202020;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
}

@media (max-width: 768px) {
  .c-advantage_v2 .advantage__content h2 {
    font-size: 32px;
    line-height: 101%;
  }
}

.c-advantage_v2 .advantage__content h2 b {
  font-weight: 500;
}

.c-advantage_v2 .advantage__content p {
  color: #575757;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .c-advantage_v2 .advantage__content p {
    font-size: 18px;
  }
}

.c-advantage_v2 .cards {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) {
  .c-advantage_v2 .cards {
    gap: 40px;
  }
}

.c-advantage_v2 .cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 343px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) {
  .c-advantage_v2 .cards .card {
    width: 728px;
    height: 100%;
  }
}

.c-advantage_v2 .cards .card .image_card {
  width: 164px;
  height: 120px;
  background: var(--bg-card);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .c-advantage_v2 .cards .card .image_card {
    width: 352px;
    height: 205px;
  }
}

.c-advantage_v2 .cards .card .image_card span {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding: 54px 16px;
}

@media (max-width: 768px) {
  .c-advantage_v2 .cards .card .image_card span {
    font-size: 12px;
    letter-spacing: unset;
    padding: 25px 8px;
  }
}

.c-advantage_v2 .cards .card .container_text {
  padding: 0 24px;
  margin-right: 0;
  margin-left: 24px;
}

@media (max-width: 768px) {
  .c-advantage_v2 .cards .card .container_text {
    padding: 0;
  }
}

.c-advantage_v2 .cards .card .container_text p {
  font-weight: 400;
  font-size: 27px;
  line-height: 100%;
  color: #575757;
  letter-spacing: unset;
  width: 100%;
  max-width: 234px;
}

@media (max-width: 768px) {
  .c-advantage_v2 .cards .card .container_text p {
    font-size: 22px;
    max-width: 155px;
  }
}

.c-advantage_v2 .cards .card.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-advantage_v2 .cards .card.right .container_text {
  margin-right: 24px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .c-advantage_v2 .cards .card.right .container_text {
    padding: 0 16px;
  }
  .c-advantage_v2 .cards .card.right .container_text p {
    max-width: 123px;
  }
}

.c-industry_soulutions {
  width: 100%;
  height: 100%;
}

@media (min-width: 924px) {
  .c-industry_soulutions .u-dn-lg {
    display: none;
  }
}

.c-industry_soulutions .o-container {
  padding: 64px 0;
}

@media (min-width: 769px) {
  .c-industry_soulutions .o-container {
    padding: 64px 88px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-industry_soulutions .o-container {
    padding: 64px 40px;
  }
}

.c-industry_soulutions .container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 118px;
}

@media (max-width: 768px) {
  .c-industry_soulutions .container-box {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-industry_soulutions .container-box {
    gap: 20px;
  }
}

.c-industry_soulutions .container-box .heading__content {
  width: 100%;
  min-width: 446px;
  padding-top: 120px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-industry_soulutions .container-box .heading__content {
    min-width: 250px;
  }
}

@media (max-width: 768px) {
  .c-industry_soulutions .container-box .heading__content {
    padding: 0 16px;
    min-width: unset;
  }
}

.c-industry_soulutions .container-box .heading__content h2 {
  font-weight: 400;
  font-size: 54px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 24px;
}

.c-industry_soulutions .container-box .heading__content h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-industry_soulutions .container-box .heading__content h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 120%;
  }
}

.c-industry_soulutions .container-box .heading__content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #575757;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .c-industry_soulutions .container-box .heading__content p {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.c-industry_soulutions .container-box .heading__content .button-red {
  padding: 11px 47px;
  color: #ffffff;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: #E61E1E;
  width: 100%;
  max-width: 172px;
  height: 44px;
  display: grid;
}

.c-industry_soulutions .container-box .heading__content .button-red:hover {
  background-color: #A60404;
}

@media (max-width: 768px) {
  .c-industry_soulutions .container-box .heading__content .button-red {
    max-width: unset;
  }
}

.c-industry_soulutions .container-box .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  .c-industry_soulutions .container-box .cards {
    display: none;
  }
}

@media (min-width: 769px) {
  .c-industry_soulutions .container-box .cards {
    gap: 24px;
  }
}

.c-industry_soulutions .container-box .cards .card {
  width: 158px;
  height: 210px;
  background: #F7F7F7;
}

@media (min-width: 769px) {
  .c-industry_soulutions .container-box .cards .card {
    width: 258px;
    height: 288px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-industry_soulutions .container-box .cards .card {
    width: 194px;
    height: 240px;
  }
}

.c-industry_soulutions .container-box .cards .card figure {
  width: 140px;
  height: 110px;
}

@media (min-width: 769px) {
  .c-industry_soulutions .container-box .cards .card figure {
    width: 258px;
    height: 204px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-industry_soulutions .container-box .cards .card figure {
    width: 175px;
    height: 140px;
  }
}

.c-industry_soulutions .container-box .cards .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-industry_soulutions .container-box .cards .card p {
  color: #575757;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  padding: 16px 16px 42px;
  letter-spacing: unset;
}

.c-industry_soulutions .container-box .cards .card .redirection {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px 16px;
}

.c-industry_soulutions .container-box .cards .card .redirection span {
  margin-right: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #E61E1E;
}

.c-industry_soulutions .container-box .cards .card .redirection .ic-arrow-right-red {
  height: 16px;
  width: 16px;
  background: #E61E1E;
}

@media (min-width: 769px) {
  .c-industry_soulutions .container-box .cards .card:hover .redirection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-industry_soulutions .container-box .cards .card:hover figure {
    height: 166px;
  }
}

.c-industry_soulutions .cards_mobile {
  margin-left: 16px;
}

@media (min-width: 769px) {
  .c-industry_soulutions .cards_mobile {
    display: none;
  }
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container {
  position: relative;
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  gap: 16px;
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel__item {
  width: 253px;
  height: 288px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: end;
  position: relative;
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel__item .card {
  width: 253px;
  height: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
  background: #F7F7F7;
  -webkit-box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
          box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel__item .card figure {
  width: 253px;
  height: 166px;
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel__item .card figure img {
  width: 100%;
  height: 100%;
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel__item .card .text-container {
  padding: 16px;
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel__item .card .text-container h6 {
  font-weight: 400;
  color: #575757;
  height: 52px;
  margin-bottom: 16px;
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel__item .card .text-container a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #E61E1E;
  position: relative;
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel__item .card .text-container a .ic-arrow-right-red {
  width: 16px;
  height: 16px;
  background: #E61E1E;
  position: absolute;
  top: 3px;
  right: -24px;
}

.c-industry_soulutions .cards_mobile .wrapper .carousel-container .carousel::-webkit-scrollbar {
  display: none;
}

.c-solutions {
  overflow: hidden;
  background: #F7F7F7;
}

.c-solutions .o-container {
  padding: 40px 0px;
}

@media (min-width: 769px) {
  .c-solutions .o-container {
    padding: 64px 88px;
  }
}

@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .c-solutions .o-container {
    padding: 64px 0;
  }
}

@media (max-width: 768px) {
  .c-solutions .heading__content {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}

@media (min-width: 769px) {
  .c-solutions .heading__content {
    margin-bottom: 22px;
  }
}

.c-solutions .heading__content h2 {
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  line-height: 110%;
  color: #333333;
}

.c-solutions .heading__content h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-solutions .heading__content h2 {
    font-size: 32px;
    line-height: 101%;
  }
}

.c-solutions .form_container .navigation {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .c-solutions .form_container .navigation {
    position: relative;
  }
}

.c-solutions .form_container .navigation .nav-filter {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .c-solutions .form_container .navigation .nav-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-solutions .form_container .navigation .nav-filter span {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #202020;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .c-solutions .form_container .navigation .filter-container {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    width: 200px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
  }
}

.c-solutions .form_container .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .c-solutions .form_container .navigation ul.nav-filter-list {
    display: none;
  }
  .c-solutions .form_container .navigation ul.nav-filter-list.active {
    display: initial;
  }
  .c-solutions .form_container .navigation ul.nav-filter-list li {
    font-family: "Toshiba Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: unset;
    color: #333333;
    height: 24px;
    padding-top: 4px;
    padding-left: 16px;
    margin-right: unset;
  }
  .c-solutions .form_container .navigation ul.nav-filter-list li:hover, .c-solutions .form_container .navigation ul.nav-filter-list li.active {
    color: #E61E1E;
    background: #F3F2F2;
  }
  .c-solutions .form_container .navigation ul.nav-filter-list li:hover::after, .c-solutions .form_container .navigation ul.nav-filter-list li.active::after {
    display: none;
  }
}

.c-solutions .form_container .navigation ul li {
  margin-right: 40px;
  position: relative;
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #202020;
}

.c-solutions .form_container .navigation ul li:last-child {
  margin-right: 0;
}

.c-solutions .form_container .navigation ul li:hover, .c-solutions .form_container .navigation ul li.active {
  color: #202020;
  cursor: pointer;
}

.c-solutions .form_container .navigation ul li:hover::after, .c-solutions .form_container .navigation ul li.active::after {
  content: "";
  background-color: #202020;
  bottom: -8px;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
}

.c-solutions .form_container .form_panels {
  margin: 0 auto;
}

.c-solutions .form_container .form_panels .panel {
  display: none;
}

.c-solutions .form_container .form_panels .panel.active {
  display: block;
}

.c-solutions .form_container .form_panels .panel .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .c-solutions .form_container .form_panels .panel .cards {
    gap: 16px;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card {
  width: 163.5px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card {
    width: 279.5px;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card:hover .card-content__header {
  height: 156px;
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card:hover .card-content__header {
    height: 198px;
  }
  .c-solutions .form_container .form_panels .panel .cards .card:hover .card-content__header figure {
    height: 198px;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card:hover .card-content__footer {
  opacity: 1;
  visibility: visible;
  display: block;
}

.c-solutions .form_container .form_panels .panel .cards .card:hover .card-content__body {
  padding-bottom: 8px;
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card:hover .card-content__body {
    padding-bottom: 10px;
    position: unset;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content {
  background-color: #ffffff;
  position: relative;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  height: 98%;
}

@media only screen and (max-width: 1189px) and (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content {
    min-height: 343px !important;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content__header {
  margin: 4px;
  height: 155.5px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: hidden;
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__header {
    height: 259.22px;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content__header figure {
  width: 155.5px;
  height: 156px;
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__header figure {
    width: 271.5px;
    height: 259.22px;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content__header figure img {
  width: 100%;
  height: 100%;
}

.c-solutions .form_container .form_panels .panel .cards .card-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 8px 16px;
  height: unset;
  display: flex;
  flex-direction: column;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__body {
    padding: 16px 16px 29.78px;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content__body .subtitle {
  color: #23419A;
  font-size: 10px;
  margin-bottom: 8px;
  font-weight: 700;
  display: none;
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__body .subtitle {
    font-size: 11px;
    display: block;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content__body .title {
  color: #202020;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__body .title {
    min-height: 49px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__body .title {
    font-size: 22px;
    font-weight: 400;
    height: unset;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
  visibility: hidden;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__footer {
    position: unset;
    bottom: unset;
    display: none;
    padding: 0;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content__footer .o-button-full {
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 140%;
  font-size: 16px;
  padding: 11px 0;
  letter-spacing: 0.02em;
  background-color: #E61E1E;
  border-radius: 0;
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__footer .o-button-full {
    font-size: 16px;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content__footer .o-button-full:hover {
  background-color: #A60404;
}

@media (max-width: 768px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__footer .o-button-full {
    margin-bottom: 0px;
  }
}

.c-solutions .form_container .form_panels .panel .cards .card-content__footer .o-button-default {
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 100%;
  font-size: 12px;
  padding: 10px 0 8px;
}

@media (min-width: 769px) {
  .c-solutions .form_container .form_panels .panel .cards .card-content__footer .o-button-default {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 130%;
    padding: 12px auto 7px;
  }
}

.c-testomonials {
  overflow: hidden;
}

.c-testomonials .o-container {
  padding: 40px 0px;
}

@media (min-width: 769px) {
  .c-testomonials .o-container {
    padding: 64px 88px 125px;
  }
}

@media (max-width: 768px) {
  .c-testomonials .heading__content {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}

@media (min-width: 769px) {
  .c-testomonials .heading__content {
    margin-bottom: 40px;
  }
}

.c-testomonials .heading__content h3 {
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .c-testomonials .heading__content h3 {
    font-size: 32px;
    line-height: 101%;
  }
}

@media (max-width: 768px) {
  .c-testomonials .cards_container {
    margin-left: 16px;
  }
}

.c-testomonials .cards_container .wrapper .carousel-container {
  position: relative;
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  gap: 16px;
}

@media (min-width: 769px) {
  .c-testomonials .cards_container .wrapper .carousel-container .carousel {
    gap: 24px;
  }
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item {
  width: 253px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: end;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
}

@media (min-width: 769px) {
  .c-testomonials .cards_container .wrapper .carousel-container .carousel__item {
    width: 352px;
  }
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card {
  width: 253px;
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 769px) {
  .c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card {
    width: 352px;
    padding: 24px;
  }
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card .carousel__description {
  margin-bottom: auto;
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card .carousel__description p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #333333;
}

@media (min-width: 769px) {
  .c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card .carousel__description p {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: unset;
  }
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card .bottom_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d7d7d7;
  padding-top: 16px;
  margin-top: 17px;
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card .bottom_box figure {
  width: 64px;
  height: 64px;
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card .bottom_box figure img {
  width: 100%;
  height: 100%;
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card .bottom_box .client {
  margin-left: 16px;
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card .bottom_box .client .heading {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #23419A;
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel__item .card .bottom_box .client .sub {
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: #979797;
  letter-spacing: unset;
}

.c-testomonials .cards_container .wrapper .carousel-container .carousel::-webkit-scrollbar {
  display: none;
}

.c-testomonials .cards_container .wrapper .carousel-container .controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .c-testomonials .cards_container .wrapper .carousel-container .controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}

@media (min-width: 769px) {
  .c-testomonials .cards_container .wrapper .carousel-container .controls {
    position: absolute;
    top: -84px;
    right: 0;
  }
}

@media (min-width: 769px) {
  .c-testomonials .cards_container .wrapper .carousel-container .controls__dot {
    display: none;
  }
}

@media (max-width: 768px) {
  .c-testomonials .cards_container .wrapper .carousel-container .controls__dot {
    padding-right: 16px;
  }
  .c-testomonials .cards_container .wrapper .carousel-container .controls__dot .number {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #231f20;
    position: relative;
  }
  .c-testomonials .cards_container .wrapper .carousel-container .controls__dot:focus .number::after, .c-testomonials .cards_container .wrapper .carousel-container .controls__dot.active .number::after {
    content: "";
    background-color: #00906D;
    bottom: -2px;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
  }
}

.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow {
  margin-right: 16px;
}

.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow,
.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 12px;
}

@media (max-width: 768px) {
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow,
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow {
    width: 16px;
    height: 16px;
    padding: 0;
    background-color: transparent;
  }
}

.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow .ic-arrow-left,
.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow .ic-arrow-right,
.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow .ic-arrow-left,
.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow .ic-arrow-right {
  height: 24px;
  width: 24px;
  background-color: #23419A;
}

@media (max-width: 768px) {
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow .ic-arrow-left,
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow .ic-arrow-right,
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow .ic-arrow-left,
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow .ic-arrow-right {
    width: 16px;
    height: 16px;
    background-color: #C7C7C7;
  }
}

.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow.active,
.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow.active {
  background-color: #23419A;
}

@media (max-width: 768px) {
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow.active,
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow.active {
    background-color: transparent;
  }
}

.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow.active .ic-arrow-left,
.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow.active .ic-arrow-right,
.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow.active .ic-arrow-left,
.c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow.active .ic-arrow-right {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow.active .ic-arrow-left,
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-left-arrow.active .ic-arrow-right,
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow.active .ic-arrow-left,
  .c-testomonials .cards_container .wrapper .carousel-container .controls .carousel-right-arrow.active .ic-arrow-right {
    background-color: #23419A;
  }
}

.c-testomonials .cards_container .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-partners {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

.c-partners .o-container {
  padding: 56px 0 64px;
}

@media (min-width: 769px) {
  .c-partners .o-container {
    padding: 64px 88px;
  }
}

.c-partners .partners__content {
  margin-bottom: 48px;
}

.c-partners .partners__content h2 {
  font-weight: 400;
  color: #202020;
  font-size: 32px;
  line-height: 109%;
  text-align: center;
}

.c-partners .partners__content h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-partners .partners__content h2 {
    font-size: 28px;
  }
}

.c-partners .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .c-partners .cards {
    gap: 24px 16px;
    padding: 0 15.5px;
  }
}

.c-partners .cards .card {
  width: 164px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0;
}

@media (min-width: 769px) {
  .c-partners .cards .card {
    padding: 5px 0;
    width: 242px;
    padding: 5px 10px;
  }
}

.c-partners .cards .card figure {
  width: 100%;
  height: 60px;
  border-radius: 5px;
}

@media (min-width: 769px) {
  .c-partners .cards .card figure {
    width: 221.38px;
    height: 70px;
  }
}

.c-partners .cards .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-experts {
  overflow: hidden;
  background: #F7F7F7;
}

.c-experts .o-container {
  padding: 64px 16px;
}

@media (min-width: 769px) {
  .c-experts .o-container {
    padding: 64px 0 64px 88px;
  }
}

.c-experts .content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .c-experts .content_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-experts .content_container .first_column {
  padding: 0;
}

@media (min-width: 769px) {
  .c-experts .content_container .first_column {
    padding: 68.5px 64px 0 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-experts .content_container .first_column {
    padding: 28px 16px 28px 0;
  }
}

.c-experts .content_container .first_column h2 {
  font-weight: 400;
  color: #202020;
  line-height: 100%;
  margin: 16px 0;
}

.c-experts .content_container .first_column h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-experts .content_container .first_column h2 {
    margin: 8px 0 16px;
    font-size: 36px;
    line-height: 120%;
  }
}

.c-experts .content_container .first_column p {
  font-weight: 400;
  line-height: 140%;
  color: #575757;
  margin-bottom: 16px;
}

.c-experts .content_container .first_column .sub-title {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #979797;
}

.c-experts .content_container .first_column .o-button-default {
  padding: 11px 0;
  color: #ffffff;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: #E61E1E;
  width: 100%;
  max-width: 172px;
  height: 44px;
  position: relative;
  border: unset;
  border-radius: 0;
}

@media (max-width: 768px) {
  .c-experts .content_container .first_column .o-button-default {
    max-width: 100%;
  }
}

.c-experts .content_container .first_column .o-button-default:hover {
  background-color: #A60404;
}

.c-experts .content_container .first_column figure {
  display: none;
  width: 100%;
  height: 225px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .c-experts .content_container .first_column figure {
    display: block;
  }
}

.c-experts .content_container .first_column figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .c-experts .content_container .second_column {
    display: none;
  }
}

.c-experts .content_container .second_column figure {
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .c-experts .content_container .second_column figure {
    width: 631px;
    height: 420px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-experts .content_container .second_column figure {
    width: 328px;
  }
}

.c-experts .content_container .second_column figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-article .main-heading {
  position: relative;
}

.main-article .main-heading .banner-image {
  background: var(--banner-image-mb);
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
}

@media (min-width: 769px) {
  .main-article .main-heading .banner-image {
    background: var(--banner-image-dt);
    background-size: cover;
    background-repeat: no-repeat;
    height: 436px;
  }
}

.main-article .main-heading .motif {
  position: absolute;
  background: url("images/article-motif.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 96px;
  height: 96px;
  z-index: 1;
  right: 0;
  top: 192px;
}

@media (min-width: 769px) {
  .main-article .main-heading .motif {
    background: url("images/article-motif.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 200px;
    top: 284px;
  }
}

.main-article .main-heading .o-container {
  padding: var(--p-top-mb) 16px var(--p-bottom-mb);
  margin-top: -40px;
}

@media (min-width: 769px) {
  .main-article .main-heading .o-container {
    padding: var(--p-top-dt) 88px var(--p-bottom-dt);
    margin-top: -52px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .main-article .main-heading .o-container {
    padding: 0 88px;
  }
}

.main-article .main-heading .copy-notification {
  opacity: 0;
  position: absolute;
  right: 0;
  margin-top: 15px;
}

.main-article .main-heading .copy-notification.show {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.main-article .main-heading_content {
  position: relative;
  background-color: #202020;
  padding: 32px 16px;
}

@media (min-width: 769px) {
  .main-article .main-heading_content {
    padding: 56px 80px;
  }
}

.main-article .main-heading_content .heading-text .sub-heading {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}

.main-article .main-heading_content .heading-text h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .main-article .main-heading_content .heading-text h2 {
    font-size: 54px;
    line-height: 100%;
    margin-bottom: 32px;
  }
}

.main-article .main-heading_content .heading-text .date_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .main-article .main-heading_content .heading-text .date_time {
    margin-bottom: 24px;
  }
}

.main-article .main-heading_content .heading-text .date_time.have-description {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .main-article .main-heading_content .heading-text .date_time.have-description {
    margin-bottom: 24px;
  }
}

.main-article .main-heading_content .heading-text .date_time .date-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-article .main-heading_content .heading-text .date_time .date-info p, .main-article .main-heading_content .heading-text .date_time .date-info .read-time {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.main-article .main-heading_content .heading-text .date_time .date-info .read-time {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}

.main-article .main-heading_content .heading-text .date_time .date-info .read-time::before {
  content: '';
  border-left: 1px solid #A7A7A7;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.main-article .main-heading_content .heading-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.main-article .main-heading_content .heading-share span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.main-article .main-heading_content .heading-share .h6 {
  overflow-wrap: anywhere;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  max-width: 729px;
}

@media (max-width: 768px) {
  .main-article .main-heading_content .heading-share .h6 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 951px) {
  .main-article .main-heading_content .heading-share .h6 {
    max-width: 650px;
  }
}

@media only screen and (max-width: 950px) and (min-width: 769px) {
  .main-article .main-heading_content .heading-share .h6 {
    max-width: 400px;
  }
}

.main-article .main-heading_content .heading-share .h6.change-font {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: unset;
}

@media (min-width: 769px) {
  .main-article .main-heading_content .heading-share .h6.change-font {
    font-weight: 400;
    line-height: 130%;
    font-size: 22px;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 924px) {
  .main-article .main-heading_content .heading-share {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.main-article .main-heading_content .heading-share .share-container {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 769px) {
  .main-article .main-heading_content .heading-share .share-container {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .main-article .main-heading_content .heading-share .share-container {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

.main-article .main-heading_content .heading-share ul.c-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .main-article .main-heading_content .heading-share ul.c-social-media {
    margin-top: 8px;
  }
}

.main-article .main-heading_content .heading-share ul.c-social-media li {
  margin-right: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-article .main-heading_content .heading-share ul.c-social-media li a {
  display: grid;
}

.main-article .main-heading_content .heading-share ul.c-social-media li:last-child {
  margin-right: 0;
}

.main-article .main-heading_content .heading-share ul.c-social-media li .ic-fb, .main-article .main-heading_content .heading-share ul.c-social-media li .ic-twitter, .main-article .main-heading_content .heading-share ul.c-social-media li .ic-copy {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
}

.main-article .main-heading_content .heading-share ul.c-social-media li .ic-fb:hover, .main-article .main-heading_content .heading-share ul.c-social-media li .ic-twitter:hover, .main-article .main-heading_content .heading-share ul.c-social-media li .ic-copy:hover {
  background-color: #E61E1E;
}

.main-article .main-heading_content .heading-share ul.c-social-media li:hover {
  border: 1px solid #E61E1E;
}

.main-article .main-heading_content .heading-share ul.c-social-media li:hover .ic-fb, .main-article .main-heading_content .heading-share ul.c-social-media li:hover .ic-twitter, .main-article .main-heading_content .heading-share ul.c-social-media li:hover .ic-copy {
  background-color: #E61E1E;
}

.main-article .c-industry_product .o-container {
  padding: 32px 16px;
}

@media (min-width: 769px) {
  .main-article .c-industry_product .o-container {
    padding: 64px 88px;
  }
}

@media (max-width: 768px) {
  .main-article .c-industry_product .content .heading p {
    font-size: 28px;
  }
}

.summary .o-container {
  padding: 40px 16px;
}

@media (min-width: 769px) {
  .summary .o-container {
    padding: 80px 319px 56px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .summary .o-container {
    padding: 80px 16px 56px;
  }
}

.summary .content .title {
  margin-bottom: 24px;
}

.summary .content .title h3 {
  color: #202020;
  font-weight: 400;
}

@media (max-width: 768px) {
  .summary .content .title h3 {
    font-size: 32px;
    line-height: 101%;
  }
}

.summary .content .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

@media (max-width: 768px) {
  .summary .content .grid-container {
    grid-template-columns: auto auto;
  }
}

.summary .content .grid-container .grid-item {
  background-color: #F7F7F7;
  border: 1px solid #E7E7E7;
  padding: 32px 32px 31px;
  width: 242.67px;
  height: 156px;
}

@media (max-width: 768px) {
  .summary .content .grid-container .grid-item {
    padding: 24px 16px 55px;
    width: 171.5px;
    height: 156px;
  }
}

.summary .content .grid-container .grid-item span {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E61E1E;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .summary .content .grid-container .grid-item span {
    margin-bottom: 16px;
  }
}

.summary .content .grid-container .grid-item .description {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #202020;
  letter-spacing: unset;
}

@media (max-width: 768px) {
  .summary .content .grid-container .grid-item .description {
    font-size: 18px;
  }
}

.summary_v2 .o-container {
  padding: 24px 16px;
}

@media (min-width: 769px) {
  .summary_v2 .o-container {
    padding: 40px 276px;
  }
}

.summary_v2 .content {
  padding: 24px 0px;
  background: #f7f7f7;
}

@media (min-width: 769px) {
  .summary_v2 .content {
    padding: 40px 88px;
  }
}

.summary_v2 .content .heading {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .summary_v2 .content .heading {
    margin-bottom: 24px;
  }
}

.summary_v2 .content .heading h6 {
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .summary_v2 .content .heading h6 {
    font-size: 18px;
  }
}

.summary_v2 .content .cards {
  display: grid;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) {
  .summary_v2 .content .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.summary_v2 .content .cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) {
  .summary_v2 .content .cards .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .summary_v2 .content .cards .card {
    width: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.summary_v2 .content .cards .card h2 {
  font-weight: 400;
  color: #23419a;
  position: relative;
}

@media (max-width: 768px) {
  .summary_v2 .content .cards .card h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 769px) {
  .summary_v2 .content .cards .card h2::after {
    content: "";
    width: 1px;
    height: calc(100% + 16px);
    border-right: 1px solid #e7e7e7;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.summary_v2 .content .cards .card p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  width: 100%;
  max-width: 80px;
}

@media (max-width: 768px) {
  .summary_v2 .content .cards .card p {
    width: unset;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .summary_v2 .content .cards .card::after {
    content: "";
    background-color: #e7e7e7;
    bottom: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .summary_v2 .content .cards .card:last-child::after {
    display: none;
  }
}

.tags {
  overflow: hidden;
}

.tags .o-container {
  padding: var(--p-top-mb) 16px var(--p-bottom-mb);
}

@media (min-width: 769px) {
  .tags .o-container {
    padding: var(--p-top-dt) 319px var(--p-bottom-dt);
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .tags .o-container {
    padding: 32px 64px;
  }
}

.tags .content span {
  color: #202020;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.tags .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

@media (max-width: 768px) {
  .tags .content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tags .content ul li {
  background: transparent;
  border: 1px solid #333333;
  border-radius: 3px;
  padding: 4.5px 8px;
  height: 29px;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: unset;
  color: #333333;
}

.image {
  overflow: hidden;
}

.image .o-container {
  padding: var(--p-tb-mb) 16px;
}

@media (min-width: 769px) {
  .image .o-container {
    padding: var(--p-tb-dt) 88px;
  }
}

.image .content figure {
  width: 100%;
  height: 219px;
}

@media (min-width: 769px) {
  .image .content figure {
    width: 1104px;
    height: 370px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .image .content figure {
    width: 100%;
  }
}

.image .content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text_area {
  overflow: hidden;
}

.text_area .o-container {
  padding: var(--p-top-mb) 16px var(--p-bottom-mb);
}

@media (min-width: 769px) {
  .text_area .o-container {
    padding: var(--p-top-dt) var(--p-lf-dt) var(--p-bottom-dt);
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .text_area .o-container {
    padding: 40px;
  }
}

.text_area .content h3 {
  font-weight: 400;
  color: #202020;
  margin-bottom: 24px;
  font-size: var(--dt-font-size);
  line-height: var(--dt-line-height);
}

.text_area .content h3 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .text_area .content h3 {
    font-size: var(--mb-font-size);
    line-height: var(--mb-line-height);
  }
}

.text_area .content p {
  font-weight: 400;
  font-size: var(--fontsize-dt);
  line-height: var(--lineheight);
  color: #575757;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}

.text_area .content p.primary {
  font-family: "Toshiba Sans", sans-serif;
}

.text_area .content p.secondary {
  font-family: "Roboto Mono", sans-serif;
}

.text_area .content p .red {
  color: #E61E1E;
}

.text_area .content p .blue {
  color: #0064D2;
}

@media (max-width: 768px) {
  .text_area .content p {
    font-size: var(--fontsize-mb);
  }
}

.text_area .content p.is_italic {
  font-style: italic;
}

.text_area .content p:last-child {
  margin-bottom: 0;
}

.text_area .content ul {
  margin-bottom: 24px;
  margin-left: 28px;
  display: grid;
  gap: 16px;
}

.text_area .content ul.expertise {
  margin-bottom: 0;
}

.text_area .content ul.expertise li {
  margin-bottom: 16px;
}

.text_area .content ul.expertise li:last-child {
  margin-bottom: 0;
}

.text_area .content ul.expertise li::before {
  content: "\2022";
  color: #202020;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.text_area .content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
  width: 100%;
  max-width: 694px;
}

@media (max-width: 768px) {
  .text_area .content ul li {
    max-width: 309px;
  }
}

.text_area .content ul li::before {
  content: "\2022";
  color: #202020;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.text_area_v2 {
  overflow: hidden;
}

.text_area_v2 .o-container {
  padding: 40px 16px;
}

@media (min-width: 769px) {
  .text_area_v2 .o-container {
    padding: 40px 276px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .text_area_v2 .o-container {
    padding: 40px;
  }
}

.text_area_v2 .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #333333;
  margin-bottom: 24px;
}

.text_area_v2 .content p.h2 {
  font-size: 36px;
  line-height: 110%;
  letter-spacing: unset;
}

.text_area_v2 .content p.italic {
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  color: #575757;
  letter-spacing: unset;
}

.text_area_v2 .content p.h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 101%;
  color: #23419a;
  letter-spacing: unset;
}

@media (min-width: 769px) {
  .text_area_v2 .content p {
    font-size: 18px;
    line-height: 130%;
  }
  .text_area_v2 .content p.h2 {
    font-size: 54px;
    line-height: 95%;
  }
  .text_area_v2 .content p.h3 {
    font-size: 40px;
    line-height: 110%;
  }
}

.text_area_v2 .content p:last-child {
  margin-bottom: 0;
}

.image_with_caption {
  overflow: hidden;
}

.image_with_caption .o-container {
  padding: var(--p-top-mb) 16px var(--p-bottom-mb);
}

@media (min-width: 769px) {
  .image_with_caption .o-container {
    padding: var(--p-top-dt) var(--p-lf-dt) var(--p-bottom-dt);
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .image_with_caption .o-container {
    padding: 40px;
  }
}

.image_with_caption .content p {
  font-style: var(--font-style);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
  margin-top: 16px;
  text-align: var(--text-align);
}

@media (max-width: 768px) {
  .image_with_caption .content p {
    font-style: var(--font-style);
    text-align: unset;
  }
}

.image_with_caption .content figure {
  width: 100%;
  height: 219px;
}

@media (min-width: 769px) {
  .image_with_caption .content figure {
    width: var(--img-width-dt);
    height: var(--img-height-dt);
  }
}

.image_with_caption .content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quotes {
  overflow: hidden;
}

@media (min-width: 769px) {
  .quotes {
    padding: 0 43px;
  }
}

.quotes .o-container {
  padding: 40px 16px;
  background: #F7F7F7;
}

@media (min-width: 769px) {
  .quotes .o-container {
    padding: 64px 0 64px 290px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .quotes .o-container {
    padding: 64px;
  }
}

.quotes .content {
  border-left: 5px solid #E61E1E;
}

.quotes .content .container {
  padding-left: 55px;
}

@media (max-width: 768px) {
  .quotes .content .container {
    padding-left: 51px;
  }
}

.quotes .content .container .quote {
  font-family: "Roboto Mono", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  margin-bottom: 19px;
  position: relative;
  width: 100%;
  max-width: 471px;
  letter-spacing: unset;
}

.quotes .content .container .quote::before {
  content: url(../src/images/icons/small-quote.svg);
  position: absolute;
  left: -27px;
  top: 1px;
  height: 11.63px;
  width: 15px;
}

.quotes .content .container .name {
  font-weight: 500;
  line-height: 140%;
  color: #333333;
  margin-bottom: 2px;
}

@media (min-width: 769px) {
  .quotes .content .container .name {
    width: 100%;
    max-width: 472px;
  }
}

.quotes .content .container .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #777777;
}

@media (min-width: 769px) {
  .quotes .content .container .designation {
    width: 100%;
    max-width: 472px;
  }
}

.two_column_description {
  overflow: hidden;
}

.two_column_description .o-container {
  padding: 40px 16px;
}

@media (min-width: 769px) {
  .two_column_description .o-container {
    padding: 40px 276px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .two_column_description .o-container {
    padding: 40px;
  }
}

.two_column_description .content {
  display: grid;
  gap: 24px;
}

@media (min-width: 769px) {
  .two_column_description .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.two_column_description .content .heading {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 769px) {
  .two_column_description .content .heading {
    max-width: 258px;
  }
}

.two_column_description .content .heading h5 {
  font-weight: 400;
  color: #23419A;
}

@media (max-width: 768px) {
  .two_column_description .content .heading h5 {
    font-size: 22px;
  }
}

.two_column_description .content .description {
  width: 100%;
}

.two_column_description .content .description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #333333;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .two_column_description .content .description p {
    font-size: 16px;
    line-height: 110%;
  }
}

.two_column_description .content .description p:last-child {
  margin-bottom: 0;
}

.two_column_description .content .description ul {
  margin-top: 24px;
  margin-left: 28px;
}

.two_column_description .content .description ul li {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #333333;
}

.two_column_description .content .description ul li:last-child {
  margin-bottom: 0;
}

.two_column_description .content .description ul li::before {
  content: "\2022";
  color: #00A9E8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (max-width: 768px) {
  .two_column_description .content .description ul li {
    font-size: 16px;
    line-height: 110%;
  }
}

.description_and_bullets {
  overflow: hidden;
}

.description_and_bullets .o-container {
  padding: 16px 16px 40px;
}

@media (min-width: 769px) {
  .description_and_bullets .o-container {
    padding: 16px 319px 6px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .description_and_bullets .o-container {
    padding: 40px;
  }
}

.description_and_bullets .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .description_and_bullets .content p {
    font-size: 16px;
    line-height: 140%;
  }
}

.description_and_bullets .content ul {
  margin-left: 28px;
  height: 100%;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 769px) {
  .description_and_bullets .content ul {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.description_and_bullets .content ul li {
  margin-bottom: 16px;
  width: 100%;
  max-width: 318px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
}

.description_and_bullets .content ul li:last-child {
  margin-bottom: 0;
}

.description_and_bullets .content ul li::before {
  content: "\2022";
  color: #202020;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (max-width: 768px) {
  .description_and_bullets .content ul li {
    font-size: 16px;
    line-height: 110%;
    max-width: 309px;
  }
}

.two_column_text_and_image {
  overflow: hidden;
}

.two_column_text_and_image .divider {
  display: none;
}

@media (max-width: 768px) {
  .two_column_text_and_image .divider {
    position: absolute;
    width: 100%;
    margin-top: -40px;
    border-top: 1px solid #E7E7E7;
  }
}

.two_column_text_and_image .divider.active {
  display: block;
}

.two_column_text_and_image .o-container {
  padding: 0 16px 24px;
}

@media (min-width: 769px) {
  .two_column_text_and_image .o-container {
    padding: 0 319px 56px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .two_column_text_and_image .o-container {
    padding: 40px;
  }
}

.two_column_text_and_image .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

@media (max-width: 768px) {
  .two_column_text_and_image .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .two_column_text_and_image .content.image_first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 769px) {
  .two_column_text_and_image .content.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.two_column_text_and_image .content .description h3 {
  font-weight: 400;
  color: #202020;
  margin-bottom: 24px;
}

.two_column_text_and_image .content .description h3 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .two_column_text_and_image .content .description h3 {
    font-size: 32px;
    line-height: 101%;
  }
}

.two_column_text_and_image .content .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
  margin-bottom: 16px;
}

.two_column_text_and_image .content .description p:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .two_column_text_and_image .content .image_container {
    margin-top: 50px;
  }
}

.two_column_text_and_image .content .image_container figure {
  width: 100%;
  height: var(--image-height-mb);
}

@media (min-width: 769px) {
  .two_column_text_and_image .content .image_container figure {
    width: 282px;
    height: 400px;
  }
}

.two_column_text_and_image .content .image_container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quotes_v2 {
  overflow: hidden;
}

@media (min-width: 769px) {
  .quotes_v2 {
    padding: 0 43px;
  }
}

.quotes_v2 .o-container {
  padding: 40px 16px;
  background: #F7F7F7;
}

@media (min-width: 769px) {
  .quotes_v2 .o-container {
    padding: 64px 276px 64px 275px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .quotes_v2 .o-container {
    padding: 64px;
  }
}

.quotes_v2 .content .container {
  padding-left: 44px;
}

.quotes_v2 .content .container .quote {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #333333;
  margin-bottom: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .quotes_v2 .content .container .quote {
    font-size: 18px;
  }
}

.quotes_v2 .content .container .quote::before {
  content: url(../src/images/icons/grey-quote-big.svg);
  position: absolute;
  left: -44px;
  top: 0;
  width: 32px;
  height: 32px;
}

.quotes_v2 .content .container .name {
  font-weight: 500;
  line-height: 140%;
  color: #333333;
  margin-bottom: 2px;
  text-align: right;
}

.quotes_v2 .content .container .designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #777777;
  text-align: right;
  letter-spacing: unset;
}

.two_column_text_and_image_v2 {
  overflow: hidden;
}

.two_column_text_and_image_v2 .o-container {
  padding: 40px 16px 0;
}

@media (min-width: 769px) {
  .two_column_text_and_image_v2 .o-container {
    padding: 40px 88.5px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .two_column_text_and_image_v2 .o-container {
    padding: 40px;
  }
}

.two_column_text_and_image_v2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  .two_column_text_and_image_v2 .content {
    display: grid;
  }
}

@media (min-width: 769px) {
  .two_column_text_and_image_v2 .content.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.two_column_text_and_image_v2 .content .description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #333333;
  margin-bottom: 16px;
}

.two_column_text_and_image_v2 .content .description p.heading {
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  color: #23419A;
  letter-spacing: unset;
}

@media (max-width: 768px) {
  .two_column_text_and_image_v2 .content .description p.heading {
    font-size: 18px;
  }
}

.two_column_text_and_image_v2 .content .description p.description {
  color: #333333;
}

.two_column_text_and_image_v2 .content .description p:last-child {
  margin-bottom: 0;
}

.two_column_text_and_image_v2 .content .description ul {
  margin-left: 28px;
}

.two_column_text_and_image_v2 .content .description ul li {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #333333;
}

.two_column_text_and_image_v2 .content .description ul li:last-child {
  margin-bottom: 0;
}

.two_column_text_and_image_v2 .content .description ul li::before {
  content: "\2022";
  color: #00A9E8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (max-width: 768px) {
  .two_column_text_and_image_v2 .content .description ul li {
    font-size: 16px;
    line-height: 110%;
  }
}

@media (min-width: 769px) {
  .two_column_text_and_image_v2 .content .image_container {
    padding: 11px 0;
  }
}

.two_column_text_and_image_v2 .content .image_container figure {
  width: 100%;
  height: 219px;
}

@media (min-width: 769px) {
  .two_column_text_and_image_v2 .content .image_container figure {
    width: 540px;
    height: 317px;
  }
}

.two_column_text_and_image_v2 .content .image_container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_container {
  overflow: hidden;
}

.video_container .o-container {
  padding: 0 16px;
}

@media (min-width: 769px) {
  .video_container .o-container {
    padding: 0 276px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .video_container .o-container {
    padding: 0 40px;
  }
}

.video_container .content .wp-video {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 218.62px !important;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .video_container .content .wp-video {
    max-width: 786px !important;
    max-height: 464px !important;
  }
}

.video_container .content .wp-video .mejs-container,
.video_container .content .wp-video .mejs-container-keyboard-inactive,
.video_container .content .wp-video .wp-video-shortcode,
.video_container .content .wp-video .mejs-android,
.video_container .content .wp-video .mejs-video {
  width: 100% !important;
  max-width: 100% !important;
  height: 218.62px !important;
  background: #C7C7C7 !important;
}

@media (min-width: 769px) {
  .video_container .content .wp-video .mejs-container,
  .video_container .content .wp-video .mejs-container-keyboard-inactive,
  .video_container .content .wp-video .wp-video-shortcode,
  .video_container .content .wp-video .mejs-android,
  .video_container .content .wp-video .mejs-video {
    max-width: 786px !important;
    height: 464px !important;
  }
}

.video_container .content .wp-video .mejs-container-fullscreen .mejs-mediaelement,
.video_container .content .wp-video .mejs-container-fullscreen video {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.video_container .content .wp-video .mejs-overlay-button {
  background: url("images/icons/play.svg") no-repeat;
  background-size: cover;
  width: 47.12px;
  height: 47.12px;
}

@media (min-width: 769px) {
  .video_container .content .wp-video .mejs-overlay-button {
    background: url("images/icons/play-dt.svg") no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
  }
}

.video_container .content .wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #E61E1E;
}

.video_container .content .wp-video .mejs-container,
.video_container .content .wp-video .mejs-embed,
.video_container .content .wp-video .mejs-embed body,
.video_container .content .wp-video .mejs-container .mejs-controls {
  background: #C7C7C7;
}

.video_embed {
  overflow: hidden;
}

.video_embed .o-container {
  padding: 0 16px;
}

@media (min-width: 769px) {
  .video_embed .o-container {
    padding: 0 276px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .video_embed .o-container {
    padding: 0 40px;
  }
}

.video_embed .content iframe {
  width: 100%;
  height: 218.62px;
}

@media (min-width: 769px) {
  .video_embed .content iframe {
    width: 728px;
    height: 464px;
  }
}

.expert_section {
  overflow: hidden;
}

.expert_section.bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#E9EEF4));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E9EEF4 100%);
}

.expert_section .o-container {
  padding: var(--p-top-mb) 16px var(--p-bottom-mb);
}

@media (min-width: 769px) {
  .expert_section .o-container {
    padding: var(--p-top-dt) 319px var(--p-bottom-dt);
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .expert_section .o-container {
    padding: 40px 88px;
  }
}

.expert_section .content {
  display: unset;
  gap: 70px;
}

@media (min-width: 769px) {
  .expert_section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 769px) {
  .expert_section .content.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.expert_section .content .description h3 {
  font-weight: 400;
  color: #202020;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .expert_section .content .description h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 101%;
  }
}

.expert_section .content .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #333333;
  margin-bottom: 16px;
}

.expert_section .content .description p.overline {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0064D2;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .expert_section .content .description p.overline {
    margin-bottom: 8px;
  }
}

.expert_section .content .description p.description {
  color: #575757;
}

.expert_section .content .description p:last-child {
  margin-bottom: 0;
}

.expert_section .content .image_container {
  display: none;
}

@media (min-width: 769px) {
  .expert_section .content .image_container {
    display: block;
  }
}

.expert_section .content .image_container.for_mobile {
  display: block;
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .expert_section .content .image_container.for_mobile {
    display: none;
  }
}

.expert_section .content .image_container figure {
  width: 343px;
  height: 412px;
}

@media (min-width: 769px) {
  .expert_section .content .image_container figure {
    width: 282px;
    height: 400px;
  }
}

.expert_section .content .image_container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-global_banner {
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(36.7%, rgba(0, 0, 0, 0.331771)), color-stop(57.76%, rgba(0, 0, 0, 0))), var(--banner_mb);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.331771) 36.7%, rgba(0, 0, 0, 0) 57.76%), var(--banner_mb);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 490px;
}

@media (min-width: 769px) {
  .c-global_banner {
    height: 411px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(36.98%, rgba(0, 0, 0, 0.236979)), color-stop(58.2%, rgba(0, 0, 0, 0)), color-stop(58.2%, rgba(0, 0, 0, 0))), var(--banner-dt);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.236979) 36.98%, rgba(0, 0, 0, 0) 58.2%, rgba(0, 0, 0, 0) 58.2%), var(--banner-dt);
  }
}

.c-global_banner.hide {
  opacity: 0;
  display: none;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
}

.c-global_banner .motif {
  position: absolute;
  background: url("images/motif.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 123px;
  height: 123.74px;
}

@media (min-width: 769px) {
  .c-global_banner .motif {
    background: url("images/motif.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 177px;
    height: 178.06px;
  }
}

.c-global_banner .o-container {
  padding: var(--padding_top_mb) 16px 0;
  position: absolute;
}

@media (min-width: 769px) {
  .c-global_banner .o-container {
    padding: 0;
    bottom: 64px;
    left: 88px;
  }
}

.c-global_banner .content p {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .c-global_banner .content p {
    margin-bottom: 10px;
  }
}

.c-global_banner .content h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
  width: 100%;
  max-width: 343px;
}

.c-global_banner .content h2 b {
  font-weight: 500;
}

@media (min-width: 769px) {
  .c-global_banner .content h2 {
    font-size: 54px;
    line-height: 100%;
    max-width: 648px;
  }
}

.c-articles {
  overflow: hidden;
  background: #F5F5F5;
}

.c-articles .o-container {
  padding: 40px 16px;
}

@media (min-width: 769px) {
  .c-articles .o-container {
    padding: 64px 88px;
  }
}

.c-articles .hidden {
  display: none;
}

.c-articles .js_anchor {
  position: relative;
  visibility: hidden;
  top: 0;
}

.c-articles .js_anchor.active {
  top: -100px;
}

@media (min-width: 769px) {
  .c-articles .js_anchor.active {
    top: -200px;
  }
}

.c-articles .heading {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .c-articles .heading {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .c-articles .heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 40px;
  }
}

.c-articles .heading h3 {
  font-weight: 400;
}

.c-articles .heading h3 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-articles .heading h3 {
    font-size: 32px;
    line-height: 101%;
    width: 100%;
    max-width: 216px;
  }
}

.c-articles .heading .form_container {
  display: none;
}

.c-articles .heading .form_container.active {
  display: block;
}

@media (min-width: 769px) {
  .c-articles .heading .form_container {
    position: absolute;
    right: 0;
  }
}

.c-articles .heading .form_container .navigation {
  position: relative;
}

.c-articles .heading .form_container .navigation .nav-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .c-articles .heading .form_container .navigation .nav-filter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-articles .heading .form_container .navigation .nav-filter span {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #E61E1E;
  margin-right: 4px;
  cursor: pointer;
}

@media (min-width: 769px) {
  .c-articles .heading .form_container .navigation .nav-filter span {
    margin-right: 4px;
  }
}

.c-articles .heading .form_container .navigation .nav-filter .ic-arrow-down {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

@media (min-width: 769px) {
  .c-articles .heading .form_container .navigation .nav-filter .ic-arrow-down {
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }
}

.c-articles .heading .form_container .navigation .nav-filter .text {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #E61E1E;
  cursor: pointer;
}

.c-articles .heading .form_container .navigation .filter-container {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  width: 175px;
  position: absolute;
  z-index: 5;
  left: unset;
  right: 0;
  margin-left: 0;
  margin-right: auto;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .c-articles .heading .form_container .navigation .filter-container {
    margin-left: auto;
    margin-right: 0;
    left: 0;
  }
}

.c-articles .heading .form_container .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-articles .heading .form_container .navigation ul.nav-filter-list {
  display: none;
}

.c-articles .heading .form_container .navigation ul.nav-filter-list.active {
  display: initial;
}

.c-articles .heading .form_container .navigation ul.nav-filter-list li {
  font-family: "Toshiba Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: unset;
  color: #333333;
  height: 24px;
  padding-top: 2px;
  padding-left: 16px;
  margin-right: unset;
}

.c-articles .heading .form_container .navigation ul.nav-filter-list li:hover, .c-articles .heading .form_container .navigation ul.nav-filter-list li.active {
  color: #E61E1E;
}

.c-articles .heading .form_container .navigation ul.nav-filter-list li:hover::after, .c-articles .heading .form_container .navigation ul.nav-filter-list li.active::after {
  display: none;
}

.c-articles .heading .form_container .navigation ul li {
  margin-right: 40px;
  position: relative;
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
  color: #757AAD;
}

.c-articles .heading .form_container .navigation ul li:last-child {
  margin-right: 0;
}

.c-articles .heading .form_container .navigation ul li:hover, .c-articles .heading .form_container .navigation ul li.active {
  color: #23419A;
  cursor: pointer;
}

.c-articles .heading .form_container .navigation ul li:hover::after, .c-articles .heading .form_container .navigation ul li.active::after {
  content: "";
  background-color: #23419A;
  bottom: 0;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
}

@media (min-width: 769px) {
  .c-articles .articles-wrapper {
    padding: 0 43px;
  }
}

@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .c-articles .articles-wrapper {
    padding: 0;
  }
}

.c-articles .articles-wrapper .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 768px) {
  .c-articles .articles-wrapper .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .c-articles .articles-wrapper .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-articles .articles-wrapper .cards .card {
  width: 343px;
  background: #ffffff;
  position: relative;
  padding-bottom: 24px;
}

@media (min-width: 769px) {
  .c-articles .articles-wrapper .cards .card {
    width: 352px;
  }
}

.c-articles .articles-wrapper .cards .card.hide {
  display: none;
}

.c-articles .articles-wrapper .cards .card figure {
  width: 100%;
  height: 199px;
  position: relative;
}

@media (min-width: 769px) {
  .c-articles .articles-wrapper .cards .card figure {
    width: 100%;
    height: 199px;
    margin-bottom: 24px;
  }
}

.c-articles .articles-wrapper .cards .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-articles .articles-wrapper .cards .card .details {
  padding: 24px;
}

@media (min-width: 769px) {
  .c-articles .articles-wrapper .cards .card .details {
    padding: 24px 24px 16px;
    margin-bottom: 24px;
  }
}

.c-articles .articles-wrapper .cards .card .details .hidden {
  display: none;
}

.c-articles .articles-wrapper .cards .card .details span {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4F5B66;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.c-articles .articles-wrapper .cards .card .details h6 {
  font-weight: 400;
  font-size: 27px;
  line-height: 100%;
  color: #272D33;
}

@media (max-width: 768px) {
  .c-articles .articles-wrapper .cards .card .details h6 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.c-articles .articles-wrapper .cards .card .footer {
  position: absolute;
  bottom: 0;
  padding: 0 24px 28px;
}

@media (max-width: 768px) {
  .c-articles .articles-wrapper .cards .card .footer {
    padding: 0 24px 24px;
  }
}

.c-articles .articles-wrapper .cards .card .footer a {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  position: relative;
  color: #E61E1E;
}

.c-articles .articles-wrapper .cards .card .footer a::after {
  content: url(../src/images/icons/chevron-right-red.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  top: 3px;
}

.c-articles .articles-wrapper .pagination {
  padding-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  display: none;
}

@media (max-width: 768px) {
  .c-articles .articles-wrapper .pagination {
    padding-top: 24px;
  }
}

.c-articles .articles-wrapper .pagination.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-articles .articles-wrapper .pagination a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #202020;
  position: relative;
}

.c-articles .articles-wrapper .pagination a:not(.pagination_carets):hover::after, .c-articles .articles-wrapper .pagination a.active::after {
  content: "";
  background-color: #E61E1E;
  bottom: 0;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
}

.c-articles .articles-wrapper .pagination a.hide {
  display: none;
}

.c-articles .articles-wrapper .pagination a.prev.disable {
  pointer-events: none;
}

.c-articles .articles-wrapper .pagination a.prev.disable .ic-arrow-left {
  background: #979797;
}

.c-articles .articles-wrapper .pagination a.next.disable {
  pointer-events: none;
}

.c-articles .articles-wrapper .pagination a.next.disable .ic-arrow-right {
  background: #979797;
}

.c-articles .articles-wrapper .pagination .counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.c-articles .articles-wrapper .pagination .ic-arrow-left {
  background: #202020;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.c-articles .articles-wrapper .pagination .ic-arrow-right {
  background: #202020;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.c-articles .articles-wrapper .pagination.hidden {
  display: none;
}

.c-articles .articles-wrapper .no-result {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

.c-articles .articles-wrapper .no-result h3 {
  color: #202020;
}

.c-articles .articles-wrapper .no-result.hidden {
  display: none;
}

.c-award_recognition .o-container {
  padding: 40px 16px;
}

@media (min-width: 769px) {
  .c-award_recognition .o-container {
    padding: 64px 0;
  }
}

.c-award_recognition .heading {
  margin-bottom: 56px;
}

.c-award_recognition .heading h3 {
  font-weight: 400;
  text-align: center;
}

.c-award_recognition .heading h3 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-award_recognition .heading h3 {
    font-size: 32px;
    line-height: 101%;
  }
}

.c-award_recognition .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.c-award_recognition .cards .card {
  width: 343px;
  position: relative;
  background: #F7F7F7;
}

@media (min-width: 769px) {
  .c-award_recognition .cards .card {
    width: 352px;
  }
}

.c-award_recognition .cards .card figure {
  width: 100%;
  height: 206px;
  position: relative;
}

@media (min-width: 769px) {
  .c-award_recognition .cards .card figure {
    width: 352px;
  }
}

.c-award_recognition .cards .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-award_recognition .cards .card .details {
  padding: 32px 24px;
}

.c-award_recognition .cards .card .details .hidden {
  display: none;
}

.c-award_recognition .cards .card .details p.heading {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #575757;
  text-align: center;
  letter-spacing: unset;
  margin: 0 auto 8px;
}

@media (max-width: 768px) {
  .c-award_recognition .cards .card .details p.heading {
    font-size: 18px;
  }
}

.c-award_recognition .cards .card .details p.description {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #575757;
  text-align: center;
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-award_recognition .cards .card .details p.description {
    font-size: 16px;
  }
}

.c-award_recognition .content-description {
  padding: 0;
}

@media (min-width: 769px) {
  .c-award_recognition .content-description {
    padding: 0 319px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-award_recognition .content-description {
    padding: 0 40px;
  }
}

.c-award_recognition .content-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #575757;
  margin-bottom: 24px;
}

.c-award_recognition .content-description p:last-child {
  margin-bottom: 0;
}

.c-article_selected {
  overflow: hidden;
  background: #202020;
}

.c-article_selected .o-container {
  padding: 40px 16px;
}

@media (min-width: 769px) {
  .c-article_selected .o-container {
    padding: 64px 88px;
  }
}

.c-article_selected .hidden {
  display: none;
}

.c-article_selected .js_anchor_category {
  position: relative;
  visibility: hidden;
  top: 0;
}

.c-article_selected .js_anchor_category.active {
  top: -100px;
}

@media (min-width: 769px) {
  .c-article_selected .js_anchor_category.active {
    top: -200px;
  }
}

@media (min-width: 769px) {
  .c-article_selected .heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 40px;
  }
}

.c-article_selected .heading h3 {
  font-weight: 400;
  color: #FFFFFF;
}

.c-article_selected .heading h3 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-article_selected .heading h3 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 101%;
  }
}

@media (min-width: 769px) {
  .c-article_selected .articles-category-wrapper {
    padding: 0 43px;
  }
}

@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .c-article_selected .articles-category-wrapper {
    padding: 0;
  }
}

.c-article_selected .articles-category-wrapper .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 768px) {
  .c-article_selected .articles-category-wrapper .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 769px) {
  .c-article_selected .articles-category-wrapper .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-article_selected .articles-category-wrapper .cards .card {
  width: 343px;
  background: #ffffff;
  position: relative;
  padding-bottom: 24px;
}

@media (min-width: 769px) {
  .c-article_selected .articles-category-wrapper .cards .card {
    width: 352px;
  }
}

.c-article_selected .articles-category-wrapper .cards .card.hide {
  display: none;
}

.c-article_selected .articles-category-wrapper .cards .card figure {
  width: 100%;
  height: 199px;
  position: relative;
}

@media (min-width: 769px) {
  .c-article_selected .articles-category-wrapper .cards .card figure {
    width: 100%;
    height: 199px;
    margin-bottom: 24px;
  }
}

.c-article_selected .articles-category-wrapper .cards .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-article_selected .articles-category-wrapper .cards .card .details {
  padding: 24px;
}

@media (min-width: 769px) {
  .c-article_selected .articles-category-wrapper .cards .card .details {
    padding: 24px 24px 16px;
    margin-bottom: 24px;
  }
}

.c-article_selected .articles-category-wrapper .cards .card .details .hidden {
  display: none;
}

.c-article_selected .articles-category-wrapper .cards .card .details span {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4F5B66;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  width: 100%;
  max-width: 295px;
}

@media (min-width: 769px) {
  .c-article_selected .articles-category-wrapper .cards .card .details span {
    max-width: 304px;
  }
}

.c-article_selected .articles-category-wrapper .cards .card .details h6 {
  font-weight: 400;
  font-size: 27px;
  line-height: 100%;
  color: #272D33;
}

@media (max-width: 768px) {
  .c-article_selected .articles-category-wrapper .cards .card .details h6 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.c-article_selected .articles-category-wrapper .cards .card .footer {
  position: absolute;
  bottom: 0;
  padding: 0 24px 28px;
}

@media (max-width: 768px) {
  .c-article_selected .articles-category-wrapper .cards .card .footer {
    padding: 0 24px 24px;
  }
}

.c-article_selected .articles-category-wrapper .cards .card .footer a {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  position: relative;
  color: #E61E1E;
}

.c-article_selected .articles-category-wrapper .cards .card .footer a::after {
  content: url(../src/images/icons/chevron-right-red.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  top: 3px;
}

.c-article_selected .articles-category-wrapper .pagination {
  padding-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  display: none;
}

.c-article_selected .articles-category-wrapper .pagination.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-article_selected .articles-category-wrapper .pagination a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #ffffff;
  position: relative;
}

.c-article_selected .articles-category-wrapper .pagination a:not(.pagination_carets):hover::after, .c-article_selected .articles-category-wrapper .pagination a.active::after {
  content: "";
  background-color: #E61E1E;
  bottom: 0;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
}

.c-article_selected .articles-category-wrapper .pagination a.hide {
  display: none;
}

.c-article_selected .articles-category-wrapper .pagination a.prev.disable {
  pointer-events: none;
}

.c-article_selected .articles-category-wrapper .pagination a.prev.disable .ic-arrow-left {
  background: #C7C7C7;
}

.c-article_selected .articles-category-wrapper .pagination a.next.disable {
  pointer-events: none;
}

.c-article_selected .articles-category-wrapper .pagination a.next.disable .ic-arrow-right {
  background: #C7C7C7;
}

.c-article_selected .articles-category-wrapper .pagination .counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.c-article_selected .articles-category-wrapper .pagination .ic-arrow-left {
  background: #ffffff;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.c-article_selected .articles-category-wrapper .pagination .ic-arrow-right {
  background: #ffffff;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.c-article_selected .articles-category-wrapper .pagination.hidden {
  display: none;
}

.c-article_selected .articles-category-wrapper .no-result {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

.c-article_selected .articles-category-wrapper .no-result h3 {
  color: #ffffff;
}

.c-article_selected .articles-category-wrapper .no-result.hidden {
  display: none;
}

.c-hp-faqs {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.c-hp-faqs h3 {
  font-family: "Toshiba Sans", sans-serif !important;
}

.c-hp-faqs ol.carrier {
  list-style: decimal !important;
  margin-left: 18px !important;
  margin-top: 16px !important;
}

.c-hp-faqs ol.carrier li {
  font-size: 16px !important;
}

.c-hp-faqs .motif {
  position: absolute;
  display: none;
}

@media (min-width: 769px) {
  .c-hp-faqs .motif {
    display: block;
    background: url("images/faq-motif.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 215px;
    height: 214.99px;
    right: 0;
  }
}

.c-hp-faqs .o-container {
  border-top: 1px solid #E7E7E7;
  width: 100%;
  padding: 40px 16px;
}

@media (min-width: 769px) {
  .c-hp-faqs .o-container {
    padding: 64px 276px;
  }
}

.c-hp-faqs__holder .faqs-container {
  z-index: 2;
  position: relative;
}

.c-hp-faqs__holder .h4 {
  color: #202020;
  font-size: 32px;
  line-height: 101%;
  text-align: center;
  margin-bottom: 24px;
}

.c-hp-faqs__holder .h4 b {
  font-weight: 500;
}

@media (min-width: 924px) {
  .c-hp-faqs__holder .h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 56px;
  }
}

.c-hp-faqs__holder a.o-button-full {
  color: #ffffff;
  display: block;
  width: 100%;
}

@media (min-width: 924px) {
  .c-hp-faqs__holder a.o-button-full {
    width: 226px;
  }
}

.c-hp-faqs__holder .faqs-holder {
  max-width: 100%;
  padding-bottom: 24px;
}

@media (min-width: 769px) {
  .c-hp-faqs__holder .faqs-holder {
    padding-bottom: 32px;
  }
}

.c-hp-faqs__holder .faqs-holder:last-child {
  padding-bottom: 0;
}

.c-hp-faqs__holder .faqs-holder__title {
  position: relative;
}

.c-hp-faqs__holder .faqs-holder__title .h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 311px;
  width: 100%;
  color: #0064d2;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (min-width: 678px) {
  .c-hp-faqs__holder .faqs-holder__title .h6 {
    max-width: 100%;
  }
}

.c-hp-faqs__holder .faqs-holder__title .h6::after {
  content: url(../src/images/icons/chevron-down-blue.svg);
  position: absolute;
  right: 0;
  top: 7px;
  line-height: 0;
}

@media (min-width: 769px) {
  .c-hp-faqs__holder .faqs-holder__title .h6::after {
    content: url(../src/images/icons/chevron-down-blue.svg);
  }
}

.c-hp-faqs__holder .faqs-holder__content p,
.c-hp-faqs__holder .faqs-holder__content span,
.c-hp-faqs__holder .faqs-holder__content ol > li,
.c-hp-faqs__holder .faqs-holder__content div {
  font-family: "Toshiba Sans", sans-serif !important;
  color: #575757 !important;
  line-height: 110% !important;
  font-size: 16px !important;
  letter-spacing: 0.01em !important;
  font-style: normal !important;
  font-weight: normal !important;
  margin-bottom: 8px !important;
  -webkit-font-variant-ligatures: unset !important;
          font-variant-ligatures: unset !important;
  font-variant-caps: unset !important;
  orphans: unset !important;
  text-align: unset !important;
  text-indent: unset !important;
  white-space: unset !important;
  widows: unset !important;
  word-spacing: unset !important;
  -webkit-text-stroke-width: unset !important;
  background-color: unset !important;
}

.c-hp-faqs__holder .faqs-holder__content p:last-child,
.c-hp-faqs__holder .faqs-holder__content span:last-child,
.c-hp-faqs__holder .faqs-holder__content ol > li:last-child,
.c-hp-faqs__holder .faqs-holder__content div:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .c-hp-faqs__holder .faqs-holder__content p,
  .c-hp-faqs__holder .faqs-holder__content span,
  .c-hp-faqs__holder .faqs-holder__content ol > li,
  .c-hp-faqs__holder .faqs-holder__content div {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 130% !important;
  }
}

.c-hp-faqs__holder .faqs-holder__content p a,
.c-hp-faqs__holder .faqs-holder__content span a,
.c-hp-faqs__holder .faqs-holder__content ol > li a,
.c-hp-faqs__holder .faqs-holder__content div a {
  color: #23419A !important;
}

.c-hp-faqs__holder .faqs-holder__content p a:hover,
.c-hp-faqs__holder .faqs-holder__content span a:hover,
.c-hp-faqs__holder .faqs-holder__content ol > li a:hover,
.c-hp-faqs__holder .faqs-holder__content div a:hover {
  color: #00A9E8 !important;
}

.c-hp-faqs__holder .faqs-holder__content ol {
  background: unset !important;
}

.c-hp-faqs__holder .faqs-holder__content ol > li span {
  font-weight: 600 !important;
}

.c-accordion_cta {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-accordion_panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.c-accordion .h6 {
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-accordion.active .h6 {
  color: #202020;
  margin-bottom: 8px;
}

.c-accordion.active .h6::after {
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 924px) {
  .c-accordion.active .h6::after {
    content: url(../src/images/icons/chevron-down-blue.svg);
    height: 16px;
    width: 16px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: 14px;
  }
}

.c-about-us .c-article_selected {
  background: #ffffff;
}

.c-about-us .c-article_selected .heading h3 {
  color: #333333;
}

.c-about-us .c-article_selected .articles-category-wrapper .cards .card {
  background: #f7f7f7;
}

.c-about-us .c-article_selected .articles-category-wrapper .pagination a {
  color: #202020;
}

.c-about-us .c-article_selected .articles-category-wrapper .pagination.prev.disable {
  pointer-events: none;
}

.c-about-us .c-article_selected .articles-category-wrapper .pagination.prev.disable .ic-arrow-left {
  background: #979797;
}

.c-about-us .c-article_selected .articles-category-wrapper .pagination.next.disable {
  pointer-events: none;
}

.c-about-us .c-article_selected .articles-category-wrapper .pagination.next.disable .ic-arrow-right {
  background: #979797;
}

.c-about-us .c-article_selected .articles-category-wrapper .pagination .ic-arrow-left,
.c-about-us .c-article_selected .articles-category-wrapper .pagination .ic-arrow-right {
  background: #202020;
}

.c-about-us .c-article_selected .articles-category-wrapper .no-result h3 {
  color: #202020;
}

.c-about-section {
  overflow: hidden;
}

.c-about-section .o-container {
  padding: 64px 16px;
}

@media (min-width: 769px) {
  .c-about-section .o-container {
    padding: 80px 88px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-about-section .o-container {
    padding: 40px;
  }
}

.c-about-section .content .column {
  display: grid;
  gap: 24px;
}

@media (min-width: 769px) {
  .c-about-section .content .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    gap: 114px;
  }
}

@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .c-about-section .content .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    gap: 64px;
  }
}

@media (min-width: 769px) {
  .c-about-section .content .column .heading {
    padding-top: 84.5px;
    margin-bottom: 24px;
  }
}

.c-about-section .content .column .heading p {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  color: #575757;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.c-about-section .content .column .heading h2 {
  font-weight: 400;
  color: #333333;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 24px;
}

.c-about-section .content .column .heading h2 b {
  font-weight: 500;
}

@media (min-width: 769px) {
  .c-about-section .content .column .heading h2 {
    font-size: 54px;
    line-height: 100%;
    margin-bottom: 0;
    width: 539px;
  }
}

.c-about-section .content .column .heading .image_container {
  display: none;
}

@media (max-width: 768px) {
  .c-about-section .content .column .heading .image_container {
    display: block;
  }
}

.c-about-section .content .column .heading .image_container figure {
  width: 100%;
  height: 121.06px;
}

.c-about-section .content .column .heading .image_container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-about-section .content .column .text {
  width: 100%;
  max-width: 537px;
}

.c-about-section .content .column .text .desc {
  margin-bottom: 16px;
}

.c-about-section .content .column .text .desc:last-child {
  margin-bottom: 0;
}

.c-about-section .content .column .text .desc h6 {
  font-weight: 500;
  color: #202020;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .c-about-section .content .column .text .desc h6 {
    font-size: 18px;
  }
}

.c-about-section .content .column .text .desc p {
  line-height: 140%;
  font-weight: 400;
  color: #575757;
}

.c-about-section .content .image_container {
  display: none;
}

@media (min-width: 769px) {
  .c-about-section .content .image_container {
    display: block;
  }
}

.c-about-section .content .image_container figure {
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .c-about-section .content .image_container figure {
    width: 1190px;
    height: 420;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-about-section .content .image_container figure {
    width: 100%;
    height: 100%;
  }
}

.c-about-section .content .image_container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-expert-section {
  overflow: hidden;
}

.c-expert-section .o-container {
  padding: 64px 16px;
}

@media (min-width: 769px) {
  .c-expert-section .o-container {
    padding: 64px 0 64px 88px;
  }
  .c-expert-section .o-container.left {
    padding: 64px 110px 64px 0;
  }
}

.c-expert-section .content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}

.c-expert-section .content_container.left {
  gap: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 769px) {
  .c-expert-section .content_container .first_column {
    padding: 57.5px 0 0 0;
  }
}

.c-expert-section .content_container .first_column span {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .c-expert-section .content_container .first_column span {
    margin-bottom: 8px;
  }
}

.c-expert-section .content_container .first_column h2 {
  font-weight: 400;
  color: #202020;
  line-height: 100%;
  margin-bottom: 16px;
}

.c-expert-section .content_container .first_column h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-expert-section .content_container .first_column h2 {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}

.c-expert-section .content_container .first_column p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #575757;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .c-expert-section .content_container .first_column p {
    font-size: 16px;
    line-height: 140%;
  }
}

.c-expert-section .content_container .first_column .o-button-default {
  max-width: 196px;
  line-height: 130%;
  height: 44px;
  background: #E61E1E;
  padding: 11px 0;
  border: unset;
  color: unset;
  border-radius: unset;
  letter-spacing: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .c-expert-section .content_container .first_column .o-button-default {
    max-width: 100%;
  }
}

.c-expert-section .content_container .first_column .o-button-default span {
  font-family: "Toshiba Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-transform: unset;
  margin-bottom: 0;
  margin-right: 8px;
}

.c-expert-section .content_container .first_column .o-button-default .ic-learn-more {
  height: 16px;
  width: 16px;
  background-color: #ffffff;
}

.c-expert-section .content_container .first_column .o-button-default:hover {
  background-color: #A60404;
}

.c-expert-section .content_container .first_column figure {
  display: none;
  width: 100%;
  height: 225px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .c-expert-section .content_container .first_column figure {
    display: block;
  }
}

.c-expert-section .content_container .first_column figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .c-expert-section .content_container .second_column {
    display: none;
  }
}

.c-expert-section .content_container .second_column figure {
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .c-expert-section .content_container .second_column figure {
    width: 631px;
    height: 420px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-expert-section .content_container .second_column figure {
    width: 328px;
  }
}

.c-expert-section .content_container .second_column figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.industry_solution_articles {
  overflow: hidden;
  position: relative;
  background-color: var(--bg-color);
}

.industry_solution_articles.adjustedTop {
  padding-top: 147px;
}

.industry_solution_articles .o-container {
  padding: 64px 16px;
}

@media (min-width: 769px) {
  .industry_solution_articles .o-container {
    padding: 64px 0;
  }
}

.industry_solution_articles .content {
  position: relative;
}

.industry_solution_articles .content .heading {
  text-align: center;
  width: 100%;
  max-width: 582px;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .heading {
    margin-bottom: 40px;
  }
}

.industry_solution_articles .content .heading h2 {
  font-weight: 400;
  color: #202020;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .industry_solution_articles .content .heading h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

.industry_solution_articles .content .heading p {
  font-weight: 400;
  line-height: 140%;
  color: #575757;
  letter-spacing: unset;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .industry_solution_articles .content .heading p {
    letter-spacing: 0.01em;
  }
}

.industry_solution_articles .content .button-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .button-view {
    margin-top: 40px;
  }
}

.industry_solution_articles .content .button-view .view_all {
  padding: 11px 0;
  color: #0064d2;
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: transparent;
  border: 1px solid #0064d2;
  width: 100%;
  max-width: 100%;
  height: 44px;
  position: relative;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .button-view .view_all {
    max-width: 166px;
  }
}

.industry_solution_articles .content .button-view .view_all:hover {
  color: #ffffff;
  background-color: #0064d2;
}

.industry_solution_articles .content .articles p {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4f5b66;
  margin-bottom: 16px;
}

.industry_solution_articles .content .articles h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  color: #272d33;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .industry_solution_articles .content .articles h4 {
    font-size: 28px;
    line-height: 109%;
  }
}

.industry_solution_articles .content .articles .o-button, .industry_solution_articles .content .articles .o-button-full, .industry_solution_articles .content .articles .o-button-default, .industry_solution_articles .content .articles .o-button-default-white, .industry_solution_articles .content .articles .o-button-full-white-before {
  padding: 0;
  width: 100%;
  line-height: unset;
  background-color: transparent;
  border-radius: unset;
  text-align: start;
}

.industry_solution_articles .content .articles .o-button span, .industry_solution_articles .content .articles .o-button-full span, .industry_solution_articles .content .articles .o-button-default span, .industry_solution_articles .content .articles .o-button-default-white span, .industry_solution_articles .content .articles .o-button-full-white-before span {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #E61E1E;
  position: relative;
}

.industry_solution_articles .content .articles .o-button span::after, .industry_solution_articles .content .articles .o-button-full span::after, .industry_solution_articles .content .articles .o-button-default span::after, .industry_solution_articles .content .articles .o-button-default-white span::after, .industry_solution_articles .content .articles .o-button-full-white-before span::after {
  content: "";
  background: url("images/icons/ic-chevron-right-red.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 16px;
  right: -25px;
  top: 4px;
  margin-left: 8px;
}

.industry_solution_articles .content .articles .o-button:hover, .industry_solution_articles .content .articles .o-button-full:hover, .industry_solution_articles .content .articles .o-button-default:hover, .industry_solution_articles .content .articles .o-button-default-white:hover, .industry_solution_articles .content .articles .o-button-full-white-before:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .one_article {
    padding: 0 131px;
  }
}

.industry_solution_articles .content .articles .one_article .card {
  display: grid;
  gap: 0;
  background: #ffffff;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .one_article .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

.industry_solution_articles .content .articles .one_article .card .image_card figure {
  width: 100%;
  height: 199px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .one_article .card .image_card figure {
    width: 540px;
    height: 400px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .industry_solution_articles .content .articles .one_article .card .image_card figure {
    width: 100%;
    height: 100%;
  }
}

.industry_solution_articles .content .articles .one_article .card .image_card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.industry_solution_articles .content .articles .one_article .card .card_content {
  padding: 24px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .one_article .card .card_content {
    padding: 98.5px 112px 98.5px 20px;
  }
}

.industry_solution_articles .content .articles .one_article .card .card_content h4 {
  font-size: 22px !important;
  line-height: 100% !important;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .one_article .card .card_content h4 {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 110% !important;
    margin-bottom: 16px !important;
    color: #272d33 !important;
  }
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .two_article {
    padding: 0 88px;
  }
}

.industry_solution_articles .content .articles .two_article .cards {
  display: grid;
  gap: 24px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .two_article .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.industry_solution_articles .content .articles .two_article .cards .card {
  background: #F7F7F7;
}

.industry_solution_articles .content .articles .two_article .cards .card figure {
  width: 100%;
  height: 199px;
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .two_article .cards .card figure {
    width: 583px;
    height: 304px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .industry_solution_articles .content .articles .two_article .cards .card figure {
    width: 100%;
    height: 100%;
  }
}

.industry_solution_articles .content .articles .two_article .cards .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.industry_solution_articles .content .articles .two_article .cards .card .text-container {
  padding: 24px;
}

@media (max-width: 768px) {
  .industry_solution_articles .content .articles .two_article .cards .card .text-container {
    padding: 0 24px 24px;
  }
  .industry_solution_articles .content .articles .two_article .cards .card .text-container h4 {
    font-size: 22px !important;
  }
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .two_article .cards .card .text-container h4 {
    font-size: 32px;
  }
}

.industry_solution_articles .content .articles .three_article {
  display: grid;
  gap: 24px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 88px;
  }
}

.industry_solution_articles .content .articles .three_article .first_card {
  background: #F7F7F7;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .first_card {
    width: 50%;
  }
}

.industry_solution_articles .content .articles .three_article .first_card figure {
  width: 100%;
  height: 199px;
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .first_card figure {
    width: 583px;
    height: 304px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .first_card figure {
    width: 100%;
    height: 199px;
  }
}

.industry_solution_articles .content .articles .three_article .first_card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.industry_solution_articles .content .articles .three_article .first_card .card-content {
  padding: 0 24px 24px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .first_card .card-content {
    padding: 24px;
  }
}

.industry_solution_articles .content .articles .three_article .first_card .card-content h4 {
  font-size: 32px;
  line-height: 109%;
}

@media (max-width: 768px) {
  .industry_solution_articles .content .articles .three_article .first_card .card-content h4 {
    font-size: 22px;
    line-height: 100%;
  }
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .second_and_third_card {
    width: 50%;
  }
}

.industry_solution_articles .content .articles .three_article .second_and_third_card .card {
  display: grid;
  gap: 24px;
  margin-bottom: 24px;
  background: #F7F7F7;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .second_and_third_card .card {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.industry_solution_articles .content .articles .three_article .second_and_third_card .card:last-child {
  margin-bottom: 0;
}

.industry_solution_articles .content .articles .three_article .second_and_third_card .card .image_card figure {
  width: 100%;
  height: 199px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .second_and_third_card .card .image_card figure {
    width: 279.5px;
    height: 258px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .second_and_third_card .card .image_card figure {
    width: 100%;
    height: 100%;
  }
}

.industry_solution_articles .content .articles .three_article .second_and_third_card .card .image_card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.industry_solution_articles .content .articles .three_article .second_and_third_card .card .card_content {
  padding: 0 24px 24px;
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .second_and_third_card .card .card_content {
    padding: 40px 0 24px 24px;
  }
}

@media (max-width: 768px) {
  .industry_solution_articles .content .articles .three_article .second_and_third_card .card .card_content h4 {
    font-size: 22px !important;
    line-height: 100% !important;
  }
}

@media (min-width: 769px) {
  .industry_solution_articles .content .articles .three_article .second_and_third_card .card .card_content h4 {
    font-size: 22px !important;
    line-height: 120% !important;
    margin-bottom: 16px !important;
    color: #272D33 !important;
  }
}

.c-industry_product {
  background: var(--bg-color);
  position: relative;
}

.c-industry_product .o-container {
  padding: 32px 16px;
}

@media (min-width: 769px) {
  .c-industry_product .o-container {
    padding: 64px 92px;
  }
}

.c-industry_product .content .heading p {
  font-weight: 400;
  font-size: 32px;
  line-height: 109%;
  color: #202020;
  letter-spacing: unset;
  margin-bottom: 24px;
}

.c-industry_product .content .heading p b {
  font-weight: 500;
}

.c-industry_product .content .product-container-dt {
  display: none;
}

@media (min-width: 769px) {
  .c-industry_product .content .product-container-dt {
    display: block;
  }
}

.c-industry_product .content .product-container-mb {
  display: block;
}

@media (min-width: 769px) {
  .c-industry_product .content .product-container-mb {
    display: none;
  }
}

.c-industry_product .content .carousel__item {
  width: 163.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: end;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .c-industry_product .content .carousel__item {
    gap: 16px;
    width: unset;
  }
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item {
    width: 279.5px;
  }
}

.c-industry_product .content .carousel__item .card {
  width: 163.5px;
  position: relative;
  background: #ffffff;
  border: 1px solid #E7E7E7;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card {
    width: 279.5px;
  }
}

.c-industry_product .content .carousel__item .card:hover .card-content__header {
  height: 156px;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card:hover .card-content__header {
    height: 198px;
  }
  .c-industry_product .content .carousel__item .card:hover .card-content__header figure {
    height: 198px;
  }
}

.c-industry_product .content .carousel__item .card:hover .card-content__footer {
  opacity: 1;
  visibility: visible;
  display: block;
}

.c-industry_product .content .carousel__item .card:hover .card-content__body {
  padding-bottom: 9px;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card:hover .card-content__body {
    padding-bottom: 10px;
    position: unset;
  }
}

.c-industry_product .content .carousel__item .card-content {
  background-color: #ffffff;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  height: 98%;
}

.c-industry_product .content .carousel__item .card-content__header {
  margin: 4px;
  height: 155.5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: hidden;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card-content__header {
    height: 259.22px;
  }
}

.c-industry_product .content .carousel__item .card-content__header figure {
  width: 155.5px;
  height: 156px;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card-content__header figure {
    width: 271.5px;
    height: 259.22px;
  }
}

.c-industry_product .content .carousel__item .card-content__header figure img {
  width: 100%;
  height: 100%;
}

.c-industry_product .content .carousel__item .card-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 8px 55.32px;
  height: unset;
  display: flex;
  flex-direction: column;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card-content__body {
    padding: 16px 16px 29.78px;
  }
}

.c-industry_product .content .carousel__item .card-content__body .subtitle {
  color: #5B5853;
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 400;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card-content__body .subtitle {
    color: #575757;
    display: block;
  }
}

.c-industry_product .content .carousel__item .card-content__body .title {
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  height: 66px;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card-content__body .title {
    font-size: 22px;
    font-weight: 400;
    height: unset;
  }
}

.c-industry_product .content .carousel__item .card-content__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .c-industry_product .content .carousel__item .card-content__footer {
    position: unset;
    bottom: unset;
    display: none;
    padding: 0;
  }
}

.c-industry_product .content .carousel__item .card-content__footer .o-button-full {
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 140%;
  font-size: 16px;
  padding: 11px 0;
  letter-spacing: 0.02em;
  background-color: #E61E1E;
  border-radius: 0;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card-content__footer .o-button-full {
    font-size: 16px;
  }
}

.c-industry_product .content .carousel__item .card-content__footer .o-button-full:hover {
  background-color: #A60404;
}

@media (max-width: 768px) {
  .c-industry_product .content .carousel__item .card-content__footer .o-button-full {
    margin-bottom: 0px;
  }
}

.c-industry_product .content .carousel__item .card-content__footer .o-button-default {
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 100%;
  font-size: 12px;
  padding: 10px 0 8px;
}

@media (min-width: 769px) {
  .c-industry_product .content .carousel__item .card-content__footer .o-button-default {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 130%;
    padding: 12px auto 7px;
  }
}

.c-industry_product .content .glide {
  cursor: -webkit-grab;
  overflow: hidden;
}

@media (max-width: 768px) {
  .c-industry_product .content .glide {
    margin-top: 95px;
  }
}

.c-industry_product .content .glide__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-industry_product .content .controls {
  position: absolute;
  top: 125px;
  margin-bottom: 24px;
  display: block;
}

@media (min-width: 769px) {
  .c-industry_product .content .controls {
    display: none;
  }
}

.c-industry_product .content .slider__arrow {
  top: 68px;
  width: 48px;
  height: 48px;
  background-color: #23419A;
  border-radius: 100%;
  padding: 12px;
}

.c-industry_product .content .slider__arrow .ic-arrow-left,
.c-industry_product .content .slider__arrow .ic-arrow-right {
  height: 24px;
  width: 24px;
  background-color: #ffffff;
}

.c-industry_product .content .slider__arrow--next {
  right: 85px;
}

.c-industry_product .content .slider__arrow--next.glide__arrow--disabled {
  background-color: #e7e7e7;
}

.c-industry_product .content .slider__arrow--next.glide__arrow--disabled .ic-arrow-right {
  background-color: #23419A;
}

.c-industry_product .content .slider__arrow--prev {
  left: unset;
  right: 133px;
  margin-right: 16px;
}

.c-industry_product .content .slider__arrow--prev.glide__arrow--disabled {
  background-color: #e7e7e7;
}

.c-industry_product .content .slider__arrow--prev.glide__arrow--disabled .ic-arrow-left {
  background-color: #23419A;
}

.c-project_service_solution .o-container {
  padding: 64px 16px;
}

@media (max-width: 768px) {
  .c-project_service_solution .o-container.service {
    padding: 0px 16px 64px;
  }
}

@media (min-width: 769px) {
  .c-project_service_solution .o-container {
    padding: 64px 88px;
  }
}

@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .c-project_service_solution .o-container {
    padding: 64px 40px;
  }
}

.c-project_service_solution .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}

@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .c-project_service_solution .content {
    gap: 12px;
  }
}

.c-project_service_solution .content.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .c-project_service_solution .content {
    display: grid;
    gap: 40px;
  }
}

.c-project_service_solution .content .heading {
  padding-top: 231.5px;
  width: 100%;
  max-width: 446px;
}

@media (max-width: 768px) {
  .c-project_service_solution .content .heading {
    padding-top: 0;
    max-width: 100%;
  }
}

.c-project_service_solution .content .heading .overline {
  font-family: "Roboto Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0064d2;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .c-project_service_solution .content .heading .overline {
    margin-bottom: 16px;
  }
}

.c-project_service_solution .content .heading h3 {
  font-weight: 400;
  font-size: 54px;
  line-height: 100%;
}

.c-project_service_solution .content .heading h3 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-project_service_solution .content .heading h3 {
    font-size: 36px;
    line-height: 120%;
  }
}

.c-project_service_solution .content .cards {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) {
  .c-project_service_solution .content .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

.c-project_service_solution .content .cards .card {
  background: #F7F7F7;
  -webkit-box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
          box-shadow: 0px 8px 20px rgba(72, 74, 96, 0.1);
  width: 343px;
}

@media (min-width: 769px) {
  .c-project_service_solution .content .cards .card {
    width: 300px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.c-project_service_solution .content .cards .card .text-content {
  padding: 16px 16px 0;
}

.c-project_service_solution .content .cards .card .text-content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #575757;
  letter-spacing: unset;
  margin-bottom: 16px;
  height: 52px;
}

@media (max-width: 768px) {
  .c-project_service_solution .content .cards .card .text-content p {
    font-size: 18px;
    height: 44px;
  }
}

.c-project_service_solution .content .cards .card .text-content .description {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
  margin-bottom: 16px;
}

.c-project_service_solution .content .cards .card figure {
  width: 343px;
  height: 166px;
}

@media (min-width: 769px) {
  .c-project_service_solution .content .cards .card figure {
    width: 300px;
    height: 204px;
  }
}

.c-project_service_solution .content .cards .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .c-project_service_solution .content .cards .card:hover .text-content p {
    height: 100%;
  }
}

.c-project_service_solution .content .cards .card:hover .text-content .description {
  display: block;
}

@media (min-width: 769px) {
  .c-project_service_solution .content .cards .card:hover figure {
    width: 300px;
    height: 126px !important;
  }
}

.c-company-profile {
  position: relative;
}

.c-company-profile .o-container {
  padding: 40px 16px;
}

@media (min-width: 769px) {
  .c-company-profile .o-container {
    padding: 64px 88px;
  }
}

.c-company-profile .motif {
  position: absolute;
  background: url("images/commitment-motif.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 139.99px;
  right: 0;
  top: -100px;
}

@media (min-width: 769px) {
  .c-company-profile .motif {
    background: url("images/commitment-motif.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 215px;
    height: 214.99px;
    top: -155px;
  }
}

.c-company-profile .profile-main__heading {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .c-company-profile .profile-main__heading {
    margin-bottom: 24px;
  }
}

.c-company-profile .profile-main__heading span {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 16px;
}

.c-company-profile .profile-main__heading h3 {
  color: #333333;
  font-size: 32px;
  font-weight: 400;
  line-height: 101%;
}

.c-company-profile .profile-main__heading h3 b {
  font-weight: 500;
}

@media (min-width: 769px) {
  .c-company-profile .profile-main__heading h3 {
    font-size: 40px;
    line-height: 110%;
    width: 100%;
    max-width: 714px;
    margin: 0 auto;
  }
}

.c-company-profile .profile-main__body {
  display: grid;
  gap: 56px;
}

@media (min-width: 769px) {
  .c-company-profile .profile-main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-company-profile .profile-main__body {
    gap: 16px;
  }
}

.c-company-profile .profile-main__body .profile-image figure {
  width: 100%;
  height: 219px;
}

@media (min-width: 769px) {
  .c-company-profile .profile-main__body .profile-image figure {
    width: 634px;
    height: 400px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-company-profile .profile-main__body .profile-image figure {
    width: 324px;
    height: 400px;
  }
}

.c-company-profile .profile-main__body .profile-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-company-profile .profile-main__body .profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-company-profile .profile-main__body .profile-content .profile-details__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  cursor: pointer;
}

.c-company-profile .profile-main__body .profile-content .profile-details__items:last-child {
  margin-bottom: 0;
}

.c-company-profile .profile-main__body .profile-content .profile-details__items .icon-container {
  width: 40px;
  height: 40px;
}

.c-company-profile .profile-main__body .profile-content .profile-details__items .ic-check-circle {
  background-color: #A7A7A7;
  width: 40px;
  height: 40px;
}

.c-company-profile .profile-main__body .profile-content .profile-details__items .profile-description {
  max-width: 100%;
}

@media (min-width: 769px) {
  .c-company-profile .profile-main__body .profile-content .profile-details__items .profile-description {
    max-width: 358px;
  }
}

.c-company-profile .profile-main__body .profile-content .profile-details__items .profile-description h6 {
  color: #202020;
  font-weight: 400;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .c-company-profile .profile-main__body .profile-content .profile-details__items .profile-description h6 {
    font-size: 18px;
  }
}

.c-company-profile .profile-main__body .profile-content .profile-details__items .profile-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #575757;
}

.c-company-profile .profile-main__body .profile-content .profile-details__items.active .ic-check-circle {
  background-color: #E61E1E;
}

.c-testomonials-v2 {
  overflow: hidden;
  position: relative;
  background: #202020;
}

.c-testomonials-v2 .o-container {
  padding: 64px 0 201px 16px;
}

@media (min-width: 769px) {
  .c-testomonials-v2 .o-container {
    padding: 120px 0 176px 88px;
  }
}

.c-testomonials-v2 .carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 104px;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .carousel-container {
    display: grid;
    gap: 24px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-testomonials-v2 .carousel-container {
    display: grid;
    gap: 24px;
  }
}

.c-testomonials-v2 .carousel-container .heading__content {
  width: 100%;
  max-width: 301px;
  padding-top: 169.5px;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .carousel-container .heading__content {
    width: 100%;
    max-width: 316px;
    padding: 0 16px 0 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-testomonials-v2 .carousel-container .heading__content {
    padding-top: 0;
    max-width: 100%;
  }
}

.c-testomonials-v2 .carousel-container .heading__content h2 {
  font-weight: 400;
  font-size: 54px;
  line-height: 100%;
  color: #ffffff;
}

.c-testomonials-v2 .carousel-container .heading__content h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .carousel-container .heading__content h2 {
    font-size: 36px;
    line-height: 120%;
    text-align: center;
  }
}

.c-testomonials-v2 .carousel-container .glide {
  cursor: -webkit-grab;
  overflow: hidden;
}

.c-testomonials-v2 .carousel-container .glide__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-testomonials-v2 .carousel-container .glide .carousel__item {
  width: 253px !important;
  background: #F7F7F7;
  border-radius: 5px;
}

@media (min-width: 769px) {
  .c-testomonials-v2 .carousel-container .glide .carousel__item {
    width: 352px !important;
  }
}

.c-testomonials-v2 .carousel-container .glide .carousel__item .card {
  width: 253px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 769px) {
  .c-testomonials-v2 .carousel-container .glide .carousel__item .card {
    width: 352px;
  }
}

.c-testomonials-v2 .carousel-container .glide .carousel__item .card .carousel__description {
  padding: 24px;
  background: #F7F7F7;
  margin-bottom: auto;
  display: grid;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .carousel-container .glide .carousel__item .card .carousel__description {
    padding: 24px 16px;
  }
}

.c-testomonials-v2 .carousel-container .glide .carousel__item .card .carousel__description p {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #202020;
}

@media (min-width: 769px) {
  .c-testomonials-v2 .carousel-container .glide .carousel__item .card .carousel__description p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    height: 258px;
  }
}

.c-testomonials-v2 .carousel-container .glide .carousel__item .card .bottom_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  background: #ffffff;
  height: 107px;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .carousel-container .glide .carousel__item .card .bottom_box {
    padding: 16px;
    height: unset;
  }
}

.c-testomonials-v2 .carousel-container .glide .carousel__item .card .bottom_box figure {
  width: 64px;
  height: 64px;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .carousel-container .glide .carousel__item .card .bottom_box figure {
    width: 48px;
    height: 48px;
  }
}

.c-testomonials-v2 .carousel-container .glide .carousel__item .card .bottom_box figure img {
  width: 100%;
  height: 100%;
}

.c-testomonials-v2 .carousel-container .glide .carousel__item .card .bottom_box .client {
  margin-left: 16px;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .carousel-container .glide .carousel__item .card .bottom_box .client {
    width: 100%;
    max-width: 157px;
  }
}

.c-testomonials-v2 .carousel-container .glide .carousel__item .card .bottom_box .client .heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #575757;
  margin-bottom: 4px;
}

.c-testomonials-v2 .carousel-container .glide .carousel__item .card .bottom_box .client .sub {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #979797;
  letter-spacing: unset;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .control_pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 32px;
  }
}

.c-testomonials-v2 .slider__arrow {
  position: absolute;
  top: 92.5%;
  z-index: 1;
  margin-top: -9px;
}

@media (min-width: 769px) {
  .c-testomonials-v2 .slider__arrow {
    top: 600px;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 0;
    padding: 12px;
  }
}

@media (max-width: 768px) {
  .c-testomonials-v2 .slider__arrow {
    top: 600px;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 0;
    padding: 12px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 875px) {
  .c-testomonials-v2 .slider__arrow {
    top: 716px;
  }
}

@media only screen and (max-width: 874px) and (min-width: 769px) {
  .c-testomonials-v2 .slider__arrow {
    top: 760px;
  }
}

.c-testomonials-v2 .slider__arrow .ic-arrow-left,
.c-testomonials-v2 .slider__arrow .ic-arrow-right {
  height: 24px;
  width: 24px;
  background-color: #E61E1E;
}

.c-testomonials-v2 .slider__arrow.for-desktop {
  display: none;
}

@media (min-width: 769px) {
  .c-testomonials-v2 .slider__arrow.for-desktop {
    display: block;
  }
}

.c-testomonials-v2 .slider__arrow.for-mobile {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -79px;
  margin-top: 0;
}

@media (min-width: 769px) {
  .c-testomonials-v2 .slider__arrow.for-mobile {
    display: none;
  }
}

.c-testomonials-v2 .slider__arrow--next {
  right: 6rem;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .slider__arrow--next.glide__arrow--disabled {
    background-color: #FFFFFF;
  }
  .c-testomonials-v2 .slider__arrow--next.glide__arrow--disabled .ic-arrow-right {
    background-color: #E61E1E;
  }
  .c-testomonials-v2 .slider__arrow--next.for-mobile {
    right: -57px;
  }
}

@media (min-width: 769px) {
  .c-testomonials-v2 .slider__arrow--next {
    right: 85px;
  }
  .c-testomonials-v2 .slider__arrow--next.glide__arrow--disabled {
    background-color: #FFFFFF;
  }
  .c-testomonials-v2 .slider__arrow--next.glide__arrow--disabled .ic-arrow-right {
    background-color: #E61E1E;
  }
}

.c-testomonials-v2 .slider__arrow--prev {
  left: 6rem;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .slider__arrow--prev {
    margin-right: 16px;
  }
  .c-testomonials-v2 .slider__arrow--prev.glide__arrow--disabled {
    background-color: #FFFFFF;
  }
  .c-testomonials-v2 .slider__arrow--prev.glide__arrow--disabled .ic-arrow-left {
    background-color: #E61E1E;
  }
  .c-testomonials-v2 .slider__arrow--prev.for-mobile {
    left: -54px;
  }
}

@media (min-width: 769px) {
  .c-testomonials-v2 .slider__arrow--prev {
    left: unset;
    right: 133px;
    margin-right: 24px;
  }
  .c-testomonials-v2 .slider__arrow--prev.glide__arrow--disabled {
    background-color: #FFFFFF;
  }
  .c-testomonials-v2 .slider__arrow--prev.glide__arrow--disabled .ic-arrow-left {
    background-color: #E61E1E;
  }
}

.c-testomonials-v2 .slider__bullets {
  display: none;
  position: unset;
  z-index: 2;
  bottom: 1.5rem;
  list-style: none;
  bottom: 40px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .c-testomonials-v2 .slider__bullets {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 17px;
  }
  .c-testomonials-v2 .slider__bullets button {
    padding: 0;
  }
}

.c-testomonials-v2 .slider__bullets span {
  font-family: "Toshiba Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #231f20;
  position: relative;
}

.c-testomonials-v2 .slider__bullet:focus span::after,
.c-testomonials-v2 .slider__bullet:hover span::after {
  content: "";
  background-color: #00906D;
  bottom: -5px;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
}

.c-testomonials-v2 .slider__bullet[class*="active"] span::after {
  content: "";
  background-color: #00906D;
  bottom: -5px;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
}

.c-thank-you {
  overflow: hidden;
}

.c-thank-you .o-container {
  padding: 40px 16px;
}

@media (min-width: 769px) {
  .c-thank-you .o-container {
    padding: 100px 276px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-thank-you .o-container {
    padding: 60px 40px;
  }
}

.c-thank-you .card {
  padding: 40px 24px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 8px 20px rgba(72, 74, 96, 0.1));
          filter: drop-shadow(0px 8px 20px rgba(72, 74, 96, 0.1));
  text-align: center;
}

@media (min-width: 769px) {
  .c-thank-you .card {
    padding: 80px 67px;
  }
}

.c-thank-you .card h3 {
  color: #202020;
  font-weight: 400;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .c-thank-you .card h3 {
    font-size: 32px;
    line-height: 101%;
  }
}

.c-thank-you .card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #575757;
  margin-bottom: 24px;
}

.c-thank-you .card .o-button, .c-thank-you .card .o-button-full, .c-thank-you .card .o-button-default, .c-thank-you .card .o-button-default-white, .c-thank-you .card .o-button-full-white-before {
  padding: 11px 47px;
  width: 100%;
  max-width: 158px;
  height: 44px;
  line-height: unset;
  background-color: #E61E1E;
  border-radius: 0;
}

.c-thank-you .card .o-button span, .c-thank-you .card .o-button-full span, .c-thank-you .card .o-button-default span, .c-thank-you .card .o-button-default-white span, .c-thank-you .card .o-button-full-white-before span {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

@media (min-width: 924px) {
  .c-thank-you .card .o-button:hover, .c-thank-you .card .o-button-full:hover, .c-thank-you .card .o-button-default:hover, .c-thank-you .card .o-button-default-white:hover, .c-thank-you .card .o-button-full-white-before:hover {
    background-color: #A60404;
  }
}

.c-industry_solution_header {
  background-color: #F7F7F7;
}

.c-industry_solution_header .o-container {
  padding: 0;
}

@media (min-width: 769px) {
  .c-industry_solution_header .o-container {
    padding: 0 88px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-industry_solution_header .o-container {
    padding: 0;
  }
}

.c-industry_solution_header.sticky {
  -webkit-transition: 2;
  transition: 2;
}

.c-industry_solution_header.sticky .o-container {
  padding: 0;
}

.c-industry_solution_header.sticky .header-nav {
  margin-top: 0;
  position: fixed;
  z-index: 1;
}

@media (max-width: 768px) {
  .c-industry_solution_header.sticky .header-nav::after {
    content: '';
    background: url("images/icons/ic-chevron-down.svg") no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 14px;
    right: 16px;
    z-index: 1;
  }
}

.c-industry_solution_header .selected_item {
  padding: 19.5px 16px;
  background: #202020;
}

.c-industry_solution_header .selected_item p {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.c-industry_solution_header .header-nav {
  background: #202020;
  padding: 24px 91px;
  width: 100%;
  margin-top: -34px;
  position: relative;
}

@media (max-width: 768px) {
  .c-industry_solution_header .header-nav {
    padding: 19.5px 16px;
    margin-top: -1px;
  }
  .c-industry_solution_header .header-nav.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19.5px;
  }
  .c-industry_solution_header .header-nav.active::after {
    content: '';
    background: url("images/icons/ic-chevron-down.svg") no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 324px;
    right: 16px;
    z-index: 1;
  }
  .c-industry_solution_header .header-nav h6 {
    font-family: "Roboto Mono", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
  }
  .c-industry_solution_header .header-nav::after {
    content: '';
    background: url("images/icons/ic-chevron-down.svg") no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 16px;
    right: 16px;
    z-index: 1;
  }
}

.c-industry_solution_header .header-nav h6 {
  display: block;
}

@media (min-width: 769px) {
  .c-industry_solution_header .header-nav h6 {
    display: none;
  }
}

.c-industry_solution_header .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-industry_solution_header .header-nav ul {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .c-industry_solution_header .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    display: none;
  }
}

.c-industry_solution_header .header-nav ul li a {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .c-industry_solution_header .header-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

.c-industry_solution_header .header-nav ul li a:hover, .c-industry_solution_header .header-nav ul li a.active {
  font-weight: 700;
}

.c-industry_solution_header .header-nav ul li a:hover::after, .c-industry_solution_header .header-nav ul li a.active::after {
  content: "";
  background-color: #ffffff;
  bottom: -4px;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
}

@media (max-width: 768px) {
  .c-industry_solution_header .header-nav ul li a:hover, .c-industry_solution_header .header-nav ul li a.active {
    color: #E61E1E;
  }
  .c-industry_solution_header .header-nav ul li a:hover::after, .c-industry_solution_header .header-nav ul li a.active::after {
    display: none;
  }
}

.c-industry_solution_header .header-nav ul li.active a {
  font-weight: 700;
}

.c-industry_solution_header .header-nav ul li.active a::after {
  content: "";
  background-color: #ffffff;
  bottom: -4px;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
}

@media (max-width: 768px) {
  .c-industry_solution_header .header-nav ul li.active a {
    color: #E61E1E;
  }
  .c-industry_solution_header .header-nav ul li.active a::after {
    display: none;
  }
}

.c-basic-commitment {
  background: #F3F2F2;
}

.c-basic-commitment .o-container {
  padding: 64px 16px;
}

@media (min-width: 769px) {
  .c-basic-commitment .o-container {
    padding: 64px 0 64px 88px;
  }
}

@media (min-width: 769px) {
  .c-basic-commitment .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
  }
}

@media (min-width: 769px) {
  .c-basic-commitment .content .heading {
    padding-top: 109.5px;
  }
}

.c-basic-commitment .content .heading .sub-title {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .c-basic-commitment .content .heading .sub-title {
    margin-bottom: 8px;
  }
}

.c-basic-commitment .content .heading h2 {
  font-weight: 400;
  color: #202020;
  margin-bottom: 16px;
}

.c-basic-commitment .content .heading h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-basic-commitment .content .heading h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

.c-basic-commitment .content .heading .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
}

.c-basic-commitment .content .heading .image-container {
  display: none;
}

@media (max-width: 768px) {
  .c-basic-commitment .content .heading .image-container {
    display: block;
    margin-bottom: 24px;
  }
}

.c-basic-commitment .content .heading .image-container figure {
  width: 100%;
  height: 225px;
}

.c-basic-commitment .content .heading .image-container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-basic-commitment .content .image-container {
  display: none;
}

@media (min-width: 769px) {
  .c-basic-commitment .content .image-container {
    display: block;
  }
}

.c-basic-commitment .content .image-container figure {
  width: 631px;
  height: 420px;
}

.c-basic-commitment .content .image-container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-our-purpose {
  background: #ffffff;
}

.c-our-purpose .o-container {
  padding: 64px 16px;
}

@media (min-width: 769px) {
  .c-our-purpose .o-container {
    padding: 64px 88px 64px 0;
  }
}

@media (min-width: 769px) {
  .c-our-purpose .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
  }
}

.c-our-purpose .content .heading {
  width: 100%;
}

.c-our-purpose .content .heading h2 {
  font-weight: 400;
  color: #202020;
  margin-bottom: 16px;
}

.c-our-purpose .content .heading h2 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-our-purpose .content .heading h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

.c-our-purpose .content .heading .image-container {
  display: none;
}

@media (max-width: 768px) {
  .c-our-purpose .content .heading .image-container {
    display: block;
    margin-bottom: 24px;
  }
}

.c-our-purpose .content .heading .image-container figure {
  width: 100%;
  height: 225px;
}

.c-our-purpose .content .heading .image-container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-our-purpose .content .heading .text .desc {
  margin-bottom: 20px;
}

.c-our-purpose .content .heading .text .desc:last-child {
  margin-bottom: 0;
}

.c-our-purpose .content .heading .text .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
}

.c-our-purpose .content .heading .caption {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .c-our-purpose .content .heading .caption {
    font-size: 16px;
  }
}

.c-our-purpose .content .image-container {
  display: none;
}

@media (min-width: 769px) {
  .c-our-purpose .content .image-container {
    display: block;
    padding-top: 3px;
  }
}

.c-our-purpose .content .image-container figure {
  width: 631px;
  height: 420px;
}

.c-our-purpose .content .image-container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-our-commitment {
  background: #ffffff;
}

.c-our-commitment .o-container {
  padding: 64px 16px;
}

@media (min-width: 769px) {
  .c-our-commitment .o-container {
    padding: 56px 88px;
  }
}

.c-our-commitment .content .sub-title {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #979797;
  margin-bottom: 16px;
}

.c-our-commitment .content h3 {
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}

.c-our-commitment .content h3 b {
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-our-commitment .content h3 {
    font-size: 32px;
    line-height: 101%;
  }
}

@media (min-width: 769px) {
  .c-our-commitment .content h3 {
    width: 100%;
    max-width: 728px;
    margin: 0 auto 40px;
  }
}

.c-our-commitment .content .disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .c-our-commitment .content .disc {
    width: 100%;
    max-width: 728px;
    margin: 0 auto 56px;
  }
}

.c-our-commitment .content .image-container {
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .c-our-commitment .content .image-container {
    margin-bottom: 56px;
  }
}

.c-our-commitment .content .image-container figure {
  width: 100%;
  height: 121px;
}

@media (min-width: 769px) {
  .c-our-commitment .content .image-container figure {
    width: 1190px;
    height: 420px;
  }
}

.c-our-commitment .content .image-container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-our-commitment .content .iso-container {
  display: grid;
  gap: 24px;
}

@media (min-width: 769px) {
  .c-our-commitment .content .iso-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 231px;
  }
}

.c-our-commitment .content .iso-container .disc-iso {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
}

@media (min-width: 769px) {
  .c-our-commitment .content .iso-container .disc-iso {
    width: 100%;
    max-width: 537px;
  }
}

.c-our-commitment .content .iso-container figure {
  width: 154px;
  height: 154px;
}

.c-our-commitment .content .iso-container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .c-our-commitment .content .iso-container figure {
    margin: 0 auto;
  }
}

.c-our-values {
  background: #202020;
}

.c-our-values .o-container {
  padding: 64px 16px;
}

@media (min-width: 769px) {
  .c-our-values .o-container {
    padding: 56px 88px;
  }
}

.c-our-values .content {
  display: grid;
  gap: 40px;
}

@media (min-width: 769px) {
  .c-our-values .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 118px;
  }
}

@media (min-width: 769px) {
  .c-our-values .content .heading {
    padding-top: 104px;
    width: 100%;
    max-width: 446px;
  }
}

.c-our-values .content .heading h2 {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .c-our-values .content .heading h2 {
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 16px;
  }
}

.c-our-values .content .heading p {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: unset;
  color: #ffffff;
}

@media (max-width: 768px) {
  .c-our-values .content .heading p {
    font-size: 18px;
    text-align: center;
  }
}

.c-our-values .content .cards {
  display: grid;
  gap: 24px;
}

.c-our-values .content .cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  background: #ffffff;
}

@media (max-width: 768px) {
  .c-our-values .content .cards .card {
    gap: 16px;
  }
}

.c-our-values .content .cards .card figure {
  width: 163.88px;
  height: 137.84px;
}

@media (min-width: 769px) {
  .c-our-values .content .cards .card figure {
    width: 258px;
    height: 217px;
  }
}

.c-our-values .content .cards .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-our-values .content .cards .card .text-content {
  padding: 8px 16px 8px 0;
  width: 100%;
  max-width: 163.12px;
}

@media (min-width: 769px) {
  .c-our-values .content .cards .card .text-content {
    padding: 24px 24px 24px 0;
    max-width: 258px;
  }
}

.c-our-values .content .cards .card .text-content .title {
  font-weight: 500;
  font-size: 27px;
  line-height: 100%;
  color: #333333;
  letter-spacing: unset;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .c-our-values .content .cards .card .text-content .title {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
  }
}

.c-our-values .content .cards .card .text-content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #575757;
}

@media (max-width: 768px) {
  .c-our-values .content .cards .card .text-content .desc {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .c-our_expertise .c-expertise {
    height: 809px;
  }
}

@media (max-width: 768px) {
  .c-our_expertise .c-expertise .o-container .holistic-controls {
    bottom: -194%;
    padding-bottom: 64px;
  }
}

.error-404 {
  background-color: #202020;
  position: relative;
  margin-bottom: -0.5px;
}

.error-404::before {
  content: url(../src/images/article-motif-mb.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 96px;
  height: 96px;
}

@media (min-width: 769px) {
  .error-404::before {
    content: url(../src/images/article-motif.png);
    width: 200px;
    height: 200px;
  }
}

.error-404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 254.5px 16px;
  z-index: 3;
  position: relative;
}

@media (min-width: 924px) {
  .error-404__content {
    padding: 208px 0;
  }
}

.error-404__content h2 {
  width: 100%;
  max-width: 612px;
  color: #ffffff;
  margin-bottom: 64px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .error-404__content h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 24px;
  }
}

.error-404__content .o-button, .error-404__content .o-button-full, .error-404__content .o-button-default, .error-404__content .o-button-default-white, .error-404__content .o-button-full-white-before {
  padding: 11px 47px;
  width: 100%;
  max-width: 225px;
  height: 44px;
  line-height: unset;
  background-color: #E61E1E;
  border-radius: unset;
}

.error-404__content .o-button span, .error-404__content .o-button-full span, .error-404__content .o-button-default span, .error-404__content .o-button-default-white span, .error-404__content .o-button-full-white-before span {
  font-family: "Toshiba Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

@media (min-width: 924px) {
  .error-404__content .o-button:hover, .error-404__content .o-button-full:hover, .error-404__content .o-button-default:hover, .error-404__content .o-button-default-white:hover, .error-404__content .o-button-full-white-before:hover {
    background-color: #A60404;
  }
}

.default-page {
  position: relative;
}

.default-page::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 769px) {
  .default-page::before {
    content: url(../src/images/default-motif.png);
    width: 215px;
    height: 215px;
  }
}

.default-page .o-container {
  padding: 40px 16px 0;
}

@media (min-width: 769px) {
  .default-page .o-container {
    padding: 80px 88px 0;
  }
}

.default-page__main .h3 {
  font-weight: 400;
  color: #202020;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .default-page__main .h3 {
    font-size: 32px;
    line-height: 101%;
    margin-bottom: 24px;
  }
}

.default-page__main .content {
  width: 100%;
  max-width: var(--width);
  margin: auto;
}

.default-page__main .content .h6 {
  font-weight: 400;
  color: #202020;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .default-page__main .content .h6 {
    font-size: 18px;
  }
}

.default-page__main .content p {
  font-weight: 400;
  line-height: 140%;
  color: #575757;
  margin-bottom: var(--m-bottom-mb);
}

.default-page__main .content p.uppercase {
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .default-page__main .content p {
    margin-bottom: var(--m-bottom-dt);
  }
}

.default-page__main .content .list-content {
  margin-bottom: var(--m-bottom-mb);
}

@media (min-width: 769px) {
  .default-page__main .content .list-content {
    margin-bottom: var(--m-bottom-dt);
  }
}

.default-page__main .content ul {
  margin-bottom: 8px;
}

.default-page__main .content ul li {
  font-family: "Toshiba Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #575757;
  position: relative;
  margin-left: 34px;
}

.default-page__main .content ul li::before {
  content: "\2022";
  color: #202020;
  font-weight: bold;
  display: inline-block;
  width: 6px;
  margin-left: -20px;
  position: absolute;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .u-dn-mb {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 924px) {
  .u-dn-tb {
    display: none;
  }
}

@media screen and (min-width: 925px) and (max-width: 2000px) {
  .u-dn-dt {
    display: none;
  }
}

@media (min-width: 320px) {
  .u-df-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-df-mb-fd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .u-df-mb-fd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .u-df-mb-fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .u-df-mb-fd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .u-df-mb-jc-s {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .u-df-mb-jc-e {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .u-df-mb-jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-df-mb-jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .u-df-mb-jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .u-df-mb-jc-se {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .u-df-mb-nw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .u-df-mb-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-df-mb-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .u-df-mb-ac-s {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .u-df-mb-ac-e {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .u-df-mb-ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .u-df-mb-ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .u-df-mb-ac-str {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .u-df-mb-as-s {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .u-df-mb-as-e {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .u-df-mb-as-c {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .u-df-mb-as-b {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .u-df-mb-as-str {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .u-ta-mb-c {
    text-align: center;
  }
  .u-ta-mb-l {
    text-align: left;
  }
  .u-ta-mb-r {
    text-align: right;
  }
  .u-ta-mb-j {
    text-align: justify;
  }
}

@media (min-width: 320px) {
  .mb-p-0 {
    padding: 0px;
  }
  .mb-pt-0 {
    padding-top: 0px;
  }
  .mb-pb-0 {
    padding-bottom: 0px;
  }
  .mb-pl-0 {
    padding-left: 0px;
  }
  .mb-pr-0 {
    padding-right: 0px;
  }
  .mb-m-0 {
    margin: 0px;
  }
  .mb-mt-0 {
    margin-top: 0px;
  }
  .mb-mb-0 {
    margin-bottom: 0px;
  }
  .mb-ml-0 {
    margin-left: 0px;
  }
  .mb-mr-0 {
    margin-right: 0px;
  }
  .mb-p-5 {
    padding: 5px;
  }
  .mb-pt-5 {
    padding-top: 5px;
  }
  .mb-pb-5 {
    padding-bottom: 5px;
  }
  .mb-pl-5 {
    padding-left: 5px;
  }
  .mb-pr-5 {
    padding-right: 5px;
  }
  .mb-m-5 {
    margin: 5px;
  }
  .mb-mt-5 {
    margin-top: 5px;
  }
  .mb-mb-5 {
    margin-bottom: 5px;
  }
  .mb-ml-5 {
    margin-left: 5px;
  }
  .mb-mr-5 {
    margin-right: 5px;
  }
  .mb-p-10 {
    padding: 10px;
  }
  .mb-pt-10 {
    padding-top: 10px;
  }
  .mb-pb-10 {
    padding-bottom: 10px;
  }
  .mb-pl-10 {
    padding-left: 10px;
  }
  .mb-pr-10 {
    padding-right: 10px;
  }
  .mb-m-10 {
    margin: 10px;
  }
  .mb-mt-10 {
    margin-top: 10px;
  }
  .mb-mb-10 {
    margin-bottom: 10px;
  }
  .mb-ml-10 {
    margin-left: 10px;
  }
  .mb-mr-10 {
    margin-right: 10px;
  }
  .mb-p-15 {
    padding: 15px;
  }
  .mb-pt-15 {
    padding-top: 15px;
  }
  .mb-pb-15 {
    padding-bottom: 15px;
  }
  .mb-pl-15 {
    padding-left: 15px;
  }
  .mb-pr-15 {
    padding-right: 15px;
  }
  .mb-m-15 {
    margin: 15px;
  }
  .mb-mt-15 {
    margin-top: 15px;
  }
  .mb-mb-15 {
    margin-bottom: 15px;
  }
  .mb-ml-15 {
    margin-left: 15px;
  }
  .mb-mr-15 {
    margin-right: 15px;
  }
  .mb-p-20 {
    padding: 20px;
  }
  .mb-pt-20 {
    padding-top: 20px;
  }
  .mb-pb-20 {
    padding-bottom: 20px;
  }
  .mb-pl-20 {
    padding-left: 20px;
  }
  .mb-pr-20 {
    padding-right: 20px;
  }
  .mb-m-20 {
    margin: 20px;
  }
  .mb-mt-20 {
    margin-top: 20px;
  }
  .mb-mb-20 {
    margin-bottom: 20px;
  }
  .mb-ml-20 {
    margin-left: 20px;
  }
  .mb-mr-20 {
    margin-right: 20px;
  }
  .mb-p-25 {
    padding: 25px;
  }
  .mb-pt-25 {
    padding-top: 25px;
  }
  .mb-pb-25 {
    padding-bottom: 25px;
  }
  .mb-pl-25 {
    padding-left: 25px;
  }
  .mb-pr-25 {
    padding-right: 25px;
  }
  .mb-m-25 {
    margin: 25px;
  }
  .mb-mt-25 {
    margin-top: 25px;
  }
  .mb-mb-25 {
    margin-bottom: 25px;
  }
  .mb-ml-25 {
    margin-left: 25px;
  }
  .mb-mr-25 {
    margin-right: 25px;
  }
  .mb-p-30 {
    padding: 30px;
  }
  .mb-pt-30 {
    padding-top: 30px;
  }
  .mb-pb-30 {
    padding-bottom: 30px;
  }
  .mb-pl-30 {
    padding-left: 30px;
  }
  .mb-pr-30 {
    padding-right: 30px;
  }
  .mb-m-30 {
    margin: 30px;
  }
  .mb-mt-30 {
    margin-top: 30px;
  }
  .mb-mb-30 {
    margin-bottom: 30px;
  }
  .mb-ml-30 {
    margin-left: 30px;
  }
  .mb-mr-30 {
    margin-right: 30px;
  }
  .mb-p-35 {
    padding: 35px;
  }
  .mb-pt-35 {
    padding-top: 35px;
  }
  .mb-pb-35 {
    padding-bottom: 35px;
  }
  .mb-pl-35 {
    padding-left: 35px;
  }
  .mb-pr-35 {
    padding-right: 35px;
  }
  .mb-m-35 {
    margin: 35px;
  }
  .mb-mt-35 {
    margin-top: 35px;
  }
  .mb-mb-35 {
    margin-bottom: 35px;
  }
  .mb-ml-35 {
    margin-left: 35px;
  }
  .mb-mr-35 {
    margin-right: 35px;
  }
  .mb-p-40 {
    padding: 40px;
  }
  .mb-pt-40 {
    padding-top: 40px;
  }
  .mb-pb-40 {
    padding-bottom: 40px;
  }
  .mb-pl-40 {
    padding-left: 40px;
  }
  .mb-pr-40 {
    padding-right: 40px;
  }
  .mb-m-40 {
    margin: 40px;
  }
  .mb-mt-40 {
    margin-top: 40px;
  }
  .mb-mb-40 {
    margin-bottom: 40px;
  }
  .mb-ml-40 {
    margin-left: 40px;
  }
  .mb-mr-40 {
    margin-right: 40px;
  }
  .mb-p-45 {
    padding: 45px;
  }
  .mb-pt-45 {
    padding-top: 45px;
  }
  .mb-pb-45 {
    padding-bottom: 45px;
  }
  .mb-pl-45 {
    padding-left: 45px;
  }
  .mb-pr-45 {
    padding-right: 45px;
  }
  .mb-m-45 {
    margin: 45px;
  }
  .mb-mt-45 {
    margin-top: 45px;
  }
  .mb-mb-45 {
    margin-bottom: 45px;
  }
  .mb-ml-45 {
    margin-left: 45px;
  }
  .mb-mr-45 {
    margin-right: 45px;
  }
  .mb-p-50 {
    padding: 50px;
  }
  .mb-pt-50 {
    padding-top: 50px;
  }
  .mb-pb-50 {
    padding-bottom: 50px;
  }
  .mb-pl-50 {
    padding-left: 50px;
  }
  .mb-pr-50 {
    padding-right: 50px;
  }
  .mb-m-50 {
    margin: 50px;
  }
  .mb-mt-50 {
    margin-top: 50px;
  }
  .mb-mb-50 {
    margin-bottom: 50px;
  }
  .mb-ml-50 {
    margin-left: 50px;
  }
  .mb-mr-50 {
    margin-right: 50px;
  }
}

@media (min-width: 769px) {
  .u-df-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-df-tb-fd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .u-df-tb-fd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .u-df-tb-fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .u-df-tb-fd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .u-df-tb-jc-s {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .u-df-tb-jc-e {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .u-df-tb-jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-df-tb-jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .u-df-tb-jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .u-df-tb-jc-se {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .u-df-tb-nw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .u-df-tb-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-df-tb-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .u-df-tb-ac-s {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .u-df-tb-ac-e {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .u-df-tb-ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .u-df-tb-ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .u-df-tb-ac-str {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .u-df-tb-as-s {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .u-df-tb-as-e {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .u-df-tb-as-c {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .u-df-tb-as-b {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .u-df-tb-as-str {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .u-ta-tb-c {
    text-align: center;
  }
  .u-ta-tb-l {
    text-align: left;
  }
  .u-ta-tb-r {
    text-align: right;
  }
  .u-ta-tb-j {
    text-align: justify;
  }
}

@media (min-width: 769px) {
  .tb-p-0 {
    padding: 0px;
  }
  .tb-pt-0 {
    padding-top: 0px;
  }
  .tb-pb-0 {
    padding-bottom: 0px;
  }
  .tb-pl-0 {
    padding-left: 0px;
  }
  .tb-pr-0 {
    padding-right: 0px;
  }
  .tb-m-0 {
    margin: 0px;
  }
  .tb-mt-0 {
    margin-top: 0px;
  }
  .tb-mb-0 {
    margin-bottom: 0px;
  }
  .tb-ml-0 {
    margin-left: 0px;
  }
  .tb-mr-0 {
    margin-right: 0px;
  }
  .tb-p-5 {
    padding: 5px;
  }
  .tb-pt-5 {
    padding-top: 5px;
  }
  .tb-pb-5 {
    padding-bottom: 5px;
  }
  .tb-pl-5 {
    padding-left: 5px;
  }
  .tb-pr-5 {
    padding-right: 5px;
  }
  .tb-m-5 {
    margin: 5px;
  }
  .tb-mt-5 {
    margin-top: 5px;
  }
  .tb-mb-5 {
    margin-bottom: 5px;
  }
  .tb-ml-5 {
    margin-left: 5px;
  }
  .tb-mr-5 {
    margin-right: 5px;
  }
  .tb-p-10 {
    padding: 10px;
  }
  .tb-pt-10 {
    padding-top: 10px;
  }
  .tb-pb-10 {
    padding-bottom: 10px;
  }
  .tb-pl-10 {
    padding-left: 10px;
  }
  .tb-pr-10 {
    padding-right: 10px;
  }
  .tb-m-10 {
    margin: 10px;
  }
  .tb-mt-10 {
    margin-top: 10px;
  }
  .tb-mb-10 {
    margin-bottom: 10px;
  }
  .tb-ml-10 {
    margin-left: 10px;
  }
  .tb-mr-10 {
    margin-right: 10px;
  }
  .tb-p-15 {
    padding: 15px;
  }
  .tb-pt-15 {
    padding-top: 15px;
  }
  .tb-pb-15 {
    padding-bottom: 15px;
  }
  .tb-pl-15 {
    padding-left: 15px;
  }
  .tb-pr-15 {
    padding-right: 15px;
  }
  .tb-m-15 {
    margin: 15px;
  }
  .tb-mt-15 {
    margin-top: 15px;
  }
  .tb-mb-15 {
    margin-bottom: 15px;
  }
  .tb-ml-15 {
    margin-left: 15px;
  }
  .tb-mr-15 {
    margin-right: 15px;
  }
  .tb-p-20 {
    padding: 20px;
  }
  .tb-pt-20 {
    padding-top: 20px;
  }
  .tb-pb-20 {
    padding-bottom: 20px;
  }
  .tb-pl-20 {
    padding-left: 20px;
  }
  .tb-pr-20 {
    padding-right: 20px;
  }
  .tb-m-20 {
    margin: 20px;
  }
  .tb-mt-20 {
    margin-top: 20px;
  }
  .tb-mb-20 {
    margin-bottom: 20px;
  }
  .tb-ml-20 {
    margin-left: 20px;
  }
  .tb-mr-20 {
    margin-right: 20px;
  }
  .tb-p-25 {
    padding: 25px;
  }
  .tb-pt-25 {
    padding-top: 25px;
  }
  .tb-pb-25 {
    padding-bottom: 25px;
  }
  .tb-pl-25 {
    padding-left: 25px;
  }
  .tb-pr-25 {
    padding-right: 25px;
  }
  .tb-m-25 {
    margin: 25px;
  }
  .tb-mt-25 {
    margin-top: 25px;
  }
  .tb-mb-25 {
    margin-bottom: 25px;
  }
  .tb-ml-25 {
    margin-left: 25px;
  }
  .tb-mr-25 {
    margin-right: 25px;
  }
  .tb-p-30 {
    padding: 30px;
  }
  .tb-pt-30 {
    padding-top: 30px;
  }
  .tb-pb-30 {
    padding-bottom: 30px;
  }
  .tb-pl-30 {
    padding-left: 30px;
  }
  .tb-pr-30 {
    padding-right: 30px;
  }
  .tb-m-30 {
    margin: 30px;
  }
  .tb-mt-30 {
    margin-top: 30px;
  }
  .tb-mb-30 {
    margin-bottom: 30px;
  }
  .tb-ml-30 {
    margin-left: 30px;
  }
  .tb-mr-30 {
    margin-right: 30px;
  }
  .tb-p-35 {
    padding: 35px;
  }
  .tb-pt-35 {
    padding-top: 35px;
  }
  .tb-pb-35 {
    padding-bottom: 35px;
  }
  .tb-pl-35 {
    padding-left: 35px;
  }
  .tb-pr-35 {
    padding-right: 35px;
  }
  .tb-m-35 {
    margin: 35px;
  }
  .tb-mt-35 {
    margin-top: 35px;
  }
  .tb-mb-35 {
    margin-bottom: 35px;
  }
  .tb-ml-35 {
    margin-left: 35px;
  }
  .tb-mr-35 {
    margin-right: 35px;
  }
  .tb-p-40 {
    padding: 40px;
  }
  .tb-pt-40 {
    padding-top: 40px;
  }
  .tb-pb-40 {
    padding-bottom: 40px;
  }
  .tb-pl-40 {
    padding-left: 40px;
  }
  .tb-pr-40 {
    padding-right: 40px;
  }
  .tb-m-40 {
    margin: 40px;
  }
  .tb-mt-40 {
    margin-top: 40px;
  }
  .tb-mb-40 {
    margin-bottom: 40px;
  }
  .tb-ml-40 {
    margin-left: 40px;
  }
  .tb-mr-40 {
    margin-right: 40px;
  }
  .tb-p-45 {
    padding: 45px;
  }
  .tb-pt-45 {
    padding-top: 45px;
  }
  .tb-pb-45 {
    padding-bottom: 45px;
  }
  .tb-pl-45 {
    padding-left: 45px;
  }
  .tb-pr-45 {
    padding-right: 45px;
  }
  .tb-m-45 {
    margin: 45px;
  }
  .tb-mt-45 {
    margin-top: 45px;
  }
  .tb-mb-45 {
    margin-bottom: 45px;
  }
  .tb-ml-45 {
    margin-left: 45px;
  }
  .tb-mr-45 {
    margin-right: 45px;
  }
  .tb-p-50 {
    padding: 50px;
  }
  .tb-pt-50 {
    padding-top: 50px;
  }
  .tb-pb-50 {
    padding-bottom: 50px;
  }
  .tb-pl-50 {
    padding-left: 50px;
  }
  .tb-pr-50 {
    padding-right: 50px;
  }
  .tb-m-50 {
    margin: 50px;
  }
  .tb-mt-50 {
    margin-top: 50px;
  }
  .tb-mb-50 {
    margin-bottom: 50px;
  }
  .tb-ml-50 {
    margin-left: 50px;
  }
  .tb-mr-50 {
    margin-right: 50px;
  }
}

@media (min-width: 924px) {
  .u-df-dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-df-dt-fd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .u-df-dt-fd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .u-df-dt-fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .u-df-dt-fd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .u-df-dt-jc-s {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .u-df-dt-jc-e {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .u-df-dt-jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-df-dt-jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .u-df-dt-jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .u-df-dt-jc-se {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .u-df-dt-nw {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .u-df-dt-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-df-dt-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .u-df-dt-ac-s {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .u-df-dt-ac-e {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .u-df-dt-ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .u-df-dt-ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .u-df-dt-ac-str {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .u-df-dt-as-s {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .u-df-dt-as-e {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .u-df-dt-as-c {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .u-df-dt-as-b {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .u-df-dt-as-str {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .u-ta-dt-c {
    text-align: center;
  }
  .u-ta-dt-l {
    text-align: left;
  }
  .u-ta-dt-r {
    text-align: right;
  }
  .u-ta-dt-j {
    text-align: justify;
  }
}

@media (min-width: 924px) {
  .dt-p-0 {
    padding: 0px;
  }
  .dt-pt-0 {
    padding-top: 0px;
  }
  .dt-pb-0 {
    padding-bottom: 0px;
  }
  .dt-pl-0 {
    padding-left: 0px;
  }
  .dt-pr-0 {
    padding-right: 0px;
  }
  .dt-m-0 {
    margin: 0px;
  }
  .dt-mt-0 {
    margin-top: 0px;
  }
  .dt-mb-0 {
    margin-bottom: 0px;
  }
  .dt-ml-0 {
    margin-left: 0px;
  }
  .dt-mr-0 {
    margin-right: 0px;
  }
  .dt-p-5 {
    padding: 5px;
  }
  .dt-pt-5 {
    padding-top: 5px;
  }
  .dt-pb-5 {
    padding-bottom: 5px;
  }
  .dt-pl-5 {
    padding-left: 5px;
  }
  .dt-pr-5 {
    padding-right: 5px;
  }
  .dt-m-5 {
    margin: 5px;
  }
  .dt-mt-5 {
    margin-top: 5px;
  }
  .dt-mb-5 {
    margin-bottom: 5px;
  }
  .dt-ml-5 {
    margin-left: 5px;
  }
  .dt-mr-5 {
    margin-right: 5px;
  }
  .dt-p-10 {
    padding: 10px;
  }
  .dt-pt-10 {
    padding-top: 10px;
  }
  .dt-pb-10 {
    padding-bottom: 10px;
  }
  .dt-pl-10 {
    padding-left: 10px;
  }
  .dt-pr-10 {
    padding-right: 10px;
  }
  .dt-m-10 {
    margin: 10px;
  }
  .dt-mt-10 {
    margin-top: 10px;
  }
  .dt-mb-10 {
    margin-bottom: 10px;
  }
  .dt-ml-10 {
    margin-left: 10px;
  }
  .dt-mr-10 {
    margin-right: 10px;
  }
  .dt-p-15 {
    padding: 15px;
  }
  .dt-pt-15 {
    padding-top: 15px;
  }
  .dt-pb-15 {
    padding-bottom: 15px;
  }
  .dt-pl-15 {
    padding-left: 15px;
  }
  .dt-pr-15 {
    padding-right: 15px;
  }
  .dt-m-15 {
    margin: 15px;
  }
  .dt-mt-15 {
    margin-top: 15px;
  }
  .dt-mb-15 {
    margin-bottom: 15px;
  }
  .dt-ml-15 {
    margin-left: 15px;
  }
  .dt-mr-15 {
    margin-right: 15px;
  }
  .dt-p-20 {
    padding: 20px;
  }
  .dt-pt-20 {
    padding-top: 20px;
  }
  .dt-pb-20 {
    padding-bottom: 20px;
  }
  .dt-pl-20 {
    padding-left: 20px;
  }
  .dt-pr-20 {
    padding-right: 20px;
  }
  .dt-m-20 {
    margin: 20px;
  }
  .dt-mt-20 {
    margin-top: 20px;
  }
  .dt-mb-20 {
    margin-bottom: 20px;
  }
  .dt-ml-20 {
    margin-left: 20px;
  }
  .dt-mr-20 {
    margin-right: 20px;
  }
  .dt-p-25 {
    padding: 25px;
  }
  .dt-pt-25 {
    padding-top: 25px;
  }
  .dt-pb-25 {
    padding-bottom: 25px;
  }
  .dt-pl-25 {
    padding-left: 25px;
  }
  .dt-pr-25 {
    padding-right: 25px;
  }
  .dt-m-25 {
    margin: 25px;
  }
  .dt-mt-25 {
    margin-top: 25px;
  }
  .dt-mb-25 {
    margin-bottom: 25px;
  }
  .dt-ml-25 {
    margin-left: 25px;
  }
  .dt-mr-25 {
    margin-right: 25px;
  }
  .dt-p-30 {
    padding: 30px;
  }
  .dt-pt-30 {
    padding-top: 30px;
  }
  .dt-pb-30 {
    padding-bottom: 30px;
  }
  .dt-pl-30 {
    padding-left: 30px;
  }
  .dt-pr-30 {
    padding-right: 30px;
  }
  .dt-m-30 {
    margin: 30px;
  }
  .dt-mt-30 {
    margin-top: 30px;
  }
  .dt-mb-30 {
    margin-bottom: 30px;
  }
  .dt-ml-30 {
    margin-left: 30px;
  }
  .dt-mr-30 {
    margin-right: 30px;
  }
  .dt-p-35 {
    padding: 35px;
  }
  .dt-pt-35 {
    padding-top: 35px;
  }
  .dt-pb-35 {
    padding-bottom: 35px;
  }
  .dt-pl-35 {
    padding-left: 35px;
  }
  .dt-pr-35 {
    padding-right: 35px;
  }
  .dt-m-35 {
    margin: 35px;
  }
  .dt-mt-35 {
    margin-top: 35px;
  }
  .dt-mb-35 {
    margin-bottom: 35px;
  }
  .dt-ml-35 {
    margin-left: 35px;
  }
  .dt-mr-35 {
    margin-right: 35px;
  }
  .dt-p-40 {
    padding: 40px;
  }
  .dt-pt-40 {
    padding-top: 40px;
  }
  .dt-pb-40 {
    padding-bottom: 40px;
  }
  .dt-pl-40 {
    padding-left: 40px;
  }
  .dt-pr-40 {
    padding-right: 40px;
  }
  .dt-m-40 {
    margin: 40px;
  }
  .dt-mt-40 {
    margin-top: 40px;
  }
  .dt-mb-40 {
    margin-bottom: 40px;
  }
  .dt-ml-40 {
    margin-left: 40px;
  }
  .dt-mr-40 {
    margin-right: 40px;
  }
  .dt-p-45 {
    padding: 45px;
  }
  .dt-pt-45 {
    padding-top: 45px;
  }
  .dt-pb-45 {
    padding-bottom: 45px;
  }
  .dt-pl-45 {
    padding-left: 45px;
  }
  .dt-pr-45 {
    padding-right: 45px;
  }
  .dt-m-45 {
    margin: 45px;
  }
  .dt-mt-45 {
    margin-top: 45px;
  }
  .dt-mb-45 {
    margin-bottom: 45px;
  }
  .dt-ml-45 {
    margin-left: 45px;
  }
  .dt-mr-45 {
    margin-right: 45px;
  }
  .dt-p-50 {
    padding: 50px;
  }
  .dt-pt-50 {
    padding-top: 50px;
  }
  .dt-pb-50 {
    padding-bottom: 50px;
  }
  .dt-pl-50 {
    padding-left: 50px;
  }
  .dt-pr-50 {
    padding-right: 50px;
  }
  .dt-m-50 {
    margin: 50px;
  }
  .dt-mt-50 {
    margin-top: 50px;
  }
  .dt-mb-50 {
    margin-bottom: 50px;
  }
  .dt-ml-50 {
    margin-left: 50px;
  }
  .dt-mr-50 {
    margin-right: 50px;
  }
}

.img-responsive, .img-responsive--full {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img-responsive--full {
  width: 100%;
}
