/**
Max-width
 */
@font-face {
  font-family: "growtype-child-font";
  font-weight: 400;
  src: url(./../fonts/Urbanist-Regular.ttf?64ab880a68030133bbf700a647d22343) format("truetype");
}
@font-face {
  font-family: "growtype-child-font";
  font-weight: 600;
  src: url(./../fonts/Urbanist-Medium.ttf?5f9e53103764bd328f6c0d204918e25b) format("truetype");
}
@font-face {
  font-family: "growtype-child-font";
  font-weight: 700;
  src: url(./../fonts/Urbanist-SemiBold.ttf?0d136c84d89999f5b2634e4b7b52472d) format("truetype");
}
:root {
  --theme-color: black;
  --text-color: black;
  --body-text-font-size: 16px;
  --footer-text-color: black;
  --max-width-container: 1230px;
  --btn-primary-background-color: black;
  --btn-primary-background-color-active: black;
  --btn-primary-color: white;
  --btn-primary-color-active: white;
  --btn-primary-border-color: black;
  --btn-primary-border-color-active: black;
  --btn-primary-border-radius: 5px;
  --btn-primary-disabled: #6c757d;
  --btn-primary-disabled-color: var(--btn-primary-color);
  --btn-primary-disabled-border-color: #6c757d;
  --btn-secondary-background-color: initial;
  --btn-secondary-background-color-active: black;
  --btn-secondary-color: black;
  --btn-secondary-color-active: white;
  --btn-secondary-border-color: black;
  --btn-secondary-border-color-active: black;
  --btn-secondary-border-radius: 5px;
  --link-color: var(--theme-color);
  --link-color-active: var(--theme-color);
  --btn-text-font-size: --body-text-font-size;
}

/**
Colors
 */
/**
Font
 */
/**
Typography
 */
/**
Main
 */
/**
Status
 */
/**
Body
 */
/**
Link
 */
/**
Text
 */
/**
Header
 */
/**
Footer
 */
/**
Navbar
 */
/**
Menu
 */
/**
btn-primary
 */
/**
btn-secondary
 */
/**
Input
 */
/**
Container
 */
/**
Border
 */
/**
Card
 */
body {
  font-family: "growtype-child-font" !important;
}

:root {
  --max-width-container: 1650px;
}

body .main {
  padding-top: 0;
}

.e-breadcrumbs {
  color: #8E8E8E;
  padding-bottom: 30px;
  color: #8E8E8E;
  font-size: 18px;
}
.e-breadcrumbs span {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 640px) {
  .e-breadcrumbs span {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.e-breadcrumbs a {
  text-decoration: none;
  color: #8E8E8E;
}
@media only screen and (max-width: 640px) {
  .e-breadcrumbs a {
    font-size: 14px;
  }
}
.e-breadcrumbs .is-current {
  color: #FFFFFF;
}

@media only screen and (max-width: 640px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1.2em;
  }
}

@media only screen and (max-width: 640px) {
  ol li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  ul li {
    font-size: 14px;
  }
}

.alert-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 640px) {
  h4 {
    font-size: 22px !important;
  }
}

h2 {
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 44px !important;
    line-height: 60px;
  }
}

@media only screen and (max-width: 640px) {
  h3 {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 640px) {
  p, a {
    font-size: 14px;
  }
}
.s-intro-title .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .s-intro-title .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: var(--theme-color);
}

.wp-block-social-links .wp-social-link svg {
  width: 30px;
  height: 30px;
  margin: auto;
}

.wp-block-social-links .wp-social-link a:before {
  background-size: contain !important;
  background-position: center !important;
}
.wp-block-social-links .wp-social-link.wp-social-link-facebook a:before {
  content: "\f305";
  font-family: "Dashicons";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  line-height: 21px;
  left: -4px;
}
.wp-block-social-links .wp-social-link.wp-social-link-facebook a svg {
  display: none;
}
.wp-block-social-links .wp-social-link.wp-social-link-linkedin {
  background-color: #FC4053;
}
.wp-block-social-links .wp-social-link.wp-social-link-linkedin a:before {
  content: "\f18d";
  font-family: "Dashicons";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  line-height: 21px;
  left: -4px;
}
@media only screen and (max-width: 640px) {
  .wp-block-social-links .wp-social-link.wp-social-link-linkedin a:before {
    font-size: 18px;
    left: 2px;
  }
}
.wp-block-social-links .wp-social-link.wp-social-link-linkedin a svg {
  display: none;
}
.wp-block-social-links .wp-social-link.wp-social-link-instagram {
  background-color: #FC4053;
}
.wp-block-social-links .wp-social-link.wp-social-link-instagram a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  line-height: 21px;
  left: -4px;
  background: url(./../images/icon-insta.svg?f85d5ab13711482c82ce91a44c915ad9);
}
.wp-block-social-links .wp-social-link.wp-social-link-instagram a svg {
  display: none;
}
.wp-block-social-links .wp-social-link.wp-social-link-x {
  background-color: #FC4053;
}
.wp-block-social-links .wp-social-link.wp-social-link-x svg {
  width: 17px;
}
.wp-block-social-links .wp-social-link a {
  width: 60px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .wp-block-social-links .wp-social-link a {
    width: 40px;
    height: 40px;
  }
}

.btn, .wp-block-button__link {
  text-align: left;
  font-size: 28px;
  padding-bottom: 25px;
  padding-top: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 640px) {
  .btn, .wp-block-button__link {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.btn:hover, .btn:active, .btn:focus, .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
  background: #FC4053 !important;
  color: white !important;
  font-size: 28px;
  padding-bottom: 25px;
  padding-top: 24px;
}
@media only screen and (max-width: 640px) {
  .btn:hover, .btn:active, .btn:focus, .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.btn:hover:after, .btn:active:after, .btn:focus:after, .wp-block-button__link:hover:after, .wp-block-button__link:active:after, .wp-block-button__link:focus:after {
  -webkit-transform: translate(10px, 0);
       -o-transform: translate(10px, 0);
          transform: translate(10px, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:after, .wp-block-button__link:after {
  content: "";
  background: url(./../images/icon-arrow.svg?7bfaedf3fc6823ec15ed8eb57bdb7c57);
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wp-block-button__link:after {
  content: "";
  background: url(./../images/icon-arrow.svg?7bfaedf3fc6823ec15ed8eb57bdb7c57);
  width: 25px;
  height: 25px;
  display: inline-block;
}

.btn-large {
  font-size: 52px;
  font-weight: 300;
  min-height: 114px;
  line-height: 60px;
}
@media only screen and (max-width: 640px) {
  .btn-large {
    font-size: 32px;
    min-height: 72px;
    line-height: 32px;
  }
}
.btn-large:hover {
  font-size: 52px;
  font-weight: 300;
  min-height: 114px;
  line-height: 60px;
}
@media only screen and (max-width: 640px) {
  .btn-large:hover {
    font-size: 32px;
    min-height: 72px;
    line-height: 32px;
  }
}
.btn-large:after {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .btn-large:after {
    width: 25px;
    height: 25px;
  }
}

.hamburger.is-pasive .hamburger-box {
  width: 38px;
}
.hamburger.is-pasive .hamburger-box .hamburger-inner {
  width: 38px;
}
.hamburger.is-pasive .hamburger-box .hamburger-inner:before {
  left: 9px;
}
.hamburger.is-pasive .hamburger-box .hamburger-inner:after {
  left: 9px;
}
.hamburger.is-pasive .hamburger-inner::before {
  top: -10px;
}
.hamburger.is-pasive .hamburger-inner::after {
  top: 10px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  border-radius: 0;
  height: 2px;
}

.main-navigation-mobile-type-2 .menu li {
  width: initial;
  margin-left: 0;
  margin-right: auto;
}
.main-navigation-mobile-type-2 .menu li.btn {
  min-height: 82px;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .menu li.btn {
    min-height: 62px;
  }
}
.main-navigation-mobile-type-2 .menu li.btn a {
  font-size: 28px;
  min-height: initial;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .menu li.btn a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .menu li.btn:after {
    width: 30px;
    height: 25px;
  }
}
.main-navigation-mobile-type-2 .menu li a {
  font-size: 44px;
  font-weight: 600;
  min-height: 50px;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .menu li a {
    font-size: 22px;
  }
}

.main-navigation-mobile-type-2 .header-logo-wrapper {
  max-width: 33%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 11%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .header-logo-wrapper {
    position: relative;
    max-width: 40px;
    margin: 0;
    left: 0;
  }
}

.main-navigation-mobile-type-2 .main-navigation-mobile-content {
  margin-top: 0;
  padding-top: 0;
}
.main-navigation-mobile-type-2 .main-navigation-mobile-content .menu-mobile-container {
  padding-top: 0;
  max-width: 45%;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .main-navigation-mobile-content .menu-mobile-container {
    max-width: 100%;
  }
}
.main-navigation-mobile-type-2 .main-navigation-mobile-content .menu-mobile-container .menu {
  min-height: 84vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .main-navigation-mobile-content .menu-mobile-container .menu {
    padding-top: 20px;
  }
}
.main-navigation-mobile-type-2 .main-navigation-mobile-content .menu-mobile-container .menu li.btn {
  margin-top: auto;
}
.main-navigation-mobile-type-2 .main-navigation-mobile-content .menu-mobile-container ul li {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .main-navigation-mobile-content .menu-mobile-container ul li {
    padding-bottom: 5px !important;
    margin-bottom: 5px;
  }
}

.main-navigation-mobile-type-2 .menu-item-has-children > a {
  padding-left: 30px !important;
  padding-right: 10px !important;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .menu-item-has-children > a {
    padding-left: 20px !important;
  }
}
.main-navigation-mobile-type-2 .menu-item-has-children > a:after {
  content: "";
  font-size: 44px;
  background: url(./../images/icon-arrow-bold-down.svg?5a76b886eb683d23cef11aede1d4cc2f);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .menu-item-has-children > a:after {
    width: 30px;
    height: 30px;
  }
}

.main-navigation-mobile-type-2 .is-active.menu-item-has-children > a {
  background: white;
  color: black !important;
}
.main-navigation-mobile-type-2 .is-active.menu-item-has-children > a:after {
  content: "";
  background: url(./../images/icon-arrow-bold-up-black.svg?f6d40d38592b5b64e611f14610f52efd);
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-size: contain;
}
.main-navigation-mobile-type-2 .is-active.menu-item-has-children .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-navigation-mobile-type-2 .menu-mobile-container .btn-primary {
  width: 100%;
}
.main-navigation-mobile-type-2 .menu-mobile-container .sub-menu {
  padding-left: 35px;
}
.main-navigation-mobile-type-2 .menu-mobile-container .sub-menu li {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .menu-mobile-container .sub-menu li {
    margin-bottom: 0;
  }
}
.main-navigation-mobile-type-2 .menu-mobile-container .sub-menu li a {
  font-size: 26px;
}
@media only screen and (max-width: 640px) {
  .main-navigation-mobile-type-2 .menu-mobile-container .sub-menu li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .main-navigation-mobile-top {
    top: -5px;
    position: relative;
  }
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty), textarea {
  border-radius: 0;
  background: #232323;
  min-height: 60px !important;
  font-size: 20px;
  color: white;
}
@media only screen and (max-width: 640px) {
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty), textarea {
    font-size: 16px !important;
  }
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 20px !important;
}
.woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 20px !important;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty):-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 20px !important;
}
.woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 20px !important;
}
.woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::placeholder, textarea::placeholder {
  font-size: 20px !important;
}
@media only screen and (max-width: 640px) {
  .woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  .woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 16px !important;
  }
  .woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty):-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 16px !important;
  }
  .woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 16px !important;
  }
  .woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::placeholder, textarea::placeholder {
    font-size: 16px !important;
  }
}

.s-intro {
  background: #232323;
  background-image: url(./../images/intro-bg.svg?66d0f0f85837638943fe5710abe63174);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 640px) {
  .s-intro {
    background-size: 400px !important;
    background-position: 140px -200px !important;
  }
}
.s-intro .s-intro-inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .s-intro .s-intro-inner {
    padding-bottom: 20px;
  }
}
.s-intro .s-intro-inner h2 {
  max-width: 970px;
}
.s-intro .container {
  min-height: 571px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .s-intro .container {
    min-height: 371px;
  }
}
.s-intro .growtype-search-wrapper .growtype-search-inner {
  padding-top: 10px;
}

.b-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-partners .b-partner-single {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid rgba(128, 128, 128, 0.3);
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  min-height: 220px;
}
@media only screen and (max-width: 640px) {
  .b-partners .b-partner-single {
    width: 50%;
    min-height: 160px;
  }
}
@media only screen and (max-width: 640px) {
  .b-partners .b-partner-single:nth-child(2) {
    border-right: none;
  }
}
.b-partners .b-partner-single:nth-child(4) {
  border-right: none;
}
@media only screen and (max-width: 640px) {
  .b-partners .b-partner-single:nth-child(6) {
    border-right: none;
  }
}
.b-partners .b-partner-single:nth-child(8) {
  border-right: none;
}
@media only screen and (max-width: 640px) {
  .b-partners .b-partner-single:nth-child(9) {
    border-right: 1px solid rgba(128, 128, 128, 0.3) !important;
  }
}
.b-partners .b-partner-single:nth-child(9), .b-partners .b-partner-single:nth-child(10) {
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .b-partners .b-partner-single:nth-child(9), .b-partners .b-partner-single:nth-child(10) {
    border-right: none;
  }
}
.b-partners .b-partner-single .e-number {
  font-size: 88px;
  color: #FC4053;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .b-partners .b-partner-single .e-number {
    font-size: 38px;
  }
}
.b-partners .b-partner-single--hire {
  width: 50%;
  background: #232323;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 30px;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .b-partners .b-partner-single--hire {
    width: 100%;
    min-height: initial;
    margin-top: 30px;
    padding: 15px 20px;
  }
}
.b-partners .b-partner-single--hire p {
  font-size: 28px;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .b-partners .b-partner-single--hire p {
    font-size: 22px;
  }
}
.b-partners .b-partner-single--hire:after {
  content: "";
  background: url(./../images/icon-arrow.svg?7bfaedf3fc6823ec15ed8eb57bdb7c57);
  width: 25px;
  height: 25px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .b-partners .b-partner-single--hire:after {
    position: relative;
    top: -2px;
  }
}

.s-reviews .growtype-carousel-wrapper.has-arrows .growtype-post-container {
  margin-left: 0 !important;
  width: 100% !important;
}
.s-reviews .slick-arrow {
  position: absolute;
  right: 20px;
  left: initial;
  bottom: initial;
  top: -160px !important;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 640px) {
  .s-reviews .slick-arrow {
    top: initial !important;
    bottom: -110px !important;
  }
}
.s-reviews .slick-arrow:before {
  font-size: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  opacity: 1;
  background-position: center;
}
.s-reviews .slick-prev {
  right: 130px;
}
@media only screen and (max-width: 640px) {
  .s-reviews .slick-prev {
    right: 130px;
    left: 70px !important;
  }
}
.s-reviews .slick-prev:before {
  content: "";
  font-family: Dashicons;
  color: #3a3a3a;
  background: url(./../images/icon-arrow-left-white.svg?1086a74bf61260ee2036e30c90a4e4fc) !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 640px) {
  .s-reviews .slick-prev:before {
    background-size: 40px !important;
    background-position: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .s-reviews .slick-next {
    right: 130px;
    left: 140px !important;
  }
}
.s-reviews .slick-next:before {
  content: "";
  font-family: Dashicons;
  color: #3a3a3a;
  background: url(./../images/icon-arrow-left-white.svg?1086a74bf61260ee2036e30c90a4e4fc) !important;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 640px) {
  .s-reviews .slick-next:before {
    background-size: 40px !important;
    background-position: center !important;
  }
}
.s-reviews .slick-list.draggable {
  padding-right: 35% !important;
  padding-left: 0 !important;
}
@media only screen and (max-width: 640px) {
  .s-reviews .slick-list.draggable {
    padding-right: 0 !important;
  }
}
.s-reviews .wp-block-growtype-carousel-slide {
  position: relative;
  padding-right: 10px;
}
.s-reviews .wp-block-growtype-carousel-slide:before {
  content: "";
  background: url(./../images/comma.svg?6f720ada68cc127f3b110f63591fb76e);
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0;
}
.s-reviews .b-review {
  padding-left: 80px !important;
}
.s-reviews .b-review .wp-block-columns {
  gap: 20px;
}
.s-reviews .b-review p, .s-reviews .b-review h5 {
  margin-bottom: 0;
}
.s-reviews .b-review h5 {
  font-style: italic;
}
.s-reviews .b-review .b-review-text {
  padding-bottom: 40px;
}
.s-reviews .b-review .b-review-text p {
  font-size: 36px;
  padding-right: 50px;
}

.s-services h2 {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .s-services h2 {
    margin-bottom: 0;
    font-size: 38px !important;
  }
}
.s-services .b-intro-title .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .s-services .b-intro-title .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-services .b-intro-title .wp-block-group__inner-container .wp-block-button__link {
  gap: 20px;
  background: none;
  color: black;
  font-weight: 300;
  border: none;
  font-size: 52px;
  min-width: 400px;
  line-height: 60px;
}
@media only screen and (max-width: 640px) {
  .s-services .b-intro-title .wp-block-group__inner-container .wp-block-button__link {
    font-size: 32px;
    padding-left: 0;
    min-width: initial;
    padding-right: 0;
    line-height: 40px;
  }
}
.s-services .b-intro-title .wp-block-group__inner-container .wp-block-button__link:after {
  background: url(./../images/icon-arrow-left.svg?84e6a0d227e6885cf144b819f5707b96);
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 50px;
  height: 50px;
}
.s-services .b-intro-title .wp-block-group__inner-container .wp-block-button__link:hover {
  color: white;
}
.s-services .b-intro-title .wp-block-group__inner-container .wp-block-button__link:hover:after {
  background: url(./../images/icon-arrow-left-white.svg?1086a74bf61260ee2036e30c90a4e4fc);
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-services .wp-block-group__inner-container {
  width: 100%;
}

.b-services > .wp-block-group__inner-container {
  grid-template-columns: repeat(2, 1fr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .b-services > .wp-block-group__inner-container {
    display: grid;
    gap: 30px;
    grid-template-areas: "type1 type2" "type1 type3" "type4 type5" "type4 type5";
  }
}
.b-services > .wp-block-group__inner-container .b-service:nth-child(1) {
  grid-area: type1;
}
.b-services > .wp-block-group__inner-container .b-service:nth-child(2) {
  grid-area: type2;
}
.b-services > .wp-block-group__inner-container .b-service:nth-child(3) {
  grid-area: type3;
}

.b-service {
  padding: 30px 40px;
}
@media only screen and (max-width: 640px) {
  .b-service {
    padding: 20px;
  }
}
.b-service .wp-block-buttons {
  margin-top: 30px;
}
.b-service h4 {
  font-size: 36px;
  margin-bottom: 15px;
}
.b-service h5 {
  font-size: 28px;
}
@media only screen and (max-width: 640px) {
  .b-service h5 {
    font-size: 22px;
  }
}
.b-service .wp-block-button {
  width: 100%;
}
.b-service .wp-block-button a {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .b-service .wp-block-button__link {
    min-height: 60px;
    line-height: 38px;
    font-size: 22px;
  }
}

.s-jobs > .wp-block-group__inner-container > .wp-block-group {
  position: relative;
}
.s-jobs > .wp-block-group__inner-container > .wp-block-group:before {
  content: "";
  background: url(./../images/seeking-change.svg?6462f0612e0bd17c3623c8f319dadc09);
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  width: 600px;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 105%;
}
@media only screen and (max-width: 640px) {
  .s-jobs > .wp-block-group__inner-container > .wp-block-group:before {
    right: 0;
    top: 0;
    bottom: initial;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 120px 140%;
    padding-top: 400px;
    background-size: 400px;
    left: initial;
  }
}
.s-jobs > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
.s-jobs .b-intro-title .wp-block-group__inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .s-jobs .b-intro-title .wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.s-jobs .b-intro-title .wp-block-group__inner-container .wp-block-button__link {
  gap: 20px;
  background: none;
  color: black;
  font-weight: 300;
  border: none;
  min-width: 400px;
  font-size: 52px;
  position: relative;
  z-index: 1;
  line-height: 60px;
}
.s-jobs .b-intro-title .wp-block-group__inner-container .wp-block-button__link:after {
  background: url(./../images/icon-arrow-left-white.svg?1086a74bf61260ee2036e30c90a4e4fc);
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 50px;
  height: 50px;
}
.s-jobs .b-intro-title .wp-block-group__inner-container .wp-block-button__link:hover {
  color: white;
}
.s-jobs .b-intro-title .wp-block-group__inner-container .wp-block-button__link:hover:after {
  background: url(./../images/icon-arrow-left-white.svg?1086a74bf61260ee2036e30c90a4e4fc);
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-jobs .wp-block-buttons {
  margin-top: 10px;
}
.s-jobs .wp-block-button {
  width: 100%;
  max-width: calc(100% - 10px);
}
@media only screen and (max-width: 640px) {
  .s-jobs .wp-block-button {
    max-width: 100%;
  }
}
.s-jobs .growtype-post-container {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .s-jobs .growtype-post-container {
    width: 100%;
  }
}
.s-jobs .growtype-post-container .growtype-post-job, .s-jobs .growtype-post-container .growtype-post-talent {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .s-jobs .growtype-post-container .growtype-post-job, .s-jobs .growtype-post-container .growtype-post-talent {
    margin-bottom: 0;
  }
}
.s-jobs .growtype-post-container .growtype-post-job .e-title, .s-jobs .growtype-post-container .growtype-post-talent .e-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.s-jobs .growtype-post-container .growtype-post-job .e-title img, .s-jobs .growtype-post-container .growtype-post-talent .e-title img {
  display: none;
}
.s-jobs .growtype-post-container .growtype-post-job .e-excerpt, .s-jobs .growtype-post-container .growtype-post-talent .e-excerpt {
  opacity: 0.8;
  max-width: 580px;
  font-size: 17px;
}
@media only screen and (max-width: 640px) {
  .s-jobs .growtype-post-container .growtype-post-job .e-excerpt, .s-jobs .growtype-post-container .growtype-post-talent .e-excerpt {
    padding-right: 40px;
  }
}
.s-jobs .growtype-post-container .growtype-post-job .growtype-post-single-inner, .s-jobs .growtype-post-container .growtype-post-talent .growtype-post-single-inner {
  border: none;
}
.s-jobs .growtype-post-container .growtype-post-job .growtype-post-single-inner .b-content, .s-jobs .growtype-post-container .growtype-post-talent .growtype-post-single-inner .b-content {
  padding: 25px 30px;
  text-align: left;
  background: #363636;
}
@media only screen and (max-width: 640px) {
  .s-jobs .growtype-post-container .growtype-post-job .growtype-post-single-inner .b-content, .s-jobs .growtype-post-container .growtype-post-talent .growtype-post-single-inner .b-content {
    padding: 25px 25px;
  }
}
.s-jobs .growtype-post-container .growtype-post-job .growtype-post-single-inner .b-content .b-content-inner, .s-jobs .growtype-post-container .growtype-post-talent .growtype-post-single-inner .b-content .b-content-inner {
  color: white;
}
.s-jobs .growtype-post-container .growtype-post-job .growtype-post-single-inner .b-info, .s-jobs .growtype-post-container .growtype-post-talent .growtype-post-single-inner .b-info {
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .s-jobs .wp-block-button__link {
    min-height: 60px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 640px) {
  .has-absolute-header .site-header {
    padding-top: 20px;
  }
}

.site-footer .mainlogo {
  max-width: 60px;
}
.site-footer .footer-extra-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 90px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-extra-content {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.site-footer .footer-extra-content .b-contact {
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-extra-content .b-contact {
    padding-right: 0;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}
.site-footer .footer-extra-content .b-contact .col {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-extra-content .b-contact .col {
    font-size: 14px;
  }
}
.site-footer .footer-extra-content .b-contact a {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-extra-content .b-contact a {
    font-size: 14px;
  }
}
.site-footer .footer-extra-content h3 {
  border: none;
  padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-extra-content h3 {
    font-size: 32px;
  }
}
.site-footer .footer-inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-top {
    padding-top: 70px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.site-footer .footer-inner-top h3 {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-top h3 {
    font-size: 32px;
    text-align: left;
  }
}
.site-footer .footer-inner-top .btn {
  min-width: 380px;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-top .btn {
    min-width: 100%;
    font-size: 22px;
    min-height: 60px;
  }
}
.site-footer .footer-inner-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.site-footer .footer-inner-middle .logo-wrapper {
  position: absolute;
  top: 55px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-middle .logo-wrapper {
    top: 25px;
  }
}
.site-footer .footer-inner-middle .logo-wrapper .mainlogo {
  max-width: 50px;
}
.site-footer .footer-inner-middle .c-footernav {
  margin-left: auto;
  width: initial;
  padding-left: 100px;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-middle .c-footernav {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-middle .c-footernav .menu-footer-container {
    width: 100%;
  }
}
.site-footer .footer-inner-middle .c-footernav .menu {
  gap: 90px;
}
@media only screen and (max-width: 1440px) {
  .site-footer .footer-inner-middle .c-footernav .menu {
    gap: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .site-footer .footer-inner-middle .c-footernav .menu {
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-middle .c-footernav .menu {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "type1 type2" "type3 type4" "type5 type6";
  }
}
.site-footer .footer-inner-middle .c-footernav .menu .sub-menu {
  border: none;
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-middle .c-footernav .menu .sub-menu {
    padding-top: 10px;
  }
}
.site-footer .footer-inner-middle .c-footernav .menu li:nth-child(1) {
  grid-area: type2;
}
.site-footer .footer-inner-middle .c-footernav .menu li:nth-child(2) {
  grid-area: type3;
}
.site-footer .footer-inner-middle .c-footernav .menu li:nth-child(3) {
  grid-area: type4;
}
.site-footer .footer-inner-middle .c-footernav .menu li:nth-child(4) {
  grid-area: type5;
}
.site-footer .footer-inner-middle .c-footernav .menu li:nth-child(5) {
  grid-area: type6;
}
.site-footer .footer-inner-middle .c-footernav .menu li a {
  font-size: 20px;
}
.site-footer .footer-inner-middle .c-footernav .menu li > a {
  margin-bottom: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-middle .c-footernav .menu li > a {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.site-footer .footer-inner-middle .c-footernav .menu li ul li a {
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .site-footer .footer-inner-middle .c-footernav .menu li ul li a {
    font-size: 14px;
  }
}
.site-footer .wp-block-social-links .wp-social-link a {
  width: 40px;
  height: 40px;
}
.site-footer .wp-block-social-links .wp-social-link a:before {
  width: 15px;
  height: 15px;
}
.site-footer .wp-block-social-links .wp-social-link.wp-social-link-facebook a:before {
  top: -5px;
  font-size: 18px;
  line-height: 21px;
}
.site-footer .wp-block-social-links .wp-social-link.wp-social-link-instagram a:before {
  left: -1px;
}
.site-footer .wp-block-social-links .wp-social-link.wp-social-link-linkedin a:before {
  top: -8px;
  left: -4px;
  font-size: 18px;
}
.site-footer .footer-inner-bottom {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .footer-inner-bottom p {
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 4px;
}
.site-footer .footer-inner-bottom p a {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .copyright {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 640px) {
  .site-footer .copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .copyright {
    font-size: 14px !important;
  }
}
.site-footer .copyright br {
  display: none;
}
.site-footer .copyright p:empty {
  display: none;
}
.site-footer .copyright a {
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 640px) {
  .site-footer .copyright a {
    font-size: 14px !important;
  }
}
.site-footer .copyright .wp-block-social-links {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .site-footer .copyright .wp-block-social-links li {
    width: initial;
    margin: 0;
    padding: 0;
  }
}
.site-footer .credits {
  width: 100%;
  text-align: right;
  padding-top: 30px !important;
}
@media only screen and (max-width: 640px) {
  .site-footer .credits {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.site-footer .credits p {
  margin: 0;
  padding: 0;
}
.site-footer .credits br {
  display: none;
}

.home h4 {
  font-weight: 300;
}
.home .s-intro {
  background: none;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .home .s-intro {
    background-position: 60px 105% !important;
  }
}
.home .s-intro .svg-animation-wrapper {
  position: absolute;
  right: 0;
  top: 5%;
  bottom: 5%;
}
@media only screen and (max-width: 640px) {
  .home .s-intro .svg-animation-wrapper {
    position: absolute;
    right: 0;
    top: initial;
    bottom: 0;
    -webkit-transform: translate(80px, 40px);
         -o-transform: translate(80px, 40px);
            transform: translate(80px, 40px);
    display: none;
  }
}
.home .s-intro .wp-block-group-wrapper {
  position: relative;
  z-index: 1;
}
.home .s-intro-title .wp-block-group__inner-container .btn-large {
  min-width: 470px;
}
@media only screen and (max-width: 640px) {
  .home .s-intro-title .wp-block-group__inner-container .btn-large {
    min-width: initial;
    width: 100%;
    display: none;
  }
}
.home .s-intro-title .wp-block-group__inner-container .btn-large .e-amount {
  margin-left: auto;
  font-weight: bold;
}

.contacts .growtype-form-alert-wrapper {
  margin: 0;
  max-width: initial;
  padding: 0;
}

.single-job .maincontent-details .b-details-wrapper, .single-talent .maincontent-details .b-details-wrapper {
  padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .single-job .maincontent-details .b-details-wrapper, .single-talent .maincontent-details .b-details-wrapper {
    padding-bottom: 30px;
  }
}
.single-job .maincontent-details .btn, .single-talent .maincontent-details .btn {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .single-job .maincontent-details .btn, .single-talent .maincontent-details .btn {
    min-height: 60px;
    font-size: 22px;
    line-height: 26px;
  }
}
.single-job .b-details .b-contact, .single-talent .b-details .b-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.single-job .b-details .b-contact .b-contact-details .e-title, .single-talent .b-details .b-contact .b-contact-details .e-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.single-job .b-details .b-contact .b-contact-details .e-position, .single-talent .b-details .b-contact .b-contact-details .e-position {
  font-size: 16px;
  color: #8E8E8E;
}
.single-job .b-details .b-contact .b-contact-img, .single-talent .b-details .b-contact .b-contact-img {
  display: inline-block;
}
.single-job .b-details .b-contact .b-contact-img .e-img, .single-talent .b-details .b-contact .b-contact-img .e-img {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 80px;
}
.single-job .b-details .b-details-single, .single-talent .b-details .b-details-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-job .b-details .b-details-single p, .single-talent .b-details .b-details-single p {
  white-space: nowrap;
  font-size: 32px;
}
@media only screen and (max-width: 640px) {
  .single-job .b-details .b-details-single p, .single-talent .b-details .b-details-single p {
    font-size: 20px;
  }
}
.single-job .b-details .b-details-single p:first-child, .single-talent .b-details .b-details-single p:first-child {
  color: #8E8E8E;
}
.single-job .b-details .b-details-single .e-separator, .single-talent .b-details .b-details-single .e-separator {
  text-decoration-style: dotted;
  width: 100%;
  height: 5px;
  background: -webkit-radial-gradient(var(--d) var(--d), circle, #8E8E8E calc(var(--d) - 1px), rgba(0, 0, 0, 0) var(--d)) 0 0/20px 50px;
  background: -o-radial-gradient(var(--d) var(--d), circle, #8E8E8E calc(var(--d) - 1px), rgba(0, 0, 0, 0) var(--d)) 0 0/20px 50px;
  background: radial-gradient(circle at var(--d) var(--d), #8E8E8E calc(var(--d) - 1px), rgba(0, 0, 0, 0) var(--d)) 0 0/20px 50px;
  --d: 2px;
  margin-left: 30px;
  margin-right: 30px;
}
.single-job .b-skills, .single-talent .b-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-job .b-skills .b-skills-single, .single-talent .b-skills .b-skills-single {
  border: 2px solid #FC4053;
  color: #FC4053;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .single-job .b-skills .b-skills-single, .single-talent .b-skills .b-skills-single {
    font-size: 16px;
  }
}

.single-post h4 {
  font-weight: 400;
}
.single-post .s-posts-related .e-title-section {
  text-align: center;
}
.single-post .s-details {
  border-top: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .single-post .s-details {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}
.single-post .s-details .b-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.single-post .s-details .b-profile .b-profile-title {
  margin: 0;
}
.single-post .s-details .b-profile-img {
  max-width: 50px;
}

.single-research .s-details {
  margin-top: 60px;
  border-top: 1px solid #b0bac2;
  padding-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-research .s-details .cta-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.single-research .s-title {
  margin-bottom: 20px;
}
.single-research .b-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  margin-top: 80px;
}
.single-research .b-tags .b-tags-single {
  padding: 5px 15px;
  border: 1px solid #FC4053;
  color: #FC4053;
  font-size: 16px;
}

body.single:not(.single-job):not(.single-talent) .maincontent {
  max-width: 1100px;
  margin: auto;
}
body.single:not(.single-job):not(.single-talent) .maincontent .content h4 {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 50px;
}
body.single:not(.single-job):not(.single-talent) .maincontent .wp-block-image {
  margin-top: 40px;
  margin-bottom: 50px;
}
body.single .maincontent {
  padding-top: 110px;
}
@media only screen and (max-width: 640px) {
  body.single .maincontent {
    padding-top: 50px;
  }
}
body.single .b-details-wrapper {
  padding-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  body.single .b-details-wrapper {
    padding-bottom: 40px;
  }
}
body.single .maincontent-main {
  padding-right: 130px;
}
@media only screen and (max-width: 640px) {
  body.single .maincontent-main {
    padding-right: 0;
  }
}
body.single .maincontent-details {
  background: #F7F7F7;
  padding: 70px;
}
@media only screen and (max-width: 640px) {
  body.single .maincontent-details {
    padding: 25px;
    margin-bottom: 20px;
  }
}
body.single .b-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  body.single .b-tags {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
body.single .b-tags .b-tags-single {
  background: #FC4053;
  display: inline-block;
  color: white;
  padding: 5px 15px;
  font-size: 18px;
}

.single-post .s-details {
  border-color: #cdcdcd;
}
.single-post .s-details .e-date {
  color: #8e8e8e;
}
@media only screen and (max-width: 640px) {
  .single-post .s-intro {
    background-image: none;
  }
}
@media only screen and (max-width: 640px) {
  .single-post .s-intro .container {
    min-height: 240px;
  }
}

.single .cta-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.single .s-posts-related {
  padding-bottom: 150px;
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .single .s-posts-related {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.single .s-posts-related .e-title-section {
  margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .single .s-posts-related .e-title-section {
    margin-bottom: 20px;
  }
}
.single .s-posts-related .growtype-post-container {
  margin-left: -15px;
  width: calc(100% + 30px);
}
.single .s-posts-related .growtype-post-container .growtype-post-single {
  padding: 15px;
}
@media only screen and (max-width: 640px) {
  .single .s-posts-related .growtype-post-container .growtype-post-single {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
  }
}

.what-makes-us-different .wp-block-columns {
  gap: 100px;
}
@media only screen and (max-width: 640px) {
  .what-makes-us-different .wp-block-columns {
    gap: 25px;
  }
}
.what-makes-us-different .b-feature {
  padding: 50px;
  background: #F7F7F7;
  padding-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .what-makes-us-different .b-feature {
    padding: 30px;
  }
}
.what-makes-us-different .b-feature .wp-block-columns {
  gap: 50px;
}
@media only screen and (max-width: 640px) {
  .what-makes-us-different .b-feature .wp-block-columns {
    gap: 20px;
    -ms-flex-wrap: initial !important;
        flex-wrap: initial !important;
  }
}
.what-makes-us-different .b-feature .wp-block-columns .wp-block-column:first-child {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .what-makes-us-different .b-feature .wp-block-columns .wp-block-column:first-child {
    max-width: 55px;
    text-align: left;
  }
}
.what-makes-us-different .b-feature .wp-block-columns .wp-block-column:first-child p {
  font-size: 128px;
  color: #FC4053;
  font-weight: bold;
  min-width: 160px;
}
@media only screen and (max-width: 640px) {
  .what-makes-us-different .b-feature .wp-block-columns .wp-block-column:first-child p {
    font-size: 44px;
    min-width: initial;
  }
}
.what-makes-us-different .b-feature .wp-block-columns .wp-block-column:nth-child(2) h4 {
  padding-top: 35px;
  font-size: 52px;
  max-width: 400px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .what-makes-us-different .b-feature .wp-block-columns .wp-block-column:nth-child(2) h4 {
    padding-top: 10px;
    font-size: 28px !important;
    line-height: 38px;
    padding-bottom: 5px;
  }
}
.what-makes-us-different .b-feature .wp-block-columns .wp-block-column:nth-child(2) p {
  color: #8E8E8E;
  max-width: 390px;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .what-makes-us-different .b-feature .wp-block-columns .wp-block-column:nth-child(2) p {
    font-size: 14px;
  }
}

.growtype-post-loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .growtype-post-loadmore {
    margin-top: 20px;
  }
}
.growtype-post-loadmore .btn, .growtype-post-loadmore .wp-element-button {
  width: 100%;
  font-size: 52px;
  font-weight: 300;
  min-height: 114px;
  line-height: 60px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-loadmore .btn, .growtype-post-loadmore .wp-element-button {
    min-height: 73px;
    line-height: 60px;
    font-size: 32px;
  }
}
.growtype-post-loadmore .btn .e-amount, .growtype-post-loadmore .wp-element-button .e-amount {
  margin-left: auto;
  margin-right: 10px;
  font-weight: bold;
}
.growtype-post-loadmore .btn:after, .growtype-post-loadmore .wp-element-button:after {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .growtype-post-loadmore .btn:after, .growtype-post-loadmore .wp-element-button:after {
    width: 30px;
    height: 30px;
  }
}

.error404 {
  background: #232323;
}
.error404 .main-content-wrapper {
  padding-top: 130px;
  color: white;
}
@media only screen and (max-width: 640px) {
  .error404 .main-content-wrapper {
    padding-top: 100px;
  }
}
.error404 .main-content-wrapper .page-title {
  font-size: 68px;
  max-width: 880px;
  margin: auto;
  margin-bottom: 30px;
}

.page-id-166 {
  background-color: #232323;
}
.page-id-166 .s-maincontent {
  position: relative;
}
.page-id-166 .growtype-form-wrapper .form-wrapper {
  padding: 0;
}
.page-id-166 .main-content-wrapper {
  color: white;
  padding-top: 130px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page-id-166 .main-content-wrapper {
    padding-top: 100px;
    padding-bottom: 260px;
  }
}
.page-id-166 .main-content-wrapper:before {
  content: "";
}
@media only screen and (min-width: 640px) {
  .page-id-166 .main-content-wrapper:before {
    background: url(./../images/seeking-change.svg?6462f0612e0bd17c3623c8f319dadc09);
    width: 50%;
    height: 1000px;
    position: absolute;
    right: 0;
    background-position: top;
    background-repeat: no-repeat;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-id-166 .main-content-wrapper:before {
    background: url(./../images/decoration.svg?ea4648a87120a0d752a271d176fca7ba);
    width: 100%;
    height: 1000px;
    position: absolute;
    right: 0;
    background-position: top;
    background-repeat: no-repeat;
    top: 85%;
  }
}
.page-id-166 .growtype-form-alert-wrapper {
  margin: 0;
  padding: 0;
  max-width: 650px;
}
.page-id-166 .growtype-form-wrapper {
  max-width: 650px;
}

.page-id-154 {
  background-color: #232323;
}
.page-id-154 .growtype-form-wrapper .form-wrapper {
  padding: 0;
}
.page-id-154 .main-content-wrapper {
  color: white;
  padding-top: 130px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page-id-154 .main-content-wrapper {
    padding-top: 100px;
  }
}
.page-id-154 .main-content-wrapper:before {
  content: "";
}
@media only screen and (min-width: 640px) {
  .page-id-154 .main-content-wrapper:before {
    background: url(./../images/seeking-change.svg?6462f0612e0bd17c3623c8f319dadc09);
    width: 50%;
    height: 1000px;
    position: absolute;
    right: 0;
    background-position: top;
    background-repeat: no-repeat;
    top: -38%;
  }
}
@media only screen and (max-width: 640px) {
  .page-id-154 .main-content-wrapper:before {
    background: url(./../images/decoration.svg?ea4648a87120a0d752a271d176fca7ba);
    width: 100%;
    height: 1000px;
    position: absolute;
    right: 0;
    background-position: top;
    background-repeat: no-repeat;
    top: 80%;
  }
}
.page-id-154 .growtype-form-alert-wrapper {
  margin: 0;
  padding: 0;
  max-width: 650px;
}
.page-id-154 .growtype-form-wrapper {
  max-width: 650px;
}

.page-id-162 .b-partners .b-partner-single--hire {
  background: #FC4053;
}

.research-and-downloads .growtype-post-loadmore, .page-id-163 .growtype-post-loadmore {
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
}
.research-and-downloads .growtype-post-single:nth-child(even) .growtype-post-single-inner, .page-id-163 .growtype-post-single:nth-child(even) .growtype-post-single-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .research-and-downloads .growtype-post-single:nth-child(even) .growtype-post-single-inner, .page-id-163 .growtype-post-single:nth-child(even) .growtype-post-single-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.byteaction .growtype-post-single .b-content-inner {
  color: #232323;
}
.byteaction .growtype-post-single .growtype-post-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #F7F7F7;
  border: none;
}
@media only screen and (max-width: 640px) {
  .byteaction .growtype-post-single .growtype-post-single-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.byteaction .growtype-post-single .e-img {
  width: 35%;
  padding-top: 22%;
}
@media only screen and (max-width: 640px) {
  .byteaction .growtype-post-single .e-img {
    width: 100%;
    padding-top: 50%;
  }
}
.byteaction .growtype-post-single .b-content {
  margin: 0;
  width: 100%;
  padding: 30px 40px;
}
@media only screen and (max-width: 640px) {
  .byteaction .growtype-post-single .b-content {
    padding: 25px 25px;
  }
}
.byteaction .growtype-post-single .b-content .b-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8E8E8E;
  gap: 15px;
  margin-bottom: 15px;
}
.byteaction .growtype-post-single .b-content .b-details .e-date {
  padding: 0;
  margin: 0;
}
.byteaction .growtype-post-single .b-content .e-title {
  font-size: 32px;
  font-weight: 300;
}
.byteaction .growtype-post-single .b-content .e-date {
  padding-bottom: 10px;
  color: #8E8E8E;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .byteaction .growtype-post-single .b-content .e-date {
    font-size: 14px;
  }
}
.byteaction .growtype-post-single .b-content .e-excerpt {
  padding-top: 10px;
}

.page-id-160 {
  background-color: #232323;
}
.page-id-160 .growtype-form-wrapper .form-wrapper {
  padding: 0;
}
.page-id-160 .main-content-wrapper {
  color: white;
  padding-top: 130px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page-id-160 .main-content-wrapper {
    padding-top: 100px;
    padding-bottom: 240px;
  }
}
.page-id-160 .main-content-wrapper:before {
  content: "";
  background: url(./../images/seeking-change.svg?6462f0612e0bd17c3623c8f319dadc09);
  width: 50%;
  height: 1000px;
  position: absolute;
  right: 0;
  background-position: top;
  background-repeat: no-repeat;
  top: -30%;
}
@media only screen and (max-width: 640px) {
  .page-id-160 .main-content-wrapper:before {
    background: url(./../images/decoration.svg?ea4648a87120a0d752a271d176fca7ba);
    width: 100%;
    height: 1000px;
    position: absolute;
    right: 0;
    background-position: top;
    background-repeat: no-repeat;
    top: 80%;
  }
}
.page-id-160 .growtype-form-alert-wrapper {
  margin: 0;
  padding: 0;
  max-width: 650px;
}
.page-id-160 .growtype-form-wrapper {
  max-width: 650px;
}

.page-id-164 {
  background-color: #232323;
}
.page-id-164 .growtype-form-wrapper .form-wrapper {
  padding: 0;
}
.page-id-164 .main-content-wrapper {
  color: white;
  padding-top: 130px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page-id-164 .main-content-wrapper {
    padding-top: 100px;
  }
}
.page-id-164 .main-content-wrapper:before {
  content: "";
}
@media only screen and (min-width: 640px) {
  .page-id-164 .main-content-wrapper:before {
    background: url(./../images/seeking-change.svg?6462f0612e0bd17c3623c8f319dadc09);
    width: 50%;
    height: 1000px;
    position: absolute;
    right: 0;
    background-position: top;
    background-repeat: no-repeat;
    top: -35%;
  }
}
@media only screen and (max-width: 640px) {
  .page-id-164 .main-content-wrapper:before {
    background: url(./../images/decoration.svg?ea4648a87120a0d752a271d176fca7ba);
    width: 100%;
    height: 1000px;
    position: absolute;
    right: 0;
    background-position: top;
    background-repeat: no-repeat;
    top: 85%;
  }
}
.page-id-164 .growtype-form-alert-wrapper {
  margin: 0;
  padding: 0;
  max-width: 650px;
}
.page-id-164 .growtype-form-wrapper {
  max-width: 650px;
}
.page-id-164 .s-intro-inner h5 {
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: 300;
  max-width: 550px;
  padding-top: 20px;
}
.page-id-164 .s-intro-inner p {
  margin-bottom: 50px;
  max-width: 750px;
}

@media only screen and (max-width: 640px) {
  .page-id-165 .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 640px) {
  .page-id-165 .wp-block-columns .wp-block-column {
    padding-right: 0 !important;
  }
}
.page-id-165 ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 100px;
}
@media only screen and (max-width: 640px) {
  .page-id-165 ol {
    padding-left: 60px;
  }
}
.page-id-165 ol li {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .page-id-165 ol li {
    margin-bottom: 30px;
  }
}
.page-id-165 ol > li {
  counter-increment: my-awesome-counter;
  font-size: 64px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .page-id-165 ol > li {
    font-size: 32px;
  }
}
.page-id-165 ul {
  text-decoration: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  list-style-type: none;
}
.page-id-165 ul li {
  font-weight: 300;
}
.page-id-165 ol > li::before {
  content: counter(my-awesome-counter) ". ";
  color: white;
  font-weight: bold;
  background: #FC4053;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  line-height: 22px;
  position: absolute;
  left: -80px;
  top: 27px;
}
@media only screen and (max-width: 640px) {
  .page-id-165 ol > li::before {
    left: -60px;
    top: 15px;
  }
}
.page-id-165 h4 {
  font-weight: 400;
}

.page-id-523 {
  background-color: #232323;
}
.page-id-523 .s-maincontent {
  position: relative;
}
.page-id-523 .growtype-form-wrapper .form-wrapper {
  padding: 0;
}
.page-id-523 .main-content-wrapper {
  color: white;
  padding-top: 130px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page-id-523 .main-content-wrapper {
    padding-top: 100px;
    padding-bottom: 260px;
  }
}
.page-id-523 .main-content-wrapper:before {
  content: "";
}
@media only screen and (min-width: 640px) {
  .page-id-523 .main-content-wrapper:before {
    background: url(./../images/seeking-change.svg?6462f0612e0bd17c3623c8f319dadc09);
    width: 50%;
    height: 1000px;
    position: absolute;
    right: 0;
    background-position: top;
    background-repeat: no-repeat;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-id-523 .main-content-wrapper:before {
    background: url(./../images/decoration.svg?ea4648a87120a0d752a271d176fca7ba);
    width: 100%;
    height: 1000px;
    position: absolute;
    right: 0;
    background-position: top;
    background-repeat: no-repeat;
    top: 85%;
  }
}
.page-id-523 .growtype-form-alert-wrapper {
  margin: 0;
  padding: 0;
  max-width: 650px;
}
.page-id-523 .growtype-form-wrapper {
  max-width: 650px;
}

.growtype-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  border: 1px solid white;
  padding-left: 15px;
}
.growtype-search-form select {
  background: none;
  color: white;
  border: none;
}
.growtype-search-form .e-separator {
  height: 15px;
  width: 1px;
  background: white;
}
.growtype-search-form .highlighted {
  background: none !important;
}
.growtype-search-form .chosen-single {
  border: none !important;
}
.growtype-search-form .chosen-results li {
  background: #232323 !important;
}
@media only screen and (max-width: 640px) {
  .growtype-search-form .chosen-results li {
    font-size: 14px !important;
  }
}
.growtype-search-form .chosen-container-single .chosen-single div b {
  background: none !important;
}
.growtype-search-form .chosen-container {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.growtype-search-form .chosen-container-single .chosen-single span {
  color: white;
}
@media only screen and (max-width: 640px) {
  .growtype-search-form .chosen-container-single .chosen-single span {
    font-size: 14px !important;
  }
}
.growtype-search-form .chosen-container .chosen-drop {
  background: none;
  border: none;
}
.growtype-search-form .chosen-container-single .chosen-single {
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty) {
  border: none !important;
  min-height: 70px !important;
}
@media only screen and (max-width: 640px) {
  .growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty) {
    min-height: 50px !important;
    margin-left: 0 !important;
    padding-left: 10px !important;
  }
}
.growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-webkit-input-placeholder {
  font-size: 20px;
}
.growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-moz-placeholder {
  font-size: 20px;
}
.growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty):-ms-input-placeholder {
  font-size: 20px;
}
.growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-ms-input-placeholder {
  font-size: 20px;
}
.growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::placeholder {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-webkit-input-placeholder {
    font-size: 14px !important;
  }
  .growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-moz-placeholder {
    font-size: 14px !important;
  }
  .growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty):-ms-input-placeholder {
    font-size: 14px !important;
  }
  .growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::-ms-input-placeholder {
    font-size: 14px !important;
  }
  .growtype-search-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty)::placeholder {
    font-size: 14px !important;
  }
}
.growtype-search-form .growtype-search-input {
  margin-left: 10px !important;
  border-left: 1px solid grey !important;
  position: relative;
}
.growtype-search-form + .growtype-search-results {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.growtype-search-form .btn-growtype-search-submit {
  top: 15px;
}
.growtype-search-form .btn-growtype-search-submit:hover, .growtype-search-form .btn-growtype-search-submit:focus, .growtype-search-form .btn-growtype-search-submit:active {
  border-color: #000000;
  background: none !important;
}
.growtype-search-form .e-label {
  display: none;
}
.growtype-search-form input {
  background: none !important;
  color: white !important;
}
.growtype-search-form input::-webkit-input-placeholder {
  color: #8E8E8E !important;
}
.growtype-search-form input::-moz-placeholder {
  color: #8E8E8E !important;
}
.growtype-search-form input:-ms-input-placeholder {
  color: #8E8E8E !important;
}
.growtype-search-form input::-ms-input-placeholder {
  color: #8E8E8E !important;
}
.growtype-search-form input::placeholder {
  color: #8E8E8E !important;
}
.growtype-search-form .btn {
  background: none;
  border: none;
}
@media only screen and (max-width: 640px) {
  .growtype-search-form .btn {
    top: 5px;
    padding-right: 5px;
  }
}
.growtype-search-form .btn .icon-arrow:before {
  content: "";
  background: url(./../images/icon-arrow.svg?7bfaedf3fc6823ec15ed8eb57bdb7c57);
  width: 25px;
  height: 25px;
}
.growtype-search-form .btn svg {
  display: none;
}
.growtype-search-form .btn svg path {
  fill: white;
}

.growtype-search-results-no-results {
  color: black;
}

.growtype-post-team-member {
  padding: 10px 15px;
}
.growtype-post-team-member .growtype-post-single-inner {
  border: none;
}
.growtype-post-team-member .growtype-post-single-inner .b-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.growtype-post-team-member .growtype-post-single-inner .b-title-wrapper .e-title {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
.growtype-post-team-member .growtype-post-single-inner .b-title-wrapper .wp-block-social-links {
  margin-right: 10px;
}
.growtype-post-team-member .growtype-post-single-inner .e-excerpt {
  font-size: 32px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #232323;
}
.growtype-post-team-member .growtype-post-single-inner .e-excerpt p {
  font-size: 32px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-team-member .growtype-post-single-inner .e-excerpt p {
    font-size: 20px;
  }
}
.growtype-post-team-member .growtype-post-single-inner .b-content {
  padding-left: 0;
  padding-right: 0;
}
.growtype-post-team-member .growtype-post-single-inner .wp-social-link a {
  width: 50px;
  height: 50px;
}
.growtype-post-team-member .e-img {
  padding-top: 100%;
}

.growtype-carousel-wrapper[data-type="growtype/carousel-growtype-post"] .slick-arrow {
  position: absolute;
  right: 20px;
  left: initial;
  bottom: 0;
  top: initial;
  width: 60px;
  height: 60px;
}
.growtype-carousel-wrapper[data-type="growtype/carousel-growtype-post"] .slick-arrow:before {
  font-size: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  opacity: 1;
  background-position: center;
}
.growtype-carousel-wrapper[data-type="growtype/carousel-growtype-post"] .slick-prev {
  right: 130px;
}
.growtype-carousel-wrapper[data-type="growtype/carousel-growtype-post"] .slick-prev:before {
  content: "";
  font-family: Dashicons;
  color: #3a3a3a;
  background: url(./../images/icon-arrow-left.svg?84e6a0d227e6885cf144b819f5707b96);
}
.growtype-carousel-wrapper[data-type="growtype/carousel-growtype-post"] .slick-next:before {
  content: "";
  font-family: Dashicons;
  color: #3a3a3a;
  background: url(./../images/icon-arrow-left.svg?84e6a0d227e6885cf144b819f5707b96);
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.growtype-carousel-wrapper[data-type="growtype/carousel-growtype-post"] .b-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .growtype-carousel-wrapper[data-type="growtype/carousel-growtype-post"] .b-title-wrapper {
    padding-bottom: 20px;
  }
}
.growtype-carousel-wrapper.has-arrows .growtype-carousel {
  max-width: 100%;
}
.growtype-carousel-wrapper.has-arrows .growtype-carousel .slick-slider {
  padding: 0;
}
.growtype-carousel-wrapper.has-arrows .growtype-carousel .growtype-post-single-inner {
  border: none;
}
@media only screen and (max-width: 640px) {
  .growtype-carousel-wrapper.has-arrows .growtype-carousel .growtype-post-single-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.growtype-post-team-member-long .growtype-post-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.growtype-post-team-member-long .growtype-post-single-inner .e-img {
  width: 50%;
  padding-top: 41%;
}
@media only screen and (max-width: 640px) {
  .growtype-post-team-member-long .growtype-post-single-inner .e-img {
    width: 100%;
    padding-top: 100%;
  }
}
.growtype-post-team-member-long .growtype-post-single-inner .b-content {
  margin-top: auto;
  margin-bottom: 0;
  max-width: 59%;
  position: relative;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-right: 280px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .growtype-post-team-member-long .growtype-post-single-inner .b-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.growtype-post-team-member-long .growtype-post-single-inner .b-content .e-excerpt {
  padding-bottom: 30px;
}
.growtype-post-team-member-long .growtype-post-single-inner .b-content .e-excerpt p {
  font-size: 36px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-team-member-long .growtype-post-single-inner .b-content .e-excerpt p {
    font-size: 20px;
  }
}
.growtype-post-team-member-long .growtype-post-single-inner .b-content .e-excerpt br {
  display: none;
}
.growtype-post-team-member-long .growtype-post-single-inner .b-content .e-title {
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  margin: 0;
}
.growtype-post-team-member-long .growtype-post-single-inner .b-content .b-content-inner {
  position: relative;
}
.growtype-post-team-member-long .e-separator {
  background: #bdbdbd;
  height: 2px;
  width: 100%;
  position: absolute;
}

.growtype-post-job .growtype-post-single-inner, .growtype-post-talent .growtype-post-single-inner {
  background: #F7F7F7;
  border: none;
}
.growtype-post-job .b-content-inner, .growtype-post-talent .b-content-inner {
  color: #232323;
}
.growtype-post-job .b-content, .growtype-post-talent .b-content {
  margin: auto;
  padding: 40px 40px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .growtype-post-job .b-content, .growtype-post-talent .b-content {
    padding: 30px;
  }
}
.growtype-post-job .b-info, .growtype-post-talent .b-info {
  color: #8E8E8E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 18px;
  position: relative;
  font-size: 16px;
}
.growtype-post-job .e-title, .growtype-post-talent .e-title {
  font-size: 32px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.growtype-post-job .e-title, .growtype-post-talent .e-title {
  font-size: 28px;
  font-weight: 300;
}
.growtype-post-job .b-content-inner:before, .growtype-post-talent .b-content-inner:before {
  content: "";
  background: url(./../images/icon-arrow.svg?7bfaedf3fc6823ec15ed8eb57bdb7c57);
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.growtype-post-job .b-content-inner .e-excerpt, .growtype-post-talent .b-content-inner .e-excerpt {
  font-size: 14px;
}
.growtype-post-job .s-posts-related, .growtype-post-talent .s-posts-related {
  padding-bottom: 120px;
}
.growtype-post-job .s-posts-related .e-title-section, .growtype-post-talent .s-posts-related .e-title-section {
  font-size: 128px;
  margin-bottom: 30px;
}

.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-container {
  margin-left: 0;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .growtype-post-container-wrapper[data-post-style=blog] .growtype-post-container {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 30px;
    grid-template-areas: "type1 type2 type3" "type4 type4 type5" "type4 type4 type6";
  }
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-container .growtype-post-single:nth-child(1) {
  grid-area: type1;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-container .growtype-post-single:nth-child(2) {
  grid-area: type2;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-container .growtype-post-single:nth-child(3) {
  grid-area: type3;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-container .growtype-post-single:nth-child(4) {
  grid-area: type4;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-container .growtype-post-single:nth-child(4) .e-img {
  padding-top: 74%;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-container .growtype-post-single:nth-child(5) {
  grid-area: type5;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-container .growtype-post-single:nth-child(6) {
  grid-area: type6;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-single {
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-single .e-title {
  color: #232323;
  opacity: 0.8;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-single .e-date {
  padding-top: 10px;
  color: #8E8E8E;
}
.growtype-post-container-wrapper[data-post-style=blog] .growtype-post-terms-filter {
  margin-bottom: 80px !important;
}

.growtype-post-blog {
  padding: 15px;
}
.growtype-post-blog .e-terms {
  background: #FC4053;
  display: inline-block;
  color: white;
  padding: 10px;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-blog .e-terms {
    font-size: 14px;
  }
}
.growtype-post-blog .b-content {
  padding-left: 0;
  padding-top: 30px;
  text-align: left;
  padding-right: 0;
}
.growtype-post-blog .b-content .e-title {
  font-weight: 300;
  font-size: 32px;
}

.growtype-post-research {
  padding-bottom: 120px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-research {
    padding-bottom: 30px;
  }
}
.growtype-post-research .growtype-post-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F7F7;
  border: none;
}
@media only screen and (max-width: 640px) {
  .growtype-post-research .growtype-post-single-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.growtype-post-research .growtype-post-single-inner .b-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-research .growtype-post-single-inner .b-tags {
    margin-bottom: 20px;
  }
}
.growtype-post-research .growtype-post-single-inner .b-tags .b-tags-single {
  padding: 5px 15px;
  border: 1px solid #FC4053;
  color: #FC4053;
  font-size: 16px;
}
.growtype-post-research .growtype-post-single-inner .b-content {
  width: 50%;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-research .growtype-post-single-inner .b-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.growtype-post-research .growtype-post-single-inner .b-content .e-title {
  font-size: 64px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-research .growtype-post-single-inner .b-content .e-title {
    margin-bottom: 20px;
  }
}
.growtype-post-research .growtype-post-single-inner .b-content .e-excerpt {
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-research .growtype-post-single-inner .b-content .e-excerpt {
    padding-bottom: 30px;
  }
}
.growtype-post-research .growtype-post-single-inner .b-content .btn {
  max-width: 400px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-research .growtype-post-single-inner .b-content .btn {
    min-height: 60px;
    font-size: 22px;
  }
}
.growtype-post-research .growtype-post-single-inner .e-img {
  width: 50%;
  padding-top: 50%;
}
@media only screen and (max-width: 640px) {
  .growtype-post-research .growtype-post-single-inner .e-img {
    width: 100%;
    padding-top: 100%;
  }
}

.growtype-post-testimonial, .growtype-post-testimonial-with-picture {
  margin: 0;
}
.growtype-post-testimonial .b-testimonial, .growtype-post-testimonial-with-picture .b-testimonial {
  background: #F7F7F7;
  padding: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-testimonial .b-testimonial, .growtype-post-testimonial-with-picture .b-testimonial {
    padding: 20px;
  }
}
.growtype-post-testimonial .b-testimonial .e-quate, .growtype-post-testimonial-with-picture .b-testimonial .e-quate {
  font-size: 118px;
  color: #232323;
  font-weight: bold;
  line-height: 90px;
  height: 35px;
}
.growtype-post-testimonial .b-testimonial .b-testimonial-content, .growtype-post-testimonial-with-picture .b-testimonial .b-testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.growtype-post-testimonial .b-testimonial .b-testimonial-details-title, .growtype-post-testimonial-with-picture .b-testimonial .b-testimonial-details-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding-top: 15px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-testimonial .b-testimonial .b-testimonial-details-title, .growtype-post-testimonial-with-picture .b-testimonial .b-testimonial-details-title {
    padding-top: 0;
  }
}

.growtype-post-testimonial-with-picture {
  color: white;
}
.growtype-post-testimonial-with-picture:hover {
  color: white;
}
.growtype-post-testimonial-with-picture .b-testimonial {
  background: none;
  gap: 30px !important;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .growtype-post-testimonial-with-picture .b-testimonial {
    gap: 15px !important;
  }
}
.growtype-post-testimonial-with-picture .b-testimonial-details-content, .growtype-post-testimonial-with-picture .b-testimonial-details-content p {
  font-size: 36px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-testimonial-with-picture .b-testimonial-details-content, .growtype-post-testimonial-with-picture .b-testimonial-details-content p {
    font-size: 20px;
  }
}
.growtype-post-testimonial-with-picture .b-testimonial-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-testimonial-with-picture .b-testimonial-details-wrapper {
    gap: 15px;
  }
}
.growtype-post-testimonial-with-picture .b-testimonial-details-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.growtype-post-testimonial-with-picture .b-testimonial-details-title .b-testimonial-title {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .growtype-post-testimonial-with-picture .b-testimonial-details-title .b-testimonial-title {
    font-size: 18px;
  }
}
.growtype-post-testimonial-with-picture .b-testimonial-details-title p {
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .growtype-post-testimonial-with-picture .b-testimonial-details-title p {
    font-size: 14px;
  }
}
.growtype-post-testimonial-with-picture .b-testimonial-details-img {
  max-width: 100px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-testimonial-with-picture .b-testimonial-details-img {
    max-width: 70px;
  }
}
.growtype-post-testimonial-with-picture .e-quate {
  font-size: 208px !important;
  color: #ffffff !important;
  font-weight: bold;
  line-height: 90px;
  height: 45px;
  position: relative;
  top: 30px;
}
@media only screen and (max-width: 640px) {
  .growtype-post-testimonial-with-picture .e-quate {
    top: 10px;
    font-size: 140px !important;
  }
}

.growtype-post-single .growtype-post-single-inner {
  border-radius: 0;
}

.growtype-post-terms-filters {
  margin-bottom: 15px;
}
.growtype-post-terms-filters .chosen-container-single .chosen-single {
  background: #FC4053 !important;
  border: 1px solid #FC4053;
  color: white;
  height: 60px !important;
  padding: 0px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.growtype-post-terms-filters .chosen-container-single .chosen-single span {
  min-height: 60px;
}
.growtype-post-terms-filters .chosen-container-single .chosen-single div b {
  background: none;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 22px;
  top: 15px;
}
.growtype-post-terms-filters .chosen-container .chosen-drop {
  background: #FC4053;
}
.growtype-post-terms-filters .chosen-container .chosen-drop li {
  color: white;
}

.growtype-post-terms-filter {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
  gap: 0;
}
@media only screen and (max-width: 640px) {
  .growtype-post-terms-filter {
    margin-bottom: 20px;
  }
}
.growtype-post-terms-filter .growtype-post-terms-filter-btn {
  background: none;
  color: black;
  border: none;
  min-width: initial;
}
@media only screen and (max-width: 640px) {
  .growtype-post-terms-filter .growtype-post-terms-filter-btn {
    min-height: 60px;
  }
}
.growtype-post-terms-filter .growtype-post-terms-filter-btn:after {
  background: none !important;
  display: none;
}
.growtype-post-terms-filter .growtype-post-terms-filter-btn:hover {
  color: white;
}

.growtype-form-wrapper.form-white .woocommerce form .form-row input.input-text, .growtype-form-wrapper.form-white .woocommerce form .form-row textarea, .growtype-form-wrapper.form-white input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.qty), .growtype-form-wrapper.form-white textarea {
  background: #fc4053;
}
.growtype-form-wrapper.form-white label.error {
  color: white;
}
.growtype-form-wrapper.form-white form {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .growtype-form-wrapper.form-white form .row-submit {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
  }
  .growtype-form-wrapper.form-white form .row-submit > div {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .growtype-form-wrapper.form-white form .row-submit button[type=submit] {
    margin-top: 10px;
    min-height: 60px;
    font-size: 22px;
  }
}
.growtype-form-wrapper.form-white input, .growtype-form-wrapper.form-white textarea {
  border-color: white !important;
  color: white !important;
}
.growtype-form-wrapper.form-white input::-webkit-input-placeholder, .growtype-form-wrapper.form-white textarea::-webkit-input-placeholder {
  color: white;
}
.growtype-form-wrapper.form-white input::-moz-placeholder, .growtype-form-wrapper.form-white textarea::-moz-placeholder {
  color: white;
}
.growtype-form-wrapper.form-white input:-ms-input-placeholder, .growtype-form-wrapper.form-white textarea:-ms-input-placeholder {
  color: white;
}
.growtype-form-wrapper.form-white input::-ms-input-placeholder, .growtype-form-wrapper.form-white textarea::-ms-input-placeholder {
  color: white;
}
.growtype-form-wrapper.form-white input::placeholder, .growtype-form-wrapper.form-white textarea::placeholder {
  color: white;
}
.growtype-form-wrapper.form-white button[type=submit] {
  background: white !important;
  color: #FC4053 !important;
}
.growtype-form-wrapper.form-white button[type=submit]:hover, .growtype-form-wrapper.form-white button[type=submit]:active, .growtype-form-wrapper.form-white button[type=submit]:focus {
  background: white !important;
  color: #FC4053 !important;
}
.growtype-form-wrapper.form-white button[type=submit]:after {
  background: url(./../images/icon-arrow-red.svg?caa805c3f615fc3f98450866a832a981);
}
.growtype-form-wrapper.form-white .form-wrapper {
  overflow: initial;
}
@media only screen and (min-width: 640px) {
  .growtype-form-wrapper.form-white .main-fields {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 15px;
    grid-template-areas: "type1 type4" "type2 type4" "type3 type4";
  }
}
.growtype-form-wrapper.form-white .main-fields .e-wrapper {
  margin-top: 20px;
}
.growtype-form-wrapper.form-white .main-fields .e-wrapper:nth-child(1) {
  grid-area: type1;
}
.growtype-form-wrapper.form-white .main-fields .e-wrapper:nth-child(2) {
  grid-area: type2;
}
.growtype-form-wrapper.form-white .main-fields .e-wrapper:nth-child(3) {
  grid-area: type3;
}
.growtype-form-wrapper.form-white .main-fields .e-wrapper:nth-child(4) {
  grid-area: type4;
}
.growtype-form-wrapper .form-wrapper {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.growtype-form-wrapper .form-wrapper .e-wrapper {
  margin-top: 25px;
}
.growtype-form-wrapper .form-wrapper .b-wrapper {
  margin-top: 0;
}
.growtype-form-wrapper .form-wrapper .image-uploader .upload-text {
  color: white;
}
.growtype-form-wrapper .form-wrapper .image-uploader .upload-text span {
  text-align: center;
  font-size: 28px;
}
.growtype-form-wrapper .form-wrapper .image-uploader .upload-text span span {
  font-size: 20px;
}
.growtype-form-wrapper .form-wrapper .image-uploader {
  min-height: 14rem;
}
.growtype-form-wrapper .form-wrapper .image-uploader-init.image-uploader {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='12%2c 8%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 0;
  border: none;
}
.growtype-form-wrapper .form-wrapper button[type=submit] {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .growtype-form-wrapper .form-wrapper button[type=submit] {
    min-height: 60px;
    font-size: 22px;
  }
}
