/* compiled by scssphp 1.11.0 on Thu, 06 Apr 2023 18:34:46 +0000 (0.0396s) */

/* Breakpoints */
/* Variables */
/* REM Base Size */
/* Imports */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
footer a.logo {
  display: block;
  height: auto;
  width: 125px;
}
footer a.logo svg {
  display: inherit;
  height: inherit;
  width: inherit;
}
footer div.details {
  align-items: center;
  background-color: #ffffff;
  border-top: 1px solid #E9E9E9;
  display: flex;
  justify-content: space-between;
  padding: 50px 100px;
}
footer div.details p {
  font-size: 1.07rem;
  line-height: 125%;
  margin: 25px 0;
}
footer div.details > div:nth-child(2) {
  text-align: right;
}
footer div.copyright {
  background-color: #0E0E0E;
  padding: 20px 25px;
}
footer div.copyright p {
  color: #ffffff;
  font-size: 1.07rem;
  line-height: 125%;
  text-align: center;
}
footer ul.social-networks {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
footer ul.social-networks li a {
  transition: border-color 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  align-items: center;
  border-radius: 50%;
  border: 1px solid #5C5C5C;
  display: block;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
footer ul.social-networks li a svg {
  display: block;
  height: 14px;
  width: 14px;
}
footer ul.social-networks li a svg path {
  transition: fill 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  fill: #5C5C5C;
}
footer ul.social-networks li a:hover {
  border-color: #00a887;
}
footer ul.social-networks li a:hover svg path {
  fill: #00a887;
}
footer ul.social-networks li + li {
  margin-left: 15px;
}
/* Responsiveness */
@media (min-width: 768px) and (max-width: 1080px) {
  footer div.details {
    padding: 50px 25px;
  }
}
@media (max-width: 768px) {
  footer div.container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  footer div.details {
    flex-direction: column;
    padding: 50px 25px;
  }
  footer div.details > div:nth-child(2) {
    text-align: center;
  }
  footer div.details > div + div {
    margin-top: 50px;
  }
  footer ul.social-networks {
    justify-content: center;
  }
}
/* Extended Responsiveness */
header {
  position: relative;
}
header a.logo {
  display: block;
  left: 100px;
  position: absolute;
  top: 25px;
  z-index: 100;
}
header div.menu {
  position: absolute;
  top: calc(25px + 80px / 2);
  transform: translateY(-50%);
  z-index: 100;
}
header div.menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
header div.menu ul li a {
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
}
/* Responsiveness */
@media (min-width: 1080px) {
  header div.menu {
    right: 100px;
  }
  header div.menu ul li + li {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  header a.logo {
    left: 25px;
  }
  header div.menu {
    right: 25px;
  }
  header div.menu ul li + li {
    margin-left: 25px;
  }
}
@media (max-width: 768px) {
  header div.container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  header a.logo {
    left: 25px;
  }
  header div.menu {
    right: 25px;
  }
  header div.menu nav {
    transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    max-width: calc(100vw - 50px);
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    visibility: hidden;
  }
  header div.menu nav.is-opened {
    opacity: 1;
    visibility: visible;
  }
  header div.menu nav ul {
    flex-direction: column;
  }
  header div.menu nav ul li {
    white-space: nowrap;
  }
  header div.menu nav ul li a {
    color: #000000;
  }
  header div.menu nav ul li + li {
    margin-top: 7.5px;
  }
  header div.menu a[data-toggle] {
    display: block;
    height: 30px;
    width: 30px;
  }
  header div.menu a[data-toggle] svg {
    display: inherit;
    height: inherit;
    width: inherit;
  }
  header div.menu a[data-toggle] svg g {
    stroke: #ffffff;
  }
}
/* Extended Responsiveness */
/* Breakpoints */
/* Variables */
/* REM Base Size */
/** Part: Modal - Begin */
div[data-part="modal"] {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), transform 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 8px 12px rgba(18, 58, 92, 0.25);
  box-sizing: border-box;
  left: calc(50vw - var( --scrollbar ) / 2);
  max-height: calc(100% - 100px);
  max-width: 868px;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 50vh;
  transform: translate3d(-50%, -50%, 0) scale(0.95);
  visibility: hidden;
  width: calc(100% - 50px);
  z-index: 9990;
}
div[data-part="modal"].is-opened {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
  visibility: visible;
}
div[data-part="modal"] div.content {
  box-sizing: border-box;
  min-height: 250px;
  width: 100%;
}
div[data-part="modal"] div.content > img {
  height: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100px;
}
div[data-part="modal"] > a {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  display: block;
  height: 15px;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  z-index: 100;
}
div[data-part="modal"] > a:hover {
  opacity: 1;
}
div[data-part="modal"] > a svg {
  height: 15px;
  width: 15px;
}
div[data-part="modal"] > a svg path {
  fill: #00a887;
}
[data-modal] {
  cursor: pointer;
}
/* Responsiveness */
/** Part: Modal - End */
/* General */
:root {
  --scrollbar: 0;
}
html {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  width: 100%;
}
body {
  background-color: #E5E5E5;
  color: #212529;
  overflow-x: hidden;
  width: 100%;
}
body :first-child {
  margin-top: 0 !important;
}
body :last-child {
  margin-bottom: 0 !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  line-height: 125%;
}
body * {
  line-height: 150%;
}
body img.lazy {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  opacity: 0;
}
body img.lazy.loaded {
  opacity: 1;
}
body a {
  color: #2251A3;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body div#wpadminbar {
  position: absolute !important;
}
body div.modal-overlay {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  background-color: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
}
body.has-modal div.modal-overlay {
  opacity: 1;
  visibility: visible;
}
div.slides:not(.slick-slider) div.slide:not(:first-child) {
  display: none !important;
}
div.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
}
div.container.is-narrow {
  max-width: 782px;
}
/* Responsiveness */
@media (min-width: 1080px) {
  html {
    font-size: 15px;
  }
  .no-desktop {
    display: none !important;
  }
  div.container {
    width: calc(100% - 50px);
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  html {
    font-size: 14px;
  }
  .no-tablet {
    display: none !important;
  }
  div.container {
    width: calc(100% - 50px);
  }
}
@media (max-width: 768px) {
  html {
    font-size: 13px;
  }
  .no-mobile {
    display: none !important;
  }
  div.container {
    width: calc(100% - 50px);
  }
}
/* Extra Styles */
div.slides, div.slides * {
  transform: translate3d(0, 0, 0);
}
section[data-gutenberg].has-border-top {
  border-top: 1px solid #E9E9E9;
}
section[data-gutenberg].has-border-bottom {
  border-bottom: 1px solid #E9E9E9;
}
.text-white {
  color: #ffffff;
}
.button {
  transition: background-color 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.07rem;
  line-height: 110%;
  min-width: 175px;
  padding: 15px 45px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
.button {
  background-color: #00A887;
}
.button:hover {
  background-color: #008f73;
}
.button.is-white {
  background-color: #ffffff;
  color: #00A887;
}
.button.is-white:hover {
  background-color: #f2f2f2;
}
form input[type="text"], form select {
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  height: 42px;
  padding: 0 12.5px !important;
}
form textarea {
  border-radius: 0;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  height: 100px;
  max-height: 350px;
  min-height: 100px;
  padding: 12.5px !important;
  resize: vertical;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 5px !important;
  padding: 7.5px 10px !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors:is(:first-child) {
  margin-bottom: 50px !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  border-radius: 5px !important;
  font-size: 0.8rem !important;
  line-height: 125% !important;
  padding: 7.5px 10px !important;
}
.gform_wrapper.gravity-theme div.gform_footer {
  padding-bottom: 0;
}
.gform_wrapper.gravity-theme div.gform_footer input.gform_button {
  margin: 0;
}
.is-responsive-1-1 {
  display: block;
  position: relative;
  width: 100%;
}
.is-responsive-1-1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.is-responsive-1-1 > * {
  height: 100%;
  position: absolute;
  width: 100%;
}
.is-responsive-4-3 {
  display: block;
  position: relative;
  width: 100%;
}
.is-responsive-4-3:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.is-responsive-4-3 > * {
  height: 100%;
  position: absolute;
  width: 100%;
}
