@layer base {
}

@layer components {
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #fcb85a;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #fcb85a;
}
/* Firefox (limited support, but can color scrollbar) */
* {
  scrollbar-width: auto;
  scrollbar-color: #fcb85a transparent;
}

.fullscreen__menu.active {
  display: flex;
}
.fullscreen__menu nav .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fullscreen__menu nav a {
  color: var(--color3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
p {
  line-height: 1.5;
}
.bg-color1 {
  background-color: var(--color1);
}
.bg-color2 {
  background-color: var(--color2);
}
.bg-color3 {
  background-color: var(--color3);
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-gray {
  background-color: #ccc;
}
.\[\&_p\]\:text-white,
.text-white {
  color: #fff;
}
.\[\&_p\]\:text-black {
  color: #000;
}

body.vplayer-active {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .standard__headline {
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
  }
}

.btn.animation1 .bg-animation {
  transform: translateX(-70%);
  transition: transform 2s linear;
}
.btn.animation1:hover .bg-animation {
  transform: translateX(70%);
}

.footer-logo-centered img {
  width: 300px;
}
.footer-logo-desc img {
  width: 100%;
  height: auto;
  min-width: 300px;
}
.socmed li svg {
  max-width: 40px;
  max-height: 37px;
}

.gform_fields input[type='text'],
.gform_fields input[type='email'],
.gform_fields input[type='phone'],
.gform_fields input[type='number'],
.gform_fields select,
.gform_fields textarea {
  width: 100%;
  background-color: transparent;
  font-size: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 10px;
}
.gform_fields textarea {
  height: 130px;
}
.gform_fields input[type='text'],
.gform_fields input[type='email'],
.gform_fields input[type='phone'],
.gform_fields input[type='number'],
.gform_fields select {
  min-height: 60px;
  padding-top: 15px;
}
.gform_fields label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 20px;
  transition: all 0.3s var(--default-easing);
}
.gfield.active label {
  font-size: 14px;
}
.gform_fields .gfield_checkbox label {
  font-size: 16px;
}
.gfield {
  position: relative;
  padding-top: 10px;
}
.gfield.gfield--type-textarea {
  padding-top: 30px;
}
.gfield.gfield--type-checkbox legend {
  display: none !important;
}
.gfield input:focus,
.gfield textarea:focus,
.gfield select:focus {
  outline: none;
  box-shadow: none;
}

.gfield_checkbox .gchoice {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
}
.gfield_checkbox .gchoice label {
  position: unset !important;
}
.gfield_checkbox .gchoice input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color2);
  border-radius: 4px;
  background-color: var(--color3);
  cursor: pointer;
  position: relative;
}
.gfield_checkbox .gchoice input[type='checkbox']:checked {
  background-color: var(--color3);
}
.gfield_checkbox .gchoice input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid var(--color2);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.gform-footer input[type='submit'] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  background-color: var(--color3);
  font-size: 18px;
  font-weight: 600;
  color: var(--color2);
  padding: 10px 42px;
  border-radius: 46px;
  margin-top: 42px;
  cursor: pointer;
}
.gform_validation_errors {
  margin-bottom: 1em;
}
.gform_validation_errors:focus-visible {
  outline: 0;
}
.gform_submission_error {
  font-size: 17px;
  color: var(--color2);
}
.gfield .validation_message.gfield_validation_message {
  font-size: 14px;
  color: var(--color3);
  margin: 5px 0 0;
}

section.bg-color3 .gform-footer input[type='submit'] {
  background-color: var(--color2);
  color: #000;
}
section.bg-color3 .gform_fields input[type='text'],
section.bg-color3 .gform_fields input[type='email'],
section.bg-color3 .gform_fields input[type='phone'],
section.bg-color3 .gform_fields input[type='number'],
section.bg-color3 .gform_fields select {
  min-height: 70px;
}
section.bg-color3 .gform_fields input[type='text'],
section.bg-color3 .gform_fields input[type='email'],
section.bg-color3 .gform_fields input[type='phone'],
section.bg-color3 .gform_fields input[type='number'],
section.bg-color3 .gform_fields select,
section.bg-color3 .gform_fields textarea {
  border-color: var(--color2);
  color: var(--color2);
  padding-top: 20px;
}
section.bg-color3 .gform_fields label {
  color: var(--color2);
}
section.bg-color3 .gfield .validation_message.gfield_validation_message {
  color: var(--color1);
}

@media screen and (min-width: 1024px) {
  .gform-footer input[type='submit'] {
    height: 64px;
  }
  .gform_fields .gfield_checkbox label,
  section[data-name='acf_contact'] .gfield.active label {
    font-size: 18px;
  }
  section[data-name='acf_contact'] .gfield {
    margin-bottom: 10px;
  }
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button-play .span-animateable {
  animation: rotate-circle 2s linear infinite;
}

#popup-video-player .video__content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section[data-name='acf_testimonials'] .splide__arrow rect,
section[data-name='acf_testimonials'] .splide__arrow path {
  transition: all 0.4s var(--default-easing);
}
section[data-name='acf_testimonials']
  .splide__arrow:not([disabled]):hover
  svg
  rect {
  fill: var(--color3);
}
section[data-name='acf_testimonials']
  .splide__arrow:not([disabled]):hover
  svg
  path {
  fill: var(--color2);
}

.menu-footer-links li {
  display: flex;
  align-items: center;
}
.menu-footer-links li:after {
  content: '';
  height: 75%;
  width: 1px;
  background-color: var(--color3);
  margin-left: 0.5rem;
}
.menu-footer-links li:last-of-type::after {
  display: none;
}

.popup {
  padding: 50px 30px;
}
.popup .popup-wrap {
  transform: translateY(10px);
  transition: all 0.4s var(--DefaultEasing);
}
.popup .btn-close-popup svg path {
  transition: all 0.4s var(--DefaultEasing);
}
.popup .btn-close-popup:hover svg path {
  fill: var(--brandColor2);
}
.popup.active {
  display: flex !important;
}
.popup.active .popup-wrap {
  transform: translateY(0);
}

body.popup-active {
  overflow: hidden;
}
body.popup-active > .overflow-hidden {
  overflow-y: unset;
}
@media (min-width: 768px) {
  .popup .btn-close-popup svg path {
    fill: #f08b1d;
  }
}

.basic-template .site-header:not(.fixed) {
  background-color: var(--color1);
}
.basic-template .site-header.btn-menu-toggle svg path {
  stroke: var(--color3);
}
.basic-template .site-header .menu-desktop a,
.basic-template .main-nav .btn-header-cta {
  color: var(--color3);
}
.basic-template .main-nav .btn-header-cta {
  border-color: var(--color3);
}
.basic-template h1,
.basic-template h2,
.basic-template h3,
.basic-template p,
.basic-template main ul,
.basic-template main ol {
  margin-bottom: 1em;
}
.basic-template main ul {
  list-style: disc;
}
.basic-template main ul,
.basic-template main ol {
  padding-left: 20px;
}
.basic-template main ul li,
.basic-template main ol li {
  margin-bottom: 0.6em;
}
@media (min-width: 768px) {
  .basic-template h1,
  .basic-template h2,
  .basic-template h3,
  .basic-template p,
  .basic-template main ul,
  .basic-template main ol {
    margin-bottom: 1.5em;
  }
}

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

.single-post .site-header,
.page-id-443 .site-header {
  background-color: var(--color1);
}

.single-post .site-header .menu-desktop a,
.page-id-443 .site-header .menu-desktop a {
  color: var(--color3);
}

.single-post .site-header .btn-header-cta,
.page-id-443 .site-header .btn-header-cta {
  color: var(--color3);
  border-color: var(--color3);
}

.single-post .site-header .btn-menu-toggle svg path,
.page-id-443 .site-header .btn-menu-toggle svg path {
  stroke: var(--color3);
}
