@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* cyrillic-ext */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXvlUlM_Y.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXt1UlM_Y.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXvFUlM_Y.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXvVUlM_Y.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXs1Ul.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

.wp-block-button__link {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
}

:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px solid;
  padding: 0.667em 1.333em;
}

.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color) {
  color: currentColor;
}

.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-center {
  width: 100%;
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}

.wp-block-cover {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}

.wp-block-cover .wp-block-cover__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}

.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}

.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}

@supports (position: sticky) {
  .wp-block-cover:after {
    content: none;
  }
}

.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}

.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}

.wp-block-cover p:not(.has-text-color) {
  color: inherit;
}

.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}

.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.wp-block-cover.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}

.wp-block-cover .wp-block-cover__image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

@supports (-webkit-overflow-scrolling: touch) {
}

.wp-block-cover__image-background {
  z-index: 0;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.wp-block-group {
  box-sizing: border-box;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image img {
  box-sizing: border-box;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
}

.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*="border-top-color"]) {
  border-top-style: solid;
}

.wp-block-image :where([style*="border-right-color"]) {
  border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-color"]) {
  border-left-style: solid;
}

.wp-block-image :where([style*="border-width"]) {
  border-style: solid;
}

.wp-block-image :where([style*="border-top-width"]) {
  border-top-style: solid;
}

.wp-block-image :where([style*="border-right-width"]) {
  border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-width"]) {
  border-left-style: solid;
}

ul {
  box-sizing: border-box;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}

:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ) {
  padding: 0.5em 1em;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent;
}

.menu-item-has-children:hover + .sub-menu,
.sub-menu:hover {
  display: block;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}

.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}

.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}

.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}

.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}

.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 0.125em 0.5em;
}

.wp-block-spacer {
  clear: both;
}

@supports (position: sticky) {
}

.wp-element-button {
  cursor: pointer;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

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

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*="border-top-color"]) {
  border-top-style: solid;
}

html :where([style*="border-right-color"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
  border-left-style: solid;
}

html :where([style*="border-width"]) {
  border-style: solid;
}

html :where([style*="border-top-width"]) {
  border-top-style: solid;
}

html :where([style*="border-right-width"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
  border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0 0 1em;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #444;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.entry-content .wp-block-image img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.clear:after,
.clear:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget:after {
  clear: both;
}

.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before {
  content: "";
  display: inline !important;
}

body,
button,
input {
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  color: #444;
}

h1,
h2,
h3,
h4 {
  color: #000;
  clear: both;
  line-height: 1.4;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  padding-top: 0;
}

h1,
h2,
h3 {
  padding-top: 0.625em;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

input {
  font-family: Inter, sans-serif;
  color: #444;
}

label {
  margin-bottom: 5px;
}

input {
  padding: 11px 10px;
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  border: 2px solid rgba(68, 68, 68, 0.19);
  width: auto;
  border-radius: 0;
}

input:focus {
  border-color: #ff9c38;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.button {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #444;
  border: 2px solid rgba(68, 68, 68, 0.19);
  background-image: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.2s ease, border-color 0.2s ease,
    background-color 0.2s ease;
}

.button:hover,
.site-footer .search-form .search-submit:hover {
  text-decoration: none;
  color: #ff9c38;
  border-color: #ff9c38;
}

.site-footer .search-form .search-submit {
  color: #ff9c38;
  border-color: #ff9c38;
}

button {
  font-family: Montserrat, sans-serif;
  display: inline;
  width: auto;
  padding: 12px 25px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  color: #444;
  border: 2px solid rgba(68, 68, 68, 0.19);
  background-image: none;
  transition: color 0.2s ease, border-color 0.2s ease,
    background-color 0.2s ease;
}

.search-form button.search-submit:hover,
button:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ff9c38;
  border-color: #ff9c38;
}

ul {
  margin: 0 0 1.5em 1em;
  padding: 0;
}

ul {
  list-style: disc;
}

li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

a {
  transition: all 0.1s ease-in;
  text-decoration: none;
  color: #ff9c38;
}

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

.entry-content a {
  text-decoration: underline;
}

.entry-content a,
.widget a {
  transition: color 0.1s ease-in;
}

.site-info a {
  text-decoration: none;
  transition: color 0.1s ease-in;
}

.entry-content a:focus,
.entry-content a:hover,
.site-info a:focus,
.site-info a:hover,
.widget a:focus,
.widget a:hover {
  color: #ff8100;
}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu li {
  position: relative;
}

.sf-menu li:hover ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.navbar {
  position: relative;
  z-index: 200;
  color: #fff;
  background: #101010;
  padding: 18px 0;
  transition: all 0.5s ease-in-out;
}

.navbar:after,
.navbar:before {
  content: "";
  display: table;
}

.navbar:after {
  clear: both;
}

.navbar a {
  color: inherit;
}

.navbar .header-inner {
  width: 100%;
  align-items: center;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

.navbar .header-inner:after,
.navbar .header-inner:before {
  display: none;
}

.navbar .header-inner.wpz_layout_full {
  width: 100%;
  max-width: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.navbar .header-logo-wrapper {
  margin-right: 0.625em;
  max-width: 50%;
}

.navbar .header-logo-wrapper {
  align-items: center;
  -js-display: flex;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: left;
}

.navbar .header-navigation-wrapper {
  flex: 1;
  justify-content: flex-start;
  margin-left: 50px;
}

.navbar .header-navigation-wrapper,
.navbar .header-widgets-wrapper {
  align-items: center;
  -js-display: flex;
  display: flex;
}

.has-header-image .navbar {
  position: absolute;
  width: 100%;
  background: 0 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: repeat-x;
}

.navbar-toggle {
  display: none;
  position: relative;
  margin: 0;
  margin-left: 0.625em;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  border-color: transparent;
  background: 0 0;
}

.inspiro--with-page-nav .navbar-toggle {
  display: block;
}

.navbar-toggle:hover {
  border-color: transparent;
  background-color: transparent;
}

.navbar-toggle .icon-bar {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.navbar-toggle .icon-bar:nth-child(3) {
  width: 17px;
}

.navbar-toggle:hover .icon-bar {
  width: 17px;
}

.navbar-toggle:hover .icon-bar:nth-child(3) {
  width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-toggle .icon-bar {
  transition: width 0.13s ease-out, transform 0.13s ease-out,
    opacity 0.13s ease-out;
}

.navbar-nav {
  -js-display: flex;
  display: flex;
  font-weight: 400;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.navbar-nav > li {
  margin: 0 0.9375em;
}

.navbar-nav > li > ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #ff9c38;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current_page_item > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-nav a {
  padding: 0.3125em 0 0.1875em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease border-color, 0.2s ease color;
}

.navbar-nav > li > a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: inherit;
  opacity: 0.8;
}

.navbar-nav .menu-item-has-children .svg-icon {
  margin-left: 0.25em;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
  fill: #fff;
}

.inspiro--with-page-nav .navbar-nav > li:last-child {
  margin-right: 0;
}

.site {
  position: relative;
  transition: transform 0.18s ease;
}

.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -70px;
  overflow: hidden;
  width: 380px;
  z-index: -1;
  visibility: hidden;
  transform-style: preserve-3d;
  -webkit-overflow-scrolling: touch;
}

.side-nav a {
  color: #fff;
}

.side-nav .navbar-nav {
  display: none;
  margin-bottom: 40px;
  padding: 0;
}

.side-nav .widget {
  margin-bottom: 40px;
  max-width: 100%;
}

.side-nav .widget:last-child {
  margin-bottom: 0;
}

.side-nav .widget .title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.side-nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
}

.side-nav__scrollable-container {
  position: relative;
  padding-bottom: 70px;
  height: 100%;
  overflow: auto;
  background-color: #2b2f39;
  color: #78787f;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(380px);
  transition: transform 0.18s ease;
}

.side-nav__scrollable-container h3 {
  color: #fff;
}

.side-nav__scrollable-container::-webkit-scrollbar {
  display: none;
}

.side-nav__wrap {
  position: relative;
  padding: 60px 30px;
}

.side-nav__wrap .navbar-toggle {
  margin: 5px 0 0;
  padding-right: 0;
}

.side-nav__close-button {
  display: none;
}

.side-nav__close-button:after,
.side-nav__close-button:before {
  content: "";
  display: table;
}

.side-nav__close-button:after {
  clear: both;
}

.sb-search {
  position: relative;
  margin: 0;
  margin-left: 0.625em;
  z-index: 200;
}

.sb-search #searchform > label {
  align-items: stretch;
  -js-display: flex;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
}

.sb-search .sb-search-input {
  position: relative;
  width: 20px;
  padding: 2% 2%;
  margin: 0;
  z-index: 10;
  font-family: inherit;
  font-size: 42px;
  font-weight: 200;
  color: #fff;
  display: none;
  border: none;
  border-radius: 0;
  background: #000;
  opacity: 0.9;
  width: 96%;
  transition: all 0.6s ease;
  animation: fade-in-almost 0.3s ease-out;
}

.sb-search::-webkit-input-placeholder {
  color: #828282;
}

.sb-search:-moz-placeholder {
  color: #828282;
}

.sb-search::-moz-placeholder {
  color: #828282;
}

.sb-search:-ms-input-placeholder {
  color: #828282;
}

.sb-search input[type="search"].sb-search-input {
  -webkit-appearance: none;
}

.sb-search .sb-search-button-close,
.sb-search .sb-search-button-open {
  background-color: transparent;
  border: none;
  padding: 0.625em;
}

.sb-search .sb-search-button-close .sb-icon-search,
.sb-search .sb-search-button-open .sb-icon-search {
  -js-display: flex;
  display: flex;
  justify-content: center;
  z-index: 90;
  transition: opacity 0.3s ease;
}

.sb-search .sb-search-button-close .sb-icon-search:hover,
.sb-search .sb-search-button-open .sb-icon-search:hover {
  opacity: 0.7;
}

.sb-search .sb-search-button-close .sb-icon-search .svg-icon,
.sb-search .sb-search-button-open .sb-icon-search .svg-icon {
  width: 18px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  fill: #fff;
}

.sb-search .sb-search-button-close {
  display: none;
}

.no-js .sb-search .sb-icon-search {
  background: 0 0;
  z-index: 11;
  right: 2%;
  top: 25px;
  position: fixed;
  z-index: 999;
  opacity: 0.8;
  animation: fade-in-almost 0.3s ease-out;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background: #fff;
}

#page {
  position: relative;
  word-wrap: break-word;
}

.inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.inner-wrap:after,
.inner-wrap:before {
  content: "";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.site-header {
  width: 100%;
}

.site-branding {
  padding: 1em 0;
  position: relative;
  z-index: 3;
  text-align: center;
}

.site-title {
  clear: none;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}

.site-title:after {
  content: "";
  position: absolute;
  width: 310px;
  border-bottom: 2px solid rgba(201, 201, 201, 0.4);
  bottom: 0;
  left: 50%;
  margin-left: -155px;
}

.site-title,
.site-title a {
  color: #222;
  opacity: 1;
}
.page .entry-title.site-title {
  font-size: 45px;
  line-height: 1.5;
}
body.has-header-image .site-title,
body.has-header-image .site-title a {
  color: #fff;
}

.site-description {
  color: #666;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 auto;
  max-width: 950px;
}

body.has-header-image .site-description {
  color: #fff;
  opacity: 0.8;
}

.custom-header-button {
  margin-top: 3.125em;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  border-color: inherit;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  font-weight: 400;
}

.custom-header-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #ff9c38;
  border-color: #ff9c38;
}

body.has-header-image .custom-header-button {
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
}

body.has-header-image .custom-header-button:hover {
  opacity: 1;
}

.custom-logo-link {
  display: inline-block;
  padding: 0;
  max-width: 270px;
  transition: max-width 0.2s ease-in-out;
}

.custom-logo-link img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.custom-header {
  position: relative;
  background-color: #000;
}

.has-header-image.inspiro-front-page .site-branding {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: top 0.3s linear, opacity 0.3s ease-in;
}

.has-header-image.inspiro-front-page .custom-header {
  display: table;
  height: 100vh;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  width: 100%;
  overflow: hidden;
}

.custom-header-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: fill-available;
}

.custom-header-media:after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0.3) 100%
  );
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.custom-header-media.hide_overlay:after {
  display: none;
}

.has-header-image .custom-header-media:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.has-header-image .custom-header-media.hide_overlay:before {
  display: none;
}

.has-header-image .custom-header-media img {
  height: auto;
  left: 50%;
  height: 100%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  width: auto;
  top: 50%;
  padding-bottom: 1px;
  transform: translateX(-50%) translateY(-50%);
}

.has-header-video .custom-header-media video {
  height: 100%;
}

.has-header-video .custom-header-media iframe,
.has-header-video .custom-header-media video {
  left: 50%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  top: 50%;
  padding-bottom: 1px;
  transform: translateX(-50%) translateY(-50%);
  margin-bottom: 0;
}

.wp-custom-header {
  height: 100%;
}

@supports (object-fit: cover) {
  .has-header-image .custom-header-media img,
  .has-header-image:not(.inspiro-front-page):not(.home)
    .custom-header-media
    img,
  .has-header-video .custom-header-media video {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
  }
}

@keyframes pulsate {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

#scroll-to-content {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 5;
  cursor: pointer;
  height: 1.5em;
  width: 3.5em;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  opacity: 0.5;
  transform: translateX(-50%);
  animation: pulsate 1.5s ease-out infinite;
}

#scroll-to-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: 10px;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  transform: rotate(45deg);
}

#scroll-to-content:hover {
  opacity: 1;
}

.site-content-contain {
  background-color: #fff;
  position: relative;
}

.entry-header .entry-title {
  margin-bottom: 20px;
  margin-top: 0;
}

.entry-title {
  color: #222;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
}

.entry-content {
  line-height: 1.9;
}

.entry-content p {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.entry-content h2,
.entry-content h4 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0;
}

.entry-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.page .entry-content,
.page .entry-header .inner-wrap {
  margin: 2.8125em auto;
  max-width: calc(950px + 20px);
  padding-left: 10px;
  padding-right: 10px;
}

.page .entry-content {
  margin-bottom: 0;
}

.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
}

.entry-content .alignfull .wp-block-cover__inner-container,
.entry-content .alignfull .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
}

.wp-block-button a {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
}

.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-background):not(.has-text-color):hover {
  background-color: #ff9c38;
  color: #fff !important;
  border-color: #ff9c38;
}

.wp-block-group > .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.wp-block-group:where(.has-background) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page .entry-title {
  margin-top: 0;
  color: #222;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.site-footer {
  background: #2b2f39;
  color: #a5a5a5;
}

.site-footer.has-footer-widgets .inner-wrap {
  padding-bottom: 0;
}

.site-footer .footer-widgets {
  padding-top: 30px;
}

.home .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-separator {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 100%;
  border: none;
  margin-bottom: 0;
}

.site-info {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1.875em 0;
  margin: 0;
}

.site-info a {
  color: #fff;
}

.site-info a:focus,
.site-info a:hover {
  color: #ff9c38;
}

.site-info .copyright {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.site-info .copyright span:nth-child(1) {
  flex: 0 0 50%;
  text-align: left;
}

.site-info .copyright span:nth-child(2) {
  flex: 0 0 50%;
  text-align: right;
}

.site-footer .footer-widgets .title {
  color: #fff;
}

.widget,
.widget_block {
  margin-bottom: 20px;
}

.widget .title {
  margin: 0 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.search-form {
  position: relative;
}

.search-form button,
.search-form input {
  height: 40px;
  background: 0 0;
  border: 2px solid #565555;
  box-sizing: border-box;
  border-radius: 0;
  transition: 0.2s ease all;
}

.search-form button:focus,
.search-form input:focus {
  border-color: #ff9c38;
}

.search-form .search-field {
  width: 100%;
  padding: 0 100px 0 10px;
}

.search-form .search-submit {
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.search-form .search-submit .svg-icon {
  display: none;
}

.site-footer .search-form .search-field {
  color: #eee;
}

.site-footer .search-form .search-submit {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 0.625em 1.5625em;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ff9c38;
  border: 2px solid #ff9c38;
  background-image: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.2s ease, border-color 0.2s ease,
    background-color 0.2s ease;
}

.site-footer .search-form .search-submit:hover {
  text-decoration: none;
  color: #ff9c38;
  border-color: #ff9c38;
}

.widget_text {
  word-wrap: break-word;
}

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

@media (min-width: 64.0625em) {
  .navbar-nav ul {
    left: 50%;
    width: 220px;
    margin-top: 15px;
    border-top: 2px solid #ff9c38;
    background: #101010;
    transform: translate(-50%, 0);
  }

  .navbar-nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }

  .navbar-nav ul a {
    color: #b0b0b0;
    padding: 8px 15px;
    border-bottom: none;
  }

  .navbar-nav ul a:hover {
    border-bottom: none;
    color: #fff;
  }
}

@media screen and (min-width: 48em) {
  .inner-wrap {
    max-width: 1200px;
  }

  .site-branding {
    margin-bottom: 0;
  }

  .has-header-image.inspiro-front-page .custom-header {
    display: block;
    height: auto;
  }

  .custom-header-media {
    height: 165px;
    position: relative;
  }

  .inspiro-front-page.has-header-image .custom-header-media {
    height: 0;
    position: relative;
  }

  .inspiro-front-page.has-header-image .site-branding {
    margin-bottom: 70px;
  }

  .inspiro-front-page.has-header-image .custom-header-media {
    height: 1200px;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
  }

  .inspiro-front-page.has-header-image .custom-header-media:after {
    height: 33%;
  }

  .site-footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .site-footer .footer-widgets {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .site-footer .widget-columns-2 .widget-column {
    flex: 0 0 calc(100% / 2);
  }

  .site-footer .widget-column {
    padding-right: 2.5em;
  }

  .site-footer .widget-column:last-child {
    padding-right: 0;
  }
}

.wp-block-image {
  margin: 0 0 1em;
}

:where(.wp-block-group.has-background) {
  padding: 30px 2.375em;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

body,
button,
input {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

button,
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: Montserrat, sans-serif;
  display: inline;
  width: auto;
  padding: 12px 25px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  color: #444;
  border: 2px solid rgba(68, 68, 68, 0.19);
  background-image: none;
  transition: color 0.2s ease, border-color 0.2s ease,
    background-color 0.2s ease;
}

@media screen and (min-width: 782px) {
  body,
  button,
  input {
    font-size: 17px;
    line-height: 1.6;
  }
}

h1,
h2,
h3,
h4,
.page .entry-title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.7;
}

.site-title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}

@media screen and (min-width: 782px) {
  .site-title {
    font-size: 86px;
  }
}

.site-description {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (min-width: 782px) {
  .site-description {
    font-size: 31px;
  }
}

.custom-header-button {
  line-height: 1.8;
}

@media screen and (min-width: 782px) {
  .custom-header-button {
    font-size: 12px;
  }
}

.navbar-nav a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 782px) {
  .navbar-nav a {
    font-size: 24px;
  }
}

@media screen and (max-width: 64em) {
  .navbar-nav li a {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.8;
  }
}

.custom-header-button {
  color: #ffffff;
  border-color: #ffffff;
}

.custom-header-button:hover {
  color: #ffa3a3;
}

.custom-header-button:hover {
  background-color: #ff8e8e !important;
  border-color: #ff8e8e !important;
}

.navbar {
  background-color: #2b2f39;
}

.wp-block-buttons.wp-container-1 {
  justify-content: flex-start;
}

.wp-block-buttons.wp-container-11 {
  justify-content: center;
  margin-bottom: 30px;
}

.wp-block-columns.wp-container-4,
.wp-block-columns.wp-container-9 {
  flex-wrap: nowrap;
}

.site-header.headroom {
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
}

.site-header.headroom--not-top {
  position: fixed;
  top: 0;
  border: none;
}

.headroom--not-top {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
}

.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.entry-wrapper:after,
.entry-wrapper:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.headroom--not-top .navbar,
.has-header-image.home.blog .headroom--not-top .navbar,
.has-header-image.inspiro-front-page .headroom--not-top .navbar,
.has-header-video.home.blog .headroom--not-top .navbar,
.has-header-video.inspiro-front-page .headroom--not-top .navbar {
  background-color: rgba(0, 0, 0, 0.9);
}

.has-header-image.home.blog .headroom--not-top .navbar,
.has-header-image.inspiro-front-page .headroom--not-top .navbar,
.has-header-video.home.blog .headroom--not-top .navbar,
.has-header-video.inspiro-front-page .headroom--not-top .navbar {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 0;
}

.has-header-image .navbar,
.has-header-video .navbar {
  position: absolute;
  width: 100%;
  background: 0 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: repeat-x;
}

.wp-custom-header .wp-custom-header-video-button {
  background-color: rgba(34, 34, 34, 0.5);
  color: rgba(255, 255, 255, 0.6);
  width: 45px;
  height: 45px;
  overflow: hidden;
  padding: 0;
  border: none;
  position: absolute;
  right: 1.875em;
  bottom: 3.75em;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
  z-index: 3;
}

.wp-custom-header .wp-custom-header-video-button .svg-icon {
  margin-top: 6px;
  max-height: 1.375em;
  fill: #fff;
}

.has-header-image.home.blog.inspiro-page-ready .site-branding,
.has-header-image.inspiro-front-page.inspiro-page-ready .site-branding,
.has-header-video.home.blog.inspiro-page-ready .site-branding,
.has-header-video.inspiro-front-page.inspiro-page-ready .site-branding {
  opacity: 1;
  top: 50%;
}

body.side-nav-open .side-nav {
  visibility: visible;
  z-index: 600;
}

.side-nav-open .side-nav-overlay,
.side-nav-transitioning {
  display: block;
  right: 380px;
  z-index: 900;
  cursor: e-resize;
}

body.side-nav-open .site {
  z-index: 300;
  transform: translateX(-380px);
}

.side-nav__scrollable-container {
  position: relative;
  padding-bottom: 70px;
  height: 100%;
  overflow: auto;
  background-color: #2b2f39;
  color: #78787f;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(380px);
  transition: transform 0.18s ease;
}

body.side-nav-open .side-nav__scrollable-container {
  transform: translateX(0);
}

.side-nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
}

.side-nav-open .side-nav-overlay,
.side-nav-transitioning {
  display: block;
  right: 380px;
  z-index: 900;
  cursor: e-resize;
}

.side-nav-open .navbar-toggle .icon-bar:nth-child(2) {
  transform: rotateZ(-45deg) translate3d(-5px, 5px, 0);
  width: 28px;
}

.side-nav-open .navbar-toggle .icon-bar:nth-child(3) {
  transform: translateX(0);
  opacity: 0;
}

.side-nav-open .navbar-toggle .icon-bar:nth-child(4) {
  transform: rotateZ(45deg) translate3d(-5px, -5px, 0);
  width: 28px;
}

@media screen and (max-width: 30em) {
  .site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .site-footer .widget-columns-2 .widget-column {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 64em) {
  .side-nav .navbar-nav {
    display: block;
    margin-left: 0;
    position: relative;
  }

  .side-nav .navbar-nav ul {
    display: none;
    margin-left: 20px;
  }

  .side-nav .navbar-nav li a:active,
  .side-nav .navbar-nav li a:hover {
    color: #fff;
  }

  .side-nav .navbar-nav li.menu-item-has-children > a .svg-icon {
    float: right;
    fill: #999;
    height: 26px;
    width: 26px;
    margin: 4px 0 0 10px;
    transition: 0.1s ease color, 0.5s ease transform;
  }

  .side-nav .navbar-nav li.menu-item-has-children > a .svg-icon:active,
  .side-nav .navbar-nav li.menu-item-has-children > a .svg-icon:hover {
    fill: #fff;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-nav {
    float: none;
  }

  .navbar-nav a:hover,
  .navbar-nav > li > a:hover {
    border: none;
  }

  .navbar-nav > li.current-menu-item > a,
  .navbar-nav > li.current_page_item > a {
    color: #ff9c38;
  }

  .navbar-nav li {
    display: block;
    position: relative;
    float: none;
    margin: 10px 0;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav li a {
    border: none !important;
    padding: 4px 0;
    margin: 7px 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }

  .navbar-nav li li a {
    color: #ccc;
  }

  .navbar-nav ul:before {
    display: none;
  }

  .navbar-nav ul li {
    border: none;
    padding: 0;
    margin: 7px 0;
  }

  .navbar-nav ul li a {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
  }

  .current-menu-item a,
  .current_page_item a {
    border-bottom: none;
  }

  .site-title {
    font-size: 56px;
    font-size: 3.5rem;
  }

  .site-description {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .page .entry-content,
  .page .entry-header .inner-wrap {
    padding: 0 4%;
  }

  .inner-wrap,
  .navbar .header-inner.wpz_layout_full {
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media screen and (max-width: 48.875em) {
  .side-nav__wrap .navbar-toggle {
    margin: 0;
    margin-bottom: 15px;
  }

  .site-title {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .custom-header-button {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .side-nav .widget .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 40em) {
  .site-title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .site-title:after {
    display: none;
  }

  .site-description {
    font-size: 16px;
    font-size: 1rem;
    text-shadow: none;
  }

  .custom-header-button {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .page .entry-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .entry-title {
    font-size: 24px;
    line-height: 1.5;
  }

  .side-nav__close-button {
    display: block;
  }

  .side-nav__wrap {
    padding-top: 20px;
  }

  .site-info {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .site-info .copyright span:nth-child(1) {
    margin-bottom: 10px;
  }

  .site-info .copyright span:nth-child(1),
  .site-info .copyright span:nth-child(2) {
    flex: 100%;
    text-align: center;
  }

  .sb-search .sb-icon-search .svg-icon {
    height: 14px;
    margin: 14px 0;
  }

  .side-nav-open .site .navbar-toggle .icon-bar:nth-child(2) {
    transform: rotateZ(-40deg) translate3d(4px, 17px, 0);
    width: 12px;
  }

  .side-nav-open .site .navbar-toggle .icon-bar:nth-child(3) {
    transform: translateX(3px);
    opacity: 1;
  }

  .side-nav-open .site .navbar-toggle .icon-bar:nth-child(4) {
    transform: rotateZ(40deg) translate3d(4px, -17px, 0);
    width: 12px;
  }
}

@media screen and (max-width: 30em) {
  .side-nav {
    width: 320px;
  }

  .side-nav__scrollable-container {
    transform: translateX(320px);
  }

  .side-nav-open .side-nav-overlay,
  .side-nav-transitioning {
    right: 320px;
  }

  body.side-nav-open .site {
    transform: translateX(-320px);
  }
}

@media screen and (min-width: 768px) {
  .about__list {
    display: flex;
    justify-content: space-between;
  }
}

.about__item {
  margin-bottom: 35px;
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}

.about__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(30 25 18 / 60%);
  z-index: 1;
}

.about__item > * {
  position: relative;
  z-index: 2;
}

.about__item:last-child {
  background: url(../img/ab-1.jpg) center no-repeat;
  background-size: cover;
}

.about__item:first-child {
  background: url(../img/ab-2.jpg) center no-repeat;
  background-size: cover;
}

.about__title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ebebeb;
  margin-bottom: 20px;
  position: relative;
}

.about__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 100%;
  background: #fcb900;
  background: -moz-linear-gradient(
    90deg,
    #fcb900 0%,
    rgba(181, 159, 203, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    #fcb900 0%,
    rgba(181, 159, 203, 0) 100%
  );
  background: linear-gradient(90deg, #fcb900 0%, rgba(181, 159, 203, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb900", endColorstr="#fcb900", GradientType=1);
}

.about__description {
  font-size: 16px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .about__item {
    padding: 70px 30px;
    width: 49%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .about__item:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }

  .about__item {
    padding: 80px 35px;
    margin-bottom: 0;
  }

  .about__title {
    font-size: 30px;
    line-height: 40px;
    width: 200px;
    margin-bottom: 35px;
  }

  .about__item:first-child .about__title:before {
    background: #fcb900;
    background: -moz-linear-gradient(
      270deg,
      #fcb900 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      270deg,
      #fcb900 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      270deg,
      #fcb900 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb900", endColorstr="#fcb900", GradientType=1);
  }

  .about__title:before {
    height: 4px;
    bottom: -15px;
  }

  .about__description {
    width: 335px;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0.6px;
    font-size: 19px;
  }
}

.custom-header-media {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.zoom-target {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* animation: zoomIn 8s ease-in-out infinite; */
}
.promo-text {
  color: white;
  letter-spacing: 0.2em;
  font-size: 18px;
  max-width: 750px;
  margin-inline: auto;
}
.media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;
}

.wp-custom-header {
  position: relative;
  z-index: 1;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.07);
  }
}

@media screen and (max-width: 1099px) {
  .navbar-nav {
    display: none;
  }
  .page .entry-title.site-title {
    font-size: 38px;
  }
  .promo-text {
    font-size: 16px;
  }
  .side-nav .navbar-nav {
    display: block;
    margin-left: 0;
    position: relative;
  }

  .navbar-nav li {
    display: block;
    position: relative;
    float: none;
    margin: 10px 0;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav li a {
    border: none !important;
    padding: 4px 0;
    margin: 7px 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }

  .navbar-nav > li.current-menu-item > a,
  .navbar-nav > li.current_page_item > a {
    color: #ff9c38;
  }

  .side-nav .navbar-nav ul {
    display: none;
    margin-left: 20px;
    transform: unset;
    border-top: none;
  }

  .side-nav .navbar-nav li.menu-item-has-children > a .svg-icon {
    float: right;
    fill: #999;
    height: 26px;
    width: 26px;
    margin: 4px 0 0 10px;
    transition: 0.1s ease color, 0.5s ease transform;
  }

  .navbar-nav ul li {
    border: none;
    padding: 0;
    margin: 7px 0;
  }

  .navbar-nav ul li a {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #ccc;
  }

  .navbar-nav > li > ul:before {
    display: none;
  }
}

/* body.side-nav-open .navbar-nav, */
body.side-nav-open .header-logo-wrapper {
  display: none;
}

/*CONTACT*/

.entry-content h5 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}

div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
  background: none;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  outline: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 10px 0;
  clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
}

div.wpforms-container-full .wpforms-form input,
div.wpforms-container-full .wpforms-form label,
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form button,
div.wpforms-container-full .wpforms-form textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background: none;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #ff0000;
  font-weight: 400;
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  font-family: inherit;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: 60%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 120px;
  resize: none;
}

body:not(.has-archive-description):not(.has-header-image) .page-title:after,
body:not(.has-archive-description):not(.has-header-image).page
  .entry-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background: #fcb900;
  margin: 40px auto 0;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.search-form button.search-submit:hover,
button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ff9c38;
  border-color: #ff9c38;
}

@media only screen and (max-width: 600px) {
  div.wpforms-container-full
    .wpforms-form
    .wpforms-field:not(.wpforms-field-phone):not(
      .wpforms-field-select-style-modern
    ) {
    overflow-x: hidden;
  }

  div.wpforms-container-full .wpforms-form .wpforms-field > * {
    max-width: 100%;
  }

  div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
  div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
  div.wpforms-container-full
    .wpforms-form
    .wpforms-field-row.wpforms-field-medium,
  div.wpforms-container-full .wpforms-form input.wpforms-field-small,
  div.wpforms-container-full .wpforms-form select.wpforms-field-small,
  div.wpforms-container-full
    .wpforms-form
    .wpforms-field-row.wpforms-field-small,
  div.wpforms-container-full .wpforms-form input.wpforms-field-large,
  div.wpforms-container-full .wpforms-form select.wpforms-field-large,
  div.wpforms-container-full
    .wpforms-form
    .wpforms-field-row.wpforms-field-large {
    max-width: 100%;
  }
  .page .entry-title.site-title {
    font-size: 34px;
  }
}

.wp-image-114-wrapper {
  width: fit-content;
  margin: 0 auto;
}

.wp-image-114 {
  margin-bottom: 0 !important;
}

.policy-page__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 15px;
}

@media screen and (min-width: 1220px) {
  .policy-page__wrapper {
    padding: 40px 25px;
  }
}

.policy-page__wrapper h1,
.policy-page__wrapper h2,
.policy-page__wrapper h3,
.policy-page__wrapper h4 {
  text-transform: unset;
}

.policy-page__wrapper h1,
.policy-page__wrapper h2 {
  text-align: center;
}

.policy-page__wrapper h4 {
  font-size: 18px;
}

.policy-page__wrapper ul {
  list-style: none;
}

.policy-page__wrapper .list-marked {
  list-style-type: disc;
}

.policy-page__wrapper .button-fixed {
  margin: 0 auto;
  display: block;
  width: fit-content;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: white;
}

.checkbox-label {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 14px !important;
}

.form-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none !important;
}

.custom-checkbox {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #333 !important;
  border-radius: 3px !important;
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  box-sizing: border-box !important;
}

.custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid #ff8100;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-checkbox:checked + .custom-checkbox::after {
  display: block;
}

.checkbox-text {
  font-size: 12px;
  line-height: 1.4;
}

.policies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.policies h4 {
  margin: 0;
}

.msg.show {
  display: flex;
}
.msg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.msg__text {
  font-size: 17px;
  background: #fff;
  line-height: 160%;
  padding: 35px;
  margin-top: 20vh;
  margin-inline: auto;
  max-width: 400px;
}
.checkbox__parent {
  display: flex;
}

.check-box-one {
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  background: #000;
  border: 1px solid;
  opacity: 1;
  flex-shrink: 0;
}

.wpforms-submit {
  padding: 10px 20px !important;
  border: 1px solid !important;
  border-radius: 2px;
}
.wpforms-submit:hover {
  background: #2b2f39 !important;
  color: #ffffff !important;
  border: 1px solid !important;
}
@media screen and (max-width: 480px) {
  .page .entry-title.site-title {
    font-size: 28px;
  }
}
.wp-container-4,
.wp-container-9 {
  margin-bottom: 0;
  min-height: 524px;
  position: relative;
}
.white-bg {
  background-color: white;
  padding: 30px;
  display: block;
  max-width: 550px;
  position: relative;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.img-bg {
  position: absolute;
  right: 0;
  width: 700px;
  top: 24px;
  z-index: 1;
}
.img-bg.left-bg {
  right: auto;
  left: 0;
  top: 24px;
}

@media screen and (max-width: 940px) {
  .img-bg {
    position: relative;
    width: unset;
    max-width: 700px;
  }
  .white-bg {
    max-width: unset;
  }
  .wp-container-4,
  .wp-container-9 {
    min-height: unset;
    flex-direction: column;
    align-items: center !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    width: fit-content;
  }
}
.site-footer-bottom {
  text-align: center;
  margin-top: 20px;
}

/*VERIFICATION*/
.image-wrapper {
  position: relative;
}
.verified-badge {
  position: absolute;
  bottom: 30px;
  right: 15px;
  background: white;
  color: #32373c;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 16px;
  border: 1px solid #32373c;
  font-family: sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
  width: fit-content;
}
.verified-badge:hover {
  background: #eca154;
  color: white;
  border: 1px solid transparent;
}

.crModal {
  position: absolute;
  bottom: 70px;
  right: 15px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 100;
  max-width: 320px;
  width: 100%;
  display: none;
  pointer-events: auto;
}
.crModal::before {
  content: "";
  position: absolute;
  background: transparent;
  pointer-events: auto;
  height: 15px;
  width: 100%;
  right: 0;
  bottom: -15px;
  top: auto;
}

.verified-badge:hover + .crModal,
.crModal:hover {
  display: block;
}

.crModal a {
  color: #ff9c38;
}
.crModal a:hover {
  color: #ff8100;
  text-decoration: underline;
}
.crModal h4 {
  margin: 0;
}
.left-bg .crModal,
.left-bg .verified-badge {
  right: auto;
  left: 15px;
}
@media screen and (max-width: 480px) {
  .crModal {
    max-width: 290px;
  }
}
