.top-background-gradient {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 89px 0 0;
}
@media (max-width: 767px) {
  .top-background-gradient {
    height: 340px;
    padding: 105px 0 0;
  }
}
.top-background-gradient:before {
  content: "";
  background: linear-gradient(180deg, #000000 19.23%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.top-background-gradient h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #3edab9;
}
@media (max-width: 767px) {
  .top-background-gradient h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.top-background-gradient .bread-crumbs {
  position: static;
  transform: none;
}
.top-background-gradient .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 32px 0 0;
}
.top-background-gradient .links li {
  position: relative;
  margin: 0 24px;
}
.top-background-gradient .links li:first-child:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -24px;
  height: 52px;
  width: 1px;
  background: #9b9b9b;
}
@media (max-width: 767px) {
  .top-background-gradient .links li:first-child:after {
    top: -5px;
    height: 24px;
  }
}
.top-background-gradient .links li:before {
  contain: "";
  position: absolute;
  top: 0;
  right: -23px;
  height: 100%;
  width: 1px;
  background: #9b9b9b;
}
.top-background-gradient .links li a {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.2px;
  color: #9b9b9b;
  position: relative;
}
@media (max-width: 767px) {
  .top-background-gradient .links li a {
    font-size: 30px;
    line-height: 1.3px;
  }
}
.top-background-gradient .links li a:before {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 6px;
  background: #fa34ff;
  left: 0;
  width: 0;
  transform: skew(0deg);
  -webkit-transition: all 0.46s ease-in-out;
  -khtml-transition: all 0.46s ease-in-out;
  -moz-transition: all 0.46s ease-in-out;
  -ms-transition: all 0.46s ease-in-out;
  -o-transition: all 0.46s ease-in-out;
  transition: all 0.46s ease-in-out;
}
.top-background-gradient .links li a:hover {
  color: #ffffff;
  box-shadow: none;
}
.top-background-gradient .links li.active a {
  color: #ffffff;
  box-shadow: none;
}
.top-background-gradient .links li.active a:before {
  transform: skew(-30deg);
  width: 100%;
}
.careers-wrap {
  position: relative;
  background: #fff;
  padding-bottom: 0 !important;
  padding-top: 40px;
  overflow: hidden;
}
.careers-wrap > .container {
  width: 920px;
}
.careers-filter {
  background: #fff;
  padding: 32px 50px;
  top: -84px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1320px) {
  .careers-filter {
    top: -40px;
  }
}
@media (max-width: 1024px) {
  .careers-filter {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .careers-filter {
    padding: 0;
    margin: -20px 0 0;
    box-shadow: none;
  }
}
.careers-filter .sf-input-checkbox {
  display: none;
}
.careers-filter > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .careers-filter > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.careers-filter > ul li {
  padding: 0;
  position: relative;
}
.careers-filter > ul li h4 {
  cursor: pointer;
  background: #f3f3f3;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding: 14px 30px 14px 60px;
  position: relative;
  z-index: 1;
}
.careers-filter > ul li h4:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #979797;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 22.52px;
}
.careers-filter > ul li h4 .active-item {
  display: none;
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 60px;
  right: 35px;
  background: #f3f3f3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.careers-filter > ul li > ul {
  height: 150px;
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  padding: 19px 0 19px 18px;
  background: #efefef;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.careers-filter > ul li > ul li {
  margin-bottom: 6px;
}
.careers-filter > ul li > ul li label {
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  position: relative;
  padding-left: 36px !important;
  display: block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.careers-filter > ul li > ul li label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #2221a1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.careers-filter > ul li > ul li label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  background-image: url("../images/st_filter.svg");
  width: 8px;
  height: 5.83px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.careers-filter > ul li > ul li label:hover {
  color: #2221a1;
}
.careers-filter > ul li > ul li input[type="checkbox"]:checked + label:before {
  background: #2221a1;
}
.careers-filter > ul li > ul li input[type="checkbox"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.careers-filter > ul li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.careers-filter > ul li.field-location {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  z-index: 2;
}
@media (max-width: 767px) {
  .careers-filter > ul li.field-location {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.careers-filter > ul li.field-location h4:before {
  content: "";
  background-image: url("../images/fl_map.svg");
  width: 26px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 15px;
}
.careers-filter > ul li.field-skills {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  z-index: 1;
}
@media (max-width: 767px) {
  .careers-filter > ul li.field-skills {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.careers-filter > ul li.field-skills h4:before {
  content: "";
  background-image: url("../images/fl_corna.svg");
  width: 29px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 15px;
}
@media (max-width: 767px) {
  .careers-filter > ul .sf-field-submit {
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.careers-filter > ul .sf-field-submit input[type="submit"] {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 16px 40px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 0;
  background: #2221a1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.careers-filter > ul .sf-field-submit input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #2221a1;
  color: #000;
}
.careers-filter > ul .sf-field-submit input[type="submit"]:active {
  background: transparent;
  border: 1px solid #2221a1;
  color: #000;
}
@media (max-width: 767px) {
  .careers-filter > ul .sf-field-submit input[type="submit"] {
    width: 100%;
  }
}
.careers-filter > ul .sf-field-submit input[disabled]:hover {
  background: transparent !important;
  border: 1px solid #2221a1;
}
.careers-filter .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2221a1;
  width: 8px;
  opacity: 1 !important;
}
.careers-filter .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}
.careers-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
  margin-bottom: 0 0 80px;
}
.careers-posts > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 767px) {
  .careers-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    margin-bottom: 0 0 40px;
  }
  .careers-posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.careers-posts .careers-post {
  min-height: 160px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(105, 114, 124, 0.25);
  padding: 20px 40px 30px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.careers-posts .careers-post .hot {
  transform: skew(-30deg);
  position: absolute;
  top: 0;
  right: 6px;
  background: #d500da;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 3px 13px;
}
.careers-posts .careers-post .hot span {
  transform: skew(30deg);
  position: relative;
  display: block;
}
.careers-posts .careers-post .tags {
  margin-bottom: 30px;
  color: #474747;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .careers-posts .careers-post .tags {
    margin-bottom: 15px;
  }
}
.careers-posts .careers-post .tags span,
.careers-posts .careers-post .tags i {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000000;
}
.careers-posts .careers-post .title-p {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .careers-posts .careers-post .title-p {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.careers-posts .careers-post .title-p .title-link {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #141414;
  padding: 0;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .careers-posts .careers-post .title-p .title-link {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.careers-posts .careers-post .title-p .more {
  position: absolute;
  bottom: 34px;
  right: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #2221a1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.careers-posts .careers-post:hover {
  box-shadow: 0px 4px 10px rgba(105, 114, 124, 0.5);
}
.careers-posts .catsone_benefits {
  overflow: hidden;
  position: relative;
  background: #2221a1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .careers-posts .catsone_benefits {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.careers-posts .catsone_benefits .benefits-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .careers-posts .catsone_benefits .benefits-title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.careers-posts .catsone_benefits .benefits-title h2 {
  position: relative;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.2px;
  color: #fff;
  padding-bottom: 0;
}
.careers-posts .catsone_benefits .link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #ffffff;
  position: relative;
  top: -6px;
}
.careers-posts .catsone_benefits svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.careers-posts .catsone_benefits svg:first-child {
  opacity: 1;
  visibility: visible;
}
.careers-posts .catsone_benefits svg:last-child {
  opacity: 0;
  visibility: hidden;
}
.careers-posts .catsone_benefits .bn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.careers-posts .catsone_benefits:hover .bn svg {
  transform: scale(1.1);
}
.careers-posts .catsone_benefits:hover .bn svg:first-child {
  opacity: 0;
  visibility: hidden;
}
.careers-posts .catsone_benefits:hover .bn svg:last-child {
  opacity: 1;
  visibility: visible;
}
.catsome_load_more {
  font-family: "Inter", sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #2221a1;
  cursor: pointer;
  margin: 50px 0 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catsome_load_more:hover {
  color: #fa34ff;
}
.single-careers-content {
  padding: 100px 0 100px;
  background: #fff;
}
@media (max-width: 767px) {
  .single-careers-content {
    padding: 80px 0 30px;
  }
}
.single-careers-content .bread-crumbs {
  position: static;
  transform: none;
  padding-bottom: 15px;
}
.single-careers-content .bread-crumbs a:hover {
  color: #9b9b9b;
}
.single-careers-content .bread-crumbs a:hover span {
  color: #9b9b9b !important;
  text-decoration: underline;
}
.single-careers-content .hot-block-single {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 13px;
}
.single-careers-content .hot-block-single .hot {
  transform: skew(-30deg);
  position: relative;
  background: #d500da;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 3px 13px;
  margin-right: 25px;
  margin-left: 7px;
}
.single-careers-content .hot-block-single .hot span {
  font-family: "Open Sans", sans-serif;
  transform: skew(30deg);
  position: relative;
  display: block;
}
.single-careers-content .hot-block-single .tags {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #8a8a8a;
}
.single-careers-content .share-buttons {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d4e0eb;
}
.single-careers-content .share-buttons h3 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 13px;
}
@media (max-width: 1024px) {
  .single-careers-content .share-buttons h3 {
    display: block;
    width: 100%;
  }
}
.single-careers-content .share-buttons a {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.single-careers-content .share-buttons a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.single-careers-content .share-buttons a img:last-child {
  opacity: 0;
  pointer-events: none;
}
.single-careers-content .share-buttons a:last-child {
  margin-right: 0;
}
.single-careers-content .share-buttons a:hover {
  box-shadow: none;
  background-color: transparent !important;
}
.single-careers-content .share-buttons a:hover img:last-child {
  opacity: 1;
}
.single-careers-content .share-buttons a.fb {
  background-color: #3b63b7;
}
.single-careers-content .share-buttons a.twitter {
  background-color: #60a5fc;
}
.single-careers-content .share-buttons a.in {
  background-color: #2867b2;
}
.single-careers-content .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-careers-content .wrapper .left-content {
  -webkit-flex-basis: 733px;
  -moz-flex-basis: 733px;
  -ms-flex-preferred-size: 733px;
  flex-basis: 733px;
  width: 100%;
  max-width: 733px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .single-careers-content .wrapper .left-content {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .single-careers-content .wrapper .left-content .mobile-form,
  .single-careers-content .wrapper .left-content .apply-now-mobile {
    display: block !important;
    margin-bottom: 30px;
  }
}
.single-careers-content .wrapper .left-content .gb .content-careers p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 20px;
}
.single-careers-content
  .wrapper
  .left-content
  .gb
  .content-careers
  .apply-now-mobile {
  background: #ffffff;
  box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.267974);
  padding: 30px;
  text-align: center;
}
.single-careers-content
  .wrapper
  .left-content
  .gb
  .content-careers
  .apply-now-mobile
  h2 {
  font-weight: 700;
}
.single-careers-content
  .wrapper
  .left-content
  .gb
  .content-careers
  .apply-now-mobile
  p {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #474747;
  padding-bottom: 20px;
}
.single-careers-content
  .wrapper
  .left-content
  .gb
  .content-careers
  .apply-now-mobile
  .btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3edab9 !important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 16px 40px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 0;
  background: #2221a1;
}
.single-careers-content
  .wrapper
  .left-content
  .gb
  .content-careers
  .apply-now-mobile
  .btn:after {
  display: none;
}
.single-careers-content
  .wrapper
  .left-content
  .gb
  .content-careers
  .apply-now-mobile
  .btn:hover {
  background: transparent;
  border: 1px solid #2221a1;
}
.single-careers-content .wrapper .left-content .gb .content-careers h2 {
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
}
.single-careers-content .wrapper .left-content .gb .content-careers ul {
  margin-bottom: 50px;
}
.single-careers-content .wrapper .left-content .gb .content-careers ul li {
  padding-left: 30px !important;
  margin-bottom: 12px !important;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  position: relative;
}
.single-careers-content
  .wrapper
  .left-content
  .gb
  .content-careers
  ul
  li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  top: 12px;
  background: #000;
}
.single-careers-content
  .wrapper
  .left-content
  .gb
  .content-careers
  ul
  li:last-child {
  margin-bottom: 0;
}
.single-careers-content .wrapper .left-content .gb > h2 {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #474747;
}
@media (max-width: 1505px) {
  .single-careers-content .wrapper .left-content .gb > h2 {
    margin-left: 100px;
    margin-bottom: -10px;
    margin-top: 14px;
  }
}
@media (max-width: 1270px) {
  .single-careers-content .wrapper .left-content .gb > h2 {
    margin-left: 150px;
  }
}
@media (max-width: 1024px) {
  .single-careers-content .wrapper .left-content .gb > h2 {
    margin-left: 0;
  }
}
.single-careers-content .wrapper .left-content .gb h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .single-careers-content .wrapper .left-content .gb h1 {
    margin-top: 0;
  }
}
.single-careers-content .wrapper .left-content .gb .wys {
  margin-bottom: 40px;
}
.single-careers-content .wrapper .left-content .gb .wys p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 767px) {
  .single-careers-content .wrapper .left-content .gb .wys {
    margin-bottom: 20px;
  }
}
.single-careers-content .wrapper .right-content {
  -webkit-flex-basis: 350px;
  -moz-flex-basis: 350px;
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  width: 100%;
  max-width: 350px;
  padding-top: 18px;
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .single-careers-content .wrapper .right-content {
    position: static;
  }
}
@media (max-width: 767px) {
  .single-careers-content .wrapper .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.style-apply {
  position: relative;
}
.style-apply form {
  background: #ffffff;
  box-shadow: 0px 5px 12px rgba(62, 88, 106, 0.238063);
  padding: 30px 40px;
}
@media (max-width: 576px) {
  .style-apply form {
    padding: 23px 20px;
  }
}
.style-apply form .wrapper-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.style-apply form .wrapper-el > label {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 25px;
}
.style-apply form .wrapper-el > label.w100 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}
@media (max-width: 576px) {
  .style-apply form .wrapper-el > label {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.style-apply form .wrapper-el > label.file {
  position: relative;
}
.style-apply form .wrapper-el > label.file #js-value {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  text-decoration-line: underline;
  color: #2221a1;
  background: transparent;
  word-wrap: break-word;
  display: inline-block;
  cursor: pointer;
}
.style-apply form .wrapper-el > label.file #js-value-text {
  cursor: pointer;
  display: inline-block;
}
.style-apply form .wrapper-el > label.file input {
  font-size: 0;
  opacity: 0;
  height: 1px;
  padding: 0;
}
.style-apply form .wrapper-el > label input {
  padding: 10px 0;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: none;
  background: transparent;
  border-bottom: 0.5px solid #c9c9c9;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.style-apply form .wrapper-el > label input:focus {
  border-color: #d500da;
}
.style-apply form .wrapper-el > label input::placeholder {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}
.style-apply form .wrapper-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 46px;
}
.style-apply form .wrapper-btn .button,
.style-apply form .wrapper-btn .submit {
  height: inherit;
  position: relative;
}
.style-apply form .wrapper-btn input[type="submit"] {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
.style-apply form h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
.style-apply form p {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}
.style-apply input.dn {
  display: none;
}
.careers-text-bt {
  padding: 100px 0;
  background: url("../images/cr_ee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .careers-text-bt {
    padding: 30px 0;
  }
}
.careers-text-bt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    89.88deg,
    rgba(0, 0, 0, 0.92) 15.8%,
    rgba(0, 0, 0, 0) 99.9%
  );
  mix-blend-mode: multiply;
  z-index: 0;
}
.careers-text-bt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 0.32) 58.81%,
    #000 100%
  );
  z-index: 1;
}
.careers-text-bt .container {
  z-index: 2;
}
.careers-text-bt * {
  color: #ffffff !important;
}
.careers-text-bt h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
}
.careers-text-bt p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #bdbdbd;
}
.careers-text-bt ul li {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.careers-text-bt ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0px;
  background-image: url(../images/st_filter_pink.svg);
  background-size: 100%;
  width: 10px;
  height: 8px;
}
.careers-text-bt ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.related-careers {
  background: #000;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .related-careers {
    padding: 20px 0 0;
  }
}
.related-careers .careers-posts {
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.related-careers .careers-posts > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 767px) {
  .related-careers .careers-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .related-careers .careers-posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.related-careers .careers-posts .careers-post {
  background: #141414;
  box-shadow: none;
  box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .related-careers .careers-posts .careers-post {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.related-careers .careers-posts .careers-post .tags span,
.related-careers .careers-posts .careers-post .tags i {
  color: #808491;
}
.related-careers .careers-posts .careers-post .title-p .title-link {
  color: #ffffff;
}
.related-careers .careers-posts .careers-post .title-p .more {
  color: #fff;
}
.related-careers .careers-posts .careers-post:hover {
  box-shadow: 0px 0px 7px 4px rgba(213, 0, 118, 0.2);
}
.related-careers .careers-posts .careers-post:hover .title-p .more {
  color: #d500da;
}
.page-template-tpl-benefits {
  background-color: #fff;
}
.benefits_flexible {
  margin: -100px 0 100px;
}
@media (max-width: 1023px) {
  .benefits_flexible {
    margin: -100px 0 0px;
  }
}
.benefits_flexible .full_accordion {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 40px rgba(105, 114, 124, 0.25);
  margin-bottom: 50px;
  padding: 50px 93px 30px 95px;
}
@media (max-width: 768px) {
  .benefits_flexible .full_accordion {
    padding: 88px 20px 20px;
    margin-bottom: 30px;
  }
}
.benefits_flexible .ben_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.benefits_flexible .ben_icon svg {
  -webkit-transition: all 0.6s ease;
  -khtml-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.benefits_flexible .ben_icon svg:first-child {
  position: absolute;
  top: 28px;
  left: 26px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .benefits_flexible .ben_icon svg:first-child {
    top: 12px;
    opacity: 1;
  }
}
.benefits_flexible .ben_icon svg:last-child {
  position: absolute;
  top: 20px;
  left: -150px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .benefits_flexible .ben_icon svg:last-child {
    top: 10px;
  }
}
.benefits_flexible .ben_title {
  -webkit-flex-basis: 250px;
  -moz-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  margin-right: 35px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .benefits_flexible .ben_title {
    margin-right: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.benefits_flexible .ben_title h2 {
  color: #141414;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .benefits_flexible .ben_title h2 {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}
.benefits_flexible .ben_acc {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.benefits_flexible .ben_acc .item {
  position: relative;
}
.benefits_flexible .ben_acc .item h3 {
  user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #141414;
  position: relative;
  padding: 20px 20px 20px 18px;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .benefits_flexible .ben_acc .item h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px 10px 18px;
  }
}
.benefits_flexible .ben_acc .item h3 svg {
  position: absolute;
  top: 26px;
  left: 0;
}
.benefits_flexible .ben_acc .item h3 svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .benefits_flexible .ben_acc .item h3 svg {
    top: 17px;
  }
}
.benefits_flexible .ben_acc .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.benefits_flexible .ben_acc .item h3 span:before,
.benefits_flexible .ben_acc .item h3 span:after {
  content: "";
  background-color: #d500da;
  width: 18px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefits_flexible .ben_acc .item h3 span:before {
  right: 0;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.benefits_flexible .ben_acc .item h3 span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.benefits_flexible .ben_acc .item h3.active span:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.benefits_flexible .ben_acc .item h3.active span:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.benefits_flexible .ben_acc .item .info {
  display: none;
}
.benefits_flexible .ben_acc .item .info p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #ffffff;
  padding-bottom: 0;
}
.benefits_flexible .ben_acc .item:last-child h3 {
  border: none;
}
.benefits_flexible .two_column_accordion {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.benefits_flexible .two_column_accordion .accordion_item {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 44px 30px 95px;
  background: #fff;
  box-shadow: 0px 8px 40px rgba(105, 114, 124, 0.25);
  margin-bottom: 50px;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 1023px) {
  .benefits_flexible .two_column_accordion .accordion_item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .benefits_flexible .two_column_accordion .accordion_item {
    margin-bottom: 30px;
    padding: 88px 20px 20px;
  }
}
.benefits_flexible .two_column_accordion .accordion_item .ben_title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-right: 0;
}
.benefits_flexible .two_column_accordion .accordion_item .ben_title h2 {
  padding: 0;
}
.benefits_flexible .two_column_accordion .link_block {
  min-height: 249px;
  background: #141414;
}
.benefits_flexible .two_column_accordion .link_block > div {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 40px 37px 59px;
  z-index: 1;
}
@media (max-width: 768px) {
  .benefits_flexible .two_column_accordion .link_block > div {
    padding: 0 20px 20px 20px;
  }
}
.benefits_flexible .two_column_accordion .link_block h2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.2px;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefits_flexible .two_column_accordion .link_block h2 a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .benefits_flexible .two_column_accordion .link_block h2 {
    font-size: 20px;
    line-height: 1;
  }
}
.benefits_flexible .two_column_accordion .link_block span {
  -webkit-flex-basis: 140px;
  -moz-flex-basis: 140px;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  width: 140px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #ffffff;
  position: relative;
  right: 0;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .benefits_flexible .two_column_accordion .link_block span {
    font-size: 12px;
  }
}
.benefits_flexible .two_column_accordion .link_block svg {
  position: absolute;
  left: 0;
  bottom: 23px;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefits_flexible .two_column_accordion .link_block svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefits_flexible .two_column_accordion .link_block:hover svg {
  left: 10px;
}
.benefits_flexible .two_column_accordion .link_block:hover svg path {
  stroke: #fa34ff;
}
.benefits_flexible .two_column_accordion .link_block:hover span {
  right: -10px;
  color: #fa34ff;
}
.benefits_flexible .full_accordion:before,
.benefits_flexible .accordion_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(
    106.94deg,
    #2221a1 19.23%,
    rgba(250, 52, 255, 0.58) 100%
  );
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefits_flexible .full_accordion.active:before,
.benefits_flexible .accordion_item.active:before {
  opacity: 1;
  visibility: visible;
}
.benefits_flexible .full_accordion.active .ben_icon svg:first-child,
.benefits_flexible .accordion_item.active .ben_icon svg:first-child {
  left: -150px;
  opacity: 0;
  visibility: hidden;
}
.benefits_flexible .full_accordion.active .ben_icon svg:last-child,
.benefits_flexible .accordion_item.active .ben_icon svg:last-child {
  left: 8px;
  opacity: 1;
  visibility: visible;
}
.benefits_flexible .full_accordion.active .ben_title h2,
.benefits_flexible .accordion_item.active .ben_title h2 {
  color: #ffffff;
}
.benefits_flexible .full_accordion.active .ben_acc .item h3,
.benefits_flexible .accordion_item.active .ben_acc .item h3 {
  color: #bdbdbd;
  border-bottom: 1px solid #d500da;
}
.benefits_flexible .full_accordion.active .ben_acc .item h3 svg path,
.benefits_flexible .accordion_item.active .ben_acc .item h3 svg path {
  fill: #bdbdbd;
}
.benefits_flexible .full_accordion.active .ben_acc .item h3 span:before,
.benefits_flexible .full_accordion.active .ben_acc .item h3 span:after,
.benefits_flexible .accordion_item.active .ben_acc .item h3 span:before,
.benefits_flexible .accordion_item.active .ben_acc .item h3 span:after {
  background-color: #bdbdbd;
}
.benefits_flexible .full_accordion.active .ben_acc .item h3.active,
.benefits_flexible .accordion_item.active .ben_acc .item h3.active {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.benefits_flexible .full_accordion.active .ben_acc .item h3.active svg path,
.benefits_flexible .accordion_item.active .ben_acc .item h3.active svg path {
  fill: #d500da;
}
.benefits_flexible .full_accordion.active .ben_acc .item h3.active span:before,
.benefits_flexible .full_accordion.active .ben_acc .item h3.active span:after,
.benefits_flexible .accordion_item.active .ben_acc .item h3.active span:before,
.benefits_flexible .accordion_item.active .ben_acc .item h3.active span:after {
  background-color: #fff;
}
.benefits_flexible .full_accordion.active .ben_acc .item:last-child h3,
.benefits_flexible .accordion_item.active .ben_acc .item:last-child h3 {
  border: none;
}
.footer-benefits {
  display: none;
}
span.file::before {
  position: absolute;
  display: block;
  content: "*";
  top: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  left: 20px;
}
.page-template-tpl-quick_apply .formBoxWrap {
  position: relative;
}
.page-template-tpl-quick_apply .formBlock h3,
.page-template-tpl-quick_apply .formBlock .h3 {
  color: #000;
  letter-spacing: 1px;
}
.page-template-tpl-quick_apply div.wpcf7 .wpcf7-not-valid-tip,
.page-template-tpl-quick_apply div.wpcf7 .emailChecker {
  top: auto;
  bottom: -38px;
}
.page-template-tpl-quick_apply form {
  box-shadow: none;
  padding: 0;
}
.page-template-tpl-quick_apply form .wrapper-el > label {
  flex-basis: 48%;
  margin-bottom: 40px;
}
.page-template-tpl-quick_apply .footerBlock {
  padding: 180px 0 30px;
}
@media (max-width: 767px) {
  .page-template-tpl-quick_apply .footerBlock {
    padding: 50px 0 30px;
  }
}
.page-template-tpl-quick_apply footer .formBlock {
  display: none;
}
.page-template-tpl-quick_apply .top-background-gradient {
  height: 815px;
}
@media (max-width: 767px) {
  .page-template-tpl-quick_apply .top-background-gradient {
    height: 650px;
  }
}
.page-template-tpl-quick_apply .top-background-gradient:after {
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0%,
    rgba(12, 36, 63, 0) 59%,
    black 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0%,
    rgba(12, 36, 63, 0) 59%,
    black 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0%,
    rgba(12, 36, 63, 0) 59%,
    black 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#000000",GradientType=0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.page-template-tpl-quick_apply .top-background-gradient .formBlock {
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
}
.page-template-tpl-quick_apply .top-background-gradient .container {
  position: relative;
  z-index: 1;
}
.page-template-tpl-quick_apply .footer-benefits {
  padding: 150px 0 0;
  display: block;
}
@media (max-width: 767px) {
  .page-template-tpl-quick_apply .footer-benefits {
    padding: 50px 0 0;
  }
}
.page-template-tpl-quick_apply .footer-benefits .container {
  width: 920px;
}
@media (max-width: 767px) {
  .page-template-tpl-quick_apply .footer-benefits .container {
    margin: 50px auto 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-template-tpl-quick_apply .link_block {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  min-height: 160px;
  background: #141414;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-tpl-quick_apply .link_block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.page-template-tpl-quick_apply .link_block > div {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 20px 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-template-tpl-quick_apply .link_block > div {
    padding: 0 20px 20px 20px;
  }
}
.page-template-tpl-quick_apply .link_block h2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.2px;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-tpl-quick_apply .link_block h2 a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-template-tpl-quick_apply .link_block h2 {
    font-size: 20px;
    line-height: 1;
  }
}
.page-template-tpl-quick_apply .link_block span {
  -webkit-flex-basis: 140px;
  -moz-flex-basis: 140px;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  width: 140px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #ffffff;
  position: relative;
  right: 0;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .page-template-tpl-quick_apply .link_block span {
    font-size: 12px;
  }
}
.page-template-tpl-quick_apply .link_block svg {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 0;
  width: 280px;
  height: 145px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-tpl-quick_apply .link_block svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-tpl-quick_apply .link_block:hover svg {
  left: 10px;
}
.page-template-tpl-quick_apply .link_block:hover svg path {
  stroke: #fa34ff;
}
.page-template-tpl-quick_apply .link_block:hover span {
  right: -10px;
  color: #fa34ff;
}
.page-template-tpl-quick_apply .catsone_benefits {
  box-shadow: 0px 4px 10px rgba(105, 114, 124, 0.25);
  padding: 20px 30px 20px 50px;
  overflow: hidden;
  position: relative;
  background: #2221a1;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .page-template-tpl-quick_apply .catsone_benefits {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.page-template-tpl-quick_apply .catsone_benefits .benefits-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .page-template-tpl-quick_apply .catsone_benefits .benefits-title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.page-template-tpl-quick_apply .catsone_benefits .benefits-title h2 {
  position: relative;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.2px;
  color: #fff;
  padding-bottom: 0;
}
.page-template-tpl-quick_apply .catsone_benefits .link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #ffffff;
  position: relative;
  top: -6px;
}
.page-template-tpl-quick_apply .catsone_benefits svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-tpl-quick_apply .catsone_benefits svg:first-child {
  opacity: 1;
  visibility: visible;
}
.page-template-tpl-quick_apply .catsone_benefits svg:last-child {
  opacity: 0;
  visibility: hidden;
}
.page-template-tpl-quick_apply .catsone_benefits .bn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-tpl-quick_apply .catsone_benefits:hover .bn svg {
  transform: scale(1.1);
}
.page-template-tpl-quick_apply .catsone_benefits:hover .bn svg:first-child {
  opacity: 0;
  visibility: hidden;
}
.page-template-tpl-quick_apply .catsone_benefits:hover .bn svg:last-child {
  opacity: 1;
  visibility: visible;
}
.catsone_result {
  margin: 15px 0 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  display: block;
}
.quick_apply_car {
  position: sticky;
  width: 170px;
  margin: 0 -190px 0 0;
  float: right;
}
@media (max-width: 1320px) {
  .quick_apply_car {
    position: static;
    width: 100%;
    right: 0;
    margin: 0 0 30px 0;
    text-align: center;
  }
}
.quick_apply_car h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  padding-bottom: 6px;
  color: #000000;
}
.quick_apply_car p {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #474747;
  padding-bottom: 20px;
}
.quick_apply_car .btn {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 13px 35px;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  outline: 0;
  background: #2221a1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quick_apply_car .btn:hover {
  background: transparent;
  border: 1px solid #2221a1;
  color: #000;
  box-shadow: none;
}
#quick_apply_car.fixed {
  top: 100px;
}
.thank_you_success {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  text-align: center;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thank_you_success .title {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 41px;
  display: block;
  margin-bottom: 20px;
}
.thank_you_success p {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 14px;
  padding: 0;
}
.thank_you_success p a {
  color: #d500da;
}
.loader_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  text-align: center;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loader_wrap .loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #d500da;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#catsone_submit.success .thank_you_success {
  z-index: 2;
  opacity: 1;
}
#catsone_submit.loader_v .loader_wrap {
  z-index: 1;
  opacity: 1;
}
