/*--------------------------------------------------------------
1. Common
--------------------------------------------------------------*/

.overlay-hidden {
  overflow: hidden;
}

.overlay-hidden .opacity-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1005;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}

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

#primary {
  position: relative;
  z-index: 8;
}

.acf-map {
  background-color: #c6c6c6;
  width: 100%;
  height: 366px;
  margin: 0;
}

a:focus,
a:active {
  outline: none;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

/* fixes potential theme css conflict */

.acf-map img {
  max-width: inherit !important;
}

/* button more */

.btn-primary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-width: 320px;
  height: 60px;
  background-color: #cb2531;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  padding: 0 16px;
  border: none;
  border-radius: 5px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #dd212f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover {
  background-color: #cb2531;
  -webkit-box-shadow: 0px -1.81861px 140.943px rgba(228, 32, 56, 0.3),
    0px -0.663824px 51.4463px rgba(228, 32, 56, 0.206994),
    0px -0.322274px 24.9762px rgba(228, 32, 56, 0.166887),
    0px -0.157985px 12.2438px rgba(228, 32, 56, 0.133113),
    0px -0.0624674px 4.84122px rgba(228, 32, 56, 0.0930055);
  box-shadow: 0px -1.81861px 140.943px rgba(228, 32, 56, 0.3),
    0px -0.663824px 51.4463px rgba(228, 32, 56, 0.206994),
    0px -0.322274px 24.9762px rgba(228, 32, 56, 0.166887),
    0px -0.157985px 12.2438px rgba(228, 32, 56, 0.133113),
    0px -0.0624674px 4.84122px rgba(228, 32, 56, 0.0930055);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #c6c6c6;
  color: #fff;
  opacity: 1;
}

.icon-more {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #cb2531;
}

.icon-more i {
  font-size: 14px;
  color: #cb2531;
}

.icon-more:hover {
  background-color: #cb2531;
}

.icon-more:hover i {
  color: #fff;
}

.waves-input-wrapper {
  border-radius: 0;
}

.flyout-menu .flyout-menu__main ul li {
  margin-left: auto;
  margin-right: auto;
}

/* Image Effect */

.imgEffect {
  position: relative;
  overflow: hidden;
}

.imgEffect:after {
  content: "";
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0px;
  left: -50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.imgEffect:hover:after {
  left: 150%;
}

/* Image Effect Zoom */

.boxEZoom {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.imgEZoom {
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  -webkit-transition: ease 0.4s all;
  -o-transition: ease 0.4s all;
  transition: ease 0.4s all;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.imgEZoom:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* Background Image */

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Breadcrumb */

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #c6c6c6;
  border-radius: 4px;
}

.breadcrumb:after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #c6c6c6;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #c6c6c6;
}

/* pagination */

.pagination:before,
.pagination:after {
  display: none;
}

.pagination {
  width: 62.5%;
  padding: 150px 0 50px;
  margin: 0 auto;
}

.pagination__page {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.pagination__page .current-page {
  position: relative;
  top: -5px;
  right: -5px;
  font-weight: 400;
  font-size: 45px;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.pagination__page .over {
  font-weight: 300;
  font-size: 45px;
  line-height: 30px;
  color: #151515;
}

.pagination__page .total-page {
  position: relative;
  top: 5px;
  left: -10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 43px;
  color: #000;
}

/* */

.flyout-menu .flyout-menu__main ul>li>a {
  min-width: 50px;
}

.moblie-lang-chevron .ion-chevron-down::before {
  font-size: 14px;
  margin-top: -5px;
}

.flyout-menu .flyout-menu__main ul .submenu-btn.moblie-lang-chevron {
  position: absolute;
  width: 100%;
  right: 0;
  text-align: right;
}

.moblie-lang-chevron .ion-chevron-down {
  margin-left: auto;
}

.flyout-menu .flyout-menu__main ul ul.sub-menu li a {
  padding: 12px 15px;
}

/*--------------------------------------------------------------
3 Regular Content
--------------------------------------------------------------*/

.sml-content-area {
  padding-top: 135px;
  padding-bottom: 170px;
}

.sml-content-area a:not(.btn-primary) {
  color: #cb2531;
}

.sml-entry-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.title-page {
  width: 100%;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #000;
  margin-bottom: 60px;
}

.pagination .page-item {
  margin-right: 10px;
}

/*--------------------------------------------------------------
4 Posts
--------------------------------------------------------------*/

p:last-of-type {
  margin-bottom: 0;
}

.post-content .post-content__box {
  margin-bottom: 100px;
}

.post-content .post-content__box .thumb {
  background-color: #c4c4c4;
  -ms-flex: 0 0 49%;
  -webkit-box-flex: 0;
  flex: 0 0 49%;
  max-width: 49%;
}

.post-content .post-content__box .ct {
  -ms-flex: 0 0 48.75%;
  -webkit-box-flex: 0;
  flex: 0 0 48.75%;
  max-width: 48.75%;
}

.post-content .post-content__box .ct.ct--full {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.post-content .post-content__box .ct .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #000;
  margin-bottom: 15px;
}

.post-content .post-content__box .ct .txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #000000;
  margin-bottom: 30px;
}

.post-content .post-content__box .ct .txt p:last-of-type {
  margin-bottom: 0;
}

.post-content .post-content__box .ct .btn-primary {
  margin-top: 70px;
}

.sml-single-wrapper .sml-entry-content h2,
.sml-single-wrapper .sml-entry-content h3 {
  font-size: 22px;
}

.sml-single-wrapper .sml-entry-content h2 {
  font-size: 20px;
}

.sml-single-wrapper .sml-entry-content p,
.sml-single-wrapper .sml-entry-content li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #000000;
  margin-bottom: 30px;
}

.sml-single-wrapper .sml-entry-content .wp-block-image {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
5 Front Page
--------------------------------------------------------------*/

/* Homepage */

/* banner section */

.homepage-wrapper__banner {
  /* padding-top: 258px; */
  /*   padding-top: 210px;
  padding-bottom: 100px; */
  padding-top: 135px;
  padding-bottom: 135px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-wrapper__banner .container {
  max-width: calc(100% - 40px);

}
.offer-wrapper__content {
	padding-top:45px;
}
.offer-wrapper {
	padding-bottom:80px;
}
.offer-wrapper__content  .homepage-wrapper__banner__content {
		width:50%;
	}
	.offer-wrapper__content  .ct__new {
		width:50%;
	}

@media (min-width: 1199px) {
  .homepage-wrapper__banner .container {
    max-width: 1450px;
    padding: 0 25px;
  }

  /* 	.page-template-template-home .header div { */
  .header div {
    max-width: 1400px;
    padding: 0 25px;
  }


}

.homepage-wrapper__banner__content {
  position: relative;
}

.homepage-wrapper__banner__content iframe {
  max-width: 600px;
  margin: 0 auto;
  min-height: 400px;

}


.homepage-wrapper__banner__content .title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  /* font-size: 60px; */
  font-size: 57px;
  line-height: 74px;
  letter-spacing: -0.005em;
  color: #fff;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-wrapper__banner__content .sub-title {
  font-weight: 400;
  /* font-size: 22px; */
  font-size: 23px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #fff;
  /* margin-bottom: 75px; */
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-wrapper__banner__content .btn-primary {
  margin-left: auto;
  margin-right: auto;
}

.homepage-wrapper__banner__content .info-mail {
  /* position: absolute; */
  font-weight: 500;
  /* font-size: 22px; */
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  /* right: 0; */
  /* bottom: 0; */
  padding-top: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 605px;
  margin: 0 auto;
}

@media all and (max-width: 1400px) {

  .homepage-wrapper__banner__content .info-mail {
    width: 100%;
  }
}

.homepage-wrapper__banner__content .info-mail i {
  font-size: 28px;
  line-height: 19px;
  margin-right: 20px;
}

/* About section */

.homepage-wrapper__about {
  padding: 170px 0 120px;
}

.statistical-wrapper {
  -ms-flex: 0 0 88.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 88.333333%;
  max-width: 88.333333%;
  margin-bottom: 170px;
}

.statistical-wrapper .statistical-lists .item {
  -ms-flex: 0 0 27.169811%;
  -webkit-box-flex: 0;
  flex: 0 0 27.169811%;
  max-width: 27.169811%;
}

.statistical-wrapper .statistical-lists .item .num {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #161515;
  margin-bottom: 10px;
}

.statistical-wrapper .statistical-lists .item .sub {
  /*font-weight: 400;
    font-size: 12px;*/
  line-height: 15px;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 700;
}

.statistical-wrapper .statistical-lists .item .ct {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #161515;
}

.experts-wrapper {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
}

.experts-wrapper .experts-item {
  -ms-flex: 0 0 30.508474%;
  -webkit-box-flex: 0;
  flex: 0 0 30.508474%;
  max-width: 30.508474%;
  background-color: #505964;
  padding: 30px;
  margin: 0 50px 50px 0;
  -webkit-box-shadow: 0px -1px 80px rgba(0, 0, 0, 0.07),
    0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
    0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
    0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
    0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
    0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  box-shadow: 0px -1px 80px rgba(0, 0, 0, 0.07),
    0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
    0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
    0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
    0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
    0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 5px;
}

.experts-wrapper .experts-item:nth-child(3),
.experts-wrapper .experts-item:last-of-type {
  margin-right: 0;
}

.experts-wrapper .experts-item .question {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.005em;
  color: #fff;
  margin-bottom: 50px;
}

.experts-wrapper .experts-item .answer {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #fff;
  margin-bottom: 34px;
}

.experts-wrapper .experts-item img {
  margin-top: auto;
}

/* reviews section */

.homepage-wrapper__reviews {
  background-color: #f6f3f0;
  padding: 35px 0 40px;
}

.homepage-wrapper__reviews .swiper-slide--box {
  position: relative;
  width: 71.75%;
  margin: 27px auto 0;
  padding: 17px 0 37px 36px;
}

.homepage-wrapper__reviews .swiper-slide--box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 98.51px;
  background-image: url("../../images/ic-quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage-wrapper__reviews .swiper-slide--box .content {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 113px;
}

.homepage-wrapper__reviews .swiper-slide--box .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.0025em;
  color: #161515;
  margin-bottom: 30px;
}

.homepage-wrapper__reviews .swiper-slide--box .content p:last-of-type {
  margin-bottom: 0;
}

.homepage-wrapper__reviews .swiper-slide--box .info {
  margin-left: auto;
}

.homepage-wrapper__reviews .swiper-slide--box .info p {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #161515;
  margin-bottom: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cb2531;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container .sml-arrow-left,
.swiper-container .sml-arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 9;
}

.swiper-container .sml-arrow-left i,
.swiper-container .sml-arrow-right i {
  font-size: 19px;
}

.swiper-container .sml-arrow-right {
  right: 47px;
}

/* Translate section */

.homepage-wrapper__translate {
  padding: 170px 0;
}

.homepage-wrapper__translate .title-page {
  margin-bottom: 50px;
}

.certificate-wrapper {
  -ms-flex: 0 0 55%;
  -webkit-box-flex: 0;
  flex: 0 0 55%;
  max-width: 55%;
}

.certificate-swiper-container {
  padding: 82px 0 114px;
}

.certificate-swiper-container.swiper-container .sml-arrow-left,
.certificate-swiper-container.swiper-container .sml-arrow-right {
  left: 10px;
  right: auto;
}

.certificate-swiper-container.swiper-container .sml-arrow-left {
  left: 57px;
}

.certificate-swiper-container .swiper-slide .imgResize-certificate {
  -webkit-box-shadow: 0px 7.75439px 20.5699px rgba(0, 0, 0, 0.055),
    0px 4.1183px 14.5946px rgba(0, 0, 0, 0.0444282),
    0px 1.71372px 7.78181px rgba(0, 0, 0, 0.030926);
  box-shadow: 0px 7.75439px 20.5699px rgba(0, 0, 0, 0.055),
    0px 4.1183px 14.5946px rgba(0, 0, 0, 0.0444282),
    0px 1.71372px 7.78181px rgba(0, 0, 0, 0.030926);
}

.certificate-swiper-container .swiper-slide-active .imgResize-certificate {
  -webkit-box-shadow: 0px 80px 85px rgba(0, 0, 0, 0.11),
    0px 33.4221px 44.6809px rgba(0, 0, 0, 0.079074),
    0px 17.869px 34.003px rgba(0, 0, 0, 0.0655718),
    0px 10.0172px 26.5725px rgba(0, 0, 0, 0.055),
    0px 5.32008px 18.8535px rgba(0, 0, 0, 0.0444282),
    0px 2.21381px 10.0527px rgba(0, 0, 0, 0.030926);
  box-shadow: 0px 80px 85px rgba(0, 0, 0, 0.11),
    0px 33.4221px 44.6809px rgba(0, 0, 0, 0.079074),
    0px 17.869px 34.003px rgba(0, 0, 0, 0.0655718),
    0px 10.0172px 26.5725px rgba(0, 0, 0, 0.055),
    0px 5.32008px 18.8535px rgba(0, 0, 0, 0.0444282),
    0px 2.21381px 10.0527px rgba(0, 0, 0, 0.030926);
}

.certificate-swiper-container .swiper-slide {
  padding: 54px 60px;
}

.certificate-swiper-container .swiper-slide-prev {
  padding: 54px 60px 54px 10px;
}

.certificate-swiper-container .swiper-slide-active {
  padding: 0;
}

.certificate-swiper-container .swiper-slide-next {
  padding: 54px 10px 54px 60px;
}

.documents-wrapper {
  -ms-flex: 0 0 38.5%;
  -webkit-box-flex: 0;
  flex: 0 0 38.5%;
  max-width: 38.5%;
}

.documents-wrapper .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 25px;
}

.documents-wrapper__lists {
  margin-bottom: 75px;
}

.documents-wrapper__lists .item {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.005em;
  color: #000;
  padding-left: 25px;
  margin-bottom: 15px;
}

.documents-wrapper__lists .item:last-of-type {
  margin-bottom: 0;
}

.documents-wrapper__lists .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  /* top: 50%; */
  width: 15px;
  height: 1px;
  background-color: #161515;
}

/* tips section */

.homepage-wrapper__tips {
  background-color: #f6f3f0;
  height: 360px;
  margin: 68px 0 54px;
}

.homepage-wrapper__tips__content {
  position: relative;
}

.homepage-wrapper__tips__content .tips-ct,
.homepage-wrapper__tips__content .tips-btn {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.homepage-wrapper__tips__content .tips-ct .title-page {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
  text-align: left;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 25px;
}

.homepage-wrapper__tips__content .tips-ct .sub_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 30px;
}

.homepage-wrapper__tips__content .tips-img {
  -ms-flex: 0 0 391px;
  -webkit-box-flex: 0;
  flex: 0 0 391px;
  max-width: 391px;
}

.homepage-wrapper__tips__content .tips-img .box {
  position: absolute;
  top: -68px;
}

/* Specialist section */

.homepage-wrapper__specialist {
  padding: 170px 0 175px;
}

.homepage-wrapper__specialist__content {
  width: 96.916667%;
  margin: 0 auto;
}

.homepage-wrapper__specialist__content .title-page {
  margin-bottom: 50px;
}

.homepage-wrapper__specialist__content .certificate-list .certificate-list--item {
  -ms-flex: 0 0 27.687016%;
  -webkit-box-flex: 0;
  flex: 0 0 27.687016%;
  max-width: 27.687016%;
}

.homepage-wrapper__specialist__content .certificate-list .certificate-list--item:nth-child(2) {
  -ms-flex: 0 0 33.791917%;
  -webkit-box-flex: 0;
  flex: 0 0 33.791917%;
  max-width: 33.791917%;
}

.homepage-wrapper__specialist__content .certificate-list .certificate-list--item .ct {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 25px;
}

.homepage-wrapper__specialist__content .certificate-list .certificate-list--item .certificate-list-item-img-block {
  height: 120px;
}

.homepage-wrapper__specialist__content .certificate-list .certificate-list--item img {
  margin-bottom: 15px;
}

.homepage-wrapper__specialist__content .certificate-list .certificate-list--item img::after {}

/*--------------------------------------------------------------
6 Pages
--------------------------------------------------------------*/

/* 404 page */

.search-page .title-page,
.error-404 .title-page,
.not-found .title-page {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #000000;
  margin-bottom: 60px;
}

.search-page .title-theme {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.search-page .title-theme a {
  color: #929292;
}

.search-page .title-theme a:hover {
  color: #0056b3;
}

.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  margin: 15px 0;
}

.error404 .page-content .search-form .search-submit,
.search .page-content .search-form .search-submit {
  width: auto;
  min-width: 1px;
  float: left;
  clear: none;
  height: 52px;
  background-color: #cb2531;
  padding: 0 15px;
}

.error404 .page-content .search-form .search-submit:focus,
.search .page-content .search-form .search-submit:focus {
  outline: none;
}

.error404 .page-content .search-form .search-submit img,
.search .page-content .search-form .search-submit img {
  width: 16px;
  height: 16px;
}

.error404 .page-content .search-form label,
.search .page-content .search-form label {
  display: block;
  margin: 0;
}

.error404 .page-content .search-form input,
.search .page-content .search-form input {
  -webkit-appearance: none;
  margin-bottom: 0;
  display: block;
  height: 52px;
  line-height: 42px;
  border: 1px solid #151515;
  width: calc(100% - 115px);
  float: left;
  background-color: #fff;
  color: #151515;
}

.error404 .page-content .search-form input[type="search"]:focus,
.search .page-content .search-form input[type="search"]:focus {
  border-color: #cb2531;
}

/* Angebot */

.offer-wrapper__content .offer-box {
  margin-bottom: 170px;
}

.offer-wrapper__content .offer-box .thumb {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;

}

.offer-wrapper__content .offer-box .thumb.order-md-last {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.offer-wrapper__content .offer-box .thumb.order-md-last img {
  -o-object-fit: contain;
  object-fit: contain;
}

.offer-wrapper__content .offer-box .ct {
  -ms-flex: 0 0 54.166667%;
  -webkit-box-flex: 0;
  flex: 0 0 54.166667%;
  max-width: 54.166667%;
}

.offer-wrapper__content .offer-box .ct .txt {
  margin-bottom: 70px;
}

.offer-wrapper__content .offer-box .ct .txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 30px;
}

.offer-wrapper__content .offer-box .ct .txt p:last-of-type {
  margin-bottom: 0;
}

.offer-wrapper__content .offer-box .ct__new .txt {
  margin-bottom: 70px;
}

.offer-wrapper__content .offer-box .ct__new .txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 30px;
}

.offer-wrapper__content .offer-box .ct__new .txt p:last-of-type {
  margin-bottom: 0;
}

.offer-wrapper__statistical {
  background-color: #f6f3f0;
  padding: 73px 0;
}

.offer-wrapper__statistical .statistical-lists .item {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 28px;
  margin-bottom: 100px;
}

/*.offer-wrapper__statistical .statistical-lists .item:nth-child(3), */
.offer-wrapper__statistical .statistical-lists .item:last-of-type {
  margin-bottom: 0;
}

.offer-wrapper__statistical .statistical-lists .item .number {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #161515;
  margin-bottom: 10px;
}

.offer-wrapper__statistical .statistical-lists .item .sub {
  /* font-weight: 400; */
  /* font-size: 12px; */
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.005em;
  color: #161515;
  /* padding-left: 40px; */
  margin-bottom: 35px;
}

.offer-wrapper__statistical .statistical-lists .item .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #161515;
}

.offer-wrapper__how {
  padding-top: 170px;
  padding-bottom: 170px;
}

.offer-wrapper__how__content .steps-wrapper {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.offer-wrapper__how__content .steps-wrapper {
  position: relative;
}

.offer-wrapper__how__content .steps-wrapper::before {
  content: "";
  position: absolute;
  top: 156px;
  right: 11.00625%;
  width: 384.5px;
  height: 147px;
  background-image: url("../../images/line-step-01.svg");
  background-size: cover;
  z-index: 0;
}

.offer-wrapper__how__content .steps-wrapper::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 115.5px;
  width: 321.05px;
  height: 199px;
  background-image: url("../../images/line-step-02.svg");
  background-size: cover;
  z-index: 0;
}

.offer-wrapper__how__content .steps-wrapper .steps-item {
  position: relative;
  margin-bottom: 140px;
}

.offer-wrapper__how__content .steps-wrapper .steps-item:last-of-type {
  margin-bottom: 0;
}

.offer-wrapper__how__content .steps-wrapper .steps-item .num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.005em;
  color: rgba(203, 37, 49, 0.2);
  margin-bottom: 0;
  z-index: 0;
}

.offer-wrapper__how__content .steps-wrapper .steps-item .txt {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #000;
  z-index: 1;
}

.offer-wrapper__how__content .steps-wrapper .steps-item:nth-child(1) {
  -ms-flex: 0 0 61.25%;
  -webkit-box-flex: 0;
  flex: 0 0 61.25%;
  max-width: 61.25%;
  padding: 33px 0 0 27px;
}

.offer-wrapper__how__content .steps-wrapper .steps-item:nth-child(2) {
  -ms-flex: 0 0 59.5%;
  -webkit-box-flex: 0;
  flex: 0 0 59.5%;
  max-width: 59.5%;
  padding: 47px 0 0 36px;
  margin-left: auto;
}

.offer-wrapper__how__content .steps-wrapper .steps-item:nth-child(3) {
  -ms-flex: 0 0 58.875%;
  -webkit-box-flex: 0;
  flex: 0 0 58.875%;
  max-width: 58.875%;
  padding: 22px 0 0 40px;
  margin: 0 auto;
}

.offer-wrapper__how__content .contact-wrapper {
  -ms-flex: 0 0 29.166667%;
  -webkit-box-flex: 0;
  flex: 0 0 29.166667%;
  max-width: 29.166667%;
}

.offer-wrapper__how__content .contact-wrapper .contact-item {
  background-color: #f6f3f0;
  padding: 30px 25px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 26px;
}

.offer-wrapper__how__content .contact-wrapper .contact-item:last-of-type {
  margin-bottom: 0;
}

.offer-wrapper__how__content .contact-wrapper .contact-item img {
  margin: 0 auto 15px;
}

.offer-wrapper__how__content .contact-wrapper .contact-item .txt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 15px;
}

.offer-wrapper__how__content .contact-wrapper .contact-item .txt p:last-of-type {
  margin-bottom: 0;
}

.offer-wrapper__video {
  padding: 0 10px;
}

.offer-wrapper__video .video {
  -ms-flex: 0 0 47.711864%;
  -webkit-box-flex: 0;
  flex: 0 0 47.711864%;
  max-width: 47.711864%;
}

.offer-wrapper__video .video .iframe {
  margin: 0;
}

.offer-wrapper__video .ct {
  -ms-flex: 0 0 43.813559%;
  -webkit-box-flex: 0;
  flex: 0 0 43.813559%;
  max-width: 43.813559%;
}

.offer-wrapper__video .ct .txt {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.005em;
  color: #000;
  margin-bottom: 140px;
}

/* Blog Page */

.blog-wrapper .search-post {
  margin-bottom: 50px;
}

.cat-lists {
  margin-bottom: 146px;
}

.categories-swiper-container {
  margin-right: 64px;
}

.categories-swiper-container .swiper-slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: auto !important;
  margin-right: 15px;
}

.categories-swiper-container .swiper-slide a {
  background-color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #cb2531;
  padding: 11px 33px;
  border: 1px solid #cb2531;
  border-radius: 26px;
}

.categories-swiper-container .swiper-slide a.active {
  background-color: #cb2531;
  font-weight: 500;
  color: #fff;
}

.cat-lists .sml-arrow-left {
  position: absolute;
  top: calc(50% - 16px);
  right: 0;
}

.blog-wrapper .search-post .search-form {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.blog-wrapper .search-post .search-form input[type="search"] {
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #9f9595;
  padding: 0 10px 20px 50px;
  border: none;
  border-bottom: 1px solid #9f9595;
  border-radius: 0;
}

.blog-wrapper .search-post .search-form input[type="search"]:focus {
  color: #dd212f;
  border-color: #dd212f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-wrapper .search-post .search-form input[type="search"]:hover {
  color: #cb2531;
  border-color: #cb2531;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-wrapper .search-post .search-form i {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 32px;
  line-height: 32px;
}

.blog-wrapper__content .post {
  background-color: #f6f3f0;
  /* -ms-flex: 0 0 48.333333%; */
  /* flex: 0 0 48.333333%; */
  /* max-width: 48.333333%; */
  -ms-flex: 0 0 calc(50% - 15px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  padding: 35px 35px 15px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.blog-wrapper__content .latest-posts {
  /* -ms-flex: 0 0 35.833333%; */
  /* flex: 0 0 35.833333%; */
  /* max-width: 35.833333%; */
  -ms-flex: 0 0 48.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 48.333333%;
  max-width: 48.333333%;
}

.blog-wrapper__content .latest-posts .title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 20px;
}

.blog-wrapper__content .latest-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-wrapper__content .latest-posts ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
}

.blog-wrapper__content .latest-posts ul li::before {
  content: "-";
  position: absolute;
  top: 10px;
  left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1px;
  letter-spacing: 0.005em;
}

.blog-wrapper__content .latest-posts ul li a {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #161515;
}

.blog-wrapper__content .latest-posts ul li:hover::before,
.blog-wrapper__content .latest-posts ul li:hover a {
  font-weight: 500;
  color: #cb2531;
}

.blog-wrapper__content .post .article__content .title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 15px;
}

.blog-wrapper__content .post .article__content .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 15px;
}

/* Contact Page */

.contact-wrapper .iframe {
  width: 605px;
  width: 100%;
  margin: 0 auto;
}

.contact-wrapper .iframe iframe {
  border: 0;
}

.contact-wrapper__body--image {
  -ms-flex: 0 0 27.472527%;
  -webkit-box-flex: 0;
  flex: 0 0 27.472527%;
  max-width: 27.472527%;
}

.contact-wrapper__body--form {
  -ms-flex: 0 0 68.223443%;
  -webkit-box-flex: 0;
  flex: 0 0 68.223443%;
  max-width: 68.223443%;
}

.contact-wrapper__body--form .st-header {
  margin-bottom: 52px;
}

.contact-wrapper__body--form .st-header .title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.005em;
  color: #000;
  margin-bottom: 15px;
}

.contact-wrapper__body--form .st-header .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #000;
  margin-bottom: 0;
}

.contact-wrapper__body--form .wpcf7-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.st-row {
  margin-bottom: 45px;
}

.st-row--radio {
  margin-top: 35px;
  margin-bottom: 50px;
}

.st-row h3.title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  color: #151515;
  margin-bottom: 20px;
}

.st-row--radio h3.title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 22px;
}

.st-row--upload {
  margin-bottom: 50px;
}

.st-row--upload h3.title {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #161515;
  margin-bottom: 15px;
}

.st-row--upload h3.subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  margin-bottom: 25px;
}

.st-row .radio-wrapper label {
  margin-bottom: 0;
}

.st-row .radio-wrapper .custom-radio {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin: 0 0 25px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
	width: fit-content;
	cursor:pointer;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  margin-bottom: 0;
  vertical-align: top;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -25px;
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #161515;
  border-radius: 50%;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -22px;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item input:checked~.wpcf7-list-item-label::before {
  color: #fff;
  border-color: #dd212f;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item input:checked~.wpcf7-list-item-label::after {
  color: #fff;
  background-color: #dd212f;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item:hover .wpcf7-list-item-label {
  color: #cb2531;
}

.st-row .radio-wrapper .custom-radio .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: #dd212f;
  -webkit-box-shadow: 0px -3.05693px 236.912px rgba(228, 32, 56, 0.3),
    0px -1.11583px 86.4768px rgba(228, 32, 56, 0.206994),
    0px -0.541715px 41.9829px rgba(228, 32, 56, 0.166887),
    0px -0.265559px 20.5808px rgba(228, 32, 56, 0.133113),
    0px -0.105002px 8.13768px rgba(228, 32, 56, 0.0930055);
  box-shadow: 0px -3.05693px 236.912px rgba(228, 32, 56, 0.3),
    0px -1.11583px 86.4768px rgba(228, 32, 56, 0.206994),
    0px -0.541715px 41.9829px rgba(228, 32, 56, 0.166887),
    0px -0.265559px 20.5808px rgba(228, 32, 56, 0.133113),
    0px -0.105002px 8.13768px rgba(228, 32, 56, 0.0930055);
}

.custom-file,
.custom-file .custom-file-input-hide {
  position: relative;
  width: 362px;
  height: 120px;
  z-index: 0;
}

.custom-file .custom-file-input {
  position: absolute;
  top: 0;
  width: 362px;
  height: 230px;
}

.custom-file .custom-file-input:focus~.custom-file-label {
  border-color: #cb2531;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-file {
  margin: 20px 0 10px 0;
}

.custom-file .custom-file-label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  width: 362px;
  height: 230px;
  background-color: #fff;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #837c7c;
  padding: 181px 15px 15px;
  border: 1px dashed #cb2531;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-file .custom-file-label span {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #837c7c;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  max-height: 56px;
  margin-bottom: 20px;
}

.custom-file .custom-file-label::before {
  content: "";
  position: absolute;
  top: 31px;
  right: calc(50% - 25px);
  width: 50px;
  height: 68px;
  background-image: url("../../images/ico-upload.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-file .custom-file-label::after {
  top: 125px;
  right: calc(50% - 125px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 250px;
  height: 45px;
  background-color: #cb2531;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  padding: 0 16px;
  border: 0;
  border-radius: 5px;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  -webkit-transition: ease 0.4s all;
  -o-transition: ease 0.4s all;
  transition: ease 0.4s all;
}

.custom-file:hover .custom-file-label::after {
  -webkit-box-shadow: 0px -0.912685px 70.7331px rgba(228, 32, 56, 0.3),
    0px -0.333145px 25.8187px rgba(228, 32, 56, 0.206994),
    0px -0.161736px 12.5345px rgba(228, 32, 56, 0.166887),
    0px -0.0792858px 6.14465px rgba(228, 32, 56, 0.133113),
    0px -0.0313497px 2.42961px rgba(228, 32, 56, 0.0930055);
  box-shadow: 0px -0.912685px 70.7331px rgba(228, 32, 56, 0.3),
    0px -0.333145px 25.8187px rgba(228, 32, 56, 0.206994),
    0px -0.161736px 12.5345px rgba(228, 32, 56, 0.166887),
    0px -0.0792858px 6.14465px rgba(228, 32, 56, 0.133113),
    0px -0.0313497px 2.42961px rgba(228, 32, 56, 0.0930055);
}

.custom-file .custom-file-input~.custom-file-label::after {
  content: "Wählen Sie eine Datei aus";
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item label {
  margin-bottom: 0;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #161515;
  margin-bottom: 0;
  vertical-align: top;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -30px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  background-color: #fff;
  border: 0.5px solid #161515;
  border-radius: 2px;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -28px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 2px;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item input:checked~.wpcf7-list-item-label::before {
  color: #fff;
  border-color: #dd212f;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item input:checked~.wpcf7-list-item-label::after {
  color: #fff;
  background-color: #dd212f;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item:hover .wpcf7-list-item-label {
  color: #cb2531;
}

.checkbox-wrapper .custom-checkbox .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  border-color: #dd212f;
  -webkit-box-shadow: 0px -3.05693px 236.912px rgba(228, 32, 56, 0.3),
    0px -1.11583px 86.4768px rgba(228, 32, 56, 0.206994),
    0px -0.541715px 41.9829px rgba(228, 32, 56, 0.166887),
    0px -0.265559px 20.5808px rgba(228, 32, 56, 0.133113),
    0px -0.105002px 8.13768px rgba(228, 32, 56, 0.0930055);
  box-shadow: 0px -3.05693px 236.912px rgba(228, 32, 56, 0.3),
    0px -1.11583px 86.4768px rgba(228, 32, 56, 0.206994),
    0px -0.541715px 41.9829px rgba(228, 32, 56, 0.166887),
    0px -0.265559px 20.5808px rgba(228, 32, 56, 0.133113),
    0px -0.105002px 8.13768px rgba(228, 32, 56, 0.0930055);
}

.page-id-2445 .sml-entry-content strong {
  font-weight: 500;
}

.page-id-2445 .sml-entry-content p {
  line-height: 22px;
}

.page-template-template-contact .contact-wrapper input[type="text"]:hover,
.page-template-template-contact .contact-wrapper input[type="text"]:focus,
.page-template-template-contact .contact-wrapper input[type="email"]:hover,
.page-template-template-contact .contact-wrapper input[type="email"]:focus .page-template-template-contact .contact-wrapper textarea:hover,
.page-template-template-contact .contact-wrapper textarea:focus,
.page-template-template-contact .contact-wrapper select:hover,
.page-template-template-contact .contact-wrapper select:focus,
.page-template-template-contact .contact-wrapper .form-control:hover,
.page-template-template-contact .contact-wrapper .form-control:focus {
  -webkit-box-shadow: 0 0 20px -3px darkgrey;
  box-shadow: 0 0 20px -3px darkgrey;
  color: #4a4a4a;
  border-color: darkgrey;
}

/* contact page checkbox */
.page-template-template-contact .wpcf7 .checkbox-wrapper {
  min-height: 50px;
}

.page-template-template-contact .wpcf7 .checkbox-wrapper .privacy_policy {
  display: inline;
  width: 100%;
}

.page-template-template-contact .wpcf7 .checkbox-wrapper .privacy_policy .wpcf7-not-valid-tip {
  position: absolute;
  top: 20px;
  width: 100%;
  min-width: 300px;
}

/* /contact page checkbox */

/* Narrow Page */

.narrow-wrapper {
  max-width: 800px;
}

.narrow-wrapper .sml-entry-content h2 {
  width: 100%;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.005em;
  color: #000;
  margin-top: 60px;
  /*margin-bottom: 60px;*/
}

.narrow-wrapper .sml-entry-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #161515;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
7. Header
--------------------------------------------------------------*/

.header {
  background-color: rgba(240, 244, 244, 0.6);
}

.header-menu .btn-primary {
  min-width: 215px;
}

/* Logo */

/* Nav Menu */

.navbar-menu-main ul li {
  list-style: none;
  position: relative;
  padding: 0;
}

.navbar-menu-main ul li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 400;
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 22px;
  color: #161515;
  /* padding: 60px 30px; */
  padding: 59px 30px;
  margin: 0 15px;
}

.navbar-menu-main ul li:first-of-type a {
  margin-left: 0;
}

.navbar-menu-main ul li.current_page_item a,
.navbar-menu-main ul li.current_page_parent a,
.navbar-menu-main ul li a:hover,
.navbar-menu-main ul li.js-scroll-trigger.current_page_item a:hover {
  background-color: #cb2531;
  font-weight: 500;
  color: #fff;
}

.navbar-menu-main ul li.js-scroll-trigger.current_page_item a {
  background-color: #cb2531;
  font-weight: 500;
  color: #fff;
}

.navbar-menu-main ul li.wpml-ls-item a {
  margin-left: 0;
}

.navbar-menu-main ul li.wpml-ls-current-language {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: 22px;
  margin: 0;
}

.navbar-menu-main ul li.wpml-ls-current-language>a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 0;
}

.navbar-menu-main ul li.wpml-ls-current-language a::before {
  display: none;
}

.navbar-menu-main ul li.wpml-ls-current-language>a::after {
  content: "\f123";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 9px;
  margin-top: 2px;
}

.navbar-menu-main ul li ul.sub-menu {
  position: absolute;
  top: 28px;
  right: -10px;
  width: 58px;
  opacity: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  -webkit-transition: ease 0.4s all;
  -o-transition: ease 0.4s all;
  transition: ease 0.4s all;
  z-index: 9;
}

.navbar-menu-main ul li:hover ul.sub-menu {
  opacity: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.navbar-menu-main ul.sub-menu li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0;
}

.navbar-menu-main ul.sub-menu li a {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #151515;
  padding: 10px;
  border: 1px solid #c4c4c4;
  border-top: none;
}

.navbar-menu-main ul.sub-menu li:first-of-type a {
  border-top: 1px solid #c4c4c4;
}

.navbar-menu-main ul.sub-menu li a:hover {
  background-color: #cb2531;
  font-weight: 500;
  color: #ffffff;
  border-color: #cb2531;
}

.header-menu .navbar-menu-main .menu-main-menu-container,
.header-menu .navbar-menu-main .lnguage-menu-container {
  display: inline-block;
}

.header-menu .navbar-menu-main .lnguage-menu-container ul li a {
  padding: 10px;
}

.header-menu .navbar-menu-main .lnguage-menu-container>ul>li>a::after {
  content: "\f123";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 9px;
  margin-top: 2px;
}

.header-menu .navbar-menu-main .lnguage-menu-container ul li ul.sub-menu {
  top: 44px;
  /* width: 40px; */
  left: 0px;
}

.header-menu .navbar-menu-main .lnguage-menu-container ul li ul.sub-menu li a {
  margin: 0;
}

.header-menu .navbar-menu-main .lnguage-menu-container ul li ul.sub-menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  top: -5px;
}

/* Search Funtion */

.nav--icon {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  height: 24px;
}

.nav--icon .icon--search {
  color: #fff;
}

.nav--icon .icon--search img {
  width: 16px;
  height: 16px;
}

.search__box {
  position: absolute;
  top: -32px;
  left: 100%;
  right: 0;
  bottom: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, left 0.3s 0.3s;
  -o-transition: opacity 0.3s, left 0.3s 0.3s;
  transition: opacity 0.3s, left 0.3s 0.3s;
  overflow: hidden;
}

.search__box.no-results {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  margin-top: 16px;
}

.search__box.search__box--open {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.search__input {
  background-color: #fff;
  height: 100%;
  z-index: 9998;
}

.search__input .search-submit {
  width: auto;
  min-width: 1px;
  float: left;
  clear: none;
  height: 52px;
  background-color: transparent;
  padding: 0 15px;
}

.search__input .search-submit:focus {
  outline: none;
}

.search__input .search-submit img {
  width: 16px;
  height: 16px;
}

.search__input label {
  display: block;
  margin: 0;
}

.search__input input {
  -webkit-appearance: none;
  margin-bottom: 0;
  display: block;
  height: 52px;
  line-height: 42px;
  border: 1px solid #fff;
  width: calc(100% - 115px);
  float: left;
  background-color: #fff;
  color: #141414;
}

.search__input input[type="search"]:focus {
  border-color: transparent;
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search__close {
  content: "";
  position: absolute;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 20px;
  top: 0;
  line-height: 0;
  cursor: pointer;
  padding: 0 15px;
  height: 52px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 300;
}

/*--------------------------------------------------------------
8. Footer
--------------------------------------------------------------*/

footer {
  background-color: #f6f3f0;
  padding: 40px 0;
}

.footer-wrapper .footer-logo {
  -ms-flex: 0 0 13.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 13.666667%;
  max-width: 13.666667%;
}

.footer-wrapper__col {
  /* padding-right: 10%; */
}

.footer-wrapper__col:last-of-type {
  -ms-flex: 0 0 20.083333%;
  -webkit-box-flex: 0;
  flex: 0 0 20.083333%;
  max-width: 21.083333%;
  padding: 0;
}

.footer-wrapper__col .footer-menu .navbar {
  padding: 0;
}

.footer-wrapper__col .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-wrapper__col .footer-menu ul li {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 15px;
}

.footer-wrapper__col .footer-menu ul li:last-of-type {
  margin-bottom: 0;
}

.footer-wrapper__col .footer-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.005em;
  color: #161515;
}

.footer-wrapper__col .footer-menu ul li a:hover {
  font-weight: 500;
  color: #cb2531;
}

.footer-wrapper__col .footer-content__info {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.005em;
  color: #161515;
  padding-left: 35px;
  margin-bottom: 20px;
}

.footer-wrapper__col .footer-content__info i {
  position: absolute;
  font-size: 21px;
  left: 0;
}

.footer-wrapper__col .footer-content__info:hover {
  color: #cb2531;
}

.footer-bottom {
  margin-top: 7px;
}

.footer-bottom ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom ul li {
  font-size: 16px;
  line-height: 30px;
  margin: 0 25px 0 0;
}

.footer-bottom ul li:last-of-type {
  margin: 0;
}

.footer-bottom ul li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.005em;
  color: #000;
}

.footer-bottom ul li a:hover {
  color: #cb2531;
}

#social-icons ul {
  margin: 0;
}

#social-icons li {
  list-style: none;
  margin: 0 25px;
}

#social-icons li:first-of-type {
  margin-left: 0;
}

#social-icons li:last-of-type {
  margin-right: 0;
}

#social-icons a {
  height: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #161515;
}

#social-icons a i {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 35px;
  line-height: 30px;
}

#social-icons a:hover {
  color: #cb2531;
}

.codedropz-upload-inner h3 {
  font-size: 24px !important;
}


.homepage-wrapper__banner__content iframe {
  max-width: 610px;
  border: none;
  border-radius: 4px;
  /* height: 503px; */
  height: 792px;
  width: 605px;
}

@media (max-width: 1480px) {
  .offer-wrapper__content .offer-box .thumb iframe {
    max-width: 500px;
  }
}

@media (max-width: 1325px) {
	.homepage-wrapper__banner__content iframe 
	{
		width: 100%;
		height: 1072px;
	}
}

@media (max-width: 1224px) {
	.homepage-wrapper__banner__content iframe 
	{
		height: 1222px;
	}
}

@media (max-width: 1199px) {
	.homepage-wrapper__banner__content iframe
	{
		height: 792px;
	}
}

@media (max-width: 718px) {
	.homepage-wrapper__banner__content iframe
	{
		height: 1072px;
	}
}

@media (max-width: 657px) {
	.homepage-wrapper__banner__content iframe
	{
		height: 1222px;
	}
}

@media (max-width: 365px) {
	.homepage-wrapper__banner__content iframe
	{
		height: 1261px;
	}
}

@media (max-width: 352px) {
	.homepage-wrapper__banner__content iframe
	{
		height: 1310px;
	}
}

@media (max-width: 560px) {
  .homepage-wrapper__banner__content {
    padding: 0 !important;
  }

  .up_custom-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .homepage-wrapper__banner__content iframe {
    /*         width: calc(100vw - 40px);
        margin-left: -50px; */

  }
}

.contact-wrapper .iframe {
  position: relative;
}

.up-spinner_wrap>div {
  background: red;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.25;
  }
}

.up-spinner_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;

}

.up-spinner {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(1) translate(0, -50px);
  -ms-transform: scale(1) translate(0, -50px);
  transform: scale(1) translate(0, -50px);
}


.up-spinner i {
  -webkit-animation: fade 1s infinite linear;
  animation: fade 1s infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 15px;
  border-radius: 5px;
  background: #333;
  opacity: 0;
}

.up-spinner i:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0px, -20px);
  -ms-transform: rotate(0deg) translate(0px, -20px);
  transform: rotate(0deg) translate(0px, -20px);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.up-spinner i:nth-child(2) {
  -webkit-transform: rotate(30deg) translate(0px, -20px);
  -ms-transform: rotate(30deg) translate(0px, -20px);
  transform: rotate(30deg) translate(0px, -20px);
  -webkit-animation-delay: 0.0833333333s;
  animation-delay: 0.0833333333s;
}

.up-spinner i:nth-child(3) {
  -webkit-transform: rotate(60deg) translate(0px, -20px);
  -ms-transform: rotate(60deg) translate(0px, -20px);
  transform: rotate(60deg) translate(0px, -20px);
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
}

.up-spinner i:nth-child(4) {
  -webkit-transform: rotate(90deg) translate(0px, -20px);
  -ms-transform: rotate(90deg) translate(0px, -20px);
  transform: rotate(90deg) translate(0px, -20px);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.up-spinner i:nth-child(5) {
  -webkit-transform: rotate(120deg) translate(0px, -20px);
  -ms-transform: rotate(120deg) translate(0px, -20px);
  transform: rotate(120deg) translate(0px, -20px);
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
}

.up-spinner i:nth-child(6) {
  -webkit-transform: rotate(150deg) translate(0px, -20px);
  -ms-transform: rotate(150deg) translate(0px, -20px);
  transform: rotate(150deg) translate(0px, -20px);
  -webkit-animation-delay: 0.4166666667s;
  animation-delay: 0.4166666667s;
}

.up-spinner i:nth-child(7) {
  -webkit-transform: rotate(180deg) translate(0px, -20px);
  -ms-transform: rotate(180deg) translate(0px, -20px);
  transform: rotate(180deg) translate(0px, -20px);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.up-spinner i:nth-child(8) {
  -webkit-transform: rotate(210deg) translate(0px, -20px);
  -ms-transform: rotate(210deg) translate(0px, -20px);
  transform: rotate(210deg) translate(0px, -20px);
  -webkit-animation-delay: 0.5833333333s;
  animation-delay: 0.5833333333s;
}

.up-spinner i:nth-child(9) {
  -webkit-transform: rotate(240deg) translate(0px, -20px);
  -ms-transform: rotate(240deg) translate(0px, -20px);
  transform: rotate(240deg) translate(0px, -20px);
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
}

.up-spinner i:nth-child(10) {
  -webkit-transform: rotate(270deg) translate(0px, -20px);
  -ms-transform: rotate(270deg) translate(0px, -20px);
  transform: rotate(270deg) translate(0px, -20px);
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.up-spinner i:nth-child(11) {
  -webkit-transform: rotate(300deg) translate(0px, -20px);
  -ms-transform: rotate(300deg) translate(0px, -20px);
  transform: rotate(300deg) translate(0px, -20px);
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
}

.up-spinner i:nth-child(12) {
  -webkit-transform: rotate(330deg) translate(0px, -20px);
  -ms-transform: rotate(330deg) translate(0px, -20px);
  transform: rotate(330deg) translate(0px, -20px);
  -webkit-animation-delay: 0.9166666667s;
  animation-delay: 0.9166666667s;
}

/*--------------------------------------------------------------
Other
--------------------------------------------------------------*/

/* */
.lang-sel-btn {
  width: auto;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 15px !important;
  margin-right: 20px;
}

.lang-sel-btn:hover {
  background-color: #cb2531;
  font-weight: 500;
  color: #fff;
}

/* lang modal */
.lang-sel-btn {
  font-size: 1em;
  line-height: 22px;
  color: var(--color-link);
  text-transform: uppercase;
  cursor: pointer;
}

.home-banner .header-main .lang-sel-btn {
  color: var(--color-white);
}

.home-banner .header-main .lang-sel-btn:hover {
  color: var(--color-link);
}

.lang-sel-modal .modal-dialog {
  max-width: 450px;
}

.lang-sel-modal .modal-header {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border: 0;
  padding: 5px 15px 0;
}

.lang-sel-modal .modal-header .close {
  padding: 0;
  height: auto;
  background: none;
  color: #000;
  font-size: 38px;
  font-weight: inherit;
  min-width: auto;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.lang-sel-modal .lang-sel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 20px 10px;
}

.lang-sel-modal .lang-sel-item {
  width: 50%;
  min-width: 140px;
  padding: 10px 20px;
  margin-bottom: 5px;
}

.lang-sel-modal .lang-sel-item.lang-sel-item-active {
  border: 1px solid #161515;
  border-radius: 15px;
}

.lang-sel-modal .lang-sel-item a {
  display: block;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.005em;
  color: #161515;
  position: relative;
}

.lang-sel-modal .lang-sel-item.lang-sel-item-active a:after {
  content: '';
  position: absolute;
  right: 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 18px;
  width: 10px;
  margin-left: 60%;
  border-bottom: 2px solid #161515;
  border-right: 2px solid #161515;
}

@media (max-width: 576px) {
  .lang-sel-modal .lang-sel-item {
    width: 90%;
  }
}

.up-team_member {
  background-color: #F6F3F0;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 170px;
}

.up-team_member_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1040px;
  margin: 0 auto;
  background-color: #fff;
}

.up-team_member .up-col.up-col--1 {
  margin-right: 70px;
}

.up-team_member .up-col.up-col--2 {}

.up-team_member .up-col .up-image {
  width: 275px;
  height: 275px;
  max-width: 275px;
  max-height: 275px;
  border-radius: 50%;
  background-color: #eee;
}

.up-team_member .up-col .up-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.up-team_member .up-col.up-col--2 h3 {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 30px;
  font-weight: 400;
}

.up-team_member .up-col.up-col--2 p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
  max-width: 95%;
}

.up-team_member .up-team_member_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.up-team_member .up-team_member_contact .up-team_member_contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.up-team_member .up-team_member_contact .up-team_member_contact_link img {
  max-width: 32px;
  max-height: 32px;
  margin-right: 10px;
}

.up-team_member .up-team_member_contact .up-team_member_contact_link span {
  font-size: 18px;
  line-height: 1.5;
  color: black;
  text-decoration: underline;
}

.up-team_member .up-team_member_contact a:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {

  .up-team_member_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 80%;
  }

  .up-team_member .up-col.up-col--1 {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .up-team_member .up-col.up-col--2 h3 br {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .up-team_member_inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .up-team_member .up-col.up-col--2 p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 450px) {

  .up-team_member_inner {
    max-width: 90%;
  }
}

.content-main {
  max-width: 1400px;
  padding: 0 50px;
}

.up_faq-wrapper {
  padding-top: 120px;
  padding-bottom: 0px;
}


.up_faq-wrapper .up-container {
  max-width: 936px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.up-shell .up-faq_item {
  margin-bottom: 30px;
  width: 100%;
  padding: 35px 40px 15px 30px;
  box-shadow: 0px 5px 16px rgba(72, 72, 72, 0.16);
  border-radius: 18px;
}


.up-shell .up-faq_item .up-faq_body.hidden {
  display: none;
}


.up-shell .up-faq_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
	cursor:pointer;
}

.up-shell .up-faq_head h3 {
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;

  padding-bottom: 0;
  margin-bottom: 0;
  max-width: calc(100% - 100px);
}

.up-shell .up-faq_head .up-plus {
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.up-shell .up-faq_head .up-plus.active {
  background: #DF5856;
  transform: rotate(90deg);
  box-shadow: none;


}

.up-shell .up-faq_head .up-plus path {
  transition: 0.3s ease;
}

.up-shell .up-faq_head .up-plus.active path {
  stroke: white;
}

.up-shell .up-faq_body .up-dsc {
  padding-bottom: 10px;
  max-width: calc(100% - 150px);
}

.up-shell .up-faq_body .up-dsc>* {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #20212B;
}
.faq-dsc {
	padding-left:20px;
}
.faq-dsc > * {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #20212B;
}
@media screen and (max-width: 991px) {
	.faq-dsc > * {
		font-size:16px;
	}
}
.faq-dsc a {
	 color: #DF5856;
  text-decoration: underline;
}

.up-shell .up-faq_body .up-dsc a {
  color: #DF5856;
  text-decoration: underline;
}


.up-shell .up-faq_body .up-dsc ul li {
  font-size: 14px;
  list-style: inside;
  line-height: 180%;
  font-family: "Open Sans";
}


@media screen and (max-width: 1640px) {
  .up-shell .up-faq_head h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .up-shell .up-faq_body .up-dsc {
    max-width: 100%;
  }
  .up-shell .up-faq_head h3 {
    max-width: calc(100% - 50px);
  }

  .up-shell .up-faq_item {
    padding: 20px 20px 15px 20px
  }

  .up_faq-wrapper {
    padding-top: 80px;
  }
}