@charset "UTF-8";
/*
Theme Name: Southwestern Remodel
Author: Cassandra Bryan Design
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/


/* Capatcha */

.grecaptcha-badge{
	display: none !important; 
	opacity : 0 !important; 
	visibility: hidden !important;
}
  
  
a[id], [id], 
.container [id],
div [id]{
	scroll-behavior: smooth;
	scroll-padding-top: 175px;
	scroll-margin-top: 175px;
}

a[href^="tel"]{
	color: inherit;
	text-decoration: none;
}

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/* stylelint-disable-line */
:root {
  --container-max-width: 1240px;
  --btn-border-position: 8px;
  --burger-color: #f16a23;
  --border-color: #efbb9f;
  --btn-color: #007c90;
  --btn-color-hover: #fff;
  --header-text-color: #535657;
  --link-hover: #f16a23;
  --decor-line-color: #f16a23;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  display: inline-block;
  height: auto;
  margin: 0;
  overflow: visible;
  position: relative;
  white-space: inherit;
  width: auto;
  z-index: 11;
}
.visually-hidden.focusable.skip-content, .visually-hidden.focusable.to-top {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background: #f16a23;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 10px;
}
.visually-hidden.focusable.skip-content:active, .visually-hidden.focusable.skip-content:focus, .visually-hidden.focusable.to-top:active, .visually-hidden.focusable.to-top:focus {
  position: fixed;
}
.visually-hidden.focusable.skip-content {
  top: 10px;
  left: 10px;
}
.visually-hidden.focusable.to-top {
  bottom: 10px;
  right: 10px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

@media (min-width: 768px) {
  .two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .two-columns .sidebar {
    padding-left: 30px;
    width: 30%;
  }
}

.widget {
  margin-bottom: 1rem;
}
.widget ul {
  padding-left: 32px;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.search-form input {
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}
.search-form input[type=submit] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post-password-form input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
  padding: 0;
  border: 0;
}
.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: transparent;
  color: #007c90;
  height: 32px;
  border: 0;
  padding: 0 8px;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1rem;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1rem 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 32px;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1rem;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: transparent;
  color: #007c90;
  padding: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 4px;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation-single .next,
.navigation-single .prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 48%;
  background: transparent;
  color: #007c90;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 10px;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 4px;
  }
}
.navigation-single .next a {
  margin-left: auto;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #efbb9f;
  padding: 10px;
  margin-bottom: 1rem;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 10px 0 0;
}

div.aligncenter {
  margin: 0 auto 1rem;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1rem 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1rem;
}

.mejs-container {
  margin-bottom: 1rem;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #efbb9f;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?iiudsk');
  src:  url('fonts/icomoon.eot?iiudsk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?iiudsk') format('truetype'),
    url('fonts/icomoon.woff?iiudsk') format('woff'),
    url('fonts/icomoon.svg?iiudsk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tick:before {
  content: "\e90f";
}

/*
  Basic typography style for copy text
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #535657;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.444;
  font-weight: 300;
  background-color: #edf1f2;
}

*:focus-visible {
  outline-color: #000;
  outline-offset: -1px;
}

/*
  Basic styles for links
*/
a {
  -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
a:hover {
  color: #f16a23;
}

.link {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #007C90;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.285;
  text-decoration: none;
  padding-bottom: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  color: #f16a23;
}
.link:hover:after {
  height: 3px;
}
.link:after {
  content: "";
  background: #f16a23;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
ol,
dl,
p {
  margin: 0 0 15px;
}
ul:last-child,
ol:last-child,
dl:last-child,
p:last-child {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0 0 30px;
}
ul li {
  position: relative;
  padding-left: 1.05em;
  margin-bottom: 15px;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li:before {
  content: "";
  background: #f16a23;
  width: 5px;
  height: 5px;
  top: 0.55em;
  left: 0;
  border-radius: 50%;
  position: absolute;
}
ul ul {
  padding-left: 15px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  ul ul {
    padding-left: 18px;
  }
}
ul ul li {
  padding-left: 23px;
}
ul ul li:before {
  width: 8px;
  height: 2px;
  border-radius: 100px;
}

ol {
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 25px;
}
ol li {
  counter-increment: custom-counter;
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li::before {
  content: counter(custom-counter) ".";
  color: #f16a23;
  position: absolute;
  left: 0;
  top: 0;
}

.suptitle {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #f16a23;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
  margin-bottom: 15px;
}
.suptitle:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #006879;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 0.5em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
  margin-bottom: 44px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 75px;
  }
}

h2 {
  font-size: 30px;
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}
h2:last-child {
  margin-bottom: 0;
}

h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}
h3:last-child {
  margin-bottom: 0;
}

h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 18px;
}

h6 {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #f16a23;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 17px;
    line-height: 1.36;
  }
}
h6:last-child {
  margin-bottom: 0;
}

.text-red {
  color: #E00000;
}

blockquote {
  color: #f16a23;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  padding: 30px 0 30px 40px;
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 23px;
    line-height: 1.52;
  }
}
blockquote:last-child {
  margin-bottom: 0;
}

.text-holder .category,
.text .category {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #f16a23;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.333;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .text-holder .category,
  .text .category {
    font-size: 13px;
    line-height: 1.3;
  }
}
.text-holder .category:last-child,
.text .category:last-child {
  margin-bottom: 0;
}

.date {
  font-style: italic;
  font-size: 13px;
  line-height: 1.3;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  border: 1px solid #EDEDED;
  line-height: 1.5;
  font-weight: 300;
  border-radius: 2px;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 0.833em;
  -webkit-appearance: none;
}

.cta-modal .gfield--type-phone.field_validation_below label{
  display: none !important;
}


.field_validation_below .iti__selected-country-primary{
  padding: 0 17px;
}

.field_validation_below input[type=tel]{
  padding-left: 55px !important;
}





input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
textarea:focus,
textarea:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input[type=text]:focus, input[type=text].has-value,
input[type=email]:focus,
input[type=email].has-value,
input[type=tel]:focus,
input[type=tel].has-value,
textarea:focus,
textarea.has-value {
  border-color: #000;
}
input[type=text]:focus + label, input[type=text].has-value + label,
input[type=email]:focus + label,
input[type=email].has-value + label,
input[type=tel]:focus + label,
input[type=tel].has-value + label,
textarea:focus + label,
textarea.has-value + label {
  opacity: 0;
  visibility: hidden;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #6A6A6A;
  font-style: italic;
}

textarea {
  min-height: 177px;
}

.col-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-submit {
  position: relative;
}
.form-submit:hover input[type=submit] {
  color: #f16a23;
}
.form-submit:hover:before {
  height: 3px;
}
.form-submit:before {
  content: "";
  background: #f16a23;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=submit] {
  cursor: pointer;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #006879;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.285;
  border: none;
  background: transparent;
  display: inline-block;
  padding: 0 0 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrolled .header {
  background: #fff;
}
.scrolled .header.header-white {
  --btn-color: #007c90;
  --border-color: #f16a23;
  --header-text-color: #535657;
  --burger-color: #f16a23;
  --link-hover: var(--header-text-color);
  background: #fff;
}
.scrolled .header.header-white .header-logo {
  -webkit-filter: none;
          filter: none;
}
.scrolled .header.header-white .header-menu li.menu-item-has-children > a:before, .scrolled .header.header-white .header-menu li.menu-item-has-children > a:after {
  background-color: #f16a23;
}
.scrolled .header-menu li.menu-item-has-children > a:before, .scrolled .header-menu li.menu-item-has-children > a:after {
  background-color: #f16a23;
}

.header {
  --container-max-width: 1340px;
  --btn-font-size: 20px;
  --link-hover: #535657;
  background: #edf1f2;
  position: fixed;
  width: 100%;
  padding-block: 10px;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 428px) {
  .header {
    --btn-padding: 28px 45px;
  }
}
@media (min-width: 1200px) {
  .header {
    --btn-font-size: 16px;
    --btn-padding: 15px 20px;
    color: var(--header-text-color);
    padding-block: 0px;
  }
}
.header.header-white {
  --burger-color: #fff;
  --link-hover: #fff;
  background: transparent;
}
@media (min-width: 1200px) {
  .header.header-white {
    --header-text-color: #fff;
    --btn-color: #fff;
    --border-color: #f16a23;
  }
}
.header.header-white .header-logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header.header-white .header-menu li.menu-item-has-children > a:before, .header.header-white .header-menu li.menu-item-has-children > a:after {
  background-color: rgba(255, 255, 255, 0.7);
}
@media(max-width: 1200px){
  .header.header-white .header-menu li.menu-item-has-children > a:before, .header.header-white .header-menu li.menu-item-has-children > a:after {
    background-color: #f16a23;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.header-logo {
  max-width: 117px;
  width: 100%;
  font-size: 0;
  display: inline-block;
}
@media (min-width: 1200px) {
  .header-logo {
    max-width: 173px;
  }
}

.menu-toggle {
  margin: var(--btn-border-position);
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 7px;
  font-size: 0;
  position: relative;
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  border-color: var(--border-color);
  border-style: solid;
  position: absolute;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-toggle:before {
  left: 0;
  bottom: 0;
  right: calc(-1 * var(--btn-border-position));
  top: calc(-1 * var(--btn-border-position));
  border-width: 0 0 1px 1px;
}
.menu-toggle:after {
  left: calc(-1 * var(--btn-border-position));
  bottom: calc(-1 * var(--btn-border-position));
  right: 0;
  top: 0;
  border-width: 1px 1px 0 0;
}
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle.menu-close {
  --burger-color: #f16a23;
  position: absolute;
  top: 17px;
  right: 17px;
}
.menu-toggle.menu-close .inner-burger:before {
  top: 6px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.menu-toggle.menu-close .inner-burger:after {
  bottom: 6px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.menu-toggle.menu-close .inner-burger span {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.menu-toggle .inner-burger {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-toggle .inner-burger:before, .menu-toggle .inner-burger:after {
  content: "";
}
.menu-toggle .inner-burger:before, .menu-toggle .inner-burger:after,
.menu-toggle .inner-burger span {
  background: var(--burger-color);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-toggle .inner-burger:before {
  top: 0;
}
.menu-toggle .inner-burger:after {
  bottom: 0;
}
.menu-toggle .inner-burger span {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-menu-holder {
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  max-width: 370px;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  padding: 50px 30px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .header-menu-holder {
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
    -webkit-transform: unset;
            transform: unset;
    width: unset;
    height: unset;
    max-width: unset;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    overflow: unset;
  }
}
.header-active .header-menu-holder {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header-menu-holder .btn {
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .header-menu-holder .btn {
    margin: var(--btn-border-position) calc(-1 * var(--btn-border-position));
  }
}

.header-menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    margin-bottom: 0;
  }
}
/* @media (max-width: 1200px){
  .header-menu li:not(:first-child){
    padding-left: 14px;
  }
} */
@media (min-width: 1440px) {
  .header-menu {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

  #menu-item-3816{
    margin-left: 50px;
  }
}
.header-menu li {
  padding-left: 0;
  margin: 0;
}
.header-menu li:last-child {
  margin-bottom: 0;
}
.header-menu li:before {
  display: none;
}
@media (min-width: 1200px) {
  .header-menu li.menu-item-has-children {
    position: relative;
  }
}
.header-menu li.menu-item-has-children.submenu-open > a {
  color: #f16a23;
}
.header-menu li.menu-item-has-children.submenu-open > a:before, .header-menu li.menu-item-has-children.submenu-open > a:after {
  rotate: -45deg;
}
@media (min-width: 1200px) {
  .header-menu li.menu-item-has-children:hover .submenu, .header-menu li.menu-item-has-children:focus-within .submenu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .header-menu li.menu-item-has-children:hover > a, .header-menu li.menu-item-has-children:focus-within > a {
    border-color: #f16a23;
  }
}
.header-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 18px;
}
@media (min-width: 1200px) {
  .header-menu li.menu-item-has-children > a {
    padding-right: 15px;
  }
}
.header-menu li.menu-item-has-children > a:before, .header-menu li.menu-item-has-children > a:after {
  content: "";
  background-color: #f16a23;
  position: absolute;
  right: 2px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .header-menu li.menu-item-has-children > a:before, .header-menu li.menu-item-has-children > a:after {
    width: 7px;
  }
}
.header-menu li.menu-item-has-children > a:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 1200px) {
  .header-menu li.menu-item-right {
    margin-left: 20px;
  }
}
@media (min-width: 1440px) {
  .header-menu li.menu-item-right {
    margin-left: 62px;
  }
}
.header-menu a {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: var(--header-text-color);
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-block: 33px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .header-menu a {
    font-size: 16px;
    line-height: 1.3125;
    border-bottom: 2px solid transparent;
    padding-block: 38px;
  }
}
/* .header-menu a:hover, 
.header-menu a:focus-visible {
  color: var(--link-hover);
} */
@media (min-width: 1200px) {
  .header-menu a:hover, .header-menu a:focus-visible {
    border-color: #f16a23;
  }
}
.header-menu .submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .header-menu .submenu {
    background: #fff;
    border-bottom: 1px solid #efefef;
    position: absolute;
    top: 100%;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    max-height: unset;
    overflow: unset;
    opacity: 0;
    visibility: hidden;
  }
}
.header-menu .submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu .submenu ul li:first-child a {
  border-top: 1px solid #efefef;
}
.header-menu .submenu ul a {
  color: #007c90;
  border-bottom: 1px solid #efefef;
  font-size: 17px;
  display: block;
  padding: 15px 25px;
}
@media (min-width: 1200px) {
  .header-menu .submenu ul{
    min-width: 180px;
  }
  .header-menu .submenu ul a {
    font-size: 14px;
  }
}
.header-menu .submenu ul a:hover, .header-menu .submenu ul a:focus-visible {
  color: #f16a23;
}

body {
  background-color: #edf1f2;
}

html,
body {
  height: 100%;
}

.page-holder {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.container {
  width: 100%;
  max-width: calc(var(--container-max-width) + 40px);
  padding: 0 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.btn-cta-holder {
  position: fixed;
  min-width: 357px;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
@media (min-width: 1024px) {
  .btn-cta-holder {
    right: 50px;
    bottom: 50px;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.custom-scroll-section .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.col-pinned {
  position: relative;
}

.vertical-line {
  background: var(--decor-line-color);
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: var(--decor-line-horizontal-position, 10px);
}
@media (min-width: 1200px) {
  .vertical-line {
    --decor-line-horizontal-position: 3px;
  }
}
.vertical-line:before, .vertical-line:after {
  content: "";
  background: var(--decor-line-color);
  position: absolute;
  width: 5px;
  height: 1px;
  left: -2px;
}
.vertical-line:before {
  top: 0;
}
.vertical-line:after {
  bottom: 0;
}

.horizontal-line {
  --decor-line-color: #88D6E5;
  background: var(--decor-line-color);
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.horizontal-line:before, .horizontal-line:after {
  content: "";
  background: var(--decor-line-color);
  position: absolute;
  height: 5px;
  width: 1px;
  top: -2px;
}
.horizontal-line:before {
  left: 0;
}
.horizontal-line:after {
  right: 0;
}

.footer {
  text-align: center;
  padding-top: 100px;
}

.footer-cta {
  --btn-font-size: 23px;
  --btn-padding: 23px 45px;
  --border-color: #ffa06e;
  color: #fff;
  position: relative;
  padding-block: 200px;
  font-size: 22px;
  line-height: 1.39;
}
.footer-cta .bg {
  position: absolute;
  inset: 0;
  font-size: 0;
  z-index: -1;
}
.footer-cta .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 124, 144, 0.9);
  display: block;
}
.footer-cta .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-cta .section-title {
  color: inherit;
  font-size: 45px;
  line-height: 1.31;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .footer-cta .section-title {
    font-size: 55px;
  }
}
.footer-cta .text {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}
.footer-cta a,
.footer-cta .btn {
  color: inherit;
}
.footer-cta a {
  text-decoration: none;
}
.footer-cta a:not(.btn):hover {
  text-decoration: underline;
}
.footer-cta .btn {
  line-height: 1.5;
}

.footer-main {
  --container-max-width: 1340px;
}

@media (min-width: 1024px) {
  .footer-main-top,
  .footer-main-bottom {
    text-align: left;
  }
}

.footer-main-top {
  position: relative;
  padding-block: 52px;
}
@media (min-width: 1200px) {
  .footer-main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding-block: 50px;
  }
}
@media (min-width: 1440px) {
  .footer-main-top {
    gap: 150px;
  }
}
.footer-main-top:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  display: block;
  z-index: -1;
}

.footer-main-bottom {
  background-color: #edf1f2;
  color: #838485;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding-block: 32px;
  padding-bottom: 137px;
}
@media (min-width: 1024px) {
  .footer-main-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-block: 16px;
  }
}
@media (min-width: 1200px) {
  .footer-main-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.footer-main-bottom .col {
  margin-bottom: 33px;
}
@media (min-width: 1024px) {
  .footer-main-bottom .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer-main-bottom .col:first-child {
    gap: 50px;
  }
}
.footer-main-bottom .col:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer-main-bottom .col:last-child {
    gap: 26px;
  }
}

.footer-logo-holder {
  margin-bottom: 44px;
}
@media (min-width: 1200px) {
  .footer-logo-holder {
    margin-bottom: 0;
  }
}

.footer-logo {
  max-width: 218px;
  width: 100%;
  margin-inline: auto;
  font-size: 0;
  display: inline-block;
}

.footer-contacts {
  font-family: "IBM Plex Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #006879;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media (min-width: 1024px) {
  .footer-contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .footer-contacts {
    padding-top: 22px;
  }
}
@media (min-width: 1440px) {
  .footer-contacts {
    gap: 91px;
  }
}

.footer-contact-item .title {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #f16a23;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-contact-item a {
  text-decoration: none;
}
.footer-contact-item a:hover {
  color: #f16a23;
}

.social-media {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 40px;
}
@media (min-width: 1024px) {
  .social-media {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.social-media li {
  padding-left: 0;
  margin-bottom: 0;
}
.social-media li:before {
  display: none;
}
.social-media a {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #006879;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.social-media a:hover {
  color: #f16a23;
}

.additional-logo {
  max-width: 107px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .additional-logo {
    margin: 0;
  }
}
.additional-logo a,
.additional-logo img {
  display: block;
  width: 100%;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 26px;
    margin-bottom: 0;
  }
}

.copyright a{
  text-decoration: none;
}

.copyright:last-child {
  margin-bottom: 0;
}

.additional-footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.additional-footer-nav li {
  padding-left: 0;
}
.additional-footer-nav li:before {
  display: none;
}
.additional-footer-nav a {
  text-decoration: none;
}
.additional-footer-nav a:hover {
  color: #f16a23;
}

.btn {
  margin: var(--btn-border-position);
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background: transparent;
  color: var(--btn-color);
  border: none;
  border-radius: 0;
  min-height: 51px;
  font-size: var(--btn-font-size, 16px);
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: var(--btn-padding, 15px 20px);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:before, .btn:after {
  content: "";
  border-color: var(--border-color);
  border-style: solid;
  position: absolute;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:before {
  left: 0;
  bottom: 0;
  right: calc(-1 * var(--btn-border-position));
  top: calc(-1 * var(--btn-border-position));
  border-width: 0 0 1px 1px;
}
.btn:after {
  left: calc(-1 * var(--btn-border-position));
  bottom: calc(-1 * var(--btn-border-position));
  right: 0;
  top: 0;
  border-width: 1px 1px 0 0;
}
.btn:hover {
  --border-color: #f16a23;
  color: var(--btn-color-hover);
  background: #f16a23;
}
.btn.btn-lg {
  --btn-font-size: 20px;
  --btn-padding: 25px 45px;
  --btn-border-position: 10px;
}
.btn.btn-cta {
  --btn-padding: 25px 78px 25px 30px;
  --btn-border-position: 10px;
  --border-color: #f16a23;
  background: rgba(241, 106, 35, 0.65);
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  backdrop-filter: blur(10px);
}
.btn.btn-cta:hover {
  background: rgba(241, 106, 35, 0.8);
}
.btn.btn-cta .icon {
  border-left: 1px solid #f16a23;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("images/plus.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  width: 58px;
  height: 43px;
}

.hero-section {
  --btn-font-size: 20px;
  --btn-padding: 28px 45px;
  --btn-border-position: 10px;
  color: #fff;
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 70px;
}
@media (min-width: 1200px) {
  .hero-section {
    padding-block: 136px 21.5vh;
  }
}
.hero-section .container {
  position: relative;
}
.hero-section a,
.hero-section .btn,
.hero-section .suptitle,
.hero-section .section-title {
  color: inherit;
}
.hero-section .video {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-section .video:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  display: block;
}
.hero-section .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero-section .suptitle {
  margin-bottom: 20px;
}
.hero-section .text {
  font-size: 22px;
  line-height: 1.39;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .hero-section .text {
    width: 80%;
  }
}

.image-text-section {
  padding-block: var(--section-spacing, 80px);
}
@media (min-width: 1200px) {
  .image-text-section {
    --section-spacing: 100px;
  }
}
.home .image-text-section {
  --section-spacing: 100px;
}
.image-text-section + .posts-slider-section {
  margin-top: -50px;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .image-text-section + .posts-slider-section {
    padding-top: -109px;
  }
}
@media (min-width: 1200px) {
  .image-text-section + .posts-slider-section {
    margin-top: -150px;
  }
}
@media (min-width: 1440px) {
  .image-text-section + .posts-slider-section {
    margin-top: -270px;
  }
}
@media (min-width: 768px) {
  .image-text-section.image-right .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .image-text-section.image-right .image-holder {
    margin-right: -20px;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .image-text-section.image-right .image-holder {
    margin-right: calc(var(--container-max-width) / 2 - 50vw);
  }
}
@media (min-width: 768px) {
  .image-text-section.image-right .col-text {
    padding: 30px 30px 30px 0;
  }
}
@media (min-width: 1200px) {
  .image-text-section.image-right .col-text {
    padding: 95px 70px 95px 0;
  }
}
@media (min-width: 768px) {
  .image-text-section.text-alignment-center .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .image-text-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .image-text-section .col-image,
  .image-text-section .col-text {
    width: 50%;
  }
}
.image-text-section .col-image {
  font-size: 0;
}
@media (min-width: 1200px) {
  .image-text-section .col-image {
    width: 60.9%;
  }
}
.image-text-section .col-text {
  padding-top: 46px;
}
@media (min-width: 768px) {
  .image-text-section .col-text {
    padding: 30px 0 30px 30px;
  }
}
@media (min-width: 1200px) {
  .image-text-section .col-text {
    width: 39.1%;
    padding: 95px 0 95px 60px;
  }
}
.image-text-section .image-holder {
  max-height: 450px;
  margin-inline: -20px;
}
@media (min-width: 768px) {
  .image-text-section .image-holder {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .image-text-section .image-holder {
    max-height: 900px;
  }
}
@media (min-width: 1280px) {
  .image-text-section .image-holder {
    margin-left: calc(var(--container-max-width) / 2 - 50vw);
  }
}
.image-text-section .image-holder img,
.image-text-section .image-holder video {
  width: 100%;
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 855/900;
}
.image-text-section mark {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #f16a23;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
  margin-bottom: 15px;
}
.image-text-section mark:last-child {
  margin-bottom: 0;
}
.image-text-section h2 {
  font-size: 30px;
}
@media (min-width: 1200px) {
  .image-text-section h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .image-text-section p + h2,
  .image-text-section p + h3,
  .image-text-section ul + h2,
  .image-text-section ul + h3,
  .image-text-section ol + h2,
  .image-text-section ol + h3 {
    margin-top: 47px;
  }
}
@media (min-width: 1200px) {
  .image-text-section p + h4,
  .image-text-section ul + h4,
  .image-text-section ol + h4 {
    margin-top: 50px;
  }
}
.image-text-section p + .btn {
  margin-top: calc(var(--btn-border-position) + 30px);
}
@media (min-width: 1200px) {
  .image-text-section p + .btn {
    margin-top: calc(var(--btn-border-position) + 20px);
  }
}
.image-text-section .btn {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .image-text-section .btn {
    margin-top: calc(var(--btn-border-position) + 20px);
  }
}

.posts-slider-section {
  padding-block: 100px;
}

.posts-slider {
  overflow: visible;
  margin-left: -15px;
}
@media (min-width: 1440px) {
  .posts-slider {
    margin-left: -50px;
  }
}
.posts-slider .swiper-slide {
  width: 300px;
}
@media (min-width: 428px) {
  .posts-slider .swiper-slide {
    width: 380px;
  }
}
@media (min-width: 1200px) {
  .posts-slider .swiper-slide {
    width: 430px;
  }
}

.post {
  position: relative;
}
.post a {
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
}
.post a:hover .image:before {
  opacity: 0.7;
}
.post a:hover img {
  -webkit-transform: scale(1.037);
          transform: scale(1.037);
}
.post .image {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
.post .image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42.5%, transparent), to(#000));
  background-image: linear-gradient(transparent 42.5%, #000 100%);
  display: block;
  z-index: 1;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 430/500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .post-title {
  font-family: "IBM Plex Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 500;
  position: absolute;
  left: 20px;
  right: 14px;
  bottom: 32px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .post .post-title {
    font-size: 30px;
    bottom: 30px;
    left: 24px;
    right: 16px;
  }
}
.post .post-title:before {
  content: "";
  width: 33px;
  height: 31px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
@media (min-width: 1024px) {
  .post .post-title:before {
    width: 41px;
    height: 39px;
  }
}

.images-section {
  padding-block: 25px; /* 47px */
  font-size: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .images-section {
    padding-block: 100px;
  }
}
.images-section .image {
  will-change: transform;
}
.images-section .image:nth-child(odd) {
  width: calc(100% - 23px);
}
@media (min-width: 1024px) {
  .images-section .image:nth-child(odd) {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1200px) {
  .images-section .image:nth-child(odd) {
    width: calc(100% - 120px);
  }
}
.images-section .image:nth-child(even) {
  width: 53.7%;
  margin-top: -30px;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .images-section .image:nth-child(even) {
    width: 46.5%;
    margin-top: -100px;
  }
}
@media (min-width: 1440px) {
  .images-section .image:nth-child(even) {
    margin-top: -220px;
  }
}
.images-section img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials-section {
  padding-block: 100px;
}
@media (min-width: 1200px) {
  .testimonials-section {
    padding-block: 124px 96px;
  }
}
@media (min-width: 768px) {
  .testimonials-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .testimonials-section .container {
    gap: 100px;
  }
}
.testimonials-section .section-title {
  margin-bottom: 27px;
}
.testimonials-section .col-left {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .testimonials-section .col-left {
    width: calc(37% - 20px);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials-section .col-left {
    width: calc(37% - 50px);
  }
}
@media (min-width: 768px) {
  .testimonials-section .col-right {
    width: calc(63% - 20px);
  }
}
@media (min-width: 1200px) {
  .testimonials-section .col-right {
    width: calc(63% - 50px);
    padding-top: 5px;
  }
}

.testimonial {
  position: relative;
  padding: 30px 0 30px var(--testimonial-left-padding, 33px);
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .testimonial {
    --testimonial-left-padding: 45px;
    margin-bottom: 88px;
  }
}
.testimonial:last-child {
  margin-bottom: 0;
}
.testimonial .testimonial-title {
  margin-bottom: var(--testimonial-title-margin, 15px);
}
@media (min-width: 1200px) {
  .testimonial .testimonial-title {
    font-size: 28px;
  }
}
.testimonial blockquote {
  color: inherit;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  border: 0;
  padding: 0;
  margin: 0 0 12px;
}
.testimonial blockquote:last-child {
  margin-bottom: 0;
}
.testimonial .author {
  margin-bottom: 10px;
}
.testimonial .service {
  font-size: 14px;
  line-height: 1.85;
  font-style: italic;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.8);
}

.pum-container{
  max-width: 980px !important;
  /* max-height: 86vh !important; */
}

.pum-content.popmake-content{
  padding: 10px;
}

.cta-modal {
  background: #fff;
  padding: 0;
  font-size: 16px;
  line-height: 1.425;
}

@media (min-width: 1024px) {
  /* .cta-modal, */
  .pum-container {
    max-width: 980px;
    max-height: calc(100% - 30px);
  }
}

.cta-modal .holder {
  padding: 50px 20px var(--modal-padding-bottom, 40px);
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .cta-modal .holder {
    padding: 70px 50px;
  }
}
/* .cta-modal:before {
  content: "";
  border: 1px solid #f16a23;
  inset: -10px;
  position: absolute;
  z-index: -1;
} */
.cta-modal .close-modal-btn,
.cta-modal .pum-close.popmake-close {
  cursor: pointer;
  background: transparent;
  width: 27px;
  height: 27px;
  font-size: 0;
  padding: 0;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.cta-modal .close-modal-btn:hover:before, 
.cta-modal .close-modal-btn:hover:after,
.cta-modal .pum-close.popmake-close:hover:before,
.cta-modal .pum-close.popmake-close:hover:after {
  background-color: #f16a23;
}
.cta-modal .close-modal-btn:before, 
.cta-modal .close-modal-btn:after,
.cta-modal .pum-close.popmake-close:before,
.cta-modal .pum-close.popmake-close:after {
  content: "";
  width: 22px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #c6c7c7;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-modal .close-modal-btn:before,
.cta-modal .pum-close.popmake-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.cta-modal .close-modal-btn:after,
.cta-modal .pum-close.popmake-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.cta-modal .form-title {
  margin-bottom: 10px;
}
.cta-modal .form-heading {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cta-modal .form-heading {
    margin-bottom: 40px;
  }
}
.cta-modal .form-heading:last-child {
  margin-bottom: 0;
}

.cta-modal .gform_wrapper {
 margin: 0;
}

.cta-modal .gform-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
}

.cta-modal .gform-body .gfield,
.cta-modal .name_first,
.cta-modal .name_last{
  position: relative;
}

.cta-modal .gfield_label:not(legend.gfield_label),
.cta-modal .gform-field-label:not(legend.gfield_label){
  color: #6A6A6A;
  position: absolute;
  top: 50%;
  left: 0.833em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-style: italic;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  font-size: 16px;
}

.cta-modal .gform-field-label.gform-field-label--type-sub[for="input_5_1_6"]{
  margin-left: 14px;
}


.cta-modal .gfield--type-textarea .gfield_label{
  top: 13% !important;
}

.cta-modal legend.gfield_label,
.cta-modal .gform_wrapper.gravity-theme legend.gfield_label{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.cta-modal input,
.cta-modal textarea{
  padding: 15px !important;
}

/* Hide label when input has value or is focused */
.cta-modal .gfield:has(input.has-value) > .gfield_label,
.cta-modal .gfield:has(textarea.has-value) > .gfield_label,
.cta-modal .gfield:focus-within > .gfield_label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

/* Smooth transition for all labels */
.cta-modal .gfield_label,
.cta-modal .gform-field-label {
  transition: all 0.2s ease;
}

/* Make sure sublabels remain visible */
.cta-modal .ginput_complex .ginput_left_label,
.cta-modal .ginput_complex .ginput_right_label,
.cta-modal .ginput_complex .ginput_full_label {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.cta-modal .gform-field-label.gform-field-label--type-sub{
  font-size: 16px;
}

.cta-modal .gform-field-label.gform-field-label--type-sub::after {
  content: " *";
  color: #c02b0a;
}

.cta-modal .gform_wrapper .gform_footer{
  justify-content: flex-end;
}

.cta-modal .gform_wrapper .gform_footer button{
  color: #007C90;
  font-family: "IBM Plex Sans Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  border-bottom: 1px solid #F16A23;
  padding: 0 0 7px 0;
  min-height: initial;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.cta-modal .gform_wrapper .gform_footer button:hover{
  color: #F16A23;
  background: transparent;
}

.intro-section .image-holder {
  font-size: 0;
  position: relative;
  max-height: 600px;
}
.intro-section .image-holder:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
}
.intro-section img {
  width: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px){
  .cta-modal .gform-field-label.gform-field-label--type-sub[for="input_5_1_6"]{
  margin-left: 0;
}


}

@media (min-width: 768px) {
  .intro-section .mobile {
    display: none;
  }
}
.intro-section .desktop {
  display: none;
}
@media (min-width: 768px) {
  .intro-section .desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .intro-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.intro-section .container:only-child {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .intro-section .container:only-child {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .intro-section .col-text,
  .intro-section .col-additional {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .intro-section .col-text:only-child,
  .intro-section .col-additional:only-child {
    margin-bottom: 0;
  }
}
.intro-section .col-text {
  font-size: 22px;
  line-height: 1.39;
  padding-block: 40px 80px;
}
@media (min-width: 768px) {
  .intro-section .col-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 63.5%;
            flex: 1 1 63.5%;
    padding: 50px 30px 50px 0;
  }
}
@media (min-width: 1200px) {
  .intro-section .col-text {
    padding: 106px 90px 106px 0;
  }
}
.intro-section .col-text:only-child {
  padding-block: 40px 50px;
  max-width: 1100px;
  width: 100%;
}
@media (min-width: 1200px) {
  .intro-section .col-text:only-child {
    padding-top: 91px;
  }
}
.intro-section .col-additional {
  color: #007c90;
  text-align: center;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .intro-section .col-additional {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 36.5%;
            flex: 1 1 36.5%;
  }
}
.intro-section .suptitle {
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .intro-section .suptitle {
    margin-bottom: 18px;
  }
}
.intro-section .section-title {
  font-size: 39px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .intro-section .section-title {
    font-size: 50px;
  }
}
.intro-section p {
  margin-bottom: 18px;
}
.intro-section p:last-child {
  margin-bottom: 0;
}
.intro-section .btn {
  margin-top: calc(var(--btn-border-position) + 22px);
}
.intro-section .additional-info {
  position: relative;
  padding: 30px 30px 60px;
}
@media (min-width: 768px) {
  .intro-section .additional-info {
    margin-right: -20px;
  }
}
@media (min-width: 1200px) {
  .intro-section .additional-info {
    padding: 50px 102px 100px;
    font-size: 22px;
  }
}
@media (min-width: 1240px) {
  .intro-section .additional-info {
    margin-right: calc(var(--container-max-width) / 2 - 50vw);
  }
}
.intro-section .additional-info:before {
  content: "";
  inset: 0 -20px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7e6e9), to(transparent));
  background: linear-gradient(#d7e6e9, transparent);
  display: block;
  z-index: -1;
}
@media (min-width: 768px) {
  .intro-section .additional-info:before {
    inset: 0;
  }
}
.intro-section .additional-info .info-item {
  position: relative;
  padding-block: 33px;
}
@media (min-width: 1200px) {
  .intro-section .additional-info .info-item {
    padding-block: 53px;
  }
}
.intro-section .additional-info .info-item:last-child {
  padding-bottom: 0;
}
.intro-section .additional-info .info-item:last-child .horizontal-line {
  display: none;
}
.intro-section .additional-info .info-title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .intro-section .additional-info .info-title {
    font-size: 37px;
    margin-bottom: 17px;
  }
}

.intro-section .post-date{
  color: var(--p-Text, #535657);

  /* p/large */
  font-family: "IBM Plex Sans";
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 30.6px; /* 139.091% */
}

.info-blocks-section {
  padding-block: var(--section-spacing, 80px);
}
@media (min-width: 1200px) {
  .info-blocks-section {
    --section-spacing: 100px;
  }
}
.home .info-blocks-section {
  --section-spacing: 100px;
}
.info-blocks-section .section-heading {
  max-width: 980px;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .info-blocks-section .section-heading {
    margin-bottom: 60px;
  }
}

.info-block {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .info-block.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.info-block:last-child {
  margin-bottom: 0;
}
.info-block .col-image {
  background: #fff;
  font-size: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .info-block .col-image {
    width: 47%;
    margin-bottom: 0;
  }
}
.info-block .col-image .image-holder {
  margin-left: -20px;
}
@media (min-width: 1280px) {
  .info-block .col-image .image-holder {
    margin-left: calc(var(--container-max-width) / 2 - 50vw);
  }
}
.info-block .col-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 680/480;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .info-block .col-text {
    width: 53%;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .info-block .col-text {
    padding-left: 50px;
  }
}
@media (min-width: 1440px) {
  .info-block .col-text {
    padding-left: 77px;
  }
}
.info-block h3 {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .info-block h3 {
    margin-bottom: 14px;
  }
}

.filter-testimonials-section {
  padding-block: 50px 100px;
}
.filter-testimonials-section .section-heading {
  margin-bottom: 33px;
}
@media (min-width: 1200px) {
  .filter-testimonials-section .section-heading {
    margin-bottom: 53px;
  }
}

.testimonials-filter-holder,
.project-categories-holder,
.article-categories-holder {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.testimonials-filter-holder:before,
.project-categories-holder:before,
.article-categories-holder:before {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #edf1f2;
  display: block;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  backdrop-filter: blur(10px);
}
.testimonials-filter-holder .horizontal-line,
.project-categories-holder .horizontal-line,
.article-categories-holder .horizontal-line {
  --decor-line-color: #b2dce5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .testimonials-filter-holder .horizontal-line,
  .project-categories-holder .horizontal-line,
  .article-categories-holder .horizontal-line {
    left: calc(var(--container-max-width) / 2 - 50vw + 20px);
    width: calc(100vw - 40px);
  }
}
.testimonials-filter-holder .horizontal-line:first-child,
.project-categories-holder .horizontal-line:first-child,
.article-categories-holder .horizontal-line:first-child {
  top: 0;
}

.testimonials-filter-holder {
  margin-bottom: 52px;
}

.sticky-filter-holder {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-filter-holder.filter-sticky .horizontal-line {
  opacity: 0;
}

.testimonials-filter,
.project-categories,
.article-categories {
  scrollbar-width: none;
  scrollbar-color: rgba(192, 216, 221, 0.5) #efefef;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  gap: 19px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0 -20px 0 0;
  padding: 0 0 0 30px;
}
.testimonials-filter::-webkit-scrollbar,
.project-categories::-webkit-scrollbar,
.article-categories::-webkit-scrollbar {
  height: 0;
}
.testimonials-filter::-webkit-scrollbar-track,
.project-categories::-webkit-scrollbar-track,
.article-categories::-webkit-scrollbar-track {
  background: #efefef;
}
.testimonials-filter::-webkit-scrollbar-thumb,
.project-categories::-webkit-scrollbar-thumb,
.article-categories::-webkit-scrollbar-thumb {
  border: 3px solid rgba(192, 216, 221, 0.5);
  border-radius: 10px;
}
.testimonials-filter::-webkit-scrollbar-thumb:hover,
.project-categories::-webkit-scrollbar-thumb:hover,
.article-categories::-webkit-scrollbar-thumb:hover {
  background-color: rgb(192, 216, 221);
}
@media (min-width: 1200px) {
  .testimonials-filter,
  .project-categories,
  .article-categories {
    gap: 30px;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .testimonials-filter,
  .project-categories,
  .article-categories {
    margin-right: calc(var(--container-max-width) / 2 - 50vw + 20px);
  }
}
.testimonials-filter li,
.project-categories li,
.article-categories li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  margin: 0;
}
.testimonials-filter li:before,
.project-categories li:before,
.article-categories li:before {
  display: none;
}
.testimonials-filter button,
.testimonials-filter a,
.project-categories button,
.project-categories a,
.article-categories button,
.article-categories a {
  cursor: pointer;
  color: #535657;
  background: transparent;
  border: none;
  display: inline-block;
  padding: 25px 11px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonials-filter button.active, .testimonials-filter button:hover,
.testimonials-filter a.active,
.testimonials-filter a:hover,
.project-categories button.active,
.project-categories button:hover,
.project-categories a.active,
.project-categories a:hover,
.article-categories button.active,
.article-categories button:hover,
.article-categories a.active,
.article-categories a:hover {
  color: #f16a23;
}
.testimonials-filter a,
.project-categories a,
.article-categories a {
  text-decoration: none;
}

.testimonials-filter {
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .testimonials-filter {
    padding-left: 0;
  }
}

.testimonials-list {
  --decor-line-horizontal-position: 3px;
  --testimonial-left-padding: 25px;
  --testimonial-title-margin: 23px;
  max-width: 1042px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .testimonials-list {
    --testimonial-title-margin: 21px;
  }
}
.testimonials-list .testimonial {
  max-width: 1010px;
  width: 100%;
}
@media (min-width: 1200px) {
  .testimonials-list .testimonial blockquote {
    margin-bottom: 9px;
  }
}

.text-links-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#d7e6e9), to(transparent));
  background: linear-gradient(#d7e6e9, transparent);
  margin-top: 100px;
  padding-block: 80px 100px;
  position: relative;
}
@media (min-width: 1200px) {
  .text-links-section {
    padding-block: 125px 200px;
  }
}
@media (min-width: 768px) {
  .text-links-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .text-links-section .container {
    gap: 50px;
  }
}
.text-links-section .btn {
  margin-top: calc(var(--btn-border-position) + 20px);
}
.text-links-section .col-left {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .text-links-section .col-left {
    width: calc(39% - 15px);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .text-links-section .col-left {
    width: calc(39% - 25px);
  }
}
@media (min-width: 768px) {
  .text-links-section .col-right {
    width: calc(61% - 15px);
  }
}
@media (min-width: 1200px) {
  .text-links-section .col-right {
    width: calc(61% - 25px);
    padding-top: 5px;
  }
}

.links-list .link-item {
  margin-bottom: 15px;
}
.links-list .link-item:last-child {
  margin-bottom: 0;
}
.links-list .link-item a {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  text-decoration: none;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .links-list .link-item a {
    padding: 30px 90px 30px 30px;
  }
}
.links-list .link-item a:hover {
  background: #fff;
  color: #535657;
}
.links-list .link-item a:hover .link-title,
.links-list .link-item a:hover .info-list {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.links-list .link-item a:after {
  content: "";
  width: 39px;
  height: 46px;
  position: absolute;
  right: 18px;
  bottom: 20px;
  background-image: url("images/arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1200px) {
  .links-list .link-item a:after {
    width: 48px;
    height: 76px;
    bottom: 25px;
  }
}
.links-list .link-title,
.links-list .info-list {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.links-list .link-title {
  font-family: "IBM Plex Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #006879;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .links-list .link-title {
    font-size: 25px;
  }
}
.links-list .link-title:only-child {
  padding-right: 40px;
}

.info-list {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 50px 0 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.425;
}
@media (min-width: 1200px) {
  .info-list {
    padding: 0;
  }
}
.info-list li {
  padding-left: 0;
  margin-bottom: 0;
}
.info-list li:last-child:after {
  display: none;
}
.info-list li:before {
  display: none;
}
.info-list li:after {
  content: "";
  background-color: #bad6dd;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-inline: 10px;
}

.team-section {
  padding-block: 100px;
}
@media (min-width: 1200px) {
  .team-section {
    padding-top: 130px;
  }
}
@media (min-width: 768px) {
  .team-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .team-section .container {
    gap: 40px;
  }
}
.team-section .btn {
  margin-top: calc(var(--btn-border-position) + 20px);
}
.team-section .col-left {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .team-section .col-left {
    width: calc(39.5% - 10px);
  }
}
@media (min-width: 1200px) {
  .team-section .col-left {
    width: calc(39.5% - 20px);
  }
}
@media (min-width: 768px) {
  .team-section .col-right {
    width: calc(60.5% - 10px);
  }
}
@media (min-width: 1200px) {
  .team-section .col-right {
    width: calc(60.5% - 20px);
  }
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: -20px;
  gap: 5px;
}
@media (min-width: 768px) {
  .team-list {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .team-list {
    gap: 10px;
  }
}
.team-list .team-member {
  width: calc(50% - 2.5px);
}
@media (min-width: 1200px) {
  .team-list .team-member {
    width: calc(50% - 5px);
  }
}

.team-member {
  background: #fff;
}
.team-member a {
  display: block;
  text-decoration: none;
  position: relative;
}
.team-member a:hover {
  color: #535657;
}
.team-member a:hover img {
  -webkit-transform: scale(1.037);
          transform: scale(1.037);
}
.team-member a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("images/plus-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 21px;
  height: 15px;
}
@media (min-width: 1200px) {
  .team-member a:after {
    width: 32px;
    height: 23px;
    bottom: 15px;
    right: 15px;
  }
}
.team-member .image-holder {
  font-size: 0;
  overflow: hidden;
}
.team-member img {
  aspect-ratio: 360/400;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-member .text-holder {
  padding: 8px 14px;
}
@media (min-width: 1200px) {
  .team-member .text-holder {
    padding: 15px 15px 15px 20px;
  }
}
.team-member h5 {
  margin-bottom: 7px;
}
@media (min-width: 1200px) {
  .team-member h5 {
    font-size: 19px;
  }
}
.team-member .team-member-description {
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .team-member .team-member-description {
    font-size: 14px;
    padding-right: 60px;
  }
}

.team-member-modal {
  display: none;
}

.team-member-modal {
  display: none;
  position: relative;
  max-width: 86vw;
  max-height: 86vh;
  padding: 0;
  --modal-padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .team-member-modal {
    max-width: 980px;
    max-height: calc(100% - 30px);
  }
}
.team-member-modal .holder {
  padding: 50px 20px var(--modal-padding-bottom, 40px);
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .team-member-modal .holder {
    padding: 70px 50px;
  }
}
.team-member-modal:before {
  content: "";
  border: 1px solid #f16a23;
  inset: -10px;
  position: absolute;
  z-index: -1;
}
.team-member-modal .close-modal-btn {
  cursor: pointer;
  background: transparent;
  width: 27px;
  height: 27px;
  font-size: 0;
  padding: 0;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.team-member-modal .close-modal-btn:hover:before, .team-member-modal .close-modal-btn:hover:after {
  background-color: #f16a23;
}
.team-member-modal .close-modal-btn:before, .team-member-modal .close-modal-btn:after {
  content: "";
  width: 22px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #c6c7c7;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-member-modal .close-modal-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.team-member-modal .close-modal-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.team-member-modal .modal-heading {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .team-member-modal .modal-heading {
    margin-bottom: 50px;
  }
}
.team-member-modal .row {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .team-member-modal .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .team-member-modal .row {
    margin-bottom: 50px;
  }
}
.team-member-modal .row:last-child {
  margin-bottom: 0;
}
.team-member-modal .col-image {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .team-member-modal .col-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(41.5% - 5px);
            flex: 1 1 calc(41.5% - 5px);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .team-member-modal .col-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(58.5% - 5px);
            flex: 1 1 calc(58.5% - 5px);
  }
}
.team-member-modal h2 {
  margin-bottom: 10px;
}
.team-member-modal h4 {
  margin-bottom: 20px;
}
.team-member-modal .image-holder {
  font-size: 0;
  max-width: 211px;
  width: 100%;
}
@media (min-width: 768px) {
  .team-member-modal .image-holder {
    max-width: unset;
  }
}
.team-member-modal img {
  aspect-ratio: 360/400;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member-modal blockquote {
  padding: 0;
}
@media (min-width: 768px) {
  .team-member-modal blockquote {
    padding: 7px 20px;
  }
}
@media (min-width: 1200px) {
  .team-member-modal blockquote {
    padding-inline: 40px;
  }
}

.textarea-section {
  padding-block: 50px;
}

.textarea-section div + div:not(:first-of-type){
  margin-top: 50px;
}

.pinterest-holder {
  scrollbar-width: none;
  scrollbar-color: rgba(192, 216, 221, 0.5) #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 5px;
  padding-right: 20px;
  margin-right: -20px;
  margin-bottom: 45px;
  max-width: 1056px;
  width: 100%;
}
.pinterest-holder::-webkit-scrollbar {
  height: 0;
}
.pinterest-holder::-webkit-scrollbar-track {
  background: #efefef;
}
.pinterest-holder::-webkit-scrollbar-thumb {
  border: 3px solid rgba(192, 216, 221, 0.5);
  border-radius: 10px;
}
.pinterest-holder::-webkit-scrollbar-thumb:hover {
  background-color: rgb(192, 216, 221);
}
@media (min-width: 1024px) {
  .pinterest-holder {
    overflow-x: unset;
    padding-right: 0;
  }
}

.pinterest-item {
  /* background: #fff;
  border: 1px solid #cecece;
  border-radius: 16px; */
  min-width: 300px;
  /* text-align: center; */
}
@media (min-width: 428px) {
  .pinterest-item {
    min-width: 345px;
  }
}
@media (min-width: 1024px) {
  .pinterest-item {
    min-width: unset;
  }
}

.pinterest-placeholder {
  min-height: 402px;
  padding: 50px 25px;
}
.pinterest-placeholder-lg {
  min-height: 482px;
}

.video-section {
  color: #fff;
  padding-block: 100px;
}
.video-section a,
.video-section img {
  display: block;
  width: 100%;
}
.video-section .video-holder {
  position: relative;
  min-height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 82px 20px 40px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .video-section .video-holder {
    padding-top: 60px;
  }
}
.video-section .video-holder:hover, .video-section .video-holder:focus-visible {
  color: inherit;
}
.video-section .video-holder:hover:before, .video-section .video-holder:focus-visible:before {
  opacity: 0.15;
}
.video-section .video-holder:hover .icon-play, .video-section .video-holder:focus-visible .icon-play {
  background: rgba(255, 255, 255, 0.45);
}
.video-section .video-holder:hover .icon-play:after, .video-section .video-holder:focus-visible .icon-play:after {
  border-width: 16px 0 16px 26px;
}
@media (min-width: 1200px) {
  .video-section .video-holder:hover .icon-play:after, .video-section .video-holder:focus-visible .icon-play:after {
    border-width: 20px 0 20px 34px;
  }
}
.video-section .video-holder:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-section .video-holder .horizontal-line {
  --decor-line-color: rgba(255, 255, 255, 0.3);
  width: calc(100% - 40px);
  left: 20px;
}
@media (min-width: 1200px) {
  .video-section .video-holder .horizontal-line {
    width: calc(100% - 80px);
    left: 40px;
  }
}
.video-section .video-holder .horizontal-line:first-child {
  top: 27px;
}
.video-section .video-holder .horizontal-line:last-child {
  bottom: 27px;
}
.video-section img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: inherit;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.video-section .icon-play,
.video-section h3 {
  position: relative;
}
.video-section .icon-play {
  background: rgba(255, 255, 255, 0.35);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  font-size: 0;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .video-section .icon-play {
    width: 140px;
    height: 140px;
  }
}
.video-section .icon-play:last-child {
  margin-bottom: 0;
}
.video-section .icon-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-left: 24px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .video-section .icon-play:after {
    border-width: 18px 0 18px 30px;
  }
}
.video-section h3 {
  color: inherit;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.icons-listing-section {
  padding-block: 50px;
}

.icons-listing-section .section-heading {
  max-width: 980px;
  width: 100%;
  margin-bottom: 70px;
}

.icons-listing:not(:first-of-type){
  margin-top: 70px;
}

.icons-listing .icon {
  font-size: 0;
  max-width: 55px;
  width: 100%;
  margin-bottom: 20px;
}

.icons-listing .pinterest-holder {
  margin-block: 50px 57px;
}

.icons-listing .item-title,
.icons-listing .text {
  max-width: 980px;
  width: 100%;
}

.icons-listing .text {
  margin-bottom: 25px;
}

.icons-listing .text:last-child {
  margin-bottom: 0;
}

.main:has(.intro-section + .gallery-section) {
  margin-top: 0px;
}

.main:not(.intro-section) .gallery-section {
  margin-top: 75px;
}

.gallery-section {
  padding-block: 100px 50px;
}

.gallery-section .section-heading {
  margin-bottom: 52px;
}

.gallery-section h1{
  font-size: 50px;
}

.gallery {
  margin-inline: -20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}
@media (min-width: 1240px) {
  .gallery {
    margin: 0;
    position: relative;
    width: 100vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.gallery .gallery-item {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* .gallery .gallery-item:nth-child(10n+1), .gallery .gallery-item:nth-child(10n+2), .gallery .gallery-item:nth-child(10n+3), */
  .gallery .gallery-item.three {
    width: calc(33.33% - 1.333px);
    max-height: 538px;
  }
}
@media (min-width: 768px) {
  /* .gallery .gallery-item:nth-child(10n+4), .gallery .gallery-item:nth-child(10n+5)  */
  .gallery .gallery-item.two{
    width: calc(50% - 1px);
    max-height: 715px;
  }
}
@media (min-width: 768px) {
  /* .gallery .gallery-item:nth-child(10n+6)  */
  .gallery .gallery-item.one{
    width: 100%;
    max-height: 710px;
  }
}
@media (min-width: 768px) {
  /* .gallery .gallery-item:nth-child(10n+7), .gallery .gallery-item:nth-child(10n+8), .gallery .gallery-item:nth-child(10n+9), .gallery .gallery-item:nth-child(10n+10)  */
  .gallery .gallery-item.four{
    width: calc(25% - 1.5px);
  }
}
.gallery .gallery-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 428/363;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .gallery .gallery-item img {
    aspect-ratio: unset;
    height: 100%;
  }
}

.gallery-slider-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#d7e6e9), to(transparent));
  background: linear-gradient(#d7e6e9, transparent);
  margin-block: 50px 100px;
  padding-block: 100px;
}
.gallery-slider-section h2 {
  line-height: 1;
  margin-bottom: 15px;
}
.gallery-slider-section h2:last-child {
  margin-bottom: 0;
}
.gallery-slider-section .section-heading {
  position: relative;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .gallery-slider-section .section-heading {
    padding-right: 130px;
  }
}
@media (min-width: 1200px) {
  .gallery-slider-section .section-heading {
    margin-bottom: 60px;
  }
}
.gallery-slider-section .swiper-navigation {
  --swiper-navigation-size: 29px;
  display: none;
}
@media (min-width: 768px) {
  .gallery-slider-section .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    font-size: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.gallery-slider-section .swiper-button-next,
.gallery-slider-section .swiper-button-prev {
  position: static;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 39px;
  height: 39px;
  color: #f16a23;
}

.gallery-slider {
  overflow: visible;
}
.gallery-slider .swiper-slide {
  width: 320px;
}
@media (min-width: 428px) {
  .gallery-slider .swiper-slide {
    width: 378px;
  }
}
@media (min-width: 1200px) {
  .gallery-slider .swiper-slide {
    width: 595px;
  }
}
.gallery-slider .gallery-item {
  cursor: pointer;
  font-size: 0;
  display: inline-block;
  overflow: hidden;
}
.gallery-slider .gallery-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery-slider .gallery-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 595/440;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.decor-line-holder {
  --decor-line-color: #C0D8DD;
  --decor-line-horizontal-position: -3px;
  position: relative;
  padding-left: 22px;
  padding-block: 30px;
}
@media (min-width: 1200px) {
  .decor-line-holder {
    padding-left: 105px;
    padding-block: 32px;
  }
}
@media (min-width: 1200px) {
  .decor-line-holder .vertical-line {
    --decor-line-horizontal-position: 32px;
  }
}
.decor-line-holder .image-holder {
  font-size: 0;
  margin-bottom: 46px;
}
.decor-line-holder .image-holder img {
  aspect-ratio: 368/184;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.decor-line-holder mark {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #f16a23;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
  margin-bottom: 15px;
}
.decor-line-holder mark:last-child {
  margin-bottom: 0;
}
.decor-line-holder p + h2,
.decor-line-holder p + h3,
.decor-line-holder p + h4,
.decor-line-holder p + h5,
.decor-line-holder ul + h2,
.decor-line-holder ul + h3,
.decor-line-holder ul + h4,
.decor-line-holder ul + h5,
.decor-line-holder ol + h2,
.decor-line-holder ol + h3,
.decor-line-holder ol + h4,
.decor-line-holder ol + h5 {
  margin-top: 50px;
}
.decor-line-holder p + h6,
.decor-line-holder ul + h6,
.decor-line-holder ol + h6 {
  margin-top: 33px;
}
.decor-line-holder p + .btn {
  margin-top: calc(var(--btn-border-position) + 30px);
}
@media (min-width: 1200px) {
  .decor-line-holder p + .btn {
    margin-top: calc(var(--btn-border-position) + 20px);
  }
}
.decor-line-holder blockquote {
  margin-block: 50px;
}
.decor-line-holder .text-holder {
  max-width: 980px;
  width: 100%;
  margin-bottom: 50px;
}
.decor-line-holder .text-holder:last-child {
  margin-bottom: 0;
}

.project-categories-section {
  padding-bottom: 100px;
}

.projects-list {
  margin-inline: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .projects-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1280px) {
  .projects-list {
    position: relative;
    width: calc(100vw - 10px);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
}

.project {
  --swiper-navigation-sides-offset: 0;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .project {
    width: calc(50% - 2.5px);
  }
}
.project:hover .link,
.project a:focus-visible .link {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
@media (min-width: 1024px) {
  .project:hover .text-holder,
  .project a:focus-visible .text-holder {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.project:hover .project-images img,
.project a:focus-visible .project-images img {
  -webkit-transform: scale(1.037);
          transform: scale(1.037);
}
.project:hover .swiper-button-next,
.project:hover .swiper-button-prev {
  z-index: 3;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project a {
  position: relative;
  z-index: 2;
  width: 100%;
  text-decoration: none;
  color: inherit;
  min-height: 335px;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .project a {
    min-height: 500px;
    padding: 30px 80px 30px 30px;
  }
}
.project .project-images {
  position: absolute;
  inset: 0;
  z-index: unset;
}
.project .swiper-navigation {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .project .swiper-navigation {
    display: block;
  }
}
.project .swiper-button-next,
.project .swiper-button-prev {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border: none;
  font-size: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
@media (min-width: 1024px) {
  .project .swiper-button-next,
  .project .swiper-button-prev {
    opacity: 0;
  }
}
.project .swiper-button-next:focus-visible,
.project .swiper-button-prev:focus-visible {
  opacity: 1;
}
.project .swiper-button-next:after,
.project .swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.project .swiper-button-next:focus-visible,
.project .swiper-button-prev:focus-visible {
  outline: 2px solid #f16a23;
}
.project .swiper-button-prev:after {
  -webkit-transform: translateX(1px) rotate(-45deg);
          transform: translateX(1px) rotate(-45deg);
}
.project .swiper-button-next:after {
  -webkit-transform: translateX(-1px) rotate(135deg);
          transform: translateX(-1px) rotate(135deg);
}
.project .text-holder {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .project .text-holder {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
  }
}
.project h3,
.project .link,
.project .category {
  color: inherit;
}
.project .link {
  color: #fff;
  /* display: none; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .project .link{
    bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .project .link {
    display: inline-block;
    opacity: 0;
  }
}
.project .link:after {
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.project .link:hover {
  color: #f16a23;
}

.project-images {
  --swiper-scrollbar-sides-offset: 0;
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-border-radius: 0;
  --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.3);
  --swiper-scrollbar-drag-bg-color: #fff;
}
.project-images .swiper-slide {
  font-size: 0;
}
.project-images .image {
  height: 100%;
  overflow: hidden;
}
.project-images .image:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.6));
}
.project-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* .project-images .swiper-scrollbar {
  width: 100%;
} */
/* @media (min-width: 1024px) { */
  .project-images .swiper-scrollbar {
    display: none;
  }
/* } */

.project-images.swiper .swiper-wrapper {
	transition-timing-function: ease-in-out !important;
}

.related-posts-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#d7e6e9), to(transparent));
  background: linear-gradient(#d7e6e9, transparent);
  margin-top: 100px;
  padding-block: 75px;
}
@media (min-width: 1200px) {
  .related-posts-section {
    padding-block: 96px 100px;
  }
}
.related-posts-section .section-heading {
  text-align: center;
  margin-bottom: 54px;
}
.related-posts-section h2 {
  margin-bottom: 27px;
}
.related-posts-section h2:last-child {
  margin-bottom: 0;
}
.related-posts-section .article .link {
  color: #007c90;
  line-height: 1;
}
.related-posts-section .article .link:hover {
  color: #f16a23;
}

.articles-section {
  padding-bottom: 100px;
}

.articles-list {
  margin-inline: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .articles-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1280px) {
  .articles-list {
    position: relative;
    width: calc(100vw - 30px);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
}

@media (min-width: 768px) {
  .article {
    width: calc(50% - 2.5px);
  }
}
@media (min-width: 1024px) {
  .article {
    width: calc(33.33% - 3.33px);
  }
}
.article a {
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article a:hover {
  background: #fff;
}
.article a:hover:after {
  opacity: 1;
}
.article a:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.article a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 20px;
  right: 20px;
  background-image: url("images/simple-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article .image {
  font-size: 0;
  overflow: hidden;
}
.article .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 467/257;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article .text {
  padding: 13px 20px 19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article .article-title {
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .article .article-title {
    font-size: 19px;
    line-height: 1.32;
  }
}
.article .date {
  display: inline-block;
  padding-right: 60px;
}