/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #f4f4f4;
  padding: 50px 0 0;
}
footer h3.widget-title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 20px;
}
footer h3.widget-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 15px;
  background-color: #dadada;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-middlebar {
  margin-bottom: 75px;
}
footer .footer-middlebar .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 60px;
}
footer .footer-middlebar .footer-middlebar-1,
footer .footer-middlebar .footer-middlebar-2,
footer .footer-middlebar .footer-middlebar-3,
footer .footer-middlebar .footer-middlebar-4,
footer .footer-middlebar .footer-middlebar-5,
footer .footer-middlebar .footer-middlebar-6,
footer .footer-middlebar .footer-middlebar-7,
footer .footer-middlebar .footer-middlebar-8 {
  width: 100%;
}
footer .footer-middlebar .footer-middlebar-1 {
  position: relative;
  margin-top: 85px;
  height: fit-content;
  padding: 30px;
  background-color: #FFF;
  border: 1px solid #dadada;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
footer .footer-middlebar .footer-middlebar-1 h3.widget-title:after {
  display: none;
}
footer .footer-middlebar .footer-middlebar-1 .widget_text {
  margin-bottom: 20px;
}
footer .footer-middlebar ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  list-style: none;
}
footer .footer-middlebar ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
footer .footer-middlebar ul li a:hover {
  color: #00968f;
}
footer .footer-middlebar ul li a:before {
  display: block;
  content: "";
  height: 13px;
  width: 13px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14.6 10.7' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1,6.1H0.8C0.5,6.1,0.4,6,0.2,5.9C0.1,5.7,0,5.5,0,5.3s0.1-0.4,0.2-0.5c0.1-0.1,0.3-0.2,0.5-0.2h11.4 L8.8,1.3C8.7,1.1,8.6,1,8.6,0.8c0-0.2,0.1-0.4,0.2-0.5C9,0.1,9.2,0,9.4,0c0.2,0,0.4,0.1,0.5,0.2l4.5,4.5c0.1,0.1,0.2,0.2,0.2,0.3 c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3c0,0.1-0.1,0.2-0.2,0.3l-4.5,4.5c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4-0.1-0.5-0.2 c-0.1-0.2-0.2-0.3-0.2-0.5c0-0.2,0.1-0.4,0.2-0.5L12.1,6.1z' fill='%2300968f' /%3E%3C/svg%3E");
}
footer .footer-bottombar .footer-bottombar-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 30px;
}
footer .footer-bottombar .footer-bottombar-1 .widget_text {
  position: relative;
  flex-grow: 1;
}
footer .footer-bottombar .footer-bottombar-1 .widget_text:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #dadada;
}
footer .footer-bottombar .footer-bottombar-1 ul {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 45px;
  margin-top: 30px;
  margin-bottom: 0;
  list-style: none;
}
footer .footer-bottombar .footer-bottombar-1 ul li a,
footer .footer-bottombar .footer-bottombar-1 ul li {
  font-size: 14px;
  color: #7d7d7d;
}
footer .footer-bottombar .footer-bottombar-1 ul li a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
footer .footer-bottombar .footer-bottombar-1 ul li a:hover {
  color: #00968f;
}
footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo {
  position: relative;
  top: -25px;
}
footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-1 img {
  width: 90px;
  height: 90px;
}
footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-2 img {
  width: 90px;
  height: 83px;
}
footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-3 img {
  width: 77px;
  height: 50px;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding: 42px 0 0;
  }
  footer h3.widget-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 17px;
  }
  footer h3.widget-title:after {
    margin-top: 12px;
  }
  footer .footer-middlebar {
    margin-bottom: 62px;
  }
  footer .footer-middlebar .wrap {
    column-gap: 50px;
  }
  footer .footer-middlebar .footer-middlebar-1 {
    margin-top: 71px;
    padding: 25px;
  }
  footer .footer-middlebar .footer-middlebar-1 .widget_text {
    margin-bottom: 17px;
  }
  footer .footer-bottombar .footer-bottombar-1 {
    column-gap: 25px;
  }
  footer .footer-bottombar .footer-bottombar-1 ul {
    column-gap: 37px;
    margin-top: 25px;
  }
  footer .footer-bottombar .footer-bottombar-1 ul li a {
    font-size: 12px;
  }
  footer .footer-bottombar .footer-bottombar-1 ul li {
    font-size: 12px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo {
    top: -21px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-1 img {
    width: 75px;
    height: 75px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-2 img {
    width: 75px;
    height: 69px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-3 img {
    width: 64px;
    height: 42px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 37px 0 0;
  }
  footer h3.widget-title {
    margin-bottom: 15px;
  }
  footer h3.widget-title:after {
    margin-top: 11px;
  }
  footer .footer-middlebar {
    margin-bottom: 55px;
  }
  footer .footer-middlebar .wrap {
    column-gap: 44px;
  }
  footer .footer-middlebar .footer-middlebar-1 {
    margin-top: 62px;
    padding: 22px;
  }
  footer .footer-middlebar .footer-middlebar-1 .widget_text {
    margin-bottom: 15px;
  }
  footer .footer-bottombar .footer-bottombar-1 {
    column-gap: 22px;
  }
  footer .footer-bottombar .footer-bottombar-1 ul {
    column-gap: 33px;
    margin-top: 22px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo {
    top: -18px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-1 img {
    width: 66px;
    height: 66px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-2 img {
    width: 66px;
    height: 61px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-3 img {
    width: 56px;
    height: 37px;
  }
}
@media screen and (max-width: 1400px) {
  footer .footer-middlebar .wrap {
    column-gap: 33px;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-middlebar {
    margin-bottom: 0;
  }
  footer .footer-middlebar .wrap {
    display: flex;
    flex-direction: column;
    row-gap: 44px;
  }
  footer .footer-middlebar .footer-middlebar-1 {
    margin-top: 68px;
    max-width: 500px;
  }
  footer .footer-middlebar ul {
    margin-bottom: 0;
  }
  footer .footer-middlebar .footer-middlebar-5 {
    display: none;
  }
  footer .footer-bottombar .footer-bottombar-1 {
    position: relative;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_text {
    margin-top: 100px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_text ul {
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 10px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_text ul:before {
    display: none;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_text ul li {
    margin-top: 0;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-2 {
    top: 0px;
    left: 88px;
  }
  footer .footer-bottombar .footer-bottombar-1 .widget_sd_widget_logo.badge-3 {
    top: 20px;
    left: 175px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #7d7d7d;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: #7d7d7d;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: inherit;
  color: #7d7d7d;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: #7d7d7d;
}

.wpcf7,
.sd-form {
  gap: 10px;
}

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] {
  background: #f4f4f4;
  border: 1px solid #dadada;
  display: block;
  font-size: 18px;
  padding: 0 20px;
  height: 45px;
  width: 100%;
  font-family: "Lato", sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

select {
  background: #f4f4f4;
  border: 1px solid #dadada;
  display: block;
  font-size: 18px;
  padding: 0 20px;
  height: 45px;
  width: 100%;
  font-family: "Lato", sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

textarea {
  background: #f4f4f4;
  border: 1px solid #dadada;
  display: block;
  font-size: 18px;
  padding: 20px;
  height: 200px;
  height: 45px;
  width: 100%;
  font-family: "Lato", sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  background: #00c0b7;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
button:hover,
input[type=button]:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  background-color: #00968f;
}
button span,
input[type=button] span,
button[type=submit] span,
input[type=submit] span {
  display: flex;
  align-items: center;
}
button svg,
input[type=button] svg,
button[type=submit] svg,
input[type=submit] svg {
  width: 17px;
  height: unset;
  margin-left: 10px;
}

/* Start privacy checkbox */
.sd-form .SD-type-checkbox {
  padding: 0;
  margin: 0;
}
.sd-form .SD-type-checkbox input {
  opacity: 0;
  position: absolute;
  display: block;
  left: 1px;
  top: 9px;
  z-index: -1;
}
.sd-form .SD-type-checkbox input:checked + label:before {
  background-color: #00c0b7;
  border-color: #00c0b7;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.sd-form .SD-type-checkbox a {
  color: #00968f;
}
.sd-form .SD-type-checkbox .SD-label {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: normal;
  display: inline;
  cursor: pointer;
}
.sd-form .SD-type-checkbox .SD-label:before {
  content: "";
  height: 18px;
  width: 18px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #dadada;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15.46 11.23' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.29,8.78L13.76.3c.2-.2.43-.3.7-.3s.5.1.7.3.3.44.3.71-.1.51-.3.71L5.99,10.93c-.2.2-.43.3-.7.3s-.5-.1-.7-.3L.29,6.63C.09,6.43,0,6.19,0,5.91s.11-.51.31-.71.44-.3.71-.3.51.1.71.3l3.55,3.58Z' fill='%23fff' /%3E%3C/svg%3E");
}
.sd-form .SD-type-checkbox .SD-label:hover:before {
  border-color: #00968f;
  background-color: #00968f;
  opacity: 0.5;
}

.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: #1c1c1c;
  cursor: pointer;
  padding: 0 15px;
  height: 50px;
  background-color: #f4f4f4;
  font-family: "Ubuntu", 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: #1c1c1c;
}

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

.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: 20px 43px 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  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] {
    font-size: 16px;
    padding: 0 17px;
    height: 40px;
  }
  select {
    font-size: 16px;
  }
  textarea {
    font-size: 16px;
  }
  .sd-form .SD-type-checkbox input {
    top: 7px;
  }
  .sd-form .SD-type-checkbox .SD-label {
    font-size: 16px;
  }
  .sd-form .SD-type-checkbox .SD-label:before {
    height: 15px;
    width: 15px;
    margin-right: 8px;
    background-size: 10px;
  }
}
@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 15px;
  }
  .sd-form .SD-type-checkbox .SD-label:before {
    margin-right: 7px;
  }
}
@media screen and (max-width: 991px) {
  #filter-anchor {
    display: none;
  }
  .filter-toggle {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #4f4f4f;
    z-index: 99;
    padding: 15px 0;
    color: #ffffff;
    -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: #ffffff;
    background-color: #393939;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  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] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation ul {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  column-gap: 45px;
}
.main-navigation ul li a {
  line-height: 75px;
  color: #FFF;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.main-navigation ul li a:hover {
  color: #00968f;
}
.main-navigation ul li a:hover:after {
  width: 20px;
}
.main-navigation ul li a:after {
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  content: "";
  display: block;
  background-color: #00968f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.main-navigation ul li.current-menu-item > a {
  position: relative;
}
.main-navigation ul li.current-menu-item > a:after {
  width: 20px;
}
.main-navigation ul li.menu-item-has-children {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}
.main-navigation ul li.menu-item-has-children:after {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  display: block !important;
  content: "";
  width: 8px;
  height: 8px;
  border: unset;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8.6 4.7' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8,4.5L0.2,0.9C0.1,0.8,0.1,0.7,0,0.7c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.3S0.3,0,0.5,0h7.6 c0.1,0,0.3,0.1,0.4,0.2s0.1,0.2,0.1,0.3c0,0-0.1,0.2-0.2,0.4L4.8,4.5C4.7,4.6,4.7,4.6,4.6,4.7c-0.1,0-0.2,0.1-0.3,0.1S4.1,4.7,4,4.7 C3.9,4.6,3.9,4.6,3.8,4.5z' fill='%23fff' /%3E%3C/svg%3E");
  -webkit-transition: background-image 0.3s ease-out;
  -moz-transition: background-image 0.3s ease-out;
  -o-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
}
.main-navigation ul li.menu-item-has-children > a:after {
  display: none;
}
.main-navigation ul li.menu-item-has-children:hover > a {
  color: #00968f;
}
.main-navigation ul li.menu-item-has-children:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8.6 4.7' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8,4.5L0.2,0.9C0.1,0.8,0.1,0.7,0,0.7c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.3S0.3,0,0.5,0h7.6 c0.1,0,0.3,0.1,0.4,0.2s0.1,0.2,0.1,0.3c0,0-0.1,0.2-0.2,0.4L4.8,4.5C4.7,4.6,4.7,4.6,4.6,4.7c-0.1,0-0.2,0.1-0.3,0.1S4.1,4.7,4,4.7 C3.9,4.6,3.9,4.6,3.8,4.5z' fill='%2300968f' /%3E%3C/svg%3E");
}
.main-navigation ul li.menu-item-has-children:hover > .sub-menu {
  left: -20px;
  opacity: 1;
}
.main-navigation.left {
  margin-left: 60px;
}
.main-navigation.right {
  margin-right: 60px;
}
.main-navigation ul.sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  padding: 30px 30px 30px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dadada;
  background-color: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.main-navigation ul.sub-menu li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.main-navigation ul.sub-menu li a {
  line-height: 1;
  white-space: nowrap;
  color: #1c1c1c;
}
.main-navigation ul.sub-menu li a:hover {
  color: #00968f;
}
.main-navigation ul.sub-menu li a:after {
  display: none;
}
.main-navigation ul.sub-menu li:before {
  display: block;
  content: "";
  height: 13px;
  width: 13px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14.6 10.7' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1,6.1H0.8C0.5,6.1,0.4,6,0.2,5.9C0.1,5.7,0,5.5,0,5.3s0.1-0.4,0.2-0.5c0.1-0.1,0.3-0.2,0.5-0.2h11.4 L8.8,1.3C8.7,1.1,8.6,1,8.6,0.8c0-0.2,0.1-0.4,0.2-0.5C9,0.1,9.2,0,9.4,0c0.2,0,0.4,0.1,0.5,0.2l4.5,4.5c0.1,0.1,0.2,0.2,0.2,0.3 c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3c0,0.1-0.1,0.2-0.2,0.3l-4.5,4.5c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4-0.1-0.5-0.2 c-0.1-0.2-0.2-0.3-0.2-0.5c0-0.2,0.1-0.4,0.2-0.5L12.1,6.1z' fill='%2300968f' /%3E%3C/svg%3E");
}
.main-navigation ul.sub-menu li.current-menu-item > a {
  color: #00968f;
}

.scrolled .main-navigation ul li a {
  color: #1c1c1c;
}
.scrolled .main-navigation ul li a:hover {
  color: #00968f;
}
.scrolled .main-navigation ul li.menu-item-has-children:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8.6 4.7' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8,4.5L0.2,0.9C0.1,0.8,0.1,0.7,0,0.7c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.3S0.3,0,0.5,0h7.6 c0.1,0,0.3,0.1,0.4,0.2s0.1,0.2,0.1,0.3c0,0-0.1,0.2-0.2,0.4L4.8,4.5C4.7,4.6,4.7,4.6,4.6,4.7c-0.1,0-0.2,0.1-0.3,0.1S4.1,4.7,4,4.7 C3.9,4.6,3.9,4.6,3.8,4.5z' fill='%231c1c1c' /%3E%3C/svg%3E");
}
.scrolled .main-navigation ul li.menu-item-has-children:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8.6 4.7' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8,4.5L0.2,0.9C0.1,0.8,0.1,0.7,0,0.7c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.3S0.3,0,0.5,0h7.6 c0.1,0,0.3,0.1,0.4,0.2s0.1,0.2,0.1,0.3c0,0-0.1,0.2-0.2,0.4L4.8,4.5C4.7,4.6,4.7,4.6,4.6,4.7c-0.1,0-0.2,0.1-0.3,0.1S4.1,4.7,4,4.7 C3.9,4.6,3.9,4.6,3.8,4.5z' fill='%2300968f' /%3E%3C/svg%3E");
}
.scrolled .main-navigation ul.sub-menu {
  background-color: #f4f4f4;
  border-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.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: transparent;
  padding-top: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header.site-header.fixed.scrolled {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 0;
}
header.site-header.fixed .wrap {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0;
}
header.site-header.fixed .header-middlebar .header-middlebar-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.site-header.fixed .header-middlebar .header-middlebar-1 .main-navigation.left {
  flex-grow: 1;
}

.admin-bar header.site-header.fixed {
  top: 32px;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation ul {
    column-gap: 37px;
  }
  .main-navigation ul li a {
    line-height: 62px;
  }
  .main-navigation ul li a:hover:after {
    width: 17px;
  }
  .main-navigation ul li.current-menu-item > a:after {
    width: 17px;
  }
  .main-navigation ul li.menu-item-has-children:hover > .sub-menu {
    left: -17px;
  }
  .main-navigation ul.sub-menu {
    row-gap: 17px;
    padding: 25px 25px 25px 17px;
  }
  .main-navigation ul.sub-menu li:before {
    height: 11px;
    width: 11px;
  }
  header.site-header.fixed {
    padding-top: 25px;
  }
  header.site-header.fixed .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul {
    column-gap: 33px;
  }
  .main-navigation ul li a {
    line-height: 55px;
  }
  .main-navigation ul li a:hover:after {
    width: 15px;
  }
  .main-navigation ul li.current-menu-item > a:after {
    width: 15px;
  }
  .main-navigation ul li.menu-item-has-children:hover > .sub-menu {
    left: -15px;
  }
  .main-navigation ul.sub-menu {
    row-gap: 15px;
    padding: 22px 22px 22px 15px;
  }
  .main-navigation ul.sub-menu li:before {
    height: 9px;
    width: 9px;
  }
  header.site-header.fixed {
    padding-top: 22px;
  }
  header.site-header.fixed .wrap {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media screen and (max-width: 1600px) {
  .main-navigation ul {
    column-gap: 33px;
  }
  .main-navigation ul li a {
    line-height: 70px;
  }
  .main-navigation.left {
    margin-left: 33px;
  }
  .main-navigation.right {
    margin-right: 33px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul li a {
    line-height: 70px;
  }
  .main-navigation.right {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .main-navigation.left {
    display: none;
  }
  header .header-middlebar-1 {
    justify-content: space-between;
    height: 70px;
  }
  header .header-middlebar-1 .widget_sd_widget_logo {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1000px) {
  header .header-middlebar .header-middlebar-inner .wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  header .header-middlebar .button-job-alert .sd-block-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
  }
  header .header-middlebar .button-job-alert .sd-block-button:hover {
    background-color: #FFF;
  }
  header .header-middlebar .button-job-alert .sd-block-button:hover svg {
    color: #002d2b;
  }
  header .header-middlebar .button-job-alert .sd-block-button .inner-button {
    padding: 0;
  }
  header .header-middlebar .button-job-alert .sd-block-button .button-text {
    display: none;
  }
  header.scrolled .header-middlebar .button-job-alert .sd-block-button {
    background-color: #f4f4f4;
    border: 1px solid #dadada;
  }
  header.scrolled .header-middlebar .button-job-alert .sd-block-button svg {
    color: #1c1c1c;
  }
}
/*--------------------------------------------------------------
>>> 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: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrap {
  max-width: 1430px;
}

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

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

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

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

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

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

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

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

.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) {
  .marginbottom-20px {
    margin-bottom: 17px;
  }
  .marginbottom-40px {
    margin-bottom: 33px;
  }
  .marginbottom-60px {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .marginbottom-20px {
    margin-bottom: 15px;
  }
  .marginbottom-40px {
    margin-bottom: 29px;
  }
  .marginbottom-60px {
    margin-bottom: 44px;
  }
}
@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: 991px) {
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-20px {
    margin-bottom: 20px;
  }
  .mobile_marginbottom-40px {
    margin-bottom: 40px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 60px;
  }
  .mobile_hide-yes {
    display: none;
  }
}
/*--------------------------------------------------------------
>>> 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 {
  padding: 45px;
  background-color: #7d7d7d;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.sd-loading .loading-separator {
  height: 30px;
}
.sd-loading .loading-button {
  height: 50px;
  margin-bottom: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #FFF;
}
.sd-loading .loading-title {
  width: 65%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #FFF;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  background-color: #FFF;
}
.sd-loading .loading-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sd-loading .loading-checkbox > span:first-child {
  height: 24px;
  width: 30px;
  margin-right: 12px;
  background-color: #FFF;
}
.sd-loading .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #FFF;
}
@-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. Cookie wall
--------------------------------------------------------------*/
.sd-cookie-notice .sd-cookie-notice-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.sd-cookie-notice .sd-cookie-notice-inner {
  background-color: #f4f4f4;
  width: 800px;
  padding: 60px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close {
  top: 30px;
  right: 30px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close svg {
  width: 20px;
  height: 20px;
  color: #7d7d7d;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-title h2 {
  font-size: 30px;
  line-height: 40px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text p {
  color: #1c1c1c;
  font-size: 18px;
  line-height: 30px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-accept-cookie {
  padding: 0 20px;
  background-color: #00c0b7;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 45px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-accept-cookie:hover {
  background-color: #00968f;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-toggle-cookies,
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-save-cookie {
  font-size: 14px;
  line-height: 19px;
  color: #7d7d7d;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category {
  background-color: #FFF;
  border: 1px solid #dadada;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 0;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category .sd-cookie-notice-category-checkbox input:checked + .sd-cookie-notice-cb-label {
  background-color: #00c0b7;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category .sd-cookie-notice-category-description {
  font-size: 16px;
  padding: 0 20px 20px;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 664px;
    padding: 50px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close {
    top: 25px;
    right: 25px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close svg {
    width: 17px;
    height: 17px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-title h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text p {
    font-size: 16px;
    line-height: 25px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-accept-cookie {
    padding: 0 17px;
    line-height: 40px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories {
    gap: 12px;
    margin-bottom: 25px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category .sd-cookie-notice-category-description {
    font-size: 16px;
    padding: 0 17px 17px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 584px;
    padding: 44px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close {
    top: 22px;
    right: 22px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close svg {
    width: 15px;
    height: 15px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-title h2 {
    font-size: 22px;
    line-height: 29px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text p {
    line-height: 22px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-accept-cookie {
    padding: 0 15px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories {
    gap: 11px;
    margin-bottom: 22px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category .sd-cookie-notice-category-description {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 700px) {
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 450px) {
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    padding: 33px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-buttons-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 22px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
.sd-pagination .page-numbers {
  height: 30px;
  width: 30px;
  padding: unset;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.sd-pagination .page-numbers:not(:last-child) {
  margin-right: 5px;
}
.sd-pagination .page-numbers.current {
  color: #FFF;
  background-color: #00c0b7;
}
.sd-pagination .page-numbers.next, .sd-pagination .page-numbers.prev {
  position: relative;
  right: unset;
  left: unset;
  float: unset;
}
.sd-pagination .page-numbers.next svg, .sd-pagination .page-numbers.prev svg {
  height: 11px;
  width: unset;
}
.sd-pagination .page-numbers:hover {
  color: #FFF;
  background-color: #00c0b7;
}

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

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

h1 {
  font-size: 50px;
  line-height: 60px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

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

h4 {
  font-size: 18px;
  line-height: 23px;
}

h5, h6 {
  font-size: 16px;
  line-height: 21px;
}

p {
  font-size: 18px;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 30px;
}

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

@media screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 25px;
    line-height: 33px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  h4 {
    font-size: 18px;
    line-height: 23px;
  }
  p {
    font-size: 16px;
    margin: 0 0 25px 0;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 37px;
    line-height: 44px;
  }
  h2 {
    line-height: 30px;
  }
  p {
    margin: 0 0 22px 0;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media screen and (max-width: 767px) {
  .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 550px) {
  .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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