/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #FFF;
  padding: 65px 0;
}
footer p,
footer a {
  font-size: 16px;
}
footer h3.widget-title {
  color: #074053;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-middlebar .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
footer .footer-middlebar .wrap:after {
  content: none;
}
footer .footer-middlebar .footer-middlebar-2 {
  text-align: center;
}
footer .footer-middlebar ul {
  list-style: none;
}
footer .footer-middlebar ul li a {
  color: #89D94a;
  line-height: 30px;
}
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding: 54px 0;
  }
  footer .footer-middlebar .wrap {
    gap: 25px;
  }
  footer .footer-middlebar ul li a {
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 47px 0;
  }
  footer .footer-middlebar .wrap {
    gap: 22px;
  }
  footer .footer-middlebar ul li a {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-middlebar .wrap {
    grid-template-columns: 1fr;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  color: #074053;
  font-weight: 200;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  color: #074053;
  font-weight: 200;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 18px;
  color: #074053;
  font-weight: 200;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  color: #074053;
  font-weight: 200;
}

input[type=week],
input[type=url],
input[type=time],
input[type=password],
input[type=number],
input[type=color],
input[type=month],
input[type=datetime-local],
input[type=text],
input[type=email],
input[type=tel] {
  border: 2px solid #074053;
  display: block;
  padding: 0 15px;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  height: 50px;
  width: 100%;
  font-weight: 200;
  color: #074053;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input[type=week]:focus-visible,
input[type=url]:focus-visible,
input[type=time]:focus-visible,
input[type=password]:focus-visible,
input[type=number]:focus-visible,
input[type=color]:focus-visible,
input[type=month]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible {
  border: 2px solid #074053 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #074053;
  display: block;
  padding: 0 15px;
  height: 46px;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  line-height: 46px;
  font-weight: 200;
  color: #074053;
  background-color: transparent;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

textarea {
  border: 2px solid #074053;
  display: block;
  padding: 15px;
  height: 150px;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  width: 100%;
  font-weight: 200;
  color: #074053;
  resize: vertical;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  color: #FFF;
  background-color: #89D94a;
  border: 2px solid #89D94a;
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 18px;
  line-height: 46px;
  padding: 0 15px;
  text-decoration: none;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
button:hover,
input[type=button]:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  color: #89D94a;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

/* Start privacy checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
  padding: 0 0 0 20px;
  margin: 0;
  user-select: none;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item a,
.sd-form .SD-type-checkbox a {
  color: #89D94a;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input,
.sd-form .SD-type-checkbox input {
  opacity: 0;
  position: absolute;
  display: block;
  left: 1px;
  top: 9px;
  z-index: -1;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + label:before,
.sd-form .SD-type-checkbox input:checked + .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox input:checked + label:before {
  background-color: #074053;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label,
.sd-form .SD-type-checkbox .wpcf7-list-item-label,
.sd-form .SD-type-checkbox .SD-label {
  position: relative;
  font-size: 18px;
  font-weight: normal;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label:before,
.sd-form .SD-type-checkbox .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox .SD-label:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  left: -20px;
  top: 6px;
  border: 2px solid #074053;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:after,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label:hover:after,
.sd-form .SD-type-checkbox .wpcf7-list-item-label:hover:after,
.sd-form .SD-type-checkbox .SD-label:hover:after {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  left: -20px;
  top: 6px;
  background-color: #074053;
  opacity: 0.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  padding-left: 0;
}

/* End privacy checkbox */
/* Start whitelabel CF7 */
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
}

/* End whitelabel CF7 */
/* Start whitelabel CF7 */
.type-file input[type=file] {
  display: none;
}
.type-file label > span:not(.wpcf7-form-control-wrap) {
  display: flex;
  align-items: center;
  color: #074053;
  cursor: pointer;
  padding: 0 15px;
  height: 50px;
  background-color: #727272;
  font-family: "Barlow", sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.type-file label:hover > span:not(.wpcf7-form-control-wrap) {
  color: #FFF;
  background-color: #074053;
}

/* End whitelabel CF7 */
/*--------------------------------------------------------------
2. Messages
--------------------------------------------------------------*/
/* Start success messages  */
.wpcf7 form.sent .wpcf7-response-output,
.sd-success-message-container {
  background-color: #73ff88;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  border: 2px solid #0eb427;
}

.sd-success-message {
  font-weight: 200;
  font-size: 18px;
}
.sd-success-message::before {
  content: "";
  background-image: url("../icons/success.svg");
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End success messages  */
/* Start notification messages  */
.sd-notification-message::before {
  content: "";
  background-image: url("../icons/info.svg");
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End notification messages  */
/* Start error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.sd-error-message-container {
  background-color: #ffa1a0;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #DD4847;
}

.sd-error-message-general {
  font-weight: 200;
  font-size: 18px;
}
.sd-error-message-general:before {
  content: "";
  background-image: url("../icons/error.svg");
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
}

/* End error messages */
.wpcf7 .ajax-loader {
  vertical-align: middle;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  input[type=week], input[type=url], input[type=time], input[type=password], input[type=number], input[type=color], input[type=month], input[type=datetime-local], input[type=text], input[type=email], input[type=tel] {
    padding: 0 12px;
    height: 42px;
    font-size: 16px;
  }
  select {
    font-size: 16px;
    line-height: 38px;
  }
  textarea {
    padding: 12px;
    height: 125px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    font-size: 16px;
    line-height: 38px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 1400px) {
  input[type=week], input[type=url], input[type=time], input[type=password], input[type=number], input[type=color], input[type=month], input[type=datetime-local], input[type=text], input[type=email], input[type=tel] {
    padding: 0 11px;
    height: 37px;
  }
  select {
    line-height: 34px;
  }
  textarea {
    padding: 11px;
    height: 110px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    line-height: 34px;
    padding: 0 11px;
  }
}
@media screen and (max-width: 767px) {
  .sd-form .input-col-10,
  .sd-form .input-col-20,
  .sd-form .input-col-30,
  .sd-form .input-col-40,
  .sd-form .input-col-50,
  .sd-form .input-col-60,
  .sd-form .input-col-70,
  .sd-form .input-col-80,
  .sd-form .input-col-90,
  .sd-form .input-col-100,
  .sd-form .input-col-110,
  .sd-form .input-col-120 {
    grid-column: span 12;
  }
  #filter-anchor {
    display: none;
  }
  .filter-toggle {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #89D94a;
    z-index: 99;
    padding: 15px 0;
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    cursor: pointer;
  }
  .filter-toggle:hover {
    color: #89D94a;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation ul {
  /* Sub Menu */
}
.main-navigation ul li a {
  color: #074053;
  line-height: 30px;
}
.main-navigation ul li a:hover {
  color: #074053;
  text-decoration: underline;
}
.main-navigation ul li:not(:last-child) {
  margin-right: 30px;
}
.main-navigation ul li.current-menu-parent > a, .main-navigation ul li.current-menu-item > a {
  text-decoration: underline;
}
.main-navigation ul ul.sub-menu {
  padding: 10px;
}
.main-navigation ul ul.sub-menu li a {
  white-space: nowrap;
}
.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
  display: none;
}

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #FFF;
}
header.site-header.fixed .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
header.site-header.fixed .header-middlebar-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.admin-bar header.site-header.fixed {
  top: 32px;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .main-navigation {
    display: none;
  }
  header.site-header.mobile-nav-bottom {
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-middlebar-1 {
    display: flex;
    height: 50px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Lay-out
--------------------------------------------------------------*/
html.overlay-enabled {
  overflow: hidden;
}
html.overlay-enabled.menu-open:after {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #074053;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap {
  max-width: 1430px;
}

embed,
iframe,
object {
  width: 100%;
}

.marginbottom-0px {
  margin-bottom: 0;
}

.marginbottom-15px {
  margin-bottom: 15px;
}

.marginbottom-30px {
  margin-bottom: 30px;
}

.marginbottom-60px {
  margin-bottom: 60px;
}

.site-content-contain {
  margin-top: 75px;
}

.mobile-nav-bottom + .site-content-contain {
  margin-top: 0;
}

.mobile-nav-bottom + .site-content-contain + footer {
  margin-bottom: 75px;
}

/*--------------------------------------------------------------
2. Visual Composer
--------------------------------------------------------------*/
.vc_row-fluid:not(.vc_inner) {
  padding-top: 90px;
  padding-bottom: 90px;
}

.vc_row-fluid.vc_inner {
  padding-top: 0;
  padding-bottom: 0;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-15px {
    margin-bottom: 15px;
  }
  .mobile_marginbottom-30px {
    margin-bottom: 30px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 60px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Loading
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.sd-loading {
  font-size: 0;
  opacity: 0.1;
  -webkit-animation: sd-loading 1.5s linear infinite;
}
.sd-loading.sd-loading-grid {
  display: grid;
  gap: 20px;
}
.sd-loading.sd-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.sd-loading.sd-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sd-loading.sd-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sd-loading.sd-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sd-loading .sd-loading-single,
.sd-loading .sd-block-vacancies-loading-single {
  padding: 30px;
  border: 2px solid #074053;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sd-loading .loading-separator {
  height: 30px;
}
.sd-loading .loading-button {
  height: 50px;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #074053;
}
.sd-loading .loading-title {
  width: 50%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #074053;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  background-color: #074053;
}
.sd-loading .input-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.sd-loading .checkbox-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.sd-loading .checkbox-container .loading-checkbox {
  display: flex;
  align-items: center;
}
.sd-loading .checkbox-container .loading-checkbox:not(:last-child) {
  margin-right: 15px;
}
.sd-loading .checkbox-container .loading-checkbox > span:first-child {
  height: 24px;
  width: 30px;
  margin-right: 12px;
  background-color: #074053;
}
.sd-loading .checkbox-container .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #074053;
}
.sd-loading .text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sd-loading .text-container .loading-text {
  width: 75%;
  height: 60px;
  background-color: #074053;
}
.sd-loading .loading-button {
  width: 15%;
  margin-bottom: 0;
}
@-webkit-keyframes sd-loading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

.sd-spinner {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color: #008000;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  margin-top: 15px;
  position: relative;
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sd-pagination .page-numbers {
  font-size: 18px;
  margin-right: 5px;
  color: #074053;
}
.sd-pagination .page-numbers.current {
  font-size: 18px;
  margin-right: 5px;
  color: #89D94a;
}
.sd-pagination .page-numbers.prev, .sd-pagination .page-numbers.next {
  color: #FFF;
  background-color: #89D94a;
  border: 2px solid #89D94a;
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding: 0 5px;
  text-decoration: none;
  margin: 0;
  font-weight: 600;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.sd-pagination .page-numbers.prev:hover, .sd-pagination .page-numbers.next:hover {
  color: #89D94a;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.sd-pagination .page-numbers.prev {
  left: 0;
}
.sd-pagination .page-numbers.next {
  right: 0;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.eot");
  src: local("Barlow Medium"), local("Barlow-Medium"), url("../fonts/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.ttf") format("truetype"), url("../fonts/Barlow-Medium.svg#Barlow-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBold.eot");
  src: local("Barlow SemiBold"), local("Barlow-SemiBold"), url("../fonts/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.ttf") format("truetype"), url("../fonts/Barlow-SemiBold.svg#Barlow-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.eot");
  src: local("Barlow Bold"), local("Barlow-Bold"), url("../fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.ttf") format("truetype"), url("../fonts/Barlow-Bold.svg#Barlow-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: #074053;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 72px;
  line-height: 80px;
}

h2 {
  font-size: 27px;
  line-height: 60px;
}

h3 {
  font-size: 27px;
  line-height: 30px;
}

h4 {
  font-size: 27px;
  line-height: 30px;
}

h5, h6 {
  font-size: 18px;
  line-height: 30px;
}

p {
  font-size: 18px;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 30px; /* This should be the same as the margin bottom */
}

p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 60px;
    line-height: 66px;
  }
  h2 {
    font-size: 22px;
    line-height: 50px;
  }
  h3 {
    font-size: 22px;
    line-height: 25px;
  }
  h4 {
    font-size: 22px;
    line-height: 25px;
  }
  h5 {
    font-size: 16px;
    line-height: 25px;
  }
  h6 {
    font-size: 16px;
    line-height: 25px;
  }
  p {
    font-size: 16px;
    margin: 0 0 25px 0;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 53px;
    line-height: 58px;
  }
  h2 {
    font-size: 20px;
    line-height: 44px;
  }
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
  h4 {
    font-size: 20px;
    line-height: 22px;
  }
  h5 {
    line-height: 22px;
  }
  h6 {
    line-height: 22px;
  }
  p {
    margin: 0 0 22px 0;
    line-height: 22px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 35px;
  }
}

/*# sourceMappingURL=main.css.map */
