/* ======================================================================================================
CSS @imports (Fonts import)
====================================================================================================== */

/* ======================================================================================================
	Developed by GiantFocal. Contact Us at support@giantfocal.com and visit our site at giantfocal.com
	====================================================================================================== */



/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*  ===================================================================
	SECTION:
	01. Variables
	
	DESCRIPTION:
	++++++++++++
	CSS variables are made as descriptive as possible. 
	You can edit any variable as needed. 
	=================================================================== */

/* Colors */




/* Typography */
 /* in pixels */


 /* Gentium Book Basic */








/* Mobile menu */


/* Containers */


/*  ===================================================================
	SECTION:
	02. Base
	
	DESCRIPTION:
	++++++++++++
	
	=================================================================== */

.ark-row-fluid {
  width: 100%;
  *zoom: 1
}

.ark-row-fluid:before,
.ark-row-fluid:after {
  display: table;
  content: ""
}

.ark-row-fluid:after {
  clear: both
}

.ark-row-fluid [class*="span"],
.row-fluid .ark-row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.ark-row-fluid [class*="span"]:first-child,
.row-fluid .ark-row-fluid [class*="span"]:first-child {
  margin-left: 0
}

h2.ark-section-intro-heading {
  color:#007b4c!important;
  font-family: Ubuntu,sans-serif!important;
  font-weight: 400 !important;
  font-size: 35pt !important;
}

.ark-section-intro-description {
   color:#282829!important;
  font-family: Ubuntu,sans-serif!important;
  font-weight: 400 !important;
  font-size: 20px!important;
  line-height: 1.6!important;
  webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
    font-variant-ligatures: none!important;
}
.ark-span6 {
     color:#282829!important;
  font-family: Ubuntu,sans-serif!important;
}
.ark-row-fluid .ark-span12,
.row-fluid .ark-row-fluid .ark-span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%
}

.ark-row-fluid .ark-span11,
.row-fluid .ark-row-fluid .ark-span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%
}

.ark-row-fluid .ark-span10,
.row-fluid .ark-row-fluid .ark-span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%
}

.ark-row-fluid .ark-span9,
.row-fluid .ark-row-fluid .ark-span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%
}

.ark-row-fluid .ark-span8,
.row-fluid .ark-row-fluid .ark-span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%
}

.ark-row-fluid .ark-span7,
.row-fluid .ark-row-fluid .ark-span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%
}

.ark-row-fluid .ark-span6,
.row-fluid .ark-row-fluid .ark-span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%
}

.ark-row-fluid .ark-span5,
.row-fluid .ark-row-fluid .ark-span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%
}

.ark-row-fluid .ark-span4,
.row-fluid .ark-row-fluid .ark-span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%
}

.ark-row-fluid .ark-span3,
.row-fluid .ark-row-fluid .ark-span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%
}

.ark-row-fluid .ark-span2,
.row-fluid .ark-row-fluid .ark-span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%
}

.ark-row-fluid .ark-span1,
.row-fluid .ark-row-fluid .ark-span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%
}

.ark-container-fluid {
  *zoom: 1
}

.ark-container-fluid:before,
.ark-container-fluid:after {
  display: table;
  content: ""
}

.ark-container-fluid:after {
  clear: both
}

@media(max-width:767px) {
  .ark-row-fluid {
    width: 100%
  }
  .ark-row-fluid [class*="span"],
  .row-fluid .ark-row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0
  }
}

@media(min-width:768px) and (max-width:1139px) {
  .ark-row-fluid {
    width: 100%;
    *zoom: 1
  }
  .ark-row-fluid:before,
  .ark-row-fluid:after {
    display: table;
    content: ""
  }
  .ark-row-fluid:after {
    clear: both
  }
  .ark-row-fluid [class*="span"],
  .row-fluid .ark-row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }
  .ark-row-fluid [class*="span"]:first-child,
  .row-fluid .ark-row-fluid [class*="span"]:first-child {
    margin-left: 0
  }
  .ark-row-fluid .ark-span12,
  .row-fluid .ark-row-fluid .ark-span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%
  }
  .ark-row-fluid .ark-span11,
  .row-fluid .ark-row-fluid .ark-span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%
  }
  .ark-row-fluid .ark-span10,
  .row-fluid .ark-row-fluid .ark-span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%
  }
  .ark-row-fluid .ark-span9,
  .row-fluid .ark-row-fluid .ark-span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%
  }
  .ark-row-fluid .ark-span8,
  .row-fluid .ark-row-fluid .ark-span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%
  }
  .ark-row-fluid .ark-span7,
  .row-fluid .ark-row-fluid .ark-span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%
  }
  .ark-row-fluid .ark-span6,
  .row-fluid .ark-row-fluid .ark-span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%
  }
  .ark-row-fluid .ark-span5,
  .row-fluid .ark-row-fluid .ark-span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%
  }
  .ark-row-fluid .ark-span4,
  .row-fluid .ark-row-fluid .ark-span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%
  }
  .ark-row-fluid .ark-span3,
  .row-fluid .ark-row-fluid .ark-span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%
  }
  .ark-row-fluid .ark-span2,
  .row-fluid .ark-row-fluid .ark-span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%
  }
  .ark-row-fluid .ark-span1,
  .row-fluid .ark-row-fluid .ark-span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%
  }
}

@media(min-width:1280px) {
  .ark-row-fluid {
    width: 100%;
    *zoom: 1
  }
  .ark-row-fluid:before,
  .ark-row-fluid:after {
    display: table;
    content: ""
  }
  .ark-row-fluid:after {
    clear: both
  }
  .ark-row-fluid [class*="span"],
  .row-fluid .ark-row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }
  .ark-row-fluid [class*="span"]:first-child,
  .row-fluid .ark-row-fluid [class*="span"]:first-child{
    margin-left: 0
  }
  .ark-row-fluid .ark-span12,
  .row-fluid .ark-row-fluid .ark-span12 {
    width: 100%;
    *width: 99.94680851063829%
  }
  .ark-row-fluid .ark-span11,
  .row-fluid .ark-row-fluid .ark-span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%
  }
  .ark-row-fluid .ark-span10,
  .row-fluid .ark-row-fluid .ark-span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%
  }
  .ark-row-fluid .ark-span9,
  .row-fluid .ark-row-fluid .ark-span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%
  }
  .ark-row-fluid .ark-span8,
  .row-fluid .ark-row-fluid .ark-span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%
  }
  .ark-row-fluid .ark-span7,
  .row-fluid .ark-row-fluid .ark-span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%
  }
  .ark-row-fluid .ark-span6,
  .row-fluid .ark-row-fluid .ark-span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%
  }
  .ark-row-fluid .ark-span5,
  .row-fluid .ark-row-fluid .ark-span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%
  }
  .ark-row-fluid .ark-span4,
  .row-fluid .ark-row-fluid .ark-span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%
  }
  .ark-row-fluid .ark-span3,
  .row-fluid .ark-row-fluid .ark-span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%
  }
  .ark-row-fluid .ark-span2,
  .row-fluid .ark-row-fluid .ark-span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%
  }
  .ark-row-fluid .ark-span1,
  .row-fluid .ark-row-fluid .ark-span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%
  }
}

.ark-clearfix {
  *zoom: 1
}

.ark-clearfix:before,
.ark-clearfix:after {
  display: table;
  content: ""
}

.ark-clearfix:after {
  clear: both
}

.ark-hide {
  display: none
}

.ark-show {
  display: block
}

.ark-invisible {
  visibility: hidden
}

.ark-hidden {
  display: none;
  visibility: hidden
}

.ark-visible-phone {
  display: none !important
}

.ark-visible-tablet {
  display: none !important
}

.ark-hidden-desktop {
  display: none !important
}

@media(max-width:767px) {
  .ark-visible-phone {
    display: inherit !important
  }
  .ark-hidden-phone {
    display: none !important
  }
  .ark-hidden-desktop {
    display: inherit !important
  }
  .ark-visible-desktop {
    display: none !important
  }
}

@media(min-width:768px) and (max-width:1139px) {
  .ark-visible-tablet {
    display: inherit !important
  }
  .ark-hidden-tablet {
    display: none !important
  }
  .ark-hidden-desktop {
    display: inherit !important
  }
  .ark-visible-desktop {
    display: none !important
  }
}

/* ============================
	General Settings
=============================== */

body {
  margin: 0;
}

.ark {
  position: relative;
	font-size: 16.2px;
	font-family: 'Ubuntu,sans-serif;
	color: #282829;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
	.ark {
		font-size: 18px;
	}
}

/* Overlay */
.ark-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ark-overlay > div:not([id*="jarallax"]) {
  position: relative;
  z-index: 2;
}

/* Parallax */ 
.ark.ark-parallax {
  overflow: hidden;
  z-index: 1;
  transition: all ease-in-out 200ms;
  position: relative;
}
.ark.ark-parallax > .ark-parallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width:992px) {
	.ark-parallax {
		background: none;
  }
}

/* Section Intro */
.ark-section-intro {
  margin-bottom: 3.125em;
}
.ark-section-intro .ark-section-intro-subheading {
  text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 10px;
    font-size: 14px;
    opacity: 0.8;
    font-weight: bold;
}
.ark-section-intro .ark-section-intro-heading {
  margin-top: 0;
}
.ark-section-intro .ark-section-intro-description {
  margin-top: 0px;
}
.ark-section-intro .ark-page-center {
  max-width: 840px!important;
}

/* Section Footer */
.ark-section-footer {
  margin-top: 3.125em;
}

/* ============================
	Container
=============================== */
.ark-page-center,
.ark-page-center-xs,
.ark-page-center-sm,
.ark-page-center-md,
.ark-page-center-lg,
.ark-page-center-full {
	float: none;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.ark-page-center-xs		{ max-width: 680px; }
.ark-page-center-sm		{ max-width: 780px; }
.ark-page-center-md		{ max-width: 680px; }
.ark-page-center-lg		{ max-width: 980px; }
.ark-page-center-full      { max-width: 100%; }


/* ============================
	Typography
=============================== */

/* Basic Text */
.ark p {
	margin: 0 0 1.937em;
}
.ark p:last-child {
  margin-bottom: 0;
}
.ark small {}
.ark strong {}
.ark em {}
.ark cite {}
.ark code {}
.ark pre {}

.ark sup, 
.ark sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
.ark sup { top: -0.5em; }
.ark sub { bottom: -0.25em; }

/* Heading */
.ark h1, 
.ark h2, 
.ark h3, 
.ark h4,
.ark h5, 
.ark h6 {
	margin: .75em 0 .25em;
	text-rendering: optimizelegibility;
	font-weight: bold;
	line-height: 1.2;
	font-family: Ubuntu,sans-serif;;
	color: #007b4c;
}

.ark h1:first-child, 
.ark h2:first-child, 
.ark h3:first-child, 
.ark h4:first-child, 
.ark h5:first-child, 
.ark h6:first-child {
	margin-top: 0px;
}

.ark h1 a, 
.ark h2 a, 
.ark h3 a, 
.ark h4 a, 
.ark h5 a, 
.ark h6 a {}

.ark h1 { 
	
    
    font-size: 3.888888888888889em;

  margin: 0.457em 0 0.228em;
  line-height: 1;
}
.ark h2 { 
	
    
    font-size: 2.2222222222222223em;

  margin: 0.4em 0;
  line-height: 1.2;
}
.ark h3 {
	
    
    font-size: 1.6111111111111112em;

  margin: 0.551em 0;
  line-height: 0.9;
}
.ark h4 {
	
    
    font-size: 1.3333333333333333em;

  margin: 0.666em 0;
  line-height: 1.3;
}
.ark h5 {
	
    
    font-size: 1.1111111111111112em;

  margin: 0.8em 0;
  line-height: 1.6;
}
.ark h6 {
	
    
    font-size: 0.6666666666666666em;

}

/* List */
.ark ol, .ark ul {
}
.ark li {
}
.ark ul li {

}
.ark ol li {
	
}

/* Link */
.ark a:not(.ark-btn) {
	text-decoration: none;
	color: #0fb5b3;
	 
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
        transition: all ease-in-out 200ms;

}
.ark a:not(.ark-btn):hover,
.ark a:not(.ark-btn):focus {
	color: #00a19f;
}
.ark a:not(.ark-btn):focus {	
	outline: none;
	color: #008381;
}


/* ============================
	Text Alignment
=============================== */
.ark-text-align-left 		{ text-align: left; }
.ark-text-align-center	    { text-align: center; }
.ark-text-align-right		{ text-align: right; }

@media (max-width:767px) {
	.ark-mb-text-align-left 	{ text-align: left; }
	.ark-mb-text-align-center	{ text-align: center; }
	.ark-mb-text-align-right	{ text-align: right; }
}


/* ============================
	Colors
=============================== */
.ark-color-primary,
.ark-color-primary h1,
.ark-color-primary h2,
.ark-color-primary h3,
.ark-color-primary h4,
.ark-color-primary h5,
.ark-color-primary h6,
.ark-color-primary p,
.ark-color-primary li {
  color: #0fb5b3; 
}
.ark-color-secondary 	{ color: #5E6977; }
.ark-color-white,
.ark-color-white h1,
.ark-color-white h2,
.ark-color-white h3,
.ark-color-white h4,
.ark-color-white h5,
.ark-color-white h6,
.ark-color-white p,
.ark-color-white li {
	color: #fff;
}


/* ============================
	Background Colors
=============================== */
.ark-bg-primary		    { background-color: #0fb5b3; }
.ark-bg-secondary       { background-color: #5E6977; }
.ark-bg-white			{ background-color: #fff; }
.ark-bg-dark			{ background-color: #282829; }
.ark-bg-lightgrey		{ background-color: #fafafa; }


/* ============================
	Buttons
=============================== */

.ark-btn:not([disabled]):not(.disabled) {
	cursor: pointer;
}
.ark-btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;
  text-decoration: none;
	transition: all ease-in-out 200ms;
} 

/* Solid */
.ark-btn-primary {
	background: #0fb5b3;
	color: #fff;
}
	.ark-btn-primary:hover {
		background: #05aba9;
		color: #fff;
	}
	.ark-btn-primary:active {
		background: #00a19f;
	}
.ark-btn-secondary {
	background: #5E6977;
	color: #fff;
}
	.ark-btn-secondary:hover {
		background: #545f6d;
		color: #fff;
	}
	.ark-btn-secondary:active {
		background: #4a5563;
	}
.ark-btn-light {
	background: #fff;
	color: #282829;
}
	.ark-btn-light:hover {
		background: #0fb5b3;
		color: #fff;
	}
	.ark-btn-light:active {
		background: #05aba9;
	} 
.ark-btn-dark	{
	background: #282829;
	color: #fff;
}
	.ark-btn-dark:hover {
		background: #1e1e1f;
		color: #fff;
	}
	.ark-btn-dark:active {
		background: #141415;
		color: #fff;
	}

/* Border */
.ark-btn-border-primary {
	color: #0fb5b3;
	background-color: transparent;
	background-image: none;
	border-color: #0fb5b3;
}
	.ark-btn-border-primary:hover {
		background: #0fb5b3;
		color: #fff;
	}
	.ark-btn-border-primary:active {
		background: #00a19f;
		border-color: #00a19f;
	}
.ark-btn-border-secondary {
	color: #5E6977;
	background-color: transparent;
	background-image: none;
	border-color: #5E6977;
}
	.ark-btn-border-secondary:hover {
		background: #5E6977;
		color: #fff;
	}
	.ark-btn-border-secondary:active {
		background: #4a5563;
		border-color: #4a5563;
	}
.ark-btn-border-light {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
}
	.ark-btn-border-light:hover {
		background: rgba(255, 255, 255, 0.99);
		border-color: rgba(255, 255, 255, 0.99);
		color: #282829;
	}
	.ark-btn-border-light:active {
		background: #0fb5b3;
		border-color: #0fb5b3;
		color: #fff;
	}
.ark-btn-border-dark {
	color: #282829;
	background-color: transparent;
	background-image: none;
	border-color: #282829;
}
	.ark-btn-border-dark:hover {
		background: #282829;
		border-color: #282829;
		color: #fff;
	}
	.ark-btn-border-dark:active {
		background: #141415;
		border-color: #141415;
	}

/* Border transparent bg */
.ark-btn-border-transparent-white {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}
	.ark-btn-border-transparent-white:hover {
		background: #fff;
		color: #0fb5b3;
	}
	.ark-btn-border-transparent-white:active {
		border-color: #0fb5b3;
		background: #0fb5b3;
		color: #fff;
	}

/* Shadow */
.ark-btn-primary.ark-btn-shadow {
  box-shadow: 0 13px 20px rgba(15, 181, 179, 0.41);
}
  .ark-btn-primary.ark-btn-shadow:hover {
    box-shadow: 0 5px 15px rgba(15, 181, 179, 0.41);
  }


/* Size */
.ark-btn-small {
	padding: .25rem 5rem;
	font-size: .75rem;
	line-height: 1.5;
}
.ark-btn-large {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}


/* ============================
	Borders
=============================== */
/* Full Border */
.ark-border-primary	 	{border: 1px solid #0fb5b3;}
.ark-border-secondary	{border: 1px solid #5E6977;}
.ark-border-white		{border: 1px solid #fff;}
.ark-border-dark		{border: 1px solid #222;}
.ark-border-light-grey  {border: 1px solid #ececec;}

/* Top Border */
.ark-border-top-primary	 	{border-top: 1px solid #0fb5b3;}
.ark-border-top-secondary	{border-top: 1px solid #5E6977;}
.ark-border-top-white		{border-top: 1px solid #fff;}
.ark-border-top-dark		{border-top: 1px solid #222;}
.ark-border-top-light-grey  {border-top: 1px solid #ececec;}

/* Bottom Border */
.ark-border-bottom-primary	        {border-bottom: 1px solid #0fb5b3;}
.ark-border-bottom-secondary	    {border-bottom: 1px solid #5E6977;}
.ark-border-bottom-white		    {border-bottom: 1px solid #fff;}
.ark-border-bottom-dark		        {border-bottom: 1px solid #222;}
.ark-border-bottom-light-grey       {border-bottom: 1px solid #ececec;}

/* Left Border */
.ark-border-left-primary	{border-left: 1px solid #0fb5b3;}
.ark-border-left-secondary	{border-left: 1px solid #5E6977;}
.ark-border-left-white		{border-left: 1px solid #fff;}
.ark-border-left-dark		{border-left: 1px solid #222;}
.ark-border-left-light-grey {border-left: 1px solid #ececec;}

/* Right Border */
.ark-border-right-primary	    {border-right: 1px solid #0fb5b3;}
.ark-border-right-secondary	    {border-right: 1px solid #5E6977;}
.ark-border-right-white		    {border-right: 1px solid #fff;}
.ark-border-right-dark		    {border-right: 1px solid #222;}
.ark-border-right-light-grey    {border-right: 1px solid #ececec;}

/* Visibility */
.ark-border-top-none	{border-top: 0px;}
.ark-border-right-none	{border-right: 0px;}
.ark-border-left-none	{border-left: 0px;}
.ark-border-bottom-none	{border-bottom: 0px;}

/* Radius */
.ark-border-round				{border-radius: 100%;}
.ark-border-round-top-left		{}
.ark-border-round-top-right		{}
.ark-border-round-bottom-left	{}
.ark-border-round-bottom-right	{}
.ark-border-round-full			{}




/* ============================
	Forms
=============================== */

/* Form Field */
.ark .hs-form-field { 
	margin-bottom: 1em; 
}

/* Descriptions */
.ark .hs-field-desc {}

/*  Rich Text */
.ark form .hs-richtext img {
	max-width: 100%!important;
  height: auto!important;
}

/* Labels */
.ark label {
	margin-bottom: 5px;
	font-weight: 500;
	text-align: left;
}
.ark .hs-form-field > label {
	font-weight: bold;
	text-align: left;
	display: block;
  font-size: 0.888em;
}

/* One Line Inputs */
.ark input[type="text"],
.ark input[type="password"],
.ark input[type="datetime"],
.ark input[type="datetime-local"],
.ark input[type="date"],
.ark input[type="month"],
.ark input[type="time"],
.ark input[type="week"],
.ark input[type="number"],
.ark input[type="email"],
.ark input[type="url"],
.ark input[type="search"],
.ark input[type="tel"],
.ark input[type="color"],
.ark input[type="file"],
.ark textarea,
.ark select {
  -webkit-appearance: none;
	width: 100%!important;
	height: auto!important;
	display: block;
  padding: 1em;
	line-height: 1.4;
	background-color: #EFF0F4;
	background-image: none;
	border: 1px solid #EFF0F4;
  box-sizing: border-box;
   
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
        transition: all ease-in-out 300ms;

  border-radius: 3px;
  font-size: 1em;
}

.ark input[type="text"]:focus,
.ark input[type="password"]:focus,
.ark input[type="datetime"]:focus,
.ark input[type="datetime-local"]:focus,
.ark input[type="date"]:focus,
.ark input[type="month"]:focus,
.ark input[type="time"]:focus,
.ark input[type="week"]:focus,
.ark input[type="number"]:focus,
.ark input[type="email"]:focus,
.ark input[type="url"]:focus,
.ark input[type="search"]:focus,
.ark input[type="tel"]:focus,
.ark input[type="color"]:focus,
.ark input[type="file"]:focus,
.ark textarea:focus,
.ark select:focus {
	outline: 0;
  border: 1px solid #0fb5b3;
}

.ark .error {
	border-color: red!important;
}

.ark input[type="radio" i], 
.ark input[type="checkbox" i] {
	margin: 3px 5px 3px 0;
}

/* Separate Styles for Multiple Line Inputs */
.ark textarea {
	min-height: 200px;
}
.ark textarea:focus {}

/* Separate Styles for Drop Downs */
.ark select {
	background: url('https://cdn2.hubspot.net/hubfs/2333817/GiantFocal_Marketplace/Ark/_Assets/select.png') #EFF0F4;
  background-position: calc(100% - 20px) center;
  background-size: 30px;
  background-repeat: no-repeat;
}
.ark select:focus {}


/* Button */
.ark .hs_submit {
	
}
.ark .hs_submit input,
.ark form .hs-button.primary {
	display: inline-block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .8em;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
	transition: all ease-in-out 200ms;
	background: #0fb5b3;
	border: none;
	color: #fff;
	
    
    font-size: 0.8888888888888888em;

	cursor: pointer;
	margin-top: 1em;
  border-radius: 3px;
}
	.ark .hs_submit input:hover {
		background: #05aba9;
	}
	.ark .hs_submit input:focus {
		outline: none;
		background: #00a6a4;
	}


/* Multiple Selection Inputs */
.ark form.hs-form .hs-form-field ul.inputs-list {
	list-style: none;
	padding: 0;
	text-align: left;
  margin: 0;
}
.ark form.hs-form .hs-form-field ul.inputs-list li input {}
.ark input[type="radio"] {}
.ark input[type="checkbox"] {}

/* Required */
.ark input:focus:required:invalid,
.ark textarea:focus:required:invalid,
.ark select:focus:required:invalid {}

.ark input:focus:required:invalid:focus,
.ark textarea:focus:required:invalid:focus,
.ark select:focus:required:invalid:focus {}

/* Placeholder Text */
.ark ::-webkit-input-placeholder { /* Webkit Browsers */
	/* color: #555;
	opacity: 1; */
}
.ark :-moz-placeholder { /* Firefox 18- */
	/* color: #555;
	opacity: 1; */
}
.ark ::-moz-placeholder { /* Firefox 19+ */
	/* color: #555;
	opacity: 1; */
}
.ark :-ms-input-placeholder { /* IE10 */
	/* color: #555;
	opacity: 1; */
}

/* Errors */
.ark .hs-error-msgs {
	
    
    font-size: 0.7777777777777778em;

	padding: 0;
	margin-top: .5em;
	color: red;
}
.ark .hs-error-msgs li {
	color: inherit;
	list-style: none;
}


/* Ark Form Style 01 */

.ark .ark-form-01 input[type="text"],
.ark .ark-form-01 input[type="password"],
.ark .ark-form-01 input[type="datetime"],
.ark .ark-form-01 input[type="datetime-local"],
.ark .ark-form-01 input[type="date"],
.ark .ark-form-01 input[type="month"],
.ark .ark-form-01 input[type="time"],
.ark .ark-form-01 input[type="week"],
.ark .ark-form-01 input[type="number"],
.ark .ark-form-01 input[type="email"],
.ark .ark-form-01 input[type="url"],
.ark .ark-form-01 input[type="search"],
.ark .ark-form-01 input[type="tel"],
.ark .ark-form-01 input[type="color"],
.ark .ark-form-01 input[type="file"],
.ark .ark-form-01 textarea,
.ark .ark-form-01 select {
  padding: 0.5em 1em;
	line-height: 1.4;
  background: #fff;
}
.ark .ark-form-01 .hs-form-field {
  margin-bottom: 0.6em;
}
.ark .ark-form-01 .hs_submit input {
  background: #fff;
  color: #0fb5b3;
  transition: 0.2s ease;
}
.ark .ark-form-01 .hs_submit input:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

/* ----------------------------
	Form Module
------------------------------- */

/* Form Field */
.ark .hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.ark .hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.ark .hs_cos_wrapper_type_form label {}
.ark .hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.ark .hs_cos_wrapper_type_form input[type="text"],
.ark .hs_cos_wrapper_type_form input[type="password"],
.ark .hs_cos_wrapper_type_form input[type="datetime"],
.ark .hs_cos_wrapper_type_form input[type="datetime-local"],
.ark .hs_cos_wrapper_type_form input[type="date"],
.ark .hs_cos_wrapper_type_form input[type="month"],
.ark .hs_cos_wrapper_type_form input[type="time"],
.ark .hs_cos_wrapper_type_form input[type="week"],
.ark .hs_cos_wrapper_type_form input[type="number"],
.ark .hs_cos_wrapper_type_form input[type="email"],
.ark .hs_cos_wrapper_type_form input[type="url"],
.ark .hs_cos_wrapper_type_form input[type="search"],
.ark .hs_cos_wrapper_type_form input[type="tel"],
.ark .hs_cos_wrapper_type_form input[type="color"],
.ark .hs_cos_wrapper_type_form input[type="file"],
.ark .hs_cos_wrapper_type_form textarea,
.ark .hs_cos_wrapper_type_form select {}

.ark .hs_cos_wrapper_type_form input[type="text"]:focus,
.ark .hs_cos_wrapper_type_form input[type="password"]:focus,
.ark .hs_cos_wrapper_type_form input[type="datetime"]:focus,
.ark .hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.ark .hs_cos_wrapper_type_form input[type="date"]:focus,
.ark .hs_cos_wrapper_type_form input[type="month"]:focus,
.ark .hs_cos_wrapper_type_form input[type="time"]:focus,
.ark .hs_cos_wrapper_type_form input[type="week"]:focus,
.ark .hs_cos_wrapper_type_form input[type="number"]:focus,
.ark .hs_cos_wrapper_type_form input[type="email"]:focus,
.ark .hs_cos_wrapper_type_form input[type="url"]:focus,
.ark .hs_cos_wrapper_type_form input[type="search"]:focus,
.ark .hs_cos_wrapper_type_form input[type="tel"]:focus,
.ark .hs_cos_wrapper_type_form input[type="color"]:focus,
.ark .hs_cos_wrapper_type_form input[type="file"]:focus,
.ark .hs_cos_wrapper_type_form textarea:focus,
.ark .hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.ark .hs_cos_wrapper_type_form textarea {}
.ark .hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.ark .hs_cos_wrapper_type_form select {}
.ark .hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.ark .hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.ark .hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type="radio"] { width: auto; }
.ark .hs_cos_wrapper_type_form input[type="radio"] {}
.ark .hs_cos_wrapper_type_form input[type="checkbox"] {}

/*  Form branding */
.ark .hubspot-link__container {
	display: none;
}

/* ----------------------------
	Blog Subscription Form
------------------------------- */

/* Label */
.ark #hs_form_target_blog_subscription .hs-form-field > label {}
.ark #hs_form_target_blog_subscription label {}

/* Inputs */
.ark #hs_form_target_blog_subscription input[type="email"], 
.widget-type-blog_subscribe input[type="email"] {
}

.ark #hs_form_target_blog_subscription input[type="email"]:focus {}

.ark #hs_form_target_blog_subscription input[type="radio"] {}


/* ----------------------------
	Multi Column Form
------------------------------- */

.ark .hs-form fieldset.form-columns-1 {}
.ark .hs-form fieldset.form-columns-1 .hs-form-field {}

.ark .hs-form fieldset.form-columns-2 {}
.ark .hs-form fieldset.form-columns-2 .hs-form-field {}

.ark .hs-form fieldset.form-columns-3 {}
.ark .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
.ark form.hs-form .hs-form-field ul.inputs-list li input {}
.ark input[type="radio"] {}
.ark input[type="checkbox"] {}
.ark form.hs-form fieldset { max-width: none; }
.ark form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
.ark form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
.ark form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
.ark form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
.ark form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (min-width:401px) {
  .ark form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  .ark .hs-form fieldset.form-columns-2 > .hs-form-field {
  	padding: 0;
    box-sizing: border-box;
  }
  .ark .hs-form fieldset.form-columns-2 > .hs-form-field:first-child {
    padding-right: 10px;
  }
  
}

@media (max-width: 400px) {
	.ark form.hs-form fieldset .hs-form-field { padding: 0; }
	.ark form.hs-form fieldset.form-columns-3 .hs-form-field,
	.ark form.hs-form .form-columns-2 .hs-form-field .hs-input,
	.ark form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
	.ark form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

/* ============================
	Image
=============================== */

.ark img {
	max-width: 100%;
  height: auto;
}

/* ============================
	Video
=============================== */

.ark .ark-responsive-video {
	padding-bottom: 62.5%;
	position: relative;
}
.ark .ark-responsive-video-16-9 {
	padding-bottom: 56.25%;
}
.ark .ark-responsive-video-16-10 {
	padding-bottom: 62.5%;
}
.ark .ark-responsive-video-4-3 {
	padding-bottom: 75%;
}

.ark .ark-responsive-video > iframe,
.ark .ark-responsive-video > div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*  ===================================================================
	SECTION:
	03. Layout
	
	DESCRIPTION:
	++++++++++++
	
	=================================================================== */

/* ============================
	Vertical Alignment
=============================== */

@media (min-width: 768px) {
	
	.ark .ark-vertical-align > .ark-row-fluid-wrapper > * {
		
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

		 
    
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    

	}
	
	.ark .ark-vertical-align-flex-start > .ark-row-fluid-wrapper > * {
		 
    
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    

	}
	.ark .ark-vertical-align-center > .ark-row-fluid-wrapper > * {
		 
    
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    

	}
	.ark .ark-vertical-align-flex-end > .ark-row-fluid-wrapper > * {
		 
    
        -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    

	}
	
	.ark .ark-vertical-direction-row > .ark-row-fluid-wrapper > * {
		 
    
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    

	}
	.ark .ark-vertical-direction-row-reverse > .ark-row-fluid-wrapper > * {
		 
    
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    

	}
	.ark .ark-vertical-direction-column > .ark-row-fluid-wrapper > * {
		 
    
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    

	}
	.ark .ark-vertical-direction-column-reverse > .ark-row-fluid-wrapper > * {
		 
    
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    

	}
	
	.ark .ark-vertical-wrap > .ark-row-fluid-wrapper > * {
		 
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

	}
	.ark .ark-vertical-nowrap > .ark-row-fluid-wrapper > * {
		 
   -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

	}
	
	.ark .ark-vertical-justify-left > .ark-row-fluid-wrapper > * {
		
    
        -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    

	}
	.ark .ark-vertical-justify-center > .ark-row-fluid-wrapper > * {
		
    
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    

	}
	.ark .ark-vertical-justify-right > .ark-row-fluid-wrapper > * {
		
    
        -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    

	}
	.ark .ark-vertical-justify-between > .ark-row-fluid-wrapper > * {
		
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

	}
	
}


/* ============================
	Grid
	=============================== */

.ark > span {
	
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

	 
    
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    

	
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

	 
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.ark > span > div {
	 
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;

}

@media (min-width: 480px) {
	.ark > span > div {
		 
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;

	}
}

/* --------- Small ---------- */

.ark-gutter-small > span > div {
	margin-bottom: 2em;
}

/* 2 col */
@media (min-width: 768px) {
	.ark-gutter-small.ark-2-col > span > div {
		 
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;

	}
}

/* 3 col */
@media (min-width: 768px) {
	.ark-gutter-small.ark-3-col > span > div {
		 
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;

	}
}

/* 4 col */
@media (min-width: 768px) {
	.ark-gutter-small.ark-4-col > span > div {
		 
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;

	}
}


/* --------- Medium ---------- */

.ark-gutter-medium > span > div {
	margin-bottom: 3em;
}

/* 2 col */
@media (min-width: 768px) {
	.ark-gutter-medium.ark-2-col > span > div {
		 
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;

	}
}

/* 3 col */
@media (min-width: 768px) {
	.ark-gutter-medium.ark-3-col > span > div {
		 
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;

	}
}

/* 4 col */
@media (min-width: 768px) {
	.ark-gutter-medium.ark-4-col > span > div {
		 
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;

	}
}


/* --------- Large ---------- */

.ark-gutter-large > span > div {
	margin-bottom: 4em;
}

/* 2 col */
@media (min-width: 768px) {
	.ark-gutter-large.ark-2-col > span > div {
		 
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;

	}
}

/* 3 col */
@media (min-width: 768px) {
	.ark-gutter-large.ark-3-col > span > div {
		 
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;

	}
}

/* 4 col */
@media (min-width: 768px) {
	.ark-gutter-large.ark-4-col > span > div {
		 
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;

	}
}


/* ============================
	Margin
=============================== */

/* Desktop */
.ark-margin-0   {margin: 0px 0;}
.ark-margin-10  {margin: 10px 0;}
.ark-margin-20  {margin: 20px 0;}
.ark-margin-30  {margin: 30px 0;}
.ark-margin-40  {margin: 40px 0;}
.ark-margin-50  {margin: 50px 0;}
.ark-margin-60  {margin: 60px 0;}
.ark-margin-70  {margin: 70px 0;}
.ark-margin-80  {margin: 80px 0;}
.ark-margin-90  {margin: 90px 0;}
.ark-margin-100 {margin: 100px 0;}
.ark-margin-110 {margin: 110px 0;}
.ark-margin-120 {margin: 120px 0;}
.ark-margin-130 {margin: 130px 0;}
.ark-margin-140 {margin: 140px 0;}
.ark-margin-150 {margin: 150px 0;}
.ark-margin-160 {margin: 160px 0;}
.ark-margin-170 {margin: 170px 0;}
.ark-margin-180 {margin: 180px 0;}
.ark-margin-190 {margin: 190px 0;}
.ark-margin-200 {margin: 200px 0;}

.ark-margin-top-0  {margin-top: 0px;}
.ark-margin-top-10 {margin-top: 10px;}
.ark-margin-top-20 {margin-top: 20px;}
.ark-margin-top-30 {margin-top: 30px;}
.ark-margin-top-40 {margin-top: 40px;}
.ark-margin-top-50 {margin-top: 50px;}
.ark-margin-top-60 {margin-top: 60px;}
.ark-margin-top-70 {margin-top: 70px;}
.ark-margin-top-80 {margin-top: 80px;}
.ark-margin-top-90 {margin-top: 90px;}
.ark-margin-top-100 {margin-top: 100px;}
.ark-margin-top-110 {margin-top: 110px;}
.ark-margin-top-120 {margin-top: 120px;}
.ark-margin-top-130 {margin-top: 130px;}
.ark-margin-top-140 {margin-top: 140px;}
.ark-margin-top-150 {margin-top: 150px;}
.ark-margin-top-160 {margin-top: 160px;}
.ark-margin-top-170 {margin-top: 170px;}
.ark-margin-top-180 {margin-top: 180px;}
.ark-margin-top-190 {margin-top: 190px;}
.ark-margin-top-200 {margin-top: 200px;}

.ark-margin-bottom-0  {margin-bottom: 0px;}
.ark-margin-bottom-10 {margin-bottom: 10px;}
.ark-margin-bottom-20 {margin-bottom: 20px;}
.ark-margin-bottom-30 {margin-bottom: 30px;}
.ark-margin-bottom-40 {margin-bottom: 40px;}
.ark-margin-bottom-50 {margin-bottom: 50px;}
.ark-margin-bottom-60 {margin-bottom: 60px;}
.ark-margin-bottom-70 {margin-bottom: 70px;}
.ark-margin-bottom-80 {margin-bottom: 80px;}
.ark-margin-bottom-90 {margin-bottom: 90px;}
.ark-margin-bottom-100 {margin-bottom: 100px;}
.ark-margin-bottom-110 {margin-bottom: 110px;}
.ark-margin-bottom-120 {margin-bottom: 120px;}
.ark-margin-bottom-130 {margin-bottom: 130px;}
.ark-margin-bottom-140 {margin-bottom: 140px;}
.ark-margin-bottom-150 {margin-bottom: 150px;}
.ark-margin-bottom-160 {margin-bottom: 160px;}
.ark-margin-bottom-170 {margin-bottom: 170px;}
.ark-margin-bottom-180 {margin-bottom: 180px;}
.ark-margin-bottom-190 {margin-bottom: 190px;}
.ark-margin-bottom-200 {margin-bottom: 200px;}

/* Mobile (<768px) */
@media (max-width: 767px) {
	.ark-mb-margin-0  {margin: 0px 0;}
	.ark-mb-margin-10 {margin: 10px 0;}
	.ark-mb-margin-20 {margin: 20px 0;}
	.ark-mb-margin-30 {margin: 30px 0;}
	.ark-mb-margin-40 {margin: 40px 0;}
	.ark-mb-margin-50 {margin: 50px 0;}
	.ark-mb-margin-60 {margin: 60px 0;}
	.ark-mb-margin-70 {margin: 70px 0;}
	.ark-mb-margin-80 {margin: 80px 0;}
	.ark-mb-margin-90 {margin: 90px 0;}
	.ark-mb-margin-100 {margin: 100px 0;}
	.ark-mb-margin-110 {margin: 110px 0;}
	.ark-mb-margin-120 {margin: 120px 0;}
	.ark-mb-margin-130 {margin: 130px 0;}
	.ark-mb-margin-140 {margin: 140px 0;}
	.ark-mb-margin-150 {margin: 150px 0;}
	.ark-mb-margin-160 {margin: 160px 0;}
	.ark-mb-margin-170 {margin: 170px 0;}
	.ark-mb-margin-180 {margin: 180px 0;}
	.ark-mb-margin-190 {margin: 190px 0;}
	.ark-mb-margin-200 {margin: 200px 0;}

	.ark-mb-margin-top-0  {margin-top: 0px;}
	.ark-mb-margin-top-10 {margin-top: 10px;}
	.ark-mb-margin-top-20 {margin-top: 20px;}
	.ark-mb-margin-top-30 {margin-top: 30px;}
	.ark-mb-margin-top-40 {margin-top: 40px;}
	.ark-mb-margin-top-50 {margin-top: 50px;}
	.ark-mb-margin-top-60 {margin-top: 60px;}
	.ark-mb-margin-top-70 {margin-top: 70px;}
	.ark-mb-margin-top-80 {margin-top: 80px;}
	.ark-mb-margin-top-90 {margin-top: 90px;}
	.ark-mb-margin-top-100 {margin-top: 100px;}
	.ark-mb-margin-top-110 {margin-top: 110px;}
	.ark-mb-margin-top-120 {margin-top: 120px;}
	.ark-mb-margin-top-130 {margin-top: 130px;}
	.ark-mb-margin-top-140 {margin-top: 140px;}
	.ark-mb-margin-top-150 {margin-top: 150px;}
	.ark-mb-margin-top-160 {margin-top: 160px;}
	.ark-mb-margin-top-170 {margin-top: 170px;}
	.ark-mb-margin-top-180 {margin-top: 180px;}
	.ark-mb-margin-top-190 {margin-top: 190px;}
	.ark-mb-margin-top-200 {margin-top: 200px;}

	.ark-mb-margin-bottom-0  {margin-bottom: 0px;}
	.ark-mb-margin-bottom-10 {margin-bottom: 10px;}
	.ark-mb-margin-bottom-20 {margin-bottom: 20px;}
	.ark-mb-margin-bottom-30 {margin-bottom: 30px;}
	.ark-mb-margin-bottom-40 {margin-bottom: 40px;}
	.ark-mb-margin-bottom-50 {margin-bottom: 50px;}
	.ark-mb-margin-bottom-60 {margin-bottom: 60px;}
	.ark-mb-margin-bottom-70 {margin-bottom: 70px;}
	.ark-mb-margin-bottom-80 {margin-bottom: 80px;}
	.ark-mb-margin-bottom-90 {margin-bottom: 90px;}
	.ark-mb-margin-bottom-100 {margin-bottom: 100px;}
	.ark-mb-margin-bottom-110 {margin-bottom: 110px;}
	.ark-mb-margin-bottom-120 {margin-bottom: 120px;}
	.ark-mb-margin-bottom-130 {margin-bottom: 130px;}
	.ark-mb-margin-bottom-140 {margin-bottom: 140px;}
	.ark-mb-margin-bottom-150 {margin-bottom: 150px;}
	.ark-mb-margin-bottom-160 {margin-bottom: 160px;}
	.ark-mb-margin-bottom-170 {margin-bottom: 170px;}
	.ark-mb-margin-bottom-180 {margin-bottom: 180px;}
	.ark-mb-margin-bottom-190 {margin-bottom: 190px;}
	.ark-mb-margin-bottom-200 {margin-bottom: 200px;}
}


/* ============================
	Padding
=============================== */

/* Desktop */

.ark-padding-all-0  {padding: 0px;}
.ark-padding-all-10 {padding: 10px;}
.ark-padding-all-20 {padding: 20px;}
.ark-padding-all-30 {padding: 30px;}
.ark-padding-all-40 {padding: 40px;}
.ark-padding-all-50 {padding: 50px;}
.ark-padding-all-60 {padding: 60px;}
.ark-padding-all-70 {padding: 70px;}
.ark-padding-all-80 {padding: 80px;}
.ark-padding-all-90 {padding: 90px;}
.ark-padding-all-100 {padding: 100px;}
.ark-padding-all-110 {padding: 110px;}
.ark-padding-all-120 {padding: 120px;}
.ark-padding-all-130 {padding: 130px;}
.ark-padding-all-140 {padding: 140px;}
.ark-padding-all-150 {padding: 150px;}
.ark-padding-all-160 {padding: 160px;}
.ark-padding-all-170 {padding: 170px;}
.ark-padding-all-180 {padding: 180px;}
.ark-padding-all-190 {padding: 190px;}
.ark-padding-all-200 {padding: 200px;}

.ark-padding-0  {padding: 0px 0;}
.ark-padding-10 {padding: 10px 0;}
.ark-padding-20 {padding: 20px 0;}
.ark-padding-30 {padding: 30px 0;}
.ark-padding-40 {padding: 40px 0;}
.ark-padding-50 {padding: 50px 0;}
.ark-padding-60 {padding: 60px 0;}
.ark-padding-70 {padding: 70px 0;}
.ark-padding-80 {padding: 80px 0;}
.ark-padding-90 {padding: 90px 0;}
.ark-padding-100 {padding: 100px 0;}
.ark-padding-110 {padding: 110px 0;}
.ark-padding-120 {padding: 120px 0;}
.ark-padding-130 {padding: 130px 0;}
.ark-padding-140 {padding: 140px 0;}
.ark-padding-150 {padding: 150px 0;}
.ark-padding-160 {padding: 160px 0;}
.ark-padding-170 {padding: 170px 0;}
.ark-padding-180 {padding: 180px 0;}
.ark-padding-190 {padding: 190px 0;}
.ark-padding-200 {padding: 200px 0;}

.ark-padding-top-0  {padding-top: 0px;}
.ark-padding-top-10 {padding-top: 10px;}
.ark-padding-top-20 {padding-top: 20px;}
.ark-padding-top-30 {padding-top: 30px;}
.ark-padding-top-40 {padding-top: 40px;}
.ark-padding-top-50 {padding-top: 50px;}
.ark-padding-top-60 {padding-top: 60px;}
.ark-padding-top-70 {padding-top: 70px;}
.ark-padding-top-80 {padding-top: 80px;}
.ark-padding-top-90 {padding-top: 90px;}
.ark-padding-top-100 {padding-top: 100px;}
.ark-padding-top-110 {padding-top: 110px;}
.ark-padding-top-120 {padding-top: 120px;}
.ark-padding-top-130 {padding-top: 130px;}
.ark-padding-top-140 {padding-top: 140px;}
.ark-padding-top-150 {padding-top: 150px;}
.ark-padding-top-160 {padding-top: 160px;}
.ark-padding-top-170 {padding-top: 170px;}
.ark-padding-top-180 {padding-top: 180px;}
.ark-padding-top-190 {padding-top: 190px;}
.ark-padding-top-200 {padding-top: 200px;}

.ark-padding-bottom-0   {padding-bottom: 0px;}
.ark-padding-bottom-10  {padding-bottom: 10px;}
.ark-padding-bottom-20  {padding-bottom: 20px;}
.ark-padding-bottom-30  {padding-bottom: 30px;}
.ark-padding-bottom-40  {padding-bottom: 40px;}
.ark-padding-bottom-50  {padding-bottom: 50px;}
.ark-padding-bottom-60  {padding-bottom: 60px;}
.ark-padding-bottom-70  {padding-bottom: 70px;}
.ark-padding-bottom-80  {padding-bottom: 80px;}
.ark-padding-bottom-90  {padding-bottom: 90px;}
.ark-padding-bottom-100 {padding-bottom: 100px;}
.ark-padding-bottom-110 {padding-bottom: 110px;}
.ark-padding-bottom-120 {padding-bottom: 120px;}
.ark-padding-bottom-130 {padding-bottom: 130px;}
.ark-padding-bottom-140 {padding-bottom: 140px;}
.ark-padding-bottom-150 {padding-bottom: 150px;}
.ark-padding-bottom-160 {padding-bottom: 160px;}
.ark-padding-bottom-170 {padding-bottom: 170px;}
.ark-padding-bottom-180 {padding-bottom: 180px;}
.ark-padding-bottom-190 {padding-bottom: 190px;}
.ark-padding-bottom-200 {padding-bottom: 200px;}

/* Mobile (<768px) */
@media (max-width: 767px) {
	.ark-mb-padding-all-0  {padding: 0px;}
	.ark-mb-padding-all-10 {padding: 10px;}
	.ark-mb-padding-all-20 {padding: 20px;}
	.ark-mb-padding-all-30 {padding: 30px;}
	.ark-mb-padding-all-40 {padding: 40px;}
	.ark-mb-padding-all-50 {padding: 50px;}
	.ark-mb-padding-all-60 {padding: 60px;}
	.ark-mb-padding-all-70 {padding: 70px;}
	.ark-mb-padding-all-80 {padding: 80px;}
	.ark-mb-padding-all-90 {padding: 90px;}
	.ark-mb-padding-all-100 {padding: 100px;}
	.ark-mb-padding-all-110 {padding: 110px;}
	.ark-mb-padding-all-120 {padding: 120px;}
	.ark-mb-padding-all-130 {padding: 130px;}
	.ark-mb-padding-all-140 {padding: 140px;}
	.ark-mb-padding-all-150 {padding: 150px;}
	.ark-mb-padding-all-160 {padding: 160px;}
	.ark-mb-padding-all-170 {padding: 170px;}
	.ark-mb-padding-all-180 {padding: 180px;}
	.ark-mb-padding-all-190 {padding: 190px;}
	.ark-mb-padding-all-200 {padding: 200px;}

	.ark-mb-padding-0  {padding: 0px 0;}
	.ark-mb-padding-10 {padding: 10px 0;}
	.ark-mb-padding-20 {padding: 20px 0;}
	.ark-mb-padding-30 {padding: 30px 0;}
	.ark-mb-padding-40 {padding: 40px 0;}
	.ark-mb-padding-50 {padding: 50px 0;}
	.ark-mb-padding-60 {padding: 60px 0;}
	.ark-mb-padding-70 {padding: 70px 0;}
	.ark-mb-padding-80 {padding: 80px 0;}
	.ark-mb-padding-90 {padding: 90px 0;}
	.ark-mb-padding-100 {padding: 100px 0;}
	.ark-mb-padding-110 {padding: 110px 0;}
	.ark-mb-padding-120 {padding: 120px 0;}
	.ark-mb-padding-130 {padding: 130px 0;}
	.ark-mb-padding-140 {padding: 140px 0;}
	.ark-mb-padding-150 {padding: 150px 0;}
	.ark-mb-padding-160 {padding: 160px 0;}
	.ark-mb-padding-170 {padding: 170px 0;}
	.ark-mb-padding-180 {padding: 180px 0;}
	.ark-mb-padding-190 {padding: 190px 0;}
	.ark-mb-padding-200 {padding: 200px 0;}

	.ark-mb-padding-top-0  {padding-top: 0px;}
	.ark-mb-padding-top-10 {padding-top: 10px;}
	.ark-mb-padding-top-20 {padding-top: 20px;}
	.ark-mb-padding-top-30 {padding-top: 30px;}
	.ark-mb-padding-top-40 {padding-top: 40px;}
	.ark-mb-padding-top-50 {padding-top: 50px;}
	.ark-mb-padding-top-60 {padding-top: 60px;}
	.ark-mb-padding-top-70 {padding-top: 70px;}
	.ark-mb-padding-top-80 {padding-top: 80px;}
	.ark-mb-padding-top-90 {padding-top: 90px;}
	.ark-mb-padding-top-100 {padding-top: 100px;}
	.ark-mb-padding-top-110 {padding-top: 110px;}
	.ark-mb-padding-top-120 {padding-top: 120px;}
	.ark-mb-padding-top-130 {padding-top: 130px;}
	.ark-mb-padding-top-140 {padding-top: 140px;}
	.ark-mb-padding-top-150 {padding-top: 150px;}
	.ark-mb-padding-top-160 {padding-top: 160px;}
	.ark-mb-padding-top-170 {padding-top: 170px;}
	.ark-mb-padding-top-180 {padding-top: 180px;}
	.ark-mb-padding-top-190 {padding-top: 190px;}
	.ark-mb-padding-top-200 {padding-top: 200px;}

	.ark-mb-padding-bottom-0  {padding-bottom: 0px;}
	.ark-mb-padding-bottom-10 {padding-bottom: 10px;}
	.ark-mb-padding-bottom-20 {padding-bottom: 20px;}
	.ark-mb-padding-bottom-30 {padding-bottom: 30px;}
	.ark-mb-padding-bottom-40 {padding-bottom: 40px;}
	.ark-mb-padding-bottom-50 {padding-bottom: 50px;}
	.ark-mb-padding-bottom-60 {padding-bottom: 60px;}
	.ark-mb-padding-bottom-70 {padding-bottom: 70px;}
	.ark-mb-padding-bottom-80 {padding-bottom: 80px;}
	.ark-mb-padding-bottom-90 {padding-bottom: 90px;}
	.ark-mb-padding-bottom-100 {padding-bottom: 100px;}
	.ark-mb-padding-bottom-110 {padding-bottom: 110px;}
	.ark-mb-padding-bottom-120 {padding-bottom: 120px;}
	.ark-mb-padding-bottom-130 {padding-bottom: 130px;}
	.ark-mb-padding-bottom-140 {padding-bottom: 140px;}
	.ark-mb-padding-bottom-150 {padding-bottom: 150px;}
	.ark-mb-padding-bottom-160 {padding-bottom: 160px;}
	.ark-mb-padding-bottom-170 {padding-bottom: 170px;}
	.ark-mb-padding-bottom-180 {padding-bottom: 180px;}
	.ark-mb-padding-bottom-190 {padding-bottom: 190px;}
	.ark-mb-padding-bottom-200 {padding-bottom: 200px;}
}


/*  ===================================================================
	SECTION:
	06. State
	
	DESCRIPTION:
	++++++++++++
	
	=================================================================== */   

/* ----------------------------
	Display
------------------------------- */
.ark-display-none {
	display: none!important; 
}

/* Desktop hidden */
@media (min-width: 768px) {
	.ark-desktop-display-none {
		display: none!important;
	}
}
	
/* Mobile hidden */
@media (max-width: 767px) {
	.ark-mb-display-none {
		display: none!important;
	}
}
	
/*  ===================================================================
	SECTION:
	09. Plugins
	
	DESCRIPTION:
	++++++++++++
	=================================================================== */ 
	
/* ----------------------------
	Mobile Menu - Hubspot Standard Toggle Menu
------------------------------- */

.ark-mobile-trigger,
.ark-child-trigger {
	display: none;
}

@media (max-width: 767px) {

	.ark-custom-menu-primary,
	.ark-custom-menu-primary .hs-menu-wrapper > ul,
	.ark-custom-menu-primary .hs-menu-wrapper > ul li,
	.ark-custom-menu-primary .hs-menu-wrapper > ul li a {
		display: block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color: #ffffff;
	}
	/* Toggle Button
	========================================================================== */
	.ark-mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		width: auto;
		height: auto;
		padding: 7px 10px 8px 10px;
		background: #ffffff;
		border: 1px solid #000000;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #000000;
		float: right;
	}
	.ark-mobile-trigger:hover {
		text-decoration: none;
		color: #ffffff;
		background-color: #000000;
		border-color: transparent;
	}
	
	/* Change button when menu is open */
	.ark-mobile-open .ark-mobile-trigger {
		color: #ffffff;
		background-color: #000000;
		border-color: transparent;
	}
	
	/* Toggle Button Icon
	========================================================================== */
	.ark-mobile-trigger i {
		display: inline;
		position: relative;
		top: -4px;
	}
	.ark-mobile-trigger i:before,
	.ark-mobile-trigger i:after {
		position: absolute;
		content: '';
	}
	.ark-mobile-trigger i,
	.ark-mobile-trigger i:before,
	.ark-mobile-trigger i:after {
		width: 22px;
		height: 2px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background-color: #000000;
		display: inline-block;
		-webkit-transition: all ease-in-out 200ms;
		-o-transition: all ease-in-out 200ms;
		transition: all ease-in-out 200ms;
	}
	.ark-mobile-trigger i:before {
		top: -6px;
	}
	.ark-mobile-trigger i:after {
		top: 6px;
	}
	.ark-mobile-trigger:hover i,
	.ark-mobile-trigger:hover i:before,
	.ark-mobile-trigger:hover i:after,
	.ark-mobile-open .ark-mobile-trigger i,
	.ark-mobile-open .ark-mobile-trigger i:before,
	.ark-mobile-open .ark-mobile-trigger i:after {
		background-color: #ffffff;
	}
	
	/* Change button icon when menu is open */
	.ark-mobile-open .ark-mobile-trigger i {
		height: 0;
	}
	.ark-mobile-open .ark-mobile-trigger i:before {
		
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

		top: -1px;
	}
	.ark-mobile-open .ark-mobile-trigger i:after {
		
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);

		top: -1px;
	}
	
	/* Child Toggle Button
	========================================================================== */
	.ark-child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px !important;
		min-width: 55px !important;
		height: 45px !important;
		padding: 0 !important;
		border-left: 1px dotted rgba(255, 255, 255, .20);
	}
	.ark-child-trigger:hover {
		text-decoration: none;
	}
	.ark-child-trigger i {
		position: relative;
		top: 50%;
		margin: 0 auto !important;
		
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);

	}
	.ark-child-trigger i:after {
		position: absolute;
		content: '';
	}
	.ark-child-trigger i,
	.ark-child-trigger i:after {
		width: 10px;
		height: 1px;
		background-color: #ffffff;
		display: block;
	}
	.ark-child-trigger i:after {
		
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);

	}
	.ark-child-trigger.child-open i:after {
		
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);

	}
	.ark-child-trigger.child-open i {}
	
	/* Menu Styles on Mobile Devices
	========================================================================== */
	.ark-custom-menu-primary.js-enabled {
		
	}
	/* Hide menu on mobile */
	.ark-custom-menu-primary.js-enabled .hs-menu-wrapper,
	.ark-custom-menu-primary.js-enabled .hs-menu-children-wrapper {
		display: none;
	}
	/* Make child lists appear below parent items */
	.ark-custom-menu-primary ul.hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}
	/* Mobile Menu Styles */
	.ark-custom-menu-primary.js-enabled .hs-menu-wrapper {
		width: 100%;
		position: absolute;
		top: 100%;
		bottom: auto;
		left: 0;
		padding: 0;
		z-index: 10;
	}
	.ark-custom-menu-primary .hs-menu-wrapper {
		background-color: #000000;
		width: 100%;
	}
	/* Level 1 Menu List Styles */
	.ark-custom-menu-primary .hs-menu-wrapper > ul > li {
		position: relative;
	}
	.ark-custom-menu-primary .hs-menu-wrapper > ul > li a {
		line-height: 45px;
		overflow: visible;
	}
	/* Level 1 and Higher Menu List Styles */
	.ark-custom-menu-primary .hs-menu-wrapper > ul li {
		border-top: 1px dotted rgba(255, 255, 255, .35);
	}
	.ark-custom-menu-primary .hs-menu-wrapper > ul li a {
		padding: 0 20px;
		color: #ffffff;
	}
	.ark-custom-menu-primary .hs-menu-wrapper > ul li a:hover {
		color: #ffffff;
	}
	/* Level 2 and Higher Menu List Styles */
	.ark-custom-menu-primary .hs-menu-wrapper>ul ul li {
		background-color: rgba(255, 255, 255, .08);
	}
	.ark-custom-menu-primary .hs-menu-wrapper > ul ul li a {
		text-indent: 10px;
		font-size: 16px;
	}
	/* Level 3 and Higher Menu List Styles */
	.ark-custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
		text-indent: 30px;
	}
	.ark-custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
		text-indent: 50px;
	}
}