@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
.image_preview {
  position: absolute;
  height: auto;
  width: 1920px;
  top: 0;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.image_preview:hover {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #414141;
}

body * {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: #414141;
  text-decoration: none;
}

@media all and (max-width: 800px) {
  .marginformobile {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 799px) {
  .onlymobile {
    display: none !important;
  }
}

@media all and (max-width: 800px) {
  .onlydesktop {
    display: none;
  }
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  pointer-events: none;
  cursor: default;
}

@media all and (max-width: 800px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.aligncenter {
  max-width: 100%;
}

img.alignleft {
  margin-right: 10px;
  max-width: 100%;
}

img.alignright {
  margin-left: 10px;
  max-width: 100%;
}

.gallery {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery dl.gallery-item {
  margin: 0;
  margin-bottom: 2%;
  margin-right: 2%;
}

.gallery dl.gallery-item dt.gallery-icon a img {
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
}

.gallery .gallery-caption {
  text-align: center;
}

@media all and (max-width: 800px) {
  .container .header.header--stick {
    display: none;
  }
}

.container .header.header--stick .forstick {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  width: 97.74041vw;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
          box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
}

.container .header.header--stick.header--stick-min {
  height: auto;
}

.container .header.header--stick.header--stick-min .header__header__top {
  height: auto;
}

.container .header.header--stick.header--stick-min .header__header__top__logo {
  padding-top: 0.42039vw;
  height: 3.25801vw;
}

.container .header.header--stick.header--stick-min .header__header__top__logo img {
  height: 2.62743vw;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu__container {
  height: 3.25801vw;
  background: #fff;
  position: relative;
}

.menu__container ul {
  margin: 0 5.25486vw 0 2.10194vw;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__container ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-size: 0.94587vw;
  font-weight: 500;
  height: 100%;
  position: relative;
}

.menu__container ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  color: #565e6a;
  border-bottom: 2px solid transparent;
}

.menu__container ul > li > a:hover {
  color: #2e80b9;
  border-bottom-color: #2e80b9;
}

.menu__container ul > li.current_page_item > a,
.menu__container ul > li.current-menu-parent > a {
  color: #2e80b9;
  border-color: transparent;
}

.menu__container ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  min-width: 14.71361vw;
  position: absolute;
  top: 3.25801vw;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  border-top: 1px solid #d6d6d6;
}

.menu__container ul > li > ul li {
  height: 3.25801vw;
  padding: 0 1.57646vw;
  border: 1px solid #d6d6d6;
  border-top: none;
  width: 100%;
  background: #fff;
}

.menu__container ul > li > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.94587vw 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.94587vw;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  color: #565e6a;
}

.menu__container ul > li > ul li a:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.73568vw;
  margin-right: 0.31529vw;
  padding: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  content: "\f105";
}

.menu__container ul > li > ul li a:hover {
  color: #2e80b9;
  border-color: transparent;
}

.menu__container ul > li > ul li.current_page_item a,
.menu__container ul > li > ul li.current-menu-parent a,
.menu__container ul > li > ul li.current-menu-item a {
  color: #2e80b9;
  border-color: transparent;
}

.menu__container ul > li:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1200px) {
  .menu__container ul {
    display: none;
  }
}

@media all and (max-width: 1200px) {
  .menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

body.single-projects .menu__container ul > li.menu-item-261 > a {
  color: #2e80b9;
  border-color: transparent;
}

.mobilemenu__button {
  margin-right: 2.10194vw;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: auto;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

.mobilemenu__button__container {
  display: block;
  width: 24px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  outline: none;
  cursor: pointer;
}

.mobilemenu__button__container span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #a80c58;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.mobilemenu__button__container span:nth-child(1) {
  top: 5px;
}

.mobilemenu__button__container span:nth-child(2) {
  top: 13px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobilemenu__button__container span:nth-child(3) {
  top: 21px;
}

.mobilemenu__button.open .mobilemenu__button__container span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mobilemenu__button.open .mobilemenu__button__container span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobilemenu__button.open .mobilemenu__button__container span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media all and (max-width: 1200px) {
  .mobilemenu__button {
    display: block;
  }
}

.mobilemenu__container {
  display: none;
  grid-area: unset;
  position: fixed;
  top: 0;
  left: -320px;
  z-index: 9999999;
  width: 100%;
  max-width: 320px;
  height: 100%;
  overflow: auto;
  background-color: #a80c58;
  grid-area: unset;
  text-align: center;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.mobilemenu__container--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
}

.mobilemenu__container ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 50px;
  width: 100%;
}

.mobilemenu__container ul > li {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

.mobilemenu__container ul > li a {
  display: block;
  padding: 10px 20px 10px 10px;
  font-size: 17px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.mobilemenu__container ul > li a:hover {
  background-color: #333;
}

.mobilemenu__container ul > li ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobilemenu__container ul > li ul li a {
  padding: 6px 0 6px 25px;
  font-size: 17px;
  text-align: left;
}

.mobilemenu__container ul > li ul li a:hover {
  background-color: #333;
}

.container {
  margin: 0 auto;
  width: 97.74041vw;
  max-width: 100%;
}

.container .fund-wrapper {
  background: #fff;
  height: 15.2391vw;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
          box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
  margin-bottom: 1.20862vw;
}

@media all and (max-width: 800px) {
  .container .fund-wrapper {
    height: auto;
  }
}

.container .fund-wrapper img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

@media all and (max-width: 800px) {
  .container .fund-wrapper img {
    height: auto;
    max-width: 100%;
  }
}

.container .header {
  height: 10.50972vw;
  background: #fff;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
          box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
}

.container .header__header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.19916vw;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
          box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
}

@media all and (max-width: 800px) {
  .container .header__header__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 30px;
  }
}

.container .header__header__top__mail {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #757f90;
  font-size: 1.10352vw;
  margin-left: 2.52233vw;
  font-weight: 500;
}

@media all and (max-width: 800px) {
  .container .header__header__top__mail {
    display: none;
  }
}

.container .header__header__top__mail a {
  color: #757f90;
}

.container .header__header__top__logo {
  padding-top: 0.63058vw;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.container .header__header__top__logo img {
  display: block;
  margin: 0 auto;
  height: 5.30741vw;
  width: auto;
}

@media all and (max-width: 800px) {
  .container .header__header__top__logo {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}

.container .header__header__top__phone {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  color: #757f90;
  font-size: 1.57646vw;
  text-align: right;
  margin-right: 2.57488vw;
}

@media all and (max-width: 800px) {
  .container .header__header__top__phone {
    font-size: 16px;
    margin-right: 0;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}

.container .header__header__top__phone a {
  color: #757f90;
}

.container .header__header__top__phone__flag--first {
  margin-left: 2.10194vw;
}

.container .header__header__top__phone__flag img {
  display: inline-block;
  border: 1px solid #ccc;
  height: 18px;
  width: auto;
}

@media all and (max-width: 800px) {
  .container .header__header__top__phone__flag img {
    height: 18px;
  }
}

.container .header__header__menu {
  margin-top: 1px;
}

@media all and (max-width: 1200px) {
  .container .header__header__menu {
    display: none;
  }
}

.container .header__header__menu_fb {
  position: absolute;
  top: 0.68313vw;
  right: 2.46978vw;
  color: #bfbfbf;
  font-size: 1.26117vw;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.container .header__header__menu_fb:hover {
  color: #a80c58;
}

.container .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  color: #757f90;
  background: #fff;
  font-size: 0.89333vw;
  font-weight: 500;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
          box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
  text-shadow: 0px 9px 29px rgba(24, 26, 26, 0.1);
}

@media all and (max-width: 800px) {
  .container .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container .footer__address {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 19.54808vw;
  min-height: 9.45875vw;
  border-left: 1px solid #e6e6e6;
}

@media all and (max-width: 800px) {
  .container .footer__address {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    border-left: none;
  }
}

.container .footer__address--logo {
  border-left: none;
}

.container .footer__address--logo img {
  margin: 0 auto;
  height: auto;
  width: 12.61167vw;
}

@media all and (max-width: 800px) {
  .container .footer__address--logo img {
    padding-top: 20px;
    width: 244px;
  }
}

.container .footer__address--big {
  font-size: 1.10352vw;
}

@media all and (max-width: 800px) {
  .container .footer__address--big {
    font-size: 14px;
  }
}

.container .footer__address--copyright {
  font-size: 0.84078vw;
}

@media all and (max-width: 800px) {
  .container .footer__address--copyright {
    font-size: 14px;
  }
}

.container .footer__address a {
  color: #757f90;
}

.container .footer__address a.footer__button {
  width: 14.55596vw;
  margin-bottom: 1.36626vw;
  color: #91114e;
  font-size: 0.89333vw;
  font-weight: 500;
  padding: 0.52549vw 1.05097vw;
  border-radius: 16px;
  border: 1px solid #d8d8d8;
  background: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

@media all and (max-width: 800px) {
  .container .footer__address a.footer__button {
    font-size: 17px;
    width: auto;
  }
}

.container .footer__address a.footer__button:hover {
  color: #fff;
  border-color: #a80c58;
  background: #a80c58;
}

.footer-contact {
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  text-align: center;
}

.container-content {
  margin: 0 auto;
  width: 90.3836vw;
}

/* content */
.halfcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.6784vw;
  margin-bottom: 2.10194vw;
}

@media all and (max-width: 800px) {
  .halfcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.halfcontent__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 45.1918vw;
      flex-basis: 45.1918vw;
}

@media all and (max-width: 800px) {
  .halfcontent__half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.halfcontent__half--left {
  margin-right: 0.78823vw;
}

.halfcontent__half--right {
  margin-left: 0.78823vw;
}

.halfcontent__cert {
  height: 5.78035vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 800px) {
  .halfcontent__cert {
    height: 110px;
  }
}

.halfcontent__cert--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13.13715vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #181818;
  font-size: 0.89333vw;
  margin-left: 1.05097vw;
}

@media all and (max-width: 800px) {
  .halfcontent__cert--title {
    width: 100%;
    font-size: 16px;
  }
}

@media all and (max-width: 600px) {
  .halfcontent__cert--title {
    display: none;
  }
}

.halfcontent__cert--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.halfcontent__cert--image img {
  height: 100%;
  width: auto;
}

.halfcontent__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.halfcontent__gallery__image {
  height: 12.24383vw;
  width: 13.66264vw;
  position: relative;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
  margin-bottom: 1.05097vw;
}

@media all and (max-width: 800px) {
  .halfcontent__gallery__image {
    height: 24.48765vw;
    width: 27.32528vw;
  }
}

.halfcontent__gallery__image__border {
  position: absolute;
  top: 0.63058vw;
  left: 0.63058vw;
  height: 10.98266vw;
  width: 12.40147vw;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
  z-index: 1;
}

@media all and (max-width: 800px) {
  .halfcontent__gallery__image__border {
    display: none;
  }
}

.halfcontent__gallery__image__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.halfcontent__imagebig {
  margin-bottom: 2.10194vw;
  height: 32.26484vw;
  width: 44.40357vw;
  position: relative;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
}

@media all and (max-width: 800px) {
  .halfcontent__imagebig {
    height: 64.52969vw;
    width: 88.80715vw;
  }
}

.halfcontent__imagebig__border {
  position: absolute;
  top: 1.31372vw;
  left: 1.31372vw;
  height: 29.63741vw;
  width: 41.77614vw;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
  z-index: 1;
  opacity: 0.58;
}

@media all and (max-width: 800px) {
  .halfcontent__imagebig__border {
    top: 2.62743vw;
    left: 2.62743vw;
    height: 59.27483vw;
    width: 83.55229vw;
  }
}

.halfcontent__imagebig__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (max-width: 800px) {
  .halfcontent__text {
    margin: 0 auto;
    width: 100%;
  }
}

.halfcontent__text--title {
  width: 100%;
  margin-bottom: 1.05097vw;
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 100;
  line-height: 1;
  text-align: left;
}

@media all and (max-width: 800px) {
  .halfcontent__text--title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.halfcontent__text p {
  color: #414141;
  font-size: 0.89333vw;
  line-height: 1.47136vw;
  text-align: justify;
  font-weight: 400;
}

.halfcontent__text p a {
  color: #414141;
}

@media all and (max-width: 800px) {
  .halfcontent__text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.halfcontent__text p i {
  color: #a80c58;
  padding-right: 0.21019vw;
}

.halfcontent__text img {
  max-width: 90%;
  height: auto;
}

.halfcontent__twoimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.halfcontent__twoimage__image {
  height: 23.12139vw;
  width: 21.38728vw;
  position: relative;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
}

@media all and (max-width: 800px) {
  .halfcontent__twoimage__image {
    height: 46.24277vw;
    width: 42.77457vw;
  }
}

.halfcontent__twoimage__image--two {
  margin-top: 1.31372vw;
}

@media all and (max-width: 800px) {
  .halfcontent__twoimage__image--two {
    margin-top: 2.62743vw;
  }
}

.halfcontent__twoimage__image__border {
  position: absolute;
  top: 1.31372vw;
  left: 1.31372vw;
  height: 20.49396vw;
  width: 18.75985vw;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
  z-index: 1;
}

@media all and (max-width: 800px) {
  .halfcontent__twoimage__image__border {
    top: 2.62743vw;
    left: 2.62743vw;
    height: 40.98791vw;
    width: 37.51971vw;
  }
}

.halfcontent__twoimage__image__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.halfcontent__twoimage--aligned__image {
  height: 21.38728vw;
  width: 21.38728vw;
}

@media all and (max-width: 800px) {
  .halfcontent__twoimage--aligned__image {
    height: 42.77457vw;
    width: 42.77457vw;
  }
}

.halfcontent__twoimage--aligned__image--two {
  margin-top: 0;
}

@media all and (max-width: 800px) {
  .halfcontent__twoimage--aligned__image--two {
    margin-top: 0;
  }
}

.halfcontent__twoimage--aligned__image__border {
  top: 1.31372vw;
  left: 1.31372vw;
  height: 18.75985vw;
  width: 18.75985vw;
}

@media all and (max-width: 800px) {
  .halfcontent__twoimage--aligned__image__border {
    top: 2.62743vw;
    left: 2.62743vw;
    height: 37.51971vw;
    width: 37.51971vw;
  }
}

.halfcontent__margin {
  margin: 0;
}

@media all and (max-width: 800px) {
  .halfcontent__margin {
    display: none;
  }
}

.container-content--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container-content--gallery__image {
  margin-top: 2.10194vw;
  margin-bottom: 2.10194vw;
  height: 20.96689vw;
  width: 21.38728vw;
  position: relative;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
}

.container-content--gallery__image__border {
  position: absolute;
  top: 1.31372vw;
  left: 1.31372vw;
  height: 18.33946vw;
  width: 18.75985vw;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
  z-index: 1;
  opacity: 0.62;
}

.container-content--gallery__image__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-content__title {
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 100;
  line-height: 1;
}

@media all and (max-width: 800px) {
  .container-content__title {
    font-size: 36px;
  }
}

.container-content__title--icon {
  margin-top: 1.57646vw;
  margin-bottom: 1.57646vw;
}

.container-content--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 800px) {
  .container-content--icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container-content--icon__box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24.11981vw;
  width: 21.38728vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.12);
          box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.12);
}

@media all and (max-width: 800px) {
  .container-content--icon__box {
    height: auto;
    width: auto;
    margin-bottom: 20px;
  }
}

.container-content--icon__box__icon {
  margin-top: 3.6784vw;
  margin-bottom: 3.6784vw;
  height: 10.50972vw;
  width: 10.50972vw;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media all and (max-width: 800px) {
  .container-content--icon__box__icon {
    width: 21.01944vw;
    height: 21.01944vw;
  }
}

.container-content--icon__box__icon > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.52549vw;
  height: 9.45875vw;
  width: 9.45875vw;
  background: blue;
  border-radius: 50%;
}

@media all and (max-width: 800px) {
  .container-content--icon__box__icon > span {
    margin: 2.10194vw;
    height: 16.81555vw;
    width: 16.81555vw;
  }
}

.container-content--icon__box__icon > span > span > svg {
  background: gbluereen;
  height: 4.72937vw;
  width: 4.72937vw;
  fill: #fff;
}

@media all and (max-width: 800px) {
  .container-content--icon__box__icon > span > span > svg {
    height: 9.45875vw;
    width: 9.45875vw;
  }
}

.container-content--icon__box__icon.icon-1 {
  border-color: #efd1e0;
}

.container-content--icon__box__icon.icon-1 span {
  background: #efd1e0;
}

.container-content--icon__box__icon.icon-1 span svg {
  fill: #fff;
  height: 4.99212vw;
  width: 4.72937vw;
}

@media all and (max-width: 800px) {
  .container-content--icon__box__icon.icon-1 span svg {
    height: 9.45875vw;
    width: 9.45875vw;
  }
}

.container-content--icon__box__icon.icon-2 {
  border-color: #e7b7cf;
}

.container-content--icon__box__icon.icon-2 span {
  background: #e7b7cf;
}

.container-content--icon__box__icon.icon-2 span svg {
  fill: #fff;
}

.container-content--icon__box__icon.icon-3 {
  border-color: #d992b5;
}

.container-content--icon__box__icon.icon-3 span {
  background: #d992b5;
}

.container-content--icon__box__icon.icon-3 span svg {
  fill: #fff;
}

.container-content--icon__box__icon.icon-4 {
  border-color: #c46191;
}

.container-content--icon__box__icon.icon-4 span {
  background: #c46191;
}

.container-content--icon__box__icon.icon-4 span svg {
  fill: #fff;
}

.container-content--icon__box__title {
  text-align: center;
  height: 7.35681vw;
  padding: 0 2.62743vw;
  font-size: 0.89333vw;
  font-weight: 300;
  line-height: 1.2;
}

@media all and (max-width: 800px) {
  .container-content--icon__box__title {
    font-size: 17px;
    height: auto;
    padding: 0 2.62743vw;
  }
}

/* page */
.selectcat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

@media all and (max-width: 800px) {
  .selectcat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.selectcat__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 31.05623vw;
  width: 48.8702vw;
  text-decoration: none;
  padding-bottom: 25px;
}

@media all and (max-width: 800px) {
  .selectcat__box {
    height: 62.11245vw;
    width: 97.74041vw;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.selectcat__box--left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3.15292vw;
}

.selectcat__box--right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 3.15292vw;
}

.selectcat__box__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.selectcat__box__border {
  position: absolute;
  top: 1.31372vw;
  left: 1.31372vw;
  height: 28.4288vw;
  width: 46.24277vw;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
}

@media all and (max-width: 800px) {
  .selectcat__box__border {
    display: none;
  }
}

.selectcat__box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 10.50972vw;
  height: 12.34892vw;
  z-index: 1;
}

@media all and (max-width: 800px) {
  .selectcat__box__text {
    width: 21.01944vw;
    height: 24.69785vw;
  }
}

.selectcat__box__text__icon {
  height: 5.25486vw;
  width: 5.25486vw;
  background: #bfbfbf;
  border-radius: 50%;
}

@media all and (max-width: 800px) {
  .selectcat__box__text__icon {
    width: 10.50972vw;
    height: 10.50972vw;
  }
}

.selectcat__box__text__icon > svg {
  margin: 1.05097vw;
  height: 3.15292vw;
  width: 3.15292vw;
  fill: #fff;
}

@media all and (max-width: 800px) {
  .selectcat__box__text__icon > svg {
    margin: 2.10194vw;
    height: 6.30583vw;
    width: 6.30583vw;
  }
}

.selectcat__box__text__description {
  margin-top: 2.20704vw;
  line-height: 1.2;
  text-align: right;
  color: #a80c58;
  font-family: "Poppins", sans-serif;
  font-size: 1.68156vw;
  font-weight: 100;
}

@media all and (max-width: 800px) {
  .selectcat__box__text__description {
    font-size: 24px;
  }
}

.selectcat__box--left > .selectcat__box__text > .selectcat__box__text__description {
  text-align: right;
}

.selectcat__box--right > .selectcat__box__text > .selectcat__box__text__description {
  text-align: left;
}

.selectcat__box--left .selectcat__box__text .selectcat__box__text__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.selectcat__box--right .selectcat__box__text .selectcat__box__text__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.selectcat__box__button {
  height: 2.52233vw;
  width: 2.52233vw;
  background: #bfbfbf;
  border: none;
  position: absolute;
  bottom: 1.31372vw;
  line-height: 2.52233vw;
  font-size: 1.15607vw;
  text-align: center;
  color: #fff;
}

.selectcat__box__button--left {
  left: 1.31372vw;
}

.selectcat__box__button--right {
  right: 1.31372vw;
}

@media all and (max-width: 800px) {
  .selectcat__box__button {
    display: none;
  }
}

.selectcat__box:hover .selectcat__box__button {
  background: #a80c58;
}

.selectcat__box:hover .selectcat__box__border {
  border-color: #a80c58;
}

.wrapper-about {
  margin-top: 1.68156vw;
  margin-bottom: 1.47136vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background: url("../images/background-about.jpg");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
          box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
  text-shadow: 0px 9px 29px rgba(24, 26, 26, 0.1);
}

@media all and (max-width: 800px) {
  .wrapper-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }
}

.wrapper-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 50%;
}

@media all and (max-width: 800px) {
  .wrapper-about__text {
    width: 100%;
  }
}

.wrapper-about__text__title {
  padding: 4.93957vw 3.6784vw 0 3.6784vw;
  width: 100%;
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 100;
  line-height: 1;
}

@media all and (max-width: 800px) {
  .wrapper-about__text__title {
    font-size: 36px;
  }
}

.wrapper-about__text__button {
  margin-top: 1.05097vw;
  margin-left: 3.6784vw;
  padding: 0.63058vw 2.52233vw;
  color: #fff;
  background: #a80c58;
  font-size: 0.94587vw;
  font-weight: 300;
  line-height: 1;
  width: 11.03521vw;
}

.wrapper-about__text__content {
  padding: 3.15292vw 3.6784vw 0 3.6784vw;
  height: 23.12139vw;
  width: 100%;
}

@media all and (max-width: 800px) {
  .wrapper-about__text__content {
    height: auto;
  }
}

.wrapper-about__text__content p {
  font-size: 0.89333vw;
  line-height: 1.47136vw;
  text-align: justify;
  font-weight: 400;
}

@media all and (max-width: 800px) {
  .wrapper-about__text__content p {
    font-size: 14px;
    line-height: 18px;
  }
}

.wrapper-about__text__link {
  padding: 3.7835vw 3.6784vw 0 3.6784vw;
  width: 100%;
  color: #bfbfbf;
  font-size: 0.84078vw;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wrapper-about__text__link__fb {
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  font-size: 1.26117vw;
  padding: 0.42039vw 0.63058vw;
  margin-right: 0.84078vw;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.wrapper-about__text__link__fb:hover {
  color: #fff;
  border-color: #a80c58;
  background: #a80c58;
}

@media all and (max-width: 800px) {
  .wrapper-about__text__link__fb {
    font-size: 16px;
    padding: 6px 8px;
  }
}

.wrapper-about__text__link__more {
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  padding: 0.63058vw 1.89175vw;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.wrapper-about__text__link__more:hover {
  color: #fff;
  border-color: #a80c58;
  background: #a80c58;
}

@media all and (max-width: 800px) {
  .wrapper-about__text__link__more {
    font-size: 16px;
    padding: 6px 18px;
  }
}

.wrapper-about__text__cert {
  margin-top: 3.15292vw;
}

.wrapper-about__text__cert__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 2.62743vw 0 2.62743vw;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 6.83132vw;
}

@media all and (max-width: 800px) {
  .wrapper-about__text__cert__list {
    height: 130px;
  }
}

.wrapper-about__text__cert__list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.wrapper-about__text__cert__list__image img {
  height: 100%;
  width: auto;
}

.wrapper-about__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  margin-top: 2.10194vw;
  margin-bottom: 2.10194vw;
  padding-left: 0.52549vw;
}

@media all and (max-width: 800px) {
  .wrapper-about__gallery {
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wrapper-about__gallery__image {
  height: 20.96689vw;
  width: 21.38728vw;
  position: relative;
  margin-top: 2.10194vw;
  margin-right: 2.10194vw;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
}

.wrapper-about__gallery__image__border {
  position: absolute;
  top: 1.31372vw;
  left: 1.31372vw;
  height: 18.33946vw;
  width: 18.75985vw;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
  z-index: 1;
  opacity: 0.62;
}

@media all and (max-width: 800px) {
  .wrapper-about__gallery__image__border {
    display: none;
  }
}

.wrapper-about__gallery__image__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper-central {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40.77772vw;
  width: 100%;
  background: url("../images/background-central.jpg");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: 1.68156vw;
  -webkit-box-shadow: 0px 0.47294vw 1.52391vw 0px rgba(24, 26, 26, 0.1);
          box-shadow: 0px 0.47294vw 1.52391vw 0px rgba(24, 26, 26, 0.1);
  text-shadow: 0px 0.47294vw 1.52391vw rgba(24, 26, 26, 0.1);
}

@media all and (max-width: 800px) {
  .wrapper-central {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }
}

.wrapper-central__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  padding-left: 3.46821vw;
}

@media all and (max-width: 800px) {
  .wrapper-central__gallery {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wrapper-central__gallery__title {
  margin-top: 2.62743vw;
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 100;
  line-height: 1;
}

@media all and (max-width: 800px) {
  .wrapper-central__gallery__title {
    font-size: 36px;
    text-align: center;
  }
}

.wrapper-central__gallery__slider {
  height: 32.58014vw;
  width: 45.1918vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 3.15292vw;
}

@media all and (max-width: 800px) {
  .wrapper-central__gallery__slider {
    margin-top: 40px;
    padding-bottom: 40px;
    height: auto;
    width: 100%;
  }
}

.wrapper-central__gallery__slider__image {
  margin-bottom: 0.73568vw;
  margin-right: 0.73568vw;
  height: 12.24383vw;
  width: 14.29322vw;
  position: relative;
}

@media all and (max-width: 800px) {
  .wrapper-central__gallery__slider__image {
    height: 24.48765vw;
    width: 28.58644vw;
  }
}

.wrapper-central__gallery__slider__image__border {
  position: absolute;
  top: 0.73568vw;
  left: 0.73568vw;
  height: 10.77246vw;
  width: 12.82186vw;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
  z-index: 1;
  opacity: 0.58;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

@media all and (max-width: 800px) {
  .wrapper-central__gallery__slider__image__border {
    border: none;
    display: none;
  }
}

.wrapper-central__gallery__slider__image:hover .wrapper-central__gallery__slider__image__border {
  top: 0.26274vw;
  left: 0.26274vw;
  height: 11.71834vw;
  width: 13.76774vw;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.3);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.3);
}

.wrapper-central__gallery__slider__image__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper-central__gallery__slider > .slick-arrow {
  position: absolute;
  bottom: 2.10194vw;
  color: #bfbfbf;
  font-size: 0.84078vw;
  border: 1px solid #bfbfbf;
  height: 2.10194vw;
  width: 2.10194vw;
  background: transparent;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 1;
}

@media all and (max-width: 800px) {
  .wrapper-central__gallery__slider > .slick-arrow {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
}

.wrapper-central__gallery__slider > .slick-arrow:hover {
  color: #fff;
  border-color: #a80c58;
  background: #a80c58;
}

.wrapper-central__gallery__slider > .slick-prev.slick-arrow {
  right: 54%;
}

.wrapper-central__gallery__slider > .slick-next.slick-arrow {
  left: 51%;
}

.wrapper-central__central {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-left: 1.05097vw;
}

@media all and (max-width: 800px) {
  .wrapper-central__central {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wrapper-central__central__title {
  margin-top: 2.62743vw;
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 100;
  line-height: 1;
}

@media all and (max-width: 800px) {
  .wrapper-central__central__title {
    font-size: 36px;
    text-align: center;
  }
}

.wrapper-central__central__image {
  margin-top: 3.15292vw;
  height: 25.01314vw;
  width: 44.45612vw;
  position: relative;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
}

@media all and (max-width: 800px) {
  .wrapper-central__central__image {
    margin: 40px auto;
    height: 50.02627vw;
    width: 88.91224vw;
  }
}

.wrapper-central__central__image__border {
  position: absolute;
  top: 1.31372vw;
  left: 1.31372vw;
  height: 22.38571vw;
  width: 41.82869vw;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.12);
  z-index: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0.58;
}

@media all and (max-width: 800px) {
  .wrapper-central__central__image__border {
    display: none;
  }
}

.wrapper-central__central__image:hover .wrapper-central__central__image__border {
  top: 0.52549vw;
  left: 0.52549vw;
  height: 23.96217vw;
  width: 43.40515vw;
  -webkit-box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.3);
          box-shadow: 0px 0px 2.41724vw 0px rgba(33, 30, 32, 0.3);
}

.wrapper-central__central__image__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-content--text {
  margin-top: 3.6784vw;
  margin-bottom: 3.6784vw;
}

.container-content--text__title {
  width: 100%;
  margin-bottom: 2.36469vw;
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 100;
  line-height: 1;
}

@media all and (max-width: 800px) {
  .container-content--text__title {
    font-size: 36px;
  }
}

.container-content--text__content {
  width: 100%;
}

.container-content--text__content p {
  color: #414141;
  font-size: 0.89333vw;
  line-height: 1.47136vw;
  text-align: justify;
  font-weight: 500;
}

@media all and (max-width: 800px) {
  .container-content--text__content p {
    font-size: 14px;
    line-height: 18px;
  }
}

.container-content--certificates {
  margin-top: 3.6784vw;
  margin-bottom: 3.6784vw;
}

.container-content--certificates__title {
  width: 100%;
  margin-bottom: 2.36469vw;
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 100;
  line-height: 1;
  text-align: center;
}

@media all and (max-width: 800px) {
  .container-content--certificates__title {
    font-size: 36px;
  }
}

.container-content--certificates__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 800px) {
  .container-content--certificates__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container-content--certificates__content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28.90173vw;
  margin-bottom: 1.57646vw;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
          box-shadow: 0px 9px 29px 0px rgba(24, 26, 26, 0.1);
}

@media all and (max-width: 800px) {
  .container-content--certificates__content__box {
    height: auto;
    width: auto;
    margin-bottom: 20px;
  }
}

.container-content--certificates__content__box__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25.74882vw;
}

.container-content--certificates__content__box__image a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80%;
  height: 80%;
}

.container-content--certificates__content__box__image a img {
  max-width: 100%;
  max-height: 100%;
}

@media all and (max-width: 800px) {
  .container-content--certificates__content__box__image {
    height: auto;
  }
}

.container-content--certificates__content__box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.78035vw;
  font-size: 1.15607vw;
  font-weight: 100;
  line-height: 1;
  border-top: 1px solid #cdcdcd;
}

@media all and (max-width: 800px) {
  .container-content--certificates__content__box__title {
    font-size: 26px;
    height: auto;
    padding: 12px 0;
  }
}

.container-content--project {
  margin-top: 3.6784vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 800px) {
  .container-content--project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
}

.container-content--project__sidebar {
  width: 19.96847vw;
  min-width: 19.96847vw;
}

@media all and (max-width: 800px) {
  .container-content--project__sidebar {
    width: 100%;
    min-width: 100%;
  }
}

.container-content--project__sidebar h2 {
  padding: 1.68156vw 1.68156vw;
  color: #fff;
  font-size: 1.05097vw;
  font-weight: 300;
  line-height: 1;
  background: #97a9b8;
  position: relative;
}

@media all and (max-width: 800px) {
  .container-content--project__sidebar h2 {
    margin-top: 20px;
    padding: 32px 32px;
    font-size: 20px;
    cursor: pointer;
  }
  .container-content--project__sidebar h2.open .container-content--project__sidebar__icon .fa-angle-right {
    display: none;
  }
  .container-content--project__sidebar h2.open .container-content--project__sidebar__icon .fa-angle-down {
    display: inline-block;
  }
}

.container-content--project__sidebar__icon {
  display: none;
  position: absolute;
  top: 30px;
  right: 48px;
  font-size: 24px;
}

@media all and (max-width: 800px) {
  .container-content--project__sidebar__icon {
    display: inline-block;
  }
}

.container-content--project__sidebar__icon .fa-angle-right {
  display: inline-block;
}

.container-content--project__sidebar__icon .fa-angle-down {
  display: none;
}

.container-content--project__sidebar ul {
  margin-bottom: 2.10194vw;
}

@media all and (max-width: 800px) {
  .container-content--project__sidebar ul.open {
    display: none;
  }
}

.container-content--project__sidebar ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 1.26117vw 1.05097vw 1.26117vw 2.62743vw;
  color: #414141;
  font-size: 0.89333vw;
  font-weight: 500;
  line-height: 1.4;
}

@media all and (max-width: 800px) {
  .container-content--project__sidebar ul li {
    padding: 24px 20px 24px 50px;
    font-size: 17px;
  }
}

.container-content--project__sidebar ul li.project-item--current a,
.container-content--project__sidebar ul li:hover a {
  color: #3d8bc2;
}

.container-content--project__sidebar ul li:nth-child(even) {
  background: transparent;
}

.container-content--project__sidebar ul li:nth-child(odd) {
  background: rgba(220, 224, 231, 0.17);
}

.container-content--project__content {
  margin-left: 3.15292vw;
}

@media all and (max-width: 800px) {
  .container-content--project__content {
    margin: 0 auto;
    padding: 4% 2%;
    width: 96%;
  }
}

.container-content--project__content.halfcontent__text p a,
.container-content--project__content.halfcontent__text p i,
.container-content--project__content.halfcontent__text a,
.container-content--project__content.halfcontent__text i {
  color: #2e80b9;
}

.container__products {
  margin-top: 3.6784vw;
  margin-bottom: 3.6784vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 800px) {
  .container__products {
    width: 96%;
    margin: 0 auto;
  }
}

.container__products__title {
  text-align: center;
  width: 100%;
  margin-bottom: 2.36469vw;
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 100;
  line-height: 1;
}

@media all and (max-width: 800px) {
  .container__products__title {
    font-size: 36px;
    margin: 40px auto;
  }
}

.container__products .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 800px) {
  .container__products .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.container__products__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 26.2743vw;
      flex-basis: 26.2743vw;
}

@media all and (max-width: 800px) {
  .container__products__sidebar {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.container__products--content {
  margin-left: 3.15292vw;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media all and (max-width: 800px) {
  .container__products--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}

.container__products--content > .fruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.container__products--content > .fruit .fruit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 21.80767vw;
      flex-basis: 21.80767vw;
  margin: 0 0 1.41881vw 0;
}

.container__products--content > .fruit .fruit-item:nth-child(3n-1) {
  margin-left: 1.41881vw;
  margin-right: 1.41881vw;
}

@media all and (max-width: 800px) {
  .container__products--content > .fruit .fruit-item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 800px) {
  .container__products--content > .fruit .fruit-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.container__products--content > .fruit .fruit-item__text {
  font-size: 0.94587vw;
}

@media all and (max-width: 800px) {
  .container__products--content > .fruit .fruit-item__text {
    font-size: 18px;
  }
}

.container__products--content > .fruit .fruit-item--other {
  background: #a80c58;
}

.container__products--content > .fruit .fruit-item--other .fruit-item__text {
  margin-right: 0;
  color: #fff;
}

.fruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media all and (max-width: 800px) {
  .fruit {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .fruit.open {
    display: none;
  }
}

.fruit .fruit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-bottom: 1.41881vw;
  padding: 0;
  background: #fff;
  position: relative;
  height: 6.20074vw;
  width: 26.2743vw;
  overflow: hidden;
  border: 1px solid rgba(1, 1, 1, 0.11);
  -webkit-box-shadow: 0px 0px 21px 0px rgba(32, 30, 32, 0.08);
          box-shadow: 0px 0px 21px 0px rgba(32, 30, 32, 0.08);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

@media all and (max-width: 800px) {
  .fruit .fruit-item {
    height: 118px;
    width: 100%;
  }
}

.fruit .fruit-item--left:hover, .fruit .fruit-item--current {
  border-color: #a80c58;
}

.fruit .fruit-item--left:hover .fruit-item__arrow,
.fruit .fruit-item--current .fruit-item__arrow {
  background: #a80c58;
}

.fruit .fruit-item__img {
  width: 11.03521vw;
  height: 6.20074vw;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: unset;
     object-position: unset;
}

@media all and (max-width: 800px) {
  .fruit .fruit-item__img {
    height: 118px;
    width: 210px;
  }
}

.fruit .fruit-item--left .fruit-item__img {
  -o-object-position: left;
     object-position: left;
}

.fruit .fruit-item__text {
  color: #6a6a6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.05097vw;
  font-weight: 400;
  margin-right: 2.31214vw;
  text-align: center;
}

.fruit .fruit-item__text:hover {
  color: #a80c58;
}

@media all and (max-width: 800px) {
  .fruit .fruit-item__text {
    font-size: 20px;
  }
}

.fruit .fruit-item__arrow {
  height: 1.7341vw;
  width: 1.7341vw;
  background: #bfbfbf;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1.7341vw;
  font-size: 1.15607vw;
  text-align: center;
  color: #fff;
  z-index: 9;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

@media all and (max-width: 800px) {
  .fruit .fruit-item__arrow {
    height: 33px;
    width: 33px;
    line-height: 33px;
    font-size: 22px;
  }
}

.fruit .fruit-item__arrow:hover {
  background: #a80c58;
}

.fruit__mobilemenu {
  margin: 27px 0 27px 0;
  padding: 32px 32px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  background: #97a9b8;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}

.fruit__mobilemenu.open .fruit__icon .fa-angle-right {
  display: none;
}

.fruit__mobilemenu.open .fruit__icon .fa-angle-down {
  display: inline-block;
}

.fruit__icon {
  display: none;
  position: absolute;
  top: 30px;
  right: 48px;
  font-size: 24px;
}

@media all and (max-width: 800px) {
  .fruit__icon {
    display: inline-block;
  }
}

.fruit__icon .fa-angle-right {
  display: inline-block;
}

.fruit__icon .fa-angle-down {
  display: none;
}

.content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content__text .content__box {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 1.31372vw;
}

@media all and (max-width: 800px) {
  .content__text .content__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content__text .content__box .content__box--one {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media all and (max-width: 800px) {
  .content__text .content__box .content__box--one {
    margin-bottom: 20px;
  }
}

.content__text .content__box .content__box--two {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media all and (max-width: 800px) {
  .content__text .content__box .content__box--two {
    margin-bottom: 20px;
  }
}

.content__text .content__box h2 {
  width: 100%;
  margin-bottom: 0.52549vw;
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}

@media all and (max-width: 800px) {
  .content__text .content__box h2 {
    font-size: 36px;
  }
}

.content__text .content__box h3 {
  width: 100%;
  margin-bottom: 0.52549vw;
  color: #a80c58;
  font-size: 1.36626vw;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}

@media all and (max-width: 800px) {
  .content__text .content__box h3 {
    font-size: 26px;
  }
}

.content__text .content__box h4 {
  width: 100%;
  margin-bottom: 0.52549vw;
  color: #a80c58;
  font-size: 0.84078vw;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}

@media all and (max-width: 800px) {
  .content__text .content__box h4 {
    font-size: 20px;
  }
}

.content__text .content__box p {
  color: #414141;
  font-size: 0.89333vw;
  line-height: 1.47136vw;
  text-align: justify;
  font-weight: 300;
}

.content__text .content__box p a {
  color: #3d8bc2;
}

@media all and (max-width: 800px) {
  .content__text .content__box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.content__text .content__box p i {
  color: #a80c58;
  padding-right: 0.21019vw;
}

.content__text .content__box p a > i {
  color: #3d8bc2;
  padding-right: 0.21019vw;
}

.content__text .content__box ul li {
  padding: 0;
  list-style: none;
  font-weight: 300;
}

.content__text .content__box ul li:before {
  font-family: 'FontAwesome';
  content: '\f178';
  color: #a80c58;
  margin-right: 10px;
}

.contact {
  margin-top: 3.6784vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.halfcontent__imagebig--content {
  display: block;
  height: 36.25854vw;
  margin-bottom: 0;
}

@media all and (max-width: 800px) {
  .halfcontent__imagebig--content {
    height: 72.51708vw;
  }
}

.halfcontent__imagebig--content__border {
  height: 33.63111vw;
}

@media all and (max-width: 800px) {
  .halfcontent__imagebig--content__border {
    height: 67.26222vw;
  }
}

.contact__column--content__title {
  width: 100%;
  margin-bottom: 1.05097vw;
  color: #a80c58;
  font-size: 1.89175vw;
  font-weight: 100;
  line-height: 1;
  text-align: left;
}

@media all and (max-width: 800px) {
  .contact__column--content__title {
    font-size: 36px;
  }
}

.contact__column--content__link {
  padding: 0;
  padding-top: 2.10194vw;
  color: #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact__column--content__link__fb {
  padding: 0.73568vw 0.84078vw;
  margin-right: 0.84078vw;
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  font-size: 1.26117vw;
  line-height: 1;
  font-weight: 500;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.contact__column--content__link__fb:hover {
  color: #fff;
  border-color: #a80c58;
  background: #a80c58;
}

@media all and (max-width: 800px) {
  .contact__column--content__link__fb {
    font-size: 30px;
    padding: 6px 8px;
  }
}

.contact__column--content__link__more {
  padding: 0.52549vw 1.57646vw;
  color: #a80c58;
  border: 1px solid #bfbfbf;
  border-radius: 16px;
  font-size: 0.84078vw;
  line-height: 2;
  font-weight: 500;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.contact__column--content__link__more:hover {
  color: #fff;
  border-color: #a80c58;
  background: #a80c58;
}

@media all and (max-width: 800px) {
  .contact__column--content__link__more {
    font-size: 16px;
    padding: 6px 18px;
  }
}

.contact__column--form {
  width: 23.64687vw;
  min-width: 23.64687vw;
}

@media all and (max-width: 800px) {
  .contact__column--form {
    width: 100%;
    min-width: 100%;
  }
}

.contact__column--form__logo {
  margin: 0 auto;
  text-align: center;
}

.contact__column--form__logo img {
  height: auto;
  width: 10.50972vw;
  text-align: center;
}

@media all and (max-width: 800px) {
  .contact__column--form__logo img {
    width: 200px;
  }
}

.contact__column--form__title {
  color: #232323;
  display: block;
  font-size: 1.05097vw;
  font-weight: 500;
  margin-top: 1.57646vw;
  margin-bottom: 1.05097vw;
  line-height: 1.2;
}

@media all and (max-width: 800px) {
  .contact__column--form__title {
    font-size: 20px;
    text-align: center;
  }
}

.contact__column--form br {
  display: none;
}

.contact__column--form input,
.contact__column--form textarea {
  margin-top: 0.73568vw;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 9px 27px 0px rgba(4, 4, 4, 0.04);
          box-shadow: 0px 9px 27px 0px rgba(4, 4, 4, 0.04);
  border-radius: 0.84078vw;
  padding: 0.52549vw 0.84078vw;
  width: 100%;
  font-size: 0.89333vw;
  font-weight: 300;
}

@media all and (max-width: 800px) {
  .contact__column--form input,
  .contact__column--form textarea {
    margin-top: 14px;
    padding: 10px 16px;
    font-size: 17px;
  }
}

.contact__column--form input.wpcf7-submit,
.contact__column--form textarea.wpcf7-submit {
  font-weight: 500;
  border-color: #bfbfbf;
  color: #bfbfbf;
  border-radius: 0;
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  background: transparent;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.contact__column--form input.wpcf7-submit:hover,
.contact__column--form textarea.wpcf7-submit:hover {
  color: #fff;
  border-color: #a80c58;
  background: #a80c58;
}

.contact__column--form textarea {
  height: 9.45875vw;
}

@media all and (max-width: 800px) {
  .contact__column--form textarea {
    height: 180px;
  }
}

.contact__column--form .wpcf7-not-valid-tip {
  margin-top: 0.21019vw;
  display: block;
  color: #f00;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.contact__column--form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-size: 0.84078vw;
  text-align: center;
}

/*
    ------------------------------------------------------------------------------------------------------------------------------
    --- BOX 
    ------------------------------------------------------------------------------------------------------------------------------    
*/
.container-content--contactbox {
  margin-top: 3.6784vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 800px) {
  .container-content--contactbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container-content--contactbox__box {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  padding: 2.10194vw 3.6784vw;
  font-size: 0.89333vw;
  line-height: 1.6;
  color: #151515;
}

@media all and (max-width: 800px) {
  .container-content--contactbox__box {
    font-size: 17px;
  }
}

.container-content--contactbox__box > strong {
  font-weight: 600;
}

.container-content--contactbox__box:nth-child(even) {
  background: transparent;
}

.container-content--contactbox__box:nth-child(odd) {
  background: rgba(209, 209, 209, 0.18);
}

.container-content--contactbox__box__title {
  display: block;
  width: 100%;
  font-size: 1.57646vw;
  font-weight: 300;
  margin-bottom: 1.05097vw;
  line-height: 1.2;
}

@media all and (max-width: 800px) {
  .container-content--contactbox__box__title {
    font-size: 30px;
  }
}

.container-content--contactbox__box p {
  margin-bottom: 1.05097vw;
}

.container-content--contactbox__box i {
  color: #a80c58;
  padding-right: 0.21019vw;
}
/*# sourceMappingURL=main.css.map */

.container .header__header__top__logo img {
  display: block;
  margin: 0 auto;
  height: 3.30741vw;
  width: auto;
}