/*
Theme Name: LeahJay
Theme URI: https://charger.agency
Author: Charger Agency
Description: custom theme
Version: 1.0 
Text Domain: lj
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");
header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

figure {
  margin: 0;
  padding: 0;
  border: none;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: #102B45;
}

h1, h2, h3, h4 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
}

ol li,
ul li,
p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
}

p {
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  p {
    margin-bottom: 28px;
  }
}
@media (max-width: 479px) {
  p {
    margin-bottom: 21px;
  }
}

div {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

.btn, .button {
  border-radius: 5px;
  border: none;
  background-color: #F26322;
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none !important;
  text-align: center;
  box-sizing: border-box;
  display: block;
  padding: 5px 9px;
  font-family: "Arial", sans-serif;
  transition: all 400ms ease-in-out;
  -webkit-appearance: none;
}
.btn:hover, .btn:active, .button:hover, .button:active {
  background-color: #102B45;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 599px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 600px) {
  .mobile-only {
    display: none;
  }
}

.tns-controls button {
  border: none;
  background: none;
  display: block;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 200%;
  width: 23px;
  height: 22px;
  background: url("../images/arrow-left.svg") no-repeat center center;
  background-size: contain;
  overflow: hidden;
}
.tns-controls button[data-controls=next] {
  transform: rotate(180deg);
}
.tns-controls button:hover, .tns-controls button:active, .tns-controls button:focus {
  outline: none;
  border: none;
  background: url("../images/arrow-left.svg") no-repeat center center;
}

.tns-nav button {
  border: none;
  background: none;
  display: block;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 200%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #102B45;
  position: relative;
  margin: 0 7px 14px;
  overflow: hidden;
}
.tns-nav button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #FBD0BD;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.tns-nav button.tns-nav-active::before {
  opacity: 1;
}
.tns-nav button:hover, .tns-nav button:active, .tns-nav button:focus {
  background: none;
}

.bg-grey {
  background-color: #F6F6F9 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

body {
  min-width: 320px;
  color: #102B45;
  -webkit-text-size-adjust: 100%;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
}
body .wrap {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1340px;
}
@media (max-width: 479px) {
  body .wrap {
    padding: 0 15px;
  }
}
body main {
  min-height: calc(100vh - 444px);
  padding-top: 104px;
}
@media (max-width: 1023px) {
  body main {
    padding-top: 85px;
  }
}
body.admin-bar #header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar #header.fixed {
    top: 0;
  }
}
body .row {
  display: flex;
}
body #header {
  padding: 15px 0;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: #ffffff;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid #D7DAE6;
}
body #header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
body #header .row .logo {
  z-index: 1000;
  position: relative;
}
body #header .row .logo img {
  width: auto;
  height: 73px;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1023px) {
  body #header .row .logo img {
    height: 54px;
  }
}
body #header .row .nav-hold {
  display: flex;
}
@media (min-width: 1024px) {
  body #header .row .nav-hold {
    align-items: center;
  }
}
body #header .row #nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  body #header .row #nav .menu {
    flex-direction: column;
  }
}
body #header .row #nav .menu a span {
  border-bottom: 1px solid rgba(16, 43, 69, 0);
  transition: all 200ms ease-in-out;
}
body #header .row #nav .menu a span:hover, body #header .row #nav .menu a span:active {
  border-bottom: 1px solid #102B45;
}
body #header .row #nav .menu > li {
  margin-right: 40px;
}
@media (max-width: 1140px) {
  body #header .row #nav .menu > li {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li {
    margin: 10px 0;
    width: 200px;
  }
}
body #header .row #nav .menu > li a {
  color: #102B45;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  display: block;
}
@media (min-width: 1024px) {
  body #header .row #nav .menu > li.menu-item-has-children {
    padding-bottom: 42px;
    margin-bottom: -42px;
  }
}
body #header .row #nav .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 24px;
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li.menu-item-has-children > a {
    padding-right: 36px;
  }
}
body #header .row #nav .menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background-image: url("../images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li.menu-item-has-children > a:after {
    display: none;
  }
}
body #header .row #nav .menu > li.menu-item-has-children > a .open-sub-menu {
  display: none;
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li.menu-item-has-children > a .open-sub-menu {
    display: block;
    position: absolute;
    width: 16px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background-image: url("../images/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  body #header .row #nav .menu > li.menu-item-has-children > a .open-sub-menu:hover, body #header .row #nav .menu > li.menu-item-has-children > a .open-sub-menu:active, body #header .row #nav .menu > li.menu-item-has-children > a .open-sub-menu:focus {
    border: none;
  }
}
body #header .row #nav .menu > li .sub-menu {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 89px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 307px;
  z-index: 999;
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li .sub-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: -100%;
    transition: right 500ms ease-in-out;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  body #header .row #nav .menu > li .sub-menu.open {
    right: 0;
  }
}
body #header .row #nav .menu > li .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li .sub-menu::after {
    display: none;
  }
}
body #header .row #nav .menu > li .sub-menu > li {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li .sub-menu > li {
    margin: 10px auto;
    width: 200px;
  }
}
body #header .row #nav .menu > li .sub-menu > li > a {
  font-size: 14px;
  line-height: 110%;
}
body #header .row #nav .menu > li .sub-menu > li:first-child {
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li .sub-menu > li:first-child {
    margin-top: 10px;
  }
}
body #header .row #nav .menu > li .sub-menu > li:first-child > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}
body #header .row #nav .menu > li .sub-menu > li:first-child > a:hover, body #header .row #nav .menu > li .sub-menu > li:first-child > a:active, body #header .row #nav .menu > li .sub-menu > li:first-child > a:focus {
  border: none;
}
body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles {
  position: absolute;
  right: 0;
  top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles {
    display: none;
  }
}
body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile {
  margin-left: 23px;
}
@media (max-width: 1180px) {
  body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile {
    margin-left: 16px;
  }
}
body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile a {
  display: block;
  width: 285px;
  height: 227px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile a {
    width: 234px;
  }
}
body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile a:hover, body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile a:active, body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile a:focus {
  border: none;
}
body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 60%, #102B45 100%);
}
body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #header .row #nav .menu > li .sub-menu .acf-submenu-tiles .acf-submenu-tile a span {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  z-index: 2;
}
body #header .row #nav .menu > li .sub-menu .book-appraisal {
  position: absolute;
  right: 0;
  top: 40px;
}
@media (max-width: 1023px) {
  body #header .row #nav .menu > li .sub-menu .book-appraisal {
    display: none;
  }
}
body #header .row #nav .menu > li .sub-menu .book-appraisal .hold {
  border: 1px solid #D7DAE6;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  width: 592px;
}
body #header .row #nav .menu > li .sub-menu .book-appraisal .hold .data-hold {
  display: flex;
  width: calc(100% - 210px);
  padding-right: 30px;
  flex-direction: column;
  align-items: flex-start;
}
body #header .row #nav .menu > li .sub-menu .book-appraisal .hold .data-hold h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #102B45;
  margin-bottom: 10px;
}
body #header .row #nav .menu > li .sub-menu .book-appraisal .hold .data-hold p {
  font-size: 16px;
  line-height: 120%;
  flex: 1;
}
body #header .row #nav .menu > li .sub-menu .book-appraisal .hold .data-hold .btn {
  padding-right: 9px;
  margin: 0;
}
body #header .row #nav .menu > li .sub-menu .book-appraisal .hold .data-hold .btn::after {
  display: none;
}
body #header .row #nav .menu > li .sub-menu .book-appraisal .hold figure {
  border-radius: 10px;
  overflow: hidden;
  width: 210px;
  height: 187px img;
  height-width: 100%;
  height-height: auto;
}
@media (min-width: 1024px) {
  body #header .row #nav .menu > li.hover .sub-menu, body #header .row #nav .menu > li:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 1023px) {
  body #header .row #nav {
    position: fixed;
    left: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffff;
    transition: all 400ms ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body #header .row #nav.show {
    left: 0;
  }
}
body #header .row #menu-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 1000;
  width: 20px;
  height: 11px;
  cursor: pointer;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  body #header .row #menu-toggle {
    display: block;
  }
}
body #header .row #menu-toggle.active span {
  width: 0;
}
body #header .row #menu-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
}
body #header .row #menu-toggle.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
body #header .row #menu-toggle.active span::before, body #header .row #menu-toggle.active span::after {
  transition-delay: 0s, 0.3s;
}
body #header .row #menu-toggle.active.back span::after {
  bottom: 5px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
body #header .row #menu-toggle.active.back span::before {
  top: 5px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
body #header .row #menu-toggle span {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #102B45;
  transition: all 300ms ease;
}
body #header .row #menu-toggle span:before {
  top: -5px;
  transition-property: top, transform;
}
body #header .row #menu-toggle span:after {
  bottom: -5px;
  transition-property: bottom, transform;
}
body #header .row #menu-toggle span:before, body #header .row #menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  left: 0;
  background-color: #102B45;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
body #header .row .btn {
  position: relative;
  padding-right: 32px;
  margin-left: 12px;
}
body #header .row .btn:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  body #header .row .btn {
    position: absolute;
    right: 44px;
    top: 12px;
  }
}
body #footer {
  background: #102B45;
  color: #ffffff;
  padding-bottom: 70px;
}
body #footer a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 400ms ease-in-out;
}
body #footer a:hover, body #footer a:active, body #footer a:focus {
  border-bottom: 1px solid #ffffff;
}
body #footer h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 32px;
}
body #footer h3 {
  font-weight: 500;
  color: #F26322;
  font-size: 18px;
  line-height: 1.1;
  margin: 0 0 15px;
}
body #footer p {
  font-size: 14px;
  line-height: 120%;
}
body #footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #footer ul li {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 9px;
}
body #footer .footer-images {
  display: flex;
  margin: 0 -10px;
  padding: 48px 0;
  flex-wrap: wrap;
}
body #footer .footer-images figure {
  padding: 0 10px;
  width: 20%;
}
@media (max-width: 767px) {
  body #footer .footer-images figure {
    width: 25%;
  }
  body #footer .footer-images figure:last-child {
    display: none;
  }
}
@media (max-width: 479px) {
  body #footer .footer-images figure {
    width: 33.3333%;
    padding: 0 8px;
  }
  body #footer .footer-images figure:nth-child(4) {
    display: none;
  }
}
body #footer .footer-images figure img {
  border-radius: 8px;
}
body #footer .footer-middle {
  padding: 34px 0 0;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  body #footer .footer-middle {
    padding: 0;
  }
}
body #footer .footer-middle .column:first-child {
  width: 34%;
  padding-right: 40px;
}
body #footer .footer-middle .column:first-child h3 {
  max-width: 310px;
}
body #footer .footer-middle .column:first-child p {
  max-width: 310px;
  margin: 0 0 30px;
}
@media (max-width: 479px) {
  body #footer .footer-middle .column:first-child p {
    max-width: none;
  }
}
@media (max-width: 1023px) {
  body #footer .footer-middle .column:first-child {
    width: 50%;
  }
}
@media (max-width: 600px) {
  body #footer .footer-middle .column:first-child {
    padding-right: 20px;
    max-width: none;
  }
}
@media (max-width: 479px) {
  body #footer .footer-middle .column:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
body #footer .footer-middle .column:nth-child(2) {
  width: 25.4%;
  padding-right: 40px;
}
body #footer .footer-middle .column:nth-child(2) p + h3 {
  margin-top: 28px;
}
@media (max-width: 1023px) {
  body #footer .footer-middle .column:nth-child(2) {
    width: 50%;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  body #footer .footer-middle .column:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  body #footer .footer-middle .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
body #footer .footer-middle .column:last-child {
  width: 40.6%;
}
@media (max-width: 1023px) {
  body #footer .footer-middle .column:last-child {
    width: 100%;
    padding-top: 30px;
  }
}
body #footer .footer-middle .column:last-child .menus {
  columns: 2;
  column-gap: 40px;
}
@media (max-width: 1023px) {
  body #footer .footer-middle .column:last-child .menus {
    columns: 3;
  }
}
@media (max-width: 600px) {
  body #footer .footer-middle .column:last-child .menus {
    columns: 2;
  }
}
body #footer .footer-middle .column:last-child .menus .menu {
  break-inside: avoid;
  margin: 0 0 35px;
}
body #footer .footer-bottom {
  padding: 16px 0 20px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  body #footer .footer-bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
body #footer .footer-bottom .left-part {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  body #footer .footer-bottom .left-part {
    width: 100%;
    justify-content: space-between;
  }
}
body #footer .footer-bottom .left-part p {
  font-size: 15px;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 21px;
}
body #footer .footer-bottom .right-part {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 0 6px;
}
@media (max-width: 1023px) {
  body #footer .footer-bottom .right-part {
    width: 100%;
    justify-content: space-between;
    padding: 10px 0 35px;
  }
}
@media (max-width: 439px) {
  body #footer .footer-bottom .right-part {
    flex-wrap: wrap;
  }
}
body #footer .footer-bottom .logo {
  display: block;
  width: 113px;
  height: auto;
  margin: 0 40px 0 0;
  border: none;
}
@media (max-width: 1023px) {
  body #footer .footer-bottom .logo {
    width: 74px;
    margin: 0 12px 0 0;
  }
}
body #footer .footer-bottom .terms-links {
  display: flex;
  margin: 0 39px 6px 0;
}
@media (max-width: 439px) {
  body #footer .footer-bottom .terms-links {
    width: 100%;
    margin: 0 0 20px;
    justify-content: center;
  }
}
body #footer .footer-bottom .terms-links li {
  margin-right: 30px;
}
@media (max-width: 439px) {
  body #footer .footer-bottom .terms-links li {
    margin: 0 10px 10px;
  }
}
body #footer .footer-bottom .terms-links li a {
  font-size: 15px;
  font-weight: 500;
}
body #footer .footer-bottom .terms-links li:last-child {
  margin-right: 0;
}
body #footer .footer-bottom .socials {
  display: flex;
}
@media (max-width: 439px) {
  body #footer .footer-bottom .socials {
    width: 100%;
    justify-content: center;
  }
}
body #footer .footer-bottom .socials li {
  margin-right: 13px;
}
body #footer .footer-bottom .socials li:last-child {
  margin-right: 0;
}
body #footer .footer-bottom .socials li a {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  border: none;
}
body #footer .footer-bottom .socials li a img {
  width: 100%;
  height: 100%;
  transition: all 200ms ease-in-out;
}
body #footer .footer-bottom .socials li a img.icon-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
body #footer .footer-bottom .socials li a:hover img.icon-hover {
  opacity: 1;
}
body #footer .footer-bottom .socials li a:hover img.icon {
  opacity: 0;
}
body .main-banner-block {
  overflow: hidden;
  width: 100%;
  min-height: 640px;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 48px 0;
}
@media (max-width: 1279px) {
  body .main-banner-block {
    min-height: 500px;
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  body .main-banner-block {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  body .main-banner-block {
    min-height: 380px;
    padding: 20px 0;
  }
}
body .main-banner-block.layout-color-bg {
  min-height: 0;
  padding: 65px 0;
}
@media (max-width: 639px) {
  body .main-banner-block.layout-color-bg {
    overflow: hidden;
    position: relative;
  }
}
body .main-banner-block.layout-color-bg .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
body .main-banner-block.layout-color-bg .image-hold {
  width: 50%;
  padding-left: 120px;
}
@media (max-width: 1279px) {
  body .main-banner-block.layout-color-bg .image-hold {
    padding-left: 80px;
  }
}
@media (max-width: 1023px) {
  body .main-banner-block.layout-color-bg .image-hold {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  body .main-banner-block.layout-color-bg .image-hold {
    padding-left: 30px;
  }
}
body .main-banner-block.layout-color-bg .image-hold figure {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 639px) {
  body .main-banner-block.layout-color-bg .image-hold figure {
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: 0.5;
  }
  body .main-banner-block.layout-color-bg .image-hold figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1023px) {
  body .main-banner-block.layout-color-bg .text-hold {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  body .main-banner-block.layout-color-bg .text-hold {
    max-width: 300px;
  }
}
body .main-banner-block .subtitle {
  font-size: 18px;
  line-height: 110%;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body .main-banner-block .subtitle {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
body .main-banner-block h1 {
  color: #fff;
  font-size: 38px;
  line-height: 115%;
  font-weight: 500;
  margin: 0 0 34px;
}
@media (max-width: 1023px) {
  body .main-banner-block h1 {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  body .main-banner-block h1 {
    font-size: 24px;
    margin: 0 0 12px;
  }
}
body .main-banner-block .text-hold {
  max-width: 530px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .main-banner-block .text-hold p {
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 1023px) {
  body .main-banner-block .text-hold p {
    font-size: 16px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  body .main-banner-block .text-hold p {
    font-size: 14px;
  }
}
body .main-banner-block .btn {
  margin: 20px 0 0;
}
@media (max-width: 479px) {
  body .main-banner-block .btn {
    margin: 12px 0 0;
  }
}
body .main-banner-block.orange-decor-left {
  position: relative;
}
@media (max-width: 1279px) {
  body .main-banner-block.orange-decor-left .text-hold {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  body .main-banner-block.orange-decor-left h1 {
    max-width: 320px;
  }
}
@media (max-width: 1023px) and (max-width: 479px) {
  body .main-banner-block.orange-decor-left h1 {
    max-width: 280px;
  }
}
@media (max-width: 1023px) {
  body .main-banner-block.orange-decor-left .text-hold {
    max-width: 410px;
  }
}
body .main-banner-block.orange-decor-left::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61%;
  height: 100%;
  background: url("../images/orange-decor.svg") no-repeat center center;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 1279px) {
  body .main-banner-block.orange-decor-left::before {
    width: 66%;
    min-width: 480px;
  }
}
@media (min-width: 1600px) {
  body .main-banner-block.orange-decor-left::before {
    left: 50%;
    width: 990px;
    margin-left: -810px;
  }
}
@media (min-width: 1600px) {
  body .main-banner-block.orange-decor-left::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 554px;
    right: 50%;
    width: calc(100% - 524px);
    height: 12px;
    background: #f26322;
    margin-right: 524px;
    border-top-right-radius: 4px;
  }
}
body .main-banner-block.wide-title .text-hold {
  max-width: 820px;
}
body .main-banner-block.layout-vimeo-video .video-hold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body .main-banner-block.layout-vimeo-video .video-hold iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .main-banner-block.layout-vimeo-video .video-hold::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
body .main-banner-block.layout-vimeo-video::before {
  z-index: 1;
}
body .main-banner-block.layout-vimeo-video .text-hold {
  z-index: 2;
}
body .text-image-block {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  body .text-image-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .text-image-block {
    padding: 40px 0;
  }
}
body .text-image-block .row {
  flex-wrap: wrap;
}
body .text-image-block .row .column-image {
  width: 51.6%;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  body .text-image-block .row .column-image {
    width: 50%;
  }
}
@media (max-width: 800px) {
  body .text-image-block .row .column-image {
    width: 100%;
    padding-bottom: 40px;
  }
}
body .text-image-block .row .column-image figure {
  border-radius: 10px;
  overflow: hidden;
}
body .text-image-block .row .column-image .video-holder {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
body .text-image-block .row .column-image .video-holder iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: none;
  overflow: hidden;
}
body .text-image-block .row .column-image .video-holder .video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all 0.3s ease;
}
body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn {
  width: 80px;
  height: 80px;
  background: #F26322;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn:hover {
  background: rgb(212.5, 75, 12.5);
  transform: scale(1.05);
}
body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn:not(.playing):before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn.playing:before {
  content: "";
  width: 6px;
  height: 24px;
  background: white;
  border-radius: 1px;
  box-shadow: 12px 0 0 white;
  margin-left: -9px;
}
body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn.playing {
  width: 50px;
  height: 50px;
}
body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn.playing:before {
  width: 4px;
  height: 16px;
  box-shadow: 8px 0 0 white;
  margin-left: -6px;
}
body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn.playing:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn {
    width: 60px;
    height: 60px;
  }
  body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn:not(.playing):before {
    border-left: 15px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    margin-left: 3px;
  }
  body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn.playing {
    width: 40px;
    height: 40px;
  }
  body .text-image-block .row .column-image .video-holder .video-controls .play-pause-btn.playing:before {
    width: 3px;
    height: 12px;
    box-shadow: 6px 0 0 white;
    margin-left: -4.5px;
  }
}
body .text-image-block .row .column-image .video-holder .video-controls.playing {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  transform: none;
}
@media (max-width: 767px) {
  body .text-image-block .row .column-image .video-holder .video-controls.playing {
    bottom: 15px;
    right: 15px;
  }
}
body .text-image-block .row .column-data {
  width: 48.4%;
  display: flex;
  align-items: center;
  padding: 0 55px 0 135px;
}
@media (max-width: 1279px) {
  body .text-image-block .row .column-data {
    padding: 0 0 0 50px;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-data {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 800px) {
  body .text-image-block .row .column-data {
    width: 100%;
    padding: 0;
  }
}
body .text-image-block .row .column-data .hold {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .text-image-block .row .column-data .hold h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-data .hold h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
body .text-image-block .row .column-data .hold p {
  font-size: 16px;
  line-height: 115%;
  margin: 0 0 22px;
}
body .text-image-block .row .column-data .hold .btn {
  margin: 22px 0 0;
}
body .text-image-block.image-right .row {
  flex-direction: row-reverse;
}
body .text-image-block.image-right .row .column-image {
  width: 48.4%;
  padding-left: 100px;
}
@media (max-width: 1279px) {
  body .text-image-block.image-right .row .column-image {
    width: 50%;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  body .text-image-block.image-right .row .column-image {
    width: 100%;
    padding-bottom: 40px;
  }
}
body .text-image-block.image-right .row .column-data {
  width: 51.6%;
  padding: 0 135px 0 0;
}
@media (max-width: 1279px) {
  body .text-image-block.image-right .row .column-data {
    width: 50%;
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1023px) {
  body .text-image-block.image-right .row .column-data {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 800px) {
  body .text-image-block.image-right .row .column-data {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 800px) {
  body .text-image-block.image-right .row {
    flex-direction: column;
  }
}
body .text-image-block.bg-style-grey .row, body .text-image-block.bg-style-blue .row {
  padding: 90px 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
  body .text-image-block.bg-style-grey .row, body .text-image-block.bg-style-blue .row {
    padding: 70px 30px;
  }
}
@media (max-width: 800px) {
  body .text-image-block.bg-style-grey .row, body .text-image-block.bg-style-blue .row {
    padding: 20px;
  }
}
body .text-image-block.bg-style-grey .row::after, body .text-image-block.bg-style-blue .row::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60.7%;
  height: 92%;
  background: url("../images/orange-decor-right.svg") no-repeat center center;
  background-size: cover;
  background-position: left top;
}
@media (max-width: 800px) {
  body .text-image-block.bg-style-grey .row::after, body .text-image-block.bg-style-blue .row::after {
    display: none;
  }
}
body .text-image-block.bg-style-grey .row .column-image, body .text-image-block.bg-style-blue .row .column-image {
  position: relative;
  z-index: 1;
  width: 49%;
}
body .text-image-block.bg-style-grey .row .column-image figure, body .text-image-block.bg-style-blue .row .column-image figure {
  border-radius: 5px;
}
@media (max-width: 800px) {
  body .text-image-block.bg-style-grey .row .column-image, body .text-image-block.bg-style-blue .row .column-image {
    width: 100%;
    padding: 0;
  }
}
body .text-image-block.bg-style-grey .row .column-data, body .text-image-block.bg-style-blue .row .column-data {
  position: relative;
  z-index: 1;
  padding: 0 84px 0 80px;
  width: 51%;
}
@media (max-width: 1279px) {
  body .text-image-block.bg-style-grey .row .column-data, body .text-image-block.bg-style-blue .row .column-data {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 1023px) {
  body .text-image-block.bg-style-grey .row .column-data, body .text-image-block.bg-style-blue .row .column-data {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 800px) {
  body .text-image-block.bg-style-grey .row .column-data, body .text-image-block.bg-style-blue .row .column-data {
    width: 100%;
    padding: 0;
  }
}
body .text-image-block.bg-style-grey .row .column-data h2, body .text-image-block.bg-style-blue .row .column-data h2 {
  margin-top: 20px;
  font-size: 38px;
  margin-bottom: 26px;
}
@media (max-width: 1279px) {
  body .text-image-block.bg-style-grey .row .column-data h2, body .text-image-block.bg-style-blue .row .column-data h2 {
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  body .text-image-block.bg-style-grey .row .column-data h2, body .text-image-block.bg-style-blue .row .column-data h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
body .text-image-block.bg-style-grey .row .column-data .btn, body .text-image-block.bg-style-blue .row .column-data .btn {
  margin: 5px 0 0;
}
body .text-image-block.bg-style-grey.image-right .row .column-data, body .text-image-block.bg-style-blue.image-right .row .column-data {
  padding: 0 80px 0 84px;
}
@media (max-width: 1279px) {
  body .text-image-block.bg-style-grey.image-right .row .column-data, body .text-image-block.bg-style-blue.image-right .row .column-data {
    padding: 0 60px 0 0;
  }
}
@media (max-width: 1023px) {
  body .text-image-block.bg-style-grey.image-right .row .column-data, body .text-image-block.bg-style-blue.image-right .row .column-data {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 800px) {
  body .text-image-block.bg-style-grey.image-right .row .column-data, body .text-image-block.bg-style-blue.image-right .row .column-data {
    padding: 0;
  }
}
body .text-image-block.bg-style-blue .row {
  border-radius: 10px;
  background: #102B45;
  color: #ffffff;
}
body .text-image-block.bg-style-blue .row h2 {
  color: #ffffff;
}
body .text-image-block.bg-style-blue .row .btn:hover, body .text-image-block.bg-style-blue .row .btn:active {
  background-color: #ffffff;
  color: #102B45 !important;
}
body .text-image-block.bg-style-grey .row {
  border-radius: 10px;
  background: #F6F6F9;
  color: #102B45;
}
body .text-image-block .slides-images {
  position: relative;
}
body .text-image-block .slides-images picture img {
  opacity: 0;
  transition: opacity 300ms;
}
body .text-image-block .slides-images picture img.active {
  opacity: 1;
}
body .text-image-block .slides-images picture:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .tabs-image-block {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  body .tabs-image-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .tabs-image-block {
    padding: 40px 0;
  }
}
body .tabs-image-block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 800px) {
  body .tabs-image-block .row {
    flex-direction: column;
  }
}
body .tabs-image-block .row .column-image {
  width: 46%;
  box-sizing: border-box;
  padding-right: 120px;
}
@media (max-width: 1279px) {
  body .tabs-image-block .row .column-image {
    padding-right: 0;
  }
}
body .tabs-image-block .row .column-image figure {
  position: relative;
  height: 100%;
  width: 100%;
}
body .tabs-image-block .row .column-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 800px) {
  body .tabs-image-block .row .column-image figure {
    max-height: 450px;
    overflow: hidden;
    border-radius: 10px;
  }
}
@media (max-width: 800px) {
  body .tabs-image-block .row .column-image {
    padding-right: 0;
    width: 100%;
    margin-bottom: 35px;
  }
}
body .tabs-image-block .row .column-data {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: center;
  padding: 0 0 0 62px;
}
@media (max-width: 800px) {
  body .tabs-image-block .row .column-data {
    width: 100%;
    padding: 0;
  }
}
body .tabs-image-block .row .column-data h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 24px;
}
@media (max-width: 1023px) {
  body .tabs-image-block .row .column-data h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
body .tabs-image-block .row .column-data .intro-text {
  max-width: 440px;
}
body .tabs-image-block .row .column-data .intro-text p {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 30px;
}
body .tabs-image-block .row .column-data .intro-text + .accordion {
  margin-top: 40px;
}
body .tabs-image-block .row .column-data .accordion {
  text-align: left;
  margin: 0;
  position: relative;
}
body .tabs-image-block .row .column-data .accordion:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D7DAE6;
}
body .tabs-image-block .row .column-data .accordion .ui-state-default,
body .tabs-image-block .row .column-data .accordion .ui-widget-content .ui-state-default,
body .tabs-image-block .row .column-data .accordion .ui-widget-header .ui-state-default {
  position: relative;
  padding: 16px 50px 16px 0;
  cursor: pointer;
}
body .tabs-image-block .row .column-data .accordion .accordion-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  cursor: pointer;
  padding: 16px 56px 16px 0px;
  box-sizing: border-box;
  margin: 0;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D7DAE6;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:first-child {
  padding-top: 10px;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:first-child:before {
  display: none;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:first-child svg {
  margin-top: -20px;
}
@media (max-width: 1023px) {
  body .tabs-image-block .row .column-data .accordion .accordion-title {
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 479px) {
  body .tabs-image-block .row .column-data .accordion .accordion-title {
    font-size: 16px;
    line-height: 23px;
  }
}
body .tabs-image-block .row .column-data .accordion .accordion-title svg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(-90deg);
}
body .tabs-image-block .row .column-data .accordion .accordion-title .ui-accordion-header-icon {
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
body .tabs-image-block .row .column-data .accordion .accordion-title .ui-accordion-header-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  background: url("../images/tab-open.svg") no-repeat center center;
  background-size: contain;
}
body .tabs-image-block .row .column-data .accordion .accordion-title.ui-state-active svg {
  transform: rotate(0deg);
}
body .tabs-image-block .row .column-data .accordion .accordion-title.ui-state-active .ui-accordion-header-icon:before {
  background-image: url("../images/tab-close.svg");
}
body .tabs-image-block .row .column-data .accordion .accordion-content {
  position: relative;
}
body .tabs-image-block .row .column-data .accordion .accordion-content:before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 0;
  height: 0;
  width: 3px;
  background: #F26322;
  z-index: 1;
  transition: 400ms height;
}
body .tabs-image-block .row .column-data .accordion .accordion-content.ui-widget-content {
  box-sizing: border-box;
  padding: 0 80px 23px 0;
}
@media (max-width: 479px) {
  body .tabs-image-block .row .column-data .accordion .accordion-content.ui-widget-content {
    padding-right: 0;
  }
}
body .tabs-image-block .row .column-data .accordion .accordion-content p {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0 0 20px;
}
body .tabs-image-block .row .column-data .accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
body .tabs-image-block .row .column-data .accordion .accordion-content ul {
  padding: 0 0 0 20px;
}
body .tabs-image-block .row .column-data .accordion .accordion-content ul li {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
}
body .tabs-image-block .row .column-data .accordion .accordion-content a {
  text-decoration: underline;
}
body .tabs-image-block .row .column-data .tags {
  display: flex;
  list-style: none;
  padding: 0 !important;
  margin: 36px 0 0;
  flex-wrap: wrap;
}
body .tabs-image-block .row .column-data .tags li {
  margin: 0 8px 8px 0;
}
body .tabs-image-block .row .column-data .tags li a {
  text-decoration: none !important;
  border-radius: 25px;
  display: block;
  padding: 3px 9px;
  font-size: 14px;
  line-height: 20px;
  color: #102B45;
  border: 1px solid #102B45;
  transition: all 400ms ease-in-out;
}
body .tabs-image-block .row .column-data .tags li a:hover, body .tabs-image-block .row .column-data .tags li a:active {
  background-color: rgba(242, 99, 34, 0.3019607843);
}
body .tabs-image-block.image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  body .tabs-image-block.image-right .row {
    flex-direction: column;
  }
}
body .tabs-image-block.image-right .row .column-image {
  padding-left: 120px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body .tabs-image-block.image-right .row .column-image {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  body .tabs-image-block.image-right .row .column-image {
    padding-left: 0;
    margin-bottom: 35px;
  }
}
body .tabs-image-block.image-right .row .column-data {
  padding: 0 62px 0 0;
}
@media (max-width: 800px) {
  body .tabs-image-block.image-right .row .column-data {
    padding: 0;
  }
}
body .tabs-image-block.keep-aspect-ratio .row .column-image figure img {
  object-fit: contain;
}
@media (max-width: 800px) {
  body .tabs-image-block.keep-aspect-ratio .row .column-image figure {
    max-height: none;
  }
}
body .tiles-grid-block {
  padding: 80px 0;
  background: #F6F6F9;
}
@media (max-width: 1023px) {
  body .tiles-grid-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .tiles-grid-block {
    padding: 40px 0;
  }
}
body .tiles-grid-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  body .tiles-grid-block h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  body .tiles-grid-block.num-3 .tiles-grid {
    flex-wrap: wrap;
  }
}
body .tiles-grid-block.num-3 .item {
  width: 33.3333%;
}
body .tiles-grid-block.num-3 .item:hover {
  width: 45%;
}
@media (max-width: 1023px) {
  body .tiles-grid-block.num-3 .item .hover-show {
    display: flex;
  }
}
@media (max-width: 1023px) and (min-width: 801px) {
  body .tiles-grid-block.num-3 .item .hold {
    height: 100% !important;
  }
}
@media (max-width: 800px) {
  body .tiles-grid-block.num-3 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  body .tiles-grid-block.num-3 .item:last-child {
    margin-bottom: 0;
  }
  body .tiles-grid-block.num-3 .item:hover {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body .tiles-grid-block.num-4 .tiles-grid {
    flex-wrap: wrap;
  }
}
body .tiles-grid-block.num-4 .item {
  width: 25%;
}
body .tiles-grid-block.num-4 .item:hover {
  width: 35%;
}
@media (max-width: 1023px) {
  body .tiles-grid-block.num-4 .item {
    width: 50%;
    margin-bottom: 20px;
  }
  body .tiles-grid-block.num-4 .item:last-child {
    margin-bottom: 0;
  }
  body .tiles-grid-block.num-4 .item .hover-show {
    display: flex;
  }
  body .tiles-grid-block.num-4 .item:hover {
    width: 50%;
  }
}
@media (max-width: 800px) {
  body .tiles-grid-block.num-4 .item {
    width: 100%;
  }
  body .tiles-grid-block.num-4 .item:hover {
    width: 100%;
  }
}
body .tiles-grid-block .tiles-grid {
  display: flex;
  margin: 0 -10px;
}
body .tiles-grid-block .tiles-grid .item {
  padding: 0 10px;
  transition: all 400ms ease-in-out;
}
body .tiles-grid-block .tiles-grid .item .hold {
  background: #102B45;
  color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  min-height: 350px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body .tiles-grid-block .tiles-grid .item .icon {
  width: 62px;
  height: 62px;
  margin: 0 0 20px;
}
body .tiles-grid-block .tiles-grid .item h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0;
}
@media (max-width: 1023px) {
  body .tiles-grid-block .tiles-grid .item h3 {
    font-size: 26px;
  }
}
body .tiles-grid-block .tiles-grid .item .hover-show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: none;
}
body .tiles-grid-block .tiles-grid .item .hover-show p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 30px;
  max-height: 80px;
  overflow: hidden;
}
body .tiles-grid-block .tiles-grid .item .hover-show .btn:hover, body .tiles-grid-block .tiles-grid .item .hover-show .btn:active {
  background-color: #ffffff;
  color: #102B45 !important;
}
@media (max-width: 1023px) {
  body .tiles-grid-block .tiles-grid .item .hover-show {
    display: flex;
  }
}
body .tiles-grid-block .tiles-grid .item:hover .hover-show {
  display: flex;
}
body .results-block {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  body .results-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .results-block {
    padding: 40px 0;
  }
}
body .results-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  body .results-block h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
body .results-block .results-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .results-block .results-tiles .item {
  padding: 0 10px;
  width: 50%;
  margin: 0 0 20px;
}
@media (max-width: 800px) {
  body .results-block .results-tiles .item {
    width: 100%;
  }
}
body .results-block .results-tiles .item .hold {
  border: 1px solid #D7DAE6;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 1023px) and (min-width: 801px), (max-width: 479px) {
  body .results-block .results-tiles .item .hold {
    padding: 28px;
  }
}
body .results-block .results-tiles .item .value {
  color: #F26322;
  font-size: 80px;
  font-weight: 500;
  display: flex;
  width: 180px;
  align-items: center;
}
@media (max-width: 1279px) {
  body .results-block .results-tiles .item .value {
    width: 160px;
    font-size: 72px;
  }
}
@media (max-width: 1023px) and (min-width: 801px), (max-width: 479px) {
  body .results-block .results-tiles .item .value {
    width: 130px;
    font-size: 60px;
  }
}
body .results-block .results-tiles .item .value .unit {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 28px;
}
@media (max-width: 1279px) {
  body .results-block .results-tiles .item .value .unit {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 1023px) and (min-width: 801px), (max-width: 479px) {
  body .results-block .results-tiles .item .value .unit {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
body .results-block .results-tiles .item .data-hold {
  width: calc(100% - 180px);
}
@media (max-width: 1279px) {
  body .results-block .results-tiles .item .data-hold {
    width: calc(100% - 160px);
  }
}
@media (max-width: 1023px) and (min-width: 801px), (max-width: 479px) {
  body .results-block .results-tiles .item .data-hold {
    width: calc(100% - 130px);
  }
}
body .results-block .results-tiles .item .data-hold h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 25px;
}
body .results-block .results-tiles .item .data-hold p {
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}
body .case-studies-block {
  background: #F6F6F9;
  padding: 80px 0;
}
@media (max-width: 1023px) {
  body .case-studies-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .case-studies-block {
    padding: 40px 0;
  }
}
body .case-studies-block .subtitle {
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: 2%;
  text-transform: uppercase;
}
body .case-studies-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body .case-studies-block h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
body .case-studies-block .text-hold {
  max-width: 440px;
}
body .case-studies-block .text-hold p {
  font-size: 16px;
  line-height: 120%;
}
body .case-studies-block .row {
  justify-content: space-between;
}
@media (max-width: 1023px) {
  body .case-studies-block .row {
    flex-wrap: wrap;
  }
}
body .case-studies-block .row .column:first-child {
  padding-right: 40px;
}
@media (max-width: 1023px) {
  body .case-studies-block .row .column:first-child {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  body .case-studies-block .row .column {
    width: 100%;
  }
}
body .case-studies-block .case-studies-tiles {
  max-width: 750px;
}
@media (max-width: 1023px) {
  body .case-studies-block .case-studies-tiles {
    max-width: none;
  }
}
body .case-studies-block .case-studies-tiles .item {
  margin: 0 0 20px;
}
body .case-studies-block .case-studies-tiles .item:last-child {
  margin-bottom: 0;
}
body .case-studies-block .case-studies-tiles .item .hold {
  border: 1px solid #D7DAE6;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 580px) {
  body .case-studies-block .case-studies-tiles .item .hold {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
body .case-studies-block .case-studies-tiles .item .data-hold {
  width: calc(100% - 246px);
  padding: 0 80px 0 0;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
@media (max-width: 1279px) {
  body .case-studies-block .case-studies-tiles .item .data-hold {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 580px) {
  body .case-studies-block .case-studies-tiles .item .data-hold {
    width: 100%;
    padding: 0;
  }
}
body .case-studies-block .case-studies-tiles .item .data-hold h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 25px;
}
body .case-studies-block .case-studies-tiles .item .data-hold .text-hold {
  margin: 0 0 20px;
}
body .case-studies-block .case-studies-tiles .item .data-hold .text-hold p {
  font-size: 16px;
  line-height: 120%;
}
body .case-studies-block .case-studies-tiles .item figure {
  width: 246px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 580px) {
  body .case-studies-block .case-studies-tiles .item figure {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-height: 300px;
  }
}
body .cta-block {
  padding: 40px 0;
  text-align: center;
}
body .cta-block:last-child {
  padding-bottom: 80px;
}
body .cta-block .cta-hold {
  background: #F26322;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 300px 53px;
  position: relative;
}
@media (max-width: 1279px) {
  body .cta-block .cta-hold {
    padding: 60px 28%;
  }
}
@media (max-width: 1023px) {
  body .cta-block .cta-hold {
    padding: 46px 25% 34px;
  }
}
@media (max-width: 479px) {
  body .cta-block .cta-hold {
    padding: 40px 17% 32px;
  }
}
body .cta-block .cta-hold::before, body .cta-block .cta-hold::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 485px;
  top: 0;
}
@media (max-width: 1279px) {
  body .cta-block .cta-hold::before, body .cta-block .cta-hold::after {
    width: 33%;
  }
}
body .cta-block .cta-hold::before {
  background: url("../images/cta-decor-left.svg") no-repeat;
  background-size: contain;
  background-position-x: right;
  left: 0;
}
body .cta-block .cta-hold::after {
  background: url("../images/cta-decor-right.svg") no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: bottom;
  right: 0;
}
body .cta-block .cta-hold h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 115%;
  color: #ffffff;
  margin: 0 0 20px;
  max-width: 440px;
}
@media (max-width: 1279px) {
  body .cta-block .cta-hold h2 {
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  body .cta-block .cta-hold h2 {
    font-size: 28px;
  }
}
body .cta-block .cta-hold .text-hold {
  max-width: 500px;
}
body .cta-block .cta-hold .text-hold p {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 14px;
}
body .cta-block .cta-hold .btn {
  background: #F6F6F9;
  color: #102B45 !important;
}
body .two-column-checklist-block {
  padding: 80px 0;
  background: #F6F6F9;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body .two-column-checklist-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .two-column-checklist-block {
    padding: 40px 0;
  }
}
body .two-column-checklist-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 60px;
}
@media (max-width: 1023px) {
  body .two-column-checklist-block h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
body .two-column-checklist-block .checklist {
  columns: 2;
  column-gap: 20px;
}
@media (max-width: 600px) {
  body .two-column-checklist-block .checklist {
    columns: 1;
  }
}
body .two-column-checklist-block .checklist .item {
  break-inside: avoid;
  border-bottom: 1px solid #D7DAE6;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
body .two-column-checklist-block .checklist h3 {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
body .two-column-checklist-block .checklist h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url("../images/checklist-icon.svg") no-repeat center center;
  background-size: contain;
}
body .two-column-checklist-block .checklist p {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 30px;
}
body .two-column-checklist-block .checklist p:last-child {
  margin-bottom: 0;
}
body .awards-slider-block {
  width: 100%;
  overflow: hidden;
}
body .awards-slider-block .item {
  padding: 0 10px;
}
body .awards-slider-block .item .hold {
  border: 1px solid #D7DAE6;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  min-height: 160px;
  display: flex;
  flex-direction: column;
}
body .awards-slider-block .item .year {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  flex: 1;
}
body .awards-slider-block .item .icon {
  width: auto;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
}
body .awards-slider-block .item .icon img {
  width: auto;
  height: 100%;
}
body .awards-slider-block .item h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  body .awards-slider-block .item h3 {
    font-size: 26px;
  }
}
body .awards-slider-block .item p {
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 767px) {
  body .awards-slider-block .item p {
    font-size: 14px;
  }
}
body .awards-slider-block + .case-studies-block {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  body .awards-slider-block + .case-studies-block {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  body .awards-slider-block + .case-studies-block {
    margin-top: 40px;
  }
}
body .features-slider-block {
  padding: 80px 0;
  background: #F6F6F9;
}
@media (max-width: 1023px) {
  body .features-slider-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .features-slider-block {
    padding: 40px 0;
  }
}
body .features-slider-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  text-align: center;
  margin: 0 0 58px;
}
@media (max-width: 1023px) {
  body .features-slider-block h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
body .features-slider-block .tns-outer {
  padding: 0 50px 68px !important;
  position: relative;
}
@media (max-width: 479px) {
  body .features-slider-block .tns-outer {
    padding: 0 34px 50px !important;
  }
}
body .features-slider-block .tns-outer .tns-controls button[data-controls=prev] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -34px;
}
body .features-slider-block .tns-outer .tns-controls button[data-controls=next] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  margin-top: -34px;
}
body .features-slider-block .tns-outer .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .features-slider-block .features-slider .item {
  padding: 0;
  text-align: left;
}
body .features-slider-block .features-slider .item .hold {
  border: 1px solid #D7DAE6;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 479px) {
  body .features-slider-block .features-slider .item .hold {
    padding: 28px;
  }
}
body .features-slider-block .features-slider .item h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 35px;
}
@media (max-width: 1023px) {
  body .features-slider-block .features-slider .item h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
body .features-slider-block .features-slider .item .text-hold {
  max-width: 440px;
  margin: 0 0 35px;
}
@media (max-width: 1023px) {
  body .features-slider-block .features-slider .item .text-hold {
    margin-bottom: 20px;
  }
}
body .features-slider-block .features-slider .item .text-hold p {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 20px;
}
body .features-slider-block .features-slider .item ul {
  columns: 2;
  column-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  body .features-slider-block .features-slider .item ul {
    columns: 1;
  }
}
body .features-slider-block .features-slider .item ul li {
  break-inside: avoid;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid #D7DAE6;
  padding: 18px 0 17px 40px;
  position: relative;
}
@media (max-width: 479px) {
  body .features-slider-block .features-slider .item ul li {
    font-size: 16px;
    padding: 13px 0 14px 36px;
  }
}
body .features-slider-block .features-slider .item ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/checklist-icon.svg") no-repeat center center;
  background-size: contain;
}
body .properties-slider-block {
  padding: 80px 0 13px;
}
@media (max-width: 1023px) {
  body .properties-slider-block {
    padding: 60px 0 10px;
  }
}
@media (max-width: 767px) {
  body .properties-slider-block {
    padding: 40px 0 0;
  }
}
body .properties-slider-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body .properties-slider-block h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
body .properties-slider-block .text-hold {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 80px;
}
@media (max-width: 1023px) {
  body .properties-slider-block .text-hold {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body .properties-slider-block .text-hold {
    margin-bottom: 40px;
  }
}
body .properties-slider-block .tns-outer {
  padding: 0 27px 67px !important;
  position: relative;
}
body .properties-slider-block .tns-outer .tns-controls button[data-controls=prev] {
  position: absolute;
  left: 0;
  top: 110px;
}
body .properties-slider-block .tns-outer .tns-controls button[data-controls=next] {
  position: absolute;
  right: 0;
  top: 110px;
}
body .properties-slider-block .tns-outer .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .properties-slider-block .properties-slider {
  display: flex;
}
body .properties-slider-block .properties-slider .item {
  padding: 0 21px;
}
@media (max-width: 479px) {
  body .properties-slider-block .properties-slider .item {
    padding: 0 10px;
  }
}
body .properties-slider-block .properties-slider .item .hold {
  color: #102B45;
  display: block;
  text-decoration: none;
}
body .properties-slider-block .properties-slider .item figure {
  display: block;
  width: 100%;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 16px;
}
body .properties-slider-block .properties-slider .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .properties-slider-block .properties-slider .item .property-address {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 8px;
}
body .properties-slider-block .properties-slider .item h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 4px;
}
@media (max-width: 1023px) {
  body .properties-slider-block .properties-slider .item h3 {
    font-size: 26px;
  }
}
body .properties-slider-block .properties-slider .item .property-caterory {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 16px;
}
body .properties-slider-block .properties-slider .item .property-features {
  display: flex;
  justify-content: space-between;
}
body .properties-slider-block .properties-slider .item .property-features .data-hold {
  width: 266px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body .properties-slider-block .properties-slider .item .property-features .data-hold {
    padding: 0 16px 0 0;
  }
}
body .properties-slider-block .properties-slider .item .property-features .data-hold .feature {
  width: 50%;
  position: relative;
  padding: 6px 0 6px 45px;
}
body .properties-slider-block .properties-slider .item .property-features .data-hold .feature:first-child, body .properties-slider-block .properties-slider .item .property-features .data-hold .feature:nth-child(2) {
  border-top: 1px solid #D7DAE6;
  border-bottom: 1px solid #D7DAE6;
}
body .properties-slider-block .properties-slider .item .property-features .data-hold .feature i {
  color: #F26322;
  font-size: 22px;
  position: absolute;
  left: 0;
}
body .properties-slider-block .properties-slider .item .property-features .data-hold .feature span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  display: block;
}
body .properties-slider-block .properties-slider .item .property-features .data-hold .feature span i {
  color: #102B45;
}
body .properties-slider-block .properties-slider .item .property-features.commercial .data-hold {
  padding: 0 20px 0 0;
}
body .properties-slider-block .properties-slider .item .property-features.commercial .data-hold .feature {
  width: 100%;
  border-bottom: none;
}
body .properties-slider-block .properties-slider .item .property-features .property-price {
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}
body .properties-slider-block .properties-slider .item .property-features .property-price small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #42566a;
  margin: 3px 0 0;
  text-transform: capitalize;
}
body .testimonials-slider-block {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  body .testimonials-slider-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .testimonials-slider-block {
    padding: 40px 0;
  }
}
body .testimonials-slider-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  text-align: center;
  margin: 0 0 52px;
}
@media (max-width: 1023px) {
  body .testimonials-slider-block h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
body .testimonials-slider-block .tns-outer {
  padding: 0 55px 68px !important;
  position: relative;
}
@media (max-width: 479px) {
  body .testimonials-slider-block .tns-outer {
    padding: 0 32px 50px !important;
  }
}
body .testimonials-slider-block .tns-outer .tns-controls button[data-controls=prev] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .testimonials-slider-block .tns-outer .tns-controls button[data-controls=next] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
body .testimonials-slider-block .tns-outer .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .testimonials-slider-block .testimonials-slider {
  display: flex;
}
body .testimonials-slider-block .testimonials-slider .item {
  padding: 0 5px;
  text-align: left;
}
body .testimonials-slider-block .testimonials-slider .item .hold {
  border: 1px solid #D7DAE6;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 25px;
  height: 100%;
}
body .testimonials-slider-block .testimonials-slider .item .name {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  margin: 0;
}
body .testimonials-slider-block .testimonials-slider .item .date {
  font-size: 13px;
  line-height: 15px;
  color: #102B45;
  margin-bottom: 19px;
}
body .testimonials-slider-block .testimonials-slider .item .rating {
  display: flex;
  width: 85px;
  justify-content: space-between;
  margin: 0 0 13px;
}
body .testimonials-slider-block .testimonials-slider .item .rating img {
  width: 16px;
  height: 16px;
}
body .testimonials-slider-block .testimonials-slider .item .text {
  font-size: 14px;
  line-height: 120%;
  overflow: hidden;
}
body .testimonials-slider-block .testimonials-slider .item .text + a {
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
  display: inline-block;
}
body .testimonials-slider-block + .cta-block {
  padding-top: 0;
}
body .team-slider-block {
  padding: 80px 0;
  background: #F6F6F9;
}
@media (max-width: 1023px) {
  body .team-slider-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .team-slider-block {
    padding: 40px 0;
  }
}
body .team-slider-block .text-hold {
  text-align: center;
  display: none;
  margin: 0 auto 60px;
  max-width: 455px;
}
@media (max-width: 767px) {
  body .team-slider-block .text-hold {
    margin-bottom: 40px;
  }
}
body .team-slider-block .text-hold h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body .team-slider-block .text-hold h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
body .team-slider-block .text-hold p {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 30px;
}
body .team-slider-block .text-hold p:last-child {
  margin-bottom: 0;
}
body .team-slider-block .text-hold.active {
  display: block;
}
body .team-slider-block .teams-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  body .team-slider-block .teams-nav {
    margin-bottom: 30px;
  }
}
body .team-slider-block .teams-nav .team-nav-item {
  margin: 0 7px 15px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 120%;
  border-radius: 25px;
  border: 1px solid #102B45;
  color: #102B45;
  cursor: pointer;
  background-color: #F6F6F9;
  transition: background-color 300ms ease-in-out;
}
body .team-slider-block .teams-nav .team-nav-item:hover, body .team-slider-block .teams-nav .team-nav-item:active, body .team-slider-block .teams-nav .team-nav-item.active {
  background-color: rgba(242, 99, 34, 0.3019607843);
}
body .team-slider-block .team-slider-holder {
  display: none;
}
body .team-slider-block .team-slider-holder .tns-outer {
  padding: 0 50px 54px !important;
  position: relative;
}
@media (max-width: 479px) {
  body .team-slider-block .team-slider-holder .tns-outer {
    padding: 0 34px 50px !important;
  }
}
body .team-slider-block .team-slider-holder .tns-outer .tns-controls button[data-controls=prev] {
  position: absolute;
  left: 0;
  top: 200px;
  transform: translateY(-50%);
}
body .team-slider-block .team-slider-holder .tns-outer .tns-controls button[data-controls=next] {
  position: absolute;
  right: 0;
  top: 200px;
  transform: translateY(-50%) rotate(180deg);
}
body .team-slider-block .team-slider-holder .tns-outer .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .team-slider-block .team-slider-holder.active {
  display: block;
}
body .team-slider-block .team-slider-holder .team-member .member-photo {
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 20px;
  height: 400px;
  position: relative;
}
body .team-slider-block .team-slider-holder .team-member .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .team-slider-block .team-slider-holder .team-member .member-photo .hover-show {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 43, 69, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  box-sizing: border-box;
  padding: 40px;
  font-size: 16px;
  line-height: 120%;
}
body .team-slider-block .team-slider-holder .team-member .member-photo:hover .hover-show {
  opacity: 1;
}
body .team-slider-block .team-slider-holder .team-member h3 {
  color: #102B45;
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  body .team-slider-block .team-slider-holder .team-member h3 {
    font-size: 26px;
  }
}
body .team-slider-block .team-slider-holder .team-member .position {
  color: #102B45;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 1023px) {
  body .team-slider-block .team-slider-holder .team-member .position {
    font-size: 16px;
  }
}
body .team-slider-block .team-single-block .team-member {
  display: flex;
  flex-wrap: wrap;
}
body .team-slider-block .team-single-block .team-member .member-photo {
  width: 30%;
}
body .team-slider-block .team-single-block .team-member .member-info {
  width: 70%;
  padding: 0 0 0 80px;
}
@media (max-width: 1023px) {
  body .team-slider-block .team-single-block .team-member .member-info {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  body .team-slider-block .team-single-block .team-member .member-photo,
  body .team-slider-block .team-single-block .team-member .member-info {
    width: 100%;
  }
  body .team-slider-block .team-single-block .team-member .member-info {
    padding: 0;
  }
}
body .compare-table-block {
  padding: 80px 0 40px;
  background: #F6F6F9;
}
@media (max-width: 1023px) {
  body .compare-table-block {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  body .compare-table-block {
    padding: 40px 0 20px;
  }
}
body .compare-table-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  body .compare-table-block h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
body .compare-table-block table {
  border-collapse: collapse;
}
@media (max-width: 767px) {
  body .compare-table-block table {
    height: 100%;
  }
}
body .compare-table-block table tr th,
body .compare-table-block table tr td {
  border: none;
  background: none !important;
}
@media (max-width: 767px) {
  body .compare-table-block table tr th,
  body .compare-table-block table tr td {
    height: 100%;
  }
}
body .compare-table-block table tr th {
  text-align: left;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #D7DAE6;
  font-size: 18px;
  line-height: 110%;
  font-weight: 500;
  vertical-align: middle;
  width: 28%;
}
@media (max-width: 1023px) {
  body .compare-table-block table tr th {
    font-size: 16px;
    width: 24%;
  }
}
@media (max-width: 767px) {
  body .compare-table-block table tr th {
    font-size: 15px;
    padding: 6px 10px 6px 0;
  }
}
@media (max-width: 610px) {
  body .compare-table-block table tr th {
    font-size: 14px;
    width: 22%;
  }
}
@media (max-width: 478px) {
  body .compare-table-block table tr th {
    font-size: 12px;
  }
}
body .compare-table-block table tr td {
  border-bottom: 1px solid #D7DAE6;
  vertical-align: middle;
  width: 35%;
  position: relative;
}
@media (max-width: 1023px) {
  body .compare-table-block table tr td {
    width: 37%;
  }
}
@media (max-width: 610px) {
  body .compare-table-block table tr td {
    width: 38%;
  }
}
body .compare-table-block table tr td .hold {
  background: #fff;
  border-left: 1px solid #D7DAE6;
  border-right: 1px solid #D7DAE6;
  padding: 20px 27px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body .compare-table-block table tr td .hold {
    padding: 16px 16px;
  }
}
@media (max-width: 610px) {
  body .compare-table-block table tr td .hold {
    padding: 9px 10px;
  }
}
body .compare-table-block table tr td:first-of-type {
  padding: 0;
  width: 37%;
}
@media (max-width: 1023px) {
  body .compare-table-block table tr td:first-of-type {
    width: 39%;
  }
}
@media (max-width: 610px) {
  body .compare-table-block table tr td:first-of-type {
    width: 40%;
  }
}
body .compare-table-block table tr td:last-of-type {
  padding-left: 29px;
}
@media (max-width: 767px) {
  body .compare-table-block table tr td:last-of-type {
    padding-left: 16px;
  }
}
@media (max-width: 610px) {
  body .compare-table-block table tr td:last-of-type {
    padding-left: 10px;
    padding-right: 0;
  }
}
body .compare-table-block table tr:first-child th {
  border-bottom: none;
}
body .compare-table-block table tr:first-child td {
  border-bottom: none;
}
body .compare-table-block table tr:first-child td .hold {
  border-top: 1px solid #D7DAE6;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 36px;
}
@media (max-width: 767px) {
  body .compare-table-block table tr:first-child td .hold {
    padding-top: 24px;
  }
}
body .compare-table-block table tr:first-child td span {
  border: 1px solid #102B45;
  padding: 5px 9px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}
@media (max-width: 478px) {
  body .compare-table-block table tr:first-child td span {
    font-size: 12px;
  }
}
body .compare-table-block table tr:first-child td:first-of-type span {
  background: rgba(242, 99, 34, 0.3019607843);
}
body .compare-table-block table tr:first-child td:last-of-type {
  padding-top: 32px;
}
@media (max-width: 767px) {
  body .compare-table-block table tr:first-child td:last-of-type {
    padding-top: 20px;
  }
}
body .compare-table-block table tr:last-child th {
  border-bottom: none;
}
body .compare-table-block table tr:last-child td {
  border-bottom: none;
}
body .compare-table-block table tr:last-child td .hold {
  border-bottom: 1px solid #D7DAE6;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  body .compare-table-block table tr:last-child td .hold {
    padding-bottom: 22px;
  }
}
body .compare-table-block table tr:not(:first-child) td span {
  display: block;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .compare-table-block table tr:not(:first-child) td span {
    font-size: 14px;
  }
}
@media (max-width: 478px) {
  body .compare-table-block table tr:not(:first-child) td span {
    font-size: 12px;
  }
}
body .compare-table-block table tr:not(:first-child) td:first-of-type span {
  position: relative;
  padding: 0 0 0 40px;
}
@media (max-width: 610px) {
  body .compare-table-block table tr:not(:first-child) td:first-of-type span {
    padding: 0 0 0 35px;
  }
}
body .compare-table-block table tr:not(:first-child) td:first-of-type span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/checklist-icon.svg") no-repeat center center;
  background-size: contain;
}
body .compare-table-block table tr:not(:first-child) td:last-of-type span {
  position: relative;
  padding: 0 0 0 40px;
}
@media (max-width: 610px) {
  body .compare-table-block table tr:not(:first-child) td:last-of-type span {
    padding: 0 0 0 35px;
  }
}
body .compare-table-block table tr:not(:first-child) td:last-of-type span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/no-icon.svg") no-repeat center center;
  background-size: contain;
}

/*# sourceMappingURL=style.css.map */
