/*
    HTML5 Reset :: style.css
    ----------------------------------------------------------
    We have learned much from/been inspired by/taken code where offered from:
    Eric Meyer                  :: http://meyerweb.com
    HTML5 Doctor                :: http://html5doctor.com
    and the HTML5 Boilerplate   :: http://html5boilerplate.com
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

main, article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
    In fact, it *will* cause problems with Google Maps' controls at small size.
    If this is the case for you, try uncommenting the following:
#map img {
        max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
    you'll have to restore the bullets within content,
    which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: separate; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after { content: " "; display: block; clear: both; }
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.bg-gray {
  background: #F8F8F8;
}
.bg-dark {
  background: #434E6E;
}
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.block-standard .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .block-standard .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .block-standard .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.column-layout {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page {
  overflow: hidden;
}
.page article {
  margin-top: 100px;
}
.page article #cmplz-document {
  max-width: none;
}
.page article #cmplz-document p {
  font-size: 1rem;
}
.page article #cmplz-document h2,
.page article #cmplz-document h3 {
  letter-spacing: 0;
}
.page article #cmplz-document .cmplz-subtitle {
  color: #434E6E;
  font-weight: 600;
}
#page.toggled {
  height: 100vh;
  overflow: hidden;
}
html {
  font-family: 'Rubik', sans-serif;
  font-weight: 400 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.875;
  color: #565872;
  font-size: 16px;
}
a,
.btn {
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  cursor: pointer;
}
a {
  color: #0093DD;
}
a:hover {
  text-decoration: none !important;
}
a.link-block {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
p {
  margin-bottom: 25px;
}
p.no-mb {
  margin-bottom: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  color: #434E6E;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  line-height: 1.2875;
  letter-spacing: -1px;
  display: block;
  margin-bottom: 20px;
}
h1,
.h1 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4.375rem;
  }
}
h2,
.h2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}
ul {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-bottom: 40px;
}
ul li {
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}
ul li .icon-wrapper {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0093DD;
  border-radius: 100%;
  margin-right: 12px;
}
ul li .icon-wrapper svg {
  width: 12px;
  height: 12px;
}
ul li .icon-wrapper svg path {
  fill: #fff;
}
.text-color-primary {
  color: #0093DD;
}
.section-title {
  color: #0093DD;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 3.3px;
  font-weight: 500;
  display: block;
  font-size: 0.938rem;
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 1rem;
  }
}
.text-centered {
  text-align: center;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form input,
form textarea {
  border: 2px solid #E1E1E1;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  font-size: 1rem;
}
form input::placeholder,
form textarea::placeholder {
  color: #565872;
}
form input:focus,
form textarea:focus,
form input:focus-visible,
form textarea:focus-visible,
form input:active,
form textarea:active {
  border-color: #0093DD;
  border-radius: 0 !important;
  outline: none;
}
form textarea {
  padding: 20px 20px;
  height: 200px;
}
form input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
form .input-wrapper {
  margin-bottom: 20px;
}
form .input-wrapper .wpcf7-list-item {
  margin: 0;
}
form .input-wrapper .wpcf7-list-item > * {
  display: flex;
  align-items: center;
}
form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
form .col-2 {
  margin-bottom: 20px;
  gap: 20px;
}
form .col-2 .input-wrapper {
  margin-bottom: 0;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1rem;
  margin-top: 10px;
  text-align: left;
  margin-bottom: -10px;
}
form.wpcf7-form div.wpcf7-response-output {
  border: none;
  text-align: left;
  margin: 0;
  padding: 10px 20px;
  margin-top: 20px;
  background: orange;
  color: #fff;
}
form.wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors {
  background: red;
}
form.wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: green;
}
form.wpcf7-form.submitting .btn span {
  display: none;
}
form.wpcf7-form.submitting .btn:after {
  content: "";
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection--single {
  border: 2px solid #E1E1E1;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #565872;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  form input {
    height: 70px;
  }
  form .select2-container--default {
    width: 100% !important;
  }
  form .select2-container--default .select2-selection--single {
    height: 70px;
  }
  form.wpcf7-form .wpcf7-not-valid-tip {
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 1200px) {
  form .col-2 {
    margin-bottom: 30px;
    gap: 30px;
  }
  form .input-wrapper {
    margin-bottom: 30px;
  }
}
.select2-container ul.select2-results__options {
  max-height: 280px !important;
}
.select2-container ul li {
  padding: 12px 20px;
  margin-bottom: 0;
}
.select2-container ul li.select2-results__option--highlighted[aria-selected] {
  background-color: #0093DD;
}
.select2-dropdown {
  border-radius: 0;
  border: 2px solid #E1E1E1;
}
.main-navigation {
  display: flex;
}
.main-navigation .menu-toggle {
  border: none;
  padding: 0;
  background: transparent;
  height: 30px;
  display: block;
  position: relative;
  z-index: 999;
  width: auto;
}
.main-navigation .menu-toggle:before {
  display: none;
}
.main-navigation .menu-toggle > span {
  display: block;
  width: 30px;
  height: 3px;
  background: #434E6E;
}
.main-navigation .menu-toggle > span:nth-child(2) {
  margin: 7px 0;
}
.main-navigation > div {
  position: absolute;
  width: 100%;
  top: 0;
  background: #434E6E;
  left: 0;
  height: 100vh;
  display: none;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
  overflow-y: auto;
}
.main-navigation > div ul {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
.main-navigation > div ul li {
  padding: 0;
}
.main-navigation > div ul li:before {
  display: none;
}
.main-navigation > div ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 10px;
  display: block;
  width: 100%;
}
.main-navigation > div a {
  color: #fff;
}
.main-navigation.toggled > div {
  display: flex;
  flex-direction: column;
}
.main-navigation.toggled > div .info-wrapper {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
}
.main-navigation.toggled > div .info-wrapper figure {
  margin: 0;
  display: flex;
}
.main-navigation.toggled > div .info-wrapper svg {
  height: 20px;
  width: auto;
}
.main-navigation.toggled > div .info-wrapper span {
  margin-left: 4px;
  font-size: 1.25rem;
}
.main-navigation.toggled > div .btn {
  margin-bottom: 40px;
  flex-shrink: 0;
}
.main-navigation.toggled .menu-toggle > span {
  position: relative;
  background: #fff;
}
.main-navigation.toggled .menu-toggle > span:nth-child(1) {
  transform: rotate(45deg);
  top: 1px;
}
.main-navigation.toggled .menu-toggle > span:nth-child(2) {
  display: none;
}
.main-navigation.toggled .menu-toggle > span:nth-child(3) {
  transform: rotate(-45deg);
  top: -1px;
}
@media screen and (min-width: 992px) {
  .main-navigation {
    margin-left: 40px;
    margin-right: auto;
  }
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation > div {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    min-height: auto;
    background: transparent;
    padding-bottom: 0;
    padding-top: 0;
  }
  .main-navigation > div .btn {
    display: none;
  }
  .main-navigation > div .info-wrapper {
    display: none;
  }
  .main-navigation > div ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .main-navigation > div ul li {
    margin: 0 40px 0 0;
  }
  .main-navigation > div ul li a {
    font-size: 1.125rem;
    padding: 0;
    color: #434E6E;
    position: relative;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .main-navigation > div ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #0093DD;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .main-navigation > div ul li a:hover {
    color: #0093DD;
  }
  .main-navigation > div ul li a:hover:after {
    width: 100%;
  }
}
.btn {
  height: 60px;
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 26px;
  padding-right: 26px;
  width: max-content;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn span {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  font-size: 0.938rem;
  white-space: nowrap;
}
.btn span + svg {
  margin-left: 20px;
  flex-shrink: 0;
  width: 28px;
}
.btn:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 110%;
  width: 110%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}
.btn:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.btn.btn-primary {
  background: #0093DD;
  color: #fff;
}
.btn.btn-primary:before {
  background: #434E6E;
}
.btn.btn-primary:hover {
  color: #fff;
}
.btn.btn-primary:hover:before {
  background: #434E6E;
}
.btn.btn-inverse {
  border: 1px solid #434E6E;
  color: #434E6E;
  background: #fff;
}
.btn.btn-inverse:before {
  background: #0093DD;
}
.btn.btn-inverse:hover {
  color: #fff;
  border-color: #0093DD;
}
.btn.btn-inverse:hover:before {
  background: #0093DD;
}
.btn.btn-centered {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.site-header-info {
  background: #30384e;
  display: none;
  color: #fff;
  padding: 10px 0;
}
.site-header-info .container {
  display: flex;
  align-items: center;
  max-width: none;
}
.site-header-info .container .info-wrapper {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.site-header-info .container .info-wrapper figure {
  margin: 0;
  display: flex;
}
.site-header-info .container .info-wrapper svg {
  height: 20px;
  width: auto;
}
.site-header-info .container .info-wrapper span {
  margin-left: 4px;
}
.site-header-info .container .info-wrapper a {
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
}
.site-header-info .container .info-wrapper a:hover {
  text-decoration: underline !important;
}
.site-header-info .container .info-wrapper:first-child span {
  margin-left: 6px;
}
@media screen and (min-width: 992px) {
  .site-header-info {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .site-header-info .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.site-header {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
}
.site-header .container > .btn {
  display: none;
}
.site-header .site-branding {
  display: flex;
}
.site-header .site-branding a {
  display: flex;
}
.site-header.off-canvas {
  top: -100px;
  background-color: #fff;
  position: fixed;
}
.site-header.off-canvas.fixed {
  top: 0;
}
@media screen and (min-width: 992px) {
  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .container > .btn {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.site-footer {
  background-color: #434E6E;
  color: #fff;
  padding: 20px 0;
}
.site-footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.site-footer .copyright a {
  color: #fff;
}
@media screen and (min-width: 500px) {
  .site-footer .copyright {
    flex-direction: row;
    text-align: left;
  }
}
#block-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 20px;
}
#block-hero .hero-content {
  color: #fff;
  text-align: center;
}
#block-hero .hero-content h1 {
  color: #fff;
}
#block-hero .hero-content h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #7c849a;
  margin-top: 15px;
}
#block-hero .hero-content p {
  color: #d9dbe2;
  font-size: 0.938rem;
  margin-bottom: 40px;
}
#block-hero .hero-content .btn {
  margin-left: auto;
  margin-right: auto;
}
#block-hero .hero-content .btn:before {
  background: #fff;
}
#block-hero .hero-content .btn:hover {
  color: #434E6E;
}
#block-hero .hero-content .btn:hover:before {
  background: #fff;
}
#block-hero .hero-image {
  display: none;
}
@media screen and (min-width: 768px) {
  #block-hero .container {
    display: flex;
    align-items: center;
  }
  #block-hero .hero-content {
    text-align: left;
    max-width: 480px;
    margin-right: 40px;
  }
  #block-hero .hero-content h1 {
    margin-top: 20px;
  }
  #block-hero .hero-content .btn {
    margin-left: 0;
  }
  #block-hero .hero-image {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }
  #block-hero .hero-image:before {
    content: "";
    display: block;
    height: 50px;
    width: 95%;
    background-color: #0093DD;
    top: -20px;
    right: -20px;
    z-index: 0;
    position: absolute;
  }
  #block-hero .hero-image:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/hero_img_shape.png);
    width: 122px;
    height: 267px;
    bottom: -26px;
    left: -30px;
  }
  #block-hero .hero-image img {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  #block-hero {
    min-height: 640px;
  }
}
@media screen and (min-width: 1200px) {
  #block-hero {
    padding-top: 100px;
    padding-bottom: 0;
    min-height: 780px;
    background-image: url(../img/hero_mask.png);
    background-repeat: no-repeat;
    background-position: 0% 100%;
  }
}
.services-list {
  margin-top: 40px;
}
.services-list .service-item {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 20px;
}
.services-list .service-item figure {
  display: flex;
  margin-bottom: 20px;
  height: 250px;
}
.services-list .service-item figure img {
  object-fit: cover;
  width: 100%;
}
.services-list .service-item h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.services-list .service-item p {
  margin-bottom: 0;
}
#block-about .block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 50px;
}
#block-about .block-image figure {
  display: flex;
  width: max-content;
  position: relative;
  max-width: 80%;
}
#block-about .block-image figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 95%;
  position: absolute;
  top: -50px;
  left: -20px;
  background-color: #434E6E;
}
#block-about .block-image figure img {
  position: relative;
  transform: translateX(20px);
  height: auto;
}
#block-about ul.column-layout {
  gap: 10px;
  margin-top: 40px;
}
#block-about ul.column-layout li {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  #block-about .container {
    display: flex;
  }
  #block-about .container .block-image {
    margin-right: 60px;
    justify-content: flex-start;
    width: 40%;
  }
  #block-about .container .block-image figure {
    max-width: 100%;
  }
  #block-about .container .block-content {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #block-about .container .block-image {
    width: 50%;
    margin-right: 0px;
  }
}
#block-contact {
  position: relative;
}
#block-contact:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
  display: block;
  background: #F8F8F8;
}
#block-contact .section-header {
  margin-left: auto;
  margin-right: auto;
}
#block-contact .container {
  overflow: visible;
}
#block-contact .contact-wrapper {
  margin-top: 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#block-contact .contact-wrapper .info-wrapper {
  padding: 10px;
  background: url(../img/bg_contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
#block-contact .contact-wrapper .info-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #434E6E;
  display: block;
  opacity: 0.5;
}
#block-contact .contact-wrapper .info-wrapper .contact-info {
  background: rgba(255, 255, 255, 0.94);
  padding: 10px;
  display: flex;
  align-items: center;
  color: #434E6E;
  position: relative;
  word-break: break-word;
}
#block-contact .contact-wrapper .info-wrapper .contact-info figure {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E1E1E1;
  border-radius: 100%;
  margin-bottom: 0;
  margin-right: 8px;
  flex-shrink: 0;
}
#block-contact .contact-wrapper .info-wrapper .contact-info figure svg {
  height: 20px;
  width: auto;
}
#block-contact .contact-wrapper .info-wrapper .contact-info div > * {
  display: block;
  line-height: 1.2;
}
#block-contact .contact-wrapper .form-wrapper {
  padding: 20px;
}
#block-contact .contact-wrapper .form-wrapper .btn {
  width: 100%;
}
#block-contact .contact-wrapper .form-wrapper p {
  margin-bottom: 0;
}
#block-contact .contact-wrapper.contact-only > figure {
  display: flex;
  margin-bottom: 0;
  max-height: 250px;
  background-color: #434E6E;
}
#block-contact .contact-wrapper.contact-only > figure img {
  object-fit: cover;
  opacity: 0.5;
}
#block-contact .contact-wrapper.contact-only .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
#block-contact .contact-wrapper.contact-only .contact-info {
  display: flex;
  align-items: center;
  color: #434E6E;
  position: relative;
  word-break: break-word;
}
#block-contact .contact-wrapper.contact-only .contact-info figure {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E1E1E1;
  border-radius: 100%;
  margin-bottom: 0;
  margin-right: 8px;
  flex-shrink: 0;
}
#block-contact .contact-wrapper.contact-only .contact-info figure svg {
  height: 20px;
  width: auto;
}
#block-contact .contact-wrapper.contact-only .contact-info div > * {
  display: block;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #block-contact .section-header {
    max-width: 580px;
  }
  #block-contact .contact-wrapper {
    display: flex;
  }
  #block-contact .contact-wrapper .info-wrapper {
    width: 35%;
    padding: 20px;
  }
  #block-contact .contact-wrapper .info-wrapper .contact-info {
    padding: 10px 0 10px 20px;
  }
  #block-contact .contact-wrapper .info-wrapper .contact-info:first-child {
    padding-top: 20px;
  }
  #block-contact .contact-wrapper .info-wrapper .contact-info:last-child {
    padding-bottom: 20px;
  }
  #block-contact .contact-wrapper .info-wrapper .contact-info figure {
    height: 60px;
    width: 60px;
    margin-right: 12px;
  }
  #block-contact .contact-wrapper .form-wrapper {
    padding: 40px;
    width: 70%;
  }
  #block-contact .contact-wrapper.contact-only > figure {
    width: 45%;
    max-height: none;
  }
  #block-contact .contact-wrapper.contact-only .form-wrapper {
    width: 55%;
  }
  #block-contact .contact-wrapper.contact-only .contact-info figure {
    height: 60px;
    width: 60px;
    margin-right: 12px;
  }
  #block-contact .contact-wrapper.contact-only .contact-info strong,
  #block-contact .contact-wrapper.contact-only .contact-info span {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  #block-contact .contact-wrapper {
    margin-top: 80px;
  }
  #block-contact .contact-wrapper .info-wrapper {
    width: 40%;
  }
  #block-contact .contact-wrapper .form-wrapper {
    padding: 60px;
    width: 60%;
  }
  #block-contact .contact-wrapper.contact-only .form-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }
}
