/* Font import */
@font-face {
  font-family: "Encode Sans";
  src:
    url("../fonts/encodesans-light-webfont.woff2") format("woff2"),
    url("../fonts/encodesans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Encode Sans";
  src:
    url("../fonts/encodesans-regular-webfont.woff2") format("woff2"),
    url("../fonts/encodesans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Encode Sans";
  src:
    url("../fonts/encodesans-medium-webfont.woff2") format("woff2"),
    url("../fonts/encodesans-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Encode Sans";
  src:
    url("../fonts/encodesans-semibold-webfont.woff2") format("woff2"),
    url("../fonts/encodesans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Encode Sans";
  src:
    url("../fonts/encodesans-bold-webfont.woff2") format("woff2"),
    url("../fonts/encodesans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*@import url('https://fonts.googleapis.com/css?family=Encode+Sans:300,400,500,600,700&display=swap');*/

#CookiebotWidget {
  z-index: 10 !important;
}

#CookiebotWidget.CookiebotWidget-open + #CookiebotWidgetUnderlay {
  z-index: 9 !important;
}

@media screen and (max-width: 1299px) {
  #CookiebotWidget {
    left: 90px !important;
  }
}

@media screen and (max-width: 430px) {
  #CookiebotWidget {
    left: 10px !important;
    bottom: 80px !important;
  }
}

section.text_sect .desc p {
  margin-bottom: 15px;
}

section.text_sect .desc p:last-of-type {
  margin-bottom: 0px;
}

/* Vac - Main content section */
section.main-content-section p {
  margin-bottom: 15px;
}

section.main-content-section p strong {
  margin-top: 25px;
}

/* IE 11 fix */
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) and (min-width: 1300px) {
  header nav li:hover > .inner-submenu {
    top: 205px;
  }
  header.scrolled nav li:hover > .inner-submenu {
    top: 167px;
  }
}

/* bootstrap extension */
.row.m0 {
  margin-left: 0;
  margin-right: 0;
}

.row.m0 > div[class*="col"] {
  padding: 0 0;
}

.row.m10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.m10 > div[class*="col"] {
  padding: 0 5px;
}

.row.m15 {
  margin-left: -7px;
  margin-right: -7px;
}

.row.m15 > div[class*="col"] {
  padding: 0 7px;
}

.row.m20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.m20 > div[class*="col"] {
  padding: 0 10px;
}

.row.m25 {
  margin-left: -12px;
  margin-right: -12px;
}

.row.m25 > div[class*="col"] {
  padding: 0 12px;
}

.row.m50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row.m50 > div[class*="col"] {
  padding: 0 25px;
}

.row.m60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row.m60 > div[class*="col"] {
  padding: 0 30px;
}

.row.m70 {
  margin-left: -35px;
  margin-right: -35px;
}

.row.m70 > div[class*="col"] {
  padding: 0 35px;
}

.row.m90 {
  margin-left: -45px;
  margin-right: -45px;
}

.row.m90 > div[class*="col"] {
  padding: 0 45px;
}

.row.m100 {
  margin-left: -50px;
  margin-right: -50px;
}

.row.m100 > div[class*="col"] {
  padding: 0 50px;
}

@media (min-width: 768px) {
  .flex-row-sm.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.vertical-aligned-columns-sm {
    font-size: 0;
    white-space: nowrap;
  }
  .row.vertical-aligned-columns-sm > div[class*="col"] {
    float: none;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
}

@media (max-width: 1199px) {
  .inline-entry-col.inline-md-disabled {
    display: block;
  }
  .row.m15-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.m15-md > div[class*="col"] {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .row.m15-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.m15-sm > div[class*="col"] {
    padding: 0 15px;
  }
  .full-width-sm {
    width: 100%;
  }
}

/* end of  bootstrap extension */

/* text */
.text {
  font-size: 1rem;
}
/* end of text */

/**/

.button-wrapper {
  text-align: center;
  margin-top: 90px;
}

.button.type2 {
  border-color: #ba0842;
  background-color: transparent;
  color: #3e2a25;
  font-size: 0.82rem;
  padding: 11px 23px;
}

.button.type3 {
  border-color: #fab500;
  background-color: #fab500;
  color: #fff;
  font-size: 0.82rem;
}

.button.type4 {
  padding: 17px 15px;
  min-width: 200px;
  font-size: 0.94rem;
  border-color: #ba0842;
  background: #941e57;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #941e57),
    color-stop(9%, #991b54),
    color-stop(17%, #9e1851),
    color-stop(27%, #a3154f),
    color-stop(38%, #a7134c),
    color-stop(49%, #ab104a),
    color-stop(58%, #af0e48),
    color-stop(68%, #b20c46),
    color-stop(77%, #b50a44),
    color-stop(88%, #b80842),
    color-stop(96%, #b90741),
    color-stop(100%, #b90741)
  );
  background: -webkit-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: linear-gradient(
    to right,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
}

.button.type5 {
  background-color: #fff;
  color: #fab500;
  border-color: #fff;
  font-size: 0.94rem;
  font-weight: 600;
}

.button.type6 {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 0.82rem;
  padding: 11px 23px;
}

.button.button-small {
  font-size: 1.06rem;
  line-height: 1.176471rem;
  padding: 10px 15px;
  font-weight: 400;
}

.button.type7 {
  line-height: 1.882353rem;
  border-radius: 0;
  color: #3e2a25;
}

.button.type7 span {
  vertical-align: middle;
}

.button.type7 img {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
  vertical-align: middle;
  margin-right: 15px;
}

.button.button-block {
  display: block;
}

@media screen and (min-width: 992px) {
  .button:hover {
    color: #00b2a9;
    background-color: #fff;
  }

  .button:hover.type2 {
    background-color: #ba0842;
    color: #fff;
  }

  .button:hover.type3 {
    color: #fab500;
  }

  .button.type4:hover {
    background: #fff;
    color: #ba0842;
  }

  .button.type5:hover {
    color: #fff;
    background-color: #fab500;
  }

  .button.type6:hover {
    color: #ba0842;
  }
}

@media screen and (max-width: 991px) {
  .button-wrapper {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .button-wrapper {
    margin-top: 30px;
  }
}

.block-title {
  max-width: 350px;
}

.block-title.size2 {
  max-width: 350px;
}

.block-title.size3 {
  max-width: 450px;
}

.block-title.size4 {
  max-width: 100%;
  margin-bottom: 80px;
}

.block-title.w100 {
  max-width: 100%;
}

.block-title.size4 .h3 {
  margin-bottom: 0;
}

.block-title.size4 .h3 span {
  display: inline-block;
}

.block-title .h3 {
  font-weight: 300;
  color: #3e2a25;
  margin-bottom: 30px;
  line-height: 3.294118rem;
}

.block-title .title {
  margin-bottom: 30px;
}

.block-title .h3 span {
  display: block;
  font-weight: 600;
}

.block-title .h5 {
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #000000;
}

.block-title .desc {
  font-size: 1.06rem;
  line-height: 1.33em;
  letter-spacing: 0.3px;
  color: #ba0842;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .block-title .h3 {
    line-height: 3.058824rem;
  }
}

@media screen and (max-width: 767px) {
  .block-title.size2 {
    max-width: 100%;
  }

  .block-title.size4 {
    margin-bottom: 30px;
  }

  .block-title .h3 {
    margin-bottom: 15px;
    line-height: 2.470588rem;
  }

  .block-title p {
    font-size: 1.76rem;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
}

.shortcode-type1 {
  padding: 0 0 0 30px;
}

.shortcode-type1.type2 {
  padding: 0;
  max-width: 520px;
}

@media screen and (max-width: 767px) {
  .shortcode-type1 {
    padding: 0;
    margin-top: 30px;
  }
}

.shortcode-type2 {
  margin: 100px 50px 100px 30px;
  max-width: 585px;
}

.shortcode-type2 .title {
  font-weight: 600;
  font-size: 6.24rem;
  line-height: 1.09em;
  letter-spacing: 0.63px;
  color: #fab500;
  margin-bottom: 20px;
}

.shortcode-type2 .title i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #00b2a9;
  border-radius: 50%;
}

.shortcode-type2-img {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .shortcode-type2 {
    margin: 70px 30px;
  }

  .shortcode-type2 .title {
    font-size: 4.94rem;
    line-height: 1.12em;
  }
}

@media screen and (max-width: 991px) {
  .shortcode-type2 {
    margin: 50px 30px;
    max-width: 100%;
  }

  .shortcode-type2 .title {
    font-size: 3.76rem;
    line-height: 1.16em;
  }

  .shortcode-type2-img {
    position: relative;
    min-height: 450px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .shortcode-type2 {
    margin: 30px 0px;
  }

  .shortcode-type2 .title {
    font-size: 3.18rem;
    line-height: 1.19em;
    margin-bottom: 10px;
  }

  .shortcode-type2 .title i {
    width: 15px;
    height: 15px;
  }

  .shortcode-type2-img {
    min-height: 300px;
  }
}

.shortcode-type3 {
  max-width: 330px;
  margin-left: 30px;
}

.shortcode-type3 img {
  width: 100%;
}

.shortcode-type3.type2 {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .shortcode-type3 {
    max-width: 250px;
    margin: 0 auto;
  }
}

.shortcode-type4 {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 60px;
  width: 33.33333%;
  margin: 0 10px;
}

.shortcode-type4 img {
  width: 60px;
  height: 60px;
  margin: 0 auto 35px;
  display: block;
}

.shortcode-type4 .title {
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}

.shortcode-type4 .title span {
  font-weight: 700;
}

.shortcode-type4 .decor {
  margin: 0 auto 40px;
}

.shortcode-type4.type2 {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shortcode-type4.type2 .title {
  width: 30%;
  padding: 0 50px;
}

.shortcode-type4.type2 .decor {
  width: 8px;
  height: 52px;
  margin: 0 50px 0 10px;
}

.shortcode-type4.type2 .short-desc {
  width: 60%;
}

.shortcode-type4-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shortcode-type4.type3 .decor {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .shortcode-type4-wrapper {
    display: block;
  }

  .shortcode-type4 {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .shortcode-type4.type2 .title {
    width: 34%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .shortcode-type4 {
    margin: 0 0 30px;
  }

  .shortcode-type4.type2 {
    display: block;
    margin-bottom: 0;
  }

  .shortcode-type4.type2 .title {
    width: 100%;
  }

  .shortcode-type4.type2 .decor {
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .shortcode-type4.type2 .short-desc {
    width: 100%;
  }
}

.shortcode-type5 {
  max-width: 300px;
}

.shortcode-type5 .h1 {
  font-weight: 700;
  color: #fff;
}

.shortcode-type5 .h1 i {
  width: 20px;
  height: 20px;
  background-color: #00b2a9;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .shortcode-type5 {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .shortcode-type5 {
    max-width: 100%;
  }
}

.shortcode-type6 {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.shortcode-type6 .h2 {
  font-weight: 300;
  color: #3e2a25;
  letter-spacing: 0.56px;
  margin-bottom: 30px;
}

.shortcode-type6 .h2 span {
  font-weight: 700;
  color: #00b2a9;
}

.shortcode-type6.type2 .h2 span {
  color: #3e2a25;
}

.shortcode-type6 .desc {
  font-weight: 300;
  color: #3e2a25;
  letter-spacing: 0.36px;
}

.shortcode-type6 .decor {
  margin: 30px auto 0px;
}

@media screen and (max-width: 767px) {
  .shortcode-type6 .h2 {
    margin-bottom: 20px;
  }
}

.shortcode-type7 {
  column-count: 2;
}

@media screen and (max-width: 767px) {
  .shortcode-type7 {
    column-count: 1;
  }
}

.shortcode-type8 {
  position: relative;
  padding: 40px;
  background-color: #fff;
  min-height: 440px;
  border-bottom-left-radius: 50px;
  margin-bottom: 80px;
  display: inline-block;
}

.shortcode-type8 .simple-article p {
  line-height: 1.764706rem;
}

.shortcode-type8 .decor {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: 0;
  margin-top: -3px;
  margin-left: -19px;
  width: 38px;
  height: 6px;
}

.shortcode-type8 .title {
  margin-bottom: 30px;
}

.shortcode-type8 .title .desc {
  font-weight: 600;
  font-size: 1.06rem;
  line-height: 2.352941rem;
  color: #b90742;
}

.shortcode-type8 .title .h4 {
  color: #000000;
  letter-spacing: 0.4px;
  font-weight: 300;
}

.shortcode-type8 .shortcode-type8-content {
  width: 50%;
  padding-right: 55px;
}

.shortcode-type8 .image {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.shortcode-type8.type2,
.shortcode-type8.reverse {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 50px;
}

.shortcode-type8.reverse {
  overflow: hidden;
}

.shortcode-type8.type2 .image {
  right: auto;
  left: 0;
}

.shortcode-type8.type2 .shortcode-type8-content {
  margin-left: 50%;
  padding-right: 0px;
  padding-left: 55px;
}

.shortcode-type8:last-of-type {
  margin-bottom: 0;
}

.shortcode-type8-wrapper {
  position: relative;
}

.shortcode-type8-decor {
  width: 520px;
  position: absolute;
  height: 80px;
  left: 50%;
  margin-left: -260px;
  bottom: -80px;
}

.shortcode-type8-decor .left {
  height: 42px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #d8d8d8;
  border-left: 4px dashed #d8d8d8;
  border-bottom-left-radius: 32px;
}

.shortcode-type8-decor .right {
  height: 42px;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 4px dashed #d8d8d8;
  border-right: 4px dashed #d8d8d8;
  border-top-right-radius: 32px;
}

.shortcode-type8-decor.type2 .left {
  top: auto;
  bottom: 0;
  border-bottom: none;
  border-left: 4px dashed #d8d8d8;
  border-top: 4px dashed #d8d8d8;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 32px;
}

.shortcode-type8-decor.type2 .right {
  top: 0;
  bottom: auto;
  right: 0;
  border-top: none;
  border-bottom: 4px dashed #d8d8d8;
  border-right: 4px dashed #d8d8d8;
  border-top-right-radius: 0;
  border-bottom-right-radius: 32px;
}

.shortcode-type8-decor-wrapper {
  width: 520px;
  height: 130px;
  position: absolute;
  left: 50%;
  margin-left: -260px;
}

.shortcode-type8-decor-wrapper .lines {
  position: relative;
  height: 100%;
  width: 50%;
}

.shortcode-type8-decor-wrapper .left {
  height: 67px;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 4px dashed #d8d8d8;
  border-top: 4px dashed #d8d8d8;
  border-top-left-radius: 32px;
}

.shortcode-type8-decor-wrapper .right {
  height: 67px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 4px dashed #d8d8d8;
  border-right: 4px dashed #d8d8d8;
  border-bottom-right-radius: 32px;
}

.shortcode-type8-decor-wrapper.bottom {
  bottom: -130px;
}

.shortcode-type8-decor-wrapper.bottom .lines {
  margin-left: auto;
}

.shortcode-type8-decor-wrapper.top {
  height: 210px;
  top: -210px;
}

.shortcode-type8-decor-wrapper.top .right {
  height: 147px;
}

.shortcode-type8.no-decor {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .shortcode-type8 .title {
    margin-bottom: 20px;
  }

  .shortcode-type8 .shortcode-type8-content {
    padding-right: 30px;
  }

  .shortcode-type8.type2 .shortcode-type8-content {
    padding-left: 30px;
    padding-right: 0px;
  }

  .shortcode-type8-decor {
    width: 400px;
    margin-left: -200px;
  }

  .shortcode-type8-decor-wrapper {
    width: 400px;
    margin-left: -200px;
  }
}

@media screen and (max-width: 767px) {
  .shortcode-type8 {
    padding: 30px 20px;
  }

  .shortcode-type8 .image {
    width: 100%;
    height: 250px;
  }

  .shortcode-type8 .shortcode-type8-content {
    width: 100%;
    margin-top: 250px;
    padding-right: 0;
  }

  .shortcode-type8.type2 .shortcode-type8-content {
    padding-left: 0;
    margin-left: 0;
  }

  .shortcode-type8 .decor {
    top: 249px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .shortcode-type8-decor {
    display: none;
  }

  .shortcode-type8-decor-wrapper {
    display: none;
  }
}

.shortcode-type9 {
  display: inline-block;
  width: 25%;
}

.shortcode-type9 .image {
  padding-bottom: 64%;
  position: relative;
}

.shortcode-type9 .content {
  padding: 25px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.shortcode-type9 .content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  background: #941e57;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #941e57),
    color-stop(9%, #991b54),
    color-stop(17%, #9e1851),
    color-stop(27%, #a3154f),
    color-stop(38%, #a7134c),
    color-stop(49%, #ab104a),
    color-stop(58%, #af0e48),
    color-stop(68%, #b20c46),
    color-stop(77%, #b50a44),
    color-stop(88%, #b80842),
    color-stop(96%, #b90741),
    color-stop(100%, #b90741)
  );
  background: -webkit-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: linear-gradient(
    to right,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shortcode-type9 .date {
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.764706rem;
  color: #b90742;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shortcode-type9 .title {
  font-weight: 300;
  letter-spacing: 0.38px;
  color: #000000;
  height: 3.75em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shortcode-type9 p {
  position: relative;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.764706rem;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shortcode-type9-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shortcode-type9-wrapper.type2 {
  margin: 0 -15px;
}

.shortcode-type9-wrapper.type2 .shortcode-type9 {
  width: calc(33.333333% - 30px);
  margin: 0 15px;
}

.shortcode-type9-wrapper.type2 .shortcode-type9:not(.type2) .title {
  font-size: 2.35rem;
  line-height: 1.125em;
  -webkit-line-clamp: 2;
  height: 2.25em;
}
@media (min-width: 1200px) {
  .shortcode-type9-wrapper.type2.project-wrapper .shortcode-type9 {
    width: calc(25% - 30px);
  }
  .shortcode-type9-wrapper.type2.project-wrapper
    .shortcode-type9:not(.type2)
    .title {
    font-size: 1.55rem;
  }
  .shortcode-type9-wrapper.type2.project-wrapper .button.type2 {
    padding: 11px 18px;
  }
}
.projecten-template-default .button.type3 {
  font-size: 1em;
  line-height: 1.411765rem;
  padding: 15px 35px;
}
.shortcode-type9-wrapper.type2 .shortcode-type9 .image {
  padding-bottom: 50%;
}

.shortcode-type9.type2 {
  position: relative;
  border-right: 0 !important;
  border-radius: 0 0 60px;
}

.shortcode-type9 .full-size {
  border-radius: 0 0 60px;
}

.shortcode-type9.type2 .content {
  border-radius: 0 0 60px;
}

.shortcode-type9.type2 .content:before {
  border-radius: 0 0 60px;
}

.shortcode-type9.type2 .decor {
  width: 40px;
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(90deg);
  transform: translate(-50%, 50%) rotate(90deg);
  z-index: 1;
}

.shortcode-type9.type2 .breadcrumbs {
  margin-bottom: 20px;
}

.shortcode-type9.type2 .title {
  position: relative;
  -webkit-line-clamp: 2;
  height: 2.5em;
  margin-bottom: 0;
  padding-right: 50px;
}

.shortcode-type9.type2 .title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background: #941e57;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #941e57),
    color-stop(9%, #991b54),
    color-stop(17%, #9e1851),
    color-stop(27%, #a3154f),
    color-stop(38%, #a7134c),
    color-stop(49%, #ab104a),
    color-stop(58%, #af0e48),
    color-stop(68%, #b20c46),
    color-stop(77%, #b50a44),
    color-stop(88%, #b80842),
    color-stop(96%, #b90741),
    color-stop(100%, #b90741)
  );
  background: -webkit-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: linear-gradient(
    to right,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shortcode-type9.type2 .title:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shortcode-type9.type2 .content {
  padding-bottom: 35px;
}

.shortcode-type9.color2 .content {
  background-color: #fab500;
}

.shortcode-type9.color2 .title {
  color: #fff;
}

.shortcode-type9.color2 .breadcrumbs li:before {
  border-color: #fff;
}

.shortcode-type9.news-item .title {
  height: 2.8em;
}

.news-container .news-item {
  margin-bottom: 60px;
}

.shortcode-type9-wrapper.type3 {
  display: block;
}

.shortcode-type9-wrapper.type3 .shortcode-type9.type2 {
  width: 100%;
  /*display: block;*/
}

.shortcode-type9-wrapper.type3 .shortcode-type9.type2 .image {
  padding-bottom: 44%;
}

.shortcode-type9.type2.type3 .content {
  padding-top: 30px;
}

.shortcode-type9-wrapper.type3 div[class*="col-"] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

.shortcode-type9-wrapper.type3 .shortcode-type9.type3 + .shortcode-type9.type3 {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .shortcode-type9:hover .content:before {
    opacity: 1;
    visibility: visible;
  }

  .shortcode-type9:hover .date {
    color: #fab500;
  }

  .shortcode-type9:hover .title {
    color: #ffffff;
  }

  .shortcode-type9:hover p {
    color: #ffffff;
  }

  .shortcode-type9:hover .button {
    border-color: #fff;
    color: #fab500;
    background-color: transparent;
  }

  .shortcode-type9:not(:last-child) {
    border-right: 1px solid #f8f8f8;
  }

  .shortcode-type9.type2:hover .breadcrumbs li,
  .shortcode-type9.type2:hover .breadcrumbs li a {
    color: #fff;
  }

  .shortcode-type9.type2:hover .title:before {
    background: #fff;
  }
  .shortcode-type9.type2:hover .title:after {
    border-color: #941e57;
  }
}

@media (min-width: 768px) {
  .shortcode-type9.news-item {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }

  .shortcode-type9.news-item .image {
    width: 43%;
    padding-bottom: 26%;
  }

  .shortcode-type9.news-item .content {
    width: 57%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    /* -webkit-align-items: flex-start;
        align-items: flex-start; */
    padding-left: 85px;
  }

  .shortcode-type9.news-item .decor {
    left: auto;
    right: -20px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shortcode-type9.news-item .content {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .shortcode-type9-wrapper.type2 .shortcode-type9 .title {
    height: 72px;
    font-size: 1.88rem;
    line-height: 1.125em;
  }

  .shortcode-type9 .title {
    height: 72px;
  }

  .shortcode-type9 .content {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 991px) {
  .shortcode-type9 {
    width: 50%;
  }

  .shortcode-type9 .title {
    height: auto;
  }

  /*.shortcode-type9-wrapper.type2 .shortcode-type9 .title {*/
  /*    height: auto;*/
  /*}*/
}

@media screen and (max-width: 991px) {
  .shortcode-type9 {
    width: 100%;
  }

  .shortcode-type9-wrapper {
    margin: 0;
  }

  .shortcode-type9-wrapper.type2 .shortcode-type9 {
    width: 100%;
    margin-bottom: 30px;
  }

  .shortcode-type9-wrapper.type2 .shortcode-type9:last-child {
    margin-bottom: 0;
  }

  .shortcode-type9.news-item .title {
    height: 2.62em;
  }
}

@media (max-width: 767px) {
  .shortcode-type9.news-item .title {
    height: 2.4em;
  }

  .news-container .news-item {
    margin-bottom: 30px;
  }
}

.shortcode-type10 {
  height: 94px;
  position: relative;
  margin: 50px -80px;
}

.shortcode-type10 .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  top: 50%;
  margin-top: -1px;
}

.shortcode-type10 .image {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -47px;
}

.shortcode-type10 .image img,
.shortcode-type10 .image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
}

.fill-svg {
  fill: #fab500;
}

.stroke-svg {
  stroke: #fab500;
}

.shortcode-type11 {
  display: block;
  background-color: #fab500;
  margin: 0 20px;
  width: calc(50% - 40px);
  padding: 30px 70px 75px 40px;
  position: relative;
}

.shortcode-type11:nth-child(2n + 1) {
  border-bottom-left-radius: 55px;
}

.shortcode-type11:nth-child(2n) {
  border-bottom-right-radius: 55px;
}

.shortcode-type11 .desc {
  font-weight: 600;
  font-size: 1.06rem;
  line-height: 1.764706rem;
  color: #ba0842;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shortcode-type11 .title {
  line-height: 2.823529rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shortcode-type11 p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.764706rem;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shortcode-type11 .link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 35px;
  right: 35px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shortcode-type11 .link span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -8px;
  margin-left: -11px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shortcode-type11-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (min-width: 992px) {
  .shortcode-type11:hover .link {
    border-color: #ba0842;
    background: #941e57;
    background: -webkit-linear-gradient(
      left,
      #941e57 0%,
      #991b54 9%,
      #9e1851 17%,
      #a3154f 27%,
      #a7134c 38%,
      #ab104a 49%,
      #af0e48 58%,
      #b20c46 68%,
      #b50a44 77%,
      #b80842 88%,
      #b90741 96%,
      #b90741 100%
    );
    background: -o-linear-gradient(
      left,
      #941e57 0%,
      #991b54 9%,
      #9e1851 17%,
      #a3154f 27%,
      #a7134c 38%,
      #ab104a 49%,
      #af0e48 58%,
      #b20c46 68%,
      #b50a44 77%,
      #b80842 88%,
      #b90741 96%,
      #b90741 100%
    );
    background: linear-gradient(
      to right,
      #941e57 0%,
      #991b54 9%,
      #9e1851 17%,
      #a3154f 27%,
      #a7134c 38%,
      #ab104a 49%,
      #af0e48 58%,
      #b20c46 68%,
      #b50a44 77%,
      #b80842 88%,
      #b90741 96%,
      #b90741 100%
    );
  }

  .shortcode-type11:hover .link span {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .shortcode-type11 {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 30px 75px 30px;
  }

  .shortcode-type11:last-child {
    margin-bottom: 0;
  }

  .shortcode-type11 .link {
    bottom: 25px;
    right: 25px;
  }
}

.shortcode-type12-wrapper {
  max-width: 655px;
  margin: 0 auto;
}

.shortcode-type12 .title {
  font-weight: 300;
  font-size: 4.24rem;
  line-height: 1.17em;
  color: #3e2a25;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shortcode-type12 .title span {
  font-weight: 600;
}

.shortcode-type12 .person-wrapper {
  margin-top: 50px;
}

.person-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.person-wrapper .image {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.shortcode-type12 .person-wrapper .image {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 35px;
}

.shortcode-type12 .person-wrapper .image .decor {
  width: 64px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  margin-left: -32px;
}

.shortcode-type12 .person-wrapper img {
  width: 133px;
  height: 133px;
  border-radius: 50%;
}

.shortcode-type12 .person-wrapper .desc {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 35px;
}

.shortcode-type12 .person-wrapper .name {
  font-weight: 600;
  color: #3e2a25;
}

.shortcode-type12 .person-wrapper .position {
  color: #b90742;
  font-size: 1.06rem;
  line-height: 1.33em;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shortcode-type12.person-type .person-wrapper {
  margin-top: 15px;
}

.person-list .shortcode-type12 .person-wrapper {
  margin-top: 0;
}

.person-list .shortcode-type12 .person-wrapper .image {
  line-height: 1;
}

.person-list .shortcode-type12 .person-wrapper .image,
.person-list .shortcode-type12 .person-wrapper .desc {
  padding-bottom: 0;
}

.person-list .shortcode-type12:not(:last-child) {
  margin-bottom: 55px;
}

@media screen and (max-width: 1199px) {
  .shortcode-type12 .title {
    font-size: 3.18rem;
    line-height: 1.19em;
  }
}

@media screen and (max-width: 991px) {
  .shortcode-type12 .title {
    font-size: 2.7rem;
    line-height: 1.22em;
  }

  .shortcode-type12 .person-wrapper img {
    width: 110px;
    height: 110px;
  }

  .shortcode-type12 .person-wrapper .image {
    padding-bottom: 30px;
  }

  .shortcode-type12 .person-wrapper .desc {
    padding-bottom: 30px;
  }
  .person-list .shortcode-type12:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .shortcode-type12 .title {
    font-size: 1.88rem;
    line-height: 1.25em;
  }

  .shortcode-type12 .person-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shortcode-type12 .person-wrapper img {
    width: 90px;
    height: 90px;
  }

  .shortcode-type12 .person-wrapper .position {
    font-size: 0.94rem;
    line-height: 1.25em;
  }
}

.video-block {
  position: relative;
  padding: 30px;
  margin-left: auto;
  margin-right: 0;
  max-width: 560px;
  height: 355px;
  background: #b90741;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #b90741),
    color-stop(8%, #b80842),
    color-stop(17%, #b50a44),
    color-stop(27%, #b20c46),
    color-stop(36%, #af0e48),
    color-stop(47%, #ab104a),
    color-stop(57%, #a7134c),
    color-stop(68%, #a3154f),
    color-stop(80%, #9e1851),
    color-stop(91%, #991b54),
    color-stop(100%, #941e57)
  );
  background: -webkit-linear-gradient(
    left,
    #b90741 0%,
    #b80842 8%,
    #b50a44 17%,
    #b20c46 27%,
    #af0e48 36%,
    #ab104a 47%,
    #a7134c 57%,
    #a3154f 68%,
    #9e1851 80%,
    #991b54 91%,
    #941e57 100%
  );
  background: linear-gradient(
    to right,
    #b90741 0%,
    #b80842 8%,
    #b50a44 17%,
    #b20c46 27%,
    #af0e48 36%,
    #ab104a 47%,
    #a7134c 57%,
    #a3154f 68%,
    #9e1851 80%,
    #991b54 91%,
    #941e57 100%
  );
}

.video-block .video-wrapp {
  height: inherit;
}

.video-block .video-wrapp.active .video-position {
  opacity: 1;
  visibility: visible;
}

.video-block .video-wrapp.active img {
  opacity: 1;
  visibility: visible;
}

.video-block img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.video-block .video-button {
  font-weight: 300;
  font-size: 1.76rem;
  line-height: 2.352941rem;
  letter-spacing: 0.05px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 160px;
  left: 160px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.video-block .video-button img {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.video-block .video-button span {
  display: inline-block;
  vertical-align: middle;
}

.video-block .video-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.video-block .video-position video {
  width: 100%;
  height: 100%;
}

.video-block .close-video {
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.video-block .close-video span {
  width: 20px;
  height: 2px;
  background: #13263e;
  position: absolute;
  top: 14px;
  left: 4px;
}

.video-block .close-video span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-block .close-video span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-block .shortcode-type5 {
  color: #fff;
  font-weight: 700;
  opacity: 0.35;
  max-width: 200px;
}

.video-block .shortcode-type5 .h2 i {
  width: 16px;
  height: 16px;
  background-color: #00b2a9;
  border-radius: 50%;
  display: inline-block;
}

.video-block .decor {
  margin: 35px 0px;
}

@media screen and (min-width: 992px) {
  .video-block .video-button:hover {
    color: #fab500;
  }
}

@media screen and (max-width: 991px) {
  .video-block {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .video-block .shortcode-type5 {
    max-width: 210px;
  }

  .video-block .video-button {
    top: auto;
    left: 30px;
  }
  .video-block.style2 .video-button {
    top: 160px;
  }
}

/* form elements */

.form-wrapper {
  max-width: 520px;
}

form {
  width: 100%;
}

form input {
  width: 100%;
  border: 1px solid #fab500;
  outline: none;
  padding: 15px 35px;
  font-size: 0.94rem;
  line-height: 1em;
  opacity: 0.61;
  color: #3e2a25;
  border-radius: 40px;
  font-weight: 600;
}

form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.94rem;
  color: #3e2a25;
  font-weight: 600;
}

form input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.94rem;
  color: #3e2a25;
  font-weight: 600;
}

form input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.94rem;
  color: #3e2a25;
  font-weight: 600;
}

form input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.94rem;
  color: #3e2a25;
  font-weight: 600;
}

form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

form textarea {
  width: 100%;
  border: 1px solid #fab500;
  outline: none;
  padding: 15px 35px;
  font-size: 0.94rem;
  line-height: 1em;
  letter-spacing: 0.2px;
  opacity: 0.61;
  color: #3e2a25;
  border-radius: 25px;
  height: 124px;
  resize: none;
  font-weight: 600;
}

form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.94rem;
  color: #3e2a25;
  font-weight: 600;
}

form textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.94rem;
  color: #3e2a25;
  font-weight: 600;
}

form textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.94rem;
  color: #3e2a25;
  font-weight: 600;
}

form textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.94rem;
  color: #3e2a25;
  font-weight: 600;
}

form .simple-input.secondary {
  opacity: 1;
  border-color: #fff;
  color: #fff;
  background-color: #fab500;
}

form .simple-input.secondary::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.61);
}
form .simple-input.secondary::-moz-placeholder {
  color: rgba(255, 255, 255, 0.61);
}
form .simple-input.secondary:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.61);
}
form .simple-input.secondary:-moz-placeholder {
  color: rgba(255, 255, 255, 0.61);
}

form .input-wrapper {
  margin-bottom: 15px;
}

form .button {
  padding: 16px 30px;
  min-width: 170px;
}

.checkbox-entry {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  min-width: 30px;
  min-height: 20px;
  line-height: 1.176471rem;
}

.checkbox-entry input {
  display: none;
}

.checkbox-entry span {
  position: relative;
  font-size: 0.94rem;
  line-height: 1.176471rem;
  padding-right: 40px;
  font-weight: 300;
  display: block;
  color: #3e2a25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkbox-entry span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #fab500;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.checkbox-entry span:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 6px;
  width: 11px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.checkbox-entry input:checked + span:before {
  border-color: #fab500;
  background-color: #fab500;
}

.checkbox-entry input:checked + span:after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.checkbox-entry.radio span:before {
  border-radius: 50%;
}

.checkbox-entry.radio span:after {
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  background-color: #941e57;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  border: none;
}

.checkbox-entry.radio input:checked + span:before {
  background: #fff;
}

@media (min-width: 992px) {
  .checkbox-entry:hover span {
    color: rgba(62, 42, 37, 0.7);
  }
}

@media screen and (max-width: 767px) {
  .form-wrapper {
    max-width: 100%;
    margin-top: 30px;
  }
}

/* end of form elements */

footer {
  position: relative;
  z-index: 10;
  padding: 35px 15px 60px;
  background: #941e57;
  background: -moz-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #941e57),
    color-stop(9%, #991b54),
    color-stop(17%, #9e1851),
    color-stop(27%, #a3154f),
    color-stop(38%, #a7134c),
    color-stop(49%, #ab104a),
    color-stop(58%, #af0e48),
    color-stop(68%, #b20c46),
    color-stop(77%, #b50a44),
    color-stop(88%, #b80842),
    color-stop(96%, #b90741),
    color-stop(100%, #b90741)
  );
  background: -webkit-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -o-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -ms-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: linear-gradient(
    to right,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
}

footer .shortcode-type5 {
  max-width: 220px;
  color: #fff;
  font-weight: 700;
}

footer .shortcode-type5 .h2 {
  font-size: 3.39rem;
  line-height: 0.89em;
}

footer .shortcode-type5 .h2 i {
  width: 16px;
  height: 16px;
  background-color: #00b2a9;
  border-radius: 50%;
  display: inline-block;
}

footer .decor {
  margin: 30px 0px 0px;
}

footer.type2 .footer-right {
  height: 100%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer.type2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.type2 .row *[class*="col-"] {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

.social-icons {
  text-align: right;
}

.social-icons .icon-item {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}

.social-icons .icon-item svg {
  fill: #fff;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0px !important;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.social-icons .icon-item:last-child {
  margin-right: 0;
}

.social-icons.type2 {
  line-height: 1;
  text-align: center;
}

.social-icons.type2 .icon-item {
  border-color: #8c8c8c;
}

.social-icons.type2 .icon-item svg {
  fill: #3e2a25;
}

.social-wrapper {
  margin-top: 35px;
}

.social-wrapper .title {
  text-align: center;
  color: #8c8c8c;
  font-size: 1rem;
  /*line-height: 3.294118rem;*/
  font-weight: 300;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.social-wrapper.type2 {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrapper.type2 .title {
  margin-bottom: 0;
  margin-right: 10px;
}

.social-wrapper.type2 .social-icons .icon-item {
  margin: 0 10px;
}

.copyright {
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1.33em;
  color: #fff;
  text-align: right;
  margin-top: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.copyright span {
  color: #fab500;
}

.footer-nav {
  margin-top: 30px;
  text-align: right;
}

.footer-nav ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.footer-nav ul li:last-child {
  padding-right: 0;
}

.footer-nav ul li:last-child:before {
  content: none;
}

.footer-nav ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fab500;
  right: -4px;
  top: 50%;
  margin-top: -4px;
}

.footer-nav ul a {
  font-weight: 500;
  font-size: 1.29rem;
  line-height: 1.36em;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 992px) {
  .social-icons .icon-item:hover {
    border-color: #fab500;
  }

  .social-icons .icon-item:hover svg {
    fill: #fab500;
  }

  .footer-nav ul a:hover {
    color: #fab500;
  }
}

@media screen and (max-width: 991px) {
  .copyright {
    font-size: 0.82rem;
    margin-top: 30px;
  }

  footer.type2 .row {
    display: block;
  }

  footer.type2 .row *[class*="col-"] {
    display: inline-block;
    float: none;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 767px) {
  .social-icons {
    text-align: left;
  }

  .social-icons .icon-item {
    margin: 0 10px;
  }

  .social-icons *:first-child {
    margin-left: 0;
  }

  .copyright {
    text-align: left;
  }

  .footer-right {
    margin-top: 30px;
  }

  .footer-nav {
    text-align: left;
  }

  .footer-nav ul li {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }

  .footer-nav ul li:before {
    content: none;
  }

  .footer-nav ul li:last-child {
    margin-bottom: 0;
  }

  .social-wrapper.type2 .social-icons .icon-item {
    margin: 0 7px;
  }

  footer .shortcode-type5 .h2 {
    font-size: 2.33rem;
    line-height: 0.96em;
  }
}

.subscribe-block {
  max-width: 655px;
  margin: 0 auto;
  text-align: center;
}

.subscribe-block .h2 {
  font-weight: 300;
  color: #3e2a25;
}

.subscribe-block .h2 span {
  font-weight: 600;
}

.subscribe-block .desc {
  font-weight: 300;
  color: #3e2a25;
  margin-top: 10px;
  line-height: 3.294118rem;
}

/* subscribe form */

.subscribe-form {
  max-width: 640px;
  margin: 40px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-form .input-wrapper {
  margin-bottom: 0;
  width: 50%;
  margin-right: 3px;
}

.subscribe-form .button {
  padding: 15px 20px;
  width: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 3px;
  text-align: left;
  min-width: auto;
  font-size: 0.94rem;
  line-height: 1em;
}

.subscribe-form input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fab500;
  font-weight: 600;
  background-color: transparent;
}

.subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fab500;
  font-weight: 600;
}

.subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fab500;
  font-weight: 600;
}

.subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fab500;
  font-weight: 600;
}

.subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fab500;
  font-weight: 600;
}

.subscribe-form.type2 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.subscribe-form.type2 .input-wrapper:nth-child(2) {
  margin-right: -3px;
}

.subscribe-form.type2 .input-wrapper:nth-child(2) input {
  border-radius: 0 40px 40px 0;
}

.subscribe-form.type2 .button {
  margin-top: 15px;
  border-radius: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .subscribe-form input {
    padding: 15px 20px;
  }
}

/* end of subscribe form */

.dots {
  text-align: center;
}

.dots span {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #fab500;
  border-radius: 50%;
  margin: 0 4px;
}

.scroll-down-button {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -26px;
  bottom: -26px;
  cursor: pointer;
}

.scroll-down-button span {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-left: 2px solid #fab500;
  border-bottom: 2px solid #fab500;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .scroll-down-button:hover span {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
}

@media (min-width: 768px) {
  .scroll-down-button.type2 {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 26px;
    height: 90px;
  }

  .scroll-down-button.color2 span {
    border-color: #3e2a25;
  }

  .scroll-down-button.type2 span:first-child {
    top: 20px;
  }

  .scroll-down-button.type2 span:nth-child(2) {
    top: 35px;
    opacity: 0.8;
  }

  .scroll-down-button.type2 span:nth-child(3) {
    top: 50px;
    opacity: 0.6;
  }

  .scroll-down-button.type2 span:nth-child(4) {
    top: 65px;
    opacity: 0.4;
  }
}

@media (max-width: 767px) {
  .scroll-down-button.type2 span:not(:first-child) {
    display: none;
  }
}

/*Swiper*/
.swiper-button-disabled
  + .swiper-button-disabled
  + .swiper-container
  .swiper-wrapper {
  cursor: default;
  -webkit-transform: none !important;
  transform: none !important;
}

.swiper-button-disabled
  + .swiper-button-disabled
  + .swiper-container
  .swiper-pagination,
.swiper-button-disabled
  + .swiper-button-disabled
  + .swiper-container
  + .swiper-pagination {
  display: none;
}

.swiper-pagination,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  margin: 0 7px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
  width: 0.65rem;
  height: 0.65rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination.type2 .swiper-pagination-bullet {
  border-color: #3e2a25;
}

.swiper-pagination.type2 .swiper-pagination-bullet-active {
  background-color: #3e2a25;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  left: auto;
  bottom: 0;
  right: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
}

.swiper-container .swiper-wrapper {
  cursor:
    url(../img/drag.png) 16 9,
    ew-resize;
}

.swiper-container-vertical .swiper-wrapper {
  cursor:
    url(../img/drag-vertical.png) 8 16,
    ns-resize;
}

@media (min-width: 992px) {
  body:not(.mobile) .swiper-pagination-bullet:hover {
    background-color: #fff;
  }
  .swiper-pagination.type2 .swiper-pagination-bullet:hover {
    background-color: #3e2a25;
  }
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: 20px;
  }
  .swiper-pagination,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
}

.custom-margin {
  margin: 0 30px;
}

.simple-article p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.06em;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.text {
  font-size: 1rem;
}

.text-lg,
.simple-article.text-lg p {
  font-size: 1.29rem; /*22px*/
  line-height: 1.63em;
}

.text-md,
.simple-article.text-md p {
  font-size: 1.17rem; /*20px*/
}

.text-sm {
  font-size: 0.94rem;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
  font-weight: 700;
  margin-bottom: 40px;
}

.simple-article a {
  color: #fab500;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.simple-article a:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fab500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.simple-article *:last-child {
  margin-bottom: 0;
}

.simple-article .title {
  font-size: 1.47rem;
  line-height: 1.6em;
  color: #3e2a25;
  letter-spacing: 0.25px;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.desc ol,
.simple-article ol {
  counter-reset: number;
  margin-bottom: 50px;
  margin-left: 15px;
}
.desc ol li,
.simple-article ol li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.06em;
  letter-spacing: 0.25px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.desc ol li:before,
.simple-article ol li:before {
  content: counter(number) ".";
  counter-increment: number;
  color: #fab500;
  margin: 0 15px 0 0px;
  font-weight: 600;
  font-size: 1rem;
}

.simple-article ul {
  margin-bottom: 50px;
  margin-left: 15px;
}

.simple-article ul li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.06em;
  letter-spacing: 0.25px;
  color: #000000;
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; */
  display: list-item;
  position: relative;
  padding-left: 28px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.simple-article ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 0.8em;
  background-color: #fab500;
}

.simple-article ul li:before {
  background-color: #b90742;
}

.simple-article .article-content {
  margin-bottom: 50px;
}

.simple-article .article-content:last-child {
  margin-bottom: 0;
}

.simple-article blockquote {
  margin-left: -280px;
  margin-bottom: 50px;
  border-bottom-right-radius: 40px;
  max-width: 680px;
  padding: 40px 60px 40px 40px;
  background: #941e57;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #941e57),
    color-stop(9%, #991b54),
    color-stop(17%, #9e1851),
    color-stop(27%, #a3154f),
    color-stop(38%, #a7134c),
    color-stop(49%, #ab104a),
    color-stop(58%, #af0e48),
    color-stop(68%, #b20c46),
    color-stop(77%, #b50a44),
    color-stop(88%, #b80842),
    color-stop(96%, #b90741),
    color-stop(100%, #b90741)
  );
  background: -webkit-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: linear-gradient(
    to right,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
}

.simple-article blockquote p {
  font-weight: 600;
  font-size: 2.35rem;
  line-height: 1.4em;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.simple-article blockquote .author {
  font-weight: 600;
  font-size: 1.06rem;
  line-height: 1.33em;
  color: #fab500;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.simple-article.smaller-margins > * {
  margin-bottom: 20px;
}

.simple-article.smaller-margins > *:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 600;
}

.article-info {
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-info.type2 {
  margin: 0;
}

.article-info .link {
  font-weight: 400;
  font-size: 1.06rem;
  line-height: 2.647059rem;
  color: #8b8b8b;
  display: inline-block;
  position: relative;
  padding-left: 55px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.article-info .link i {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fab500;
}

.article-info .link i:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 17px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 992px) {
  .simple-article a:hover {
    color: #000;
  }

  .simple-article a:hover:before {
    background-color: #000;
  }

  .article-info .link:hover {
    color: #fab500;
  }

  .article-info .link:hover i:before {
    border-top-color: #fab500;
    border-left-color: #fab500;
  }
}

@media screen and (max-width: 1499px) {
  .simple-article blockquote {
    margin-left: -125px;
  }
}

@media screen and (max-width: 1199px) {
  .simple-article blockquote {
    margin-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .custom-margin {
    margin: 0 30px;
  }

  .simple-article blockquote p {
    font-size: 1.76rem;
    line-height: 1.47em;
  }

  .article-info {
    margin: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-margin {
    margin: 0;
  }

  .simple-article p {
    margin-bottom: 30px;
  }

  .text-lg,
  .simple-article.text-lg p {
    font-size: 1.06rem;
  }

  .simple-article ol {
    margin-bottom: 30px;
  }

  .simple-article ul {
    margin-bottom: 30px;
  }

  .simple-article blockquote {
    padding: 30px;
    margin-bottom: 30px;
  }

  .simple-article blockquote p {
    font-size: 1.65rem;
    line-height: 1.43em;
  }

  .article-info {
    display: block;
    margin: 0;
  }

  .article-info .link {
    margin-bottom: 30px;
  }
}

/* stories swiper */
.swiper-double-wrapper {
  position: relative;
}

.stories-image-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.stories-image-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.stories-text-swiper .shortcode-type1 {
  margin-left: 85px;
}

.stories-text-swiper .block-title {
  max-width: 400px;
}

.stories-text-swiper .pagination {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
  bottom: 15px;
  left: -70px;
  padding-top: 25px;
  width: 30px;
}

.stories-text-swiper .pagination:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28px;
  height: 0;
  border: 4px solid #fab500;
  border-radius: 30px;
}

.stories-text-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  margin-bottom: 15px;
  font-weight: 600;
  color: #b90742;
  font-size: 1.06rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.stories-text-swiper .pagination .text {
  font-size: 1.06rem;
  letter-spacing: 0.09px;
  color: #ffffff;
  font-weight: 300;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.stories-text-swiper .swiper-pagination .swiper-pagination-total {
  display: none;
}

.stories-text-swiper .swiper-pagination .swiper-pagination-current {
  position: relative;
}

.stories-text-swiper .swiper-pagination .swiper-pagination-current:before {
  content: "0";
  position: relative;
  display: inline-block;
}

@media (max-width: 1199px) {
  .stories-text-swiper .shortcode-type1 {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .stories-image-swiper {
    position: relative;
    width: 100%;
  }

  .stories-image-swiper .bg {
    position: relative;
    padding-bottom: 50%;
  }
  .stories-image-swiper .swiper-container {
    height: auto;
  }

  .stories-text-swiper .pagination {
    left: auto;
    right: 0px;
    bottom: auto;
    top: -200px;
  }

  .stories-text-swiper .shortcode-type1 {
    margin-left: 0;
    max-width: 100%;
    margin-top: 0;
  }
}

/* end of stories swiper */

/* round link */
.round-link {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 80px;
}

.round-link .bg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3e2a25;
  opacity: 0.5;
  z-index: 1;
}

.round-link-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.round-link-content .decor {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .round-link:hover .bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media (max-width: 991px) {
  .round-link {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .round-link {
    margin-bottom: 30px;
  }
}
/* end of round link */

/* search form */
.search-form {
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}

.search-form .input-wrapper {
  background-color: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.search-form .input-wrapper input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 1;
  font-size: 1.41rem;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
}

.search-form .button {
  border-radius: 0 24px 24px 0;
  padding: 12px 25px 12px 50px;
  background-color: #fff;
  color: #3e2a25;
  font-size: 1.41rem;
  border-color: #fab500;
  margin-left: 6px;
  min-width: auto;
  font-weight: 400;
}

.search-form .button:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 26px;
  background-image: url(../img/search-icon.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.search-form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 1.41rem;
}

.search-form input::-moz-placeholder {
  font-weight: 400;
  font-size: 1.41rem;
}

.search-form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.41rem;
}

.search-form input:-moz-placeholder {
  font-weight: 400;
  font-size: 1.41rem;
}

@media (min-width: 992px) {
  .search-form .button:hover {
    color: #fab500;
  }
}

@media (max-width: 767px) {
  .search-form input {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* end of search form */

/* scroll-top */
.scroll-top {
  position: fixed;
  bottom: 0;
  left: 200px;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 0 20px 0 0;
  border: 1px solid #fab500;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.scroll-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.scroll-top span {
  position: relative;
  display: block;
  padding-right: 10px;
}

.scroll-top span:first-child:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fab500;
  border-top: 2px solid #fab500;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  top: 13px;
  right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scroll-top span:nth-child(2) {
  font-weight: 400;
  font-size: 1.06rem;
}

@media (min-width: 992px) {
  .scroll-top:hover {
    background-color: #fab500;
    color: #fff;
  }

  .scroll-top:hover span:first-child:after {
    border-color: #fff;
  }
}

@media (max-width: 1499px) {
  .scroll-top {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .scroll-top {
    height: 45px;
    width: 45px;
  }
  .scroll-top span {
    position: static;
    font-size: 0 !important;
    padding: 0 !important;
  }
  .scroll-top span:first-child:after {
    margin-top: 3px;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
  }
}
/* end of scroll-top */

/* round corner item */
.round-corner-item {
  background-color: #fff;
  border-radius: 0 0 30px;
  padding: 20px 10px 30px 20px;
  height: 100%;
}

.round-corner-item .title {
  margin-bottom: 15px;
}

.styled-list {
  font-size: 0.94rem;
  font-weight: 300;
}

.styled-list li {
  position: relative;
  padding-left: 20px;
}

.styled-list li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  background: none;
  border-top: 2px solid #fab500;
  border-right: 2px solid #fab500;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.styled-list li a {
  color: inherit;
}

.round-corner-item-column-multiple {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.round-corner-item-column-multiple > .row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 15px;
}

.round-corner-item-column-multiple > .row:last-child {
  margin-bottom: 0;
}

/*.round-corner-item-column-multiple>.row div[class*="col"] {*/
/*    height: 100%;*/
/*}*/

@media (min-width: 992px) {
  .styled-list li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 991px) {
  .round-corner-item-row div[class*="col"] {
    margin-bottom: 30px;
  }
  .round-corner-item-column-multiple > .row {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .round-corner-item {
    padding-bottom: 30px;
  }
  .round-corner-item-row > div[class*="col"]:last-child {
    margin-bottom: 0;
  }
}

/* end of round corner item */

/* round corner 2 */

.round-corner-2 {
  border-radius: 0 0 60px;
  padding: 30px 25px;
  overflow: hidden;
  margin-bottom: 20px;
}

.round-corner-2 .title {
  margin-bottom: 15px;
}

.round-corner-2 .button {
  margin-top: 15px;
}

.round-corner-2 .button + .button {
  margin-left: 10px;
}

.round-corner-2 form {
  margin-top: 30px;
}

.round-corner-2 form .button {
  margin-top: 0;
}

.round-corner-2 .simple-article > *:not(:last-child) {
  margin-bottom: 30px;
}

.bg-gradient {
  background: #941e57;
  background: -moz-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #941e57),
    color-stop(9%, #991b54),
    color-stop(17%, #9e1851),
    color-stop(27%, #a3154f),
    color-stop(38%, #a7134c),
    color-stop(49%, #ab104a),
    color-stop(58%, #af0e48),
    color-stop(68%, #b20c46),
    color-stop(77%, #b50a44),
    color-stop(88%, #b80842),
    color-stop(96%, #b90741),
    color-stop(100%, #b90741)
  );
  background: -webkit-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -o-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -ms-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: linear-gradient(
    to right,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
}

/* round corner 2 */

/* breadcrumbs */

.breadcrumbs-wrap {
  color: #fff;
}

.breadcrumbs-wrap .title {
  font-weight: 600;
  font-size: 0.94rem;
}

.breadcrumbs {
  font-size: 0;
}

.breadcrumbs li {
  position: relative;
  font-size: 1.06rem;
  display: inline-block;
}

.breadcrumbs li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs li:not(:first-child) {
  margin-left: 10px;
  padding-left: 20px;
}

.breadcrumbs li:not(:first-child):before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  background: none;
  border-top: 2px solid #fab500;
  border-right: 2px solid #fab500;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs.type2 li {
  font-size: 0.94rem;
  font-weight: 600;
  color: #b90742;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs.type2 li a {
  position: relative;
  color: #b90742;
  z-index: 2;
}

@media (min-width: 992px) {
  .breadcrumbs li a:hover {
    color: #b90742;
  }

  .breadcrumbs.type2 li a:hover {
    text-decoration: underline;
  }

  .breadcrumbs.type3 li a:hover {
    text-decoration: underline;
    color: inherit;
  }
}

/* end of breadcrumbs */

/* banner-cta */
.banner-cta {
  position: relative;
  background-color: #fab500;
  border-radius: 0 25px 0 0;
  width: 300px;
  padding: 20px 25px;
  color: #fff;
}

.banner-cta .title {
  position: relative;
  font-size: 1.18rem;
  font-weight: 600;
  padding-right: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-cta .simple-link-list {
  margin-top: 25px;
}

section.simple-banner a.button {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 25px 7px 25px;
}

.simple-banner .banner-cta {
  position: absolute;
  right: 15px;
  bottom: -65px;
  z-index: 1;
}

section.simple-banner ul.title-list h1 i {
  width: 10px;
  height: 10px;
  background-color: #00b2a9;
  border-radius: 50%;
  display: inline-block;
}

section.simple-banner.vac_banner ul.title-list h1 i,
section.simple-banner.simple-banner-bigger ul.title-list h1 i {
  width: 20px;
  height: 20px;
  background-color: #00b2a9;
  border-radius: 50%;
  display: inline-block;
}

.banner-cta-container {
  position: fixed;
  left: 50%;
  width: 100%;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, 300px);
  transform: translate(-50%, 300px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-cta-container.active {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.banner-cta-container .banner-cta {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 1;
}

.banner-cta-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fab500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-cta-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: 2px solid #3e2a25;
  border-right: 2px solid #3e2a25;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-cta.active .banner-cta-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner-cta .action {
  cursor: pointer;
  position: relative;
}

.banner-cta .action:before {
  content: "";
  position: absolute;
  top: -20px;
  right: -25px;
  left: -25px;
  bottom: -25px;
}

.banner-cta.type2 {
  background: #941e57;
  background: -moz-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #941e57),
    color-stop(9%, #991b54),
    color-stop(17%, #9e1851),
    color-stop(27%, #a3154f),
    color-stop(38%, #a7134c),
    color-stop(49%, #ab104a),
    color-stop(58%, #af0e48),
    color-stop(68%, #b20c46),
    color-stop(77%, #b50a44),
    color-stop(88%, #b80842),
    color-stop(96%, #b90741),
    color-stop(100%, #b90741)
  );
  background: -webkit-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -o-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -ms-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: linear-gradient(
    to right,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
}

.banner-cta.type2 .banner-cta-arrow {
  border-color: #941e57;
}

.banner-cta.type2 .simple-link-list {
  display: none;
}

@media (min-width: 992px) {
  .banner-cta .action:hover .title {
    color: #3e2a25;
  }

  .banner-cta.type2 .action:hover .banner-cta-arrow {
    background-color: transparent;
    border-color: #fff;
  }

  .banner-cta.type2 .action:hover .banner-cta-arrow:before {
    border-color: #fff;
  }

  .banner-cta.type2 .simple-link-list li a:hover {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .banner-cta-container {
    display: none;
  }

  .simple-banner .banner-cta {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    position: relative;
    right: auto;
    left: 0;
    bottom: 0;
  }
}

/* end of banner-cta */

/* simple-link-list */
.simple-link-list li {
  position: relative;
  font-size: 1.06rem;
  font-weight: 300;
  margin-bottom: 25px;
}

.simple-link-list li:last-child {
  margin-bottom: 0;
}

.simple-link-list li a {
  padding-left: 45px;
  display: inline-block;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.simple-link-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.simple-link-list li a:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 992px) {
  .simple-link-list:hover li a:hover {
    color: #3e2a25;
    font-weight: 600;
  }
}

/* simple-link-list */

/* title-list */
.title-list li {
  position: relative;
  display: inline-block;
  line-height: 1em;
}

.title-list li:not(:last-child) {
  padding-right: 40px;
  margin-right: 31px;
}

.title-list li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 1.2rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fab500;
}

.title-list.smaller li:not(:last-child) {
  padding-right: 23px;
  margin-right: 17px;
}

.title-list.smaller li:not(:last-child):before {
  top: 0.9em;
  width: 6px;
  height: 6px;
}
/* end of title-list */

/* rounded-wrapper */
.rounded-wrapper {
  border-radius: 24px;
  padding: 20px 45px;
}

.rounded-wrapper .title {
  margin-bottom: 15px;
}

.form-wrapper .rounded-wrapper {
  margin-bottom: 20px;
}

.rounded-wrapper .checkbox-entry {
  margin-bottom: 15px;
}
/* end of rounded-wrapper */

/* item-icon-block */
.item-icon-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-icon-block {
  display: block;
  position: relative;
  width: 25%;
  padding: 0 7px;
  text-align: center;
  color: #3e2a25;
  word-break: break-word;
}

.item-icon-block .icon {
  position: relative;
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-icon-block .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.item-icon-block .title {
  display: block;
  margin-bottom: 10px;
}

.item-icon-block .link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) {
  a.item-icon-block:hover .icon {
    opacity: 0.6;
  }

  a.item-icon-block:hover .link {
    text-decoration: underline;
  }
}

@media (max-width: 991px) {
  .item-icon-block {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .item-icon-block {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 400px;
  }

  .item-icon-block .icon {
    width: 60px;
    height: 60px;
  }
}

/* end of item-icon-block */

/* category item */
.category-item {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 0 0 30px;
  padding: 20px 75px 20px 25px;
  margin-bottom: 25px;
}

.category-item .title {
  display: inline-block;
  color: #3e2a25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-decor {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  background: #941e57;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #941e57),
    color-stop(9%, #991b54),
    color-stop(17%, #9e1851),
    color-stop(27%, #a3154f),
    color-stop(38%, #a7134c),
    color-stop(49%, #ab104a),
    color-stop(58%, #af0e48),
    color-stop(68%, #b20c46),
    color-stop(77%, #b50a44),
    color-stop(88%, #b80842),
    color-stop(96%, #b90741),
    color-stop(100%, #b90741)
  );
  background: -webkit-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: linear-gradient(
    to right,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-decor:before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.link-decor.type2 {
  background: transparent;
  border: 2px solid #fab500;
}
.link-decor.type2:before {
  bottom: 14px;
  right: 16px;
  border-color: #000;
}

.link-decor.type3 {
  width: 80px;
  height: 80px;
}

.link-decor.type3:before {
  content: none;
}

.link-decor img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.category-item .link-decor {
  right: 30px;
  bottom: 25px;
}

@media (min-width: 992px) {
  .category-item .title:hover {
    text-decoration: underline;
  }
  .link-decor:hover:before {
    right: 15px;
  }
}
/* end of category item */

/* simple images */
.image1 {
  position: relative;
  padding-bottom: 100%;
}
/* end of simple images */

/* tabs */
.tabs {
  margin-top: 10px;
}

.tabs.style2 {
  margin-top: 0;
}

.tab-toggle {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.tab-nav {
  position: relative;
  padding-bottom: 40px;
}
.tab-title {
  display: none;
  padding: 10px;
  background: #fab500;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 40px;
}
.tab-title:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-nav.active .tab-title:before {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tab-menu {
  position: relative;
  cursor: pointer;
  padding: 10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  border-bottom: 5px solid rgba(62, 42, 37, 0.31);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.tab-menu.active {
  border-color: rgba(62, 42, 37, 1);
  font-weight: 600;
}
.tab {
  display: none;
  padding-left: 100px;
  padding-right: 40px;
}
.tab:nth-child(2) {
  display: block;
}

.tab .title {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .tab-menu:hover {
    border-color: rgba(62, 42, 37, 1);
  }
}

@media (max-width: 1199px) {
  .tab {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .tabs {
    margin-top: 30px;
  }
  .tab-title {
    display: block;
  }
  .tab-toggle {
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;

    border-left: 2px solid rgba(62, 42, 37, 0.3);
    border-right: 2px solid rgba(62, 42, 37, 0.3);

    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 2px;
    transform-origin: 50% 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tab-nav {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .tab-nav.active .tab-toggle {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .tab-menu {
    display: block;
    border-bottom-width: 2px;
  }

  .tab .title {
    margin-bottom: 25px;
  }
}

@media (max-width: 370px) {
  .tab .two-columns {
    columns: 1;
    column-gap: 0;
  }
}
/* end of tabs */

/* achive-item */
.achive-item {
  position: relative;
  background-color: #fff;
  padding: 100px 50px 70px;
  text-align: center;
}

.news-container .achive-item {
  margin-top: 120px;
  margin-bottom: 60px;
}

.achive-item .icon {
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 124px;
  height: 154px;
  background-color: #fff;
  border-radius: 62px;
}

.achive-item .icon img,
.achive-item .icon svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}

.achive-item .title {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .news-container .achive-item {
    margin-bottom: 30px;
    margin-top: 60px;
  }

  .achive-item {
    padding: 100px 15px 30px;
  }
}
/* end of achive-item */

/* table-layout */
.table-layout {
  padding: 0 15px;
}

.cell {
  position: relative;
  padding: 15px 0;
}

.cell a {
  color: inherit;
}

.bg-grey {
  background-color: #efefef;
}

.cell {
  font-size: 0.94rem;
  line-height: 1.625em;
}

.cell .link-decor {
  display: none;
}

@media (min-width: 992px) {
  .cell a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  .table-layout .row > div[class*="col"]:not(:first-child) {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .table-layout .row:first-of-type {
    display: none;
  }

  .table-layout .row > div[class*="col"]:not(:first-child) {
    display: none;
  }

  .title-cell {
    padding-right: 50px;
    min-height: 75px;
  }

  .cell .link-decor {
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .cell.active .link-decor {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/* end of table-layout */

/* map, locations */

.map-wrapper {
  height: 480px;
  background: #efefef;
}

.map-wrapper.type-2 {
  height: 330px;
}

.locations-wrap {
  margin-top: 90px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.location-item {
  position: relative;
  padding: 40px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  width: 33.33%;
  word-break: break-word;
}

.location-item:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  z-index: 1;
}

.location-item:nth-child(3n) {
  border-right: 0;
}

.location-item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.location-item .block-title {
  max-width: unset;
  margin-bottom: 15px;
}

.icon-list li a {
  position: relative;
  display: inline-block;
  padding-left: 46px;
  color: inherit;
}

.as-icon-list {
  padding-left: 46px;
}

.as-icon-list a {
  text-decoration: underline;
  color: inherit;
}

.icon-list li a img {
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  max-width: 22px;
  max-height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.location-item .icon-list {
  margin-bottom: 40px;
}

.info-box {
  color: #3e2a25;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  padding: 15px 30px;
  line-height: 1.294118rem;
  font-size: 0.8rem;
  width: 240px;
  border-radius: 14px;
}

.info-box .icon-list li {
  margin-bottom: 8px;
}

.info-box .icon-list li a {
  padding-left: 35px;
  line-height: 1.294118rem;
}

.info-box .desc {
  font-size: 0.8rem;
}
.info-box .h4 {
  font-size: 0.94rem;
}
.info-box .icon-list {
  margin-top: 20px;
}
.info-box .icon-list li a img {
  top: 2px;
}

.info-box .button {
  margin-top: 7px;
  padding: 6px 17px;
}

@media (min-width: 992px) {
  .icon-list li a:hover {
    text-decoration: underline;
  }

  .icon-list li a:hover img {
    opacity: 0.6;
  }

  .icon-list li a:not([href]):hover {
    text-decoration: none;
  }
  .icon-list li a:not([href]):hover img {
    opacity: 1;
  }

  .as-icon-list a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1199px) {
  .location-item {
    padding: 25px;
  }

  .location-item:before {
    right: -25px;
    bottom: -25px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .map-wrapper {
    height: 400px;
  }
  .locations-wrap {
    margin-top: 40px;
  }
  .location-item {
    width: 100%;
    border-right: 0;
    padding: 30px 15px;
  }

  .location-item .icon-list {
    margin-bottom: 20px;
  }

  .icon-list li a {
    padding-left: 35px;
  }

  .location-item:nth-last-child(-n + 3) {
    border-bottom: 1px solid #efefef;
  }

  .location-item:last-child {
    border-bottom: 0;
  }
}

/* end of map, locations */

/*simple-icon-list*/
.simple-icon-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -15px;
}

.simple-icon-list li {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 50px;
}

.simple-icon-list li .icon {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section.inf_block_sect .simple-icon-list.icon-count-5 li {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .section.inf_block_sect .simple-icon-list.icon-count-5 li {
    width: 50%;
  }
}

.simple-icon-list li .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  height: 60px;
}

.simple-icon-list li span {
  display: inline-block;
  font-size: 1.06rem;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.simple-icon-list.type2 li {
  width: 25%;
  margin-bottom: 0;
}

.simple-icon-list.type2 li span {
  color: #3e2a25;
}

.simple-icon-list.size2 li {
  width: 33.33%;
}

.simple-icon-list.size2 li .icon {
  width: 245px;
  height: 245px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .simple-icon-list.horizontal li {
    display: -webkit-flex;
    display: flex;
    text-align: left;
    word-break: break-word;
  }

  .simple-icon-list.horizontal li .icon {
    width: 60px;
    height: 60px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .simple-icon-list li a:hover .icon {
    opacity: 0.6;
  }
  .simple-icon-list li a:hover span {
    color: #941e57;
  }
}

@media (max-width: 767px) {
  .simple-icon-list li,
  .simple-icon-list.type2 li,
  .simple-icon-list.size2 li {
    width: 50%;
  }

  .simple-icon-list.size2 li .icon {
    height: 150px;
  }

  .simple-icon-list.type2 li {
    margin-bottom: 30px;
  }
}

/*end of simple-icon-list*/

/* vacancies-search-wrap */
.vacancies-search-wrap {
  position: relative;
  z-index: 3;
  padding: 15px;
  border-radius: 0 40px 0 0;
  text-align: center;
  margin-top: -80px;
}
/* end of vacancies-search-wrap */

/* vacancies-check-wrap */
.vacancies-check-wrap {
  padding: 20px 0;
  text-align: center;
}

.vacancies-check-wrap .checkbox-entry {
  display: inline-block;
  margin-right: 70px;
}

.vacancies-check-wrap .checkbox-entry:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .vacancies-check-wrap .checkbox-entry {
    margin-right: 30px;
  }
}
/*  end of vacancies-check-wrap */

/* step-list */
.step-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-word;
}
.step-list li {
  position: relative;
  width: 20%;
  padding-right: 40px;
  padding-top: 70px;
}

.step-list li:last-child {
  padding-right: 0;
}

.step-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  height: 2px;
  width: 100%;
  background-color: #3e2a25;
}

.step-list li:last-child:before {
  content: none;
}

.step-list .link-decor {
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.step-list .link-decor.type3 {
  top: -20px;
}

.step-list .title {
  margin-bottom: 10px;
  min-height: 2.9em;
}

.step-list .link-decor:before {
  right: 16px;
}

@media (max-width: 1199px) {
  .step-list li {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .step-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .step-list li:last-child {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .step-list li:before {
    content: none;
  }

  .step-list .title {
    min-height: auto;
  }
}

/* end of step-list */

/* other */
.two-columns {
  columns: 2;
  column-gap: 30px;
}

.items-rounded .shortcode-type9 .content {
  border-radius: 0 0 40px;
}

.image3 {
  padding-bottom: 57%;
  position: relative;
  border-radius: 0 0 0 40px;
  overflow: hidden;
}

.image3.type2 {
  border-radius: 0 0 40px;
}

.fixed-line {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  z-index: 999999;
}

.fixed-line .button {
  padding: 17px 15px;
  min-width: 200px;
}

.fixed-line .button + .button {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .fixed-line {
    display: none;
  }
}
/* end of other */

/* sumoselect */
.SumoSelect {
  display: block;
  width: 100%;

  /*width: 260px;*/
  cursor: pointer;
  z-index: 1;
}

.SumoSelect > .CaptionCont {
  background-color: #fff;
  border: 0;
  cursor: pointer;
  /*border-radius: 25px;*/
}
.SumoSelect > .optWrapper {
  background-color: #efefef;
  border-radius: 0;
  padding: 28px 0 0;
  border: none;
  border-top: 0;
  /*max-height: 200px;*/
  overflow: auto;
  box-shadow: none;
  /*border-bottom-left-radius: 25px;*/
  /*border-bottom-right-radius: 25px;*/
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: #eaeaea;
}

.SelectBox {
  font-size: 1.18rem;
  line-height: 1;
  font-weight: 400;
  color: #1e1e1e;
  padding: 16px 60px 16px 35px;
}

.SumoSelect > .CaptionCont > span.placeholder {
  font-size: 1.18rem;
  font-style: normal;
  font-weight: 400;
  color: #121715;
  backface-visibility: hidden;
}
.SumoSelect.open > .CaptionCont > span.placeholder {
  opacity: 1;
}
.SumoSelect > .CaptionCont > span {
  padding-right: 0;
  cursor: pointer;
  line-height: 1.411765rem;
  font-family: "Catamaran", sans-serif;
}
.SumoSelect > .CaptionCont > label {
  cursor: pointer;
  width: 60px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  opacity: 1;
  width: 32px;
  height: 32px;
}

.SumoSelect > .CaptionCont > label > i:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #1e1e1e;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.SumoSelect.open .CaptionCont > label > i:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -5px;
}

.SumoSelect.open > .optWrapper {
  top: 28px;
  z-index: -1;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  border-bottom: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li label {
  padding: 10px 15px;
  font-size: 1.18rem;
  line-height: 1;
  font-weight: 400;
  color: #1e1e1e;
}
.SumoSelect > .optWrapper > .options {
  max-height: 264px;
  border-radius: 0;
}

.options > .opt.disabled:first-child {
  display: none;
}

@media (min-width: 992px) {
  .SumoSelect > .CaptionCont:hover > span.placeholder {
    opacity: 1;
  }

  .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #fab500;
  }
  .SumoSelect > .optWrapper > .options li.opt:hover label {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .SelectBox {
    padding: 11px 50px 11px 20px;
  }
}
/* end of sumoselect */

/* SPACERS */
.space-xxl {
  height: 300px;
}

.space-xl {
  height: 220px;
}

.space-l {
  height: 145px;
}

.space-xm {
  height: 130px;
}

.space-m {
  height: 100px;
}

.space-s {
  height: 50px;
}

@media screen and (max-width: 1499px) {
  .space-xxl {
    height: 220px;
  }

  .space-xl {
    height: 160px;
  }

  .space-l {
    height: 100px;
  }

  .space-m {
    height: 70px;
  }
}

@media (max-width: 1199px) {
  .space-xl {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .space-xxl {
    height: 160px;
  }

  .space-xl {
    height: 100px;
  }

  .space-l {
    height: 70px;
  }

  .space-xm {
    height: 60px;
  }

  .space-m {
    height: 40px;
  }
}

.banner,
.bg,
.main-content {
  opacity: 1;
  visibility: visible;
}

.banner .banner-content .h1 {
  min-width: 300px;
  max-width: 470px;
}

/*============================*/
/*Empty space*/
/*============================*/
.empty-lg-0 {
  height: 0px;
}

.empty-lg-5 {
  height: 5px;
}

.empty-lg-10 {
  height: 10px;
}

.empty-lg-15 {
  height: 15px;
}

.empty-lg-20 {
  height: 20px;
}

.empty-lg-25 {
  height: 25px;
}

.empty-lg-30 {
  height: 30px;
}

.empty-lg-35 {
  height: 35px;
}

.empty-lg-40 {
  height: 40px;
}

.empty-lg-45 {
  height: 45px;
}

.empty-lg-50 {
  height: 50px;
}

.empty-lg-55 {
  height: 55px;
}

.empty-lg-60 {
  height: 60px;
}

.empty-lg-65 {
  height: 65px;
}

.empty-lg-70 {
  height: 70px;
}

.empty-lg-75 {
  height: 75px;
}

.empty-lg-80 {
  height: 80px;
}

.empty-lg-85 {
  height: 85px;
}

.empty-lg-90 {
  height: 90px;
}

.empty-lg-95 {
  height: 95px;
}

.empty-lg-100 {
  height: 100px;
}

.empty-lg-105 {
  height: 105px;
}

.empty-lg-110 {
  height: 110px;
}

.empty-lg-115 {
  height: 115px;
}

.empty-lg-120 {
  height: 120px;
}

.empty-lg-125 {
  height: 125px;
}

.empty-lg-130 {
  height: 130px;
}

.empty-lg-135 {
  height: 135px;
}

.empty-lg-140 {
  height: 140px;
}

.empty-lg-145 {
  height: 145px;
}

.empty-lg-150 {
  height: 150px;
}

.empty-lg-155 {
  height: 155px;
}

.empty-lg-160 {
  height: 160px;
}

.empty-lg-165 {
  height: 165px;
}

.empty-lg-170 {
  height: 170px;
}

.empty-lg-175 {
  height: 175px;
}

.empty-lg-180 {
  height: 180px;
}

.empty-lg-185 {
  height: 185px;
}

.empty-lg-190 {
  height: 190px;
}

.empty-lg-195 {
  height: 195px;
}

.empty-lg-200 {
  height: 200px;
}

.empty-lg-205 {
  height: 205px;
}

.empty-lg-210 {
  height: 210px;
}

.empty-lg-215 {
  height: 215px;
}

.empty-lg-220 {
  height: 220px;
}

.empty-lg-225 {
  height: 225px;
}

.empty-lg-230 {
  height: 230px;
}

.empty-lg-235 {
  height: 235px;
}

.empty-lg-240 {
  height: 240px;
}

.empty-lg-245 {
  height: 245px;
}

.empty-lg-250 {
  height: 250px;
}

.empty-lg-255 {
  height: 255px;
}

.empty-lg-260 {
  height: 260px;
}

.empty-lg-265 {
  height: 265px;
}

.empty-lg-270 {
  height: 270px;
}

.empty-lg-275 {
  height: 275px;
}

.empty-lg-280 {
  height: 280px;
}

.empty-lg-285 {
  height: 285px;
}

.empty-lg-290 {
  height: 290px;
}

.empty-lg-295 {
  height: 295px;
}

.empty-lg-300 {
  height: 300px;
}

@media (max-width: 1499px) {
  .empty-ds-0 {
    height: 0px;
  }

  .empty-ds-5 {
    height: 5px;
  }

  .empty-ds-10 {
    height: 10px;
  }

  .empty-ds-15 {
    height: 15px;
  }

  .empty-ds-20 {
    height: 20px;
  }

  .empty-ds-25 {
    height: 25px;
  }

  .empty-ds-30 {
    height: 30px;
  }

  .empty-ds-35 {
    height: 35px;
  }

  .empty-ds-40 {
    height: 40px;
  }

  .empty-ds-45 {
    height: 45px;
  }

  .empty-ds-50 {
    height: 50px;
  }

  .empty-ds-55 {
    height: 55px;
  }

  .empty-ds-60 {
    height: 60px;
  }

  .empty-ds-65 {
    height: 65px;
  }

  .empty-ds-70 {
    height: 70px;
  }

  .empty-ds-75 {
    height: 75px;
  }

  .empty-ds-80 {
    height: 80px;
  }

  .empty-ds-85 {
    height: 85px;
  }

  .empty-ds-90 {
    height: 90px;
  }

  .empty-ds-95 {
    height: 95px;
  }

  .empty-ds-100 {
    height: 100px;
  }

  .empty-ds-105 {
    height: 105px;
  }

  .empty-ds-110 {
    height: 110px;
  }

  .empty-ds-115 {
    height: 115px;
  }

  .empty-ds-120 {
    height: 120px;
  }

  .empty-ds-125 {
    height: 125px;
  }

  .empty-ds-130 {
    height: 130px;
  }

  .empty-ds-135 {
    height: 135px;
  }

  .empty-ds-140 {
    height: 140px;
  }

  .empty-ds-145 {
    height: 145px;
  }

  .empty-ds-150 {
    height: 150px;
  }

  .empty-ds-155 {
    height: 155px;
  }

  .empty-ds-160 {
    height: 160px;
  }

  .empty-ds-165 {
    height: 165px;
  }

  .empty-ds-170 {
    height: 170px;
  }

  .empty-ds-175 {
    height: 175px;
  }

  .empty-ds-180 {
    height: 180px;
  }

  .empty-ds-185 {
    height: 185px;
  }

  .empty-ds-190 {
    height: 190px;
  }

  .empty-ds-195 {
    height: 195px;
  }

  .empty-ds-200 {
    height: 200px;
  }

  .empty-ds-205 {
    height: 205px;
  }

  .empty-ds-215 {
    height: 215px;
  }

  .empty-ds-220 {
    height: 220px;
  }

  .empty-ds-225 {
    height: 225px;
  }

  .empty-ds-230 {
    height: 230px;
  }

  .empty-ds-235 {
    height: 235px;
  }

  .empty-ds-240 {
    height: 240px;
  }

  .empty-ds-245 {
    height: 245px;
  }

  .empty-ds-250 {
    height: 250px;
  }

  .empty-ds-255 {
    height: 255px;
  }

  .empty-ds-260 {
    height: 260px;
  }

  .empty-ds-265 {
    height: 265px;
  }

  .empty-ds-270 {
    height: 270px;
  }

  .empty-ds-275 {
    height: 275px;
  }

  .empty-ds-280 {
    height: 280px;
  }

  .empty-ds-285 {
    height: 285px;
  }

  .empty-ds-290 {
    height: 290px;
  }

  .empty-ds-295 {
    height: 295px;
  }

  .empty-ds-300 {
    height: 300px;
  }
}

@media (max-width: 1199px) {
  .empty-md-0 {
    height: 0px;
  }

  .empty-md-5 {
    height: 5px;
  }

  .empty-md-10 {
    height: 10px;
  }

  .empty-md-15 {
    height: 15px;
  }

  .empty-md-20 {
    height: 20px;
  }

  .empty-md-25 {
    height: 25px;
  }

  .empty-md-30 {
    height: 30px;
  }

  .empty-md-35 {
    height: 35px;
  }

  .empty-md-40 {
    height: 40px;
  }

  .empty-md-45 {
    height: 45px;
  }

  .empty-md-50 {
    height: 50px;
  }

  .empty-md-55 {
    height: 55px;
  }

  .empty-md-60 {
    height: 60px;
  }

  .empty-md-65 {
    height: 65px;
  }

  .empty-md-70 {
    height: 70px;
  }

  .empty-md-75 {
    height: 75px;
  }

  .empty-md-80 {
    height: 80px;
  }

  .empty-md-85 {
    height: 85px;
  }

  .empty-md-90 {
    height: 90px;
  }

  .empty-md-95 {
    height: 95px;
  }

  .empty-md-100 {
    height: 100px;
  }

  .empty-md-105 {
    height: 105px;
  }

  .empty-md-110 {
    height: 110px;
  }

  .empty-md-115 {
    height: 115px;
  }

  .empty-md-120 {
    height: 120px;
  }

  .empty-md-125 {
    height: 125px;
  }

  .empty-md-130 {
    height: 130px;
  }

  .empty-md-135 {
    height: 135px;
  }

  .empty-md-140 {
    height: 140px;
  }

  .empty-md-145 {
    height: 145px;
  }

  .empty-md-150 {
    height: 150px;
  }

  .empty-md-155 {
    height: 155px;
  }

  .empty-md-160 {
    height: 160px;
  }

  .empty-md-165 {
    height: 165px;
  }

  .empty-md-170 {
    height: 170px;
  }

  .empty-md-175 {
    height: 175px;
  }

  .empty-md-180 {
    height: 180px;
  }

  .empty-md-185 {
    height: 185px;
  }

  .empty-md-190 {
    height: 190px;
  }

  .empty-md-195 {
    height: 195px;
  }

  .empty-md-200 {
    height: 200px;
  }

  .empty-md-205 {
    height: 205px;
  }

  .empty-md-215 {
    height: 215px;
  }

  .empty-md-220 {
    height: 220px;
  }

  .empty-md-225 {
    height: 225px;
  }

  .empty-md-230 {
    height: 230px;
  }

  .empty-md-235 {
    height: 235px;
  }

  .empty-md-240 {
    height: 240px;
  }

  .empty-md-245 {
    height: 245px;
  }

  .empty-md-250 {
    height: 250px;
  }

  .empty-md-255 {
    height: 255px;
  }

  .empty-md-260 {
    height: 260px;
  }

  .empty-md-265 {
    height: 265px;
  }

  .empty-md-270 {
    height: 270px;
  }

  .empty-md-275 {
    height: 275px;
  }

  .empty-md-280 {
    height: 280px;
  }

  .empty-md-285 {
    height: 285px;
  }

  .empty-md-290 {
    height: 290px;
  }

  .empty-md-295 {
    height: 295px;
  }

  .empty-md-300 {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .empty-sm-0 {
    height: 0px;
  }

  .empty-sm-5 {
    height: 5px;
  }

  .empty-sm-10 {
    height: 10px;
  }

  .empty-sm-15 {
    height: 15px;
  }

  .empty-sm-20 {
    height: 20px;
  }

  .empty-sm-25 {
    height: 25px;
  }

  .empty-sm-30 {
    height: 30px;
  }

  .empty-sm-35 {
    height: 35px;
  }

  .empty-sm-40 {
    height: 40px;
  }

  .empty-sm-45 {
    height: 45px;
  }

  .empty-sm-50 {
    height: 50px;
  }

  .empty-sm-55 {
    height: 55px;
  }

  .empty-sm-60 {
    height: 60px;
  }

  .empty-sm-65 {
    height: 65px;
  }

  .empty-sm-70 {
    height: 70px;
  }

  .empty-sm-75 {
    height: 75px;
  }

  .empty-sm-80 {
    height: 80px;
  }

  .empty-sm-85 {
    height: 85px;
  }

  .empty-sm-90 {
    height: 90px;
  }

  .empty-sm-95 {
    height: 95px;
  }

  .empty-sm-100 {
    height: 100px;
  }

  .empty-sm-105 {
    height: 105px;
  }

  .empty-sm-110 {
    height: 110px;
  }

  .empty-sm-115 {
    height: 115px;
  }

  .empty-sm-120 {
    height: 120px;
  }

  .empty-sm-125 {
    height: 125px;
  }

  .empty-sm-130 {
    height: 130px;
  }

  .empty-sm-135 {
    height: 135px;
  }

  .empty-sm-140 {
    height: 140px;
  }

  .empty-sm-145 {
    height: 145px;
  }

  .empty-sm-150 {
    height: 150px;
  }

  .empty-sm-155 {
    height: 155px;
  }

  .empty-sm-160 {
    height: 160px;
  }

  .empty-sm-165 {
    height: 165px;
  }

  .empty-sm-170 {
    height: 170px;
  }

  .empty-sm-175 {
    height: 175px;
  }

  .empty-sm-180 {
    height: 180px;
  }

  .empty-sm-185 {
    height: 185px;
  }

  .empty-sm-190 {
    height: 190px;
  }

  .empty-sm-195 {
    height: 195px;
  }

  .empty-sm-200 {
    height: 200px;
  }

  .empty-sm-205 {
    height: 205px;
  }

  .empty-sm-210 {
    height: 210px;
  }

  .empty-sm-215 {
    height: 215px;
  }

  .empty-sm-220 {
    height: 220px;
  }

  .empty-sm-225 {
    height: 225px;
  }

  .empty-sm-230 {
    height: 230px;
  }

  .empty-sm-235 {
    height: 235px;
  }

  .empty-sm-240 {
    height: 240px;
  }

  .empty-sm-245 {
    height: 245px;
  }

  .empty-sm-250 {
    height: 250px;
  }

  .empty-sm-255 {
    height: 255px;
  }

  .empty-sm-260 {
    height: 260px;
  }

  .empty-sm-265 {
    height: 265px;
  }

  .empty-sm-270 {
    height: 270px;
  }

  .empty-sm-275 {
    height: 275px;
  }

  .empty-sm-280 {
    height: 280px;
  }

  .empty-sm-285 {
    height: 285px;
  }

  .empty-sm-290 {
    height: 290px;
  }

  .empty-sm-295 {
    height: 295px;
  }

  .empty-sm-300 {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .empty-xs-0 {
    height: 0px;
  }

  .empty-xs-5 {
    height: 5px;
  }

  .empty-xs-10 {
    height: 10px;
  }

  .empty-xs-15 {
    height: 15px;
  }

  .empty-xs-20 {
    height: 20px;
  }

  .empty-xs-25 {
    height: 25px;
  }

  .empty-xs-30 {
    height: 30px;
  }

  .empty-xs-35 {
    height: 35px;
  }

  .empty-xs-40 {
    height: 40px;
  }

  .empty-xs-45 {
    height: 45px;
  }

  .empty-xs-50 {
    height: 50px;
  }

  .empty-xs-55 {
    height: 55px;
  }

  .empty-xs-60 {
    height: 60px;
  }

  .empty-xs-65 {
    height: 65px;
  }

  .empty-xs-70 {
    height: 70px;
  }

  .empty-xs-75 {
    height: 75px;
  }

  .empty-xs-80 {
    height: 80px;
  }

  .empty-xs-85 {
    height: 85px;
  }

  .empty-xs-90 {
    height: 90px;
  }

  .empty-xs-95 {
    height: 95px;
  }

  .empty-xs-100 {
    height: 100px;
  }

  .empty-xs-105 {
    height: 105px;
  }

  .empty-xs-110 {
    height: 110px;
  }

  .empty-xs-115 {
    height: 115px;
  }

  .empty-xs-120 {
    height: 120px;
  }

  .empty-xs-125 {
    height: 125px;
  }

  .empty-xs-130 {
    height: 130px;
  }

  .empty-xs-135 {
    height: 135px;
  }

  .empty-xs-140 {
    height: 140px;
  }

  .empty-xs-145 {
    height: 145px;
  }

  .empty-xs-150 {
    height: 150px;
  }

  .empty-xs-155 {
    height: 155px;
  }

  .empty-xs-160 {
    height: 160px;
  }

  .empty-xs-165 {
    height: 165px;
  }

  .empty-xs-170 {
    height: 170px;
  }

  .empty-xs-175 {
    height: 175px;
  }

  .empty-xs-180 {
    height: 180px;
  }

  .empty-xs-185 {
    height: 185px;
  }

  .empty-xs-190 {
    height: 190px;
  }

  .empty-xs-195 {
    height: 195px;
  }

  .empty-xs-200 {
    height: 200px;
  }

  .empty-xs-205 {
    height: 205px;
  }

  .empty-xs-215 {
    height: 215px;
  }

  .empty-xs-220 {
    height: 220px;
  }

  .empty-xs-225 {
    height: 225px;
  }

  .empty-xs-230 {
    height: 230px;
  }

  .empty-xs-235 {
    height: 235px;
  }

  .empty-xs-240 {
    height: 240px;
  }

  .empty-xs-245 {
    height: 245px;
  }

  .empty-xs-250 {
    height: 250px;
  }

  .empty-xs-255 {
    height: 255px;
  }

  .empty-xs-260 {
    height: 260px;
  }

  .empty-xs-265 {
    height: 265px;
  }

  .empty-xs-270 {
    height: 270px;
  }

  .empty-xs-275 {
    height: 275px;
  }

  .empty-xs-280 {
    height: 280px;
  }

  .empty-xs-285 {
    height: 285px;
  }

  .empty-xs-290 {
    height: 290px;
  }

  .empty-xs-295 {
    height: 295px;
  }

  .empty-xs-300 {
    height: 300px;
  }
}

/*============================*/
/*Empty space*/
/*============================*/

.grey,
.simple-article.grey p {
  color: #8b8b8b;
}

.light,
.simple-article.light p {
  color: #fff;
}
.h1 i,
.h2 i,
.h3 i,
.h4 i,
.h5 i,
.h6 i {
  color: #00b2a9;
}

.bg-main-color {
  background-color: rgba(62, 42, 37, 0.3);
}

.bg-colored {
  background-color: #fab500;
}

/*# sourceMappingURL=style.css.map */
/* section ul:not(.simple-link-list), */
.desc ul {
  margin-bottom: 50px;
  margin-left: 15px;
}
/* section ul:not(.simple-link-list) li, */
.desc ul li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.06em;
  letter-spacing: 0.25px;
  color: #000000;
  /*     display: -webkit-box;
    display: -ms-flexbox; */
  display: block;
  position: relative;
  padding-left: 28px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* section ul:not(.simple-link-list) li:before, */
.desc ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 0.8em;
  background-color: #fab500;
}
/* donation projects*/
.single-projecten .banner-content .content {
  width: 100%;
}
.project-item,
.project-item .content {
  display: flex;
  flex-direction: column;
}
.project-item .content {
  flex-grow: 1;
}
.project-item .button {
  margin-top: auto;
}
.progress-bar {
  position: relative;
  margin-bottom: 30px;
}
.progress-bar .bar-wrapper {
  height: 60px;
  padding: 5px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.related_single_sect .progress-bar .bar-wrapper {
  background: #efefef;
}
.progress-bar .status-text {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: max-content;
  transform: translate(-50%, -50%);
  padding: 5px;
  background: #efefef;
  font-size: 0.823529rem;
  line-height: 1rem;
  border-radius: 5px;
}
.related_single_sect .progress-bar .status-text {
  background: #fff;
}
.progress-bar .bar {
  background: #941e57;
  background: -moz-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #941e57),
    color-stop(9%, #991b54),
    color-stop(17%, #9e1851),
    color-stop(27%, #a3154f),
    color-stop(38%, #a7134c),
    color-stop(49%, #ab104a),
    color-stop(58%, #af0e48),
    color-stop(68%, #b20c46),
    color-stop(77%, #b50a44),
    color-stop(88%, #b80842),
    color-stop(96%, #b90741),
    color-stop(100%, #b90741)
  );
  background: -webkit-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -o-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: -ms-linear-gradient(
    left,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  background: linear-gradient(
    to right,
    #941e57 0%,
    #991b54 9%,
    #9e1851 17%,
    #a3154f 27%,
    #a7134c 38%,
    #ab104a 49%,
    #af0e48 58%,
    #b20c46 68%,
    #b50a44 77%,
    #b80842 88%,
    #b90741 96%,
    #b90741 100%
  );
  height: 50px;
  border-radius: 5px;
}
.progress-bar .bar.complete {
  background: #00b2a9;
}
.progress-bar .status-text {
  color: #00b2a9;
  font-weight: 600;
}
.donation-form {
  margin-bottom: 30px;
}
.donation-form select {
  width: 100%;
  border: 2px solid #fab500;
  outline: none;
  padding: 15px 35px;
  font-size: 0.94rem;
  line-height: 1.3em;
  opacity: 0.61;
  color: #3e2a25;
  border-radius: 40px;
  font-weight: 600;
}
.general-donation {
  margin-bottom: 30px;
}
.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
}
.select-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.select-wrapper::before {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 300;
  color: #fab500;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.058824rem;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.single-projecten .section .container {
  position: relative;
}
.single-projecten .section:not(.related_single_sect) .container:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translateX(100%);
  background-image: url("../img/Banner02_OnzeFons_VRIJ.png");
  background-size: contain;
  background-position: bottom center;
  aspect-ratio: 193/360;
  height: 420px;
}
.mb-small,
.mb-small p {
  margin-bottom: 15px !important;
}

section.video-section figure {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

section.video-section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0px, 0px, 0.1px);
  transition: 0.3s ease-in-out;
}

section.video-section figure .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.647059rem;
}

section.video-section figure .play-icon i {
  font-family: "FontAwesome";
  color: #fff;
}

section.video-section figure:hover img {
  transform: scale(1.02);
}

/* ============================================================
   Header nav: ruimte voor extra menu-items op desktop
   ============================================================ */

/* breadcrumbs-wrap staat in de flex-rij maar is wit-op-wit
   (onzichtbaar) -- verwijder uit de flow zodat de nav ruimte krijgt */
@media screen and (min-width: 1300px) {
  header .breadcrumbs-wrap {
    display: none;
  }
  nav > ul {
    white-space: nowrap;
  }
}

/* Comprimeer padding/font/marges op schermen van 1300-1699px */
@media screen and (min-width: 1300px) and (max-width: 1699px) {
  nav {
    margin: 0 8px 0 8px;
  }
  nav > ul {
    margin-left: 8px;
  }
  nav ul li {
    padding: 10px 6px;
  }
  nav ul a {
    font-size: 0.88rem;
  }
  .contact-link {
    padding-left: 20px;
    margin-left: 6px;
  }
  .header-search {
    margin-left: 6px;
  }
  .change-font {
    margin-left: 4px;
  }
  .toggle-block-content > .button {
    margin-left: 8px;
    font-size: 0.82rem;
    padding: 9px 12px;
  }
}

/* Keep font-switcher and login button always visible; suppress horizontal scrollbar */
.change-font,
.toggle-block-content > .button {
  flex-shrink: 0;
}

.toggle-block {
  overflow: hidden;
}

/* At largest font size: freeze nav link size so the header doesn't overflow */
html[style*="font-size: 19px"] header nav ul a {
  font-size: 1.058824rem;
}
