/* Global */
/* Base */
/* webkit solution */


@font-face {
  font-family: "AvertaStd";
  src: url("../fonts/AvertaStd-Black.woff2") format("woff2"), url("../fonts/AvertaStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaStd";
  src: url("../fonts/AvertaStd-Bold.woff2") format("woff2"), url("../fonts/AvertaStd-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaStd";
  src: url("../fonts/AvertaStd-Regular.woff2") format("woff2"), url("../fonts/AvertaStd-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Webeez Icons";
  src: url("../icons/icomoon.eot?v22j09");
  src: url("../icons/icomoon.eot?v22j09#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?v22j09") format("truetype"), url("../icons/icomoon.woff?v22j09") format("woff"), url("../icons/icomoon.svg?v22j09#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "Webeez Icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail::before {
  content: "\e90c";
}

.icon-phone::before {
  content: "\e90b";
}

.icon-location-pin::before {
  content: "\e90a";
}




.icon-twitter::before {
  content: "\e909";
}

.icon-linkedin::before {
  content: "\e908";
}

.icon-instagram::before {
  content: "\e906";
}

.icon-facebook::before {
  content: "\e907";
}

.icon-magnifying-glass::before {
  content: "\e901";
}

.icon-cross::before {
  content: "\e900";
}

.icon-chevron-left::before {
  content: "\e903";
}

.icon-chevron-down::before {
  content: "\e904";
}

.icon-chevron-up::before {
  content: "\e905";
}

.icon-chevron-right::before {
  content: "\e902";
}

html {
  font-size: 16px;
}

body {
  font-family: "AvertaStd", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  outline: 0;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.sr-only {
  display: none;
}

.text-center {
  text-align: center;
}

.hr {
  display: block;
  margin: 1.25rem 0;
  border-top: 0.1875rem solid #f0e85f;
}

/* Nav */
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav-primary {
  display: flex;
  position: relative;
  align-items: center;
  display: none;
}
@media only screen and (min-width: 992px) {
  .nav-primary {
    display: block;
  }
}
.nav-primary__item {
  padding: 0 1.25rem;
}
.nav-primary__item:hover > .nav-primary__dropdown {
  transform: scale3d(1, 1, 1);
  transition: left 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}
.nav-primary__item:hover > .nav-primary__link::after {
  transform: rotate(90deg);
}
.nav-primary__link {
  display: block;
  position: relative;
  height: 5rem;
  color: #21282b;
  font-weight: 600;
  line-height: 5rem;
  font-size: 16px;
}
.nav-primary__link:hover {
  color: #21282b;
}
.nav-primary__link--parent {
  padding-right: 0.9375rem;
}
.nav-primary__link--parent::after {
  content: "\e902";
  position: absolute;
  right: 0;
  margin-top: 0.125rem;
  transition: transform 0.2s ease-in-out;
  font-family: "Webeez Icons";
  font-size: 0.875rem;
}
.nav-primary__dropdown {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  transform: scale3d(0, 0, 0);
  transition: opacity 0.3s ease;
  opacity: 0;
}
.nav-primary__dropdown-inner {
  padding: 1.875rem 2.5rem;
  background-color: white;
  box-shadow: 0 0 4.0625rem 0 rgba(0, 0, 0, 0.1);
}
.nav-primary__dropdown-list {
  flex-direction: column;
}
.nav-primary__dropdown-link {
  position: relative;
  color: #21282b;
  font-weight: 700;
  line-height: 2.5;
}
.nav-primary__dropdown-link::before {
  content: "\e902";
  position: absolute;
  top: 50%;
  left: -0.3125rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  font-family: "Webeez Icons";
  font-size: 0.875rem;
}
.nav-primary__dropdown-link:hover {
  padding-left: 0.9375rem;
  color: #21282b;
}
.nav-primary__dropdown-link:hover::before {
  left: -5px;
  opacity: 1;
}

.nav-mobile__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  flex-direction: column;
}
.nav-mobile__list > .nav-mobile__item {
  border-bottom: 0.0625rem solid #e1e1e1;
}
.nav-mobile a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  transition: all 0.3s linear 0s;
  color: black;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.8125rem;
}

.nav-mobile__link--parent::after {
  content: "\e904";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s linear 0s;
  border-radius: 50%;
  background-color: #f0e85f;
  color: black;
  font-family: "Webeez Icons";
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.nav-mobile__item--visible .nav-mobile__link--parent::after {
  transform: rotate(-180deg);
}

.nav-mobile__dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: relative;
  z-index: 1000;
  top: 100%;
  min-width: 100%;
}
.nav-mobile__dropdown a {
  display: flex;
  position: relative;
  padding-left: 0.9375rem;
  transition: all 0.3s linear 0s;
  color: black;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2rem;
}
.nav-mobile__dropdown .nav-mobile__dropdown-list {
  flex-direction: column;
}
.nav-mobile__dropdown .nav-mobile__link--parent > a {
  font-weight: 500;
}
.nav-mobile__dropdown .nav-mobile__dropdown a {
  padding-left: 1.875rem;
}

/* Layout */
.site-wrapper {
  position: relative;
  overflow: hidden;
}

.site-header {
  position: relative;
  z-index: 10;
  width: 100%;
  border-top: 0.1875rem solid #21282b;
  background-color: #f0e85f;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    padding: 0 2.5rem;
  }
}
.site-header__left {
  display: flex;
  /*flex: 1 1 0;*/
  align-items: center;
  justify-content: flex-start;
}
.site-header__left .site-logo {
  display: block;
  transform: scale(0.8);
  transform-origin: top left;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .site-header__left .site-logo {
    padding: 0 2.5rem;
    transform: scale(1);
  }
}
.site-header__center {
  display: flex;
 /* flex: 2 1 0;*/
  justify-content: center;
}
.site-header__right {
  display: flex;
  /*flex: 1 1 0;*/
  justify-content: flex-end;
}
.site-header--sticky {
  position: fixed;
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  box-shadow: 0 0 1.0625rem -0.0625rem rgba(33, 40, 43, 0.4);
}
.site-header--sticky .site-header__inner {
  height: 4.375rem;
}
.site-header--sticky .nav-primary__link {
  height: 4.375rem;
  line-height: 4.375rem;
}
.site-header--sticky .scroll-indicator {
  opacity: 1;
}
.site-header--sticky .site-logo {
  transform: scale(0.8);
}
.site-header--sticky .site-navigation-mobile {
  top: 4.375rem !important;
  max-height: calc(100vh - 70px) !important;
}
.site-header__buttons {
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-header__buttons {
    display: block;
  }
}
.site-header .site-navigation-mobile {
  display: none;
  position: absolute;
  z-index: 10;
  top: 5rem;
  right: 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 83px);
  padding: 3.75rem 1.875rem;
  overflow-y: scroll;
  border-bottom: 0.0625rem solid #e1e1e1;
  background-color: #f9f9f9;
}
.site-header .site-navigation-mobile .mobile-buttons {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .site-header .site-navigation-mobile .mobile-buttons {
    display: none;
  }
}

.site-content {
  overflow: hidden;
}

.site-footer {
  background-color: #f9f9f9;
}
.site-footer__top {
  padding: 4.6875rem 0 0;
  border-top: 3.125rem solid #21282b;
  line-height: 1.7;
}
.site-footer a {
  color: #21282b;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer__top-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-bottom: 1.25rem;
  border-bottom: 0.125rem solid #f0e85f;
}
@media only screen and (min-width: 992px) {
  .site-footer__top-wrapper {
    flex-direction: row;
  }
}
.site-footer .site-logo {
  position: absolute;
  top: -7.8125rem;
  right: 0;
  background-color: #f0e85f;
}
.site-footer__widget:nth-child(1) {
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) {
  .site-footer__widget:nth-child(1) {
    flex-basis: 22%;
  }
}
.site-footer__widget:nth-child(2) {
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) {
  .site-footer__widget:nth-child(2) {
    flex-basis: 15%;
  }
}
.site-footer__widget:nth-child(3) {
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) {
  .site-footer__widget:nth-child(3) {
    flex-basis: 20%;
  }
}
.site-footer__widget:nth-child(4) {
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) {
  .site-footer__widget:nth-child(4) {
    flex-basis: 30%;
  }
}
.site-footer__widget:nth-child(5) {
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) {
  .site-footer__widget:nth-child(5) {
    flex-basis: 13%;
  }
}
.site-footer__widget-title {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #e1e1e1;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .site-footer__widget-title {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.site-footer__widget-title::after {
  content: "\e904";
  position: absolute;
  top: 0.25rem;
  right: 0;
  transition: all 0.3s ease-in-out;
  font-family: "Webeez Icons";
  font-size: 0.875rem;
}
@media only screen and (min-width: 992px) {
  .site-footer__widget-title::after {
    content: "";
  }
}
.site-footer__widget .open::after {
  transform: rotate(-180deg);
}
.site-footer__widget-content {
  display: none;
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 992px) {
  .site-footer__widget-content {
    display: block;
  }
}
.site-footer .site-branding {
  margin-bottom: 1.875rem;
}
.site-footer__bottom {
  padding: 1.875rem 0;
}
.site-footer__bottom p {
  margin: 0;
  font-size: 1rem;
}
.site-footer__bottom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .site-footer__bottom-wrapper {
    flex-direction: row;
  }
}
.site-footer__bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 992px) {
  .site-footer__bottom-right {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.site-footer__bottom .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.3125rem;
  border-radius: 50%;
  background-color: #21282b;
  color: white;
  font-size: 0.875rem;
}
.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Button */
.btn {
  display: inline-block;
}

.btn-brand {
  position: relative;
  margin: 0 0.3125rem;
  padding: 0.625rem 1.25rem;
  transition: all 0.3s linear;
  border: 0;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #21282b;
  background-color: #21282b;
  color: #f0e85f;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.btn-brand:hover {
  background-color: #f0e85f;
  color: #21282b;
}
.btn-brand--primary {
  border-color: #f0e85f;
  background-color: #f0e85f;
  color: #21282b;
}
.btn-brand--primary:hover {
  background-color: #21282b;
  color: #f0e85f;
}
.btn-brand--large {
  padding: 1.25rem 1.875rem;
  font-size: 1.125rem;
}

.btn-menu {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0.5625rem 0.9375rem 0 0;
  padding: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 1.75rem;
  height: 0.125rem;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
  opacity: 1;
  background-color: black;
}
.btn-menu span:nth-child(1) {
  top: 0;
}
.btn-menu span:nth-child(2),
.btn-menu span:nth-child(3) {
  top: 0.5625rem;
}
.btn-menu span:nth-child(4) {
  top: 1.125rem;
}
.btn-menu:hover span {
  background-color: black;
}
.btn-menu.open span:nth-child(1) {
  top: 0.8125rem;
  left: 50%;
  width: 0;
}
.btn-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}
.btn-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.btn-menu.open span:nth-child(4) {
  top: 0.8125rem;
  left: 50%;
  width: 0;
}

/* Section */
.section-title__heading {
  margin-bottom: 1.875rem;
  color: #21282b;
  font-size: 3.375rem;
  font-weight: 700;
}
.section-title__tagline {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 0.9375rem;
  color: #e1e1e1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}
.section-title__tagline::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f0e85f;
}
.section-title--center {
  text-align: center;
}
.section-title--light .section-title__heading, .section-title--light .section-title__tagline {
  color: white;
}

.section-intro {
  position: relative;
}
.section-intro__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 1.5625rem 0;
}
@media only screen and (min-width: 992px) {
  .section-intro__inner {
    flex-direction: row;
    padding: 3.125rem 0;
  }
}
.section-intro__title {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  font-weight: 800;
}
@media only screen and (min-width: 992px) {
  .section-intro__title {
    font-size: 1.5rem;
  }
}
.section-intro__subtitle {
  margin-top: 1.25rem;
  font-size: 1.1875rem;
  font-weight: 700;
}
.section-intro__left {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-intro__left {
    width: 60%;
  }
}
.section-intro__left .btn-brand {
  margin-top: 1.875rem;
}
.section-intro__right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .section-intro__right {
    width: 40%;
    margin-bottom: 0;
  }
}
.section-intro__right img {
  max-width: 100%;
  height: auto;
}

.section-text {
  padding: 1.5625rem 0;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 992px) {
  .section-text {
    padding: 4.6875rem 0 3.75rem;
  }
}
.section-text__title {
  display: inline-block;
  margin-bottom: 1.5625rem;
  padding: 1.25rem;
  background-color: #f0e85f;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .section-text__title {
    padding: 0.625rem 0.9375rem;
  }
}

.section-slider {
  position: relative;
  padding: 2.1875rem 0;
  border-top: 0.125rem solid #f0e85f;
}
@media only screen and (min-width: 992px) {
  .section-slider {
    padding: 4.6875rem 0;
  }
}
.section-slider.bg-light {
  background-color: #f9f9f9;
}
.section-slider__title {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-slider__title {
    margin-bottom: 2.5rem;
    font-size: 1.1875rem;
  }
}
.section-slider .slide {
  display: flex !important;
  align-items: center;
  height: 6.25rem !important;
  margin: 0 0.9375rem;
}
.section-slider .slide img {
  max-width: 7.5rem;
}
.section-slider .slick-dots {
  position: absolute;
}
.section-slider .slick-dots li {
  width: 1.3125rem;
  height: 0.1875rem;
  margin: 0 0.3125rem;
  transition: all 0.3s ease-in-out;
  background-color: #e1e1e1;
}
.section-slider .slick-dots button::before {
  content: "" !important;
}
.section-slider .slick-dots .slick-active {
  background-color: #f0e85f !important;
}
.section-slider .slick-prev,
.section-slider .slick-next {
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  border-radius: 50%;
  background-color: #21282b !important;
}
.section-slider .slick-prev::before,
.section-slider .slick-next::before {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: #f0e85f;
  font-family: "Webeez Icons";
  font-size: 1rem;
}
.section-slider .slick-prev span,
.section-slider .slick-next span {
  display: none;
}
.section-slider .slick-prev {
  left: -2.75rem;
}
.section-slider .slick-prev::before {
  content: "\e903";
}
.section-slider .slick-next {
  right: -2.75rem;
}
.section-slider .slick-next::before {
  content: "\e902";
}

.section-primary {
  padding: 1.5625rem 0;
  background-color: #f0e85f;
}
@media only screen and (min-width: 992px) {
  .section-primary {
    padding: 4.6875rem 0;
  }
}
.section-primary__inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .section-primary__inner {
    flex-direction: row;
  }
}
.section-primary__title {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-primary__title {
    margin-bottom: 3.75rem;
    font-size: 2rem;
  }
}
.section-primary__left {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-primary__left {
    width: 50%;
  }
}
.section-primary__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-primary__right {
    width: 50%;
    padding-left: 3.125rem;
  }
}
.section-primary__right .image-src {
  max-width: 100%;
  height: auto;
  box-shadow: 7.5px 7.5px 20px 0 rgba(33, 40, 43, 0.75);
}
.section-primary__right .image-link {
  display: block;
  margin-top: 1.5625rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .section-primary__right .image-link {
    margin-top: 0;
    margin-bottom: 4.6875rem;
  }
}

.section-parallax {
  padding: 1.5625rem 0;
  background-color: #21282b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .section-parallax {
    padding: 4.6875rem 0;
  }
}
.section-parallax__inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .section-parallax__inner {
    flex-direction: row;
  }
}
.section-parallax__title {
  margin-bottom: 1.875rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-parallax__title {
    margin-bottom: 3.75rem;
    font-size: 2rem;
  }
}
.section-parallax__left {
  width: 100%;
  color: white;
}
@media only screen and (min-width: 992px) {
  .section-parallax__left {
    width: 50%;
  }
}
.section-parallax__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-parallax__right {
    width: 50%;
    padding-left: 3.125rem;
  }
}
.section-parallax__right .image-src {
  max-width: 100%;
  height: auto;
  box-shadow: 7.5px 7.5px 20px 0 rgba(33, 40, 43, 0.75);
}
.section-parallax__right .image-link {
  display: block;
  margin-top: 1.5625rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .section-parallax__right .image-link {
    margin-top: 0;
    margin-bottom: 4.6875rem;
  }
}

.section-pricing {
  padding: 1.5625rem 0;
}
@media only screen and (min-width: 992px) {
  .section-pricing {
    padding: 4.6875rem 0;
  }
}
.section-pricing__inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .section-pricing__inner {
    flex-direction: row;
  }
}
.section-pricing__group:first-child {
  padding-top: 1.25rem;
  border-top: 0.1875rem solid #f0e85f;
}
.section-pricing__title {
  margin-bottom: 0.9375rem;
  font-size: 1.0625rem;
  font-weight: 800;
}
@media only screen and (min-width: 992px) {
  .section-pricing__title {
    font-size: 1.1875rem;
  }
}
.section-pricing__left {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-pricing__left {
    width: 50%;
    padding-right: 1.5625rem;
  }
}
.section-pricing__right {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-pricing__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding-left: 1.5625rem;
  }
}
.section-pricing__message {
  margin-top: 1.875rem;
}

.section-content {
  padding: 1.5625rem 0;
}
@media only screen and (min-width: 992px) {
  .section-content {
    padding: 4.6875rem 0 3.75rem;
  }
}
.section-content__title {
  margin-bottom: 1.5625rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-content__title {
    margin-bottom: 3.125rem;
    font-size: 2rem;
  }
}
.section-content__subtitle {
  margin-bottom: 0.9375rem;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .section-content__subtitle {
    font-size: 1.3125rem;
  }
}
.section-content__columns {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .section-content__columns {
    flex-direction: row;
  }
}
.section-content__left {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-content__left {
    width: 50%;
    padding-right: 1.5625rem;
  }
}
.section-content__right {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-content__right {
    width: 50%;
    padding-left: 1.5625rem;
  }
}
.section-content__right .image-src {
  max-width: 100%;
  height: auto;
  box-shadow: 7.5px 7.5px 20px 0 rgba(33, 40, 43, 0.75);
}
.section-content .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.1875rem solid #f0e85f;
}
.section-content .total-price p {
  margin: 0;
}
.section-content .total-price__group {
  display: inline-block;
  width: 9.375rem;
  padding: 1.25rem;
  background-color: #f0e85f;
  text-align: right;
}

.section-contact {
  position: relative;
  background-color: #f9f9f9;
}
.section-contact a {
  color: #21282b;
}
.section-contact a:hover {
  text-decoration: underline;
}
.section-contact__inner {
  display: flex;
  flex-direction: column;
  padding: 1.5625rem;
}
@media only screen and (min-width: 992px) {
  .section-contact__inner {
    flex-direction: row;
  }
}
.section-contact__title {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .section-contact__title {
    font-size: 1.125rem;
  }
}
.section-contact__left {
  width: 100%;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-contact__left {
    width: 50%;
    margin-bottom: 0;
    padding: 0.625rem 1.875rem 0;
    border-right: 0.0625rem solid #f0e85f;
  }
}
.section-contact__right {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-contact__right {
    width: 50%;
  }
}
.section-contact__right .form {
  margin-top: 0;
  padding-top: 0;
  background-color: transparent;
}

.section-map {
  margin: 0.9375rem 0 1.875rem;
}
@media only screen and (min-width: 992px) {
  .section-map {
    margin: 1.875rem 0;
  }
}

/* Module */
.accordion__item {
  display: block;
  position: relative;
}
.accordion__item h3 {
  position: relative;
  margin: 0;
  color: #21282b;
  font-size: 0.9375rem;
  font-weight: 700;
}
.accordion__item.active .accordion__item-title {
  border-bottom: 0.0625rem solid #f0e85f;
}
.accordion__item.active .accordion__item-title::after {
  transform: rotate(0);
}
.accordion__item:not(:first-child) .accordion__item-content {
  display: none;
}
.accordion__item-title {
  display: block;
  position: relative;
  padding: 0.9375rem 0;
  padding-right: 1.5625rem;
  cursor: pointer;
}
.accordion__item-title::after {
  content: "\e904";
  position: absolute;
  top: 0.9375rem;
  right: 0;
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
  font-family: "Webeez Icons";
}
.accordion__item-content {
  position: relative;
  padding: 1.25rem;
  background-color: #f9f9f9;
  font-size: 0.9375rem;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery__item {
  width: calc(50% - 7.5px);
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 992px) {
  .gallery__item {
    width: calc(33.33333% - 7.5px);
  }
}
.gallery__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
  border: 0.0625rem solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .gallery__link {
    height: 19.375rem;
  }
}
.gallery__link::after {
  content: "\e901";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-family: "Webeez Icons";
  font-size: 1.3125rem;
}
.gallery__link:hover::after {
  opacity: 1;
}
.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pricing-table {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .pricing-table {
    margin-bottom: 0;
  }
}
.pricing-table td,
.pricing-table th {
  padding: 0.3125rem 0.625rem;
  border: 1px solid #e1e1e1;
  font-size: 0.875rem;
}
@media only screen and (min-width: 992px) {
  .pricing-table td,
.pricing-table th {
    padding: 0.46875rem 0.9375rem;
    font-size: 1rem;
  }
}
.pricing-table td strong,
.pricing-table th strong {
  font-size: 1.125rem;
}
.pricing-table th {
  width: 70%;
}
@media only screen and (min-width: 992px) {
  .pricing-table th {
    width: 84%;
  }
}
.pricing-table td {
  text-align: right;
}

.form {
  margin-top: 0.9375rem;
  padding: 1.875rem;
  background-color: #f9f9f9;
}
.form__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.3125rem 0;
}
@media only screen and (min-width: 992px) {
  .form__group {
    flex-direction: row;
  }
}
.form__label {
  display: block;
  width: 100%;
  margin-bottom: 0.3125rem;
}
@media only screen and (min-width: 992px) {
  .form__label {
    width: 50%;
    margin-bottom: 0;
  }
}
.form__control {
  display: block;
  width: 100%;
  padding: 0.46875rem 0.9375rem;
  border: 0.0625rem solid #e1e1e1;
  border-radius: 0.25rem;
  color: #21282b;
}
@media only screen and (min-width: 992px) {
  .form__control {
    width: 50%;
  }
}

.clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 7.5px);
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .clients__item {
    width: calc(25% - 7.5px);
  }
}
.clients__image {
  width: 60%;
  height: auto;
}

.iconbox {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .iconbox {
    flex-direction: row;
    margin: 0 -0.46875rem;
  }
}
.iconbox__item {
  position: relative;
  flex: 1 1 0;
  margin: 1.5625rem 0;
  padding: 3.125rem 1.25rem 1.5625rem;
  border: 0.0625rem solid #f0e85f;
  border-radius: 0.25rem;
  background-color: #f9f9f9;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .iconbox__item {
    flex-direction: row;
    margin: 0 0.625rem;
  }
}
.iconbox__icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.75rem;
  height: 2.75rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #f0e85f;
  font-size: 1.25rem;
  line-height: 2.75rem;
}
.iconbox__text a {
  color: #21282b;
  font-size: 1rem;
}
.iconbox__text a:hover {
  text-decoration: underline;
}

/* Vendor */
/* Slider */
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 0.0625rem;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.0625rem solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: transparent url("../images/spin.svg") 50% no-repeat;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev::before,
.slick-next::before {
  font-size: 1.25rem;
  line-height: 1;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -1.5625rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots button {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3125rem;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots button:hover, .slick-dots button:focus {
  outline: none;
}

.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #21282b;
}

.lightbox {
  position: absolute;
  z-index: 10000;
  left: 0;
  width: 100%;
  outline: none;
  font-weight: normal;
  line-height: 0;
  text-align: center;
}
.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  max-height: none;
}
.lightbox a img {
  border: 0;
}

.lb-outerContainer {
  position: relative;
  width: 15.625rem;
  height: 15.625rem;
  margin: 0 auto;
  zoom: 1;
  border-radius: 0.25rem;
  background-color: white;
}
.lb-outerContainer ::after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 25%;
  line-height: 0;
  text-align: center;
}

.lb-cancel {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  background: url("../images/spin.svg") no-repeat;
}

.lb-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lb-nav a {
  outline: none;
}
.lb-nav .lb-prev,
.lb-nav .lb-next {
  display: block;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.lb-nav .lb-prev::after,
.lb-nav .lb-next::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #21282b;
  font-family: "Webeez Icons";
  font-size: 1.75rem;
}
.lb-nav .lb-prev {
  left: 0;
  float: left;
}
.lb-nav .lb-prev::after {
  content: "\e903";
  left: 0.9375rem;
}
.lb-nav .lb-next {
  right: 0;
  float: right;
}
.lb-nav .lb-next::after {
  content: "\e902";
  right: 0.9375rem;
}
.lb-nav .lb-prev:hover,
.lb-nav .lb-next:hover {
  opacity: 1;
}

.lb-container > .nav {
  left: 0;
}

.lb-dataContainer {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.3125rem;
  zoom: 1;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lb-dataContainer::after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  color: black;
}
.lb-data .lb-details {
  width: 85%;
  margin-top: 0.3125rem;
  float: left;
  line-height: 1.1em;
  text-align: left;
}
.lb-data .lb-caption {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5em;
}
.lb-data .lb-caption a {
  color: #21282b;
}
.lb-data .lb-number {
  display: block;
  padding-bottom: 1em;
  clear: left;
  color: white;
  font-size: 0.75rem;
}
.lb-data .lb-close {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: 0.9375rem;
  float: right;
  transition: opacity 0.2s;
  outline: none;
  opacity: 0.7;
  text-align: right;
}
.lb-data .lb-close::after {
  content: "\e900";
  color: white;
  font-family: "Webeez Icons";
  font-size: 1.5rem;
}
.lb-data .lb-close:hover {
  opacity: 1;
  cursor: pointer;
}
/*# sourceMappingURL=styles.css.map */
