/*KLEUREN*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

p, a, span, ul, li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*PADDINGS*/
.pane {
  padding: 70px 0;
  position: relative;
}
@media (max-width: 920px) {
  .pane {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .pane {
    padding: 25px 0;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}
h1 {
  font-size: 72px;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: normal;
  font-weight: 800;
  margin-bottom: 10px;
  max-width: 920px;
}
@media (max-width: 992px) {
  h1 {
    line-height: 3rem;
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.button, .gform_button {
  line-height: 50px !important;
  background-color: #569e54;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 14px !important;
  color: #ffffff;
  text-decoration: none;
  padding: 0 48px;
  width: max-content;
}
.button:hover, .gform_button:hover {
  text-decoration: none;
  color: #ffffff !important;
}

.button--outline, .button--outline-yellow {
  background-color: unset;
  border: 1px solid #ffffff;
}
.button--outline:hover, .button--outline-yellow:hover {
  border-width: 3px;
  padding: 0 46px;
  line-height: 46px !important;
}

.button--outline-yellow {
  border-color: #fec70b;
  color: #1a1a1a;
}
.button--outline-yellow:hover {
  text-decoration: none;
  color: #130e0f !important;
}

.button--yellow {
  background-color: #fec70b;
  color: #ffffff;
}
.button--yellow:hover {
  background-color: #569e54;
}

.fixed-header-offset {
  height: 110px;
  width: 100%;
}
@media (max-width: 1349.98px) {
  .fixed-header-offset {
    height: 100px;
  }
}

.bg-light_grey {
  background-color: #f3f3f3;
}

.main {
  position: relative;
}

.initial {
  opacity: 0 !important;
}

.back-to-top {
  opacity: 1;
  transition: all 800ms;
  position: fixed;
  right: 8.33333%;
  top: 50%;
  width: 57px;
  height: 100%;
}
@media (max-width: 1600px) {
  .back-to-top {
    right: 4%;
  }
}
@media (max-width: 1400px) {
  .back-to-top {
    right: 40px;
  }
}
.back-to-top.disappear {
  opacity: 0;
  transition: all 800ms;
}
.back-to-top .scrollbutton {
  width: 57px;
  height: 57px;
  display: block;
  border-radius: 50%;
  background-color: #fec70b;
  background-image: url("img/icon-right-arrow-white.svg");
  transform: rotate(-90deg);
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
}
.back-to-top .scrollbutton:hover {
  background-size: 40%;
  transition: all 100ms;
  opacity: .9;
}

.addthis-smartlayers-desktop {
  opacity: 0;
  transition: all 400ms;
}
.addthis-smartlayers-desktop.visible {
  opacity: 1;
  transition: all 400ms;
}

.gradient {
  height: 155px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .4;
  background-color: #130e0f;
  background: linear-gradient(0deg, #130e0f 50%, rgba(255, 255, 255, 0) 100%);
}

.header {
  display: flex;
  font-weight: 600;
  background-color: #fec70b;
  padding-right: 15px;
}
.header .phone {
  display: none;
  height: 24px;
  width: 24px;
  position: relative;
  margin: auto 0 auto 45px;
}
.header .phone img {
  width: 100%;
  height: auto;
}
.header .logo {
  display: flex;
  margin: auto 0 auto 30px;
  height: 100%;
  width: 200px;
  position: absolute;
}
.header .logo img {
  margin: auto 0;
  width: 100%;
}
.header .button {
  line-height: unset !important;
  background-color: unset;
  border-radius: unset;
  text-align: unset;
  display: unset;
  font-weight: unset;
  font-size: unset !important;
  text-decoration: unset;
  padding: unset;
  width: unset;
  border: unset;
}
.header .button:hover {
  border: unset;
  padding: unset;
  line-height: unset !important;
}
.header .button a {
  border-radius: 5px;
  border: 1px solid #ffffff;
  line-height: 50px !important;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 14px !important;
  text-decoration: none;
  padding: 0 48px;
  width: max-content;
  color: #1a1a1a !important;
}
.header .button a:hover {
  line-height: 46px !important;
  padding: 0 46px;
  border-width: 3px;
}
@media (max-width: 1349.98px) {
  .header {
    height: 100px;
  }
  .header .logo {
    margin: unset;
    left: calc((100% - 200px) / 2);
  }
  .header .logo img {
    height: auto;
    width: 100%;
    max-height: 100px;
  }
  .header .phone {
    display: flex;
  }
  .header .container {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .header .logo {
    width: 170px;
    left: calc((100% - 170px) / 2);
  }
}
@media (max-width: 1666px) {
  .header .container {
    max-width: 1000px;
  }
}
@media (max-width: 1500px) {
  .header .container {
    margin: unset;
    margin-left: auto;
    max-width: 1100px;
  }
  .header .container .button {
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
}
.header .header-data {
  display: flex;
  height: 110px;
  justify-content: center;
}
.header .header-data .menu-header-menu-container {
  width: 100%;
}
.header .header-data .menu {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
}
.header .header-data .menu a {
  color: #303030;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.header .header-data .menu a:hover {
  color: #ffffff;
}
.header .header-data .menu .current_page_item a {
  color: #ffffff;
}
.header .header-data .menu .menu-item-has-children {
  position: relative;
}
.header .header-data .menu .menu-item-has-children a {
  display: flex;
}
@media (min-width: 1350px) {
  .header .header-data .menu .menu-item-has-children a:after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(img/icon-right-arrow-white.svg);
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: all 100ms;
    right: 0;
    display: flex;
    position: relative;
    margin: auto 0 auto 10px;
  }
}
.header .header-data .menu .menu-item-has-children .sub-menu {
  top: 70px;
  pointer-events: none;
  height: 0;
  padding: 12px 15px;
  opacity: 0;
  transition: height 50ms, padding 50ms;
  position: absolute;
  background-color: #130e0f;
  list-style: none;
}
.header .header-data .menu .menu-item-has-children .sub-menu:before {
  content: ' ';
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  position: absolute;
}
.header .header-data .menu .menu-item-has-children .sub-menu a {
  color: #fdfdfd;
}
.header .header-data .menu .menu-item-has-children .sub-menu a:after {
  content: unset;
}
.header .header-data .menu .menu-item-has-children .sub-menu a:hover {
  text-decoration: underline;
}
.header .header-data .menu .menu-item-has-children .sub-menu .current_page_item a {
  color: #ffffff;
}
.header .header-data .menu .menu-item-has-children:hover .sub-menu {
  pointer-events: unset;
  height: unset;
  opacity: 1;
  transition: height 50ms, padding 50ms;
  width: max-content;
}
.header .header-data .menu .menu-item-has-children:hover a:after {
  transition: all 100ms;
  transform: rotate(-90deg);
}
@media (max-width: 1349.98px) {
  .header .header-data .menu {
    padding-left: 0;
  }
}
.header .header-data .menu-item {
  line-height: 35px;
  margin: auto 0;
}
@media (min-width: 1200px) {
  .header .header-data .menu-item.button {
    margin-right: 0;
    position: absolute;
    right: 30px;
    top: calc(50% - 25px);
  }
  .header .header-data .menu-item.button a {
    font-weight: bold;
  }
}
@media (max-width: 1200px) {
  .header .header-data .button {
    margin: auto;
  }
}

header {
  position: fixed;
  z-index: 99999;
  width: 100vw;
  background-color: white;
  top: 0;
}

.hamburger {
  display: none;
}

@media (max-width: 1349.98px) {
  .header-data {
    min-height: 190px;
  }
  .header-data .menu-header-menu-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 999;
    left: 0;
    transition: all 100ms;
    top: -190px;
  }
  .header-data .menu-header-menu-container .menu {
    flex-direction: column;
    height: max-content;
    line-height: 60px;
    padding: 0;
    width: 100%;
    transition: all 100ms;
    margin: 100px 0 0 0;
    background-color: #fec70b;
    opacity: 0;
    pointer-events: none;
    justify-content: unset;
  }
  .header-data .menu-header-menu-container .menu .menu-item {
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
  }
  .header-data .menu-header-menu-container .menu .menu-item a {
    font-size: 20px;
    line-height: 50px;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children .dropdown-button {
    right: -50px;
    position: absolute;
    top: 12px;
    height: 30px;
    width: 30px;
    z-index: 1;
    background-image: url(img/icon-right-arrow-white.svg);
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: all 100ms;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children:before {
    content: unset !important;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children:hover {
    pointer-events: none;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children:after {
    top: 20px;
    transform: rotate(0deg);
    transition: transform 100ms;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children .sub-menu {
    position: relative;
    margin-left: unset;
    padding: 0;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .sub-menu {
    height: unset;
    padding: 0;
    top: 0;
    margin-bottom: 1rem;
    opacity: 1;
    background-color: #130e0f;
    color: #ffffff;
    transition: height 50ms, padding 50ms;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .sub-menu .menu-item {
    margin: 0 1.25rem;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .sub-menu .menu-item a {
    color: #ffffff;
    font-size: 1rem;
    line-height: 30px;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .sub-menu .menu-item:last-of-type {
    margin-top: unset;
  }
  .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .dropdown-button {
    transform: rotate(-90deg);
    transition: all 100ms;
  }

  .logo {
    margin: 0 auto;
    height: 110px;
  }

  .hamburger {
    display: flex;
    width: 32px;
    height: 22px;
    z-index: 999;
    position: absolute;
    margin: auto 0 auto auto;
    right: 40px;
    top: calc(50% - 11px);
  }
  .hamburger .hamburger-stripe {
    width: 100%;
    height: 3px;
    background-color: #1a1a1a;
    position: absolute;
    left: 0;
  }
  .hamburger .hamburger_top-stripe {
    top: 0;
    transition: transform 150ms;
  }
  .hamburger .hamburger_mid-stripe {
    top: calc(50% - 1.5px);
    transition: opacity 150ms;
  }
  .hamburger .hamburger_bottom-stripe {
    bottom: 0;
    transition: transform 150ms;
  }

  .mobile-menu-open .header-data {
    height: calc(100vh - 30px);
  }
  .mobile-menu-open .menu-header-menu-container {
    top: unset;
    height: 100vh;
    transition: all 100ms;
  }
  .mobile-menu-open .menu-header-menu-container .menu {
    margin: 100px 0 0 0;
    height: unset;
    padding: 60px 0;
    opacity: 1;
    pointer-events: unset;
  }
  .mobile-menu-open .menu-header-menu-container .menu .menu-item {
    opacity: unset;
    pointer-events: unset;
  }
  .mobile-menu-open .menu-header-menu-container .menu .menu-item:last-of-type {
    margin: 2rem auto;
  }
  .mobile-menu-open .hamburger .hamburger_top-stripe {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: transform 150ms;
  }
  .mobile-menu-open .hamburger .hamburger_mid-stripe {
    top: calc(50% - 1px);
    opacity: 0;
    transition: opacity 150ms;
  }
  .mobile-menu-open .hamburger .hamburger_bottom-stripe {
    bottom: unset;
    top: calc(50% - 1px);
    transform: rotate(135deg);
    transition: transform 150ms;
  }
}
.header-usps .container {
  display: flex;
  justify-content: space-between;
}
.header-usps .container .usp {
  display: flex;
}
.header-usps .container .usp img {
  margin: auto 0;
  height: 16px;
  margin-right: 7px;
}
.header-usps .container .usp span {
  line-height: 66px;
  color: #1a1a1a;
  font-size: 14px;
}

.usps-slider {
  display: none;
}
.usps-slider .container {
  height: 66px;
}
.usps-slider .container .flickity-viewport {
  height: 100%;
  width: 100%;
}
.usps-slider .container .flickity-viewport .usp {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.usps-slider .container .flickity-button, .usps-slider .container .flickity-page-dots {
  display: none;
}

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

  .usps-slider {
    display: flex;
  }
}
footer .top-row {
  background-color: #fec70b;
  color: #303030;
  padding-top: 102px;
  padding-bottom: 156px;
}
footer .top-row h4 {
  font-size: 20px;
}
footer .top-row a {
  color: #303030;
  font-weight: 600;
  line-height: 36px;
  font-size: 18px;
}
footer .top-row a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer .top-row .logo-wrapper {
  width: 100%;
}
footer .top-row .logo-wrapper img {
  height: 110px;
  margin-bottom: 47px;
}
footer .top-row .footer-col {
  display: flex;
  flex-direction: column;
}
footer .bottom-row {
  display: flex;
}
footer .bottom-row a {
  color: #a4a4a4;
  line-height: 84px;
  font-size: 14px;
  padding-right: 6px;
}
footer .bottom-row a:after {
  content: '|';
  position: relative;
  right: -6px;
}
footer .bottom-row a:last-of-type:after {
  content: unset;
}
@media (max-width: 991.98px) {
  footer .footer-col {
    margin-bottom: 50px;
  }
  footer .top-row {
    padding-top: 45px;
    padding-bottom: 12px;
  }
}
@media (max-width: 575.98px) {
  footer .logo-wrapper {
    display: flex;
    justify-content: center;
  }
  footer h4, footer a {
    margin: 0 auto;
    width: 185px;
  }
  footer h4 {
    margin-bottom: 2rem;
  }
  footer .bottom-row {
    display: flex;
  }
  footer .bottom-row a {
    color: #a4a4a4;
    line-height: 84px;
    font-size: 12px;
    padding-right: 3px;
  }
  footer .bottom-row a:after {
    right: -4px;
  }
}

.pane--hero {
  background-position: center;
  background-size: cover;
  padding: 107px 0 27px 0;
}
.pane--hero .button:hover {
  background-color: #fec70b;
  opacity: 1;
}
.pane--hero .breadcrumb {
  padding-top: 157px;
  margin-bottom: 0;
  color: #ffffff;
}
.pane--hero .breadcrumb a {
  color: #fec70b;
}
.pane--hero .breadcrumb span, .pane--hero .breadcrumb a {
  font-size: 14px;
  line-height: 17px;
}
.pane--hero.hero-home {
  padding: 207px 0 194px 0;
}
@media (max-width: 991.98px) {
  .pane--hero {
    padding: 88px 0 27px 0;
  }
  .pane--hero .breadcrumb {
    padding-top: 88px;
  }
  .pane--hero .col {
    padding: 0 30px;
  }
  .pane--hero h1 {
    margin-bottom: 1rem;
  }
  .pane--hero.hero-home {
    padding-bottom: 163px;
  }
}

@media (min-width: 992px) {
  .pane--img-urls .img-url-col:first-of-type {
    padding-left: 0;
  }
  .pane--img-urls .img-url-col:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .pane--img-urls .img-url-col {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.pane--img-urls .img-url {
  width: 100%;
  height: 430px;
  display: flex;
  border-radius: 5px;
  background-size: cover;
  padding: 24px 32px 24px 45px;
  position: relative;
  box-shadow: 0 0 0 0 rgba(19, 14, 15, 0);
  transition: all 100ms;
}
.pane--img-urls .img-url span {
  color: #fdfdfd;
  font-size: 18px;
  font-weight: bold;
  margin-top: auto;
  line-height: 57px;
  z-index: 1;
}
.pane--img-urls .img-url .overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 0;
  opacity: 0;
  transition: all 100ms;
}
.pane--img-urls .img-url .arrow {
  width: 57px;
  height: 57px;
  background-color: #569e54;
  border-radius: 50%;
  background-image: url(img/icon-right-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-left: auto;
  z-index: 1;
  transition: all 100ms;
}
.pane--img-urls .img-url:hover {
  text-decoration: none;
  box-shadow: 0 8px 15px 0 rgba(19, 14, 15, 0.14);
  transition: all 100ms;
}
.pane--img-urls .img-url:hover .arrow {
  background-color: #fec70b;
  transition: all 100ms;
}
.pane--img-urls .img-url:hover .overlay-white {
  opacity: .4;
  transition: all 100ms;
}
@media (max-width: 767.98px) {
  .pane--img-urls .img-url {
    height: 360px;
  }
}
@media (max-width: 575.98px) {
  .pane--img-urls .img-url {
    height: 300px;
  }
}

.pane--config-intro {
  overflow: hidden;
}
.pane--config-intro .config-mobile {
  display: none;
}
.pane--config-intro .step-col {
  display: flex;
  padding: 0;
}
.pane--config-intro .step-col:first-of-type .intro-step {
  transition: all 100ms;
  margin: 0 8px;
  padding: 48px 42px 38px 37px;
  text-decoration: none;
}
.pane--config-intro .step-col:first-of-type .intro-step .button {
  background-color: #569e54;
}
.pane--config-intro .intro-step {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 8px 15px 0 rgba(19, 14, 15, 0.14);
  width: 100%;
  padding: 39px 35px 29px 30px;
  margin: 9px 15px;
  transition: all 100ms;
  color: #1a1a1a;
}
.pane--config-intro .intro-step .img {
  height: 90px;
  width: 90px;
  background-size: contain;
  background-position: center;
  margin: 0 auto 53px auto;
}
.pane--config-intro .intro-step h4 {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 22px;
  color: #303030;
}
.pane--config-intro .intro-step .button {
  margin-top: 19px;
  padding: 0;
  width: 184px;
  background-color: #fec70b;
}
.pane--config-intro .intro-step:hover {
  transition: all 100ms;
  margin: 0 8px;
  padding: 48px 42px 38px 37px;
  text-decoration: none;
}
.pane--config-intro .intro-step:hover .button {
  background-color: #569e54;
}
@media (max-width: 1199.98px) {
  .pane--config-intro .intro-step {
    margin: 15px 15px;
  }
}
@media (max-width: 767.98px) {
  .pane--config-intro {
    padding: 70px 0 50px 0;
  }
  .pane--config-intro .config-mobile {
    display: flex;
  }
  .pane--config-intro .config-mobile .flickity-viewport {
    height: 435px !important;
    width: 100%;
    left: 50px;
    overflow: visible;
  }
  .pane--config-intro .config-mobile .flickity-viewport .step-col {
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    margin: 0 15px;
  }
  .pane--config-intro .config-mobile .flickity-viewport .step-col .intro-step {
    margin: 0;
  }
  .pane--config-intro .config-mobile .flickity-viewport .step-col h4 {
    font-size: 17px;
  }
  .pane--config-intro .config-mobile .flickity-viewport .step-col p {
    margin-bottom: 0;
  }
  .pane--config-intro .config-mobile .flickity-viewport .step-col .button {
    margin: 19px auto 0 auto;
    display: flex;
    justify-content: center;
  }
  .pane--config-intro .config-mobile .flickity-button, .pane--config-intro .config-mobile .flickity-page-dots {
    display: none;
  }
  .pane--config-intro .config-desktop {
    display: none;
  }
}

.pane--reviews h3 {
  font-size: 32px;
}
.pane--reviews .button {
  margin-top: 20px;
}
.pane--reviews .img {
  height: 370px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 27px 44px;
  flex-direction: column;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.pane--reviews .img .quotee, .pane--reviews .img .quote {
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
}
.pane--reviews .img .quotee {
  font-weight: 600;
  line-height: 1.63;
}
.pane--reviews .img .quote {
  font-style: italic;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .pane--reviews .text-col {
    padding-bottom: 15px;
  }
  .pane--reviews .img {
    margin: 15px 0;
  }
}

.pane--text-single p, .pane--text-single a {
  font-size: 18px;
  font-weight: 300;
}

.text-col {
  margin: 0 auto;
}
.text-col a:not(.button) {
  color: #fec70b;
}
.text-col p {
  margin-bottom: 30px;
}
.text-col p:last-of-type {
  margin-bottom: 0;
}
.text-col h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.text-col .button {
  margin-top: 20px;
}

.top-text {
  font-weight: bold;
  margin-bottom: 1rem;
}

.pane--triple-content .text-col p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .pane--triple-content .text-col {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  table {
    width: 80%;
  }
}
tbody tr {
  width: 100%;
  line-height: 36px;
}
tbody tr td {
  width: 50%;
  padding: 0 6px;
}
tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.callery-row {
  margin: 0 -15px;
}

.title-col {
  padding: 0 15px;
}

.gallery-img-col {
  padding: 15px;
}

.gallery_img {
  height: 285px;
  background-size: cover;
  background-position: center;
  width: calc(100% - 20px);
  cursor: pointer;
}

.custom-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: -9999999;
  pointer-events: none;
  opacity: 0;
  transition: all 100ms;
}
.custom-modal.modal-open {
  z-index: 9999999;
  pointer-events: unset;
  opacity: 1;
  transition: all 100ms;
}

.modal-bg {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal-img {
  background-size: cover;
  background-position: center;
  width: 65%;
  height: 70%;
  margin: auto;
}

.close {
  height: 32px;
  width: 40px;
  top: 60px;
  right: 60px;
  position: absolute;
  cursor: pointer;
}
.close span {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  display: flex;
  position: absolute;
}
.close span:first-of-type {
  transform: rotate(45deg);
}
.close span:last-of-type {
  transform: rotate(-45deg);
}

.nextprev {
  background-color: #fec70b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url("img/icon-right-arrow-white.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin: auto;
  cursor: pointer;
}

.prev {
  left: 10%;
  transform: rotate(180deg);
}

.next {
  right: 10%;
}

.pane--socials h3 {
  font-size: 32px;
}

.sb_instagram_header,
#sbi_load,
.sbi_info,
.sbi_hover_bottom,
.sbi_hover_top,
.sbi_instagram_link {
  display: none !important;
}

.sbi, #sbi_images {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sb_instagram {
  margin-top: 8px !important;
}

.sbi_item {
  width: calc(50% - 16px) !important;
}
@media (max-width: 479.98px) {
  .sbi_item {
    width: 100% !important;
  }
}

.sbi_photo_wrap {
  margin: 16px 0 !important;
  border-radius: 5px;
}
.sbi_photo_wrap:after {
  content: ' ';
  width: 32px;
  height: 32px;
  background-image: url("img/instagram.svg");
  background-size: cover;
  position: absolute;
  top: 19px;
  right: 19px;
}
.sbi_photo_wrap:hover .sbi_link {
  background-color: unset !important;
  opacity: 0 !important;
}

@media (min-width: 992px) {
  .pane--contact .text-col {
    padding-right: 80px;
  }
}
.pane--contact .gform_wrapper {
  margin: 0;
}
.pane--contact .gform_wrapper .gfield {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.pane--contact .gform_wrapper .gfield.gfield_contains_required:after {
  content: '*';
  position: absolute;
  right: 8px;
  bottom: 0;
  color: #a4a4a4;
}
.pane--contact .gform_wrapper input[type=text], .pane--contact .gform_wrapper textarea {
  border: none;
  border-bottom: 1px solid #a4a4a4;
  margin-top: 0;
  line-height: 3rem !important;
  padding: 0 8px !important;
}
.pane--contact .gform_wrapper input[type=text]:focus-visible, .pane--contact .gform_wrapper textarea:focus-visible {
  outline: none;
}
.pane--contact .gform_wrapper textarea {
  max-height: 200px;
  line-height: 1.5rem !important;
}
.pane--contact .gform_wrapper .gform_button {
  border: none;
  outline: none;
}
.pane--contact .gform_wrapper .gform_button:hover {
  background-color: #fec70b;
}
.pane--contact .gform_wrapper .validation_error {
  border-top: unset;
  border-bottom: 1px solid #790000;
  padding-top: unset;
  margin-bottom: unset;
}
.pane--contact .gform_wrapper .gfield_error {
  background-color: unset !important;
  border-top: unset !important;
  border-bottom: unset !important;
  padding-bottom: unset !important;
  padding-top: unset !important;
}
.pane--contact .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: unset !important;
}

.pane--contact-urls {
  padding: 40px 0;
}
.pane--contact-urls .url-block {
  border: 1px solid #a4a4a4;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  padding: 32px 0 25px 102px;
  position: relative;
}
.pane--contact-urls .url-block span:first-of-type {
  font-weight: 900;
  color: #1a1a1a;
  font-size: 18px;
}
.pane--contact-urls .url-block span:last-of-type {
  color: #fec70b;
  font-weight: normal;
}
.pane--contact-urls .url-block:before {
  content: ' ';
  position: absolute;
  left: 38px;
  top: calc(50% - 6px);
  width: 16px;
  height: 12px;
  background-image: url("img/icon-right-arrow-yellow.svg");
  background-size: cover;
  background-position: center;
}
.pane--contact-urls .url-block:hover {
  background-color: #fec70b;
  border: 1px solid #fec70b;
  text-decoration: none;
}
.pane--contact-urls .url-block:hover span:last-of-type {
  color: #5b5b5b;
}
.pane--contact-urls .url-block:hover:before {
  background-image: url("img/icon-right-arrow-white.svg");
}

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