/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}

body {
  background-color: #F3F3F3;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #111111;
}

h1 {
  font-size: 2rem;
  line-height: 2rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
}

sup {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

a, a:link, a:focus, a:visited {
  color: #111111;
  text-decoration: underline;
}
a:hover, a:link:hover, a:focus:hover, a:visited:hover {
  text-decoration: none;
}

p {
  color: #111111;
  font-size: 1.5625rem;
  line-height: 2.625rem;
  margin-bottom: 35px;
}

ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 35px;
}
ul li {
  color: #111111;
  font-size: 1.5625rem;
  line-height: 2.625rem;
}
ul li ul, ul li ol {
  margin-bottom: 10px;
  padding-top: 10px;
}

ol {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 35px;
}
ol li {
  color: #111111;
  font-size: 1.5625rem;
  line-height: 2.625rem;
}
ol li ul, ol li ol {
  margin-bottom: 10px;
  padding-top: 10px;
}

strong {
  font-weight: 700;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
}
.container.container-thin {
  max-width: 1118px;
}
.container.container-wide {
  max-width: 1670px;
}
.container.container-ultra-wide {
  max-width: 1778px;
}

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

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

.bold {
  font-weight: 700;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.search-bar {
  width: 100%;
  background-color: #F49D0F;
}
.search-bar.fixed {
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.search-bar.white-bg {
  background-color: #fff;
}
.search-bar .container {
  height: 100%;
}
.search-bar form {
  padding: 20px 0;
  min-height: 167px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.search-bar form .form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.search-bar form input[type=text], .search-bar form input[type=email] {
  width: auto;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #000;
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  padding: 6px 16px 6px 16px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .search-bar form input[type=text], .search-bar form input[type=email] {
    padding: 11px 28px 11px 28px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .search-bar form input[type=text], .search-bar form input[type=email] {
    min-width: 506px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .search-bar form .btn {
    min-width: 189px;
  }
}
.search-bar form .selectize-control {
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1600px) {
  .search-bar form .selectize-control {
    margin-bottom: 0;
    min-width: 189px;
  }
}
.search-bar form .selectize-control:first-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .search-bar form .selectize-control:first-of-type {
    width: auto;
  }
}
.search-bar form .selectize-control .selectize-input {
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
  color: #111111;
  border-radius: 57px;
  padding: 6px 35px 2px 16px;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  height: 33px;
}
@media only screen and (min-width: 768px) {
  .search-bar form .selectize-control .selectize-input {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    padding: 2px 45px 2px 28px;
    height: 43px;
  }
}
.search-bar form .selectize-control.single .selectize-input, .search-bar form .selectize-control.single .selectize-input.input-active, .search-bar form .selectize-input {
  background-color: #fff;
  background: #fff;
}
.search-bar form .selectize-control.single .selectize-input::after {
  background-image: url(../images/chevron-down-select-black.svg);
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .search-bar form .selectize-control.single .selectize-input::after {
    top: 13px;
  }
}
.search-bar form .hidden-fields {
  display: none;
  padding-top: 15px;
  width: 100%;
}
.search-bar form .hidden-fields .flex-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-bar form .hidden-fields input[type=text], .search-bar form .hidden-fields input[type=email] {
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .search-bar form .hidden-fields input[type=text], .search-bar form .hidden-fields input[type=email] {
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1600px) {
  .search-bar form .hidden-fields input[type=text], .search-bar form .hidden-fields input[type=email] {
    min-width: 0;
    max-width: 180px;
  }
}

.social-media-icons .social-media-icon {
  display: inline-block;
  margin-right: 10px;
}

.pagination {
  text-align: center;
  padding-top: 20px;
}
.pagination .page-numbers {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  color: #111111;
  text-decoration: none;
  margin: 0 5px;
  vertical-align: middle;
}
.pagination .page-numbers svg {
  height: 16px;
}
.pagination .page-numbers.current {
  font-weight: 700;
}

.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 22px;
  color: #111111;
  background-color: #fff;
  padding: 6px 12px 6px 12px;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn, .btn:link, .btn:focus, .btn:visited {
    min-width: 180px;
    padding: 11px 16px 11px 16px;
    font-size: 1rem;
  }
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #333333;
  border: 1px solid #fff;
}
.btn:hover svg, .btn:link:hover svg, .btn:focus:hover svg, .btn:visited:hover svg {
  fill: #fff;
}
.btn.btn-gray, .btn:link.btn-gray, .btn:focus.btn-gray, .btn:visited.btn-gray {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
}
.btn.btn-gray:hover, .btn:link.btn-gray:hover, .btn:focus.btn-gray:hover, .btn:visited.btn-gray:hover {
  color: #111111;
  background-color: #fff;
}
.btn.btn-orange, .btn:link.btn-orange, .btn:focus.btn-orange, .btn:visited.btn-orange {
  border: 1px solid #F49D0F;
  background-color: #F49D0F;
  color: #fff;
}
.btn.btn-orange svg, .btn:link.btn-orange svg, .btn:focus.btn-orange svg, .btn:visited.btn-orange svg {
  fill: #fff;
}
.btn.btn-orange:hover, .btn:link.btn-orange:hover, .btn:focus.btn-orange:hover, .btn:visited.btn-orange:hover {
  color: #F49D0F;
  background-color: #fff;
}
.btn.btn-orange:hover svg, .btn:link.btn-orange:hover svg, .btn:focus.btn-orange:hover svg, .btn:visited.btn-orange:hover svg {
  fill: #F49D0F;
}
.btn.btn-orange-black, .btn:link.btn-orange-black, .btn:focus.btn-orange-black, .btn:visited.btn-orange-black {
  border: 1px solid #F49D0F;
  background-color: #F49D0F;
  color: #111111;
}
.btn.btn-orange-black:hover, .btn:link.btn-orange-black:hover, .btn:focus.btn-orange-black:hover, .btn:visited.btn-orange-black:hover {
  color: #F49D0F;
  background-color: #fff;
}
.btn.btn-orange-black:hover svg, .btn:link.btn-orange-black:hover svg, .btn:focus.btn-orange-black:hover svg, .btn:visited.btn-orange-black:hover svg {
  fill: #F49D0F;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 8px;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button-with-arrow, .button-with-arrow:link, .button-with-arrow:focus, .button-with-arrow:visited {
  text-decoration: none;
}
.button-with-arrow span, .button-with-arrow:link span, .button-with-arrow:focus span, .button-with-arrow:visited span {
  vertical-align: middle;
}
.button-with-arrow svg, .button-with-arrow:link svg, .button-with-arrow:focus svg, .button-with-arrow:visited svg {
  vertical-align: middle;
  margin-left: 5px;
}

nav {
  background-color: #333333;
  padding: 12px 0;
  width: 100%;
  z-index: 999;
}
nav.transparent-bg {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
nav .logo-wrap {
  display: inline-block;
  padding-top: 8px;
}
nav .logo-wrap img {
  max-height: 32px;
}
nav .float-right {
  float: right;
}
nav .social-media-icons {
  padding-top: 8px;
  float: left;
}
@media only screen and (min-width: 992px) {
  nav .social-media-icons {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .social-media-icons {
    padding-top: 0;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .social-media-icons {
    padding-top: 8px;
    margin-right: 20px;
  }
}
nav .btn.btn-orange-black, nav .btn:link.btn-orange-black, nav .btn:focus.btn-orange-black, nav .btn:visited.btn-orange-black {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  nav .btn.btn-orange-black, nav .btn:link.btn-orange-black, nav .btn:focus.btn-orange-black, nav .btn:visited.btn-orange-black {
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .btn.btn-orange-black, nav .btn:link.btn-orange-black, nav .btn:focus.btn-orange-black, nav .btn:visited.btn-orange-black {
    margin-right: 5px;
    padding: 6px 12px 6px 12px;
    font-size: 0.875rem;
    min-width: 180px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .btn.btn-orange-black, nav .btn:link.btn-orange-black, nav .btn:focus.btn-orange-black, nav .btn:visited.btn-orange-black {
    margin-right: 20px;
    min-width: 180px;
    padding: 11px 16px 11px 16px;
    font-size: 1rem;
  }
}
nav .btn.btn-orange-black svg, nav .btn:link.btn-orange-black svg, nav .btn:focus.btn-orange-black svg, nav .btn:visited.btn-orange-black svg {
  display: none;
}
@media only screen and (min-width: 768px) {
  nav .btn.btn-orange-black svg, nav .btn:link.btn-orange-black svg, nav .btn:focus.btn-orange-black svg, nav .btn:visited.btn-orange-black svg {
    display: inline;
  }
}
nav .fav-icon {
  display: block;
  padding-top: 9px;
  float: left;
}
@media only screen and (min-width: 1200px) {
  nav .fav-icon {
    padding-top: 4px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .fav-icon {
    padding-top: 9px;
  }
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}
nav .menu:not(.mobile-menu) li {
  float: left;
  padding: 0 12px 0 0;
  line-height: 1.5625rem;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) li {
    line-height: 2.5rem;
    padding: 0 52px 0 0;
  }
}
nav .menu:not(.mobile-menu) li a {
  font-size: 1.0625rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav .menu:not(.mobile-menu) li a:hover {
  color: #F49D0F;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children {
  position: relative;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
nav .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #333333;
  list-style: none;
  padding-top: 0;
  margin-bottom: 0;
}
nav .menu:not(.mobile-menu) .sub-menu li a {
  color: #fff;
}
nav .menu:not(.mobile-menu) .sub-menu li a:hover {
  color: #F49D0F;
}
nav .hamburger {
  padding: 9px 0;
  float: right;
}
@media only screen and (min-width: 768px) {
  nav .hamburger {
    float: left;
    margin-right: 20px;
  }
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
}

.sidenav {
  position: fixed;
  background-color: #333333;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.sidenav.open {
  left: 0px;
}
.sidenav .hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidenav .hamburger .hamburger-inner, .sidenav .hamburger .hamburger-inner::after, .sidenav .hamburger .hamburger-inner::before {
  background-color: #fff;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #F3F3F3;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img, .sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(100% - 67px);
  overflow: scroll;
  padding-top: 60px;
}
.sidenav .menu-bg-wrap.background-sub-menu {
  background-color: #333333;
}
.sidenav .menu-bg-wrap.background-sub-menu .extra-menu-items {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
  padding-left: 0;
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
  border-bottom: 1px solid #F3F3F3;
  padding: 10px 0;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  padding-right: 90px;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 10px 24px 10px 40px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.sidenav .menu-bg-wrap .mobile-menu li a:hover {
  background-color: #333333;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow {
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../images/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #333333;
  border-left: 1px solid #F3F3F3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow:hover {
  background-color: #333333;
}
.sidenav .menu-bg-wrap .mobile-menu li a .back-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90px;
  background-image: url(../images/chevron-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #333333;
  display: none;
  border-right: 1px solid #F3F3F3;
}
.sidenav .menu-bg-wrap .mobile-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
  background-color: #333333;
  position: relative;
  padding-left: 130px;
  padding-right: 40px;
  border-bottom: 1px solid #F3F3F3;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
  margin-bottom: 0;
  padding-left: 0;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a .arrow {
  background-image: url(../images/chevron-right.svg);
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}

footer {
  background-color: #333333;
  padding-bottom: 210px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding-bottom: 280px;
  }
}
footer .social-media-icons .social-media-icon svg {
  height: 32px;
  width: 32px;
}
footer .widget-header {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
  margin-bottom: 9px;
}
footer ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
}
footer ul li {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 9px;
}
footer ul li a, footer ul li a:link, footer ul li a:focus, footer ul li a:visited {
  color: #FFFDF9;
  opacity: 0.58;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
footer .btn {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  footer .btn {
    margin-bottom: 0;
  }
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea {
  width: 100%;
  border: 1px solid #FFFDF9;
  background-color: #454544;
  border-radius: 57px;
  padding: 5px 28px 5px 28px;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 22px;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, textarea:focus {
  outline: none;
  border-color: #F49D0F;
  box-shadow: 0px 0px 0px 1px #F49D0F;
}

.acceptance-wrap {
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
.acceptance-wrap .wpcf7-form-control-wrap {
  position: static;
}
.acceptance-wrap input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.acceptance-wrap .wpcf7-list-item-label {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

textarea {
  border-radius: 23px;
  min-height: 219px;
}

select {
  width: 100%;
  border: 1px solid #FFFDF9;
  background-color: #454544;
  border-radius: 57px;
  padding: 5px 28px 5px 28px;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 22px;
  min-height: 47px;
}
select:focus {
  outline: none;
  border-color: #F49D0F;
  box-shadow: 0px 0px 0px 1px #F49D0F;
}

.selectize-control {
  width: 100%;
  margin-bottom: 22px;
}
.selectize-control .selectize-input {
  width: 100%;
  border: 1px solid #FFFDF9;
  background-color: #454544;
  border-radius: 57px;
  padding: 5px 28px 5px 28px;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  height: 47px;
  box-shadow: none;
}
.selectize-control .selectize-input:focus {
  outline: none;
  border-color: #F49D0F;
  box-shadow: 0px 0px 0px 1px #F49D0F;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input.input-active, .selectize-input {
  background-color: #454544;
  background: #454544;
}

.selectize-control.single .selectize-input {
  box-shadow: none;
}

.selectize-control.single .selectize-input::after {
  width: 12px;
  height: 12px;
  background-image: url(../images/chevron-down-select.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .selectize-control.single .selectize-input::after {
    width: 17px;
    height: 17px;
  }
}

.selectize-control.single .selectize-input.dropdown-active::after {
  margin-top: 0;
  transform: rotate(180deg);
}

.selectize-dropdown {
  border: 1px solid #FFFDF9;
  border-color: #FFFDF9;
  background-color: #454544;
  border-radius: 15px;
  overflow: hidden;
}
.selectize-dropdown .option {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.selectize-dropdown .option.selected, .selectize-dropdown .option.active {
  background-color: #F49D0F;
  color: #fff;
}

.selectize-input.dropdown-active::before {
  display: none;
}

.top {
  height: 100vh;
  position: relative;
}
.top .decor {
  background: #333333;
  display: block;
  width: 70px;
  height: 105px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .top .decor {
    width: 198px;
    height: 155px;
  }
}
@media only screen and (min-width: 1200px) {
  .top .decor {
    width: 298px;
    height: 155px;
  }
}
.top .decor.decor-two {
  width: 190px;
  height: 70px;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .top .decor.decor-two {
    width: 434px;
    height: 155px;
  }
}
@media only screen and (min-width: 1200px) {
  .top .decor.decor-two {
    width: 634px;
    height: 155px;
  }
}
.top .decor.decor-three {
  width: 110px;
  height: 150px;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .top .decor.decor-three {
    width: 250px;
    height: 433px;
  }
}
.top img, .top video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.top .container {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  position: relative;
  z-index: 2;
}
.top .container .text-wrap {
  padding-bottom: 160px;
}
@media only screen and (min-width: 768px) {
  .top .container .text-wrap {
    padding-bottom: 42px;
  }
}
.top .header-main {
  font-size: 4.0625rem;
  line-height: 4.375rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .top .header-main {
    font-size: 8.75rem;
    line-height: 10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .top .header-main {
    font-size: 13.75rem;
    line-height: 15rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1900px) {
  .top .header-main {
    font-size: 21.125rem;
    line-height: 18.5rem;
  }
}
.top .sub-header {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1600px) {
  .top .sub-header {
    font-size: 3.5rem;
    line-height: 3.6875rem;
  }
}
.top .down-button-wrap .down-button {
  display: block;
}

.top-gradient {
  position: relative;
  background-color: #F3F3F3;
}
.top-gradient.big-title img {
  padding-bottom: 0;
}
.top-gradient.big-title .page-title.big {
  font-size: 2.8125rem;
  line-height: 3.4375rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .top-gradient.big-title .page-title.big {
    font-size: 3.4375rem;
    line-height: 4.0625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .top-gradient.big-title .page-title.big {
    font-size: 4.0625rem;
    line-height: 4.6875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .top-gradient.big-title .page-title.big {
    font-size: 9.6875rem;
    line-height: 8.5625rem;
  }
}
.top-gradient.big-title .page-title.big strong {
  font-weight: 700;
}
.top-gradient.big-title .text-wrap {
  padding-bottom: 210px;
}
.top-gradient.middle-title {
  position: relative;
}
.top-gradient.middle-title::before, .top-gradient.middle-title::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.top-gradient.middle-title::before {
  left: 0;
  width: 40px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .top-gradient.middle-title::before {
    width: 50px;
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-gradient.middle-title::before {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-gradient.middle-title::before {
    width: 140px;
    height: 100px;
  }
}
.top-gradient.middle-title::after {
  right: 0;
  width: 100px;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .top-gradient.middle-title::after {
    width: 150px;
    height: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-gradient.middle-title::after {
    width: 200px;
    height: 140px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-gradient.middle-title::after {
    width: 262px;
    height: 190px;
  }
}
.top-gradient.middle-title img {
  padding-bottom: 0;
}
.top-gradient.middle-title .text-wrap {
  padding-bottom: 60px;
  /*@include devices(biggest){
      padding-bottom: 10px;
  }*/
}
.top-gradient.middle-title .page-title.middle {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .top-gradient.middle-title .page-title.middle {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .top-gradient.middle-title .page-title.middle {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .top-gradient.middle-title .page-title.middle {
    font-size: 7.6875rem;
    line-height: 8rem;
  }
}
.top-gradient.middle-title .page-title.middle strong {
  font-weight: 700;
}
.top-gradient.about::before, .top-gradient.about::after {
  background-color: #333333;
}
.top-gradient.about .text-wrap {
  padding-bottom: 80px;
  padding-top: 310px;
}
.top-gradient.contact::before, .top-gradient.contact::after {
  background-color: #333333;
}
.top-gradient.contact .text-wrap {
  padding-top: 120px;
}
.top-gradient .decor {
  background-color: #F3F3F3;
  display: block;
  width: 85px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 1600px) {
  .top-gradient .decor {
    width: 385px;
    height: 100px;
    bottom: 160px;
  }
}
.top-gradient .decor.decor-two {
  padding: 60px 0 0 65px;
  width: 40px;
  height: 30px;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1600px) {
  .top-gradient .decor.decor-two {
    width: 250px;
    height: 295px;
  }
}
@media only screen and (min-width: 1900px) {
  .top-gradient .decor.decor-two {
    width: 400px;
  }
}
.top-gradient .decor.decor-two svg {
  width: 56px;
  height: 49px;
}
.top-gradient .decor.decor-three {
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1600px) {
  .top-gradient .decor.decor-three {
    height: 160px;
  }
}
.top-gradient img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1600px) {
  .top-gradient img {
    padding-bottom: 160px;
  }
}
.top-gradient .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(69, 70, 91, 0.5607843137) 0%, rgba(39, 50, 122, 0) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
  z-index: 1;
}
.top-gradient .text-wrap {
  position: relative;
  z-index: 3;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .top-gradient .text-wrap {
    padding-top: 200px;
    padding-bottom: 230px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-gradient .text-wrap {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-gradient .text-wrap {
    padding-top: 235px;
    padding-bottom: 330px;
  }
}
.top-gradient .page-title {
  font-size: 2.1875rem;
  line-height: 2.625rem;
  font-weight: 700;
  margin-bottom: 38px;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .top-gradient .page-title {
    font-size: 4.1875rem;
    line-height: 4.9375rem;
  }
}
.top-gradient .text p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .top-gradient .text p {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}

.top-offers {
  padding: 60px 0 20px 0;
  background-color: #333333;
}
@media only screen and (min-width: 768px) {
  .top-offers {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .top-offers {
    padding: 120px 0;
  }
}
.top-offers .row .col {
  margin-bottom: 20px;
}

.offer-loop-wrap.white .img-wrap::before {
  background-color: #fff;
}
.offer-loop-wrap.white .title > a {
  color: #111111;
}
.offer-loop-wrap.white .sub-title {
  color: #111111;
}
.offer-loop-wrap.white .meta-info .column .label {
  color: #111111;
}
.offer-loop-wrap.white .meta-info .column .data {
  color: #111111;
}
.offer-loop-wrap.white .price {
  color: #111111;
}
.offer-loop-wrap.white .price-for-m2 {
  color: #111111;
}
.offer-loop-wrap .img-wrap {
  display: block;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
  margin-bottom: 25px;
}
.offer-loop-wrap .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 109px;
  height: 60px;
  background-color: #333333;
  z-index: 2;
}
.offer-loop-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-loop-wrap .title {
  margin-bottom: 7px;
}
.offer-loop-wrap .title > a {
  color: #fff;
  font-size: 1.6875rem;
  line-height: 2.3125rem;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}
.offer-loop-wrap .sub-title {
  margin-bottom: 23px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
}
.offer-loop-wrap .meta-info {
  width: 100%;
}
.offer-loop-wrap .meta-info .column {
  float: left;
  margin-right: 37px;
}
.offer-loop-wrap .meta-info .column:last-of-type {
  margin-right: 0;
}
.offer-loop-wrap .meta-info .column .label {
  margin-bottom: 6px;
  color: #fff;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.offer-loop-wrap .meta-info .column .data {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.offer-loop-wrap .price {
  margin-bottom: 1px;
  color: #fff;
  font-size: 2.625rem;
  line-height: 3.5rem;
  font-weight: 400;
}
.offer-loop-wrap .price-for-m2 {
  margin-bottom: 18px;
  opacity: 0.5;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.big-numbers {
  padding: 10px 0 20px 0;
  background-color: #333333;
}
@media only screen and (min-width: 768px) {
  .big-numbers {
    padding: 20px 0 40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .big-numbers {
    padding: 20px 0 120px 0;
  }
}
.big-numbers .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 1200px) {
  .big-numbers .row {
    margin-left: -68px;
    margin-right: -68px;
  }
}
.big-numbers .row .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .big-numbers .row .col {
    padding-left: 68px;
    padding-right: 68px;
  }
}
.big-numbers p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 400;
}
.big-numbers p a, .big-numbers p strong {
  text-decoration: none;
  color: #F49D0F;
}
.big-numbers .number {
  margin-bottom: 0;
  color: #fff;
  font-size: 7.5rem;
  line-height: 7.5rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .big-numbers .number {
    font-size: 8.75rem;
    line-height: 8.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .big-numbers .number {
    font-size: 10rem;
    line-height: 10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .big-numbers .number {
    font-size: 14.375rem;
    line-height: 14.375rem;
  }
}
.big-numbers .header {
  margin-bottom: 37px;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  font-weight: 400;
}

.portfolio {
  padding: 10px 0 10px 0;
  background-color: #333333;
}
@media only screen and (min-width: 768px) {
  .portfolio {
    padding: 20px 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .portfolio {
    padding: 20px 0 120px 0;
  }
}
.portfolio .section-title {
  position: relative;
  z-index: 3;
}
.portfolio .section-title p {
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .portfolio .section-title p {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .portfolio .section-title p {
    font-size: 6.1875rem;
    line-height: 6.4375rem;
  }
}
.portfolio .section-title p strong {
  font-weight: 700;
}
.portfolio .row .col:first-of-type .portfolio-tile::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 90px;
  height: 65px;
  background-color: #333333;
}
.portfolio .row .col:nth-of-type(2) .portfolio-tile:nth-of-type(2)::before, .portfolio .row .col:nth-of-type(4) .portfolio-tile:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 90px;
  height: 65px;
  background-color: #333333;
}
@media only screen and (min-width: 1200px) {
  .portfolio .row .col:nth-of-type(3) {
    margin-top: -65px;
  }
}
.portfolio .button-wrap {
  text-align: right;
  margin-bottom: 30px;
}
.portfolio .button-wrap > a {
  text-decoration: none;
}
.portfolio .button-wrap > a span {
  color: #fff;
  font-size: 2.875rem;
  line-height: 3.375rem;
  font-weight: 400;
}
.portfolio .button-wrap > a svg {
  width: 30px;
  height: 27px;
}

.portfolio-archive {
  background-color: #333333;
}
.portfolio-archive .portfolio-archive-wrap {
  padding-bottom: 30px;
  position: relative;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .portfolio-archive .portfolio-archive-wrap {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .portfolio-archive .portfolio-archive-wrap {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .portfolio-archive .portfolio-archive-wrap {
    padding-bottom: 250px;
  }
}
.portfolio-archive .portfolio-archive-wrap::before, .portfolio-archive .portfolio-archive-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 140px;
  background-color: #F3F3F3;
}
.portfolio-archive .portfolio-archive-wrap::before {
  left: 0;
  width: 140px;
}
.portfolio-archive .portfolio-archive-wrap::after {
  right: 0;
  width: 676px;
}
.portfolio-archive .row {
  margin-top: -180px;
  position: relative;
  z-index: 9;
}
.portfolio-archive .row .col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .portfolio-archive .row .col:nth-of-type(3) {
    margin-top: -65px;
  }
}

.portfolio-tile {
  display: block;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  position: relative; /* If you want text inside of it */
  margin-bottom: 22px;
}
.portfolio-tile.portfolio-tile-white .title {
  background-color: #fff;
}
.portfolio-tile.portfolio-tile-white .title span {
  color: #111111;
}
.portfolio-tile.portfolio-tile-white .title svg {
  fill: #111111;
}
.portfolio-tile img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-tile .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  background-color: #333333;
  padding: 8px 20px;
}
.portfolio-tile .title span {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.portfolio-tile .title svg {
  fill: #fff;
  margin-left: 5px;
  width: 17px;
  height: 15px;
}

.text-and-buttons {
  padding: 20px 0 20px 0;
  background-color: #333333;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .text-and-buttons {
    padding: 20px 0 120px 0;
  }
}
.text-and-buttons.white-bg {
  background-color: #fff;
  padding-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .text-and-buttons.white-bg {
    padding-top: 180px;
  }
}
.text-and-buttons.white-bg .decor {
  background-color: #333333;
  width: 292px;
  height: 180px;
  left: auto;
  right: 400px;
  bottom: auto;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .text-and-buttons.white-bg .decor {
    right: 1%;
    width: 80px;
    height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-and-buttons.white-bg .decor {
    right: 0;
    width: 450px;
    height: 180px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-and-buttons.white-bg .decor {
    right: 400px;
    width: 292px;
    height: 180px;
  }
}
.text-and-buttons.white-bg.decor-two {
  display: none;
}
.text-and-buttons.white-bg.decor-three {
  display: none;
}
.text-and-buttons.white-bg p {
  color: #111111;
}
.text-and-buttons.with-icons {
  padding: 30px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .text-and-buttons.with-icons {
    padding: 30px 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .text-and-buttons.with-icons {
    padding: 30px 0 110px 0;
  }
}
.text-and-buttons.with-icons .decor {
  top: auto;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 20px;
  background-color: #F3F3F3;
}
@media only screen and (min-width: 1200px) {
  .text-and-buttons.with-icons .decor {
    height: 80px;
    width: 140px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-and-buttons.with-icons .decor {
    height: 85px;
    width: 140px;
  }
}
@media only screen and (min-width: 1900px) {
  .text-and-buttons.with-icons .decor {
    height: 160px;
  }
}
.text-and-buttons.with-icons .decor.decor-two {
  top: auto;
  bottom: 0;
  right: 0;
  height: 160px;
  width: 676px;
}
.text-and-buttons.with-icons .icons-wrap {
  padding-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .text-and-buttons.with-icons .icons-wrap {
    padding-top: 40px;
    margin-bottom: 75px;
  }
}
.text-and-buttons.with-icons .icons-wrap .icon-wrap {
  margin-bottom: 18px;
}
.text-and-buttons.with-icons .icons-wrap .icon-wrap img {
  max-height: 92px;
}
.text-and-buttons.with-icons .icons-wrap p {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
}
.text-and-buttons .decor {
  background: #fff;
  display: block;
  width: 20px;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  .text-and-buttons .decor {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-and-buttons .decor {
    width: 140px;
    height: 90px;
  }
}
@media only screen and (min-width: 1900px) {
  .text-and-buttons .decor {
    height: 140px;
  }
}
.text-and-buttons .decor.decor-two {
  width: 400px;
  height: 260px;
  left: auto;
  right: 0;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .text-and-buttons .decor.decor-two {
    display: block;
  }
}
.text-and-buttons .decor.decor-three {
  width: 55px;
  height: 60px;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .text-and-buttons .decor.decor-three {
    width: 140px;
    height: 440px;
  }
}
.text-and-buttons .row {
  margin-left: -35px;
  margin-right: -35px;
}
.text-and-buttons .row .col {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 768px) {
  .text-and-buttons .text-wrap {
    margin-bottom: 55px;
  }
}
.text-and-buttons p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .text-and-buttons p {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.text-and-buttons .buttons-wrap a {
  margin-right: 10px;
}
.text-and-buttons .header {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .text-and-buttons .header {
    font-size: 2.875rem;
    line-height: 3.375rem;
    margin-bottom: 40px;
  }
}

.offers-slider-section {
  padding: 20px 0 20px 0;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  .offers-slider-section {
    padding: 20px 0 120px 0;
  }
}

.offers-sider-arrows-wrap {
  position: relative;
}
.offers-sider-arrows-wrap .arrow-left, .offers-sider-arrows-wrap .arrow-right {
  width: 19px;
  height: 37px;
  position: absolute;
  top: 20%;
  z-index: 3;
}
.offers-sider-arrows-wrap .arrow-left svg, .offers-sider-arrows-wrap .arrow-right svg {
  width: 100%;
  height: 100%;
}
.offers-sider-arrows-wrap .arrow-left {
  left: -23px;
}
@media only screen and (min-width: 768px) {
  .offers-sider-arrows-wrap .arrow-left {
    left: -87px;
  }
}
.offers-sider-arrows-wrap .arrow-right {
  right: -23px;
}
@media only screen and (min-width: 768px) {
  .offers-sider-arrows-wrap .arrow-right {
    right: -87px;
  }
}
.offers-sider-arrows-wrap .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.offers-sider-arrows-wrap .offers-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.blog {
  padding: 30px 0 20px 0;
  background-color: #F3F3F3;
}
@media only screen and (min-width: 768px) {
  .blog {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog {
    padding: 104px 0 114px 0;
  }
}
.blog.blog-portfolio .header {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .blog.blog-portfolio .header {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog.blog-portfolio .header {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog.blog-portfolio .header {
    margin-bottom: 75px;
  }
}
.blog.blog-portfolio .row .col:nth-of-type(3) {
  margin-top: -70px;
}
.blog .header {
  font-size: 2rem;
  line-height: 2.6875rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .blog .header {
    font-size: 2.875rem;
    line-height: 3.375rem;
    margin-bottom: 37px;
  }
}
.blog .row .col {
  margin-bottom: 26px;
}

.blog-archive {
  padding-bottom: 85px;
  background-color: #F3F3F3;
}
.blog-archive .row {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 1200px) {
  .blog-archive .row {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-archive .row {
    margin-top: -290px;
  }
}
.blog-archive .row .col {
  margin-bottom: 30px;
}

.blog-loop-wrap {
  display: block;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
}
.blog-loop-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-loop-wrap .title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: calc(100% - 72px);
  background-color: #fff;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  padding: 15px 20px;
}
.blog-loop-wrap svg {
  position: absolute;
  width: 25px;
  height: 22px;
  right: 22px;
  bottom: 28px;
}

.bottom {
  background-color: #333333;
  position: relative;
}
.bottom.alt::before, .bottom.alt::after {
  background-color: #333333;
}
.bottom::before, .bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #F3F3F3;
  height: 40px;
}
@media only screen and (min-width: 1200px) {
  .bottom::before, .bottom::after {
    height: 147px;
  }
}
.bottom::before {
  left: 0;
  width: 50px;
}
@media only screen and (min-width: 1200px) {
  .bottom::before {
    width: 538px;
  }
}
.bottom::after {
  right: 0;
  width: 40px;
}
@media only screen and (min-width: 1200px) {
  .bottom::after {
    width: 400px;
  }
}
.bottom .decor {
  background: #333333;
  display: block;
  width: 60px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 29px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  .bottom .decor {
    width: 675px;
    height: 125px;
    bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .bottom .decor {
    width: 675px;
    height: 125px;
    bottom: 332px;
  }
}
.bottom .decor.decor-two {
  width: 20px;
  height: 15px;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .bottom .decor.decor-two {
    width: 265px;
    height: 135px;
  }
}
.bottom .decor.decor-three {
  width: 40px;
  height: 30px;
}
@media only screen and (min-width: 1200px) {
  .bottom .decor.decor-three {
    width: 398px;
    height: 290px;
  }
}
.bottom img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .bottom img {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom img {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .bottom img {
    margin-bottom: 330px;
  }
}
.bottom .text-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.bottom .container {
  width: 100%;
  height: 100%;
}
.bottom .text-big {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.bottom .text-big p {
  text-align: center;
  width: 100%;
  font-size: 2.8125rem;
  line-height: 3.375rem;
  color: #fff;
  margin-bottom: 0;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .bottom .text-big p {
    font-size: 7.5rem;
    line-height: 8.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom .text-big p {
    font-size: 12.5rem;
    line-height: 13.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .bottom .text-big p {
    font-size: 21.875rem;
    line-height: 22.5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .bottom .text-big p {
    font-size: 28.6875rem;
    line-height: 25.0625rem;
  }
}

.single-post-wrap {
  padding: 42px 0 55px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .single-post-wrap {
    padding: 52px 0 65px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap {
    padding: 62px 0 75px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap {
    padding: 72px 0 115px 0;
  }
}
.single-post-wrap::before, .single-post-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #F3F3F3;
  pointer-events: none;
}
.single-post-wrap::before {
  left: 0;
  width: 80px;
  height: 70px;
}
@media only screen and (min-width: 768px) {
  .single-post-wrap::before {
    width: 90px;
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap::before {
    width: 110px;
    height: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap::before {
    width: 140px;
    height: 180px;
  }
}
.single-post-wrap::after {
  right: 0;
  width: 676px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .single-post-wrap::after {
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap::after {
    height: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap::after {
    height: 120px;
  }
}
.single-post-wrap .single-post-title {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .single-post-wrap .single-post-title {
    font-size: 2rem;
    line-height: 2.8125rem;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap .single-post-title {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap .single-post-title {
    font-size: 4.1875rem;
    line-height: 4.9375rem;
  }
}
.single-post-wrap .thumbnail-wrap {
  margin-bottom: 25px;
  width: 100%;
  padding-top: 28.05%;
  position: relative; /* If you want text inside of it */
}
@media only screen and (min-width: 768px) {
  .single-post-wrap .thumbnail-wrap {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap .thumbnail-wrap {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap .thumbnail-wrap {
    margin-bottom: 72px;
  }
}
.single-post-wrap .thumbnail-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap p {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap p {
    font-size: 1.5625rem;
    line-height: 2.625rem;
    margin-bottom: 42px;
  }
}
.single-post-wrap .excerpt-wrap {
  padding: 0;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .single-post-wrap .excerpt-wrap {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap .excerpt-wrap {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap .excerpt-wrap {
    padding: 0 57px;
    margin-bottom: 92px;
  }
}
.single-post-wrap .excerpt-wrap p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .single-post-wrap .excerpt-wrap p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap .excerpt-wrap p {
    font-size: 1.625rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap .excerpt-wrap p {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.single-post-wrap .wp-block-gallery {
  position: relative;
}
.single-post-wrap .wp-block-gallery::after {
  content: "";
  z-index: 4;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .single-post-wrap .wp-block-gallery::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-wrap .wp-block-gallery::after {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-wrap .wp-block-gallery::after {
    width: 100px;
    height: 100px;
  }
}

.logos {
  padding: 10px 0 10px 0;
  background-color: #F3F3F3;
}
@media only screen and (min-width: 768px) {
  .logos {
    padding: 20px 0 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .logos {
    padding: 30px 0 10px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .logos {
    padding: 100px 0 10px 0;
  }
}
.logos .row {
  text-align: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .logos .row {
    flex-direction: row;
  }
}
.logos .row .col {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .logos .row .col {
    margin-bottom: 0;
  }
}

.single-portfolio-wrap {
  padding: 42px 0 30px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .single-portfolio-wrap {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .single-portfolio-wrap {
    padding: 80px 0 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .single-portfolio-wrap {
    padding: 142px 0 130px 0;
  }
}
.single-portfolio-wrap .decor {
  position: absolute;
  background-color: #fff;
  height: 122px;
  width: 122px;
  display: none;
  left: 275px;
  bottom: 156px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1900px) {
  .single-portfolio-wrap .decor {
    display: block;
  }
}
.single-portfolio-wrap::before, .single-portfolio-wrap::after {
  content: "";
  display: block;
  background: #F3F3F3;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.single-portfolio-wrap::before {
  left: 0;
  width: 140px;
  height: 160px;
}
.single-portfolio-wrap::after {
  width: 676px;
  height: 300px;
  right: 0;
}
.single-portfolio-wrap .row {
  margin-left: -8px;
  margin-right: -8px;
}
.single-portfolio-wrap .row .col {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 1200px) {
  .single-portfolio-wrap .portfolio-single-text-wrap {
    padding-right: 85px;
  }
}
.single-portfolio-wrap .portfolio-single-text-wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .single-portfolio-wrap .portfolio-single-text-wrap p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single-portfolio-wrap .portfolio-single-text-wrap p {
    font-size: 1.5625rem;
    line-height: 2.625rem;
  }
}
.single-portfolio-wrap .portfolio-single-text-wrap .single-post-title {
  font-size: 2rem;
  line-height: 2.625rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-portfolio-wrap .portfolio-single-text-wrap .single-post-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single-portfolio-wrap .portfolio-single-text-wrap .single-post-title {
    font-size: 3.0625rem;
    line-height: 3.8125rem;
    margin-bottom: 40px;
  }
}
.single-portfolio-wrap .img-wrap {
  margin-bottom: 26px;
}
.single-portfolio-wrap .img-wrap:nth-of-type(2) {
  position: relative;
}
.single-portfolio-wrap .img-wrap:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 98px;
  height: 98px;
  z-index: 2;
  pointer-events: none;
}
.single-portfolio-wrap .img-wrap > a {
  display: block;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
}
.single-portfolio-wrap .img-wrap img:not(.logo) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-portfolio-wrap .img-wrap .logo {
  position: absolute;
  right: 0;
  top: 0;
}

.header-and-columns {
  padding: 40px 0 45px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-and-columns {
    padding: 50px 0 120px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header-and-columns {
    padding: 55px 0 150px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .header-and-columns {
    padding: 76px 0 245px 0;
  }
}
.header-and-columns.gray-bg {
  background-color: #333333;
}
.header-and-columns.gray-bg::before, .header-and-columns.gray-bg::after {
  background-color: #F3F3F3;
}
.header-and-columns.gray-bg::after {
  height: 125px;
}
@media only screen and (min-width: 768px) {
  .header-and-columns.gray-bg::after {
    height: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-and-columns.gray-bg::after {
    height: 140px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-and-columns.gray-bg::after {
    height: 150px;
  }
}
.header-and-columns.gray-bg p {
  color: #fff;
}
.header-and-columns.gray-bg .header {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .header-and-columns.gray-bg .header {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-and-columns.gray-bg .header {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-and-columns.gray-bg .header {
    font-size: 2.25rem;
    line-height: 3.3125rem;
  }
}
.header-and-columns::before, .header-and-columns::after {
  content: "";
  display: block;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.header-and-columns::before {
  left: 0;
  width: 140px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .header-and-columns::before {
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-and-columns::before {
    height: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-and-columns::before {
    height: 200px;
  }
}
.header-and-columns::after {
  right: 0;
  width: 400px;
  height: 200px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-and-columns::after {
    display: block;
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-and-columns::after {
    height: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-and-columns::after {
    height: 200px;
  }
}
.header-and-columns .header {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .header-and-columns .header {
    font-size: 1.875rem;
    line-height: 2.8125rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-and-columns .header {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-and-columns .header {
    font-size: 3.8125rem;
    line-height: 4.6875rem;
    margin-bottom: 116px;
  }
}
.header-and-columns .text-wrap {
  max-width: 678px;
}
.header-and-columns .text-wrap.float-right {
  float: right;
}
.header-and-columns .text-wrap p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .header-and-columns .text-wrap p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-and-columns .text-wrap p {
    font-size: 1.375rem;
    line-height: 2.1875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-and-columns .text-wrap p {
    font-size: 1.5625rem;
    line-height: 2.625rem;
  }
}
.header-and-columns .header-bottom {
  padding-top: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .header-and-columns .header-bottom {
    padding-top: 20px;
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-and-columns .header-bottom {
    padding-top: 30px;
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-and-columns .header-bottom {
    padding-top: 60px;
    font-size: 2.25rem;
    line-height: 3.3125rem;
  }
}
.header-and-columns .img-wrap img {
  width: 100%;
}
.header-and-columns .row .col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .header-and-columns .row .col {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-and-columns .row .col {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-and-columns .row .col {
    margin-bottom: 80px;
  }
}

.accordions {
  background-color: #333333;
  padding: 40px 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .accordions {
    padding: 55px 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .accordions {
    padding: 46px 0 40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .accordions {
    padding: 113px 0 170px 0;
  }
}
.accordions p {
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .accordions p {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .accordions p {
    font-size: 1.6875rem;
    line-height: 2.25rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .accordions p {
    font-size: 2.25rem;
    line-height: 3.3125rem;
    margin-bottom: 40px;
  }
}
.accordions .header {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .accordions .header {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .accordions .header {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .accordions .header {
    font-size: 2.875rem;
    line-height: 3.375rem;
    margin-bottom: 68px;
  }
}

.accordion-header, .accordion-header:link, .accordion-header:focus, .accordion-header:visited {
  display: block;
  margin-bottom: 21px;
  width: 100%;
  position: relative;
  padding: 5px 20px 5px 30px;
  border: 2px solid #FFFDF9;
  border-radius: 57px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFDF9;
  background-color: #666666;
}
@media only screen and (min-width: 768px) {
  .accordion-header, .accordion-header:link, .accordion-header:focus, .accordion-header:visited {
    padding: 8px 40px 8px 50px;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion-header, .accordion-header:link, .accordion-header:focus, .accordion-header:visited {
    padding: 10px 50px 10px 60px;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .accordion-header, .accordion-header:link, .accordion-header:focus, .accordion-header:visited {
    padding: 38px 120px 38px 88px;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.accordion-header svg, .accordion-header:link svg, .accordion-header:focus svg, .accordion-header:visited svg {
  position: absolute;
  width: 22px;
  height: 12px;
  right: 12px;
  top: 12px;
}
@media only screen and (min-width: 1600px) {
  .accordion-header svg, .accordion-header:link svg, .accordion-header:focus svg, .accordion-header:visited svg {
    right: 45px;
    top: 48px;
    width: 42px;
    height: 22px;
  }
}

.accordion-content {
  margin-bottom: 21px;
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .accordion-content {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion-content {
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .accordion-content {
    padding: 50px 120px;
  }
}
.accordion-content ul li {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #fff;
  padding-left: 20px;
}
@media only screen and (min-width: 1600px) {
  .accordion-content ul li {
    font-size: 1.5625rem;
    line-height: 2.625rem;
    padding-left: 120px;
  }
}
.accordion-content p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .accordion-content p {
    font-size: 1.5625rem;
    line-height: 2.625rem;
  }
}

.team {
  background-color: #F3F3F3;
  padding: 45px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .team {
    padding: 50px 0 45px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .team {
    padding: 60px 0 55px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .team {
    padding: 113px 0 127px 0;
  }
}
.team .header {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .team .header {
    font-size: 2.1875rem;
    line-height: 2.375rem;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .team .header {
    font-size: 2.375rem;
    line-height: 2.8125rem;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .team .header {
    font-size: 2.875rem;
    line-height: 3.375rem;
    margin-bottom: 53px;
  }
}
.team .row {
  margin-left: -42px;
  margin-right: -42px;
}
.team .row .col {
  padding-left: 42px;
  padding-right: 42px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .team .row .col {
    margin-bottom: 0;
  }
}
.team .member-wrap .img-wrap {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .team .member-wrap .img-wrap {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .team .member-wrap .img-wrap {
    margin-bottom: 26px;
  }
}
.team .member-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .member-wrap .name {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .team .member-wrap .name {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .team .member-wrap .name {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .team .member-wrap .name {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}
.team .member-wrap .possition {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .team .member-wrap .possition {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .team .member-wrap .possition {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .team .member-wrap .possition {
    margin-bottom: 26px;
  }
}
.team .member-wrap .link-wrap {
  margin-bottom: 20px;
}
.team .member-wrap .link-wrap > a {
  text-decoration: none;
}
.team .member-wrap .link-wrap > a svg {
  margin-right: 15px;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .team .member-wrap .link-wrap > a svg {
    margin-right: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .team .member-wrap .link-wrap > a svg {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .team .member-wrap .link-wrap > a svg {
    margin-right: 23px;
    width: 34px;
    height: 34px;
  }
}
.team .member-wrap .link-wrap > a span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .team .member-wrap .link-wrap > a span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .team .member-wrap .link-wrap > a span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .team .member-wrap .link-wrap > a span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.contact-columns {
  padding: 40px 0 20px 0;
  background-color: #333333;
}
@media only screen and (min-width: 768px) {
  .contact-columns {
    padding: 50px 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-columns {
    padding: 60px 0 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-columns {
    padding: 115px 0 100px 0;
  }
}
.contact-columns .text-wrap {
  max-width: 598px;
}
.contact-columns .text-wrap p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .contact-columns .text-wrap p {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-columns .text-wrap p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-columns .text-wrap p {
    font-size: 2.25rem;
    line-height: 3.3125rem;
  }
}
.contact-columns .text-wrap .contact-form-header {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .contact-columns .text-wrap .contact-form-header {
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-columns .text-wrap .contact-form-header {
    font-size: 2.5rem;
    line-height: 3.625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-columns .text-wrap .contact-form-header {
    font-size: 3.125rem;
    line-height: 4.25rem;
  }
}
.contact-columns .acceptance-wrap .wpcf7-list-item-label {
  color: #fff;
}

.top-offer {
  position: relative;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .top-offer {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-offer {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-offer {
    padding-top: 475px;
  }
}
.top-offer img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.top-offer .back-arrow {
  display: block;
  position: absolute;
  left: 6.4%;
  top: 18px;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 1600px) {
  .top-offer .back-arrow {
    left: 7.2%;
    top: 50px;
    width: 87px;
    height: 76px;
  }
}
.top-offer .back-arrow svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.top-offer .top-box {
  padding: 30px 0 10px 0;
  background-color: #333333;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .top-offer .top-box {
    padding: 40px 0 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .top-offer .top-box {
    padding: 47px 0 10px 0;
  }
}
.top-offer .top-box {
  /*@include devices(biggest){
      padding: 47px 0 10px 0;
  }*/
}
.top-offer .top-box::before, .top-offer .top-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 100%;
  bottom: 0;
  z-index: 2;
  background-color: #333333;
}
.top-offer .top-box::before {
  left: 100%;
}
.top-offer .top-box::after {
  right: 100%;
}
.top-offer .top-box .title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .top-offer .top-box .title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .top-offer .top-box .title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .top-offer .top-box .title {
    font-size: 3.125rem;
    line-height: 4.25rem;
    margin-bottom: 5px;
  }
}
.top-offer .top-box .meta-info {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #FFFDF9;
  opacity: 0.58;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .top-offer .top-box .meta-info {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .top-offer .top-box .meta-info {
    font-size: 1.875rem;
    line-height: 4.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .top-offer .top-box .meta-info {
    /*@include font-size(30);
    @include line-height(68);*/
    margin-bottom: 0;
  }
}
.top-offer .top-box .price {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 700;
  color: #F49D0F;
  margin-bottom: 17px;
  text-align: left;
  /*@include devices(medium){
      @include font-size(50);
      @include line-height(68);
  }*/
}
@media only screen and (min-width: 1200px) {
  .top-offer .top-box .price {
    font-size: 3.125rem;
    line-height: 4.25rem;
    text-align: right;
  }
}
@media only screen and (min-width: 1600px) {
  .top-offer .top-box .price {
    font-size: 3.125rem;
    line-height: 4.25rem;
  }
}
.top-offer .top-box .align-right {
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .top-offer .top-box .align-right {
    text-align: right;
  }
}
.top-offer .top-box .icons .icon-single {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) {
  .top-offer .top-box .icons .icon-single {
    margin-right: 0;
    margin-left: 30px;
  }
}

.single-offer-main-info {
  background-color: #333333;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .single-offer-main-info {
    padding: 38px 0 0 0;
  }
}
.single-offer-main-info .row-top-info {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .single-offer-main-info .row-top-info {
    margin-bottom: 106px;
  }
}
.single-offer-main-info .label {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) {
  .single-offer-main-info .label {
    margin-bottom: 25px;
  }
}
.single-offer-main-info .text {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 25px;
}

.row-main-info-columns {
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .row-main-info-columns {
    margin-bottom: 62px;
  }
}
.row-main-info-columns .text-wrap {
  max-width: 680px;
}
.row-main-info-columns .text-wrap p {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #fff;
  margin-bottom: 35px;
}
.row-main-info-columns .img-wrap {
  width: 100%;
}
.row-main-info-columns .img-wrap img {
  width: 100%;
}

.additional-info .header {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #fff;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .additional-info .header {
    font-size: 2.875rem;
    line-height: 3.375rem;
    margin-bottom: 89px;
  }
}
.additional-info .row {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .additional-info .row {
    margin-bottom: 80px;
  }
}

.single-offer-gallery .row .col {
  margin-bottom: 30px;
}

.offers-archive {
  padding: 30px 0 60px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .offers-archive {
    padding: 40px 0 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-archive {
    padding: 50px 0 90px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .offers-archive {
    padding: 70px 0 131px 0;
  }
}
.offers-archive .decor {
  background: #F3F3F3;
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .offers-archive .decor {
    width: 60px;
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-archive .decor {
    width: 100px;
    height: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .offers-archive .decor {
    width: 140px;
    height: 160px;
  }
}
.offers-archive .decor.decor-two {
  width: 60px;
  height: 40px;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .offers-archive .decor.decor-two {
    width: 80px;
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-archive .decor.decor-two {
    width: 100px;
    height: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .offers-archive .decor.decor-two {
    width: 676px;
    height: 120px;
  }
}
.offers-archive .row .col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .offers-archive .row .col {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-archive .row .col {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .offers-archive .row .col {
    margin-bottom: 69px;
  }
}/*# sourceMappingURL=main.min.css.map */