@import url("https://use.typekit.net/jyt7cjw.css"); /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #24234f;
  padding: 100px 0 45px 0;
  background-image: url("/wp-content/uploads/2026/02/pattern-5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer h3.widget-title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #FFF;
}
footer .small-title h3.widget-title {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 25px;
}
footer .footer-middlebar-inner {
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr auto;
  gap: 30px;
}
footer .footer-middlebar-inner .no-title ul {
  margin-top: 60px;
}
footer .footer-middlebar-inner ul {
  list-style: none;
  margin-bottom: 0;
}
footer .footer-middlebar-inner ul li {
  line-height: 25px;
  margin-bottom: 30px;
}
footer .footer-middlebar-inner ul li:last-child {
  margin-bottom: 0;
}
footer .footer-middlebar-inner ul li a:hover, footer .footer-middlebar-inner ul li.current-menu-item a {
  text-decoration: underline;
}
footer .footer-middlebar-inner ul li a {
  color: #FFF;
  font-size: 18px;
}
footer .footer-middlebar-inner p {
  line-height: 25px;
  font-size: 18px;
  color: #FFF;
}
footer .footer-bottombar {
  margin-top: 100px;
}
footer .footer-bottombar ul {
  font-size: 0;
  list-style: none;
}
footer .footer-bottombar ul li {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  color: #FFF;
}
footer .footer-bottombar ul li:not(:last-child) {
  margin-right: 45px;
}
footer .footer-bottombar ul li a:hover, footer .footer-bottombar ul li.current-menu-item a {
  text-decoration: underline;
  color: #FFF;
}
footer .footer-bottombar ul li a {
  color: #FFF;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding: 83px 0 37px 0;
  }
  footer h3.widget-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  footer .small-title h3.widget-title {
    margin-bottom: 25px;
  }
  footer .footer-middlebar-inner .no-title ul {
    margin-top: 50px;
  }
  footer .footer-middlebar-inner ul li {
    margin-bottom: 25px;
  }
  footer .footer-middlebar-inner ul li a {
    font-size: 16px;
  }
  footer .footer-middlebar-inner p {
    font-size: 16px;
  }
  footer .footer-bottombar {
    margin-top: 83px;
  }
  footer .footer-bottombar ul li:not(:last-child) {
    margin-right: 37px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 73px 0 33px 0;
  }
  footer h3.widget-title {
    margin-bottom: 22px;
  }
  footer .small-title h3.widget-title {
    margin-bottom: 22px;
  }
  footer .footer-middlebar-inner .no-title ul {
    margin-top: 44px;
  }
  footer .footer-middlebar-inner ul li {
    margin-bottom: 22px;
  }
  footer .footer-bottombar {
    margin-top: 73px;
  }
  footer .footer-bottombar ul li:not(:last-child) {
    margin-right: 33px;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer-middlebar-inner {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
  footer .footer-bottombar {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-middlebar-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-bottombar ul li {
    display: block;
  }
  footer .footer-bottombar ul li:not(:last-child) {
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: inherit;
  color: #c3c3c3;
}

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

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

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

.SD_FormGen_form .mandatory_icon {
  color: #c3c3c3;
}

.wpcf7 {
  padding: 45px;
  background-color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.wpcf7 h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}
.wpcf7 h2,
.wpcf7 p {
  color: #2c2c2c;
}
.wpcf7 .cf7-mandatory {
  color: red;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 16px;
}

.sd-form {
  row-gap: 30px;
}
.sd-form .box.has-advanced-upload {
  background-color: #f7f7f7;
  border: #d7d7d7 2px solid;
  color: #2c2c2c;
  padding: 30px;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sd-form .box.has-advanced-upload .SD-drag-and-drop-select-file-label {
  color: #2c2c2c;
  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: #24234f;
  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: #2c2c2c;
  font-weight: 400;
}
.sd-form .box.has-advanced-upload .max-upload-size {
  font-family: "Baloo 2", sans-serif;
  text-align: center;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
.sd-form .box.has-advanced-upload:hover {
  border-color: #d7d7d7;
}

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-color: #f7f7f7;
  border: #d7d7d7 2px solid;
  color: #2c2c2c;
  display: block;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
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: #d7d7d7;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f7f7f7;
  border: #d7d7d7 2px solid;
  color: #2c2c2c;
  display: block;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
  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='%232C2C2CFF' 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");
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

textarea {
  background-color: #f7f7f7;
  border: #d7d7d7 2px solid;
  color: #2c2c2c;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: block;
  padding: 15px;
  height: 150px;
  width: 100%;
  font-size: 16px;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
  resize: vertical;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
textarea:focus, textarea:hover, textarea:active {
  border: 2px solid #d7d7d7;
}

button,
input[type=button],
button[type=submit],
input[type=submit] {
  display: inline-flex;
  align-items: center;
  line-height: 50px;
  padding: 0 25px;
  background-color: #24234f;
  color: #FFF;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
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 {
  background-color: #FFF;
  color: #24234f;
  -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 {
  margin: 0;
}
.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: #2c2c2c;
  padding: 0 0 0 30px;
}
.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: #2c2c2c;
  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: 0;
  top: 3px;
  background-color: transparent;
  border: 1px solid #2c2c2c;
  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='%2324234FFF' 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: #FFF;
  border: 1px solid #24234f;
  -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 .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: #2c2c2c;
  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;
}
.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: #24234f;
  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='%23fff' 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");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 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: #d7d7d7;
  font-family: "Baloo 2", 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: #2c2c2c;
  padding: 20px;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  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: #2c2c2c;
  padding: 20px;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  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;
    cursor: pointer;
    line-height: 34px;
    font-size: 13px;
    padding: 0 25px;
    color: #2c2c2c;
    background-color: #FFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .filter-toggle:hover {
    color: #FFF;
    background-color: #24234f;
    -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;
  font-size: 20px;
  -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: #FFF;
  text-decoration: underline;
}
.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='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448.1 256.1'%3E%3Cpath fill='currentColor' d='M201.5,246.7c12.5,12.5,32.8,12.5,45.3,0L438.8,54.7c12.5-12.5,12.5-32.8,0-45.3s-32.8-12.5-45.3,0l-169.4,169.4L54.7,9.5C42.2-3,21.9-3,9.4,9.5s-12.5,32.8,0,45.3l192,192h0Z'/%3E%3C/svg%3E");
}
.main-navigation ul ul.sub-menu {
  padding: 30px;
  border: none;
  background-color: #24234f;
}
.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;
  font-size: 16px;
}
.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;
  border-bottom: 2px solid #FFF;
  -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 .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
header.site-header.fixed .header-topbar {
  background-color: #24234f;
  padding: 5px 0;
}
header.site-header.fixed .header-topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header.fixed .header-topbar .wrap:after {
  content: none;
}
header.site-header.fixed .header-topbar ul {
  font-size: 0;
}
header.site-header.fixed .header-topbar ul li {
  display: inline-block;
}
header.site-header.fixed .header-topbar ul li:not(:last-child) {
  margin-right: 45px;
}
header.site-header.fixed .header-topbar ul li.current-menu-item a {
  color: #FFF;
  text-decoration: underline;
}
header.site-header.fixed .header-topbar ul li a {
  font-size: 16px;
  color: #FFF;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
header.site-header.fixed .header-topbar ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
header.site-header.fixed .header-middlebar {
  padding: 15px 0;
  background-color: #24234f;
}
header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation ul li a {
    font-size: 17px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 50px;
  }
  .main-navigation ul li.menu-item-has-children > a:after {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }
  .main-navigation ul ul.sub-menu {
    padding: 25px;
  }
  header.site-header.fixed .header-topbar ul li:not(:last-child) {
    margin-right: 37px;
  }
  header.site-header.fixed .header-middlebar {
    padding: 12px 0;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul li a {
    font-size: 16px;
  }
  .main-navigation ul li:not(:last-child) {
    margin-right: 44px;
  }
  .main-navigation ul li.menu-item-has-children > a:after {
    width: 7px;
    height: 7px;
    margin-left: 7px;
  }
  .main-navigation ul ul.sub-menu {
    padding: 22px;
  }
  header.site-header.fixed .header-topbar ul li:not(:last-child) {
    margin-right: 33px;
  }
  header.site-header.fixed .header-middlebar {
    padding: 11px 0;
  }
}
@media screen and (max-width: 1200px) {
  .main-navigation {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar header.site-header.fixed {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  header.site-header.fixed .header-topbar .header-topbar-2 {
    display: none;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Lay-out
--------------------------------------------------------------*/
html.overlay-enabled:after {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #FFF;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  right: -999%;
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html.overlay-enabled.menu-open {
  overflow: hidden;
}
html.overlay-enabled.menu-open:after {
  right: 0;
}

.wrap {
  max-width: 1630px;
}

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

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

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

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

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

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

.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 > .wpb_column > .vc_column-inner > .wpb_wrapper,
.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: #24234f;
  color: #FFF;
  width: 800px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
}
.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: #2c2c2c;
  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;
  margin-right: 0;
  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-deny-cookie,
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
  display: inline-flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-size: 20px;
  font-family: "Baloo 2", sans-serif;
  line-height: 50px;
  padding: 0 20px;
  color: #2c2c2c;
  background-color: #FFF;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie:hover,
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:hover {
  color: #FFF;
  background-color: #24234f;
  transition: all 0.3s ease;
}
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie:not(:last-child),
.sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie:not(:last-child) {
  margin-right: 15px;
}
.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-45px {
    margin-bottom: 37px;
  }
  .marginbottom-60px {
    margin-bottom: 50px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 664px;
  }
  .sd-cookie-notice .sd-cookie-notice-content {
    font-size: 17px;
    line-height: 25px;
  }
  .sd-cookie-notice .sd-cookie-notice-content p {
    font-size: 17px;
    line-height: 25px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
    margin-bottom: 17px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie {
    font-size: 17px;
    line-height: 42px;
    padding: 0 17px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
    font-size: 17px;
    line-height: 42px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 1400px) {
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .marginbottom-30px {
    margin-bottom: 22px;
  }
  .marginbottom-45px {
    margin-bottom: 33px;
  }
  .marginbottom-60px {
    margin-bottom: 44px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 584px;
  }
  .sd-cookie-notice .sd-cookie-notice-content {
    font-size: 15px;
    line-height: 22px;
  }
  .sd-cookie-notice .sd-cookie-notice-content p {
    font-size: 15px;
    line-height: 22px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-toggle-cookies {
    margin-bottom: 15px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-deny-cookie {
    font-size: 15px;
    line-height: 37px;
    padding: 0 15px;
  }
  .sd-cookie-notice .sd-cookie-notice-buttons-container .sd-cookie-notice-accept-cookie {
    font-size: 15px;
    line-height: 37px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1400px;
  }
  .site-content-contain {
    margin-top: 105px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
  .site-content-contain {
    margin-top: 95px;
  }
}
@media screen and (max-width: 1200px) {
  .vc_row.filter-row .vc_col-sm-4 {
    width: 0%;
  }
  .vc_row.filter-row .vc_col-sm-8 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .site-content-contain {
    margin-top: 80px;
  }
  .mobile_marginbottom-0px {
    margin-bottom: 0;
  }
  .mobile_marginbottom-30px {
    margin-bottom: 30px;
  }
  .mobile_marginbottom-45px {
    margin-bottom: 45px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 60px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 80vw;
  }
}
@media screen and (max-width: 450px) {
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 80vw !important;
    left: 10vw !important;
    right: 10vw !important;
  }
}
/*--------------------------------------------------------------
>>> 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 {
  padding: 40px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sd-loading .sd-block-vacancies-loading-single {
  display: flex;
  align-items: center;
  min-height: 350px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sd-loading .sd-block-vacancies-loading-single .loading-img {
  background-color: #FFF;
  width: 500px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.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: #24234f;
  height: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
}
.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;
  background-color: #2c2c2c;
  width: 50%;
}
.sd-loading .loading-title {
  width: 65%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #2c2c2c;
}
.sd-loading .loading-input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  background-color: #2c2c2c;
  -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: #2c2c2c;
  -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: #2c2c2c;
}
.sd-loading .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #2c2c2c;
}
@-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
--------------------------------------------------------------*/
.nav-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 45px;
}
.nav-buttons .button {
  height: 35px;
  width: 35px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.nav-buttons .button:hover {
  background-color: #24234f;
  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;
}
.nav-buttons .button:hover svg {
  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;
}
.nav-buttons .button:not(:last-child) {
  margin-right: 10px;
}
.nav-buttons .button svg {
  height: 10px;
  width: 10px;
  color: #24234f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.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;
  display: inline-block;
  padding: unset;
}
.sd-pagination .page-numbers:focus {
  color: #FFF;
}
.sd-pagination .page-numbers.current {
  font-size: 18px;
  margin-right: 10px;
  color: #FFF;
  text-decoration: underline;
}
.sd-pagination .page-numbers.prev {
  float: none;
  padding: 0;
  background-color: transparent;
  margin-right: 40px;
}
.sd-pagination .page-numbers.prev svg {
  color: #24234f;
  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: #24234f;
  margin-left: 20px;
}
.sd-pagination .page-numbers.next:hover {
  color: #FFF;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .nav-buttons {
    margin-bottom: 37px;
  }
  .nav-buttons .button {
    height: 29px;
    width: 29px;
  }
  .nav-buttons .button svg {
    height: 8px;
    width: 8px;
  }
  .nav-buttons button:not(:last-child) {
    margin-right: 8px;
  }
  .sd-pagination .page-numbers {
    font-size: 16px;
  }
  .sd-pagination .page-numbers.current {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .nav-buttons {
    margin-bottom: 33px;
  }
  .nav-buttons .button {
    height: 26px;
    width: 26px;
  }
  .nav-buttons .button svg {
    height: 7px;
    width: 7px;
  }
  .nav-buttons button:not(:last-child) {
    margin-right: 7px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
.sd-tabs {
  background-color: #FFF;
  padding: 45px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sd-tabs h2,
.sd-tabs p {
  color: #2c2c2c;
}
.sd-tabs .sd-tabs-list {
  margin-bottom: 35px;
  font-size: 0;
}
.sd-tabs .sd-tabs-list > li {
  background-color: transparent;
  color: #2c2c2c;
  font-family: "Baloo 2", 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 #2c2c2c;
  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: #2c2c2c;
}
.sd-tabs .sd-tabs-list > li.active:before {
  background-color: #24234f;
  border: 1px solid #24234f;
  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;
  }
}
html, body {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 20px;
  color: #FFF;
  background-color: #24234f;
  letter-spacing: 1px;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Baloo 2", sans-serif;
  color: #FFF;
  font-weight: 400;
}

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

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

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

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

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

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: 50px;
  }
  h3 {
    font-size: 25px;
    line-height: 25px;
  }
  h4 {
    font-size: 21px;
    line-height: 25px;
  }
  h5, h6 {
    font-size: 17px;
    line-height: 25px;
  }
  p {
    font-size: 17px;
    margin: 0 0 25px 0;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  html, body {
    font-size: 16px;
  }
  h1 {
    font-size: 37px;
    line-height: 44px;
  }
  h2 {
    font-size: 29px;
    line-height: 44px;
  }
  h3 {
    font-size: 22px;
    line-height: 22px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h5, h6 {
    font-size: 16px;
    line-height: 22px;
  }
  p {
    font-size: 16px;
    margin: 0 0 22px 0;
  }
}

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