/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-image: url("/wp-content/uploads/2025/08/background-footer.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-weight: normal;
}
footer a,
footer p {
  color: #FFF;
}
.footer-middlebar {
  padding: 100px 0;
}
.footer-middlebar .footer-middlebar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 140px;
  position: relative;
}
.footer-middlebar .open-apply-button {
  margin-bottom: 60px;
}
.footer-middlebar .widget_sd_widget_contact_icon.phone-container {
  margin-bottom: 50px;
}
.footer-middlebar ul {
  list-style: none;
  margin-bottom: 0;
}
.footer-middlebar ul li {
  position: relative;
  height: unset;
  line-height: 35px;
  padding-left: 30px;
}
.footer-middlebar ul li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
}
.footer-middlebar ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer-middlebar ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  background-color: #ff7a00;
  width: 12px;
  height: 2px;
}
.footer-middlebar .no-title-menu-container {
  margin-top: 117px;
}
.footer-middlebar .footer-logo {
  margin-bottom: 40px;
}
.footer-middlebar .footer-logo svg {
  width: 130px;
}

.footer-bottombar {
  padding-bottom: 20px;
}
.footer-bottombar a,
.footer-bottombar p,
.footer-bottombar li {
  font-size: 18px;
  font-weight: normal;
  color: #636971;
}
.footer-bottombar a {
  text-decoration: underline;
}
.footer-bottombar a:hover {
  text-decoration: none;
}
.footer-bottombar .footer-bottombar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottombar .sd-block-breadcrumb #breadcrumbs.breadcrumbs li a {
  text-decoration: underline;
  font-size: 15px;
}
.footer-bottombar .sd-block-breadcrumb #breadcrumbs.breadcrumbs li.item-current strong {
  text-decoration: none;
  font-size: 15px;
}
.footer-bottombar a {
  text-decoration: underline;
}
.footer-bottombar a:hover {
  color: #FFF;
  text-decoration: none;
}
.footer-bottombar .legal-menu ul {
  text-align: right;
  margin-bottom: 0;
}
.footer-bottombar .legal-menu li {
  color: #FFF;
  display: inline-block;
}
.footer-bottombar .legal-menu li:not(:last-child) {
  margin-right: 35px;
}
.footer-bottombar .copyright-container {
  text-align: right;
}
.footer-bottombar .copyright-container p {
  line-height: 20px;
  font-size: 18px;
  color: #636971;
  font-weight: normal;
}

h3.widget-title {
  color: #636971;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 0;
  font-weight: 900;
  line-height: 28px;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .footer-middlebar {
    padding: 83px 0;
  }
  h3.widget-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .footer-middlebar .footer-middlebar-inner {
    column-gap: 137px;
  }
  .footer-bottombar a, .footer-bottombar p, .footer-bottombar li {
    font-size: 15px;
  }
  .footer-bottombar .copyright-container p {
    font-size: 15px;
  }
  .footer-middlebar .widget_sd_widget_contact_icon.phone-container {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1400px) {
  .footer-middlebar {
    padding: 73px 0;
  }
  h3.widget-title {
    margin-bottom: 22px;
  }
  .footer-middlebar .footer-middlebar-inner {
    column-gap: 120px;
  }
  .footer-bottombar a, .footer-bottombar p, .footer-bottombar li {
    font-size: 13px;
  }
  .footer-bottombar .copyright-container p {
    font-size: 13px;
  }
  .footer-middlebar .widget_sd_widget_contact_icon.phone-container {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .footer-middlebar {
    padding: 73px 15px;
  }
  .footer-middlebar .open-apply-button .sd-block-button.align-right {
    text-align: left;
  }
  .footer-middlebar .footer-middlebar-inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottombar {
    padding: 0 15px 15px 15px;
  }
  .footer-middlebar .open-apply-button {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-middlebar .footer-middlebar-inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .footer-bottombar .footer-bottombar-inner {
    display: block;
  }
  .footer-bottombar .copyright-container,
  .footer-bottombar .legal-menu ul {
    text-align: left;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #FFF;
}

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

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

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

.SD_FormGen_form .mandatory_icon {
  color: #FFF;
}

.wpcf7 {
  border: 2px solid #636971;
  padding: 40px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wpcf7 h2 {
  margin-bottom: 0;
  padding-left: 30px;
  border-left: 6px solid #636971;
  font-size: 30px;
  line-height: 40px;
}
.wpcf7 h2,
.wpcf7 p {
  color: #FFF;
}
.wpcf7 .cf7-mandatory {
  color: red;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 16px;
}

.sd-form {
  row-gap: 30px;
}
.sd-form .box.has-advanced-upload {
  border: 2px dashed #636971;
  padding: 30px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-form .box.has-advanced-upload .SD-drag-and-drop-select-file-label {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sd-form .box.has-advanced-upload .SD-drag-and-drop-select-file-label .file-icon svg {
  background-color: #ff7a00;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 12px;
  margin-right: 20px;
}
.sd-form .box.has-advanced-upload .uploaded-file {
  display: flex;
  justify-content: center;
  color: white;
  font-weight: 400;
}
.sd-form .box.has-advanced-upload .max-upload-size {
  font-family: "Inter 18pt", sans-serif;
  text-align: center;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

label {
  margin-bottom: 0;
}

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: transparent;
  border: 2px solid #636971;
  display: block;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  font-family: "Inter 18pt", sans-serif;
  font-weight: normal;
  width: 100%;
  color: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
input[type=week]:focus, input[type=week]:hover, input[type=week]:active,
input[type=url]:focus,
input[type=url]:hover,
input[type=url]:active,
input[type=time]:focus,
input[type=time]:hover,
input[type=time]:active,
input[type=password]:focus,
input[type=password]:hover,
input[type=password]:active,
input[type=number]:focus,
input[type=number]:hover,
input[type=number]:active,
input[type=color]:focus,
input[type=color]:hover,
input[type=color]:active,
input[type=month]:focus,
input[type=month]:hover,
input[type=month]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:active,
input[type=text]:focus,
input[type=text]:hover,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:hover,
input[type=email]:active,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=tel]:active {
  border-color: #FFF;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 2px solid #636971;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: block;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-family: "Inter 18pt", sans-serif;
  font-weight: normal;
  color: #FFF;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}
select option {
  background-color: #121c28;
}

textarea {
  background: transparent;
  border: 2px solid #636971;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: block;
  padding: 15px;
  height: 150px;
  width: 100%;
  font-size: 16px;
  font-family: "Inter 18pt", sans-serif;
  font-weight: normal;
  resize: vertical;
  color: #FFF;
}
textarea:focus, textarea:hover, textarea:active {
  border: 2px solid #FFF;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  display: inline-flex;
  align-items: center;
  line-height: 46px;
  padding: 0 25px;
  color: #FFF;
  font-family: "Inter 18pt", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ff7a00;
  border: 2px solid #ff7a00;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
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 {
  margin-left: 15px;
}
button:hover,
input[type=button]:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #ff7a00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Start privacy checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
  padding: 0 0 0 30px;
  margin: 0;
}
.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-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M443.3 100.7c6.2 6.2 6.2 16.4 0 22.6l-272 272c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L160 361.4 420.7 100.7c6.2-6.2 16.4-6.2 22.6 0z'/%3E%3C/svg%3E");
  background-color: #ff7a00;
  border: 1px solid #ff7a00;
}
.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;
  color: #FFF;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label a,
.sd-form .SD-type-checkbox .wpcf7-list-item-label a,
.sd-form .SD-type-checkbox .SD-label a {
  color: #FFF;
  text-decoration: underline;
}
.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: 20px;
  width: 20px;
  position: absolute;
  left: -30px;
  top: 3px;
  background-color: transparent;
  border: 1px solid #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label:hover:before,
.sd-form .SD-type-checkbox .wpcf7-list-item-label:hover:before,
.sd-form .SD-type-checkbox .SD-label:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M443.3 100.7c6.2 6.2 6.2 16.4 0 22.6l-272 272c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L160 361.4 420.7 100.7c6.2-6.2 16.4-6.2 22.6 0z'/%3E%3C/svg%3E");
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .privacy-acceptance-link a,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label .privacy-acceptance-link a,
.sd-form .SD-type-checkbox .wpcf7-list-item-label .privacy-acceptance-link a,
.sd-form .SD-type-checkbox .SD-label .privacy-acceptance-link a {
  color: #FFF;
  text-decoration: underline;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .privacy-acceptance-link a:hover,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .SD-label .privacy-acceptance-link a:hover,
.sd-form .SD-type-checkbox .wpcf7-list-item-label .privacy-acceptance-link a:hover,
.sd-form .SD-type-checkbox .SD-label .privacy-acceptance-link a:hover {
  text-decoration: none;
}

/* 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: #FFF;
  cursor: pointer;
  padding: 0 15px;
  height: 50px;
  background-color: #636971;
  font-family: "Inter 18pt", 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: #FFF;
}

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

/* End success messages  */
/* Start error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.sd-error-message-container {
  background-color: transparent;
  color: #FFF;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #FF0402;
  margin: 20px 0;
}

.sd-error-message-general {
  font-weight: normal;
}

/* 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;
  }
  select {
    font-size: 16px;
  }
  textarea {
    font-size: 16px;
  }
  button, input[type=button], button[type=submit], input[type=submit] {
    font-size: 16px;
    line-height: 38px;
  }
  .sd-form .SD-type-checkbox .SD-label {
    font-size: 16px;
  }
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
  }
  .sd-form {
    gap: 20px;
    row-gap: 25px;
  }
}
@media screen and (max-width: 1400px) {
  button, input[type=button], button[type=submit], input[type=submit] {
    line-height: 34px;
  }
  .sd-form {
    row-gap: 22px;
  }
}
@media screen and (max-width: 1600px) {
  .sd-form .SD-type-checkbox .SD-label::before {
    top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .sd-form .input-col-10 {
    grid-column: span 12;
  }
  .sd-form .input-col-20 {
    grid-column: span 12;
  }
  .sd-form .input-col-30 {
    grid-column: span 12;
  }
  .sd-form .input-col-40 {
    grid-column: span 12;
  }
  .sd-form .input-col-50 {
    grid-column: span 12;
  }
  .sd-form .input-col-60 {
    grid-column: span 12;
  }
  .sd-form .input-col-70 {
    grid-column: span 12;
  }
  .sd-form .input-col-80 {
    grid-column: span 12;
  }
  .sd-form .input-col-90 {
    grid-column: span 12;
  }
  .sd-form .input-col-100 {
    grid-column: span 12;
  }
  .sd-form .input-col-110 {
    grid-column: span 12;
  }
  .sd-form .input-col-120 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 1199px) {
  #filter-anchor {
    display: none;
  }
  .filter-toggle {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 34px;
    font-size: 13px;
    padding: 0 25px;
    color: #FFF;
    background-color: #ff7a00;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .filter-toggle:hover {
    color: #FFF;
    background-color: #ff7a00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sd-form {
    row-gap: 20px;
  }
  .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 {
    grid-column: span 12;
  }
  .wpcf7 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 0;
  }
  .wpcf7 {
    margin-bottom: 35px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation.align-menu-right ul {
  text-align: right;
}

.main-navigation.align-menu-left ul {
  text-align: left;
}

.main-navigation ul {
  /* Sub Menu */
}
.main-navigation ul li a {
  color: #FFF;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  line-height: 100px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation ul li a:hover {
  color: #ff7a00;
  text-decoration: underline;
}
.main-navigation ul li.highlight-menu-item a {
  color: #ff7a00;
}
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a {
  text-decoration: underline;
}
.main-navigation ul li:not(:last-child) {
  margin-right: 60px;
}
.main-navigation ul li.menu-item-has-children:hover > ul.sub-menu {
  left: 0;
}
.main-navigation ul li.menu-item-has-children > a:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%235657ff' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
.main-navigation ul ul.sub-menu {
  padding: 20px;
  border: none;
  background-color: #ff7a00;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.main-navigation ul ul.sub-menu li {
  margin-bottom: 5px;
}
.main-navigation ul ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.main-navigation ul ul.sub-menu li a {
  color: #FFF;
  line-height: unset;
  white-space: nowrap;
}
.main-navigation ul ul.sub-menu li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.main-navigation ul ul.sub-menu li.current-menu-item > a {
  text-decoration: underline;
}

.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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header.fixed.scrolled {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #121c28;
}
header.site-header.fixed.scrolled .main-navigation ul li a {
  line-height: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.header-middlebar .header-middlebar-1 {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  grid-template-columns: 1fr 250px 1fr;
  position: relative;
}
.header-middlebar .header-middlebar-1 .header-button {
  position: absolute;
  right: 0;
}
.header-middlebar .header-middlebar-2 {
  flex-grow: 1;
  margin-left: 60px;
}

.page-id-18 .header-middlebar .header-middlebar-1 .header-button {
  display: none;
}

.page-id-18 .footer-middlebar .open-apply-button {
  display: none;
}

.header-bottombar {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.header-bottombar .header-bottombar-wrap-inner {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottombar .header-bottombar-2 {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-bottombar .sd-block-breadcrumb #breadcrumbs.breadcrumbs li a, .header-bottombar .sd-block-breadcrumb #breadcrumbs.breadcrumbs li.item-current strong {
  text-decoration: none;
}
.header-bottombar .sd-block-breadcrumb #breadcrumbs.breadcrumbs li a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .header-middlebar .header-middlebar-1 {
    grid-template-columns: 1fr 208px 1fr;
  }
  .main-navigation ul li a {
    font-size: 14px;
    line-height: 83px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .header-middlebar .header-middlebar-1 {
    grid-template-columns: 1fr 183px 1fr;
  }
  .main-navigation ul li a {
    line-height: 73px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 44px;
  }
}
@media screen and (max-width: 1600px) {
  .header-middlebar .header-middlebar-1 .header-button {
    right: -30px;
  }
  .header-middlebar .header-middlebar-1 .header-button .sd-block-button .inner-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .header-middlebar .header-middlebar-1 .header-button {
    right: -75px;
  }
}
@media screen and (max-width: 1300px) {
  .header-middlebar .header-middlebar-1 .header-button {
    right: -45px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 34px;
  }
}
@media screen and (max-width: 1299px) {
  .main-navigation {
    display: none;
  }
  header.site-header.mobile-nav-bottom {
    top: unset;
    bottom: 0;
  }
  .header-middlebar .header-middlebar-1 {
    grid-template-columns: 1fr 1fr;
    padding: 15px;
  }
  .header-middlebar .header-middlebar-1 .header-button {
    display: none;
  }
  .header-middlebar-2 {
    display: none;
  }
  .header-middlebar-3 {
    width: 85%;
    display: inline-flex;
    align-items: center;
    justify-content: right;
  }
  .header-middlebar-3 .open-apply-button {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-bottombar .header-bottombar-2 {
    display: none;
  }
  .home .header-bottombar {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .header-middlebar-3 .open-apply-button {
    display: none;
  }
}
/*--------------------------------------------------------------
>>> 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: #FFF;
  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: 1630px;
}

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

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

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

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

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

.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: 100px;
  padding-bottom: 100px;
}

.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,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

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

/*--------------------------------------------------------------
Cookie wall
--------------------------------------------------------------*/
.sd-cookie-notice .sd-cookie-notice-inner {
  background-color: #121c28;
  color: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sd-cookie-notice .sd-cookie-notice-content {
  font-size: 18px;
  line-height: 30px;
}
.sd-cookie-notice .sd-cookie-notice-content p {
  font-size: 18px;
  line-height: 30px;
}
.sd-cookie-notice .sd-cookie-notice-content .sd-cookie-notice-category {
  color: #121c28;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sd-cookie-notice .sd-cookie-notice-content .sd-cookie-notice-category .sd-cookie-notice-category-title {
  font-weight: bold;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
  display: block;
  margin-bottom: 20px;
  color: #FFF;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-save-cookie {
  color: #FFF;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
  line-height: 46px;
  padding: 0 25px;
  color: #FFF;
  background-color: #ff7a00;
  border: 2px solid #ff7a00;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-size: 16px;
  font-family: "Inter 18pt", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  transition: all 0.3s ease;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:hover {
  background-color: #121c28;
  color: #ff7a00;
  transition: all 0.3s ease;
}
.sd-cookie-notice .sd-cookie-notice-close {
  color: #FFF;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .marginbottom-30px {
    margin-bottom: 25px;
  }
  .marginbottom-60px {
    margin-bottom: 50px;
  }
  .marginbottom-100px {
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 1400px) {
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .marginbottom-30px {
    margin-bottom: 22px;
  }
  .marginbottom-60px {
    margin-bottom: 44px;
  }
  .marginbottom-100px {
    margin-bottom: 73px;
  }
}
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1299px) {
  .vc_row-fluid:not(.vc_inner):first-of-type {
    padding-top: 150px;
  }
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-30px {
    margin-bottom: 30px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 60px;
  }
  .mobile_marginbottom-100px {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .mobile-1199px .vc_col-sm-1,
  .mobile-1199px .vc_col-sm-2,
  .mobile-1199px .vc_col-sm-3,
  .mobile-1199px .vc_col-sm-4,
  .mobile-1199px .vc_col-sm-5,
  .mobile-1199px .vc_col-sm-6,
  .mobile-1199px .vc_col-sm-7,
  .mobile-1199px .vc_col-sm-8,
  .mobile-1199px .vc_col-sm-9,
  .mobile-1199px .vc_col-sm-10,
  .mobile-1199px .vc_col-sm-11 {
    width: 100% !important;
  }
  .mobile-1199px .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile-1199px .mobile_marginbottom-30px {
    margin-bottom: 30px;
  }
  .mobile-1199px .mobile_marginbottom-60px {
    margin-bottom: 60px;
  }
  .mobile-1199px .mobile_marginbottom-100px {
    margin-bottom: 100px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .col-scrollable {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .wrap {
    max-width: 1000px;
  }
}
/*--------------------------------------------------------------
>>> 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.filter-loading-grid {
  border: 1px solid #FFF;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sd-loading .sd-block-vacancies-loading-single {
  border: 1px solid #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  min-height: 350px;
}
.sd-loading .sd-block-vacancies-loading-single .loading-img {
  background-color: #FFF;
  width: 500px;
  height: 100%;
}
.sd-loading .sd-block-vacancies-loading-single .loading-content {
  padding: 40px;
  flex-grow: 1;
}
.sd-loading .sd-block-vacancies-loading-single .loading-content .loading-title {
  margin-bottom: 35px;
}
.sd-loading .sd-block-vacancies-loading-single .loading-content .loading-text {
  background-color: #FFF;
  height: 1px;
  margin-bottom: 35px;
}
.sd-loading .sd-block-vacancies-loading-single .loading-checkbox {
  display: inline-flex;
  margin-right: 15px;
}
.sd-loading .sd-block-vacancies-loading-single .loading-checkbox > span:last-child {
  width: 100px;
}
.sd-loading .loading-separator {
  height: 30px;
}
.sd-loading .loading-button {
  height: 50px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  width: 50%;
}
.sd-loading .loading-title {
  width: 65%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #FFF;
}
.sd-loading .loading-input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sd-loading .loading-align-right {
  text-align: right;
}
.sd-loading .loading-align-right .loading-reset {
  width: 20%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.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. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .sd-loading .sd-block-vacancies-loading-single {
    min-height: 325px;
  }
}
@media screen and (max-width: 880px) {
  .sd-loading .sd-block-vacancies-loading-single {
    flex-direction: column;
    align-items: unset;
    min-height: unset;
  }
  .sd-loading .sd-block-vacancies-loading-single .loading-img {
    width: 100%;
    height: 260px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  margin-top: 35px;
  position: relative;
  text-align: left;
  font-size: 0;
}
.sd-pagination .page-numbers {
  font-size: 18px;
  margin-right: 10px;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: unset;
}
.sd-pagination .page-numbers:focus {
  color: #FFF;
}
.sd-pagination .page-numbers.current {
  font-size: 18px;
  margin-right: 10px;
  color: #ff7a00;
}
.sd-pagination .page-numbers.prev {
  float: none;
  padding: 0;
  background-color: transparent;
  margin-right: 40px;
}
.sd-pagination .page-numbers.prev svg {
  color: #ff7a00;
  margin-right: 20px;
}
.sd-pagination .page-numbers.prev:hover {
  color: #FFF;
}
.sd-pagination .page-numbers.next {
  float: none;
  padding: 0;
  background-color: transparent;
  margin-left: 40px;
}
.sd-pagination .page-numbers.next svg {
  color: #ff7a00;
  margin-left: 20px;
}
.sd-pagination .page-numbers.next:hover {
  color: #FFF;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-pagination .page-numbers {
    font-size: 16px;
  }
  .sd-pagination .page-numbers.current {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
.sd-tabs {
  background-color: #121c28;
  border: 2px solid #636971;
  padding: 40px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-tabs h2,
.sd-tabs p {
  color: #FFF;
}
.sd-tabs .sd-tabs-list {
  margin-bottom: 35px;
  font-size: 0;
}
.sd-tabs .sd-tabs-list > li {
  background-color: transparent;
  color: #FFF;
  font-family: "Inter 18pt", sans-serif;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0;
  margin-right: 35px;
}
.sd-tabs .sd-tabs-list > li:before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #FFF;
  background-color: transparent;
  margin-right: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sd-tabs .sd-tabs-list > li.active {
  background-color: transparent;
  color: #FFF;
}
.sd-tabs .sd-tabs-list > li.active:before {
  background-color: #ff7a00;
  border: 1px solid #ff7a00;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.3 12'%3E%3Cpath fill='%23ffffff' d='M5.7,12L0,6.3l1.4-1.4l4.3,4.3L14.9,0l1.4,1.4L5.7,12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.sd-tabs .sd-tabs-list > li:last-child {
  margin-right: 0;
}
.sd-tabs .sd-tabs-content {
  margin-bottom: 0;
}
.sd-tabs .sd-tabs-content > li {
  background-color: transparent;
  padding: unset;
}
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-tabs .sd-tabs-list > li {
    font-size: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-tabs .sd-tabs-list > li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .sd-tabs {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .sd-tabs {
    padding: 40px;
  }
  .sd-tabs .sd-tabs-list {
    margin: unset;
  }
  .sd-tabs .sd-tabs-list li {
    margin-bottom: 15px;
  }
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-ExtraLight.eot");
  src: local("Inter 18pt ExtraLight"), local("Inter18pt-ExtraLight"), url("../fonts/Inter18pt-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-ExtraLight.woff2") format("woff2"), url("../fonts/Inter18pt-ExtraLight.woff") format("woff"), url("../fonts/Inter18pt-ExtraLight.ttf") format("truetype"), url("../fonts/Inter18pt-ExtraLight.svg#Inter18pt-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-Regular.eot");
  src: local("Inter 18pt Regular"), local("Inter18pt-Regular"), url("../fonts/Inter18pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Regular.woff2") format("woff2"), url("../fonts/Inter18pt-Regular.woff") format("woff"), url("../fonts/Inter18pt-Regular.ttf") format("truetype"), url("../fonts/Inter18pt-Regular.svg#Inter18pt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-ExtraBold.eot");
  src: local("Inter 18pt ExtraBold"), local("Inter18pt-ExtraBold"), url("../fonts/Inter18pt-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-ExtraBold.woff2") format("woff2"), url("../fonts/Inter18pt-ExtraBold.woff") format("woff"), url("../fonts/Inter18pt-ExtraBold.ttf") format("truetype"), url("../fonts/Inter18pt-ExtraBold.svg#Inter18pt-ExtraBold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-Bold.eot");
  src: local("Inter 18pt Bold"), local("Inter18pt-Bold"), url("../fonts/Inter18pt-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Bold.woff2") format("woff2"), url("../fonts/Inter18pt-Bold.woff") format("woff"), url("../fonts/Inter18pt-Bold.ttf") format("truetype"), url("../fonts/Inter18pt-Bold.svg#Inter18pt-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Inter 18pt", sans-serif;
  font-size: 20px;
  color: #FFF;
  background-color: #121c28;
  font-weight: 200;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter 18pt", sans-serif;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
}

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

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

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

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

p {
  font-size: 20px;
  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;
}

strong, b {
  font-weight: normal;
}

@media screen and (max-width: 1600px) {
  html, body {
    font-size: 17px;
  }
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 33px;
    line-height: 42px;
  }
  h3 {
    font-size: 25px;
    line-height: 33px;
  }
  h4, h5, h6 {
    font-size: 15px;
    line-height: 23px;
  }
  p {
    font-size: 17px;
    margin: 0 0 25px 0;
    line-height: 26px;
  }
}
@media screen and (max-width: 1400px) {
  html, body {
    font-size: 16px;
  }
  h1 {
    font-size: 37px;
    line-height: 44px;
  }
  h2 {
    font-size: 29px;
    line-height: 37px;
  }
  h3 {
    font-size: 22px;
    line-height: 29px;
  }
  h4, h5, h6 {
    font-size: 13px;
    line-height: 20px;
  }
  p {
    font-size: 16px;
    margin: 0 0 22px 0;
  }
}

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