@charset "UTF-8";
/*------------------------------------*\
    SCSS COMPILE LIST
\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Lato:wght@400;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*\
    MIXINS
\*------------------------------------*/
.link-overlay a,
a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer.footer .section.dc-image-text > .inner .content-wrapper span.cta-footer-title, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Architects Daughter", cursive;
  font-weight: 400;
  font-style: normal;
}

.hero > .hero__inner .content > span, a.dc-btn, .main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a, .main_menu .menu ul li a, .gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container textarea.medium,
.gform_wrapper .ginput_container textarea.large,
.gform_wrapper .ginput_container textarea.small,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container #theme-page select, body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
} /* FONTAWESOME */
/* SETTINGS - GRID */
/*------------------------------------*\

    SETTINGS - DEFAULT WIDTHS

\*------------------------------------*/
/*------------------------------------*\

    SETTINGS - RESPONSIVE BREAK POINTS

\*------------------------------------*/
/* SETTINGS - COLORS */
/*------------------------------------*\
    SETTINGS - COLORS - THEME - DC
\*------------------------------------*/
:root {
  --dark-color: #111111;
  --light-color: #FFFFFF;
  --grey-color: #F0F0F0;
  --theme-color: #00C0B5;
  --theme2-color: #005F76;
  --bg-color: #F8F6F3;
}

/* SETTINGS - FONTS */
/*------------------------------------*\
    SETTINGS - FONT SIZES
\*------------------------------------*/
/* SETTINGS - HEADER / MENU / FOOTER */
/*------------------------------------*\
    SETTINGS - MENU
\*------------------------------------*/
/* GLOBAL APP */
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
.grid:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    GLOBAL - SITE WIDE
\*------------------------------------*/
button {
  outline: none !important;
  transition: all 250ms ease-in-out;
}

input[type=submit] {
  transition: all 250ms ease-in-out;
}

.page_container {
  background: white;
  width: 100%;
  max-width: 100%;
}

.page_container > .panel {
  max-width: 100%;
  background: var(--bg-color);
}

/* GLOBAL APP - BASE */
/*------------------------------------*\
	BASE - SITE WIDE
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  background: var(--bg-color);
}

body {
  line-height: 1.5em;
  color: #111111;
  background: var(--bg-color);
  max-width: 100%;
  margin-inline: auto;
}
body.open-toggle-menu {
  overflow: hidden;
}

/*------------------------------------*\
	BASE - FONTS
\*------------------------------------*/
p {
  margin-bottom: clamp(10px, 1vw, 20px);
  width: 100%;
  line-height: 1.5em;
}
p strong,
p strong a {
  font-weight: 700;
}

sup {
  font-size: 45%;
  padding-right: 5px;
  vertical-align: super;
}

/** H1 - H6 STYLING **/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
  width: 100%;
  margin-bottom: clamp(16px, 1.8vw, 35px);
}
.bg_white h1,
.bg_white h2,
.bg_white h3,
.bg_white h4,
.bg_white h5,
.bg_white h6 {
  color: var(--theme2-color);
}
.bg_blue h1, .bg_green h1,
.bg_blue h2,
.bg_green h2,
.bg_blue h3,
.bg_green h3,
.bg_blue h4,
.bg_green h4,
.bg_blue h5,
.bg_green h5,
.bg_blue h6,
.bg_green h6 {
  color: var(--light-color);
}
.bg_blue h1 strong, .bg_green h1 strong,
.bg_blue h2 strong,
.bg_green h2 strong,
.bg_blue h3 strong,
.bg_green h3 strong,
.bg_blue h4 strong,
.bg_green h4 strong,
.bg_blue h5 strong,
.bg_green h5 strong,
.bg_blue h6 strong,
.bg_green h6 strong {
  color: var(--theme-color);
}

h1, .h1 {
  line-height: 1em;
}

.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a:not(.dc-btn), body {
  font-size: clamp(0.875rem, 0.6536rem + 0.4619vw, 1rem);
  min-height: 0vw;
}

.section.dc-image-text.small-text > .inner p, .section.dc-image-text > .inner p, .hero > .hero__inner .content > span, .top-title {
  font-size: clamp(1rem, 0.7786rem + 0.4619vw, 1.125rem);
  min-height: 0vw;
}

.dc-links-section > .inner > .section_content .item a {
  font-size: clamp(1.0625rem, 0.7304rem + 0.6928vw, 1.25rem);
}

.section.dc-image-text.bigtext > .inner li, .section.dc-image-text.large-text > .inner p {
  font-size: clamp(1.125rem, 0.6822rem + 0.9238vw, 1.375rem);
  min-height: 0vw;
}

.section.dc-text-hotboxes > .inner .section_content h3, .section.dc-accordion .accordion .title h3 {
  font-size: clamp(1.375rem, 0.2679rem + 2.3095vw, 2rem);
  min-height: 0vw;
}

h3, .h3, .section.dc-accordion .right .section_intro h2, .section.dc-large-image-slider .section_content .content-wrapper h2,
.dc-image-text-slider .section_content .content-wrapper h2 {
  font-size: clamp(1.75rem, -0.0214rem + 3.6952vw, 2.75rem);
  min-height: 0vw;
}

h2, .h2 {
  font-size: clamp(2.25rem, -0.6285rem + 6.0046vw, 3.875rem);
  min-height: 0vw;
}

.section.dc-image .section_intro h2, h1, .h1 {
  font-size: clamp(2.75rem, -3.4498rem + 12.933vw, 6.25rem);
  min-height: 0vw;
}

.section.dc-text-block .dc-intro p {
  font-size: clamp(1.25rem, 0.8777rem + 1.0638vw, 1.875rem);
  min-height: 0vw;
}

footer.footer .section.dc-image-text > .inner .content-wrapper span.cta-footer-title, .section.dc-hotboxes > .inner .section_content .items .item .text h3 {
  font-size: clamp(1.375rem, 0.7793rem + 1.7021vw, 2.45rem);
  min-height: 0vw;
}

.top-title {
  color: var(--theme-color);
  display: block;
  min-height: 0vw;
  margin-bottom: 12px;
}

/*------------------------------------*\
	BASE - LINKS
\*------------------------------------*/
a {
  transition: all 250ms ease-in-out;
  outline: none !important;
}

a:not(.dc-btn) {
  text-decoration: none;
  color: var(--dark-color);
}
a:not(.dc-btn):hover {
  color: var(--theme2-color);
}
.bg_blue a:not(.dc-btn), .section.bg_dark a:not(.dc-btn) {
  color: var(--light-color);
}
.bg_blue a:not(.dc-btn):hover, .section.bg_dark a:not(.dc-btn):hover {
  color: var(--theme-color);
}
a:not(.dc-btn).arrow-right:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
.dc-intro-section a:not(.dc-btn),
.dc-image-text a:not(.dc-btn),
.dc-accordion a:not(.dc-btn) {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}
.dc-intro-section a:not(.dc-btn):hover,
.dc-image-text a:not(.dc-btn):hover,
.dc-accordion a:not(.dc-btn):hover {
  color: var(--theme2-color);
  -webkit-text-decoration-color: var(--dark-color);
          text-decoration-color: var(--dark-color);
  text-decoration: none;
}
.section.bg_dark .dc-intro-section a:not(.dc-btn),
.section.bg_dark .dc-image-text a:not(.dc-btn),
.section.bg_dark .dc-accordion a:not(.dc-btn) {
  color: var(--light-color);
}
.section.bg_dark .dc-intro-section a:not(.dc-btn):hover,
.section.bg_dark .dc-image-text a:not(.dc-btn):hover,
.section.bg_dark .dc-accordion a:not(.dc-btn):hover {
  color: var(--theme2-color);
}

/*------------------------------------*\
	BASE - BUTTONS
\*------------------------------------*/
a.dc-btn, .main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a {
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding-inline: 16px;
  margin-top: clamp(12px, 2vw, 20px);
  border: 1.5px solid var(--dark-color);
  border-radius: 30px;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--dark-color);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  a.dc-btn, .main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a {
    font-size: 16px;
    line-height: 40px;
    padding-inline: 20px;
  }
}
a.dc-btn > span, .main_menu .menu > ul > li.button > a > span, .main_menu .menu > ul > li:last-child > a > span {
  position: relative;
  white-space: nowrap;
}
a.dc-btn:hover, .main_menu .menu > ul > li.button > a:hover, .main_menu .menu > ul > li:last-child > a:hover {
  text-decoration: none !important;
  background-color: var(--dark-color);
  border-color: var(--dark-color);
  color: var(--light-color);
}
a.dc-btn2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--theme2-color);
}
@media only screen and (min-width: 768px) {
  a.dc-btn2 {
    width: 60px;
    height: 60px;
  }
}
a.dc-btn2:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  background: url("../img/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 12px;
}
@media only screen and (min-width: 768px) {
  a.dc-btn2:after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
a.dc-btn2.white {
  background: var(--light-color);
}
a.dc-btn2.white:after {
  background-image: url("../img/arrow-orange.svg");
}

/*------------------------------------*\
	BASE - LINKS - DC LINK
\*------------------------------------*/
a.dc-link {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
a.dc-link:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
a.white-link {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
a.white-link:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
a.white-link.white-link {
  color: var(--light-color);
}
a.white-link.white-link:hover {
  color: var(--dark-color);
}

/*--------------------------------------------------------*\
	BASE - LISTS
\*--------------------------------------------------------*/
ul,
ol {
  margin-top: 20px;
  margin-bottom: 8px;
}
ul li,
ol li {
  line-height: 1.5em;
  margin-left: 20px;
  padding-left: 5px;
  padding-bottom: 8px;
  position: relative;
}

.color-dots ul li {
  list-style: none;
  margin-left: 40px;
}
.color-dots ul li:before {
  content: "•";
  color: var(--theme-color);
  font-size: 1.5em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

.dc-text-block li,
.dc-intro-section li,
.dc-image-text li,
.dc-accordion li {
  padding-bottom: 5px;
}
.dc-text-block li::marker,
.dc-intro-section li::marker,
.dc-image-text li::marker,
.dc-accordion li::marker {
  color: var(--theme-color);
}

.color-dots ol li {
  margin-left: 40px;
}
.color-dots ol li::marker {
  color: var(--theme-color);
  font-size: 1em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

/* GLOBAL APP - HEADER */
/*------------------------------------*\
	HEADER - BASE
\*------------------------------------*/
#header_main + .page_container {
  margin-inline: auto;
}

#header_main {
  background: var(--bg-color);
}
#header_main .header_nav_container {
  background: var(--bg-color);
}
#header_main + .page_container {
  padding-top: 120px;
}
@media only screen and (max-width: 1359px) {
  #header_main + .page_container {
    padding-top: 100px;
  }
}
.transparent-header #header_main, .single-capability #header_main {
  background: none;
}
.transparent-header #header_main .header_nav_container, .single-capability #header_main .header_nav_container {
  background: none;
}
.transparent-header #header_main + .page_container, .single-capability #header_main + .page_container {
  padding-top: 0;
}

#header_main {
  position: fixed;
  top: 0;
  margin-inline: auto;
  z-index: 100000;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  transition: all 450ms ease-in-out;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 120px;
  padding-inline: 20px;
}
@media only screen and (max-width: 1359px) {
  #header_main .header_nav_container {
    height: 100px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.sticky-nav #header_main {
  -ms-transform: translateY(-130px) !important;
      transform: translateY(-130px) !important;
}

.toggle-menu-wrap #menu-toggle {
  transition: all 450ms ease-in-out;
}
.sticky-nav .toggle-menu-wrap #menu-toggle {
  -ms-transform: translateY(130px) !important;
      transform: translateY(130px) !important;
}

.header_top {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30px;
  background: var(--light-color);
  padding-inline: clamp(12px, 1.2vw, 24px);
  margin-top: 8px;
  margin-right: 20px;
}
.header_top .textwidget {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header_top ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  height: 30px;
}
.header_top ul li {
  list-style: none;
  margin: 0 6px;
  padding: 0;
  color: var(--theme2-color);
  font-size: 14px;
}
.header_top ul li a {
  color: var(--theme2-color);
  font-size: 14px;
}
.header_top ul li a:hover {
  color: var(--theme-color);
}
@media only screen and (max-width: 767px) {
  .header_top ul li a {
    font-size: 12px;
  }
}

/*------------------------------------*\
	HEADER - LOGO
\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  max-width: 30%;
  min-width: 200px;
  margin: 0 30px 0 0;
  padding: 1px 0px 1px 1px;
  height: 100%;
}
@media only screen and (max-width: 1359px) {
  .header_logo {
    min-width: 200px;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    margin: 0 20px 0 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 349px) {
  .header_logo {
    max-width: 30vw;
    min-width: 180px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  display: block;
  max-height: 89px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1359px) {
  .header_logo a img {
    max-height: 40px;
  }
}
.header_logo a.white-logo {
  display: none;
}
.header_logo a.color-logo {
  display: block;
}
.transparent-header .header_logo a.white-logo, .single-capability .header_logo a.white-logo {
  display: block;
}
.transparent-header .header_logo a.color-logo, .single-capability .header_logo a.color-logo {
  display: none;
}
@media only screen and (max-width: 1359px) {
  .header_logo a.white-logo {
    display: none;
  }
  .header_logo a.color-logo {
    display: block;
  }
}

/* GLOBAL APP - MENU */
/*------------------------------------*\
	MENU - SIMPLE - LEFT ALIGNED
\*------------------------------------*/
@media only screen and (min-width: 768px) {
  .main_menu {
    padding-bottom: 23px;
  }
}
.main_menu .menu {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.main_menu .menu ul {
  margin: 0;
}
.main_menu .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.main_menu .menu ul li a {
  color: var(--dark-color);
  line-height: 1.2em;
  text-transform: none;
  display: block;
  position: relative;
  font-size: 16px;
}
.transparent-header .main_menu .menu ul li a, .single-capability .main_menu .menu ul li a {
  color: white;
}
.main_menu .menu ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -ms-transform: translateX(20px);
      transform: translateX(20px);
}
.main_menu .menu > ul > li {
  position: relative;
  margin: 0;
  padding: 0 clamp(6px, 0.9vw, 18px);
}
.main_menu .menu > ul > li > a:not(.dc-btn) {
  height: 40px;
  line-height: 40px;
  padding: 0;
  white-space: nowrap;
}
.main_menu .menu > ul > li > a:not(.dc-btn):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--theme-color);
  transition: all 150ms ease-in-out;
}
.main_menu .menu > ul > li > .dc-btn, .main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a {
  padding: 0 20px !important;
  border: none;
}
.main_menu .menu > ul > li > .dc-btn:after, .main_menu .menu > ul > li.button > a:after, .main_menu .menu > ul > li:last-child > a:after {
  display: none;
}
.main_menu .menu > ul > li.current_page_parent > a:after, .main_menu .menu > ul > li.current-menu-parent > a:after, .main_menu .menu > ul > li.current-menu-item > a:after, .main_menu .menu > ul > li.current_page_item > a:after, .main_menu .menu > ul > li:hover > a:after {
  width: 100%;
}
.main_menu .menu > ul > li.button > a, .main_menu .menu > ul > li:last-child > a {
  margin: 0;
}

/*------------------------------------*\
	DEFAULT DROPDOWN
\*------------------------------------*/
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% + 40px);
  }
  .main_menu .menu > ul > li > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -6px;
    overflow: hidden;
    max-height: 0;
    width: 400px;
    margin-left: 0;
    padding: 0 0;
    background: transparent;
    -ms-transform: translateY(12px);
        transform: translateY(12px);
    transition: all 0ms ease-in-out;
  }
  .main_menu .menu > ul > li > ul.sub-menu li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    transition: all 450ms ease-in-out;
  }
  .main_menu .menu > ul > li > ul.sub-menu li a {
    display: block;
    padding: 8px 26px 11px 26px;
    min-width: 100%;
    color: var(--dark-color);
    text-align: left;
    text-transform: none;
    transition: all 250ms ease-in-out;
  }
}
@media only screen and (min-width: 767px) and (min-width: 1360px) {
  .main_menu .menu > ul > li > ul.sub-menu li.current_page_item > a,
.main_menu .menu > ul > li > ul.sub-menu li a:hover {
    color: var(--theme-color);
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li > ul.sub-menu .sub-menu {
    padding: 0 20px;
    margin-top: -3px;
    margin-bottom: 4px;
  }
  .main_menu .menu > ul > li > ul.sub-menu .sub-menu li a {
    padding-block: 7px;
  }
  .main_menu .menu > ul > li > ul.sub-menu .sub-menu li a:before {
    content: "-";
    position: relative;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li:hover > ul.sub-menu {
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    padding: 30px 0px 35px;
    background: var(--light-color);
    -ms-transform: translateY(0);
        transform: translateY(0);
    transition: transform 150ms ease-in-out, opacity 200ms ease-in-out;
  }
}
/*------------------------------------*\
	MENU - Toggle
\*------------------------------------*/
@media only screen and (min-width: 1360px) {
  .toggle-menu-wrap {
    display: none;
  }
}
@media only screen and (max-width: 1359px) {
  .toggle-menu-wrap {
    padding-bottom: 8px;
  }
}
.toggle-menu-wrap #menu-toggle {
  display: block;
  position: relative;
  padding: 0;
  width: 44px;
  height: 44px;
  right: 0;
  top: 0;
  z-index: 10000;
  font-size: 20px;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 44px;
  height: 44px;
  padding: 14px 12px;
  border-radius: 50%;
  color: white;
  background-color: var(--theme-color);
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle span {
  height: 2px;
  width: 20px;
  background: var(--light-color);
  border-radius: 10px;
  transition: all 150ms ease-in-out;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle span:nth-child(2) {
  width: 28px;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle:hover span {
  width: 100%;
  background: var(--light-color);
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle:hover span:nth-child(2) {
  width: 20px;
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span {
  background-color: var(--light-color) !important;
  width: 20px;
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:first-child {
  -ms-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:nth-child(2) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:nth-child(3),
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:last-child {
  opacity: 0;
}
.toggle-menu-wrap .full-menu {
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  transition: all 225ms ease-in-out;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.toggle-menu-wrap .full-menu > .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--light-color);
}
.toggle-menu-wrap .full-menu > .bg > div {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.toggle-menu-wrap .full-menu .right {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease-in-out;
  transition-delay: 600ms !important;
  -ms-flex: 1;
      flex: 1;
  max-width: 1360px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 120px 0 0;
  padding: 20px 30px;
  overflow-x: scroll;
  background: var(--light-color);
}
@media only screen and (max-width: 1359px) {
  .toggle-menu-wrap .full-menu .right > ul {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.toggle-menu-wrap .full-menu .right > ul > li {
  margin-block: 10px;
}
@media only screen and (max-width: 1359px) {
  .toggle-menu-wrap .full-menu .right > ul > li {
    max-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .toggle-menu-wrap .full-menu .right > ul > li {
    max-width: 140px;
  }
}
.toggle-menu-wrap .full-menu .right > ul > li > a {
  font-weight: 700;
}
.toggle-menu-wrap .full-menu .right > ul > li > .sub-menu {
  margin-top: 5px !important;
}
.toggle-menu-wrap .full-menu .right > ul > li > .sub-menu .sub-menu {
  padding-block: 0 20px;
  padding-left: 10px;
}
.toggle-menu-wrap .full-menu .right > ul > li > .sub-menu .sub-menu a:before {
  content: "-";
  margin-left: -10px;
  width: 10px;
  display: inline-block;
}
.toggle-menu-wrap .full-menu ul {
  margin-top: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.toggle-menu-wrap .full-menu ul li {
  display: block;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  list-style: none;
  background: transparent;
}
.toggle-menu-wrap .full-menu ul li a {
  color: var(--dark-color);
}
.toggle-menu-wrap .full-menu ul li a:hover {
  color: var(--dark-color);
}
.toggle-menu-wrap .full-menu ul > li {
  padding-bottom: 0;
  margin-bottom: clamp(10px, 1vw, 20px);
}
.toggle-menu-wrap .full-menu ul > li > a {
  padding: 12px 40px 12px 0;
  display: block;
  height: auto;
  z-index: 100;
  background: none;
  font-size: 17px;
  line-height: 1em;
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu ul > li > a {
    padding: 0;
    max-width: 250px;
    display: block;
    line-height: 1.2em;
  }
}
.toggle-menu-wrap .full-menu ul > li > ul {
  max-width: 520px;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.toggle-menu-wrap .full-menu ul > li > ul > li {
  display: inline-block;
  padding-bottom: 0;
  margin-block: 4px;
  margin-right: 7px;
  width: 100%;
}
.toggle-menu-wrap .full-menu ul > li > ul > li a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  padding: 3px 0;
}
.toggle-menu-wrap.open-menu .full-menu {
  opacity: 1;
  visibility: visible;
}
.toggle-menu-wrap.open-menu .full-menu .left,
.toggle-menu-wrap.open-menu .full-menu .right {
  opacity: 1;
}
.toggle-menu-wrap.open-menu .full-menu > .bg > div {
  opacity: 1;
}

.header_logo {
  transition: all 350ms ease-in-out;
}
.header_logo a img {
  transition: all 350ms ease-in-out;
}
.open-toggle-menu .header_logo {
  position: relative;
  z-index: 2;
  transition: all 500ms ease-in-out;
}
/*------------------------------------*\
	MENU - Mobile
\*------------------------------------*/
@media only screen and (max-width: 1359px) {
  .main_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 1359px) and (max-width: 767px) {
  .main_menu {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1359px) {
  .main_menu:before {
    display: none;
  }
}
@media only screen and (max-width: 1359px) {
  .main_menu .menu {
    position: fixed;
    top: -100vh;
    right: 0;
    height: 100svh;
    width: 100vw;
    max-width: 100vw;
    -ms-flex-align: inherit;
        align-items: inherit;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    background: var(--dark-color);
    transition: all 350ms ease-in-out;
  }
  .main_menu .menu.active {
    padding-top: 70px;
    top: 0;
    opacity: 1;
  }
  .main_menu .menu .description {
    display: none !important;
  }
  .main_menu .menu > ul {
    padding: 10px 15px !important;
    margin-top: 0 !important;
    background: var(--dark-color);
  }
  .main_menu .menu > ul > li {
    padding-bottom: 0;
  }
  .main_menu .menu > ul > li > a {
    padding: 12px 40px 12px 0;
    height: 40px;
    z-index: 100;
    background: none;
  }
  .main_menu .menu > ul > li.mobile-visible {
    display: block;
  }
  .main_menu .menu > ul > li.mobile-visible:nth-last-child(3) {
    margin-top: 13px;
  }
  .main_menu .menu > ul > li.mobile-visible:after {
    display: none;
  }
  .main_menu .menu > ul > li.mobile-visible > a {
    letter-spacing: 0.08em;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px 10px 0;
  }
  .main_menu .menu > ul > li.btn {
    margin: 0 -20px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .main_menu .menu > ul > li.btn a {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 10px 20px;
    color: var(--dark-color) !important;
    font-size: 22px;
    font-weight: 600;
  }
  .main_menu .menu > ul > li.phone {
    display: none;
  }
  .main_menu .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 45px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: none;
    height: auto;
    margin: 0;
    padding: 15px 40px 15px 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap;
    color: white !important;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: var(--theme-color) !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a, .main_menu .menu ul li.current_page_parent > a, .main_menu .menu ul li:hover > a {
    background: none;
    color: white !important;
  }
  .main_menu .menu ul ul.sub-menu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu ul ul.sub-menu li {
    margin-top: 2px;
  }
  .main_menu .menu ul ul.sub-menu li a {
    color: var(--theme-color) !important;
    font-size: 30px;
    font-weight: 400;
    padding: 9px 0;
  }
  .main_menu .menu ul ul.sub-menu li a .open-sub-menu {
    height: 16px;
    margin-top: -14px;
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul {
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul li a {
    font-size: 24px;
    background: none !important;
  }
  .main_menu .menu ul ul.sub-menu li ul li a .open-sub-menu {
    height: 16px;
  }
  .main_menu .menu ul ul.sub-menu.active {
    margin: 4px 0 0;
    padding-bottom: 20px;
    max-height: 1000px;
    overflow: visible;
    visibility: visible;
  }
}
@media only screen and (max-width: 1359px) {
  #header_main:nth-child(2) .main_menu .menu.active {
    padding-top: 100px;
  }
}
/*------------------------------------*\
	MENU - OPEN SUB MENU
\*------------------------------------*/
.main_menu .menu .open-sub-menu {
  position: absolute;
  top: 30px;
  right: 4px;
  width: 30px;
  height: 34px;
  margin-top: 0;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 1000;
}
.main_menu .menu .open-sub-menu.down:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
/* GLOBAL APP - FOOTER */
/*------------------------------------*\
  FOOTER - SITE WIDE
\*------------------------------------*/
.footer {
  background-color: var(--theme2-color);
  margin-top: clamp(80px, 8vw, 150px);
}
.footer body:not(.home) {
  border-radius: clamp(10px, 1.5vw, 30px) clamp(10px, 1.5vw, 30px) 0 0;
}
.footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
    padding-inline: 60px;
  }
}
.footer .footer-top-inner,
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto !important;
  max-width: 1720px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner,
.footer .footer-bottom-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer-top-inner {
  position: relative;
  padding-top: clamp(80px, 8vw, 160px);
  padding-bottom: clamp(20px, 2vw, 40px);
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget:nth-child(1) {
    -ms-flex: 1;
        flex: 1;
  }
}
.footer .footer-top-inner .footer-widget .cols {
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(20px, 2.5vw, 40px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 949px) {
  .footer .footer-top-inner .footer-widget .cols {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer .footer-top-inner .footer-widget .cols .col1 {
  -ms-flex: 1;
      flex: 1;
  padding-right: 30px;
  max-width: 400px;
}
.footer .footer-top-inner .footer-widget .cols .col2 {
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) {
  .footer .footer-top-inner .footer-widget .cols .col2 {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 949px) {
  .footer .footer-top-inner .footer-widget .cols .col2 {
    margin-top: 10px;
  }
}
.footer .footer-top-inner .footer-widget .cols strong:not(:first-child) {
  margin-top: 30px;
  display: block;
  margin-bottom: 0;
}
@media only screen and (max-width: 949px) {
  .footer .footer-top-inner .footer-widget .cols strong:not(:first-child) {
    margin-top: 10px;
  }
}
.footer .footer-top-inner .footer-widget .selling-agent {
  background: var(--light-color);
  border-radius: clamp(10px, 1.5vw, 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: clamp(20px, 3vw, 40px) clamp(30px, 3.5vw, 50px);
}
@media only screen and (max-width: 849px) {
  .footer .footer-top-inner .footer-widget .selling-agent {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer .footer-top-inner .footer-widget .selling-agent img {
  margin-right: clamp(30px, 3.5vw, 50px);
  max-width: 10vw;
  min-width: 80px;
}
.footer .footer-top-inner .footer-widget .selling-agent li,
.footer .footer-top-inner .footer-widget .selling-agent p,
.footer .footer-top-inner .footer-widget .selling-agent a:not(.dc-btn) {
  color: var(--dark-color);
}
.footer .footer-top-inner .footer-widget .selling-agent p strong {
  margin-bottom: 0;
  display: block;
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
  margin-bottom: 0;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 7px;
}
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a:not(.dc-btn) {
  color: var(--light-color);
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .mobile-visible {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .mobile-hide {
    display: none;
  }
}
.footer .footer-top-inner .footer-widget a:not(.dc-btn):hover {
  color: var(--theme-color);
}
.footer .footer-bottom-wrapper {
  background: var(--theme2-color);
}
.footer .footer-bottom-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner {
    padding-bottom: 40px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer .footer-bottom-inner .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.footer .footer-bottom-inner .left p span {
  display: inline-block;
}
.footer .footer-bottom-inner .left p a {
  padding-left: 5px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
  }
  .footer .footer-bottom-inner .left p {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer .footer-bottom-inner .left p span {
    margin-bottom: 17px;
  }
}
.footer .footer-bottom-inner .right ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.footer .footer-bottom-inner .right ul li {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .right ul li {
    margin-inline: 0 20px;
    margin-top: 20px;
  }
}
.footer .footer-bottom-inner a:not(.dc-btn),
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span {
  color: var(--light-color);
  font-size: 13px;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom-inner a:not(.dc-btn),
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span {
    font-size: 14px;
  }
}
.footer .footer-bottom-inner a:not(.dc-btn):hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.footer .footer-bottom-inner p {
  margin: 0;
}

/* SLICK SLIDER */
/*------------------------------------*\
  SLICK DOTS
\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: clamp(20px, 6vw, 35px);
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .slick-dots {
    margin-left: 60px;
  }
}
.slick-dots li {
  display: inline;
  margin: 0 10px 0 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 8px 0;
  border: 0 none;
  font-size: 0;
  background: transparent;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 12px;
  width: 12px;
  background: transparent;
  border-radius: 20px;
  border: 1px solid var(--theme2-color);
}
.bg_blue .slick-dots li button:after {
  border-color: var(--light-color);
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: var(--theme2-color);
}
.bg_blue .slick-dots li.slick-active button:after,
.bg_blue .slick-dots li button:hover:after {
  background-color: var(--light-color);
}

/*------------------------------------*\
	SLICK ARROWS
\*------------------------------------*/
button.slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  font-size: 0;
  background: var(--light-color);
  border: 0;
  transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (min-width: 1200px) {
  button.slick-arrow {
    top: calc(50% - 26px);
    width: 52px;
    height: 52px;
  }
}
button.slick-arrow:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  background: url("../img/arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
button.slick-arrow.slick-prev {
  left: 0;
}
button.slick-arrow.slick-prev:after {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
button.slick-arrow.slick-next {
  right: 0;
}
button.slick-arrow.slick-next:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
button.slick-arrow:hover {
  width: 100px;
}
button.slick-arrow:hover:after {
  filter: brightness(0%) invert(100%) sepia(0%) saturate(0%) hue-rotate(225deg) brightness(106%) contrast(101%);
}

.carousel-active {
  display: block !important;
}

/* TITLEBOX */
/*------------------------------------*\
  TITLE BOX 
\*------------------------------------*/
:root {
  --animation-distance: 160vw;
}

.hero + .section,
.hero + script + .section {
  z-index: 11;
  position: relative;
}

.hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  overflow: hidden;
  max-width: 100%;
  margin-inline: auto;
  border: 10px solid var(--bg-color);
  border-width: 0 10px 10px;
  border-radius: 0 0 60px 60px;
}
.hero > .hero__inner {
  width: 100%;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.hero__bg > img {
  object-fit: cover;
  width: 100%;
}
body:not(.single-project) .flip-x .hero__bg {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
body:not(.single-project) .flip-x .hero__bg:after {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}

.hero:not(.video) > .hero__inner .hero__bg:after,
.hero > .hero__inner .video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 39, 49, 0.5);
}

.hero > .hero__inner .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1640px;
  z-index: 2;
  margin-inline: auto;
  padding-inline: 15px;
  padding-block: clamp(60px, 5vw, 50px) clamp(60px, 10vw, 100px);
}
@media only screen and (min-width: 1200px) {
  .hero > .hero__inner .content {
    padding-inline: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero > .hero__inner .content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
}
.hero > .hero__inner .content h1,
.hero > .hero__inner .content > span {
  color: var(--light-color);
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 540px;
  margin-bottom: 8px !important;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .hero > .hero__inner .content h1,
.hero > .hero__inner .content > span {
    margin-bottom: 16px !important;
    width: 900px;
    max-width: 68vw;
  }
}
.hero > .hero__inner .content h1:last-child,
.hero > .hero__inner .content > span:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .hero > .hero__inner .content h1 br,
.hero > .hero__inner .content > span br {
    display: none;
  }
}
.hero > .hero__inner .content h1 > div,
.hero > .hero__inner .content > span > div {
  overflow: hidden;
}
.hero > .hero__inner .content > span {
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.hero > .hero__inner .content .text {
  max-width: 700px;
  position: relative;
  z-index: 1;
}
.hero > .hero__inner .content .text p {
  color: var(--light-color);
}
.hero > .hero__inner .content .text > * {
  color: var(--dark-color);
  margin-bottom: 16px;
}
.hero > .hero__inner .content .text > *:last-child {
  margin-bottom: 0 !important;
}
.hero.center .hero__inner, .dc-links-section > .inner .hero.section_intro .hero__inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

.hero__s > .hero__inner {
  min-height: clamp(340px, 40vw, 570px);
}
@media only screen and (min-width: 768px) {
  .hero__s > .hero__inner .content h1 {
    width: 870px;
    max-width: 70vw;
  }
}

.hero__t > .hero__inner {
  min-height: clamp(540px, 64vw, 950px);
  max-height: 100svh;
}

.scrolldown {
  position: absolute;
  left: 30px;
  bottom: 50px;
  z-index: 10000;
  display: none;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .scrolldown {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .scrolldown {
    left: 60px;
  }
}
@media only screen and (min-width: 1840px) {
  .scrolldown {
    left: calc(50% - 860px);
  }
}
.hero__s .scrolldown {
  display: none;
}
.scrolldown .scrolldown__inner {
  opacity: 0.6 !important;
}

.hero.video .hero__bg {
  -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
}
.hero.video .hero__bg > img {
  object-position: center top;
}
.hero.video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: contain;
  /*
  .random-video-background-image {
    background-size: cover;
    background-repeat: no-repeat;
    @include full_size();
    display: flex;
  }
  */
}
.hero.video .video-wrapper iframe {
  aspect-ratio: 1920/1080;
  min-height: 100%;
  min-width: 100%;
}
.hero.video .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero.video > .hero__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.hero.video > .hero__inner .content {
  border: 8px solid var(--light-color);
  border-width: 8px 0;
  background: var(--theme-color);
  display: block;
  padding-block: 0 !important;
  height: unset;
  max-width: 100%;
}
.hero.video > .hero__inner .content h1 {
  font-size: clamp(22px, 1.5rem + (1vw - 7.6px) * 0.8824, 36px);
  text-align: center;
  min-height: 0vw;
  padding-block: 20px;
  width: 100%;
  max-width: 100%;
}
.hero.image_slider .items,
.hero.image_slider .slick-list,
.hero.image_slider .slick-track {
  height: 100%;
}
.hero.image_slider .item {
  position: relative;
}

/* BLOCKS GLOBAL STUFF */
/*------------------------------------*\
	ARTICLE SECTION 
\*------------------------------------*/
.section.dc-section, .section.dc-text-block, .section.dc-links-section, .section.dc-image-text, .section.dc-image, .section.dc-text-hotboxes, .section.dc-hotboxes, .section.dc-accordion, .section.dc-logo-carousel, .section.dc-large-image-slider,
.section.dc-image-text-slider {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.dc-section > .inner, .section.dc-text-block > .inner, .section.dc-links-section > .inner, .section.dc-image-text > .inner, .section.dc-image > .inner, .section.dc-text-hotboxes > .inner, .section.dc-hotboxes > .inner, .section.dc-accordion > .inner, .section.dc-logo-carousel > .inner, .section.dc-large-image-slider > .inner,
.section.dc-image-text-slider > .inner {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto !important;
  z-index: 1;
}
.section.dc-section.fullwidth > .inner, .section.fullwidth.dc-text-block > .inner, .section.fullwidth.dc-links-section > .inner, .section.fullwidth.dc-image-text > .inner, .section.fullwidth.dc-image > .inner, .section.fullwidth.dc-text-hotboxes > .inner, .section.fullwidth.dc-hotboxes > .inner, .section.fullwidth.dc-accordion > .inner, .section.fullwidth.dc-logo-carousel > .inner, .section.fullwidth.dc-large-image-slider > .inner,
.section.fullwidth.dc-image-text-slider > .inner, .section.dc-section.full_width > .inner, .section.full_width.dc-text-block > .inner, .section.full_width.dc-links-section > .inner, .section.full_width.dc-image-text > .inner, .section.full_width.dc-image > .inner, .section.full_width.dc-text-hotboxes > .inner, .section.full_width.dc-hotboxes > .inner, .section.full_width.dc-accordion > .inner, .section.full_width.dc-logo-carousel > .inner, .section.full_width.dc-large-image-slider > .inner,
.section.full_width.dc-image-text-slider > .inner {
  max-width: 100%;
  padding-inline: 0 !important;
}

.section.dc-vert-default, .section.dc-text-block, .section.dc-links-section, .section.dc-image-text, .section.dc-image, .section.dc-text-hotboxes, .section.dc-hotboxes, .section.dc-logo-carousel {
  padding-block: 60px;
}
@media only screen and (min-width: 768px) {
  .section.dc-vert-default, .section.dc-text-block, .section.dc-links-section, .section.dc-image-text, .section.dc-image, .section.dc-text-hotboxes, .section.dc-hotboxes, .section.dc-logo-carousel {
    padding-block: 90px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-vert-default, .section.dc-text-block, .section.dc-links-section, .section.dc-image-text, .section.dc-image, .section.dc-text-hotboxes, .section.dc-hotboxes, .section.dc-logo-carousel {
    padding-block: 120px;
  }
}

.section.dc-vert-200, .section.dc-accordion {
  padding-block: clamp(60px, 12vw, 200px);
}

.section.dc-vert-180 {
  padding-block: clamp(50px, 10.5vw, 180px);
}

.section.dc-vert-140 {
  padding-block: clamp(40px, 8vw, 140px);
}

.section.dc-vert-120, .section.dc-large-image-slider,
.section.dc-image-text-slider {
  padding-block: clamp(30px, 7vw, 120px);
}

.section.dc-vert-100 {
  padding-block: clamp(30px, 6vw, 100px);
}

.section.dc-vert-80 {
  padding-block: clamp(30px, 5vw, 80px);
}

.section.dc-vert-60 {
  padding-block: clamp(20px, 4vw, 60px);
}

.section.dc-vert-50 {
  padding-block: clamp(20px, 3vw, 50px);
}

.section.dc-vert-40, .section.dc-text-block.v-center {
  padding-block: clamp(30px, 3vw, 40px);
  padding-block: clamp(30px, 3vw, 80px);
}

.section.dc-vert-20 {
  padding-block: clamp(15px, 2vw, 20px);
}

.section.dc-image.full_width > .inner .section_intro, .section.dc-section > .inner, .section.dc-text-block > .inner, .section.dc-links-section > .inner, .section.dc-image-text > .inner, .section.dc-image > .inner, .section.dc-text-hotboxes > .inner, .section.dc-hotboxes > .inner, .section.dc-accordion > .inner, .section.dc-logo-carousel > .inner, .section.dc-large-image-slider > .inner,
.section.dc-image-text-slider > .inner {
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .section.dc-image.full_width > .inner .section_intro, .section.dc-section > .inner, .section.dc-text-block > .inner, .section.dc-links-section > .inner, .section.dc-image-text > .inner, .section.dc-image > .inner, .section.dc-text-hotboxes > .inner, .section.dc-hotboxes > .inner, .section.dc-accordion > .inner, .section.dc-logo-carousel > .inner, .section.dc-large-image-slider > .inner,
.section.dc-image-text-slider > .inner {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-image.full_width > .inner .section_intro, .section.dc-section > .inner, .section.dc-text-block > .inner, .section.dc-links-section > .inner, .section.dc-image-text > .inner, .section.dc-image > .inner, .section.dc-text-hotboxes > .inner, .section.dc-hotboxes > .inner, .section.dc-accordion > .inner, .section.dc-logo-carousel > .inner, .section.dc-large-image-slider > .inner,
.section.dc-image-text-slider > .inner {
    padding-inline: 60px;
  }
}

.d_p_top {
  padding-top: 0 !important;
}

.d_p_bottom {
  padding-bottom: 0 !important;
}

.bg_white + .bg_white,
.bg_white + script + .bg_white,
.bg_blue + .bg_blue,
.bg_blue + script + .bg_blue,
.bg_1 + .bg_1,
.bg_1 + script + .bg_1,
.bg_2 + .bg_2,
.bg_2 + script + .bg_2,
.bg_3 + .bg_3,
.bg_3 + script + .bg_3 {
  padding-top: 0 !important;
}

.section.bg_white {
  background: var(--bg-color);
}
.section.bg_blue {
  background: var(--theme2-color);
  color: var(--light-color);
  border-radius: 0 0 clamp(20px, 3vw, 60px) clamp(20px, 3vw, 60px);
}
.section.bg_blue:has(+ .bg_blue) {
  border-radius: 0;
}
.section.bg_grey {
  background: var(--grey-color);
}
.section.bg_dark {
  background: var(--green-color);
  color: var(--light-color);
}

.section:not(.dc-cta) > .inner > .section_intro:last-child,
.section:not(.dc-cta) .item > .section_intro:last-child {
  margin-bottom: 0 !important;
}
.section:not(.dc-cta) > .inner > .section_intro > .description p:last-child,
.section:not(.dc-cta) .item > .section_intro > .description p:last-child {
  margin: 0;
}
.section:not(.dc-cta) > .inner > .section_intro > .description p span,
.section:not(.dc-cta) .item > .section_intro > .description p span {
  color: var(--theme-color);
  font-weight: 700;
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center),
.section:not(.dc-cta) .item > .section_intro:not(.center) {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro:not(.center),
.section:not(.dc-cta) .item > .section_intro:not(.center) {
    margin-bottom: 40px;
    padding-right: 50px;
  }
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center) .title,
.section:not(.dc-cta) .item > .section_intro:not(.center) .title {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro:not(.center) .title,
.section:not(.dc-cta) .item > .section_intro:not(.center) .title {
    margin-bottom: 12px;
  }
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center) > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro:not(.center) > .button-wrapper {
  position: relative;
  margin-top: 23px;
}
.section:not(.dc-cta) > .inner > .section_intro.center, .dc-links-section.section:not(.dc-cta) > .inner > .section_intro,
.section:not(.dc-cta) .item > .section_intro.center,
.section:not(.dc-cta) .dc-links-section > .inner .item > .section_intro,
.dc-links-section > .inner .section:not(.dc-cta) .item > .section_intro {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  margin-bottom: clamp(22px, 2.5vw, 45px) !important;
  padding-right: 0 !important;
  padding-top: clamp(20px, 2vw, 35px);
  text-align: center;
}
.section:not(.dc-cta) > .inner > .section_intro.center > .button-wrapper, .dc-links-section.section:not(.dc-cta) > .inner > .section_intro > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro.center > .button-wrapper,
.section:not(.dc-cta) .dc-links-section > .inner .item > .section_intro > .button-wrapper,
.dc-links-section > .inner .section:not(.dc-cta) .item > .section_intro > .button-wrapper {
  position: relative;
  right: unset;
  bottom: unset;
  margin-top: 35px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro.center > .button-wrapper, .dc-links-section.section:not(.dc-cta) > .inner > .section_intro > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro.center > .button-wrapper,
.section:not(.dc-cta) .dc-links-section > .inner .item > .section_intro > .button-wrapper,
.dc-links-section > .inner .section:not(.dc-cta) .item > .section_intro > .button-wrapper {
    margin-top: 40px;
  }
}
.border-top .section_intro {
  border-top: 1px solid var(--dark-color);
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .border-top .section_intro {
    padding-top: 110px;
  }
}

.section > .inner > .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .button-wrapper {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section > .inner > .button-wrapper a:nth-child(2) {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper a:nth-child(2) {
    margin: 20px 0 0 0;
  }
}

.header_logo,
.main_menu,
#menu-toggle,
.hero,
.video-wrapper,
h1 {
  -ms-transform: none !important;
      transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html:has(#wpadminbar) {
  margin-top: 0 !important;
}

#wpadminbar {
  z-index: 10000000 !important;
  position: absolute !important;
}

.home-2 .hero.video > .hero__inner .content {
  position: absolute;
  background: none;
  border: 0;
  bottom: 40px;
  max-width: 1620px;
  left: calc(50vw - 810px);
}
.home-2 .hero.video > .hero__inner .content h1 {
  text-align: left;
  font-size: 140px;
  max-width: 820px;
  overflow: visible;
  line-height: 1em;
}
.home-2 .our-culture,
.home-2 .ignite-cta {
  display: none;
}
.home-2 .dc-hotboxes {
  background: var(--grey-color);
}
.home-2 .dc-hotboxes .item {
  background: none !important;
}
.home-2 .dc-hotboxes .item .text2 {
  display: none;
}
.home-2 .our-services {
  max-width: 1520px !important;
  margin-inline: auto !important;
}
.home-2 .dc-project-grid h2 {
  text-align: left;
}
.home-2 .bg_brown {
  background: var(--grey-color);
}
.home-2 .footer-bottom-wrapper {
  background: #25636E;
}
.home-2 .section.dc-news-grid.style_1 {
  border: 10px solid var(--light-color);
  border-width: 20px 20px 0;
}
.home-2 .section.dc-news-grid.style_2 {
  border: 10px solid var(--light-color);
  border-width: 0 20px 20px;
}

/*------------------------------------*\
	ARTICLE SECTION COLS 
\*------------------------------------*/
.section > .inner.dc_cols > .section_content .item, .section.dc-image-text > .inner > .section_content .item, .section.dc-accordion > .inner > .section_content .item {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, .section.dc-image-text > .inner > .section_content .item, .section.dc-accordion > .inner > .section_content .item {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
}
.section > .inner.dc_cols > .section_content .item > .left, .section.dc-image-text > .inner > .section_content .item > .left, .section.dc-accordion > .inner > .section_content .item > .left,
.section > .inner.dc_cols > .section_content .item > .right,
.section.dc-image-text > .inner > .section_content .item > .right,
.section.dc-accordion > .inner > .section_content .item > .right {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, .section.dc-image-text > .inner > .section_content .item, .section.dc-accordion > .inner > .section_content .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .section > .inner.dc_cols.image_left > .section_content .item.image_left .left, .section.dc-image-text > .inner.image_left > .section_content .item.image_left .left, .section.dc-accordion > .inner.image_left > .section_content .item.image_left .left {
    padding-right: clamp(7.5px, 1vw, 10px);
  }
  .section > .inner.dc_cols.image_left > .section_content .item.image_left .right, .section.dc-image-text > .inner.image_left > .section_content .item.image_left .right, .section.dc-accordion > .inner.image_left > .section_content .item.image_left .right {
    padding-left: clamp(7.5px, 1vw, 10px);
  }
  .section > .inner.dc_cols.image_right .section_content .item, .section.dc-image-text > .inner.image_right .section_content .item, .section.dc-accordion > .inner.image_right .section_content .item,
.section > .inner.dc_cols > .section_content .item.image_right,
.section.dc-image-text > .inner > .section_content .item.image_right,
.section.dc-accordion > .inner > .section_content .item.image_right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .section > .inner.dc_cols.image_right .section_content .item .left, .section.dc-image-text > .inner.image_right .section_content .item .left, .section.dc-accordion > .inner.image_right .section_content .item .left,
.section > .inner.dc_cols > .section_content .item.image_right .left,
.section.dc-image-text > .inner > .section_content .item.image_right .left,
.section.dc-accordion > .inner > .section_content .item.image_right .left {
    padding-left: clamp(7.5px, 1vw, 10px);
  }
  .section > .inner.dc_cols.image_right .section_content .item .right, .section.dc-image-text > .inner.image_right .section_content .item .right, .section.dc-accordion > .inner.image_right .section_content .item .right,
.section > .inner.dc_cols > .section_content .item.image_right .right,
.section.dc-image-text > .inner > .section_content .item.image_right .right,
.section.dc-accordion > .inner > .section_content .item.image_right .right {
    padding-right: clamp(7.5px, 1vw, 10px);
  }
}
.section > .inner.dc_cols.align-center > .section_content .item > .right, .section.dc-image-text > .inner.align-center > .section_content .item > .right, .section.dc-accordion > .inner.align-center > .section_content .item > .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_50_50 > .section_content .item .left, .section.dc-image-text > .inner > .section_content .item .left, .section.dc-accordion > .inner > .section_content .item .left,
.section > .inner.col_50_50 > .section_content .item .right,
.section.dc-image-text > .inner > .section_content .item .right,
.section.dc-accordion > .inner > .section_content .item .right {
    width: 49.998%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_33_66 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_33_66 > .section_content .item .right {
    width: 33%;
    min-width: 330px;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_66_33 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_66_33 > .section_content .item .right {
    width: 66%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_40_60 > .section_content .item .left, .section.dc-image-text.col_40_60 > .inner > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_40_60 > .section_content .item .right, .section.dc-image-text.col_40_60 > .inner > .section_content .item .right {
    width: 41%;
  }
}

/*------------------------------------*\
	DC GRID ITEMS
\*------------------------------------*/
.grid-items:not(.grid), .section.dc-hotboxes > .inner .section_content .items:not(.grid) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid), .section.dc-hotboxes > .inner .section_content .items:not(.grid) {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin-bottom: -15px;
  }
}
.grid-items:not(.grid) .slick-list, .section.dc-hotboxes > .inner .section_content .items:not(.grid) .slick-list {
  overflow: visible;
}
.grid-items:not(.grid) .slick-list .slick-track, .section.dc-hotboxes > .inner .section_content .items:not(.grid) .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.grid-items:not(.grid).col2, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col2 {
  width: calc(100% + clamp(15px, 2.5vw, 50px));
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col2, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col2 {
    width: 100%;
  }
}
.grid-items:not(.grid).col2 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col2 .item {
  width: calc(calc(100% / 2) - clamp(15px, 2.5vw, 50px));
  margin-right: clamp(15px, 2.5vw, 50px);
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col2 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col2 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items:not(.grid).col3, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 {
  width: calc(100% + clamp(15px, 1.5vw, 30px));
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col3, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 {
    width: calc(100% + clamp(15px, 1.5vw, 30px));
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col3, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 {
    width: 100%;
  }
}
.grid-items:not(.grid).col3 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 .item {
  width: calc(calc(100% / 3) - clamp(15px, 1.5vw, 30px));
  margin-right: clamp(15px, 1.5vw, 30px);
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col3 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 .item {
    width: calc(33.3333333333% - clamp(15px, 1.5vw, 30px));
    margin-right: clamp(15px, 1.5vw, 30px);
  }
}
@media only screen and (max-width: 849px) {
  .grid-items:not(.grid).col3 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 .item {
    width: calc(50% - clamp(15px, 1.5vw, 30px));
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col3 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 .item {
    width: 100%;
  }
}
.grid-items:not(.grid).col4, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 {
  width: calc(100% + clamp(15px, 2.5vw, 50px));
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col4, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 {
    width: calc(100% + clamp(15px, 1.5vw, 30px));
  }
}
@media only screen and (max-width: 767px) {
  .grid-items:not(.grid).col4, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 {
    width: 100%;
  }
}
.grid-items:not(.grid).col4 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 .item {
  width: calc(calc(100% / 4) - clamp(15px, 2.5vw, 50px));
  margin-right: clamp(15px, 2.5vw, 50px);
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col4 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 .item {
    width: calc(50% - clamp(15px, 1.5vw, 30px));
    margin-right: clamp(15px, 1.5vw, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-items:not(.grid).col4 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 .item {
    width: calc(50% - clamp(15px, 1.5vw, 30px));
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col4 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items:not(.grid).slick-slider, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider {
  display: block;
  width: calc(100% + clamp(15px, 1.5vw, 30px));
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).slick-slider, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider {
    width: calc(100% + clamp(15px, 1.5vw, 30px));
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).slick-slider, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider {
    width: calc(100% + 8px);
  }
}
.grid-items:not(.grid).slick-slider .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider .item {
  margin-right: clamp(15px, 1.5vw, 30px);
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).slick-slider .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider .item {
    margin-right: clamp(15px, 1.5vw, 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).slick-slider .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider .item {
    margin-right: 8px;
  }
}

/*------------------------------------*\
  DC CAROUSELS
\*------------------------------------*/
:root {
  --cards-carousel-minus-margin: -15px;
  --cards-carousel-card-margin-right: 15px;
}

.section.dc-large-image-slider,
.dc-image-text-slider {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section.dc-large-image-slider,
.dc-image-text-slider {
    max-width: 540px;
    margin-inline: auto;
  }
}
.section.dc-large-image-slider .section_content .item,
.dc-image-text-slider .section_content .item {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section.dc-large-image-slider .section_content .item,
.dc-image-text-slider .section_content .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.section.dc-large-image-slider .section_content .image-wrapper img,
.dc-image-text-slider .section_content .image-wrapper img {
  display: block;
  border: clamp(2px, 0.3vw, 5px) solid var(--light-color);
  border-radius: clamp(10px, 1.5vw, 30px);
}
.section.dc-large-image-slider .section_content .content-wrapper,
.dc-image-text-slider .section_content .content-wrapper {
  padding-top: clamp(20px, 2.5vw, 50px);
}
@media only screen and (min-width: 768px) {
  .section.dc-large-image-slider .section_content .content-wrapper,
.dc-image-text-slider .section_content .content-wrapper {
    padding-left: clamp(20px, 2.5vw, 50px);
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-large-image-slider .section_content .item.text_left,
.dc-image-text-slider .section_content .item.text_left {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .section.dc-large-image-slider .section_content .item.text_left .content-wrapper,
.dc-image-text-slider .section_content .item.text_left .content-wrapper {
    padding-left: unset;
    padding-right: clamp(20px, 2.5vw, 50px);
  }
}

@media only screen and (min-width: 768px) {
  .section.dc-large-image-slider .section_content .item .content-wrapper {
    width: clamp(250px, 33%, 330px);
  }
  .section.dc-large-image-slider .section_content .item .image-wrapper {
    -ms-flex: 1;
        flex: 1;
  }
  .section.dc-large-image-slider .section_content .item .image-wrapper img {
    width: 100%;
  }
}
.section.dc-large-image-slider.slide-grid .item:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 70px);
}
@media only screen and (min-width: 768px) {
  .section.dc-large-image-slider.slide-grid .item .content-wrapper {
    width: clamp(250px, 40%, 500px);
  }
}

@media only screen and (min-width: 768px) {
  .dc-image-text-slider .section_content .item {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-image-text-slider .section_content .item .content-wrapper {
    -ms-flex: 1;
        flex: 1;
  }
  .dc-image-text-slider .section_content .item .image-wrapper {
    -ms-flex: 1;
        flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-slider .section_content .item .content-wrapper {
    padding-inline: 0 clamp(40px, 5vw, 100px);
  }
}

/*------------------------------------*\
  DC CAROUSELS
\*------------------------------------*/
:root {
  --cards-carousel-minus-margin: -15px;
  --cards-carousel-card-margin-right: 15px;
}

.section.dc-logo-carousel {
  overflow: hidden;
}
.section.dc-logo-carousel > .inner {
  max-width: 1915px;
}
.section.dc-logo-carousel .slick-list {
  overflow: visible;
}
.section.dc-logo-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section.dc-logo-carousel .slick-track > .item {
  padding: 0 10px;
}
.section.dc-logo-carousel .slick-track > .item img {
  max-height: clamp(100px, 20vw, 20vw);
}
.section.dc-logo-carousel .section_content > .description {
  margin-top: clamp(45px, 7vw, 75px);
}
.section.dc-logo-carousel .section_content > .description p {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}

.dc-logo-carousel:has(+ script + .dc-logo-carousel) {
  padding-bottom: clamp(20px, 3vw, 60px);
}

/* BLOCKS */
/*------------------------------------*\
  ACCORDION
\*------------------------------------*/
.section.dc-accordion {
  position: relative;
  z-index: 11;
}
.section.dc-accordion .left .image-wrapper {
  margin-right: 17%;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion .left .image-wrapper {
    margin-bottom: 50px;
    margin-right: 0;
    width: 100%;
  }
}
.section.dc-accordion .left .image-wrapper img {
  display: block;
  border-radius: clamp(10px, 1.5vw, 30px);
  border: clamp(2px, 0.3vw, 5px) solid var(--light-color);
}
.section.dc-accordion .accordion-wrapper {
  margin-top: clamp(30px, 3vw, 50px);
}
.section.dc-accordion .accordion {
  padding-block: 24px;
  padding-inline: clamp(14px, 1.5vw, 28px);
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 4px;
  background: var(--light-color);
  border-radius: clamp(6px, 1vw, 15px);
}
.section.dc-accordion .accordion:after {
  content: "+";
  position: absolute;
  right: clamp(20px, 2vw, 40px);
  top: 25px;
  width: 28px;
  height: 26px;
  padding-bottom: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--theme-color);
  border-radius: 40px;
  font-size: 22px;
  font-weight: 400 !important;
  color: var(--light-color);
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.section.dc-accordion .accordion:after:hover {
  content: "-";
}
.section.dc-accordion .accordion .title {
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.section.dc-accordion .accordion .title h3 {
  margin-bottom: 0;
  padding-right: clamp(50px, 6vw, 100px);
  -ms-flex: 1;
      flex: 1;
  transition: all 350ms ease-in-out;
}
.section.dc-accordion .accordion .content {
  overflow: hidden;
  max-height: 0;
  max-width: 1100px;
  padding-right: clamp(50px, 6vw, 100px);
  transition: max-height 0.2s ease-in-out;
}
.section.dc-accordion .accordion .content .content-wrap {
  padding-block: 20px;
}
.section.dc-accordion .accordion.active:after {
  content: "-";
  background: var(--theme2-color);
}
.section.dc-accordion .accordion.active .content {
  max-height: 3000px;
  transition: max-height 1.5s ease-in-out;
}
.section.dc-accordion .accordion:not(.active) {
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.section.dc-accordion.image-text-links .accordion:after {
  content: "";
  background-image: url(../img/icon-link-button.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section.dc-accordion.image-text-links .accordion .content {
  max-height: 1000px;
}
.section.dc-accordion.image-text-links .accordion .content .content-wrap {
  padding-block: 6px 0;
  transition: all 0.2s ease-in-out;
}

.section.dc-accordion.image-text-links .accordion .content .content-wrap .button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 100000;
}

.section.dc-accordion.image-text-links .accordion:has(.content .content-wrap .button:hover) {
  background: var(--theme2-color);
}

.section.dc-accordion.image-text-links .accordion:has(.content .content-wrap .button:hover) .title h3, .section.dc-accordion.image-text-links .accordion:has(.content .content-wrap .button:hover) .content-wrap {
  color: var(--light-color);
}

/*------------------------------------*\
  HOTBOXS
\*------------------------------------*/
.section.dc-hotboxes > .inner .section_content .items .item {
  position: relative;
  border-radius: clamp(10px, 1.5vw, 30px);
  border: 3px solid var(--light-color);
  overflow: hidden;
}
.section.dc-hotboxes > .inner .section_content .items .item .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 576/377;
}
.section.dc-hotboxes > .inner .section_content .items .item .image-wrapper img {
  object-fit: cover;
}
.section.dc-hotboxes > .inner .section_content .items .item .image-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 39, 49, 0.5);
}
.section.dc-hotboxes > .inner .section_content .items .item .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: clamp(20px, 2vw, 30px);
}
.section.dc-hotboxes > .inner .section_content .items .item .text h3 {
  margin: 0;
}
.section.dc-hotboxes > .inner .section_content .items .item .text p {
  margin: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 250ms ease-in-out;
}
.section.dc-hotboxes > .inner .section_content .items .item:hover .text p {
  opacity: 1;
  max-height: 200px;
}

.hero + script + .section.dc-hotboxes {
  margin-top: -80px;
}
.hero + script + .section.dc-hotboxes > .inner {
  padding-top: 60px;
}

.section.dc-text-hotboxes > .inner .section_content .grid-items + .grid-items, .section.dc-text-hotboxes > .inner .section.dc-hotboxes > .inner .section_content .items + .grid-items, .section.dc-hotboxes > .inner .section.dc-text-hotboxes > .inner .section_content .items + .grid-items, .section.dc-text-hotboxes > .inner .section.dc-hotboxes > .inner .section_content .grid-items + .items, .section.dc-hotboxes > .inner .section.dc-text-hotboxes > .inner .section_content .grid-items + .items, .section.dc-text-hotboxes > .inner .section.dc-hotboxes > .inner .section_content .items + .items, .section.dc-hotboxes > .inner .section.dc-text-hotboxes > .inner .section_content .items + .items {
  margin-top: 50px;
}
.section.dc-text-hotboxes > .inner .section_content .text-hotbox-wrapper .item {
  margin-bottom: 40px;
}
.section.dc-text-hotboxes > .inner .section_content .image-hotbox-wrapper .item {
  margin-bottom: 20px;
}
.section.dc-text-hotboxes > .inner .section_content .image-hotbox-wrapper img {
  display: block;
  border-radius: clamp(10px, 1.5vw, 30px);
  border: 3px solid var(--light-color);
}

/*------------------------------------*\
  IMAGE
\*------------------------------------*/
.section.dc-image.thin_width > .inner {
  max-width: 1220px;
}
.section.dc-image.full_width > .inner {
  max-width: 100%;
}
.section.dc-image.full_width > .inner .section_intro {
  max-width: 1640px;
  margin-inline: auto;
}
.section.dc-image > .inner {
  position: relative;
  max-width: 1910px;
}
.section.dc-image .section_intro {
  position: absolute !important;
  top: clamp(60px, 8vw, 120px);
  left: clamp(60px, 8vw, 120px);
}
.section.dc-image .section_intro h2 {
  color: var(--light-color);
  max-width: clamp(400px, 64vw, 925px);
}
.section.dc-image .section_content img {
  display: block;
  border-radius: clamp(10px, 1.5vw, 30px);
  border: 5px solid var(--light-color);
}
.section.dc-image.no-title .grid-items, .section.dc-image.no-title .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section_content .section.dc-image.no-title .items {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-image .grid-items, .section.dc-image .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section_content .section.dc-image .items {
    display: -ms-flexbox;
    display: flex;
  }
}
.section.dc-image .grid-items .item, .section.dc-image .section.dc-hotboxes > .inner .section_content .items .item, .section.dc-hotboxes > .inner .section_content .section.dc-image .items .item {
  margin-bottom: 54px;
}
.section.dc-image .grid-items .item img, .section.dc-image .section.dc-hotboxes > .inner .section_content .items .item img, .section.dc-hotboxes > .inner .section_content .section.dc-image .items .item img {
  display: block;
  width: 100%;
}
.section.dc-image .grid-items.col1 .item, .section.dc-image .section.dc-hotboxes > .inner .section_content .col1.items .item, .section.dc-hotboxes > .inner .section_content .section.dc-image .col1.items .item {
  width: 100%;
}

.dc-image-text + .dc-image {
  padding-top: 0 !important;
}
.dc-image-text + .dc-image:before {
  content: "";
  background: var(--theme2-color);
  border-radius: 0 0 clamp(10px, 1.5vw, 30px) clamp(10px, 1.5vw, 30px);
  width: 100%;
  height: 170px;
  position: absolute;
  top: -50px;
  left: 0;
}

/*------------------------------------*\
	IMAGE TEXT BOX
\*------------------------------------*/
.section.dc-image-text > .inner .right > .content-wrapper {
  padding-top: clamp(20px, 2vw, 35px);
}
.section.dc-image-text > .inner .right > .content-wrapper > h2:first-child {
  max-width: 510px;
  margin-bottom: clamp(20px, 1.5vw, 34px);
}
.section.dc-image-text > .inner h2,
.section.dc-image-text > .inner h3,
.section.dc-image-text > .inner h4,
.section.dc-image-text > .inner h5,
.section.dc-image-text > .inner .text {
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  .section.dc-image-text > .inner h2,
.section.dc-image-text > .inner h3,
.section.dc-image-text > .inner h4,
.section.dc-image-text > .inner h5,
.section.dc-image-text > .inner .text {
    width: 100%;
  }
}
.section.dc-image-text > .inner .image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: clamp(10px, 1.5vw, 30px);
  background-color: var(--light-color);
}
@media only screen and (max-width: 767px) {
  .section.dc-image-text > .inner .image-wrapper {
    margin-top: 30px !important;
  }
}
.section.dc-image-text > .inner .image-wrapper > img {
  display: block;
  -ms-transform: none !important;
      transform: none !important;
}
.section.dc-image-text > .inner .image-wrapper .play-icon {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: url("../img/play-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.section.dc-image-text > .inner .image-wrapper a.video-link {
  position: absolute;
  inset: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-image-text > .inner.image_left .image-wrapper {
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
  .section.dc-image-text > .inner.image_left .content-wrapper {
    padding-left: 16.666%;
  }
  .section.dc-image-text > .inner.image_right .image-wrapper {
    -ms-transform-origin: right top;
        transform-origin: right top;
  }
  .section.dc-image-text > .inner.image_right .content-wrapper {
    padding-right: 16.666%;
  }
}
.section.dc-image-text.wider-text > .inner .right > .content-wrapper > h2:first-child {
  max-width: 590px;
}
footer.footer .section.dc-image-text {
  padding-inline: 20px;
  padding-block: 0 !important;
  display: none;
}
.home footer.footer .section.dc-image-text, .home-dc footer.footer .section.dc-image-text, .home-new footer.footer .section.dc-image-text {
  display: block;
}
footer.footer .section.dc-image-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--theme2-color);
  height: 260px;
  border-radius: clamp(20px, 3vw, 60px) clamp(20px, 3vw, 60px) 0 0;
}
footer.footer .section.dc-image-text > .inner {
  background: url("/witchcliffe/wp-content/themes/digitalcreative/img/footer-cta-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: clamp(10px, 1.5vw, 30px);
  border: clamp(2px, 0.3vw, 5px) solid var(--light-color);
  padding-block: clamp(60px, 6vw, 120px);
  max-width: 1790px !important;
  position: relative;
}
footer.footer .section.dc-image-text > .inner .left:after {
  display: none;
}
footer.footer .section.dc-image-text > .inner .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer.footer .section.dc-image-text > .inner .item {
  background: var(--light-color);
  border-radius: clamp(10px, 1.5vw, 30px);
  border: 3px solid var(--light-color);
  overflow: hidden;
  max-width: 1280px;
  margin-inline: auto;
}
footer.footer .section.dc-image-text > .inner .image-wrapper {
  -webkit-mask-image: unset;
          mask-image: unset;
  -webkit-mask-size: unset;
          mask-size: unset;
  -webkit-mask-repeat: unset;
          mask-repeat: unset;
  -webkit-mask-position: unset;
          mask-position: unset;
  overflow: hidden;
}
footer.footer .section.dc-image-text > .inner .image-wrapper > img {
  object-position: right bottom;
}
footer.footer .section.dc-image-text > .inner .content-wrapper {
  padding: clamp(15px, 2vw, 40px) clamp(20px, 4vw, 80px);
}
footer.footer .section.dc-image-text > .inner .content-wrapper span.cta-footer-title {
  color: var(--theme2-color);
  line-height: 1.1em;
  display: block;
  margin-bottom: clamp(20px, 2.5vw, 40px);
}
.section.dc-image-text.video > .inner .left:after {
  display: none;
}
.section.dc-image-text.video > .inner .image-wrapper {
  border: clamp(2px, 0.3vw, 5px) solid var(--light-color);
  border-radius: clamp(10px, 1.5vw, 30px);
  -webkit-mask-image: none;
          mask-image: none;
}

/*------------------------------------*\
    Links Section
\*------------------------------------*/
.dc-links-section > .inner > .section_content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  column-gap: clamp(15px, 1.5vw, 30px);
  row-gap: clamp(10px, 1vw, 20px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dc-links-section > .inner > .section_content .item {
  -ms-flex: 1;
      flex: 1;
  max-width: 550px;
  min-width: 300px;
}
.dc-links-section > .inner > .section_content .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  column-gap: clamp(10px, 1vw, 20px);
  row-gap: clamp(5px, 0.5vw, 10px);
  padding-block: 24px;
  padding-inline: clamp(14px, 1.5vw, 28px);
  position: relative;
  height: 100%;
  background: var(--light-color);
  border-radius: clamp(6px, 1vw, 15px);
  border: 3px solid var(--light-color);
  color: var(--theme2-color);
  font-weight: 700;
}
.dc-links-section > .inner > .section_content .item a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 28px;
  height: 35px;
  background: url("../img/icon-downloads.svg");
  transition: all 150ms ease-in-out;
}
.dc-links-section > .inner > .section_content .item a:hover {
  border-color: var(--theme-color);
}
.dc-links-section > .inner > .section_content .section_link {
  text-align: center;
  margin-top: 30px;
}

/*------------------------------------*\
  TEXT BOX    
\*------------------------------------*/
.section.dc-text-block .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.section.dc-text-block .items .item {
  width: 100%;
  padding-top: 30px;
}
.section.dc-text-block .items .item:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block .items .item.width_12 {
    width: 100%;
    max-width: 1000px;
  }
  .section.dc-text-block .items .item.width_6_6, .section.dc-text-block .items .item.width_8_4, .section.dc-text-block .items .item.width_4_8, .section.dc-text-block .items .item.width_7_5, .section.dc-text-block .items .item.width_5_7 {
    padding: 45px 50px 0 50px;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(odd), .section.dc-text-block .items .item.width_8_4:nth-child(odd), .section.dc-text-block .items .item.width_4_8:nth-child(odd), .section.dc-text-block .items .item.width_7_5:nth-child(odd), .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(even), .section.dc-text-block .items .item.width_8_4:nth-child(even), .section.dc-text-block .items .item.width_4_8:nth-child(even), .section.dc-text-block .items .item.width_7_5:nth-child(even), .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(1), .section.dc-text-block .items .item.width_6_6:nth-child(2), .section.dc-text-block .items .item.width_8_4:nth-child(1), .section.dc-text-block .items .item.width_8_4:nth-child(2), .section.dc-text-block .items .item.width_4_8:nth-child(1), .section.dc-text-block .items .item.width_4_8:nth-child(2), .section.dc-text-block .items .item.width_7_5:nth-child(1), .section.dc-text-block .items .item.width_7_5:nth-child(2), .section.dc-text-block .items .item.width_5_7:nth-child(1), .section.dc-text-block .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  .section.dc-text-block .items .item.width_6_6 {
    width: 50%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 15px 0 15px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1), .section.dc-text-block .items .item.width_4_4_4:nth-child(2), .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}
.section.dc-text-block .dc-intro p {
  line-height: 1.23;
  margin-bottom: 55px;
}
.section.dc-text-block .dc-intro:last-child {
  margin-bottom: 0;
}
.section.dc-text-block.v-center h2 {
  margin: 0;
}
.section.dc-text-block.v-center p {
  max-width: 350px;
}
.section.dc-text-block.v-center p:last-child {
  margin: 0;
}
.section.dc-text-block.v-center img {
  display: block;
  width: 100%;
}
.section.dc-text-block.v-center .items {
  -ms-flex-align: center;
      align-items: center;
}
.section.dc-text-block.v-center .items .item:nth-child(3) p {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  div[id^=tablepress-] {
    width: 90%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  div[id^=tablepress-] {
    width: 100%;
    overflow-y: scroll;
  }
}
div[id^=tablepress-] th,
div[id^=tablepress-] td {
  font-size: 14px;
  padding-block: clamp(4px, 1.5vw, 20px) !important;
  padding-inline: clamp(6px, 2vw, 30px) !important;
}
div[id^=tablepress-] thead tr th {
  background: var(--light-color);
}
div[id^=tablepress-] thead tr th:first-child {
  border-radius: 0 0 0 15px;
}
div[id^=tablepress-] thead tr th:last-child {
  border-radius: 0 0 15px 0;
}
div[id^=tablepress-] tbody tr td {
  background: var(--theme2-color) !important;
  border: 1px solid var(--theme-color);
  border-width: 0 0 1px;
  color: var(--light-color) !important;
  padding-block: 18px;
}

.section_intro:has(div[id^=tablepress-]) {
  padding-right: 0 !important;
}

.dt-layout-row:has(.dt-input),
.dt-layout-row:has(.paging_simple_numbers) {
  display: none;
}

.dt-layout-row.dt-layout-table .dt-layout-cell {
  padding-top: 0;
}

.tablepress thead .dt-orderable-asc:hover,
.tablepress thead .dt-orderable-desc:hover,
.tablepress thead .dt-ordering-asc,
.tablepress thead .dt-ordering-desc {
  background: var(--theme-color);
}

br:has(+ div[id^=tablepress-]) {
  display: none;
}

.tablepress a.dc-table-link {
  position: absolute;
  left: 0;
  top: 5%;
  height: 90%;
  width: 100%;
  display: block;
}

.tablepress tr {
  position: relative;
}

div[id^=image-map-pro-] {
  border-radius: clamp(10px, 1.5vw, 30px) !important;
  border: clamp(2px, 0.3vw, 5px) solid var(--light-color) !important;
  overflow: hidden;
}

.section.dc-text-block .items .item.width_12:has(div[class^=cq-hotspot-container]) {
  max-width: 100%;
}

section.section.dc-text-block .imp-objects .imp-object-poly[data-object-id=c709652c-b78a-4132-a05b-e19877752110] {
  opacity: 1 !important;
}
section.section.dc-text-block .imp-objects .imp-object-poly[data-object-id=c709652c-b78a-4132-a05b-e19877752110] polygon {
  fill: rgb(248, 176, 136);
  stroke: white;
  stroke-width: 2px;
}

section.section.dc-text-block .imp-objects .imp-object-poly[data-object-id="75f4389b-cb44-4335-8c3d-b11105136d09"] {
  opacity: 1 !important;
}
section.section.dc-text-block .imp-objects .imp-object-poly[data-object-id="75f4389b-cb44-4335-8c3d-b11105136d09"] polygon {
  fill: rgb(167, 129, 88);
  stroke: white;
  stroke-width: 2px;
}

section.section.dc-text-block .imp-objects .imp-object-poly[data-object-id=b5714744-631a-47e2-8013-20e429fbd496] {
  opacity: 1 !important;
}
section.section.dc-text-block .imp-objects .imp-object-poly[data-object-id=b5714744-631a-47e2-8013-20e429fbd496] polygon {
  fill: rgb(167, 129, 88);
  stroke: white;
  stroke-width: 2px;
}

section.section.dc-text-block .imp-objects .imp-object-poly[data-object-id="05c16fd3-1802-4d87-95bd-14f9c29f3edb"] {
  opacity: 1 !important;
}
section.section.dc-text-block .imp-objects .imp-object-poly[data-object-id="05c16fd3-1802-4d87-95bd-14f9c29f3edb"] polygon {
  fill: rgb(135, 94, 63);
  stroke: white;
  stroke-width: 2px;
}

.imp-object-rect[data-object-id="617de9be-2c2e-4ef9-9f75-02c60b436d3b"] {
  background: rgb(0, 95, 118) !important;
  opacity: 0 !important;
}
.imp-objects:hover .imp-object-rect[data-object-id="617de9be-2c2e-4ef9-9f75-02c60b436d3b"] {
  opacity: 0.4 !important;
}

img.popover-image {
  display: block;
  border-radius: clamp(10px, 1.5vw, 30px);
  border: 5px solid var(--light-color);
}

/* GRAVITY FORMS */
/*------------------------------------*\
	GRAVITY FORM
\*------------------------------------*/
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container textarea.medium,
.gform_wrapper .ginput_container textarea.large,
.gform_wrapper .ginput_container textarea.small,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container #theme-page select {
  color: var(--dark-color) !important;
  font-size: 16px !important;
  line-height: 18px;
  background-color: var(--light-color) !important;
  box-shadow: none;
  margin: 0 !important;
  padding: 10px 16px 10px !important;
  width: 100%;
  max-width: 100%;
  border: 0 none !important;
  border-bottom: 1px solid #111111 !important;
  border-radius: 0;
  -webkit-appearance: button;
}
.gform_wrapper .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .ginput_container #theme-page select::-webkit-input-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:-moz-placeholder,
.gform_wrapper .ginput_container select:-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:-moz-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .ginput_container select:-ms-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:-ms-input-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]:focus,
.gform_wrapper .ginput_container input[type=number]:focus,
.gform_wrapper .ginput_container input[type=password]:focus,
.gform_wrapper .ginput_container input[type=tel]:focus,
.gform_wrapper .ginput_container input[type=text]:focus,
.gform_wrapper .ginput_container input[type=url]:focus,
.gform_wrapper .ginput_container textarea.medium:focus,
.gform_wrapper .ginput_container textarea.large:focus,
.gform_wrapper .ginput_container textarea.small:focus,
.gform_wrapper .ginput_container select:focus,
.gform_wrapper .ginput_container #theme-page select:focus {
  background: var(--light-color) !important;
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus:-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus:-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:focus:-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:focus:-moz-placeholder,
.gform_wrapper .ginput_container select:focus:-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus:-moz-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus::-moz-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: var(--dark-color) !important;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container textarea.medium,
.gform_wrapper .ginput_container textarea.large,
.gform_wrapper .ginput_container textarea.small,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container #theme-page select {
    font-size: 18px !important;
  }
  .gform_wrapper .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .ginput_container #theme-page select::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .gform_wrapper .ginput_container input[type=email]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:-moz-placeholder,
.gform_wrapper .ginput_container select:-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:-moz-placeholder {
    font-size: 18px !important;
  }
  .gform_wrapper .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select::-moz-placeholder {
    font-size: 18px !important;
  }
  .gform_wrapper .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .ginput_container select:-ms-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:-ms-input-placeholder {
    font-size: 18px !important;
  }
}

.gform_wrapper .gform-body .gfield .gfield_label {
  color: #111111 !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform-body .gfield .gfield_label {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
.gform_wrapper .gform-body .gfield:focus .gfield_label {
  color: var(--dark-color);
}

.gform_wrapper .gform_footer {
  margin: 45px 0 0 !important;
  padding: 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer {
    margin-top: 35px !important;
    padding-top: 0 !important;
  }
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  margin: 0 !important;
  padding: 20px 30px !important;
  border: 1px solid var(--dark-color) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--dark-color) !important;
  line-height: 16px !important;
  font-size: 16px !important;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    line-height: 2;
    min-height: 2rem;
    max-width: 560px;
  }
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: var(--dark-color) !important;
  color: var(--theme-color) !important;
}

.gform_wrapper > .gform_validation_errors {
  display: none;
}
.gform_wrapper > .gform_validation_errors + form {
  padding-bottom: 30px;
}
@media only screen and (max-width: 849px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 10px;
  }
  .gform_wrapper > .gform_validation_errors + form div.gform_body ul.top_label.form_sublabel_below li.gfield {
    margin-bottom: 50px !important;
  }
}
.gform_wrapper .gfield.gfield_error .validation_message {
  font-weight: 400;
  color: red;
}
.gform_wrapper form div.gform_body .top_label.form_sublabel_below .gfield.gfield.gfield_error > .gfield_label {
  color: red !important;
}
.gform_wrapper form div.gform_body .top_label.form_sublabel_below .gfield.gfield.gfield_error > .ginput_container > input {
  border-color: red !important;
}

.form-wrapper .title h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1099px) {
  .form-wrapper .title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 949px) {
  .form-wrapper .title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .form-wrapper .title h2 {
    font-size: 22px;
  }
}

/* FANCYBOX */
/* PAGES */
