/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} 

body {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  color: #000;
  background: #ff0;
}

p,
pre {
  margin: 1em 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  border-style: none;
  -webkit-appearance: button;
}

input[type="checkbox"].styled:checked + label,
input[type="checkbox"].styled:not(:checked) + label,
input[type="radio"].styled:checked + label,
input[type="radio"].styled:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

input[type="checkbox"].styled:checked + label:before,
input[type="checkbox"].styled:not(:checked) + label:before,
input[type="radio"].styled:checked + label:before,
input[type="radio"].styled:not(:checked) + label:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8db;
  background: white;
}

input[type="checkbox"].styled:checked + label:before,
input[type="checkbox"].styled:not(:checked) + label:before {
  border-radius: 3px;
}

input[type="radio"].styled:checked + label:before,
input[type="radio"].styled:not(:checked) + label:before {
  border-radius: 50%;
}

input[type="checkbox"].styled:checked + label:after,
input[type="checkbox"].styled:not(:checked) + label:after,
input[type="radio"].styled:checked + label:after,
input[type="radio"].styled:not(:checked) + label:after {
  position: absolute;
  top: 12px;
  left: 4px;
  content: "";
  width: 8px;
  height: 8px;
  line-height: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #0096db;
}

input[type="checkbox"].styled:checked + label:after,
input[type="checkbox"].styled:not(:checked) + label:after {
  border-radius: 2px;
}

input[type="radio"].styled:checked + label:after,
input[type="radio"].styled:not(:checked) + label:after {
  border-radius: 50%;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 45px;
  color: #000000;
  font-size: 1.4rem;
  font-family: 'Inter';
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 19px;
}

table,
th,
td {
  vertical-align: top;
  line-height: 1;
  border-spacing: 0;
  border: 1px solid #d8d8db;
  padding: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: 'Inter',  Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: -1px;
}

.container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.container:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.container-small {
  position: relative;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.container-small:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container-small:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.container-big {
  position: relative;
  max-width: 1700px;
  width: 90%;
  margin: 0 auto;
}

.container-big:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container-big:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.row {
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*="col_"] {
  display: inline-block;
  vertical-align: top;
  /*float: left;*/
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*="col_"].right {
  float: right;
}

.row.big-gutter {
  margin-left: -71px;
  margin-right: -71px;
}

.row.big-gutter > [class*="col_"] {
  padding-left: 71px;
  padding-right: 71px;
}

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.small-gutter > [class*="col_"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before,
.row.flex:after {
  content: none;
}

.row-flex > [class*="col_"] {
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > [class*="col_"].right {
  float: right;
}

@media (max-width: 1480px) {
  .row,
  .row-flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"],
  .row-flex > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter,
  .row-flex.big-gutter {
    margin-left: -90px;
    margin-right: -90px;
  }
  .row.big-gutter > [class*="col_"],
  .row-flex.big-gutter > [class*="col_"] {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1100px) {
  .row,
  .row-flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"],
  .row-flex > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter,
  .row-flex.big-gutter {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.big-gutter > [class*="col_"],
  .row-flex.big-gutter > [class*="col_"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_23 {
  width: 23%;
}

.col_25 {
  width: 25%;
}

.col_27 {
  width: 27%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_73 {
  width: 73%;
}

.col_75 {
  width: 75%;
}

.col_77 {
  width: 77%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html {
  font-size: 10px;
}

h1 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
}

h1 * b,
h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
}

h2 b,
h2 strong {
  font-weight: 700;
}

h3 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
}

h3 b,
h3 strong {
  font-weight: 700;
}

h4 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

h4 b,
h4 strong {
  font-weight: 700;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

h5 b,
h5 strong {
  font-weight: 700;
}

h6 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
}

h6 b,
h6 strong {
  font-weight: 700;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.2em;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 1.2em;
  }
  h3 {
    font-size: 2.1rem;
    line-height: 1.2em;
  }
  h4 {
    font-size: 2rem;
    line-height: 1.2em;
  }
  h5 {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
  h6 {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
  p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1.2em;
  }
  h2 {
    font-size: 3rem;
    line-height: 1.2em;
  }
  h3 {
    font-size: 2rem;
    line-height: 1.2em;
  }
  h4 {
    font-size: 1.9rem;
    line-height: 1.2em;
  }
  h5 {
    font-size: 1.5rem;
    line-height: 1.2em;
  }
  h6 {
    letter-spacing: 0;
    line-height: 1.2em;
  }
}

p {
  font-family: 'Inter',  Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0 0 25px;
}

@media (max-width: 1100px) {
  p {
    font-size: 1.5rem;
  }
}

p:empty {
  display: none;
  margin: 0;
}

p a {
  font-size: 100%;
  margin: 0;
  color: #183f3d;
  text-decoration: none;
}

p a:hover {
  color: #bd9e76;
}

p span {
  font-size: 100%;
  margin: 0;
}

p label {
  font-size: 100%;
  margin: 0;
}

p i {
  font-style: italic;
}

p b {
  font-style: italic;
  font-weight: 700;
}

a {
  display: inline;
  font-family: 'Inter',  Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #183f3d;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a p {
  font-size: 100%;
  margin: 0;
}

a a {
  font-size: 100%;
  margin: 0;
}

a span {
  font-size: 100%;
  margin: 0;
}

a label {
  font-size: 100%;
  margin: 0;
}

a:hover {
  color: #bd9e76;
  outline: 0;
}

a:focus {
  outline: none;
}

a:active {
  outline: 0;
}

div {
  font-family: 'Inter';
}

span {
  font-family: 'Inter',  Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

span p {
  font-size: 100%;
  margin: 0;
}

span a {
  font-size: 100%;
  margin: 0;
}

span span {
  font-size: 100%;
  margin: 0;
}

span label {
  font-size: 100%;
  margin: 0;
}

label {
  font-family: 'Inter',  Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

label p {
  font-size: 100%;
  margin: 0;
}

label a {
  font-size: 100%;
  margin: 0;
}

label span {
  font-size: 100%;
  margin: 0;
}

label label {
  font-size: 100%;
  margin: 0;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  margin: 40px 0;
}

blockquote:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  content: "";
  height: 100%;
  width: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #d7d7d7;
}

blockquote p {
  color: #fff;
  font-family: 'Inter',  Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

@media (max-width: 1100px) {
  blockquote {
    padding: 5px 0 5px 15px;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

li {
  font-size: 1.6rem;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 7px;
}

.the-content ul li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #fff;
  font-size: 7px;
  width: 1em;
  vertical-align: middle;
  margin-right: 5px;
}

.the-content ol {
  list-style-type: none;
  padding-right: 0;
  margin-left: 0;
}

.the-content ol li {
  counter-increment: step-counter;
}

.the-content ol li:before {
  color: #fff;
  content: counter(step-counter) ".";
  margin-right: 5px;
}

.white-txt h1 {
  color: white;
}

.white-txt h2 {
  color: white;
}

.white-txt h3 {
  color: white;
}

.white-txt h4 {
  color: white;
}

.white-txt h5 {
  color: white;
}

.white-txt h6 {
  color: white;
}

.white-txt p {
  color: white;
}

.white-txt a {
  color: white;
}

.white-txt span {
  color: white;
}

.white-txt li {
  color: white;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input {
  vertical-align: baseline;
  line-height: normal;
  margin: 0 0 25px;
}

@media (max-width: 1100px) {
  input {
    margin: 0 0 15px;
  }
}

@media (max-width: 768px) {
  input {
    margin: 0 0 10px;
  }
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

input[type="checkbox"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="checkbox"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type="checkbox"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="radio"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type="radio"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

select {
  vertical-align: baseline;
  text-transform: none;
  padding-right: 0;
  margin: 0;
}

select.styled {
  width: 100% !important;
  height: 100% !important;
}

textarea {
  vertical-align: baseline;
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
  min-height: 110px;
  height: 110px;
  line-height: normal;
  padding: 15px 17px;
}

button {
  vertical-align: baseline;
  line-height: normal;
  text-transform: none;
  margin: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[disabled] {
  cursor: default;
}

button[disabled] {
  cursor: default;
}

label {
  display: block;
  color: #fff;
  font-family: 'Inter',  Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 7px;
}

::-webkit-input-placeholder {
  color: #000;
  font-size: 1.6rem;
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #000;
  font-size: 1.6rem;
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #000;
  font-size: 1.6rem;
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 1.6rem;
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: normal;
}

.checkbox {
  display: block;
  width: 26px;
  height: 26px;
  background: url(images/checkbox.png) no-repeat;
  clear: left;
  float: left;
  padding: 0 5px 0 0;
}

.radio-input {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  margin-right: 40px;
}

.radio-input span {
  margin-right: 10px;
}

.radio {
  display: block;
  width: 26px;
  height: 26px;
  background: url(images/checkbox.png) no-repeat;
  clear: left;
  float: left;
  padding: 0 5px 0 0;
  background: url(images/radio.png) no-repeat;
}

.select-block {
  position: relative;
}

.select-block .selectric-wrapper {
  background: #fff;
}

.select-block .selectric-wrapper .selectric .select-button {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 13px;
  height: 8px;
  background-image: url(images/select-arrow2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 10;
}

.select-block .selectric-wrapper .selectric span.label {
  height: 39px;
  color: #878787;
  font-size: 1.1rem;
  font-family: 'Inter';
  line-height: 41px;
  text-transform: uppercase;
  padding: 0 30px;
}

.select-block .selectric-wrapper.white-select {
  border: 0;
}

.select-block .selectric-wrapper .selectric-items ul li {
  padding: 7px 20px;
  color: #878787;
  font-size: 1.3rem;
  margin: 0;
  border: 0;
  border-top: 1px solid #c2c0c6;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  display: initial;
  width: auto;
  float: none;
  text-align: initial;
  font-size: inherit;
  line-height: normal;
  text-transform: none;
  padding: 0;
}

.styled-checkbox + label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  vertical-align: text-top;
  border: 2px solid #d1d3d4;
  background: #e6e7e8;
  margin-right: 10px;
}

.styled-checkbox:checked + label:before {
  color: #f73093;
}

.styled-checkbox:checked + label:after {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 2px;
  height: 2px;
  content: '';
  background: #f73093;
  -webkit-box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
  box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.styled-checkbox:disabled + label {
  cursor: auto;
  color: #b8b8b8;
}

.styled-checkbox:disabled + label:before {
  background: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #ffc5c5;
}

div.wpcf7-mail-sent-ok {
  color: #183f3d;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

.btn,
button,
input[type="submit"] {
  color: #fff;
  font-family: 'Inter',  Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #4b4b4b;
  padding: 16px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*@media (max-width: 768px) {

    .btn,
    button,
    input[type="submit"] {
        font-size: 1.2rem;
        padding: 10px 21px;
    }
}*/
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #44a2f6;
}

.btn.rounded,
button.rounded,
input[type="submit"].rounded {
  border-radius: 500px;
}

.btn.striped,
button.striped,
input[type="submit"].striped {
  border: 2px solid #4b4b4b;
  background-color: transparent;
}

.btn.striped:hover,
button.striped:hover,
input[type="submit"].striped:hover {
  border: 2px solid #44a2f6;
  background-color: transparent;
}

.btn.white,
button.white,
input[type="submit"].white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  position: relative;
}

.btn.white:before,
button.white:before,
input[type="submit"].white:before {
  content: "";
  position: absolute;
  background: #bd9e76;
  left: 0;
  width: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.btn.white:hover:before,
button.white:hover:before,
input[type="submit"].white:hover:before {
  width: 100%;
}

.btn.upper,
button.upper,
input[type="submit"].upper {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn.yellow,
button.yellow,
input[type="submit"].yellow {
  color: #bd9e76;
  border: 1px solid #bd9e76;
  background: transparent;
}

.btn.yellow:hover,
button.yellow:hover,
input[type="submit"].yellow:hover {
  background-color: #bd9e76;
  color: #fff;
}

.btn.black,
button.black,
input[type="submit"].black {
  color: #131313;
  border: 1px solid #505055;
  background-color: transparent;
  position: relative;
}

.btn.black:hover,
button.black:hover,
input[type="submit"].black:hover {
  color: #fff;
  background-color: #bd9e76;
  border: 1px solid #bd9e76;
}

body,
html {
  background: #fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: 'Inter';
  line-height: 20px;
}

body {
  -webkit-text-size-adjust: 100%;
  /* stop ios zooming text  on orientation change */
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
}

*:focus {
  outline: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.t-left {
  display: table;
  margin: 0 auto 0 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.sep:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.no-p {
  padding: 0;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.m0a {
  margin: 0 auto;
}

.no-m {
  margin: 0;
}

.full-height {
  padding: 80px 0;
}

@media (max-width: 1100px) {
  .hide_tablet {
    display: none !important;
  }
}

.display_tablet {
  display: none !important;
}

@media (max-width: 1100px) {
  .display_tablet {
    display: block !important;
  }
}

.section_grey {
  background: #f2f2f2;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.general_content table {
  margin-bottom: 20px;
}

.general_content table td {
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .general_content .gallery {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .general_content .gallery .gallery-item {
    margin-bottom: 0;
    padding: 10px 0;
    margin-top: 0 !important;
    width: 100% !important;
  }
}

.section {
  padding: 80px 0;
}

@media (max-width: 1480px) {
  .section {
    padding: 60px 0;
  }
}

@media (max-width: 1100px) {
  .section {
    padding: 40px 0;
  }
}

.section.section_small {
  padding: 10px 0;
}

@media (max-width: 1100px) {
  .section.section_small {
    padding: 0;
  }
}

.relative {
  position: relative;
}

.vertical_align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-relative {
  position: initial;
}

.fancybox-button:focus,
.fancybox-button:hover {
  background-color: transparent !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.t-left {
  display: table;
  margin: 0 auto 0 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.sep:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.no-p {
  padding: 0;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.m0a {
  margin: 0 auto;
}

.no-m {
  margin: 0;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.section-title {
  color: #183f3d;
  font-size: 4rem;
}

@media (max-width: 1240px) {
  .section-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 1100px) {
  .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .section-title {
    font-size: 2rem;
  }
}

.general_content ol {
  margin-top: 15px;
}

.general_content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
  margin-bottom: 15px;
}

.general_content ol ul,
.general_content ol ol {
  margin-left: 20px;
}

.general_content ul {
  margin-top: 15px;
}

.general_content ul li {
  list-style: disc inside none;
  display: list-item;
  margin-bottom: 15px;
}

.general_content ul ul,
.general_content ul ol {
  margin-left: 20px;
}

.general_content table {
  font-size: 1.6rem;
  padding: 10px 0;
}

.general_content table td,
.general_content table th {
  font-size: 1.6rem;
}

.alignleft {
  text-align: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.alignright {
  float: right;
  text-align: right;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.aligncenter {
  display: block;
  float: none;
  margin: 10px auto;
  text-align: center;
}

body {
  left: auto;
  right: 0;
    height: 100vh;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

body.menu-open {
  position: relative;
  right: 260px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

nav#mobile-menu {
  z-index: 999999;
}

.mobile-header {
  display: none;
  -webkit-transition: all, 0.3s ease;
  transition: all, 0.3s ease;
}

.burger i {
  color: #fff;
  font-size: 36px;
  margin-top: 20px;
  margin-left: 20px;
}

/* mobile-menu */
.menu-open .mobile-header {
  display: none;
}

.menu-overlay {
  position: fixed;
  top: 0;
  right: -260px;
  height: 100%;
  width: 260px;
  overflow-x: hidden;
  z-index: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.menu-open .menu-overlay {
  right: 0;
  width: 260px;
  z-index: 999999;
}

.menu-content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 25px;
}

.menu-logo img {
  width: 50%;
}

nav.mobile-menu {
  margin-top: 25px;
}

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

nav.mobile-menu li.menu-item-has-children:after {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: 'FontAwesome';
  content: "\f0d7";
  color: #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

nav.mobile-menu li.menu-item-has-children:hover:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

nav.mobile-menu a {
  text-transform: uppercase;
}

.menu-logo {
  text-align: center;
  padding-bottom: 10px;
}

/* mobile-submenu */
nav.mobile-menu ul.sub-menu {
  display: none;
  margin-top: 10px;
}

nav.mobile-menu li:hover ul.sub-menu {
  display: block;
}

nav.mobile-menu ul.sub-menu li:last-child {
  border-bottom: 0;
}

nav.mobile-menu ul.sub-menu li a {
  padding-left: 25px;
}

/* /mobile-submenu */
/* menu-button */
.burger {
  display: none;
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .burger {
    display: inline-block;
  }
}

.menu-toggle {
  position: relative;
  width: 27px;
  height: 20px;
}

.button-menu-line {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 27px;
  background-color: #fff;
  /*background-color: #000;*/
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.button-menu-line--1 {
  top: 0;
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--2 {
  top: 7px;
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--3 {
  top: 14px;
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.menu-open .button-menu-line--1 {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
}

.menu-open .button-menu-line--2 {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
}

.menu-open .button-menu-line--3 {
  opacity: 0;
}

/* /menu-button */
/* colors */
.menu-overlay {
  background-color: #000;
  /*background-color: #fff;
    -webkit-box-shadow: 15px 0px 25px -5px rgba(0,0,0,0.35);
    -moz-box-shadow: 15px 0px 25px -5px rgba(0,0,0,0.35);
    box-shadow: 15px 0px 25px -5px rgba(0,0,0,0.35);*/
}

.close-button i,
nav.mobile-menu a,
nav.mobile-menu li:hover .sub-menu a {
  color: #fff;
  /*color: #000;*/
}

nav.mobile-menu li {
  border-bottom: 1px solid #251b1b;
  /*border-bottom: 1px solid #F3F3F3;*/
  padding: 5px 0;
}

nav.mobile-menu li.current_page_item a,
nav.mobile-menu a:hover,
nav.mobile-menu li:hover a,
nav.mobile-menu li .sub-menu a:hover {
  color: blue;
}

.full-page { 
  padding: 80px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-height: 850px) {
	.full-page {
 height: 100vh;
	}
}


.full-page:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #080e51;
  background: -webkit-gradient(linear, left top, right top, from(#080e51), color-stop(55%, rgba(5, 8, 48, 0.569087)), to(rgba(15, 20, 84, 0.148919)));
  background: linear-gradient(90deg, #080e51 0%, rgba(5, 8, 48, 0.569087) 55%, rgba(15, 20, 84, 0.148919) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.full-page:after {
  content: "";
  width: 100%;
  height: 230px;
  background: #080e51;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 14, 81, 0)), to(#080e51));
  background: linear-gradient(0deg, rgba(8, 14, 81, 0) 0%, #080e51 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.box_form {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 40px;
  border-radius: 20px;
}

.form-left {
  max-width: 520px;
}

.recaptcha {
  display: inline-block;
  width: 100%;
  padding: 18px 0;
}

body .wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

body .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
  background: #46b450;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  background: #dc3232;
}

body .wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  background: #f56e28;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
  background: #ffb900;
}

.recaptcha .wpcf7-not-valid {
  border: none !important;
}

.wrap-form h4 {
  color: white;
  text-align: left;
  margin-bottom: 25px;
  font-weight: 700;
}

.wrap-form input[type="submit"] {
  background: #2F78EC;
  border-radius: 10px;
  margin-bottom: 0;
  color: white;
  font-weight: 700;
}

.wrap-form input[type="submit"]:hover {
  background: #135ed5;
}

.wrap-form .col_100 {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  left: calc((100% - 24px)/2);
  top: 13px;
  margin: 0;
}
/*
.wpcf7-form.submitting input[type="submit"] {
  color: transparent;
}*/

.box_form {
  position: relative;
}

.contact-left-details li {
  padding-left: 70px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-left-details li a {
  display: block;
}

.logo-top {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}

.contact-left-details li:before {
  content: "";
  width: 56px;
  height: 56px;
  color: #fff;
  background: #2DAD35;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 15px;
  text-align: center;
  line-height: 45px;
  color: white;
}

.contact-left-details li.email:before {
  content: "\f2b6";
}

.contact-left-details li.address:before {
  content: "\f3c5";
}

.contact-left-details li.phone:before {
  content: "\f879";
}

.contact-left-details li a {
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-left-details li a:hover {
 /* color: #2F78EC;*/
	color: #fff;
	opacity: 0.8
}

.subtitle-blue {
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
  opacity: 0.7;
  color: white;
  font-size: 16px;
}

.text h1 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .full-page {
    padding: 60px 0;
  }
  .text {
    width: 60%;
  }
  .box_form {
    width: 40%;
    padding: 30px;
  }
  .box_form:before {
    top: 50px;
  }
  .text h1 {
    font-size: 38px;
  }
  .contact-left-details li a {
    font-size: 1.7rem;
  }
  .text p {
    font-size: 1.7rem;
  }
}

@media (max-width: 1100px) {
  .wrap-form h4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
	.contact-left-details li a {
    font-size: 1.5rem;
  }
  .text {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .box_form {
    width: 100%;
  }
  .full-page {
    height: auto;
    padding: 80px 0;
  }
  .contact-left-details li {
    width: 33%;
    text-align: left;
  }
  .logo-top img {
    max-width: 110px;
  }
  .full-page:before {
    background: #080e51;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 14, 81, 0)), to(#080e51));
    background: linear-gradient(0deg, rgba(8, 14, 81, 0) 0%, #080e51 100%);
  }
  .contact-left-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .box_form:before {
    content: none;
  }
  .form-left {
    max-width: 100%;
  }
  .text h1 {
    font-size: 36px;
  }
	
	 .contact-left-details li:before {
    width: 50px;
    height: 50px;
  }
	.contact-left-details li {
    padding-left: 55px;
		
	}
}

.middle-full-page {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .full-page {
    padding-top: 40px;
  }
  .logo-top {
    margin-bottom: 20px;
  }
  .contact-left-details li {
    width: 100%;
  }
  ::-webkit-input-placeholder {
    font-size: 15px;
  }
  :-moz-placeholder {
    font-size: 15px;
  }
  ::-moz-placeholder {
    font-size: 15px;
  }
  :-ms-input-placeholder {
    font-size: 15px;
  }
  .contact-left-details {
    max-width: 300px;
    margin: 0 auto;
  }
  .contact-left-details li {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 60px;
  }
  .text p {
    font-size: 15px;
  }
  .contact-left-details li a {
    font-size: 15px;
  }
  .contact-left-details li:before {
    width: 50px;
    height: 50px;
  }
  .wrap-form h4 {
    font-size: 20px;
  }
  textarea, input[type="text"], input[type="email"], input[type="tel"] {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .text h1 {
    font-size: 32px;
  }
  .flex-form {
    display: block;
  }
  .flex-form .col_50 {
    width: 100%;
  }
} 