body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.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: 0.87;
  -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-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: 0 0;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: 0;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: 0 0;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: 0;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: 0 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  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;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.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);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: 0 0;
  color: #5d5b5b;
  font-size: 14px;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-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 > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 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);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
body {
  background: #fff;
  background-repeat: repeat;
  font: 400 normal normal 1rem/1.5 Arial;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
p {
  color: #2b2e27;
}
img {
  max-width: 100%;
  height: auto;
}
.aspect-ratio-wrapper img {
  height: 100%;
  max-width: none;
  width: auto;
}
.size-wrapper {
  overflow: hidden;
}
@font-face {
  font-family: Rajdhani;
  src: url("./../../_layout/_fonts/rajdhani-regular-webfont.v1551728092876.woff") format("woff2"), url("./../../_layout/_fonts/rajdhani-regular-webfont.v1551728092875.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Rajdhani;
  src: url("./../../_layout/_fonts/rajdhani-semibold-webfont.v1551728092878.woff") format("woff2"), url("./../../_layout/_fonts/rajdhani-semibold-webfont.v1551728092877.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Rajdhani;
  src: url("./../../_layout/_fonts/rajdhani-bold-webfont.v1551728092872.woff") format("woff2"), url("./../../_layout/_fonts/rajdhani-bold-webfont.v1551728092870.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.button {
  background-color: #6cb541;
  border-radius: 0.5em;
  padding: 0.625rem 1.625rem;
  color: #fff;
  display: inline-block;
  transition: background-color 0.3s ease;
  z-index: 20;
  text-decoration: none;
}
.button {
  font-size: 1.125rem;
}
.button:hover {
  background-color: #000;
}
.font-size-normal {
  font-size: 1rem;
}
.sr-only {
  display: none;
}
.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.5rem -2.5rem -1.5rem;
}
.items + .items {
  margin-top: 3.5rem;
}
.item {
  box-sizing: border-box;
  margin: 0 0 2.5rem 0;
  padding: 0 1.5rem 0 1.5rem;
  flex-basis: calc(100% / 3);
}
.page-content {
  overflow: hidden;
}
.page-content .item p {
  margin-bottom: 0.75rem;
  text-align: center;
}
.page-content .inner-container > :last-child:not(.items) {
  margin-bottom: 0;
}
.page-content a {
  color: #6cb541;
}
.page-content a:focus,
.page-content a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 62.5em) {
  .item {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 40em) {
  .item {
    flex-basis: 100%;
  }
}

.items.contacts {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: -3.5rem;
}

.item.contact-section {
  margin-bottom: 0;
  padding: 3rem;
}

.item.contact-section:nth-child(odd) {
  background-color: #d8dde9;
}

.contact-section h2 {
  color: #004386;
  font-size: 2rem;
  line-height: 1.33334;
  margin-bottom: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.items.contact-persons {
}

.item.contact-person {
  flex-basis: 20%;
}

.contact-person-wrapper {
  aspect-ratio: 4 / 6;
  border-radius: 0.625em;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 280px;
}

.contact-photo {
  background-color: #000;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contact-person-data {
  background: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.0625em;
  padding: 0.625em 1em;
  position: absolute;
  text-align: left;
  width: 100%;
}

.contact-name {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.contact-position {
  font-size: 0.875rem;
  font-weight: 600;
  font-style: italic;
}

.contact-link {
  font-size: 0.875rem;
}

.item.contact-person a {
  color: inherit;
  text-decoration: none;
}

.item.contact-person p {
  margin: 0;
  padding: 0;
}

.inner-container {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  max-width: 80rem;
  padding: 0 1rem 0 1rem;
  width: 100%;
}
.nav-main {
  background-color: #fff;
  padding: 0 2rem;
}
.nav-main .inner-container {
  display: flex;
  justify-content: space-between;
  max-width: 100rem;
}
.sticky-header .nav-main {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  position: fixed;
  z-index: 9;
  width: 100%;
}
@media only screen and (max-width: 86em) {
  .nav-main {
    padding: 0 1rem;
  }
}
.nav-main .nav-main__logo {
  display: inline-block;
  text-decoration: none;
  font-size: 0;
}
.nav-main .nav-main__logo img {
  width: 15rem;
  height: 7.5rem;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
@media only screen and (min-width: 86.001em) {
  .sticky-header .nav-main .nav-main__logo img {
    height: 5rem;
    width: 10rem;
  }
}
@media only screen and (max-width: 86em) {
  .nav-main .nav-main__logo img {
    height: 5rem;
    width: 10rem;
  }
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__logo img {
    height: 3rem;
    width: 5rem;
  }
}
.nav-main .nav-main__link-lists {
  font-size: 0;
  display: flex;
  margin-right: -2rem;
  z-index: 10;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper {
  display: inline-block;
  padding: 0 0.5rem;
  align-self: center;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger {
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
  cursor: pointer;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger:hover span {
  background-color: #6cb541;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span {
  position: absolute;
  height: 4px;
  background-color: #004386;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.3s ease, left 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, left 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, left 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, left 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span:nth-child(1) {
  top: 0;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span:nth-child(2) {
  top: 18px;
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span:nth-child(2) {
    top: 10.5px;
  }
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span:nth-child(3) {
  bottom: 0;
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span {
    height: 4px;
  }
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span.open:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span.open:nth-child(1) {
    top: 11.5px;
  }
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span.open:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span.open:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger span.open:nth-child(3) {
    top: 11.5px;
  }
}
@media only screen and (max-width: 68.75em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger {
    display: inline-block;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__hamburger {
    width: 25px;
    height: 25px;
  }
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list {
  font-size: 0;
}
@media only screen and (max-width: 68.75em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list {
    text-align: center;
  }
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link {
  display: inline-block;
  vertical-align: middle;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link a {
  text-decoration: none;
  color: #004386;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0.9rem;
}
html.wf-active:not([lang="vi"]) .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link a {
  font-family: Rajdhani;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 86em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link a {
    margin: 0 0.5rem;
  }
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link a {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 68.75em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link {
    display: block;
    padding: 0.8rem 0;
  }
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link {
    padding: 0.5rem 0;
  }
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--underline a {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--underline a:hover,
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--underline.active a {
  color: #6cb541;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--underline a:hover:after,
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--underline.active a:after {
  right: 0;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--underline a:after {
  content: "";
  height: 0.2rem;
  background-color: #6cb541;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 100%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.125rem solid #004386;
  text-align: center;
  margin: 0.5rem;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle.active,
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle:hover {
  background-color: #6cb541;
  border-color: #6cb541;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle.active a,
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle:hover a {
  color: #fff;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: inherit;
  height: inherit;
  display: block;
  border-radius: inherit;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 86em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle a {
    margin: 0;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle a {
    margin: 0;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 86em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 68.75em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle {
    display: inline-block;
    padding: 0 0;
  }
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--circle {
    width: 2rem;
    height: 2rem;
  }
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--home a {
  display: inline-block;
  line-height: 1;
}
.nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--home a span {
  height: 2.5rem;
  width: 2.5rem;
  background-image: url("./../../_layout/_www/icons/Ico-Homepage.v1551728093763.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  font-size: 0;
}
@media only screen and (max-width: 68.75em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--home a span {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper .nav-main__link-list .nav-main__link--home a span {
    height: 2rem;
    width: 2rem;
  }
}
@media only screen and (min-width: 68.76rem) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper--main {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 68.75em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper--main {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 5rem;
    z-index: 5;
    background-color: #fff;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 35em) {
  .nav-main .nav-main__link-lists .nav-main__link-list-wrapper--main {
    top: 3rem;
  }
}
.header-main {
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.header-main:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.homepage .header-main:after {
  background-image: url("./../../_layout/_www/Overlay-Arrow.v1551728093827.svg");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3.5rem;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 86em) {
  .homepage .header-main:after {
    height: 2.75rem;
  }
}
@media only screen and (max-width: 48rem) {
  .homepage .header-main:after {
    height: 1.5rem;
  }
}
.slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/*.homepage .slide {
  -webkit-animation-name: imageSlide;
  animation-name: imageSlide;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}*/
.slide-1 {
  background-image: url("./../../_layout/_www/Img-Header-C.v1551728094111.jpg");
}
.webp .slide-1 {
  background-image: url("./../../_layout/_www/Img-Header-C.v1551772786940.webp");
}
/*.homepage .slide-1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.page .slide-1 {
  background-image: url("./../../_layout/_www/Img-Page-Header.v1551728093976.jpg");
}
.webp .page .slide-1 {
  background-image: url("./../../_layout/_www/Img-Page-Header.v1551772786949.webp");
}
.slide-2 {
  background-image: url("./../../_layout/_www/Img-Header-E.v1551728094283.jpg");
  background-size: cover;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.webp .slide-2 {
  background-image: url("./../../_layout/_www/Img-Header-E.v1551772786944.webp");
}
.slide-3 {
  background-image: url("./../../_layout/_www/Img-Header-F.v1551772788002.jpg");
  background-size: cover;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.webp .slide-3 {
  background-image: url("./../../_layout/_www/Img-Header-F.v1551772788567.webp");
}
@-webkit-keyframes imageSlide {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageSlide {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}*/
.header-main--home .aspect-ratio-wrapper .header-main__heading,
.header-main--home .aspect-ratio-wrapper .header-main__subheading {
  text-align: left;
  position: absolute;
}
.header-main--home .aspect-ratio-wrapper .header-main__heading {
  top: 33%;
  left: 20rem;
}
.header-main .aspect-ratio-wrapper .header-main__heading {
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
html[lang="vi"] .header-main .aspect-ratio-wrapper .header-main__heading {
  font-size: 1.375rem;
}
html.wf-active:not([lang="vi"]) .header-main .aspect-ratio-wrapper .header-main__heading {
  font-family: Rajdhani;
}
.header-main .aspect-ratio-wrapper .header-main__subheading {
  font-size: 1.3125rem;
  font-weight: 400;
  top: 41%;
  left: 20rem;
}
html[lang="vi"] .header-main .aspect-ratio-wrapper .header-main__subheading {
  font-size: 1.125rem;
}
html.wf-active:not([lang="vi"]) .header-main .aspect-ratio-wrapper .header-main__subheading {
  font-family: Rajdhani;
}
@media screen and (min-width: 20em) {
  .header-main .aspect-ratio-wrapper .header-main__heading {
    font-size: calc(1.75rem + 55 * ((100vw - 320px) / 1600));
  }
  html[lang="vi"] .header-main .aspect-ratio-wrapper .header-main__heading {
    font-size: calc(1.375rem + 55 * ((100vw - 320px) / 1600));
  }
  .header-main .aspect-ratio-wrapper .header-main__subheading {
    font-size: calc(1.3125rem + 39 * ((100vw - 320px) / 1600));
  }
  html[lang="vi"] .header-main .aspect-ratio-wrapper .header-main__subheading {
    font-size: calc(1.125rem + 39 * ((100vw - 320px) / 1600));
  }
  .header-main--home .aspect-ratio-wrapper .header-main__subheading {
    top: calc(33% + (1.3125rem + 55 * ((100vw - 320px) / 1600)));
  }
  html[lang="vi"] .header-main--home .aspect-ratio-wrapper .header-main__subheading {
    top: calc(33% + (1.125rem + 55 * ((100vw - 320px) / 1600)));
  }
}
@media screen and (min-width: 120em) {
  .header-main .aspect-ratio-wrapper .header-main__heading {
    font-size: 5.375rem;
  }
  html[lang="vi"] .header-main .aspect-ratio-wrapper .header-main__heading {
    font-size: 4.75rem;
  }
  .header-main .aspect-ratio-wrapper .header-main__subheading {
    font-size: 3.75rem;
  }
  html[lang="vi"] .header-main .aspect-ratio-wrapper .header-main__subheading {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 86em) {
  .header-main .aspect-ratio-wrapper .header-main__subheading,
  .header-main--home .aspect-ratio-wrapper .header-main__heading {
    left: 10%;
  }
}
@media screen and (max-width: 48em) {
  .header-main--home .aspect-ratio-wrapper .header-main__heading {
    top: 28%;
  }
  .header-main--home .aspect-ratio-wrapper .header-main__subheading {
    top: calc(28% + (1.75rem + 55 * ((100vw - 320px) / 1600)));
  }
  html[lang="vi"] .header-main--home .aspect-ratio-wrapper .header-main__subheading {
    top: calc(28% + (1.4125rem + 55 * ((100vw - 320px) / 1600)));
  }
}
.page .header-main:before {
  padding-top: 0;
}
.header-main > .aspect-ratio-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page .header-main > .aspect-ratio-wrapper {
  position: static;
  padding: 3.5rem 0 3.5rem 0;
}
@media screen and (min-width: 120em) {
  .page .header-main > .aspect-ratio-wrapper {
    padding: 4rem 0 4rem 0;
  }
}
@media screen and (max-width: 62.5em) {
  .page .header-main > .aspect-ratio-wrapper {
    padding: 3rem 0 3rem 0;
  }
}
@media screen and (max-width: 48em) {
  .page .header-main > .aspect-ratio-wrapper {
    padding: 2.5rem 0 2.5rem 0;
  }
}
@media screen and (max-width: 35em) {
  .page .header-main > .aspect-ratio-wrapper {
    padding: 1.5rem 0 1.5rem 0;
  }
}
.header-main .aspect-ratio-wrapper .header-main__scroll-down {
  font-size: 0;
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 1.5rem);
  z-index: 2;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-main .aspect-ratio-wrapper .header-main__scroll-down:hover {
  opacity: 0.8;
}
.header-main .aspect-ratio-wrapper .header-main__scroll-down span {
  background-image: url("./../../_layout/_www/icons/Ico-Mouse.v1551728093764.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 3rem;
  height: 4.5rem;
}
@media only screen and (max-width: 68.75rem) {
  .header-main .aspect-ratio-wrapper .header-main__scroll-down {
    bottom: 0.75rem;
    left: calc(50% - 1.25rem);
  }
  .header-main .aspect-ratio-wrapper .header-main__scroll-down span {
    width: 2.5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 48rem) {
  .header-main .aspect-ratio-wrapper .header-main__scroll-down {
    bottom: 0.375rem;
    left: calc(50% - 1rem);
  }
  .header-main .aspect-ratio-wrapper .header-main__scroll-down span {
    width: 2rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 35rem) {
  .header-main .aspect-ratio-wrapper .header-main__scroll-down {
    left: calc(50% - 0.75rem);
  }
  .header-main .aspect-ratio-wrapper .header-main__scroll-down span {
    width: 1.5rem;
    height: 3rem;
  }
}
.main-content__section {
  padding: 3.5rem 0;
  text-align: center;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 78em) {
  .main-content__section {
    padding: 2.75rem 0;
  }
}
@media only screen and (max-width: 48em) {
  .main-content__section {
    padding: 2.25rem 0;
  }
}
@media only screen and (max-width: 30em) {
  .main-content__section {
    padding: 1.5rem 0;
  }
}
.main-content__section .section-heading {
  color: #004386;
  display: flex;
  flex-direction: row;
  font-size: 3.5rem;
  margin: -0.375rem auto 1.875rem auto;
  line-height: 1.3;
  position: relative;
}
html.wf-active:not([lang="vi"]) .main-content__section .section-heading {
  font-family: Rajdhani;
  font-weight: 600;
  line-height: 1.15;
}
@media screen and (max-width: 78rem) {
  .main-content__section .section-heading {
    font-size: 3rem;
    margin-top: -0.25rem;
  }
}
@media screen and (max-width: 48rem) {
  .main-content__section .section-heading {
    font-size: 2.375rem;
    margin-top: -0.125rem;
  }
}
@media screen and (max-width: 30rem) {
  .main-content__section .section-heading {
    font-size: 2rem;
    margin-top: 0;
  }
}
.main-content__section .section-heading:after,
.main-content__section .section-heading:before {
  border-bottom: 1px solid;
  content: "";
  display: flex;
  flex-grow: 1;
  height: 0;
  position: relative;
  top: 0.625em;
}
.main-content__section .section-heading:before {
  margin-right: 1.5rem;
}
.main-content__section .section-heading:after {
  margin-left: 1.5rem;
}
.main-content__intro-section {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.main-content__intro-section .main-content__intro-text {
  margin-bottom: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 78em) {
  .main-content__intro-section .main-content__intro-text {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .main-content__intro-section .main-content__intro-text {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 30em) {
  .main-content__intro-section .main-content__intro-text {
    margin-bottom: 0;
  }
}
.main-content__intro-section .main-content__intro-text p {
  box-sizing: border-box;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  width: 50%;
}
.main-content__intro-section .main-content__intro-text p:nth-child(1) {
  text-align: right;
}
.main-content__intro-section .main-content__intro-text p:nth-child(2) {
  text-align: left;
}
.main-content__intro-section .main-content__intro-stats {
  background-color: #001d63;
  display: block;
  padding: 3.5rem 0;
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -2.5rem -1.5rem;
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item {
  box-sizing: border-box;
  margin: 0 0 2.5rem 0;
  padding: 0 1.5rem 0 1.5rem;
  width: 25%;
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-count,
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-icon,
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-name {
  display: block;
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-icon--blocks {
  background-image: url("./../../_layout/_www/icons/Ico-Blocks.v1551728093690.svg");
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-icon--meters {
  background-image: url("./../../_layout/_www/icons/Ico-Meters.v1551728093764.svg");
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-icon--squares {
  background-image: url("./../../_layout/_www/icons/Ico-Squares.v1551728093765.svg");
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-icon--employees {
  background-image: url("./../../_layout/_www/icons/Ico-Employees.v1551728093691.svg");
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-count,
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-name {
  font-weight: 400;
}
html.wf-active:not([lang="vi"]) .main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-count,
html.wf-active:not([lang="vi"]) .main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-name {
  font-family: Rajdhani;
  line-height: 1.3;
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-count {
  font-size: 3.5rem;
  color: #6ec9ff;
}
.main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-name {
  font-size: 1.5rem;
  color: #fff;
}
@media only screen and (max-width: 78em) {
  .main-content__intro-section .main-content__intro-stats {
    padding: 2.75rem 0;
  }
}
@media only screen and (max-width: 68.75em) {
  .main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-count {
    font-size: 3rem;
  }
  .main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-name {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .main-content__intro-section .main-content__intro-text p {
    width: 100%;
  }
  .main-content__intro-section .main-content__intro-text p:nth-child(1),
  .main-content__intro-section .main-content__intro-text p:nth-child(2) {
    text-align: center;
  }
  .main-content__intro-section .main-content__intro-stats {
    padding: 2.25rem 0;
  }
  .main-content__intro-section .main-content__intro-stats .main-content__stat-item {
    width: 50%;
  }
  .main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-icon {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 30em) {
  .main-content__intro-section .main-content__intro-stats {
    padding: 1.5rem 0;
  }
  .main-content__intro-section .main-content__intro-stats .main-content__stat-item {
    width: 100%;
  }
  .main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-icon {
    width: 4rem;
    height: 4rem;
  }
  .main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-count {
    font-size: 1.875rem;
  }
  .main-content__intro-section .main-content__intro-stats .main-content__stat-item .main-content__stat-item-name {
    font-size: 1.125rem;
  }
}
.main-content__offer-items-list {
  margin-bottom: -4rem;
}
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item {
  text-align: left;
  display: flex;
  margin: 0 -1.5rem 4rem -1.5rem;
}
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item:nth-child(even) {
  text-align: right;
}
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item:nth-child(even) .main-content__offer-item--description {
  order: -1;
}
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--image-wrapper {
  box-sizing: border-box;
  padding: 0 1.5rem 0 1.5rem;
  width: 50%;
}
@media only screen and (max-width: 62.5em) {
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item:nth-child(even) {
    text-align: left;
  }
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--image-wrapper {
    padding-right: 0;
    width: 35% !important;
  }
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description {
    width: 65% !important;
    order: 2 !important;
  }
}
@media only screen and (max-width: 48em) {
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item {
    flex-wrap: wrap;
    text-align: center !important;
  }
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--image-wrapper {
    padding-right: 1.5rem;
    margin: 0 auto 1.5rem auto;
    max-width: 32rem;
    width: 100% !important;
  }
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description {
    width: 100% !important;
  }
}
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description {
  box-sizing: border-box;
  padding: 0 1.5rem 0 1.5rem;
  width: 50%;
}
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description h3,
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description p {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 35em) {
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description h3,
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description p {
    margin-bottom: 1rem;
  }
}
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description h3 {
  font-size: 2rem;
  line-height: 1.33334;
  margin-bottom: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description h3 a {
  color: #004386;
  text-decoration: none;
}
.main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description h3 a:hover {
  color: #000;
}
@media screen and (max-width: 68.75em) {
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 48em) {
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description h3 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 30em) {
  .main-content__offers-section .main-content__offer-items-list .main-content__offer-item .main-content__offer-item--description h3 {
    font-size: 1.5rem;
  }
}
.homepage .main-content__events-section {
  background-color: #f0f0f0;
  background-image: url("./../../_layout/_www/Bg-Marble.v1551728093863.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.webp .homepage .main-content__events-section {
  background-image: url("./../../_layout/_www/Bg-Marble.v1551772786933.webp");
}
.main-content__events-section .main-content__events-section--items {
  font-size: 0;
  display: flex;
  flex-direction: row;
  margin: 0 -1.5rem -3rem -1.5rem;
}
@media only screen and (max-width: 62.5em) {
  .main-content__events-section .main-content__events-section--items {
    flex-direction: column;
  }
}
.main-content__events-section .main-content__events-section--items .main-content__events-section--item {
  box-sizing: border-box;
  padding: 0 1.5rem;
  margin: 0 0 3rem 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 62.5em) {
  .main-content__events-section .main-content__events-section--items .main-content__events-section--item {
    width: auto;
    text-align: center;
  }
}
.main-content__events-section .main-content__events-section--items .main-content__events-section--item p {
  margin-bottom: 1.5rem;
}
.main-content__events-section .main-content__events-section--items .main-content__events-section--item h3 {
  font-size: 1.75rem;
  line-height: 1.33334;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.main-content__events-section .main-content__events-section--items .main-content__events-section--item h3 a {
  color: #004386;
  text-decoration: none;
}
.main-content__events-section .main-content__events-section--items .main-content__events-section--item h3 a:hover {
  color: #000;
}
@media screen and (max-width: 68.75em) {
  .main-content__events-section .main-content__events-section--items .main-content__events-section--item h3 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 48em) {
  .main-content__events-section .main-content__events-section--items .main-content__events-section--item h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 30em) {
  .main-content__events-section .main-content__events-section--items .main-content__events-section--item h3 {
    font-size: 1.375rem;
  }
}
.main-content__events-section .main-content__events-section--items .main-content__events-section--item .img-wrapper {
  display: block;
}
.main-content__events-section .main-content__events-section--items .main-content__events-section--item .img-wrapper .main-content__events-section--image-date {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  color: #004386;
  margin: 1.125rem 0 0.25rem 0;
}
@media only screen and (max-width: 62.5em) {
  .main-content__events-section .main-content__events-section--items .main-content__events-section--item .img-wrapper,
  .main-content__events-section .main-content__events-section--items .main-content__events-section--item .img-wrapper .main-content__events-section--image-date {
    text-align: center;
  }
}
.main-content__gallery-section {
  background-color: #001d63;
}
.main-content__gallery-section .section-heading {
  color: #fff;
}
.main-content__gallery-section .main-content__gallery-section--images-list {
  font-size: 0;
  margin-bottom: 2rem;
}
.main-content__gallery-section .main-content__gallery-section--img-list-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  width: 20%;
}
.main-content__gallery-section .main-content__gallery-section--img-list-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.main-content__gallery-section .main-content__gallery-section--img-list-item > .aspect-ratio-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-content__gallery-section .main-content__gallery-section--img-list-item:hover .aspect-ratio-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-content__gallery-section .main-content__gallery-section--img-list-item .aspect-ratio-wrapper img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 62.5em) {
  .main-content__gallery-section .main-content__gallery-section--img-list-item {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 35em) {
  .main-content__gallery-section .main-content__gallery-section--img-list-item {
    width: 50%;
  }
}
.main-content__process-section {
  background-color: #f0f0f0;
  background-image: url("./../../_layout/_www/Bg-Marble.v1551728093863.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-content__process-section .inner-container {
  font-size: 0;
}
.main-content__process-section .main-content__process-section--images-list,
.main-content__process-section .main-content__process-section--text-list {
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 55em) {
  .main-content__process-section .main-content__process-section--images-list,
  .main-content__process-section .main-content__process-section--text-list {
    display: block;
  }
}
.main-content__process-section .main-content__process-section--images-list {
  padding: 0 2.5rem 0 0;
}
.main-content__process-section .main-content__process-section--text-list {
  padding: 0 0 0 2.5rem;
}
@media only screen and (max-width: 55em) {
  .main-content__process-section .main-content__process-section--images-list {
    width: auto;
    margin-bottom: 2rem;
    padding: 0;
  }
}
.main-content__process-section .main-content__process-section--images-list .main-content__process-section--img-list-item {
  position: relative;
  width: 50%;
  display: inline-block;
}
.main-content__process-section .main-content__process-section--images-list .main-content__process-section--img-list-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.main-content__process-section .main-content__process-section--images-list .main-content__process-section--img-list-item > .aspect-ratio-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-content__process-section .main-content__process-section--images-list .main-content__process-section--img-list-item img {
  width: 100%;
}
.main-content__process-section .main-content__process-section--text-list {
  text-align: left;
}
@media only screen and (max-width: 55em) {
  .main-content__process-section .main-content__process-section--text-list {
    width: auto;
    margin-bottom: -1.5rem;
    padding: 0;
  }
}
.main-content__process-section .main-content__process-section--text-list p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media only screen and (max-width: 55em) {
  .main-content__process-section .main-content__process-section--text-list {
    text-align: center;
  }
}
.page .main-content__partners-section {
  border-top: 1px solid #f0f0f0;
}
.main-content__partners-section .main-content__partners-section--partners-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -3.5rem -1.5rem;
}
.main-content__partners-section .main-content__partners-section--partners-list .main-content__partners-section--partners-list-item {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  padding: 0 1.5rem;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 40em) {
  .main-content__partners-section .main-content__partners-section--partners-list .main-content__partners-section--partners-list-item {
    width: 100%;
  }
}
.main-content__partners-section .main-content__partners-section--partners-list .main-content__partners-section--partners-list-item .aspect-ratio-wrapper {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 40em) {
  .main-content__partners-section .main-content__partners-section--partners-list .main-content__partners-section--partners-list-item .aspect-ratio-wrapper {
    margin-bottom: 1rem;
  }
}
.main-content__partners-section .main-content__partners-section--partners-list .main-content__partners-section--partners-list-item .aspect-ratio-wrapper a,
.main-content__partners-section .main-content__partners-section--partners-list .main-content__partners-section--partners-list-item h3 a {
  display: inline-block;
}
.main-content__partners-section .main-content__partners-section--partners-list .main-content__partners-section--partners-list-item h3 {
  font-size: 1.625rem;
}
.main-content__partners-section .main-content__partners-section--partners-list .main-content__partners-section--partners-list-item img {
  height: auto;
  max-height: 60px;
  width: 100%;
}
.main-content__partners-section .main-content__partners-section--partners-list .main-content__partners-section--partners-list-item p {
  font-size: 1rem;
}
.footer-content {
  text-align: center;
  margin: 0 auto 0 auto;
}
.footer-content .footer-content__contact-section {
  background-color: #001d63;
  padding: 3.5rem 0;
}
@media only screen and (max-width: 78em) {
  .footer-content .footer-content__contact-section {
    padding: 2.75rem 0;
  }
}
@media only screen and (max-width: 48em) {
  .footer-content .footer-content__contact-section {
    padding: 2.25rem 0;
  }
}
@media only screen and (max-width: 30em) {
  .footer-content .footer-content__contact-section {
    padding: 1.5rem 0;
  }
}
.footer-content .footer-content__contact-section .footer-content__contact {
  display: flex;
  justify-content: space-evenly;
  margin: 0 -3rem -1.5rem -3rem;
}
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item {
  box-sizing: border-box;
  color: #fff;
  padding: 0 3rem 0 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
  width: auto;
}
@media only screen and (max-width: 48em) {
  .footer-content .footer-content__contact-section .footer-content__contact {
    flex-direction: column;
  }
  .footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item {
    text-align: center !important;
    width: 100%;
  }
}
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item h3:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  height: 3.5rem;
  margin: 0 0 1rem 0;
  width: 100%;
}
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item:nth-child(1) h3:before {
  background-image: url("./../../_layout/_www/icons/Contact-Address.v1551728093687.svg");
}
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item:nth-child(2) h3:before {
  background-image: url("./../../_layout/_www/icons/Contact-Phone.v1551728093688.svg");
  background-size: auto 90%;
}
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item:nth-child(3) h3:before {
  background-image: url("./../../_layout/_www/icons/Contact-Email.v1551728093688.svg");
  background-size: auto 90%;
}
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item a,
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item address {
  font-size: 1rem;
}
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item a {
  color: #fff;
}
.footer-content .footer-content__contact-section .footer-content__contact .footer-content__contact-item p + p {
  margin-top: 0.5rem;
}
.footer-copyright {
  color: #606060;
  margin: 0 auto 1.5rem auto;
  text-align: center;
}
.footer-copyright a {
  color: #606060;
}
.page-content p {
  text-align: left;
  margin-bottom: 2rem;
}
.page-content .date {
  font-weight: 700;
}
.downloads .item-title a {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 0.75em;
  color: #6cb541;
}
@media only screen and (max-width: 62.5em) {
  .page-content p {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 35em) {
  .page-content p {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.page-content img[style*="float: left"] {
  margin: 0 4rem 2rem 0;
}
.page-content img[style*="float: right"] {
  margin: 0 0 2rem 4rem;
}
@media only screen and (max-width: 30em) {
  .page-content img[style*="float: left"],
  .page-content img[style*="float: right"] {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.main-content__product-description-section .main-content__product-characteristics-table {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col {
  width: calc(100% / 6);
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 0 0.0625rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 68.75em) {
  .main-content__product-description-section .main-content__product-characteristics-table .table-col {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 50em) {
  .main-content__product-description-section .main-content__product-characteristics-table .table-col {
    width: calc(100% / 2);
  }
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col:before {
  content: "";
  width: calc(100% / 6);
  padding: 2rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 68.75em) {
  .main-content__product-description-section .main-content__product-characteristics-table .table-col:before {
    width: calc(100% / 2);
  }
}
@media only screen and (max-width: 50em) {
  .main-content__product-description-section .main-content__product-characteristics-table .table-col:before {
    padding: 1.5rem;
    margin: 1.5rem auto;
  }
}
@media only screen and (max-width: 35em) {
  .main-content__product-description-section .main-content__product-characteristics-table .table-col:before {
    width: calc(100% / 2);
    padding: 1.25rem;
    margin: 1.25rem auto;
  }
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col:nth-child(1):before {
  background-image: url("./../../_layout/_www/icons/Ico-Rock.v1551728093765.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col:nth-child(2):before {
  background-image: url("./../../_layout/_www/icons/Ico-Color.v1551728093691.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col:nth-child(3):before {
  background-image: url("./../../_layout/_www/icons/Ico-Characteristics.v1551728093690.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col:nth-child(4):before {
  background-image: url("./../../_layout/_www/icons/Ico-Application.v1551728093689.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col:nth-child(5):before {
  background-image: url("./../../_layout/_www/icons/Ico-Acid.v1551728093689.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col:nth-child(6):before {
  background-image: url("./../../_layout/_www/icons/Ico-Frost.v1551728093762.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col .table-cell {
  margin-bottom: 0.125rem;
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 50em) {
  .main-content__product-description-section .main-content__product-characteristics-table .table-col .table-cell {
    padding: 1rem 0;
  }
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col .main-content__product-characteristics-table--th {
  color: #fff;
  background-color: #6cb541;
  font-size: 1.125rem;
  font-weight: 700;
}
.main-content__product-description-section .main-content__product-characteristics-table .table-col .main-content__product-characteristics-table--td {
  color: #2b2e27;
  background-color: #f0f0f0;
  font-size: 1rem;
  flex-grow: 1;
}
.main-content__product-gallery {
  font-size: 0;
}
.main-content__product-characteristics-table + .main-content__product-gallery {
  margin-top: 3.5rem;
}
.main-content__product-gallery-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 33%;
}
.gallery-item h2 {
  color: #004386;
  font-size: 2rem;
  line-height: 1.33334;
  margin-bottom: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.gallery h2 a {
  color: #004386;
  text-decoration: none;
}
.gallery .main-content__product-gallery-item {
  width: 100%;
  text-align: center;
}
.gallery .gallery-item + .gallery-item {
  margin-top: 3.5rem;
}
.gallery .main-content__product-gallery-item ul {
  font-size: 0;
}
.main-content__product-gallery-item ul li {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.gallery .main-content__product-gallery-item ul li {
  display: inline-block;
  width: calc(100% / 3);
}
.main-content__product-gallery-item ul li:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 67%;
}
.main-content__product-gallery-item ul li > .aspect-ratio-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-content__product-gallery-item ul li:hover .aspect-ratio-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-content__product-gallery-item ul li .aspect-ratio-wrapper img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-content__product-gallery-item--large {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 67%;
}
.main-content__product-gallery-item--large:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66%;
}
@media only screen and (max-width: 35em) {
  .main-content__product-gallery-item {
    width: 100% !important;
  }
  .main-content__product-gallery-item ul {
    display: flex;
  }
  .main-content__product-gallery-item li {
    width: 50%;
  }
}
.main-content__product-gallery-item--large > .aspect-ratio-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-content__product-gallery-item--large:hover .aspect-ratio-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-content__product-gallery-item--large .aspect-ratio-wrapper img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: auto;
  width: 100%;
}
.social {
  padding: 3.5rem;
}
.social__items {
  display: flex;
  justify-content: center;
  margin: 0 -1.5rem -1.5rem -1.5rem;
}
.social__item {
  box-sizing: border-box;
  padding: 0 1.5rem 0 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  width: auto;
}
.social__item a {
  display: block;
  line-height: 1;
}
