footer .top .logo svg, footer .top .logo img, .section.section-offering .slick-slide, .section.section-info .accordion .item .heading, #header .search svg, #header .search img, #header .logo svg, #header .logo img, #header .menu ul li.last a, #header, .btn, a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta-banner .content h2, .section.section-offering .offerings .text h3, .section.section-info .accordion .item .heading h4, .section.section-info .block .column p b, .section.section-info .block .column p strong, .section.section-info .block .column h3, .section.section-info h3, .section.section-intro .intro b, .section.section-intro .intro strong, .section.section-intro h2, .section.section-default h1, .section.section-banner h2, .hero-home .content h1 {
  font-family: "questa-grande", serif;
  font-weight: 700;
  font-style: normal;
}

/* basic 
==================================== */
body {
  overflow-x: hidden;
  line-height: 1.3;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 20px;
  }
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: transparent !important;
}

.form-control {
  color: #000;
  padding: 14px 20px;
  border-radius: 0px;
  border: 1px solid #707070;
  background: #fff;
  height: auto;
  font-size: 15px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .form-control {
    font-size: 20px;
  }
}

.form-control:focus, button:focus, :focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #000;
  border-color: #BDDDE4;
  background-color: #fff;
}

.form-control::placeholder {
  color: #000;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 18px 20px;
  background: #fff url(../images/arrowdown.svg) right 15px center no-repeat;
  background-size: 14px;
  padding-right: 40px;
  height: auto !important;
}

textarea.form-control {
  height: 110px;
}
@media only screen and (min-width: 992px) {
  textarea.form-control {
    height: 218px;
  }
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #707070;
}

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

video::-webkit-media-controls, video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1440px;
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}

.btn {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .btn {
    font-size: 32px;
  }
}
.btn.btn-primary {
  border: 1px solid #000;
  color: #fff;
  background: #000;
}
.btn.btn-primary:active, .btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}

b, strong {
  font-weight: 600;
}

/* Header
========================================= */
#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 20px 0;
  color: #F5F5DB;
}
#header p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}
#header p a {
  color: #F5F5DB;
}
#header p a:hover {
  color: #E5E3DD;
}
@media only screen and (min-width: 992px) {
  #header p {
    font-size: 22px;
  }
}
#header .menu {
  display: none;
}
#header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .menu ul li a {
  font-size: 18px;
  color: #fff;
}
#header .menu ul li a:hover {
  color: #BDDDE4;
}
#header .menu ul li a.btn {
  color: #fff;
}
#header .menu ul li.active a, #header .menu ul li.current_page_item a {
  color: #BDDDE4;
}
@media only screen and (min-width: 992px) {
  #header .menu ul li ul {
    display: none;
    position: absolute;
    min-width: 180px;
    left: 0px;
    text-align: left;
    padding-top: 20px;
  }
}
#header .menu ul li ul li {
  display: block;
  padding-bottom: 0;
  margin: 0;
}
#header .menu ul li ul li:last-child {
  border-bottom-width: 0;
}
#header .menu ul li ul li a {
  color: #E5E3DD;
  padding: 15px 15px;
  display: block;
  background: #BDDDE4;
}
#header .menu ul li ul li a:hover {
  background: #F5F5DB;
  color: #fff;
}
#header .menu ul li.last a {
  padding: 15px 28px 12px;
  border-radius: 30px;
  border: 1px solid #BDDDE4;
  text-transform: uppercase;
  line-height: 1;
  background: #BDDDE4;
  color: #E5E3DD;
  display: inline-block;
}
#header .menu ul li.last a:hover {
  background: transparent;
  color: #BDDDE4;
}
@media only screen and (min-width: 992px) {
  #header .menu ul li:hover ul {
    display: block;
    animation: fadeIn 0.5s;
  }
}
#header .navmenu {
  width: 40px;
  height: 23px;
}
#header .navmenu:hover {
  cursor: pointer;
}
#header .navmenu.open .navmenu-item {
  background: #BDDDE4;
}
#header .navmenu.open .navmenu-item:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10px 50%;
  transform-origin: 5px 50%;
}
#header .navmenu.open .navmenu-item:nth-child(2) {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
#header .navmenu.open .navmenu-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 8px 50%;
  transform-origin: 6px 50%;
}
#header .navmenu-item {
  transition: all 0.2s;
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 0 8px;
  background: #BDDDE4;
  border-radius: 5px;
}
#header .container .wrap {
  background: #000;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 60px;
}
@media only screen and (min-width: 992px) {
  #header .container .wrap {
    padding: 16px 30px;
  }
}
#header .logo svg, #header .logo img {
  max-width: 40px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #header .logo svg, #header .logo img {
    max-width: 50px;
  }
}
#header .search svg, #header .search img {
  max-width: 30px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #header .search svg, #header .search img {
    max-width: 40px;
  }
}

@media only screen and (min-width: 992px) {
  #header {
    padding: 30px 0;
    text-align: center;
  }
  #header .toggle {
    display: none;
  }
  #header .menu {
    display: block !important;
    margin-right: -40px;
  }
  #header .menu .column {
    display: flex;
  }
  #header .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .menu ul li {
    display: inline-block;
    margin: 0 44px 0 0;
    position: relative;
    line-height: 1;
  }
  #header .menu ul li a {
    display: inline-block;
  }
  #header .menu ul li.menu-item-has-children a:after {
    content: "+";
    margin-left: 10px;
  }
  #header .menu ul li.menu-item-has-children ul li a:after {
    display: none;
  }
}
/* mobile 
======================= */
@media only screen and (max-width: 991px) {
  #header .menu {
    position: fixed;
    width: 100%;
    background: #1a677b;
    left: 0;
    top: 77px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
  }
  #header .menu ul {
    padding: 0 30px;
  }
  #header .menu ul li {
    margin-bottom: 20px;
    text-align: center;
  }
  #header .menu ul li a {
    font-size: 18px;
  }
  #header .menu ul ul {
    padding: 0;
    margin-top: 10px;
  }
}
.anchor {
  display: block;
  position: relative;
  top: -77px;
  visibility: hidden;
}

@media only screen and (min-width: 992px) {
  .anchor {
    top: -97px;
  }
}
/* hero-home
========================================= */
.hero-home {
  position: relative;
  overflow: hidden;
  background: #BDDDE4;
  padding: 130px 0 0px;
}
.hero-home .content {
  padding-bottom: 40px;
}
.hero-home .content h1 {
  font-size: 15vw;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .hero-home .content h1 {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .hero-home .content h1 {
    font-size: 92px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-home .content h1 {
    width: 65%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-home .content {
    width: 100%;
  }
}
.hero-home .bg {
  height: 360px;
  position: relative;
}
.hero-home .bg .over {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 40px;
  text-align: center;
}
.hero-home .bg .over img {
  max-width: 380px;
}
@media only screen and (min-width: 992px) {
  .hero-home .bg .over {
    padding: 40px;
  }
}
.hero-home .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .hero-home .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-home {
    padding: 180px 0 60px;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.section {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 100px 0;
  }
}
.section.section-banner {
  background: #fff;
}
.section.section-banner .icon {
  width: 60px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-banner .icon {
    width: 128px;
    right: 70px;
  }
}
.section.section-banner .container {
  position: relative;
  z-index: 2;
}
.section.section-banner .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.section.section-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-banner .link {
  margin-top: 20px;
}
.section.section-banner h2 {
  font-size: 15vw;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .section.section-banner h2 {
    font-size: 10vw;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .section.section-banner h2 {
    font-size: 142px;
  }
}
.section.section-default {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) {
  .section.section-default {
    padding-top: 180px;
  }
}
.section.section-default h1 {
  font-size: 15vw;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-default h1 {
    font-size: 10vw;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .section.section-default h1 {
    font-size: 142px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-default h1 {
    margin-bottom: 40px;
  }
}
.section.section-default .link {
  margin-top: 30px;
}
.section.section-intro h2 {
  font-size: 15vw;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .section.section-intro h2 {
    font-size: 10vw;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .section.section-intro h2 {
    font-size: 142px;
  }
}
.section.section-intro .intro {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .section.section-intro .intro {
    columns: 2;
    font-size: 30px;
    column-gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.section.section-info {
  background: #E5E3DD;
}
.section.section-info h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-info h2 {
    font-size: 33px;
    margin-bottom: 40px;
  }
}
.section.section-info h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  position: relative;
  line-height: 1;
}
.section.section-info h3:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 114px;
  height: 2px;
  background: #000;
  content: "";
  bottom: -30px;
}
@media only screen and (min-width: 992px) {
  .section.section-info h3 {
    font-size: 55px;
  }
}
.section.section-info .block {
  margin-bottom: 40px;
}
.section.section-info .block .column {
  padding: 20px;
  font-size: 18px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}
.section.section-info .block .column h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  position: relative;
  line-height: 1;
}
.section.section-info .block .column h3:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 114px;
  height: 2px;
  background: #000;
  content: "";
  bottom: -30px;
}
@media only screen and (min-width: 992px) {
  .section.section-info .block .column h3 {
    font-size: 55px;
  }
}
.section.section-info .block .column p:last-child {
  margin-bottom: 0;
}
.section.section-info .block .column .icon {
  text-align: center;
  margin-bottom: 30px;
}
.section.section-info .block .column .icon img {
  width: 60px;
}
@media only screen and (min-width: 992px) {
  .section.section-info .block .column {
    padding: 38px;
    font-size: 26px;
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 992px) {
  .section.section-info .block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
.section.section-info .accordion .item {
  border: 1px solid #000;
  border-bottom: 0;
  background: #fff;
}
.section.section-info .accordion .item:first-child {
  border-radius: 20px 20px 0 0;
}
.section.section-info .accordion .item:last-child {
  border-radius: 0 0 20px 20px;
  border-bottom: 1px solid #000;
}
.section.section-info .accordion .item.active .heading:after {
  content: "-";
}
.section.section-info .accordion .item .heading {
  padding: 15px 30px;
  position: relative;
}
.section.section-info .accordion .item .heading:hover {
  cursor: pointer;
}
.section.section-info .accordion .item .heading:after {
  content: "+";
  font-size: 32px;
  position: absolute;
  right: 20px;
  top: 12px;
}
@media only screen and (min-width: 992px) {
  .section.section-info .accordion .item .heading:after {
    font-size: 55px;
    right: 40px;
    top: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-info .accordion .item .heading {
    padding: 30px 45px;
  }
}
.section.section-info .accordion .item .heading h4 {
  font-size: 32px;
  margin: 0;
  line-height: 1;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.section.section-info .accordion .item .heading h4 span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 3px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-info .accordion .item .heading h4 span {
    font-size: 33px;
    margin-right: 35px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-info .accordion .item .heading h4 {
    font-size: 55px;
  }
}
.section.section-info .accordion .item .text {
  padding: 20px 30px;
  font-size: 18px;
  border-top: 1px solid #000;
}
@media only screen and (min-width: 992px) {
  .section.section-info .accordion .item .text {
    padding: 30px 45px;
    font-size: 26px;
  }
}
.section.section-info .accordion .item .content {
  display: none;
}
.section.section-offering h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-offering h2 {
    font-size: 33px;
    margin-bottom: 40px;
  }
}
.section.section-offering .slick-track {
  display: flex !important;
}
.section.section-offering .slick-slide {
  height: inherit !important;
  background: #BDDDE4;
  margin: 0 9px;
  border-radius: 18px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-offering .slick-slide {
    margin: 0 18px;
  }
}
.section.section-offering .slick-slide:hover {
  background: #BDDDE4;
}
.section.section-offering .slick-list {
  margin: 0 -9px;
}
@media only screen and (min-width: 992px) {
  .section.section-offering .slick-list {
    margin: 0 -18px;
  }
}
.section.section-offering .offerings .image {
  height: 220px;
  margin: 15px 15px 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.section.section-offering .offerings .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-offering .offerings .link {
  margin-top: 30px;
}
.section.section-offering .offerings .text {
  padding: 20px;
  font-size: 18px;
}
.section.section-offering .offerings .text h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  position: relative;
  line-height: 1;
}
.section.section-offering .offerings .text h3:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 114px;
  height: 2px;
  background: #000;
  content: "";
  bottom: -30px;
}
@media only screen and (min-width: 992px) {
  .section.section-offering .offerings .text h3 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-offering .offerings .text h3 {
    font-size: 48px;
  }
}
.section.section-offering .offerings .text p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-offering .offerings .text {
    padding: 30px;
    font-size: 26px;
  }
}
.section.section-contact {
  background: #E5E3DD;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .section.section-contact {
    padding: 70px 0;
  }
}
.section.section-contact h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact h2 {
    font-size: 33px;
    margin-bottom: 40px;
  }
}
.section.section-contact .form {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.section.section-contact .form .submit {
  position: relative;
  text-align: right;
}
.section.section-contact .form .submit .wpcf7-spinner {
  position: absolute;
  left: 0;
  background: #E5E3DD;
  top: 11px;
  margin: 0;
}
.section.section-contact .form label {
  text-transform: uppercase;
}
.section.section-contact .form label span {
  color: #BDDDE4;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .form {
    padding: 55px;
  }
  .section.section-contact .form .block {
    display: flex;
    justify-content: space-between;
  }
  .section.section-contact .form .block .column {
    width: 38%;
  }
  .section.section-contact .form .block .column:last-child {
    width: 55%;
  }
}
.section.section-contact .form .form-group {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .form .form-group {
    margin-bottom: 30px;
  }
}

footer {
  color: #fff;
}
footer .top {
  background: #000;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
footer .top .logo {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  footer .top .logo {
    max-width: 590px;
  }
}
footer .top .logo svg, footer .top .logo img {
  max-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  footer .top .logo svg, footer .top .logo img {
    max-width: 100%;
  }
}
footer .top .container .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .top .container .block h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  footer .top .container .block h3 {
    font-size: 21px;
  }
}
footer .top .container .block .text {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  footer .top .container .block .text {
    padding-right: 52px;
    font-size: 15px;
  }
}
footer .top .container .block ul.social {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  text-align: right;
}
footer .top .container .block ul.social li {
  display: inline-block;
  margin-left: 8px;
}
footer .top .container .block ul.social li a {
  display: inline-block;
  width: 22px;
  height: 22px;
}
footer .top .container .block ul.social li a:hover {
  opacity: 0.7;
}
footer .top .container .block ul.social li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .top .container .block .column {
  margin-bottom: 10px;
  width: 100%;
}
footer .top .container .block .column:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  footer .top .container .block .column {
    margin-bottom: 0;
    width: 47%;
  }
}
footer .top .wrap {
  background: #fff;
  color: #000;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
footer .top .wrap .icon {
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  footer .top .wrap .icon {
    width: 125px;
    height: 125px;
  }
}
footer .top .wrap .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .top .wrap .list {
  width: calc(100% - 80px);
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  footer .top .wrap .list {
    padding-left: 50px;
    width: calc(100% - 125px);
  }
}
footer .top .wrap .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .top .wrap .list ul li {
  border-bottom: 1px solid #000;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
  line-height: 1;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  footer .top .wrap .list ul li {
    padding-left: 50px;
  }
}
footer .top .wrap .list ul li:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 11px;
  background: url(../images/icon_mail.svg) center no-repeat;
  background-size: contain;
  left: 0;
}
footer .top .wrap .list ul li.tel:before {
  background-image: url(../images/icon_phone.svg);
}
footer .top .wrap .list ul li a {
  font-weight: 600;
}
footer .top .wrap .list ul li small {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
}
footer .top .wrap .list ul li:last-child {
  border-bottom-width: 0;
}
@media only screen and (min-width: 992px) {
  footer .top {
    padding: 60px 0 30px;
  }
  footer .top .wrap {
    padding: 20px 30px;
  }
}

.cta-banner {
  background: #E5E3DD;
}
.cta-banner .image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .cta-banner .image {
    height: 560px;
    width: calc(100% - 440px);
  }
  .cta-banner .image img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) {
  .cta-banner {
    display: flex;
    align-items: flex-end;
  }
}
.cta-banner .content {
  padding: 40px 20px;
}
@media only screen and (min-width: 992px) {
  .cta-banner .content {
    width: 440px;
    padding: 70px 40px;
  }
}
.cta-banner .content h2 {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .cta-banner .content h2 {
    font-size: 41px;
  }
}
.cta-banner .content .link {
  margin-top: 32px;
}

.slick-dots {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 992px) {
  .slick-dots {
    margin-top: 40px;
  }
}
.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) {
  .slick-dots li {
    margin: 0 10px;
  }
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots button {
  border: 0;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0 !important;
  border: 0 !important;
  margin: 20px 0 0 !important;
}

.grecaptcha-badge {
  display: none !important;
}

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