.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  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: translateZ(0);
  transform: translateZ(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-slide-invisible-blank {
  visibility: hidden;
}

.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;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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, .5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
}

.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-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: .3s opacity;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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(0, -50%, 0);
  transform: translate3d(0, -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: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s top;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s;
}

.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: left .2s, -webkit-transform .2s;
  transition: left .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s left;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: right .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s right;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s;
}

.swiper-pagination-progressbar {
  background: rgba(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-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(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, .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>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
} */

/* .swiper-slide-zoomed {
  cursor: move;
} */

.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) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.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-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Lity - v2.3.1 - 2018-04-20
   * http://sorgalla.com/lity/
   * Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*!
    * Datepicker v0.6.5
    * https://github.com/fengyuanchen/datepicker
    *
    * Copyright (c) 2014-2018 Chen Fengyuan
    * Released under the MIT license
    *
    * Date: 2018-03-31T06:16:43.444Z
    */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container:after,
.datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left:after,
.datepicker-top-left:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left:after,
.datepicker-bottom-left:before,
.datepicker-bottom-right:after,
.datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-bottom-right:after,
.datepicker-bottom-right:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
  left: auto;
  right: 10px;
}

.datepicker-panel>ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel>ul:after,
.datepicker-panel>ul:before {
  content: " ";
  display: table;
}

.datepicker-panel>ul:after {
  clear: both;
}

.datepicker-panel>ul>li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel>ul>li:hover {
  background-color: #e5f2ff;
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
  color: #999;
}

.datepicker-panel>ul>li.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel>ul>li.highlighted:hover {
  background-color: #cce5ff;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
  color: #39f;
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
  width: 150px;
}

.datepicker-panel>ul[data-view=months]>li,
.datepicker-panel>ul[data-view=years]>li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel>ul[data-view=week]>li,
.datepicker-panel>ul[data-view=week]>li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

/* .fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
} */

/* .fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
} */

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
/* .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
} */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* .fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
} */

/* .fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
} */

/* .fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @ supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*!
   FullCalendar Core Package v4.1.0
   Docs & License: https://fullcalendar.io/
   (c) 2019 Adam Shaw
   */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  font-size: 1em;
}

.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.fc-popover .fc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 4px;
}

.fc-rtl .fc-popover .fc-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: .65;
  font-size: 1.1em;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
}

.fc-bg table {
  height: 100%;
}

.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
}

.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  background: none;
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
}

.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}

.fc-event.fc-draggable,
.fc-event[href] {
  cursor: pointer;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}

.fc-event.fc-dragging.fc-selected {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: .75;
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

tr:first-child>td>.fc-day-grid-event {
  margin-top: 2px;
}

.fc-mirror-skeleton tr:first-child>td>.fc-day-grid-event {
  margin-top: 0;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  display: none;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

@font-face {
  font-family: fcicons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.fc-icon {
  font-family: fcicons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\E900";
}

.fc-icon-chevron-right:before {
  content: "\E901";
}

.fc-icon-chevrons-left:before {
  content: "\E902";
}

.fc-icon-chevrons-right:before {
  content: "\E903";
}

.fc-icon-minus-square:before {
  content: "\E904";
}

.fc-icon-plus-square:before {
  content: "\E905";
}

.fc-icon-x:before {
  content: "\E906";
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc-button {
  -webkit-appearance: button;
}

.fc-button:not(:disabled) {
  cursor: pointer;
}

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .4em .65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: .25em;
}

.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
  box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
}

.fc-button:disabled {
  opacity: .65;
}

.fc-button-primary {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
  box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

.fc-button-primary:not(:disabled).fc-button-active:focus,
.fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
  box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
}

.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.fc-button-group>.fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fc-button-group>.fc-button.fc-button-active,
.fc-button-group>.fc-button:active,
.fc-button-group>.fc-button:focus,
.fc-button-group>.fc-button:hover {
  z-index: 1;
}

.fc-button-group>.fc-button:not(:first-child) {
  margin-left: -1px;
}

.fc-button-group>.fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-button-group>.fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc-toolbar>*>:not(:first-child) {
  margin-left: .75em;
}

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

.fc-view-container {
  position: relative;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view>table {
  position: relative;
  z-index: 1;
}

@media print {
  .fc {
    max-width: 100% !important;
  }

  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  .fc-row,
  .fc hr,
  .fc tbody,
  .fc td,
  .fc th,
  .fc thead {
    border-color: #ccc !important;
    background: #fff !important;
  }

  .fc-bg,
  .fc-bgevent-container,
  .fc-bgevent-skeleton,
  .fc-business-container,
  .fc-highlight-container,
  .fc-highlight-skeleton,
  .fc-mirror-container,
  .fc-mirror-skeleton {
    display: none;
  }

  .fc tbody .fc-row {
    height: auto !important;
    min-height: 0 !important;
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    padding-bottom: 0 !important;
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    padding-bottom: 1em;
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    height: 1em;
  }

  .fc-more,
  .fc-more-cell {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
  }

  .fc-time-grid {
    min-height: 0 !important;
  }

  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  .fc-slats,
  .fc-time-grid hr {
    display: none !important;
  }

  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  .fc-day-grid-container,
  .fc-scroller,
  .fc-time-grid-container {
    overflow: visible !important;
    height: auto !important;
  }

  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  .fc-button-group,
  .fc button {
    display: none;
  }
}

/*!
   FullCalendar Day Grid Plugin v4.1.0
   Docs & License: https://fullcalendar.io/
   (c) 2019 Adam Shaw
   */
.fc-dayGridDay-view .fc-content-skeleton,
.fc-dayGridWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: .3;
}

.fc-dayGrid-view .fc-day-number,
.fc-dayGrid-view .fc-week-number {
  padding: 2px;
}

.fc-dayGrid-view th.fc-day-number,
.fc-dayGrid-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: gray;
}

.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}

.fc-dayGrid-view td.fc-week-number>* {
  display: inline-block;
  min-width: 1.25em;
}

/*!
    *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
    *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
    */
@font-face {
  font-family: FontAwesome;
  src: url("../assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://www.damaiputra.com/frontend/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\F0DC";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\F150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\F151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\F152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\F156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\F157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\F158";
}

.fa-krw:before,
.fa-won:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\F19C";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\F1C5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\F1C6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\F1D0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\F1D8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-television:before,
.fa-tv:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\F2A3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\F2BB";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.material-icons {
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  margin-top: -1px;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  padding-bottom: 20px;
}

.slick-slider-nav button {
  background: none;
  padding: 0;
  color: #4e5859;
  height: auto;
  margin: 0;
}

.slick-slider-nav .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.slick-slider-nav .slick-dots li {
  display: inline-block;
  opacity: .5;
}

.slick-slider-nav .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.slick-slider-nav .slick-dots .slick-active {
  opacity: 1;
}

.slick-slider-nav .slick-dots .slick-active button {
  font-weight: 700;
}

.slick-slider-nav .slick-arrow {
  position: absolute;
  left: -25px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.slick-slider-nav .slick-next {
  left: auto;
  right: -25px;
}

.slick-track {
  line-height: 0;
}

.product-detail .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: auto;
  margin: 0;
  background: hsla(32, 7%, 52%, .8) !important;
  font-size: 40px;
  width: 50px;
  padding: 0;
}

.product-detail .slick-arrow:hover {
  background: hsla(32, 7%, 52%, .9) !important;
}

.product-detail .slick-prev {
  left: 0;
}

.product-detail .slick-next {
  right: 0;
}

.fancybox-content {
  overflow: visible;
  padding: 0;
}

.fancybox-slide--html {
  padding-top: 40px;
}

.fancybox-slide--html .fancybox-close-small {
  opacity: 1;
  top: 10px;
  right: 10px;
  background: #8c847b;
  color: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  padding: 5px;
}

.fancybox-slide--html .fancybox-close-small:hover {
  background: #7f776f;
}

@media screen and (min-width:801px) {
  .fancybox-slide--html .fancybox-close-small {
    top: -20px;
    right: -20px;
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
}

#tnc .fancybox-button,
.product-detail .fancybox-button {
  background-image: linear-gradient(38deg, #ac1674, #c23f73);
}

.popup--whatsapp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -230px;
  left: -35px;
  padding: 20px;
  width: 220px;
  height: auto;
  background-color: #8c847a;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 991;
}

.popup--whatsapp_close {
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  background: #4e5858;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.popup--whatsapp_close:hover {
  color: #fff;
}

.popup--whatsapp:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: calc(50% - 30px);
  right: auto;
  bottom: -60px;
  border: 30px solid;
  border-color: #8c847a transparent transparent;
  z-index: 1;
}

.popup--whatsapp .button {
  margin: 0;
}

.popup--whatsapp.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:801px) {
  .popup--whatsapp {
    left: 20px;
  }

  .popup--whatsapp:before {
    bottom: -30px;
    border: 20px solid;
    border-color: #8c847a transparent transparent #8c847a;
    left: 0;
  }

  .popup--whatsapp:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: auto;
    bottom: 0;
    border: 20px solid;
    border-color: #8c847a;
    z-index: -1;
  }
}

.swiper-pagination-bullet {
  width: 0;
  height: 0;
  display: initial;
  background: none;
  opacity: 1;
  color: #8c847b;
}

.swiper-pagination-bullet-active {
  color: #4e5859;
}

.swiper-container-multirow>.swiper-wrapper {
  padding-bottom: 80px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  max-width: 1480px;
  width: 100%;
  float: none;
}

.container:after {
  clear: both;
  content: "";
  display: block;
}

.ev-xsm-1 {
  width: calc(8.33333333% - .67708333em);
}

.ev-xsm-1,
.ev-xsm-2 {
  float: left;
  margin-left: .625em;
}

.ev-xsm-2 {
  width: calc(16.66666667% - .72916667em);
}

.ev-xsm-3 {
  width: calc(25% - .78125em);
}

.ev-xsm-3,
.ev-xsm-4 {
  float: left;
  margin-left: .625em;
}

.ev-xsm-4 {
  width: calc(33.33333333% - .83333333em);
}

.ev-xsm-5 {
  width: calc(41.66666667% - .88541667em);
}

.ev-xsm-5,
.ev-xsm-6 {
  float: left;
  margin-left: .625em;
}

.ev-xsm-6 {
  width: calc(50% - .9375em);
}

.ev-xsm-7 {
  width: calc(58.33333333% - .98958333em);
}

.ev-xsm-7,
.ev-xsm-8 {
  float: left;
  margin-left: .625em;
}

.ev-xsm-8 {
  width: calc(66.66666667% - 1.04166667em);
}

.ev-xsm-9 {
  width: calc(75% - 1.09375em);
}

.ev-xsm-9,
.ev-xsm-10 {
  float: left;
  margin-left: .625em;
}

.ev-xsm-10 {
  width: calc(83.33333333% - 1.14583333em);
}

.ev-xsm-11 {
  width: calc(91.66666667% - 1.19791667em);
}

.ev-xsm-11,
.ev-xsm-12 {
  float: left;
  margin-left: .625em;
}

.ev-xsm-12 {
  width: calc(100% - 1.25em);
}

@media screen and (min-width:767px) {
  .ev-sm-1 {
    width: calc(8.33333333% - .67708333em);
  }

  .ev-sm-1,
  .ev-sm-2 {
    float: left;
    margin-left: .625em;
  }

  .ev-sm-2 {
    width: calc(16.66666667% - .72916667em);
  }

  .ev-sm-3 {
    width: calc(25% - .78125em);
  }

  .ev-sm-3,
  .ev-sm-4 {
    float: left;
    margin-left: .625em;
  }

  .ev-sm-4 {
    width: calc(33.33333333% - .83333333em);
  }

  .ev-sm-5 {
    width: calc(41.66666667% - .88541667em);
  }

  .ev-sm-5,
  .ev-sm-6 {
    float: left;
    margin-left: .625em;
  }

  .ev-sm-6 {
    width: calc(50% - .9375em);
  }

  .ev-sm-7 {
    width: calc(58.33333333% - .98958333em);
  }

  .ev-sm-7,
  .ev-sm-8 {
    float: left;
    margin-left: .625em;
  }

  .ev-sm-8 {
    width: calc(66.66666667% - 1.04166667em);
  }

  .ev-sm-9 {
    width: calc(75% - 1.09375em);
  }

  .ev-sm-9,
  .ev-sm-10 {
    float: left;
    margin-left: .625em;
  }

  .ev-sm-10 {
    width: calc(83.33333333% - 1.14583333em);
  }

  .ev-sm-11 {
    width: calc(91.66666667% - 1.19791667em);
  }

  .ev-sm-11,
  .ev-sm-12 {
    float: left;
    margin-left: .625em;
  }

  .ev-sm-12 {
    width: calc(100% - 1.25em);
  }
}

@media screen and (min-width:801px) {
  .ev-md-1 {
    width: calc(8.33333333% - .67708333em);
  }

  .ev-md-1,
  .ev-md-2 {
    float: left;
    margin-left: .625em;
  }

  .ev-md-2 {
    width: calc(16.66666667% - .72916667em);
  }

  .ev-md-3 {
    width: calc(25% - .78125em);
  }

  .ev-md-3,
  .ev-md-4 {
    float: left;
    margin-left: .625em;
  }

  .ev-md-4 {
    width: calc(33.33333333% - .83333333em);
  }

  .ev-md-5 {
    width: calc(41.66666667% - .88541667em);
  }

  .ev-md-5,
  .ev-md-6 {
    float: left;
    margin-left: .625em;
  }

  .ev-md-6 {
    width: calc(50% - .9375em);
  }

  .ev-md-7 {
    width: calc(58.33333333% - .98958333em);
  }

  .ev-md-7,
  .ev-md-8 {
    float: left;
    margin-left: .625em;
  }

  .ev-md-8 {
    width: calc(66.66666667% - 1.04166667em);
  }

  .ev-md-9 {
    width: calc(75% - 1.09375em);
  }

  .ev-md-9,
  .ev-md-10 {
    float: left;
    margin-left: .625em;
  }

  .ev-md-10 {
    width: calc(83.33333333% - 1.14583333em);
  }

  .ev-md-11 {
    width: calc(91.66666667% - 1.19791667em);
  }

  .ev-md-11,
  .ev-md-12 {
    float: left;
    margin-left: .625em;
  }

  .ev-md-12 {
    width: calc(100% - 1.25em);
  }
}

@media screen and (min-width:1025px) {
  .ev-xmd-1 {
    width: calc(8.33333333% - .67708333em);
  }

  .ev-xmd-1,
  .ev-xmd-2 {
    float: left;
    margin-left: .625em;
  }

  .ev-xmd-2 {
    width: calc(16.66666667% - .72916667em);
  }

  .ev-xmd-3 {
    width: calc(25% - .78125em);
  }

  .ev-xmd-3,
  .ev-xmd-4 {
    float: left;
    margin-left: .625em;
  }

  .ev-xmd-4 {
    width: calc(33.33333333% - .83333333em);
  }

  .ev-xmd-5 {
    width: calc(41.66666667% - .88541667em);
  }

  .ev-xmd-5,
  .ev-xmd-6 {
    float: left;
    margin-left: .625em;
  }

  .ev-xmd-6 {
    width: calc(50% - .9375em);
  }

  .ev-xmd-7 {
    width: calc(58.33333333% - .98958333em);
  }

  .ev-xmd-7,
  .ev-xmd-8 {
    float: left;
    margin-left: .625em;
  }

  .ev-xmd-8 {
    width: calc(66.66666667% - 1.04166667em);
  }

  .ev-xmd-9 {
    width: calc(75% - 1.09375em);
  }

  .ev-xmd-9,
  .ev-xmd-10 {
    float: left;
    margin-left: .625em;
  }

  .ev-xmd-10 {
    width: calc(83.33333333% - 1.14583333em);
  }

  .ev-xmd-11 {
    width: calc(91.66666667% - 1.19791667em);
  }

  .ev-xmd-11,
  .ev-xmd-12 {
    float: left;
    margin-left: .625em;
  }

  .ev-xmd-12 {
    width: calc(100% - 1.25em);
  }
}

@media screen and (min-width:1280px) {
  .ev-lg-1 {
    width: calc(8.33333333% - .67708333em);
  }

  .ev-lg-1,
  .ev-lg-2 {
    float: left;
    margin-left: .625em;
  }

  .ev-lg-2 {
    width: calc(16.66666667% - .72916667em);
  }

  .ev-lg-3 {
    width: calc(25% - .78125em);
  }

  .ev-lg-3,
  .ev-lg-4 {
    float: left;
    margin-left: .625em;
  }

  .ev-lg-4 {
    width: calc(33.33333333% - .83333333em);
  }

  .ev-lg-5 {
    width: calc(41.66666667% - .88541667em);
  }

  .ev-lg-5,
  .ev-lg-6 {
    float: left;
    margin-left: .625em;
  }

  .ev-lg-6 {
    width: calc(50% - .9375em);
  }

  .ev-lg-7 {
    width: calc(58.33333333% - .98958333em);
  }

  .ev-lg-7,
  .ev-lg-8 {
    float: left;
    margin-left: .625em;
  }

  .ev-lg-8 {
    width: calc(66.66666667% - 1.04166667em);
  }

  .ev-lg-9 {
    width: calc(75% - 1.09375em);
  }

  .ev-lg-9,
  .ev-lg-10 {
    float: left;
    margin-left: .625em;
  }

  .ev-lg-10 {
    width: calc(83.33333333% - 1.14583333em);
  }

  .ev-lg-11 {
    width: calc(91.66666667% - 1.19791667em);
  }

  .ev-lg-11,
  .ev-lg-12 {
    float: left;
    margin-left: .625em;
  }

  .ev-lg-12 {
    width: calc(100% - 1.25em);
  }
}

@media screen and (min-width:1400px) {
  .ev-xlg-1 {
    width: calc(8.33333333% - .67708333em);
  }

  .ev-xlg-1,
  .ev-xlg-2 {
    float: left;
    margin-left: .625em;
  }

  .ev-xlg-2 {
    width: calc(16.66666667% - .72916667em);
  }

  .ev-xlg-3 {
    width: calc(25% - .78125em);
  }

  .ev-xlg-3,
  .ev-xlg-4 {
    float: left;
    margin-left: .625em;
  }

  .ev-xlg-4 {
    width: calc(33.33333333% - .83333333em);
  }

  .ev-xlg-5 {
    width: calc(41.66666667% - .88541667em);
  }

  .ev-xlg-5,
  .ev-xlg-6 {
    float: left;
    margin-left: .625em;
  }

  .ev-xlg-6 {
    width: calc(50% - .9375em);
  }

  .ev-xlg-7 {
    width: calc(58.33333333% - .98958333em);
  }

  .ev-xlg-7,
  .ev-xlg-8 {
    float: left;
    margin-left: .625em;
  }

  .ev-xlg-8 {
    width: calc(66.66666667% - 1.04166667em);
  }

  .ev-xlg-9 {
    width: calc(75% - 1.09375em);
  }

  .ev-xlg-9,
  .ev-xlg-10 {
    float: left;
    margin-left: .625em;
  }

  .ev-xlg-10 {
    width: calc(83.33333333% - 1.14583333em);
  }

  .ev-xlg-11 {
    width: calc(91.66666667% - 1.19791667em);
  }

  .ev-xlg-11,
  .ev-xlg-12 {
    float: left;
    margin-left: .625em;
  }

  .ev-xlg-12 {
    width: calc(100% - 1.25em);
  }
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #fff;
  color: #777;
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: green;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #004d00;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eee;
}

@media screen and (min-width:801px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12.5px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17083125rem;
}

h4 {
  font-size: 1.0625rem;
}

h5 {
  font-size: .8125rem;
}

h6 {
  font-size: .6875rem;
}

p {
  margin: 0 0 12.5px;
}

label {
  display: inline;
  padding: .2em 0 .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #777;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

label:empty {
  display: none;
}

.btn label {
  position: relative;
  top: -1px;
}

a.label:focus,
a.label:hover {
  text-decoration: none;
  cursor: pointer;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table thead tr {
  background-color: #fff;
}

.table th {
  font-weight: 700;
}

.table td,
.table th {
  padding: 10px;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #f0f0f0;
}

.table-stripped tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, .1);
}

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  border: 1px solid #ccc;
  height: 3.125em;
  display: block;
  width: 100%;
  margin-bottom: .625rem;
  outline: 0;
  padding: 0 .9375rem;
  font-size: 14px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border-radius: 0;
}

input:not([type]):focus,
input:not([type]):hover,
input[type=color]:focus,
input[type=color]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=week]:focus,
input[type=week]:hover,
textarea:focus,
textarea:hover {
  border: 1px solid #b3b2b2;
}

input:not([type]):active,
input[type=color]:active,
input[type=date]:active,
input[type=datetime-local]:active,
input[type=datetime]:active,
input[type=email]:active,
input[type=month]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
input[type=text]:active,
input[type=time]:active,
input[type=url]:active,
input[type=week]:active,
textarea:active {
  border: 1px solid #999;
}

textarea {
  padding: .9375rem;
  height: auto;
  max-width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.ev-select {
  border: 1px solid #ccc;
  position: relative;
}

.ev-select:after {
  content: "";
  width: 11px;
  height: 6px;
  display: block;
  background: url(../img/arrow.html) no-repeat 50%;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  z-index: -1;
}

@media only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
  .ev-select:after {
    background: url(../img/arrow%402x.html) no-repeat 50%;
  }
}

.ev-select select {
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0 .9375rem;
  font-size: 14px;
  height: 3.125em;
  outline: 0;
}

.ev-form-wrapper {
  margin-bottom: .625rem;
}

.ev-form-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width:1280px) {

  .ev-form-wrapper input:not([type]),
  .ev-form-wrapper input[type=color],
  .ev-form-wrapper input[type=date],
  .ev-form-wrapper input[type=datetime-local],
  .ev-form-wrapper input[type=datetime],
  .ev-form-wrapper input[type=email],
  .ev-form-wrapper input[type=month],
  .ev-form-wrapper input[type=number],
  .ev-form-wrapper input[type=password],
  .ev-form-wrapper input[type=search],
  .ev-form-wrapper input[type=tel],
  .ev-form-wrapper input[type=text],
  .ev-form-wrapper input[type=time],
  .ev-form-wrapper input[type=url],
  .ev-form-wrapper input[type=week],
  .ev-form-wrapper textarea {
    margin-bottom: 0;
  }
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  margin: 0 0 1rem;
  vertical-align: middle;
  font-family: inherit;
  line-height: 3.125rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
  height: 3.125rem;
  padding: 0 1.5625rem;
  background-color: #42b983;
  outline: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: inline-block;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #359368;
  color: #fff;
}

.button:active,
.button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #276e4e;
  color: #fff;
}

.section {
  position: relative;
  margin: 30px 0;
  padding: 0 30px;
  z-index: 1;
}

.section__title {
  font-size: 2.5rem;
}

.section__lead {
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
}

@media screen and (min-width:480px) {
  .section__lead {
    font-size: 1.25rem;
  }
}

@media screen and (min-width:801px) {
  .section {
    padding: 0 100px;
  }

  .section__footer {
    text-align: center;
    margin-top: 20px;
  }
}

.ev-hide-xsm {
  display: none !important;
}

@media screen and (max-width:480px) {
  .ev-hide-xsm {
    display: block !important;
  }
}

.ev-hide-sm {
  display: none !important;
}

@media screen and (max-width:767px) {
  .ev-hide-sm {
    display: block !important;
  }
}

.ev-hide-md {
  display: none !important;
}

@media screen and (max-width:801px) {
  .ev-hide-md {
    display: block !important;
  }
}

.ev-hide-xmd {
  display: none !important;
}

@media screen and (max-width:1025px) {
  .ev-hide-xmd {
    display: block !important;
  }
}

.ev-hide-lg {
  display: none !important;
}

@media screen and (max-width:1280px) {
  .ev-hide-lg {
    display: block !important;
  }
}

.ev-hide-xlg {
  display: none !important;
}

@media screen and (max-width:1400px) {
  .ev-hide-xlg {
    display: block !important;
  }
}

.ev-show-xsm {
  display: block !important;
}

@media screen and (max-width:480px) {
  .ev-show-xsm {
    display: none !important;
  }
}

.ev-show-sm {
  display: block !important;
}

@media screen and (max-width:767px) {
  .ev-show-sm {
    display: none !important;
  }
}

.ev-show-md {
  display: block !important;
}

@media screen and (max-width:801px) {
  .ev-show-md {
    display: none !important;
  }
}

.ev-show-xmd {
  display: block !important;
}

@media screen and (max-width:1025px) {
  .ev-show-xmd {
    display: none !important;
  }
}

.ev-show-lg {
  display: block !important;
}

@media screen and (max-width:1280px) {
  .ev-show-lg {
    display: none !important;
  }
}

.ev-show-xlg {
  display: block !important;
}

@media screen and (max-width:1400px) {
  .ev-show-xlg {
    display: none !important;
  }
}

.ev-in-hide-xsm {
  display: none !important;
}

@media screen and (max-width:480px) {
  .ev-in-hide-xsm {
    display: inline-block !important;
  }
}

.ev-in-hide-sm {
  display: none !important;
}

@media screen and (max-width:767px) {
  .ev-in-hide-sm {
    display: inline-block !important;
  }
}

.ev-in-hide-md {
  display: none !important;
}

@media screen and (max-width:801px) {
  .ev-in-hide-md {
    display: inline-block !important;
  }
}

.ev-in-hide-xmd {
  display: none !important;
}

@media screen and (max-width:1025px) {
  .ev-in-hide-xmd {
    display: inline-block !important;
  }
}

.ev-in-hide-lg {
  display: none !important;
}

@media screen and (max-width:1280px) {
  .ev-in-hide-lg {
    display: inline-block !important;
  }
}

.ev-in-hide-xlg {
  display: none !important;
}

@media screen and (max-width:1400px) {
  .ev-in-hide-xlg {
    display: inline-block !important;
  }
}

.ev-in-show-xsm {
  display: inline-block !important;
}

@media screen and (max-width:480px) {
  .ev-in-show-xsm {
    display: none !important;
  }
}

.ev-in-show-sm {
  display: inline-block !important;
}

@media screen and (max-width:767px) {
  .ev-in-show-sm {
    display: none !important;
  }
}

.ev-in-show-md {
  display: inline-block !important;
}

@media screen and (max-width:801px) {
  .ev-in-show-md {
    display: none !important;
  }
}

.ev-in-show-xmd {
  display: inline-block !important;
}

@media screen and (max-width:1025px) {
  .ev-in-show-xmd {
    display: none !important;
  }
}

.ev-in-show-lg {
  display: inline-block !important;
}

@media screen and (max-width:1280px) {
  .ev-in-show-lg {
    display: none !important;
  }
}

.ev-in-show-xlg {
  display: inline-block !important;
}

@media screen and (max-width:1400px) {
  .ev-in-show-xlg {
    display: none !important;
  }
}

.color-error {
  color: #e74c3c;
}

.color-success {
  color: #2ecc71;
}

.ev-bl {
  display: block;
}

.ev-ib {
  display: inline-block;
}

.ev-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ev-tb {
  display: table;
}

.ev-tbc {
  display: table-cell;
}

.ev-uppercase {
  text-transform: uppercase !important;
}

.ev-lowercase {
  text-transform: lowercase !important;
}

.ev-capitalize {
  text-transform: capitalize !important;
}

.ev-rel {
  position: relative;
}

.ev-abs {
  position: absolute;
}

.ev-fxd {
  position: fixed;
}

.ev-stc {
  position: static;
}

.ev-fc {
  float: none;
  margin: auto;
}

.ev-fl {
  float: left;
}

.ev-fr {
  float: right;
}

.fs-8-xsm {
  font-size: .5rem;
}

.fs-9-xsm {
  font-size: .5625rem;
}

.fs-10-xsm {
  font-size: .625rem;
}

.fs-11-xsm {
  font-size: .6875rem;
}

.fs-12-xsm {
  font-size: .75rem;
}

.fs-13-xsm {
  font-size: .8125rem;
}

.fs-14-xsm {
  font-size: .875rem;
}

.fs-15-xsm {
  font-size: .9375rem;
}

.fs-16-xsm {
  font-size: 1rem;
}

.fs-17-xsm {
  font-size: 1.0625rem;
}

.fs-18-xsm {
  font-size: 1.125rem;
}

.fs-19-xsm {
  font-size: 1.1875rem;
}

.fs-20-xsm {
  font-size: 1.25rem;
}

.fs-21-xsm {
  font-size: 1.3125rem;
}

.fs-22-xsm {
  font-size: 1.375rem;
}

.fs-23-xsm {
  font-size: 1.4375rem;
}

.fs-24-xsm {
  font-size: 1.5rem;
}

.fs-25-xsm {
  font-size: 1.5625rem;
}

.fs-26-xsm {
  font-size: 1.625rem;
}

.fs-27-xsm {
  font-size: 1.6875rem;
}

.fs-28-xsm {
  font-size: 1.75rem;
}

.fs-29-xsm {
  font-size: 1.8125rem;
}

.fs-30-xsm {
  font-size: 1.875rem;
}

.fs-31-xsm {
  font-size: 1.9375rem;
}

.fs-32-xsm {
  font-size: 2rem;
}

.fs-33-xsm {
  font-size: 2.0625rem;
}

.fs-34-xsm {
  font-size: 2.125rem;
}

.fs-35-xsm {
  font-size: 2.1875rem;
}

.fs-36-xsm {
  font-size: 2.25rem;
}

.fs-37-xsm {
  font-size: 2.3125rem;
}

.fs-38-xsm {
  font-size: 2.375rem;
}

.fs-39-xsm {
  font-size: 2.4375rem;
}

.fs-40-xsm {
  font-size: 2.5rem;
}

.fs-41-xsm {
  font-size: 2.5625rem;
}

.fs-42-xsm {
  font-size: 2.625rem;
}

.fs-43-xsm {
  font-size: 2.6875rem;
}

.fs-44-xsm {
  font-size: 2.75rem;
}

.fs-45-xsm {
  font-size: 2.8125rem;
}

.fs-46-xsm {
  font-size: 2.875rem;
}

.fs-47-xsm {
  font-size: 2.9375rem;
}

.fs-48-xsm {
  font-size: 3rem;
}

.fs-49-xsm {
  font-size: 3.0625rem;
}

.fs-50-xsm {
  font-size: 3.125rem;
}

.fs-51-xsm {
  font-size: 3.1875rem;
}

.fs-52-xsm {
  font-size: 3.25rem;
}

.fs-53-xsm {
  font-size: 3.3125rem;
}

.fs-54-xsm {
  font-size: 3.375rem;
}

.fs-55-xsm {
  font-size: 3.4375rem;
}

.fs-56-xsm {
  font-size: 3.5rem;
}

.fs-57-xsm {
  font-size: 3.5625rem;
}

.fs-58-xsm {
  font-size: 3.625rem;
}

.fs-59-xsm {
  font-size: 3.6875rem;
}

.fs-60-xsm {
  font-size: 3.75rem;
}

@media screen and (min-width:767px) {
  .fs-8-sm {
    font-size: .5rem;
  }

  .fs-9-sm {
    font-size: .5625rem;
  }

  .fs-10-sm {
    font-size: .625rem;
  }

  .fs-11-sm {
    font-size: .6875rem;
  }

  .fs-12-sm {
    font-size: .75rem;
  }

  .fs-13-sm {
    font-size: .8125rem;
  }

  .fs-14-sm {
    font-size: .875rem;
  }

  .fs-15-sm {
    font-size: .9375rem;
  }

  .fs-16-sm {
    font-size: 1rem;
  }

  .fs-17-sm {
    font-size: 1.0625rem;
  }

  .fs-18-sm {
    font-size: 1.125rem;
  }

  .fs-19-sm {
    font-size: 1.1875rem;
  }

  .fs-20-sm {
    font-size: 1.25rem;
  }

  .fs-21-sm {
    font-size: 1.3125rem;
  }

  .fs-22-sm {
    font-size: 1.375rem;
  }

  .fs-23-sm {
    font-size: 1.4375rem;
  }

  .fs-24-sm {
    font-size: 1.5rem;
  }

  .fs-25-sm {
    font-size: 1.5625rem;
  }

  .fs-26-sm {
    font-size: 1.625rem;
  }

  .fs-27-sm {
    font-size: 1.6875rem;
  }

  .fs-28-sm {
    font-size: 1.75rem;
  }

  .fs-29-sm {
    font-size: 1.8125rem;
  }

  .fs-30-sm {
    font-size: 1.875rem;
  }

  .fs-31-sm {
    font-size: 1.9375rem;
  }

  .fs-32-sm {
    font-size: 2rem;
  }

  .fs-33-sm {
    font-size: 2.0625rem;
  }

  .fs-34-sm {
    font-size: 2.125rem;
  }

  .fs-35-sm {
    font-size: 2.1875rem;
  }

  .fs-36-sm {
    font-size: 2.25rem;
  }

  .fs-37-sm {
    font-size: 2.3125rem;
  }

  .fs-38-sm {
    font-size: 2.375rem;
  }

  .fs-39-sm {
    font-size: 2.4375rem;
  }

  .fs-40-sm {
    font-size: 2.5rem;
  }

  .fs-41-sm {
    font-size: 2.5625rem;
  }

  .fs-42-sm {
    font-size: 2.625rem;
  }

  .fs-43-sm {
    font-size: 2.6875rem;
  }

  .fs-44-sm {
    font-size: 2.75rem;
  }

  .fs-45-sm {
    font-size: 2.8125rem;
  }

  .fs-46-sm {
    font-size: 2.875rem;
  }

  .fs-47-sm {
    font-size: 2.9375rem;
  }

  .fs-48-sm {
    font-size: 3rem;
  }

  .fs-49-sm {
    font-size: 3.0625rem;
  }

  .fs-50-sm {
    font-size: 3.125rem;
  }

  .fs-51-sm {
    font-size: 3.1875rem;
  }

  .fs-52-sm {
    font-size: 3.25rem;
  }

  .fs-53-sm {
    font-size: 3.3125rem;
  }

  .fs-54-sm {
    font-size: 3.375rem;
  }

  .fs-55-sm {
    font-size: 3.4375rem;
  }

  .fs-56-sm {
    font-size: 3.5rem;
  }

  .fs-57-sm {
    font-size: 3.5625rem;
  }

  .fs-58-sm {
    font-size: 3.625rem;
  }

  .fs-59-sm {
    font-size: 3.6875rem;
  }

  .fs-60-sm {
    font-size: 3.75rem;
  }
}

@media screen and (min-width:801px) {
  .fs-8-md {
    font-size: .5rem;
  }

  .fs-9-md {
    font-size: .5625rem;
  }

  .fs-10-md {
    font-size: .625rem;
  }

  .fs-11-md {
    font-size: .6875rem;
  }

  .fs-12-md {
    font-size: .75rem;
  }

  .fs-13-md {
    font-size: .8125rem;
  }

  .fs-14-md {
    font-size: .875rem;
  }

  .fs-15-md {
    font-size: .9375rem;
  }

  .fs-16-md {
    font-size: 1rem;
  }

  .fs-17-md {
    font-size: 1.0625rem;
  }

  .fs-18-md {
    font-size: 1.125rem;
  }

  .fs-19-md {
    font-size: 1.1875rem;
  }

  .fs-20-md {
    font-size: 1.25rem;
  }

  .fs-21-md {
    font-size: 1.3125rem;
  }

  .fs-22-md {
    font-size: 1.375rem;
  }

  .fs-23-md {
    font-size: 1.4375rem;
  }

  .fs-24-md {
    font-size: 1.5rem;
  }

  .fs-25-md {
    font-size: 1.5625rem;
  }

  .fs-26-md {
    font-size: 1.625rem;
  }

  .fs-27-md {
    font-size: 1.6875rem;
  }

  .fs-28-md {
    font-size: 1.75rem;
  }

  .fs-29-md {
    font-size: 1.8125rem;
  }

  .fs-30-md {
    font-size: 1.875rem;
  }

  .fs-31-md {
    font-size: 1.9375rem;
  }

  .fs-32-md {
    font-size: 2rem;
  }

  .fs-33-md {
    font-size: 2.0625rem;
  }

  .fs-34-md {
    font-size: 2.125rem;
  }

  .fs-35-md {
    font-size: 2.1875rem;
  }

  .fs-36-md {
    font-size: 2.25rem;
  }

  .fs-37-md {
    font-size: 2.3125rem;
  }

  .fs-38-md {
    font-size: 2.375rem;
  }

  .fs-39-md {
    font-size: 2.4375rem;
  }

  .fs-40-md {
    font-size: 2.5rem;
  }

  .fs-41-md {
    font-size: 2.5625rem;
  }

  .fs-42-md {
    font-size: 2.625rem;
  }

  .fs-43-md {
    font-size: 2.6875rem;
  }

  .fs-44-md {
    font-size: 2.75rem;
  }

  .fs-45-md {
    font-size: 2.8125rem;
  }

  .fs-46-md {
    font-size: 2.875rem;
  }

  .fs-47-md {
    font-size: 2.9375rem;
  }

  .fs-48-md {
    font-size: 3rem;
  }

  .fs-49-md {
    font-size: 3.0625rem;
  }

  .fs-50-md {
    font-size: 3.125rem;
  }

  .fs-51-md {
    font-size: 3.1875rem;
  }

  .fs-52-md {
    font-size: 3.25rem;
  }

  .fs-53-md {
    font-size: 3.3125rem;
  }

  .fs-54-md {
    font-size: 3.375rem;
  }

  .fs-55-md {
    font-size: 3.4375rem;
  }

  .fs-56-md {
    font-size: 3.5rem;
  }

  .fs-57-md {
    font-size: 3.5625rem;
  }

  .fs-58-md {
    font-size: 3.625rem;
  }

  .fs-59-md {
    font-size: 3.6875rem;
  }

  .fs-60-md {
    font-size: 3.75rem;
  }
}

@media screen and (min-width:1025px) {
  .fs-8-xmd {
    font-size: .5rem;
  }

  .fs-9-xmd {
    font-size: .5625rem;
  }

  .fs-10-xmd {
    font-size: .625rem;
  }

  .fs-11-xmd {
    font-size: .6875rem;
  }

  .fs-12-xmd {
    font-size: .75rem;
  }

  .fs-13-xmd {
    font-size: .8125rem;
  }

  .fs-14-xmd {
    font-size: .875rem;
  }

  .fs-15-xmd {
    font-size: .9375rem;
  }

  .fs-16-xmd {
    font-size: 1rem;
  }

  .fs-17-xmd {
    font-size: 1.0625rem;
  }

  .fs-18-xmd {
    font-size: 1.125rem;
  }

  .fs-19-xmd {
    font-size: 1.1875rem;
  }

  .fs-20-xmd {
    font-size: 1.25rem;
  }

  .fs-21-xmd {
    font-size: 1.3125rem;
  }

  .fs-22-xmd {
    font-size: 1.375rem;
  }

  .fs-23-xmd {
    font-size: 1.4375rem;
  }

  .fs-24-xmd {
    font-size: 1.5rem;
  }

  .fs-25-xmd {
    font-size: 1.5625rem;
  }

  .fs-26-xmd {
    font-size: 1.625rem;
  }

  .fs-27-xmd {
    font-size: 1.6875rem;
  }

  .fs-28-xmd {
    font-size: 1.75rem;
  }

  .fs-29-xmd {
    font-size: 1.8125rem;
  }

  .fs-30-xmd {
    font-size: 1.875rem;
  }

  .fs-31-xmd {
    font-size: 1.9375rem;
  }

  .fs-32-xmd {
    font-size: 2rem;
  }

  .fs-33-xmd {
    font-size: 2.0625rem;
  }

  .fs-34-xmd {
    font-size: 2.125rem;
  }

  .fs-35-xmd {
    font-size: 2.1875rem;
  }

  .fs-36-xmd {
    font-size: 2.25rem;
  }

  .fs-37-xmd {
    font-size: 2.3125rem;
  }

  .fs-38-xmd {
    font-size: 2.375rem;
  }

  .fs-39-xmd {
    font-size: 2.4375rem;
  }

  .fs-40-xmd {
    font-size: 2.5rem;
  }

  .fs-41-xmd {
    font-size: 2.5625rem;
  }

  .fs-42-xmd {
    font-size: 2.625rem;
  }

  .fs-43-xmd {
    font-size: 2.6875rem;
  }

  .fs-44-xmd {
    font-size: 2.75rem;
  }

  .fs-45-xmd {
    font-size: 2.8125rem;
  }

  .fs-46-xmd {
    font-size: 2.875rem;
  }

  .fs-47-xmd {
    font-size: 2.9375rem;
  }

  .fs-48-xmd {
    font-size: 3rem;
  }

  .fs-49-xmd {
    font-size: 3.0625rem;
  }

  .fs-50-xmd {
    font-size: 3.125rem;
  }

  .fs-51-xmd {
    font-size: 3.1875rem;
  }

  .fs-52-xmd {
    font-size: 3.25rem;
  }

  .fs-53-xmd {
    font-size: 3.3125rem;
  }

  .fs-54-xmd {
    font-size: 3.375rem;
  }

  .fs-55-xmd {
    font-size: 3.4375rem;
  }

  .fs-56-xmd {
    font-size: 3.5rem;
  }

  .fs-57-xmd {
    font-size: 3.5625rem;
  }

  .fs-58-xmd {
    font-size: 3.625rem;
  }

  .fs-59-xmd {
    font-size: 3.6875rem;
  }

  .fs-60-xmd {
    font-size: 3.75rem;
  }
}

@media screen and (min-width:1280px) {
  .fs-8-lg {
    font-size: .5rem;
  }

  .fs-9-lg {
    font-size: .5625rem;
  }

  .fs-10-lg {
    font-size: .625rem;
  }

  .fs-11-lg {
    font-size: .6875rem;
  }

  .fs-12-lg {
    font-size: .75rem;
  }

  .fs-13-lg {
    font-size: .8125rem;
  }

  .fs-14-lg {
    font-size: .875rem;
  }

  .fs-15-lg {
    font-size: .9375rem;
  }

  .fs-16-lg {
    font-size: 1rem;
  }

  .fs-17-lg {
    font-size: 1.0625rem;
  }

  .fs-18-lg {
    font-size: 1.125rem;
  }

  .fs-19-lg {
    font-size: 1.1875rem;
  }

  .fs-20-lg {
    font-size: 1.25rem;
  }

  .fs-21-lg {
    font-size: 1.3125rem;
  }

  .fs-22-lg {
    font-size: 1.375rem;
  }

  .fs-23-lg {
    font-size: 1.4375rem;
  }

  .fs-24-lg {
    font-size: 1.5rem;
  }

  .fs-25-lg {
    font-size: 1.5625rem;
  }

  .fs-26-lg {
    font-size: 1.625rem;
  }

  .fs-27-lg {
    font-size: 1.6875rem;
  }

  .fs-28-lg {
    font-size: 1.75rem;
  }

  .fs-29-lg {
    font-size: 1.8125rem;
  }

  .fs-30-lg {
    font-size: 1.875rem;
  }

  .fs-31-lg {
    font-size: 1.9375rem;
  }

  .fs-32-lg {
    font-size: 2rem;
  }

  .fs-33-lg {
    font-size: 2.0625rem;
  }

  .fs-34-lg {
    font-size: 2.125rem;
  }

  .fs-35-lg {
    font-size: 2.1875rem;
  }

  .fs-36-lg {
    font-size: 2.25rem;
  }

  .fs-37-lg {
    font-size: 2.3125rem;
  }

  .fs-38-lg {
    font-size: 2.375rem;
  }

  .fs-39-lg {
    font-size: 2.4375rem;
  }

  .fs-40-lg {
    font-size: 2.5rem;
  }

  .fs-41-lg {
    font-size: 2.5625rem;
  }

  .fs-42-lg {
    font-size: 2.625rem;
  }

  .fs-43-lg {
    font-size: 2.6875rem;
  }

  .fs-44-lg {
    font-size: 2.75rem;
  }

  .fs-45-lg {
    font-size: 2.8125rem;
  }

  .fs-46-lg {
    font-size: 2.875rem;
  }

  .fs-47-lg {
    font-size: 2.9375rem;
  }

  .fs-48-lg {
    font-size: 3rem;
  }

  .fs-49-lg {
    font-size: 3.0625rem;
  }

  .fs-50-lg {
    font-size: 3.125rem;
  }

  .fs-51-lg {
    font-size: 3.1875rem;
  }

  .fs-52-lg {
    font-size: 3.25rem;
  }

  .fs-53-lg {
    font-size: 3.3125rem;
  }

  .fs-54-lg {
    font-size: 3.375rem;
  }

  .fs-55-lg {
    font-size: 3.4375rem;
  }

  .fs-56-lg {
    font-size: 3.5rem;
  }

  .fs-57-lg {
    font-size: 3.5625rem;
  }

  .fs-58-lg {
    font-size: 3.625rem;
  }

  .fs-59-lg {
    font-size: 3.6875rem;
  }

  .fs-60-lg {
    font-size: 3.75rem;
  }
}

@media screen and (min-width:1400px) {
  .fs-8-xlg {
    font-size: .5rem;
  }

  .fs-9-xlg {
    font-size: .5625rem;
  }

  .fs-10-xlg {
    font-size: .625rem;
  }

  .fs-11-xlg {
    font-size: .6875rem;
  }

  .fs-12-xlg {
    font-size: .75rem;
  }

  .fs-13-xlg {
    font-size: .8125rem;
  }

  .fs-14-xlg {
    font-size: .875rem;
  }

  .fs-15-xlg {
    font-size: .9375rem;
  }

  .fs-16-xlg {
    font-size: 1rem;
  }

  .fs-17-xlg {
    font-size: 1.0625rem;
  }

  .fs-18-xlg {
    font-size: 1.125rem;
  }

  .fs-19-xlg {
    font-size: 1.1875rem;
  }

  .fs-20-xlg {
    font-size: 1.25rem;
  }

  .fs-21-xlg {
    font-size: 1.3125rem;
  }

  .fs-22-xlg {
    font-size: 1.375rem;
  }

  .fs-23-xlg {
    font-size: 1.4375rem;
  }

  .fs-24-xlg {
    font-size: 1.5rem;
  }

  .fs-25-xlg {
    font-size: 1.5625rem;
  }

  .fs-26-xlg {
    font-size: 1.625rem;
  }

  .fs-27-xlg {
    font-size: 1.6875rem;
  }

  .fs-28-xlg {
    font-size: 1.75rem;
  }

  .fs-29-xlg {
    font-size: 1.8125rem;
  }

  .fs-30-xlg {
    font-size: 1.875rem;
  }

  .fs-31-xlg {
    font-size: 1.9375rem;
  }

  .fs-32-xlg {
    font-size: 2rem;
  }

  .fs-33-xlg {
    font-size: 2.0625rem;
  }

  .fs-34-xlg {
    font-size: 2.125rem;
  }

  .fs-35-xlg {
    font-size: 2.1875rem;
  }

  .fs-36-xlg {
    font-size: 2.25rem;
  }

  .fs-37-xlg {
    font-size: 2.3125rem;
  }

  .fs-38-xlg {
    font-size: 2.375rem;
  }

  .fs-39-xlg {
    font-size: 2.4375rem;
  }

  .fs-40-xlg {
    font-size: 2.5rem;
  }

  .fs-41-xlg {
    font-size: 2.5625rem;
  }

  .fs-42-xlg {
    font-size: 2.625rem;
  }

  .fs-43-xlg {
    font-size: 2.6875rem;
  }

  .fs-44-xlg {
    font-size: 2.75rem;
  }

  .fs-45-xlg {
    font-size: 2.8125rem;
  }

  .fs-46-xlg {
    font-size: 2.875rem;
  }

  .fs-47-xlg {
    font-size: 2.9375rem;
  }

  .fs-48-xlg {
    font-size: 3rem;
  }

  .fs-49-xlg {
    font-size: 3.0625rem;
  }

  .fs-50-xlg {
    font-size: 3.125rem;
  }

  .fs-51-xlg {
    font-size: 3.1875rem;
  }

  .fs-52-xlg {
    font-size: 3.25rem;
  }

  .fs-53-xlg {
    font-size: 3.3125rem;
  }

  .fs-54-xlg {
    font-size: 3.375rem;
  }

  .fs-55-xlg {
    font-size: 3.4375rem;
  }

  .fs-56-xlg {
    font-size: 3.5rem;
  }

  .fs-57-xlg {
    font-size: 3.5625rem;
  }

  .fs-58-xlg {
    font-size: 3.625rem;
  }

  .fs-59-xlg {
    font-size: 3.6875rem;
  }

  .fs-60-xlg {
    font-size: 3.75rem;
  }
}

.pd-0-xsm {
  padding: 0;
}

.pd-t-0-xsm {
  padding-top: 0;
}

.pd-b-0-xsm {
  padding-bottom: 0;
}

.pd-l-0-xsm {
  padding-left: 0;
}

.pd-r-0-xsm {
  padding-right: 0;
}

.pd-5-xsm {
  padding: .3125rem;
}

.pd-t-5-xsm {
  padding-top: .3125rem;
}

.pd-b-5-xsm {
  padding-bottom: .3125rem;
}

.pd-l-5-xsm {
  padding-left: .3125rem;
}

.pd-r-5-xsm {
  padding-right: .3125rem;
}

.pd-10-xsm {
  padding: .625rem;
}

.pd-t-10-xsm {
  padding-top: .625rem;
}

.pd-b-10-xsm {
  padding-bottom: .625rem;
}

.pd-l-10-xsm {
  padding-left: .625rem;
}

.pd-r-10-xsm {
  padding-right: .625rem;
}

.pd-15-xsm {
  padding: .9375rem;
}

.pd-t-15-xsm {
  padding-top: .9375rem;
}

.pd-b-15-xsm {
  padding-bottom: .9375rem;
}

.pd-l-15-xsm {
  padding-left: .9375rem;
}

.pd-r-15-xsm {
  padding-right: .9375rem;
}

.pd-20-xsm {
  padding: 1.25rem;
}

.pd-t-20-xsm {
  padding-top: 1.25rem;
}

.pd-b-20-xsm {
  padding-bottom: 1.25rem;
}

.pd-l-20-xsm {
  padding-left: 1.25rem;
}

.pd-r-20-xsm {
  padding-right: 1.25rem;
}

.pd-25-xsm {
  padding: 1.5625rem;
}

.pd-t-25-xsm {
  padding-top: 1.5625rem;
}

.pd-b-25-xsm {
  padding-bottom: 1.5625rem;
}

.pd-l-25-xsm {
  padding-left: 1.5625rem;
}

.pd-r-25-xsm {
  padding-right: 1.5625rem;
}

.pd-30-xsm {
  padding: 1.875rem;
}

.pd-t-30-xsm {
  padding-top: 1.875rem;
}

.pd-b-30-xsm {
  padding-bottom: 1.875rem;
}

.pd-l-30-xsm {
  padding-left: 1.875rem;
}

.pd-r-30-xsm {
  padding-right: 1.875rem;
}

.pd-35-xsm {
  padding: 2.1875rem;
}

.pd-t-35-xsm {
  padding-top: 2.1875rem;
}

.pd-b-35-xsm {
  padding-bottom: 2.1875rem;
}

.pd-l-35-xsm {
  padding-left: 2.1875rem;
}

.pd-r-35-xsm {
  padding-right: 2.1875rem;
}

.pd-40-xsm {
  padding: 2.5rem;
}

.pd-t-40-xsm {
  padding-top: 2.5rem;
}

.pd-b-40-xsm {
  padding-bottom: 2.5rem;
}

.pd-l-40-xsm {
  padding-left: 2.5rem;
}

.pd-r-40-xsm {
  padding-right: 2.5rem;
}

.pd-45-xsm {
  padding: 2.8125rem;
}

.pd-t-45-xsm {
  padding-top: 2.8125rem;
}

.pd-b-45-xsm {
  padding-bottom: 2.8125rem;
}

.pd-l-45-xsm {
  padding-left: 2.8125rem;
}

.pd-r-45-xsm {
  padding-right: 2.8125rem;
}

.pd-50-xsm {
  padding: 3.125rem;
}

.pd-t-50-xsm {
  padding-top: 3.125rem;
}

.pd-b-50-xsm {
  padding-bottom: 3.125rem;
}

.pd-l-50-xsm {
  padding-left: 3.125rem;
}

.pd-r-50-xsm {
  padding-right: 3.125rem;
}

.pd-55-xsm {
  padding: 3.4375rem;
}

.pd-t-55-xsm {
  padding-top: 3.4375rem;
}

.pd-b-55-xsm {
  padding-bottom: 3.4375rem;
}

.pd-l-55-xsm {
  padding-left: 3.4375rem;
}

.pd-r-55-xsm {
  padding-right: 3.4375rem;
}

.pd-60-xsm {
  padding: 3.75rem;
}

.pd-t-60-xsm {
  padding-top: 3.75rem;
}

.pd-b-60-xsm {
  padding-bottom: 3.75rem;
}

.pd-l-60-xsm {
  padding-left: 3.75rem;
}

.pd-r-60-xsm {
  padding-right: 3.75rem;
}

.pd-65-xsm {
  padding: 4.0625rem;
}

.pd-t-65-xsm {
  padding-top: 4.0625rem;
}

.pd-b-65-xsm {
  padding-bottom: 4.0625rem;
}

.pd-l-65-xsm {
  padding-left: 4.0625rem;
}

.pd-r-65-xsm {
  padding-right: 4.0625rem;
}

.pd-70-xsm {
  padding: 4.375rem;
}

.pd-t-70-xsm {
  padding-top: 4.375rem;
}

.pd-b-70-xsm {
  padding-bottom: 4.375rem;
}

.pd-l-70-xsm {
  padding-left: 4.375rem;
}

.pd-r-70-xsm {
  padding-right: 4.375rem;
}

.pd-75-xsm {
  padding: 4.6875rem;
}

.pd-t-75-xsm {
  padding-top: 4.6875rem;
}

.pd-b-75-xsm {
  padding-bottom: 4.6875rem;
}

.pd-l-75-xsm {
  padding-left: 4.6875rem;
}

.pd-r-75-xsm {
  padding-right: 4.6875rem;
}

.pd-80-xsm {
  padding: 5rem;
}

.pd-t-80-xsm {
  padding-top: 5rem;
}

.pd-b-80-xsm {
  padding-bottom: 5rem;
}

.pd-l-80-xsm {
  padding-left: 5rem;
}

.pd-r-80-xsm {
  padding-right: 5rem;
}

.pd-85-xsm {
  padding: 5.3125rem;
}

.pd-t-85-xsm {
  padding-top: 5.3125rem;
}

.pd-b-85-xsm {
  padding-bottom: 5.3125rem;
}

.pd-l-85-xsm {
  padding-left: 5.3125rem;
}

.pd-r-85-xsm {
  padding-right: 5.3125rem;
}

.pd-90-xsm {
  padding: 5.625rem;
}

.pd-t-90-xsm {
  padding-top: 5.625rem;
}

.pd-b-90-xsm {
  padding-bottom: 5.625rem;
}

.pd-l-90-xsm {
  padding-left: 5.625rem;
}

.pd-r-90-xsm {
  padding-right: 5.625rem;
}

.pd-95-xsm {
  padding: 5.9375rem;
}

.pd-t-95-xsm {
  padding-top: 5.9375rem;
}

.pd-b-95-xsm {
  padding-bottom: 5.9375rem;
}

.pd-l-95-xsm {
  padding-left: 5.9375rem;
}

.pd-r-95-xsm {
  padding-right: 5.9375rem;
}

.pd-100-xsm {
  padding: 6.25rem;
}

.pd-t-100-xsm {
  padding-top: 6.25rem;
}

.pd-b-100-xsm {
  padding-bottom: 6.25rem;
}

.pd-l-100-xsm {
  padding-left: 6.25rem;
}

.pd-r-100-xsm {
  padding-right: 6.25rem;
}

.pd-105-xsm {
  padding: 6.5625rem;
}

.pd-t-105-xsm {
  padding-top: 6.5625rem;
}

.pd-b-105-xsm {
  padding-bottom: 6.5625rem;
}

.pd-l-105-xsm {
  padding-left: 6.5625rem;
}

.pd-r-105-xsm {
  padding-right: 6.5625rem;
}

.pd-110-xsm {
  padding: 6.875rem;
}

.pd-t-110-xsm {
  padding-top: 6.875rem;
}

.pd-b-110-xsm {
  padding-bottom: 6.875rem;
}

.pd-l-110-xsm {
  padding-left: 6.875rem;
}

.pd-r-110-xsm {
  padding-right: 6.875rem;
}

.pd-115-xsm {
  padding: 7.1875rem;
}

.pd-t-115-xsm {
  padding-top: 7.1875rem;
}

.pd-b-115-xsm {
  padding-bottom: 7.1875rem;
}

.pd-l-115-xsm {
  padding-left: 7.1875rem;
}

.pd-r-115-xsm {
  padding-right: 7.1875rem;
}

.pd-120-xsm {
  padding: 7.5rem;
}

.pd-t-120-xsm {
  padding-top: 7.5rem;
}

.pd-b-120-xsm {
  padding-bottom: 7.5rem;
}

.pd-l-120-xsm {
  padding-left: 7.5rem;
}

.pd-r-120-xsm {
  padding-right: 7.5rem;
}

.pd-125-xsm {
  padding: 7.8125rem;
}

.pd-t-125-xsm {
  padding-top: 7.8125rem;
}

.pd-b-125-xsm {
  padding-bottom: 7.8125rem;
}

.pd-l-125-xsm {
  padding-left: 7.8125rem;
}

.pd-r-125-xsm {
  padding-right: 7.8125rem;
}

.pd-130-xsm {
  padding: 8.125rem;
}

.pd-t-130-xsm {
  padding-top: 8.125rem;
}

.pd-b-130-xsm {
  padding-bottom: 8.125rem;
}

.pd-l-130-xsm {
  padding-left: 8.125rem;
}

.pd-r-130-xsm {
  padding-right: 8.125rem;
}

.pd-135-xsm {
  padding: 8.4375rem;
}

.pd-t-135-xsm {
  padding-top: 8.4375rem;
}

.pd-b-135-xsm {
  padding-bottom: 8.4375rem;
}

.pd-l-135-xsm {
  padding-left: 8.4375rem;
}

.pd-r-135-xsm {
  padding-right: 8.4375rem;
}

.pd-140-xsm {
  padding: 8.75rem;
}

.pd-t-140-xsm {
  padding-top: 8.75rem;
}

.pd-b-140-xsm {
  padding-bottom: 8.75rem;
}

.pd-l-140-xsm {
  padding-left: 8.75rem;
}

.pd-r-140-xsm {
  padding-right: 8.75rem;
}

.pd-145-xsm {
  padding: 9.0625rem;
}

.pd-t-145-xsm {
  padding-top: 9.0625rem;
}

.pd-b-145-xsm {
  padding-bottom: 9.0625rem;
}

.pd-l-145-xsm {
  padding-left: 9.0625rem;
}

.pd-r-145-xsm {
  padding-right: 9.0625rem;
}

.pd-150-xsm {
  padding: 9.375rem;
}

.pd-t-150-xsm {
  padding-top: 9.375rem;
}

.pd-b-150-xsm {
  padding-bottom: 9.375rem;
}

.pd-l-150-xsm {
  padding-left: 9.375rem;
}

.pd-r-150-xsm {
  padding-right: 9.375rem;
}

.pd-155-xsm {
  padding: 9.6875rem;
}

.pd-t-155-xsm {
  padding-top: 9.6875rem;
}

.pd-b-155-xsm {
  padding-bottom: 9.6875rem;
}

.pd-l-155-xsm {
  padding-left: 9.6875rem;
}

.pd-r-155-xsm {
  padding-right: 9.6875rem;
}

.pd-160-xsm {
  padding: 10rem;
}

.pd-t-160-xsm {
  padding-top: 10rem;
}

.pd-b-160-xsm {
  padding-bottom: 10rem;
}

.pd-l-160-xsm {
  padding-left: 10rem;
}

.pd-r-160-xsm {
  padding-right: 10rem;
}

@media screen and (min-width:767px) {
  .pd-0-sm {
    padding: 0;
  }

  .pd-t-0-sm {
    padding-top: 0;
  }

  .pd-b-0-sm {
    padding-bottom: 0;
  }

  .pd-l-0-sm {
    padding-left: 0;
  }

  .pd-r-0-sm {
    padding-right: 0;
  }

  .pd-5-sm {
    padding: .3125rem;
  }

  .pd-t-5-sm {
    padding-top: .3125rem;
  }

  .pd-b-5-sm {
    padding-bottom: .3125rem;
  }

  .pd-l-5-sm {
    padding-left: .3125rem;
  }

  .pd-r-5-sm {
    padding-right: .3125rem;
  }

  .pd-10-sm {
    padding: .625rem;
  }

  .pd-t-10-sm {
    padding-top: .625rem;
  }

  .pd-b-10-sm {
    padding-bottom: .625rem;
  }

  .pd-l-10-sm {
    padding-left: .625rem;
  }

  .pd-r-10-sm {
    padding-right: .625rem;
  }

  .pd-15-sm {
    padding: .9375rem;
  }

  .pd-t-15-sm {
    padding-top: .9375rem;
  }

  .pd-b-15-sm {
    padding-bottom: .9375rem;
  }

  .pd-l-15-sm {
    padding-left: .9375rem;
  }

  .pd-r-15-sm {
    padding-right: .9375rem;
  }

  .pd-20-sm {
    padding: 1.25rem;
  }

  .pd-t-20-sm {
    padding-top: 1.25rem;
  }

  .pd-b-20-sm {
    padding-bottom: 1.25rem;
  }

  .pd-l-20-sm {
    padding-left: 1.25rem;
  }

  .pd-r-20-sm {
    padding-right: 1.25rem;
  }

  .pd-25-sm {
    padding: 1.5625rem;
  }

  .pd-t-25-sm {
    padding-top: 1.5625rem;
  }

  .pd-b-25-sm {
    padding-bottom: 1.5625rem;
  }

  .pd-l-25-sm {
    padding-left: 1.5625rem;
  }

  .pd-r-25-sm {
    padding-right: 1.5625rem;
  }

  .pd-30-sm {
    padding: 1.875rem;
  }

  .pd-t-30-sm {
    padding-top: 1.875rem;
  }

  .pd-b-30-sm {
    padding-bottom: 1.875rem;
  }

  .pd-l-30-sm {
    padding-left: 1.875rem;
  }

  .pd-r-30-sm {
    padding-right: 1.875rem;
  }

  .pd-35-sm {
    padding: 2.1875rem;
  }

  .pd-t-35-sm {
    padding-top: 2.1875rem;
  }

  .pd-b-35-sm {
    padding-bottom: 2.1875rem;
  }

  .pd-l-35-sm {
    padding-left: 2.1875rem;
  }

  .pd-r-35-sm {
    padding-right: 2.1875rem;
  }

  .pd-40-sm {
    padding: 2.5rem;
  }

  .pd-t-40-sm {
    padding-top: 2.5rem;
  }

  .pd-b-40-sm {
    padding-bottom: 2.5rem;
  }

  .pd-l-40-sm {
    padding-left: 2.5rem;
  }

  .pd-r-40-sm {
    padding-right: 2.5rem;
  }

  .pd-45-sm {
    padding: 2.8125rem;
  }

  .pd-t-45-sm {
    padding-top: 2.8125rem;
  }

  .pd-b-45-sm {
    padding-bottom: 2.8125rem;
  }

  .pd-l-45-sm {
    padding-left: 2.8125rem;
  }

  .pd-r-45-sm {
    padding-right: 2.8125rem;
  }

  .pd-50-sm {
    padding: 3.125rem;
  }

  .pd-t-50-sm {
    padding-top: 3.125rem;
  }

  .pd-b-50-sm {
    padding-bottom: 3.125rem;
  }

  .pd-l-50-sm {
    padding-left: 3.125rem;
  }

  .pd-r-50-sm {
    padding-right: 3.125rem;
  }

  .pd-55-sm {
    padding: 3.4375rem;
  }

  .pd-t-55-sm {
    padding-top: 3.4375rem;
  }

  .pd-b-55-sm {
    padding-bottom: 3.4375rem;
  }

  .pd-l-55-sm {
    padding-left: 3.4375rem;
  }

  .pd-r-55-sm {
    padding-right: 3.4375rem;
  }

  .pd-60-sm {
    padding: 3.75rem;
  }

  .pd-t-60-sm {
    padding-top: 3.75rem;
  }

  .pd-b-60-sm {
    padding-bottom: 3.75rem;
  }

  .pd-l-60-sm {
    padding-left: 3.75rem;
  }

  .pd-r-60-sm {
    padding-right: 3.75rem;
  }

  .pd-65-sm {
    padding: 4.0625rem;
  }

  .pd-t-65-sm {
    padding-top: 4.0625rem;
  }

  .pd-b-65-sm {
    padding-bottom: 4.0625rem;
  }

  .pd-l-65-sm {
    padding-left: 4.0625rem;
  }

  .pd-r-65-sm {
    padding-right: 4.0625rem;
  }

  .pd-70-sm {
    padding: 4.375rem;
  }

  .pd-t-70-sm {
    padding-top: 4.375rem;
  }

  .pd-b-70-sm {
    padding-bottom: 4.375rem;
  }

  .pd-l-70-sm {
    padding-left: 4.375rem;
  }

  .pd-r-70-sm {
    padding-right: 4.375rem;
  }

  .pd-75-sm {
    padding: 4.6875rem;
  }

  .pd-t-75-sm {
    padding-top: 4.6875rem;
  }

  .pd-b-75-sm {
    padding-bottom: 4.6875rem;
  }

  .pd-l-75-sm {
    padding-left: 4.6875rem;
  }

  .pd-r-75-sm {
    padding-right: 4.6875rem;
  }

  .pd-80-sm {
    padding: 5rem;
  }

  .pd-t-80-sm {
    padding-top: 5rem;
  }

  .pd-b-80-sm {
    padding-bottom: 5rem;
  }

  .pd-l-80-sm {
    padding-left: 5rem;
  }

  .pd-r-80-sm {
    padding-right: 5rem;
  }

  .pd-85-sm {
    padding: 5.3125rem;
  }

  .pd-t-85-sm {
    padding-top: 5.3125rem;
  }

  .pd-b-85-sm {
    padding-bottom: 5.3125rem;
  }

  .pd-l-85-sm {
    padding-left: 5.3125rem;
  }

  .pd-r-85-sm {
    padding-right: 5.3125rem;
  }

  .pd-90-sm {
    padding: 5.625rem;
  }

  .pd-t-90-sm {
    padding-top: 5.625rem;
  }

  .pd-b-90-sm {
    padding-bottom: 5.625rem;
  }

  .pd-l-90-sm {
    padding-left: 5.625rem;
  }

  .pd-r-90-sm {
    padding-right: 5.625rem;
  }

  .pd-95-sm {
    padding: 5.9375rem;
  }

  .pd-t-95-sm {
    padding-top: 5.9375rem;
  }

  .pd-b-95-sm {
    padding-bottom: 5.9375rem;
  }

  .pd-l-95-sm {
    padding-left: 5.9375rem;
  }

  .pd-r-95-sm {
    padding-right: 5.9375rem;
  }

  .pd-100-sm {
    padding: 6.25rem;
  }

  .pd-t-100-sm {
    padding-top: 6.25rem;
  }

  .pd-b-100-sm {
    padding-bottom: 6.25rem;
  }

  .pd-l-100-sm {
    padding-left: 6.25rem;
  }

  .pd-r-100-sm {
    padding-right: 6.25rem;
  }

  .pd-105-sm {
    padding: 6.5625rem;
  }

  .pd-t-105-sm {
    padding-top: 6.5625rem;
  }

  .pd-b-105-sm {
    padding-bottom: 6.5625rem;
  }

  .pd-l-105-sm {
    padding-left: 6.5625rem;
  }

  .pd-r-105-sm {
    padding-right: 6.5625rem;
  }

  .pd-110-sm {
    padding: 6.875rem;
  }

  .pd-t-110-sm {
    padding-top: 6.875rem;
  }

  .pd-b-110-sm {
    padding-bottom: 6.875rem;
  }

  .pd-l-110-sm {
    padding-left: 6.875rem;
  }

  .pd-r-110-sm {
    padding-right: 6.875rem;
  }

  .pd-115-sm {
    padding: 7.1875rem;
  }

  .pd-t-115-sm {
    padding-top: 7.1875rem;
  }

  .pd-b-115-sm {
    padding-bottom: 7.1875rem;
  }

  .pd-l-115-sm {
    padding-left: 7.1875rem;
  }

  .pd-r-115-sm {
    padding-right: 7.1875rem;
  }

  .pd-120-sm {
    padding: 7.5rem;
  }

  .pd-t-120-sm {
    padding-top: 7.5rem;
  }

  .pd-b-120-sm {
    padding-bottom: 7.5rem;
  }

  .pd-l-120-sm {
    padding-left: 7.5rem;
  }

  .pd-r-120-sm {
    padding-right: 7.5rem;
  }

  .pd-125-sm {
    padding: 7.8125rem;
  }

  .pd-t-125-sm {
    padding-top: 7.8125rem;
  }

  .pd-b-125-sm {
    padding-bottom: 7.8125rem;
  }

  .pd-l-125-sm {
    padding-left: 7.8125rem;
  }

  .pd-r-125-sm {
    padding-right: 7.8125rem;
  }

  .pd-130-sm {
    padding: 8.125rem;
  }

  .pd-t-130-sm {
    padding-top: 8.125rem;
  }

  .pd-b-130-sm {
    padding-bottom: 8.125rem;
  }

  .pd-l-130-sm {
    padding-left: 8.125rem;
  }

  .pd-r-130-sm {
    padding-right: 8.125rem;
  }

  .pd-135-sm {
    padding: 8.4375rem;
  }

  .pd-t-135-sm {
    padding-top: 8.4375rem;
  }

  .pd-b-135-sm {
    padding-bottom: 8.4375rem;
  }

  .pd-l-135-sm {
    padding-left: 8.4375rem;
  }

  .pd-r-135-sm {
    padding-right: 8.4375rem;
  }

  .pd-140-sm {
    padding: 8.75rem;
  }

  .pd-t-140-sm {
    padding-top: 8.75rem;
  }

  .pd-b-140-sm {
    padding-bottom: 8.75rem;
  }

  .pd-l-140-sm {
    padding-left: 8.75rem;
  }

  .pd-r-140-sm {
    padding-right: 8.75rem;
  }

  .pd-145-sm {
    padding: 9.0625rem;
  }

  .pd-t-145-sm {
    padding-top: 9.0625rem;
  }

  .pd-b-145-sm {
    padding-bottom: 9.0625rem;
  }

  .pd-l-145-sm {
    padding-left: 9.0625rem;
  }

  .pd-r-145-sm {
    padding-right: 9.0625rem;
  }

  .pd-150-sm {
    padding: 9.375rem;
  }

  .pd-t-150-sm {
    padding-top: 9.375rem;
  }

  .pd-b-150-sm {
    padding-bottom: 9.375rem;
  }

  .pd-l-150-sm {
    padding-left: 9.375rem;
  }

  .pd-r-150-sm {
    padding-right: 9.375rem;
  }

  .pd-155-sm {
    padding: 9.6875rem;
  }

  .pd-t-155-sm {
    padding-top: 9.6875rem;
  }

  .pd-b-155-sm {
    padding-bottom: 9.6875rem;
  }

  .pd-l-155-sm {
    padding-left: 9.6875rem;
  }

  .pd-r-155-sm {
    padding-right: 9.6875rem;
  }

  .pd-160-sm {
    padding: 10rem;
  }

  .pd-t-160-sm {
    padding-top: 10rem;
  }

  .pd-b-160-sm {
    padding-bottom: 10rem;
  }

  .pd-l-160-sm {
    padding-left: 10rem;
  }

  .pd-r-160-sm {
    padding-right: 10rem;
  }
}

@media screen and (min-width:801px) {
  .pd-0-md {
    padding: 0;
  }

  .pd-t-0-md {
    padding-top: 0;
  }

  .pd-b-0-md {
    padding-bottom: 0;
  }

  .pd-l-0-md {
    padding-left: 0;
  }

  .pd-r-0-md {
    padding-right: 0;
  }

  .pd-5-md {
    padding: .3125rem;
  }

  .pd-t-5-md {
    padding-top: .3125rem;
  }

  .pd-b-5-md {
    padding-bottom: .3125rem;
  }

  .pd-l-5-md {
    padding-left: .3125rem;
  }

  .pd-r-5-md {
    padding-right: .3125rem;
  }

  .pd-10-md {
    padding: .625rem;
  }

  .pd-t-10-md {
    padding-top: .625rem;
  }

  .pd-b-10-md {
    padding-bottom: .625rem;
  }

  .pd-l-10-md {
    padding-left: .625rem;
  }

  .pd-r-10-md {
    padding-right: .625rem;
  }

  .pd-15-md {
    padding: .9375rem;
  }

  .pd-t-15-md {
    padding-top: .9375rem;
  }

  .pd-b-15-md {
    padding-bottom: .9375rem;
  }

  .pd-l-15-md {
    padding-left: .9375rem;
  }

  .pd-r-15-md {
    padding-right: .9375rem;
  }

  .pd-20-md {
    padding: 1.25rem;
  }

  .pd-t-20-md {
    padding-top: 1.25rem;
  }

  .pd-b-20-md {
    padding-bottom: 1.25rem;
  }

  .pd-l-20-md {
    padding-left: 1.25rem;
  }

  .pd-r-20-md {
    padding-right: 1.25rem;
  }

  .pd-25-md {
    padding: 1.5625rem;
  }

  .pd-t-25-md {
    padding-top: 1.5625rem;
  }

  .pd-b-25-md {
    padding-bottom: 1.5625rem;
  }

  .pd-l-25-md {
    padding-left: 1.5625rem;
  }

  .pd-r-25-md {
    padding-right: 1.5625rem;
  }

  .pd-30-md {
    padding: 1.875rem;
  }

  .pd-t-30-md {
    padding-top: 1.875rem;
  }

  .pd-b-30-md {
    padding-bottom: 1.875rem;
  }

  .pd-l-30-md {
    padding-left: 1.875rem;
  }

  .pd-r-30-md {
    padding-right: 1.875rem;
  }

  .pd-35-md {
    padding: 2.1875rem;
  }

  .pd-t-35-md {
    padding-top: 2.1875rem;
  }

  .pd-b-35-md {
    padding-bottom: 2.1875rem;
  }

  .pd-l-35-md {
    padding-left: 2.1875rem;
  }

  .pd-r-35-md {
    padding-right: 2.1875rem;
  }

  .pd-40-md {
    padding: 2.5rem;
  }

  .pd-t-40-md {
    padding-top: 2.5rem;
  }

  .pd-b-40-md {
    padding-bottom: 2.5rem;
  }

  .pd-l-40-md {
    padding-left: 2.5rem;
  }

  .pd-r-40-md {
    padding-right: 2.5rem;
  }

  .pd-45-md {
    padding: 2.8125rem;
  }

  .pd-t-45-md {
    padding-top: 2.8125rem;
  }

  .pd-b-45-md {
    padding-bottom: 2.8125rem;
  }

  .pd-l-45-md {
    padding-left: 2.8125rem;
  }

  .pd-r-45-md {
    padding-right: 2.8125rem;
  }

  .pd-50-md {
    padding: 3.125rem;
  }

  .pd-t-50-md {
    padding-top: 3.125rem;
  }

  .pd-b-50-md {
    padding-bottom: 3.125rem;
  }

  .pd-l-50-md {
    padding-left: 3.125rem;
  }

  .pd-r-50-md {
    padding-right: 3.125rem;
  }

  .pd-55-md {
    padding: 3.4375rem;
  }

  .pd-t-55-md {
    padding-top: 3.4375rem;
  }

  .pd-b-55-md {
    padding-bottom: 3.4375rem;
  }

  .pd-l-55-md {
    padding-left: 3.4375rem;
  }

  .pd-r-55-md {
    padding-right: 3.4375rem;
  }

  .pd-60-md {
    padding: 3.75rem;
  }

  .pd-t-60-md {
    padding-top: 3.75rem;
  }

  .pd-b-60-md {
    padding-bottom: 3.75rem;
  }

  .pd-l-60-md {
    padding-left: 3.75rem;
  }

  .pd-r-60-md {
    padding-right: 3.75rem;
  }

  .pd-65-md {
    padding: 4.0625rem;
  }

  .pd-t-65-md {
    padding-top: 4.0625rem;
  }

  .pd-b-65-md {
    padding-bottom: 4.0625rem;
  }

  .pd-l-65-md {
    padding-left: 4.0625rem;
  }

  .pd-r-65-md {
    padding-right: 4.0625rem;
  }

  .pd-70-md {
    padding: 4.375rem;
  }

  .pd-t-70-md {
    padding-top: 4.375rem;
  }

  .pd-b-70-md {
    padding-bottom: 4.375rem;
  }

  .pd-l-70-md {
    padding-left: 4.375rem;
  }

  .pd-r-70-md {
    padding-right: 4.375rem;
  }

  .pd-75-md {
    padding: 4.6875rem;
  }

  .pd-t-75-md {
    padding-top: 4.6875rem;
  }

  .pd-b-75-md {
    padding-bottom: 4.6875rem;
  }

  .pd-l-75-md {
    padding-left: 4.6875rem;
  }

  .pd-r-75-md {
    padding-right: 4.6875rem;
  }

  .pd-80-md {
    padding: 5rem;
  }

  .pd-t-80-md {
    padding-top: 5rem;
  }

  .pd-b-80-md {
    padding-bottom: 5rem;
  }

  .pd-l-80-md {
    padding-left: 5rem;
  }

  .pd-r-80-md {
    padding-right: 5rem;
  }

  .pd-85-md {
    padding: 5.3125rem;
  }

  .pd-t-85-md {
    padding-top: 5.3125rem;
  }

  .pd-b-85-md {
    padding-bottom: 5.3125rem;
  }

  .pd-l-85-md {
    padding-left: 5.3125rem;
  }

  .pd-r-85-md {
    padding-right: 5.3125rem;
  }

  .pd-90-md {
    padding: 5.625rem;
  }

  .pd-t-90-md {
    padding-top: 5.625rem;
  }

  .pd-b-90-md {
    padding-bottom: 5.625rem;
  }

  .pd-l-90-md {
    padding-left: 5.625rem;
  }

  .pd-r-90-md {
    padding-right: 5.625rem;
  }

  .pd-95-md {
    padding: 5.9375rem;
  }

  .pd-t-95-md {
    padding-top: 5.9375rem;
  }

  .pd-b-95-md {
    padding-bottom: 5.9375rem;
  }

  .pd-l-95-md {
    padding-left: 5.9375rem;
  }

  .pd-r-95-md {
    padding-right: 5.9375rem;
  }

  .pd-100-md {
    padding: 6.25rem;
  }

  .pd-t-100-md {
    padding-top: 6.25rem;
  }

  .pd-b-100-md {
    padding-bottom: 6.25rem;
  }

  .pd-l-100-md {
    padding-left: 6.25rem;
  }

  .pd-r-100-md {
    padding-right: 6.25rem;
  }

  .pd-105-md {
    padding: 6.5625rem;
  }

  .pd-t-105-md {
    padding-top: 6.5625rem;
  }

  .pd-b-105-md {
    padding-bottom: 6.5625rem;
  }

  .pd-l-105-md {
    padding-left: 6.5625rem;
  }

  .pd-r-105-md {
    padding-right: 6.5625rem;
  }

  .pd-110-md {
    padding: 6.875rem;
  }

  .pd-t-110-md {
    padding-top: 6.875rem;
  }

  .pd-b-110-md {
    padding-bottom: 6.875rem;
  }

  .pd-l-110-md {
    padding-left: 6.875rem;
  }

  .pd-r-110-md {
    padding-right: 6.875rem;
  }

  .pd-115-md {
    padding: 7.1875rem;
  }

  .pd-t-115-md {
    padding-top: 7.1875rem;
  }

  .pd-b-115-md {
    padding-bottom: 7.1875rem;
  }

  .pd-l-115-md {
    padding-left: 7.1875rem;
  }

  .pd-r-115-md {
    padding-right: 7.1875rem;
  }

  .pd-120-md {
    padding: 7.5rem;
  }

  .pd-t-120-md {
    padding-top: 7.5rem;
  }

  .pd-b-120-md {
    padding-bottom: 7.5rem;
  }

  .pd-l-120-md {
    padding-left: 7.5rem;
  }

  .pd-r-120-md {
    padding-right: 7.5rem;
  }

  .pd-125-md {
    padding: 7.8125rem;
  }

  .pd-t-125-md {
    padding-top: 7.8125rem;
  }

  .pd-b-125-md {
    padding-bottom: 7.8125rem;
  }

  .pd-l-125-md {
    padding-left: 7.8125rem;
  }

  .pd-r-125-md {
    padding-right: 7.8125rem;
  }

  .pd-130-md {
    padding: 8.125rem;
  }

  .pd-t-130-md {
    padding-top: 8.125rem;
  }

  .pd-b-130-md {
    padding-bottom: 8.125rem;
  }

  .pd-l-130-md {
    padding-left: 8.125rem;
  }

  .pd-r-130-md {
    padding-right: 8.125rem;
  }

  .pd-135-md {
    padding: 8.4375rem;
  }

  .pd-t-135-md {
    padding-top: 8.4375rem;
  }

  .pd-b-135-md {
    padding-bottom: 8.4375rem;
  }

  .pd-l-135-md {
    padding-left: 8.4375rem;
  }

  .pd-r-135-md {
    padding-right: 8.4375rem;
  }

  .pd-140-md {
    padding: 8.75rem;
  }

  .pd-t-140-md {
    padding-top: 8.75rem;
  }

  .pd-b-140-md {
    padding-bottom: 8.75rem;
  }

  .pd-l-140-md {
    padding-left: 8.75rem;
  }

  .pd-r-140-md {
    padding-right: 8.75rem;
  }

  .pd-145-md {
    padding: 9.0625rem;
  }

  .pd-t-145-md {
    padding-top: 9.0625rem;
  }

  .pd-b-145-md {
    padding-bottom: 9.0625rem;
  }

  .pd-l-145-md {
    padding-left: 9.0625rem;
  }

  .pd-r-145-md {
    padding-right: 9.0625rem;
  }

  .pd-150-md {
    padding: 9.375rem;
  }

  .pd-t-150-md {
    padding-top: 9.375rem;
  }

  .pd-b-150-md {
    padding-bottom: 9.375rem;
  }

  .pd-l-150-md {
    padding-left: 9.375rem;
  }

  .pd-r-150-md {
    padding-right: 9.375rem;
  }

  .pd-155-md {
    padding: 9.6875rem;
  }

  .pd-t-155-md {
    padding-top: 9.6875rem;
  }

  .pd-b-155-md {
    padding-bottom: 9.6875rem;
  }

  .pd-l-155-md {
    padding-left: 9.6875rem;
  }

  .pd-r-155-md {
    padding-right: 9.6875rem;
  }

  .pd-160-md {
    padding: 10rem;
  }

  .pd-t-160-md {
    padding-top: 10rem;
  }

  .pd-b-160-md {
    padding-bottom: 10rem;
  }

  .pd-l-160-md {
    padding-left: 10rem;
  }

  .pd-r-160-md {
    padding-right: 10rem;
  }
}

@media screen and (min-width:1025px) {
  .pd-0-xmd {
    padding: 0;
  }

  .pd-t-0-xmd {
    padding-top: 0;
  }

  .pd-b-0-xmd {
    padding-bottom: 0;
  }

  .pd-l-0-xmd {
    padding-left: 0;
  }

  .pd-r-0-xmd {
    padding-right: 0;
  }

  .pd-5-xmd {
    padding: .3125rem;
  }

  .pd-t-5-xmd {
    padding-top: .3125rem;
  }

  .pd-b-5-xmd {
    padding-bottom: .3125rem;
  }

  .pd-l-5-xmd {
    padding-left: .3125rem;
  }

  .pd-r-5-xmd {
    padding-right: .3125rem;
  }

  .pd-10-xmd {
    padding: .625rem;
  }

  .pd-t-10-xmd {
    padding-top: .625rem;
  }

  .pd-b-10-xmd {
    padding-bottom: .625rem;
  }

  .pd-l-10-xmd {
    padding-left: .625rem;
  }

  .pd-r-10-xmd {
    padding-right: .625rem;
  }

  .pd-15-xmd {
    padding: .9375rem;
  }

  .pd-t-15-xmd {
    padding-top: .9375rem;
  }

  .pd-b-15-xmd {
    padding-bottom: .9375rem;
  }

  .pd-l-15-xmd {
    padding-left: .9375rem;
  }

  .pd-r-15-xmd {
    padding-right: .9375rem;
  }

  .pd-20-xmd {
    padding: 1.25rem;
  }

  .pd-t-20-xmd {
    padding-top: 1.25rem;
  }

  .pd-b-20-xmd {
    padding-bottom: 1.25rem;
  }

  .pd-l-20-xmd {
    padding-left: 1.25rem;
  }

  .pd-r-20-xmd {
    padding-right: 1.25rem;
  }

  .pd-25-xmd {
    padding: 1.5625rem;
  }

  .pd-t-25-xmd {
    padding-top: 1.5625rem;
  }

  .pd-b-25-xmd {
    padding-bottom: 1.5625rem;
  }

  .pd-l-25-xmd {
    padding-left: 1.5625rem;
  }

  .pd-r-25-xmd {
    padding-right: 1.5625rem;
  }

  .pd-30-xmd {
    padding: 1.875rem;
  }

  .pd-t-30-xmd {
    padding-top: 1.875rem;
  }

  .pd-b-30-xmd {
    padding-bottom: 1.875rem;
  }

  .pd-l-30-xmd {
    padding-left: 1.875rem;
  }

  .pd-r-30-xmd {
    padding-right: 1.875rem;
  }

  .pd-35-xmd {
    padding: 2.1875rem;
  }

  .pd-t-35-xmd {
    padding-top: 2.1875rem;
  }

  .pd-b-35-xmd {
    padding-bottom: 2.1875rem;
  }

  .pd-l-35-xmd {
    padding-left: 2.1875rem;
  }

  .pd-r-35-xmd {
    padding-right: 2.1875rem;
  }

  .pd-40-xmd {
    padding: 2.5rem;
  }

  .pd-t-40-xmd {
    padding-top: 2.5rem;
  }

  .pd-b-40-xmd {
    padding-bottom: 2.5rem;
  }

  .pd-l-40-xmd {
    padding-left: 2.5rem;
  }

  .pd-r-40-xmd {
    padding-right: 2.5rem;
  }

  .pd-45-xmd {
    padding: 2.8125rem;
  }

  .pd-t-45-xmd {
    padding-top: 2.8125rem;
  }

  .pd-b-45-xmd {
    padding-bottom: 2.8125rem;
  }

  .pd-l-45-xmd {
    padding-left: 2.8125rem;
  }

  .pd-r-45-xmd {
    padding-right: 2.8125rem;
  }

  .pd-50-xmd {
    padding: 3.125rem;
  }

  .pd-t-50-xmd {
    padding-top: 3.125rem;
  }

  .pd-b-50-xmd {
    padding-bottom: 3.125rem;
  }

  .pd-l-50-xmd {
    padding-left: 3.125rem;
  }

  .pd-r-50-xmd {
    padding-right: 3.125rem;
  }

  .pd-55-xmd {
    padding: 3.4375rem;
  }

  .pd-t-55-xmd {
    padding-top: 3.4375rem;
  }

  .pd-b-55-xmd {
    padding-bottom: 3.4375rem;
  }

  .pd-l-55-xmd {
    padding-left: 3.4375rem;
  }

  .pd-r-55-xmd {
    padding-right: 3.4375rem;
  }

  .pd-60-xmd {
    padding: 3.75rem;
  }

  .pd-t-60-xmd {
    padding-top: 3.75rem;
  }

  .pd-b-60-xmd {
    padding-bottom: 3.75rem;
  }

  .pd-l-60-xmd {
    padding-left: 3.75rem;
  }

  .pd-r-60-xmd {
    padding-right: 3.75rem;
  }

  .pd-65-xmd {
    padding: 4.0625rem;
  }

  .pd-t-65-xmd {
    padding-top: 4.0625rem;
  }

  .pd-b-65-xmd {
    padding-bottom: 4.0625rem;
  }

  .pd-l-65-xmd {
    padding-left: 4.0625rem;
  }

  .pd-r-65-xmd {
    padding-right: 4.0625rem;
  }

  .pd-70-xmd {
    padding: 4.375rem;
  }

  .pd-t-70-xmd {
    padding-top: 4.375rem;
  }

  .pd-b-70-xmd {
    padding-bottom: 4.375rem;
  }

  .pd-l-70-xmd {
    padding-left: 4.375rem;
  }

  .pd-r-70-xmd {
    padding-right: 4.375rem;
  }

  .pd-75-xmd {
    padding: 4.6875rem;
  }

  .pd-t-75-xmd {
    padding-top: 4.6875rem;
  }

  .pd-b-75-xmd {
    padding-bottom: 4.6875rem;
  }

  .pd-l-75-xmd {
    padding-left: 4.6875rem;
  }

  .pd-r-75-xmd {
    padding-right: 4.6875rem;
  }

  .pd-80-xmd {
    padding: 5rem;
  }

  .pd-t-80-xmd {
    padding-top: 5rem;
  }

  .pd-b-80-xmd {
    padding-bottom: 5rem;
  }

  .pd-l-80-xmd {
    padding-left: 5rem;
  }

  .pd-r-80-xmd {
    padding-right: 5rem;
  }

  .pd-85-xmd {
    padding: 5.3125rem;
  }

  .pd-t-85-xmd {
    padding-top: 5.3125rem;
  }

  .pd-b-85-xmd {
    padding-bottom: 5.3125rem;
  }

  .pd-l-85-xmd {
    padding-left: 5.3125rem;
  }

  .pd-r-85-xmd {
    padding-right: 5.3125rem;
  }

  .pd-90-xmd {
    padding: 5.625rem;
  }

  .pd-t-90-xmd {
    padding-top: 5.625rem;
  }

  .pd-b-90-xmd {
    padding-bottom: 5.625rem;
  }

  .pd-l-90-xmd {
    padding-left: 5.625rem;
  }

  .pd-r-90-xmd {
    padding-right: 5.625rem;
  }

  .pd-95-xmd {
    padding: 5.9375rem;
  }

  .pd-t-95-xmd {
    padding-top: 5.9375rem;
  }

  .pd-b-95-xmd {
    padding-bottom: 5.9375rem;
  }

  .pd-l-95-xmd {
    padding-left: 5.9375rem;
  }

  .pd-r-95-xmd {
    padding-right: 5.9375rem;
  }

  .pd-100-xmd {
    padding: 6.25rem;
  }

  .pd-t-100-xmd {
    padding-top: 6.25rem;
  }

  .pd-b-100-xmd {
    padding-bottom: 6.25rem;
  }

  .pd-l-100-xmd {
    padding-left: 6.25rem;
  }

  .pd-r-100-xmd {
    padding-right: 6.25rem;
  }

  .pd-105-xmd {
    padding: 6.5625rem;
  }

  .pd-t-105-xmd {
    padding-top: 6.5625rem;
  }

  .pd-b-105-xmd {
    padding-bottom: 6.5625rem;
  }

  .pd-l-105-xmd {
    padding-left: 6.5625rem;
  }

  .pd-r-105-xmd {
    padding-right: 6.5625rem;
  }

  .pd-110-xmd {
    padding: 6.875rem;
  }

  .pd-t-110-xmd {
    padding-top: 6.875rem;
  }

  .pd-b-110-xmd {
    padding-bottom: 6.875rem;
  }

  .pd-l-110-xmd {
    padding-left: 6.875rem;
  }

  .pd-r-110-xmd {
    padding-right: 6.875rem;
  }

  .pd-115-xmd {
    padding: 7.1875rem;
  }

  .pd-t-115-xmd {
    padding-top: 7.1875rem;
  }

  .pd-b-115-xmd {
    padding-bottom: 7.1875rem;
  }

  .pd-l-115-xmd {
    padding-left: 7.1875rem;
  }

  .pd-r-115-xmd {
    padding-right: 7.1875rem;
  }

  .pd-120-xmd {
    padding: 7.5rem;
  }

  .pd-t-120-xmd {
    padding-top: 7.5rem;
  }

  .pd-b-120-xmd {
    padding-bottom: 7.5rem;
  }

  .pd-l-120-xmd {
    padding-left: 7.5rem;
  }

  .pd-r-120-xmd {
    padding-right: 7.5rem;
  }

  .pd-125-xmd {
    padding: 7.8125rem;
  }

  .pd-t-125-xmd {
    padding-top: 7.8125rem;
  }

  .pd-b-125-xmd {
    padding-bottom: 7.8125rem;
  }

  .pd-l-125-xmd {
    padding-left: 7.8125rem;
  }

  .pd-r-125-xmd {
    padding-right: 7.8125rem;
  }

  .pd-130-xmd {
    padding: 8.125rem;
  }

  .pd-t-130-xmd {
    padding-top: 8.125rem;
  }

  .pd-b-130-xmd {
    padding-bottom: 8.125rem;
  }

  .pd-l-130-xmd {
    padding-left: 8.125rem;
  }

  .pd-r-130-xmd {
    padding-right: 8.125rem;
  }

  .pd-135-xmd {
    padding: 8.4375rem;
  }

  .pd-t-135-xmd {
    padding-top: 8.4375rem;
  }

  .pd-b-135-xmd {
    padding-bottom: 8.4375rem;
  }

  .pd-l-135-xmd {
    padding-left: 8.4375rem;
  }

  .pd-r-135-xmd {
    padding-right: 8.4375rem;
  }

  .pd-140-xmd {
    padding: 8.75rem;
  }

  .pd-t-140-xmd {
    padding-top: 8.75rem;
  }

  .pd-b-140-xmd {
    padding-bottom: 8.75rem;
  }

  .pd-l-140-xmd {
    padding-left: 8.75rem;
  }

  .pd-r-140-xmd {
    padding-right: 8.75rem;
  }

  .pd-145-xmd {
    padding: 9.0625rem;
  }

  .pd-t-145-xmd {
    padding-top: 9.0625rem;
  }

  .pd-b-145-xmd {
    padding-bottom: 9.0625rem;
  }

  .pd-l-145-xmd {
    padding-left: 9.0625rem;
  }

  .pd-r-145-xmd {
    padding-right: 9.0625rem;
  }

  .pd-150-xmd {
    padding: 9.375rem;
  }

  .pd-t-150-xmd {
    padding-top: 9.375rem;
  }

  .pd-b-150-xmd {
    padding-bottom: 9.375rem;
  }

  .pd-l-150-xmd {
    padding-left: 9.375rem;
  }

  .pd-r-150-xmd {
    padding-right: 9.375rem;
  }

  .pd-155-xmd {
    padding: 9.6875rem;
  }

  .pd-t-155-xmd {
    padding-top: 9.6875rem;
  }

  .pd-b-155-xmd {
    padding-bottom: 9.6875rem;
  }

  .pd-l-155-xmd {
    padding-left: 9.6875rem;
  }

  .pd-r-155-xmd {
    padding-right: 9.6875rem;
  }

  .pd-160-xmd {
    padding: 10rem;
  }

  .pd-t-160-xmd {
    padding-top: 10rem;
  }

  .pd-b-160-xmd {
    padding-bottom: 10rem;
  }

  .pd-l-160-xmd {
    padding-left: 10rem;
  }

  .pd-r-160-xmd {
    padding-right: 10rem;
  }
}

@media screen and (min-width:1280px) {
  .pd-0-lg {
    padding: 0;
  }

  .pd-t-0-lg {
    padding-top: 0;
  }

  .pd-b-0-lg {
    padding-bottom: 0;
  }

  .pd-l-0-lg {
    padding-left: 0;
  }

  .pd-r-0-lg {
    padding-right: 0;
  }

  .pd-5-lg {
    padding: .3125rem;
  }

  .pd-t-5-lg {
    padding-top: .3125rem;
  }

  .pd-b-5-lg {
    padding-bottom: .3125rem;
  }

  .pd-l-5-lg {
    padding-left: .3125rem;
  }

  .pd-r-5-lg {
    padding-right: .3125rem;
  }

  .pd-10-lg {
    padding: .625rem;
  }

  .pd-t-10-lg {
    padding-top: .625rem;
  }

  .pd-b-10-lg {
    padding-bottom: .625rem;
  }

  .pd-l-10-lg {
    padding-left: .625rem;
  }

  .pd-r-10-lg {
    padding-right: .625rem;
  }

  .pd-15-lg {
    padding: .9375rem;
  }

  .pd-t-15-lg {
    padding-top: .9375rem;
  }

  .pd-b-15-lg {
    padding-bottom: .9375rem;
  }

  .pd-l-15-lg {
    padding-left: .9375rem;
  }

  .pd-r-15-lg {
    padding-right: .9375rem;
  }

  .pd-20-lg {
    padding: 1.25rem;
  }

  .pd-t-20-lg {
    padding-top: 1.25rem;
  }

  .pd-b-20-lg {
    padding-bottom: 1.25rem;
  }

  .pd-l-20-lg {
    padding-left: 1.25rem;
  }

  .pd-r-20-lg {
    padding-right: 1.25rem;
  }

  .pd-25-lg {
    padding: 1.5625rem;
  }

  .pd-t-25-lg {
    padding-top: 1.5625rem;
  }

  .pd-b-25-lg {
    padding-bottom: 1.5625rem;
  }

  .pd-l-25-lg {
    padding-left: 1.5625rem;
  }

  .pd-r-25-lg {
    padding-right: 1.5625rem;
  }

  .pd-30-lg {
    padding: 1.875rem;
  }

  .pd-t-30-lg {
    padding-top: 1.875rem;
  }

  .pd-b-30-lg {
    padding-bottom: 1.875rem;
  }

  .pd-l-30-lg {
    padding-left: 1.875rem;
  }

  .pd-r-30-lg {
    padding-right: 1.875rem;
  }

  .pd-35-lg {
    padding: 2.1875rem;
  }

  .pd-t-35-lg {
    padding-top: 2.1875rem;
  }

  .pd-b-35-lg {
    padding-bottom: 2.1875rem;
  }

  .pd-l-35-lg {
    padding-left: 2.1875rem;
  }

  .pd-r-35-lg {
    padding-right: 2.1875rem;
  }

  .pd-40-lg {
    padding: 2.5rem;
  }

  .pd-t-40-lg {
    padding-top: 2.5rem;
  }

  .pd-b-40-lg {
    padding-bottom: 2.5rem;
  }

  .pd-l-40-lg {
    padding-left: 2.5rem;
  }

  .pd-r-40-lg {
    padding-right: 2.5rem;
  }

  .pd-45-lg {
    padding: 2.8125rem;
  }

  .pd-t-45-lg {
    padding-top: 2.8125rem;
  }

  .pd-b-45-lg {
    padding-bottom: 2.8125rem;
  }

  .pd-l-45-lg {
    padding-left: 2.8125rem;
  }

  .pd-r-45-lg {
    padding-right: 2.8125rem;
  }

  .pd-50-lg {
    padding: 3.125rem;
  }

  .pd-t-50-lg {
    padding-top: 3.125rem;
  }

  .pd-b-50-lg {
    padding-bottom: 3.125rem;
  }

  .pd-l-50-lg {
    padding-left: 3.125rem;
  }

  .pd-r-50-lg {
    padding-right: 3.125rem;
  }

  .pd-55-lg {
    padding: 3.4375rem;
  }

  .pd-t-55-lg {
    padding-top: 3.4375rem;
  }

  .pd-b-55-lg {
    padding-bottom: 3.4375rem;
  }

  .pd-l-55-lg {
    padding-left: 3.4375rem;
  }

  .pd-r-55-lg {
    padding-right: 3.4375rem;
  }

  .pd-60-lg {
    padding: 3.75rem;
  }

  .pd-t-60-lg {
    padding-top: 3.75rem;
  }

  .pd-b-60-lg {
    padding-bottom: 3.75rem;
  }

  .pd-l-60-lg {
    padding-left: 3.75rem;
  }

  .pd-r-60-lg {
    padding-right: 3.75rem;
  }

  .pd-65-lg {
    padding: 4.0625rem;
  }

  .pd-t-65-lg {
    padding-top: 4.0625rem;
  }

  .pd-b-65-lg {
    padding-bottom: 4.0625rem;
  }

  .pd-l-65-lg {
    padding-left: 4.0625rem;
  }

  .pd-r-65-lg {
    padding-right: 4.0625rem;
  }

  .pd-70-lg {
    padding: 4.375rem;
  }

  .pd-t-70-lg {
    padding-top: 4.375rem;
  }

  .pd-b-70-lg {
    padding-bottom: 4.375rem;
  }

  .pd-l-70-lg {
    padding-left: 4.375rem;
  }

  .pd-r-70-lg {
    padding-right: 4.375rem;
  }

  .pd-75-lg {
    padding: 4.6875rem;
  }

  .pd-t-75-lg {
    padding-top: 4.6875rem;
  }

  .pd-b-75-lg {
    padding-bottom: 4.6875rem;
  }

  .pd-l-75-lg {
    padding-left: 4.6875rem;
  }

  .pd-r-75-lg {
    padding-right: 4.6875rem;
  }

  .pd-80-lg {
    padding: 5rem;
  }

  .pd-t-80-lg {
    padding-top: 5rem;
  }

  .pd-b-80-lg {
    padding-bottom: 5rem;
  }

  .pd-l-80-lg {
    padding-left: 5rem;
  }

  .pd-r-80-lg {
    padding-right: 5rem;
  }

  .pd-85-lg {
    padding: 5.3125rem;
  }

  .pd-t-85-lg {
    padding-top: 5.3125rem;
  }

  .pd-b-85-lg {
    padding-bottom: 5.3125rem;
  }

  .pd-l-85-lg {
    padding-left: 5.3125rem;
  }

  .pd-r-85-lg {
    padding-right: 5.3125rem;
  }

  .pd-90-lg {
    padding: 5.625rem;
  }

  .pd-t-90-lg {
    padding-top: 5.625rem;
  }

  .pd-b-90-lg {
    padding-bottom: 5.625rem;
  }

  .pd-l-90-lg {
    padding-left: 5.625rem;
  }

  .pd-r-90-lg {
    padding-right: 5.625rem;
  }

  .pd-95-lg {
    padding: 5.9375rem;
  }

  .pd-t-95-lg {
    padding-top: 5.9375rem;
  }

  .pd-b-95-lg {
    padding-bottom: 5.9375rem;
  }

  .pd-l-95-lg {
    padding-left: 5.9375rem;
  }

  .pd-r-95-lg {
    padding-right: 5.9375rem;
  }

  .pd-100-lg {
    padding: 6.25rem;
  }

  .pd-t-100-lg {
    padding-top: 6.25rem;
  }

  .pd-b-100-lg {
    padding-bottom: 6.25rem;
  }

  .pd-l-100-lg {
    padding-left: 6.25rem;
  }

  .pd-r-100-lg {
    padding-right: 6.25rem;
  }

  .pd-105-lg {
    padding: 6.5625rem;
  }

  .pd-t-105-lg {
    padding-top: 6.5625rem;
  }

  .pd-b-105-lg {
    padding-bottom: 6.5625rem;
  }

  .pd-l-105-lg {
    padding-left: 6.5625rem;
  }

  .pd-r-105-lg {
    padding-right: 6.5625rem;
  }

  .pd-110-lg {
    padding: 6.875rem;
  }

  .pd-t-110-lg {
    padding-top: 6.875rem;
  }

  .pd-b-110-lg {
    padding-bottom: 6.875rem;
  }

  .pd-l-110-lg {
    padding-left: 6.875rem;
  }

  .pd-r-110-lg {
    padding-right: 6.875rem;
  }

  .pd-115-lg {
    padding: 7.1875rem;
  }

  .pd-t-115-lg {
    padding-top: 7.1875rem;
  }

  .pd-b-115-lg {
    padding-bottom: 7.1875rem;
  }

  .pd-l-115-lg {
    padding-left: 7.1875rem;
  }

  .pd-r-115-lg {
    padding-right: 7.1875rem;
  }

  .pd-120-lg {
    padding: 7.5rem;
  }

  .pd-t-120-lg {
    padding-top: 7.5rem;
  }

  .pd-b-120-lg {
    padding-bottom: 7.5rem;
  }

  .pd-l-120-lg {
    padding-left: 7.5rem;
  }

  .pd-r-120-lg {
    padding-right: 7.5rem;
  }

  .pd-125-lg {
    padding: 7.8125rem;
  }

  .pd-t-125-lg {
    padding-top: 7.8125rem;
  }

  .pd-b-125-lg {
    padding-bottom: 7.8125rem;
  }

  .pd-l-125-lg {
    padding-left: 7.8125rem;
  }

  .pd-r-125-lg {
    padding-right: 7.8125rem;
  }

  .pd-130-lg {
    padding: 8.125rem;
  }

  .pd-t-130-lg {
    padding-top: 8.125rem;
  }

  .pd-b-130-lg {
    padding-bottom: 8.125rem;
  }

  .pd-l-130-lg {
    padding-left: 8.125rem;
  }

  .pd-r-130-lg {
    padding-right: 8.125rem;
  }

  .pd-135-lg {
    padding: 8.4375rem;
  }

  .pd-t-135-lg {
    padding-top: 8.4375rem;
  }

  .pd-b-135-lg {
    padding-bottom: 8.4375rem;
  }

  .pd-l-135-lg {
    padding-left: 8.4375rem;
  }

  .pd-r-135-lg {
    padding-right: 8.4375rem;
  }

  .pd-140-lg {
    padding: 8.75rem;
  }

  .pd-t-140-lg {
    padding-top: 8.75rem;
  }

  .pd-b-140-lg {
    padding-bottom: 8.75rem;
  }

  .pd-l-140-lg {
    padding-left: 8.75rem;
  }

  .pd-r-140-lg {
    padding-right: 8.75rem;
  }

  .pd-145-lg {
    padding: 9.0625rem;
  }

  .pd-t-145-lg {
    padding-top: 9.0625rem;
  }

  .pd-b-145-lg {
    padding-bottom: 9.0625rem;
  }

  .pd-l-145-lg {
    padding-left: 9.0625rem;
  }

  .pd-r-145-lg {
    padding-right: 9.0625rem;
  }

  .pd-150-lg {
    padding: 9.375rem;
  }

  .pd-t-150-lg {
    padding-top: 9.375rem;
  }

  .pd-b-150-lg {
    padding-bottom: 9.375rem;
  }

  .pd-l-150-lg {
    padding-left: 9.375rem;
  }

  .pd-r-150-lg {
    padding-right: 9.375rem;
  }

  .pd-155-lg {
    padding: 9.6875rem;
  }

  .pd-t-155-lg {
    padding-top: 9.6875rem;
  }

  .pd-b-155-lg {
    padding-bottom: 9.6875rem;
  }

  .pd-l-155-lg {
    padding-left: 9.6875rem;
  }

  .pd-r-155-lg {
    padding-right: 9.6875rem;
  }

  .pd-160-lg {
    padding: 10rem;
  }

  .pd-t-160-lg {
    padding-top: 10rem;
  }

  .pd-b-160-lg {
    padding-bottom: 10rem;
  }

  .pd-l-160-lg {
    padding-left: 10rem;
  }

  .pd-r-160-lg {
    padding-right: 10rem;
  }
}

@media screen and (min-width:1400px) {
  .pd-0-xlg {
    padding: 0;
  }

  .pd-t-0-xlg {
    padding-top: 0;
  }

  .pd-b-0-xlg {
    padding-bottom: 0;
  }

  .pd-l-0-xlg {
    padding-left: 0;
  }

  .pd-r-0-xlg {
    padding-right: 0;
  }

  .pd-5-xlg {
    padding: .3125rem;
  }

  .pd-t-5-xlg {
    padding-top: .3125rem;
  }

  .pd-b-5-xlg {
    padding-bottom: .3125rem;
  }

  .pd-l-5-xlg {
    padding-left: .3125rem;
  }

  .pd-r-5-xlg {
    padding-right: .3125rem;
  }

  .pd-10-xlg {
    padding: .625rem;
  }

  .pd-t-10-xlg {
    padding-top: .625rem;
  }

  .pd-b-10-xlg {
    padding-bottom: .625rem;
  }

  .pd-l-10-xlg {
    padding-left: .625rem;
  }

  .pd-r-10-xlg {
    padding-right: .625rem;
  }

  .pd-15-xlg {
    padding: .9375rem;
  }

  .pd-t-15-xlg {
    padding-top: .9375rem;
  }

  .pd-b-15-xlg {
    padding-bottom: .9375rem;
  }

  .pd-l-15-xlg {
    padding-left: .9375rem;
  }

  .pd-r-15-xlg {
    padding-right: .9375rem;
  }

  .pd-20-xlg {
    padding: 1.25rem;
  }

  .pd-t-20-xlg {
    padding-top: 1.25rem;
  }

  .pd-b-20-xlg {
    padding-bottom: 1.25rem;
  }

  .pd-l-20-xlg {
    padding-left: 1.25rem;
  }

  .pd-r-20-xlg {
    padding-right: 1.25rem;
  }

  .pd-25-xlg {
    padding: 1.5625rem;
  }

  .pd-t-25-xlg {
    padding-top: 1.5625rem;
  }

  .pd-b-25-xlg {
    padding-bottom: 1.5625rem;
  }

  .pd-l-25-xlg {
    padding-left: 1.5625rem;
  }

  .pd-r-25-xlg {
    padding-right: 1.5625rem;
  }

  .pd-30-xlg {
    padding: 1.875rem;
  }

  .pd-t-30-xlg {
    padding-top: 1.875rem;
  }

  .pd-b-30-xlg {
    padding-bottom: 1.875rem;
  }

  .pd-l-30-xlg {
    padding-left: 1.875rem;
  }

  .pd-r-30-xlg {
    padding-right: 1.875rem;
  }

  .pd-35-xlg {
    padding: 2.1875rem;
  }

  .pd-t-35-xlg {
    padding-top: 2.1875rem;
  }

  .pd-b-35-xlg {
    padding-bottom: 2.1875rem;
  }

  .pd-l-35-xlg {
    padding-left: 2.1875rem;
  }

  .pd-r-35-xlg {
    padding-right: 2.1875rem;
  }

  .pd-40-xlg {
    padding: 2.5rem;
  }

  .pd-t-40-xlg {
    padding-top: 2.5rem;
  }

  .pd-b-40-xlg {
    padding-bottom: 2.5rem;
  }

  .pd-l-40-xlg {
    padding-left: 2.5rem;
  }

  .pd-r-40-xlg {
    padding-right: 2.5rem;
  }

  .pd-45-xlg {
    padding: 2.8125rem;
  }

  .pd-t-45-xlg {
    padding-top: 2.8125rem;
  }

  .pd-b-45-xlg {
    padding-bottom: 2.8125rem;
  }

  .pd-l-45-xlg {
    padding-left: 2.8125rem;
  }

  .pd-r-45-xlg {
    padding-right: 2.8125rem;
  }

  .pd-50-xlg {
    padding: 3.125rem;
  }

  .pd-t-50-xlg {
    padding-top: 3.125rem;
  }

  .pd-b-50-xlg {
    padding-bottom: 3.125rem;
  }

  .pd-l-50-xlg {
    padding-left: 3.125rem;
  }

  .pd-r-50-xlg {
    padding-right: 3.125rem;
  }

  .pd-55-xlg {
    padding: 3.4375rem;
  }

  .pd-t-55-xlg {
    padding-top: 3.4375rem;
  }

  .pd-b-55-xlg {
    padding-bottom: 3.4375rem;
  }

  .pd-l-55-xlg {
    padding-left: 3.4375rem;
  }

  .pd-r-55-xlg {
    padding-right: 3.4375rem;
  }

  .pd-60-xlg {
    padding: 3.75rem;
  }

  .pd-t-60-xlg {
    padding-top: 3.75rem;
  }

  .pd-b-60-xlg {
    padding-bottom: 3.75rem;
  }

  .pd-l-60-xlg {
    padding-left: 3.75rem;
  }

  .pd-r-60-xlg {
    padding-right: 3.75rem;
  }

  .pd-65-xlg {
    padding: 4.0625rem;
  }

  .pd-t-65-xlg {
    padding-top: 4.0625rem;
  }

  .pd-b-65-xlg {
    padding-bottom: 4.0625rem;
  }

  .pd-l-65-xlg {
    padding-left: 4.0625rem;
  }

  .pd-r-65-xlg {
    padding-right: 4.0625rem;
  }

  .pd-70-xlg {
    padding: 4.375rem;
  }

  .pd-t-70-xlg {
    padding-top: 4.375rem;
  }

  .pd-b-70-xlg {
    padding-bottom: 4.375rem;
  }

  .pd-l-70-xlg {
    padding-left: 4.375rem;
  }

  .pd-r-70-xlg {
    padding-right: 4.375rem;
  }

  .pd-75-xlg {
    padding: 4.6875rem;
  }

  .pd-t-75-xlg {
    padding-top: 4.6875rem;
  }

  .pd-b-75-xlg {
    padding-bottom: 4.6875rem;
  }

  .pd-l-75-xlg {
    padding-left: 4.6875rem;
  }

  .pd-r-75-xlg {
    padding-right: 4.6875rem;
  }

  .pd-80-xlg {
    padding: 5rem;
  }

  .pd-t-80-xlg {
    padding-top: 5rem;
  }

  .pd-b-80-xlg {
    padding-bottom: 5rem;
  }

  .pd-l-80-xlg {
    padding-left: 5rem;
  }

  .pd-r-80-xlg {
    padding-right: 5rem;
  }

  .pd-85-xlg {
    padding: 5.3125rem;
  }

  .pd-t-85-xlg {
    padding-top: 5.3125rem;
  }

  .pd-b-85-xlg {
    padding-bottom: 5.3125rem;
  }

  .pd-l-85-xlg {
    padding-left: 5.3125rem;
  }

  .pd-r-85-xlg {
    padding-right: 5.3125rem;
  }

  .pd-90-xlg {
    padding: 5.625rem;
  }

  .pd-t-90-xlg {
    padding-top: 5.625rem;
  }

  .pd-b-90-xlg {
    padding-bottom: 5.625rem;
  }

  .pd-l-90-xlg {
    padding-left: 5.625rem;
  }

  .pd-r-90-xlg {
    padding-right: 5.625rem;
  }

  .pd-95-xlg {
    padding: 5.9375rem;
  }

  .pd-t-95-xlg {
    padding-top: 5.9375rem;
  }

  .pd-b-95-xlg {
    padding-bottom: 5.9375rem;
  }

  .pd-l-95-xlg {
    padding-left: 5.9375rem;
  }

  .pd-r-95-xlg {
    padding-right: 5.9375rem;
  }

  .pd-100-xlg {
    padding: 6.25rem;
  }

  .pd-t-100-xlg {
    padding-top: 6.25rem;
  }

  .pd-b-100-xlg {
    padding-bottom: 6.25rem;
  }

  .pd-l-100-xlg {
    padding-left: 6.25rem;
  }

  .pd-r-100-xlg {
    padding-right: 6.25rem;
  }

  .pd-105-xlg {
    padding: 6.5625rem;
  }

  .pd-t-105-xlg {
    padding-top: 6.5625rem;
  }

  .pd-b-105-xlg {
    padding-bottom: 6.5625rem;
  }

  .pd-l-105-xlg {
    padding-left: 6.5625rem;
  }

  .pd-r-105-xlg {
    padding-right: 6.5625rem;
  }

  .pd-110-xlg {
    padding: 6.875rem;
  }

  .pd-t-110-xlg {
    padding-top: 6.875rem;
  }

  .pd-b-110-xlg {
    padding-bottom: 6.875rem;
  }

  .pd-l-110-xlg {
    padding-left: 6.875rem;
  }

  .pd-r-110-xlg {
    padding-right: 6.875rem;
  }

  .pd-115-xlg {
    padding: 7.1875rem;
  }

  .pd-t-115-xlg {
    padding-top: 7.1875rem;
  }

  .pd-b-115-xlg {
    padding-bottom: 7.1875rem;
  }

  .pd-l-115-xlg {
    padding-left: 7.1875rem;
  }

  .pd-r-115-xlg {
    padding-right: 7.1875rem;
  }

  .pd-120-xlg {
    padding: 7.5rem;
  }

  .pd-t-120-xlg {
    padding-top: 7.5rem;
  }

  .pd-b-120-xlg {
    padding-bottom: 7.5rem;
  }

  .pd-l-120-xlg {
    padding-left: 7.5rem;
  }

  .pd-r-120-xlg {
    padding-right: 7.5rem;
  }

  .pd-125-xlg {
    padding: 7.8125rem;
  }

  .pd-t-125-xlg {
    padding-top: 7.8125rem;
  }

  .pd-b-125-xlg {
    padding-bottom: 7.8125rem;
  }

  .pd-l-125-xlg {
    padding-left: 7.8125rem;
  }

  .pd-r-125-xlg {
    padding-right: 7.8125rem;
  }

  .pd-130-xlg {
    padding: 8.125rem;
  }

  .pd-t-130-xlg {
    padding-top: 8.125rem;
  }

  .pd-b-130-xlg {
    padding-bottom: 8.125rem;
  }

  .pd-l-130-xlg {
    padding-left: 8.125rem;
  }

  .pd-r-130-xlg {
    padding-right: 8.125rem;
  }

  .pd-135-xlg {
    padding: 8.4375rem;
  }

  .pd-t-135-xlg {
    padding-top: 8.4375rem;
  }

  .pd-b-135-xlg {
    padding-bottom: 8.4375rem;
  }

  .pd-l-135-xlg {
    padding-left: 8.4375rem;
  }

  .pd-r-135-xlg {
    padding-right: 8.4375rem;
  }

  .pd-140-xlg {
    padding: 8.75rem;
  }

  .pd-t-140-xlg {
    padding-top: 8.75rem;
  }

  .pd-b-140-xlg {
    padding-bottom: 8.75rem;
  }

  .pd-l-140-xlg {
    padding-left: 8.75rem;
  }

  .pd-r-140-xlg {
    padding-right: 8.75rem;
  }

  .pd-145-xlg {
    padding: 9.0625rem;
  }

  .pd-t-145-xlg {
    padding-top: 9.0625rem;
  }

  .pd-b-145-xlg {
    padding-bottom: 9.0625rem;
  }

  .pd-l-145-xlg {
    padding-left: 9.0625rem;
  }

  .pd-r-145-xlg {
    padding-right: 9.0625rem;
  }

  .pd-150-xlg {
    padding: 9.375rem;
  }

  .pd-t-150-xlg {
    padding-top: 9.375rem;
  }

  .pd-b-150-xlg {
    padding-bottom: 9.375rem;
  }

  .pd-l-150-xlg {
    padding-left: 9.375rem;
  }

  .pd-r-150-xlg {
    padding-right: 9.375rem;
  }

  .pd-155-xlg {
    padding: 9.6875rem;
  }

  .pd-t-155-xlg {
    padding-top: 9.6875rem;
  }

  .pd-b-155-xlg {
    padding-bottom: 9.6875rem;
  }

  .pd-l-155-xlg {
    padding-left: 9.6875rem;
  }

  .pd-r-155-xlg {
    padding-right: 9.6875rem;
  }

  .pd-160-xlg {
    padding: 10rem;
  }

  .pd-t-160-xlg {
    padding-top: 10rem;
  }

  .pd-b-160-xlg {
    padding-bottom: 10rem;
  }

  .pd-l-160-xlg {
    padding-left: 10rem;
  }

  .pd-r-160-xlg {
    padding-right: 10rem;
  }
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner>div {
  background-color: #4e5859;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  to {
    -webkit-transform: scaleY(.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  to {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.mg-0-xsm {
  margin: 0 !important;
}

.mg-t-0-xsm {
  margin-top: 0 !important;
}

.mg-b-0-xsm {
  margin-bottom: 0 !important;
}

.mg-l-0-xsm {
  margin-left: 0 !important;
}

.mg-r-0-xsm {
  margin-right: 0 !important;
}

.mg-5-xsm {
  margin: .3125rem !important;
}

.mg-t-5-xsm {
  margin-top: .3125rem !important;
}

.mg-b-5-xsm {
  margin-bottom: .3125rem !important;
}

.mg-l-5-xsm {
  margin-left: .3125rem !important;
}

.mg-r-5-xsm {
  margin-right: .3125rem !important;
}

.mg-10-xsm {
  margin: .625rem !important;
}

.mg-t-10-xsm {
  margin-top: .625rem !important;
}

.mg-b-10-xsm {
  margin-bottom: .625rem !important;
}

.mg-l-10-xsm {
  margin-left: .625rem !important;
}

.mg-r-10-xsm {
  margin-right: .625rem !important;
}

.mg-15-xsm {
  margin: .9375rem !important;
}

.mg-t-15-xsm {
  margin-top: .9375rem !important;
}

.mg-b-15-xsm {
  margin-bottom: .9375rem !important;
}

.mg-l-15-xsm {
  margin-left: .9375rem !important;
}

.mg-r-15-xsm {
  margin-right: .9375rem !important;
}

.mg-20-xsm {
  margin: 1.25rem !important;
}

.mg-t-20-xsm {
  margin-top: 1.25rem !important;
}

.mg-b-20-xsm {
  margin-bottom: 1.25rem !important;
}

.mg-l-20-xsm {
  margin-left: 1.25rem !important;
}

.mg-r-20-xsm {
  margin-right: 1.25rem !important;
}

.mg-25-xsm {
  margin: 1.5625rem !important;
}

.mg-t-25-xsm {
  margin-top: 1.5625rem !important;
}

.mg-b-25-xsm {
  margin-bottom: 1.5625rem !important;
}

.mg-l-25-xsm {
  margin-left: 1.5625rem !important;
}

.mg-r-25-xsm {
  margin-right: 1.5625rem !important;
}

.mg-30-xsm {
  margin: 1.875rem !important;
}

.mg-t-30-xsm {
  margin-top: 1.875rem !important;
}

.mg-b-30-xsm {
  margin-bottom: 1.875rem !important;
}

.mg-l-30-xsm {
  margin-left: 1.875rem !important;
}

.mg-r-30-xsm {
  margin-right: 1.875rem !important;
}

.mg-35-xsm {
  margin: 2.1875rem !important;
}

.mg-t-35-xsm {
  margin-top: 2.1875rem !important;
}

.mg-b-35-xsm {
  margin-bottom: 2.1875rem !important;
}

.mg-l-35-xsm {
  margin-left: 2.1875rem !important;
}

.mg-r-35-xsm {
  margin-right: 2.1875rem !important;
}

.mg-40-xsm {
  margin: 2.5rem !important;
}

.mg-t-40-xsm {
  margin-top: 2.5rem !important;
}

.mg-b-40-xsm {
  margin-bottom: 2.5rem !important;
}

.mg-l-40-xsm {
  margin-left: 2.5rem !important;
}

.mg-r-40-xsm {
  margin-right: 2.5rem !important;
}

.mg-45-xsm {
  margin: 2.8125rem !important;
}

.mg-t-45-xsm {
  margin-top: 2.8125rem !important;
}

.mg-b-45-xsm {
  margin-bottom: 2.8125rem !important;
}

.mg-l-45-xsm {
  margin-left: 2.8125rem !important;
}

.mg-r-45-xsm {
  margin-right: 2.8125rem !important;
}

.mg-50-xsm {
  margin: 3.125rem !important;
}

.mg-t-50-xsm {
  margin-top: 3.125rem !important;
}

.mg-b-50-xsm {
  margin-bottom: 3.125rem !important;
}

.mg-l-50-xsm {
  margin-left: 3.125rem !important;
}

.mg-r-50-xsm {
  margin-right: 3.125rem !important;
}

.mg-55-xsm {
  margin: 3.4375rem !important;
}

.mg-t-55-xsm {
  margin-top: 3.4375rem !important;
}

.mg-b-55-xsm {
  margin-bottom: 3.4375rem !important;
}

.mg-l-55-xsm {
  margin-left: 3.4375rem !important;
}

.mg-r-55-xsm {
  margin-right: 3.4375rem !important;
}

.mg-60-xsm {
  margin: 3.75rem !important;
}

.mg-t-60-xsm {
  margin-top: 3.75rem !important;
}

.mg-b-60-xsm {
  margin-bottom: 3.75rem !important;
}

.mg-l-60-xsm {
  margin-left: 3.75rem !important;
}

.mg-r-60-xsm {
  margin-right: 3.75rem !important;
}

.mg-65-xsm {
  margin: 4.0625rem !important;
}

.mg-t-65-xsm {
  margin-top: 4.0625rem !important;
}

.mg-b-65-xsm {
  margin-bottom: 4.0625rem !important;
}

.mg-l-65-xsm {
  margin-left: 4.0625rem !important;
}

.mg-r-65-xsm {
  margin-right: 4.0625rem !important;
}

.mg-70-xsm {
  margin: 4.375rem !important;
}

.mg-t-70-xsm {
  margin-top: 4.375rem !important;
}

.mg-b-70-xsm {
  margin-bottom: 4.375rem !important;
}

.mg-l-70-xsm {
  margin-left: 4.375rem !important;
}

.mg-r-70-xsm {
  margin-right: 4.375rem !important;
}

.mg-75-xsm {
  margin: 4.6875rem !important;
}

.mg-t-75-xsm {
  margin-top: 4.6875rem !important;
}

.mg-b-75-xsm {
  margin-bottom: 4.6875rem !important;
}

.mg-l-75-xsm {
  margin-left: 4.6875rem !important;
}

.mg-r-75-xsm {
  margin-right: 4.6875rem !important;
}

.mg-80-xsm {
  margin: 5rem !important;
}

.mg-t-80-xsm {
  margin-top: 5rem !important;
}

.mg-b-80-xsm {
  margin-bottom: 5rem !important;
}

.mg-l-80-xsm {
  margin-left: 5rem !important;
}

.mg-r-80-xsm {
  margin-right: 5rem !important;
}

.mg-85-xsm {
  margin: 5.3125rem !important;
}

.mg-t-85-xsm {
  margin-top: 5.3125rem !important;
}

.mg-b-85-xsm {
  margin-bottom: 5.3125rem !important;
}

.mg-l-85-xsm {
  margin-left: 5.3125rem !important;
}

.mg-r-85-xsm {
  margin-right: 5.3125rem !important;
}

.mg-90-xsm {
  margin: 5.625rem !important;
}

.mg-t-90-xsm {
  margin-top: 5.625rem !important;
}

.mg-b-90-xsm {
  margin-bottom: 5.625rem !important;
}

.mg-l-90-xsm {
  margin-left: 5.625rem !important;
}

.mg-r-90-xsm {
  margin-right: 5.625rem !important;
}

.mg-95-xsm {
  margin: 5.9375rem !important;
}

.mg-t-95-xsm {
  margin-top: 5.9375rem !important;
}

.mg-b-95-xsm {
  margin-bottom: 5.9375rem !important;
}

.mg-l-95-xsm {
  margin-left: 5.9375rem !important;
}

.mg-r-95-xsm {
  margin-right: 5.9375rem !important;
}

.mg-100-xsm {
  margin: 6.25rem !important;
}

.mg-t-100-xsm {
  margin-top: 6.25rem !important;
}

.mg-b-100-xsm {
  margin-bottom: 6.25rem !important;
}

.mg-l-100-xsm {
  margin-left: 6.25rem !important;
}

.mg-r-100-xsm {
  margin-right: 6.25rem !important;
}

.mg-105-xsm {
  margin: 6.5625rem !important;
}

.mg-t-105-xsm {
  margin-top: 6.5625rem !important;
}

.mg-b-105-xsm {
  margin-bottom: 6.5625rem !important;
}

.mg-l-105-xsm {
  margin-left: 6.5625rem !important;
}

.mg-r-105-xsm {
  margin-right: 6.5625rem !important;
}

.mg-110-xsm {
  margin: 6.875rem !important;
}

.mg-t-110-xsm {
  margin-top: 6.875rem !important;
}

.mg-b-110-xsm {
  margin-bottom: 6.875rem !important;
}

.mg-l-110-xsm {
  margin-left: 6.875rem !important;
}

.mg-r-110-xsm {
  margin-right: 6.875rem !important;
}

.mg-115-xsm {
  margin: 7.1875rem !important;
}

.mg-t-115-xsm {
  margin-top: 7.1875rem !important;
}

.mg-b-115-xsm {
  margin-bottom: 7.1875rem !important;
}

.mg-l-115-xsm {
  margin-left: 7.1875rem !important;
}

.mg-r-115-xsm {
  margin-right: 7.1875rem !important;
}

.mg-120-xsm {
  margin: 7.5rem !important;
}

.mg-t-120-xsm {
  margin-top: 7.5rem !important;
}

.mg-b-120-xsm {
  margin-bottom: 7.5rem !important;
}

.mg-l-120-xsm {
  margin-left: 7.5rem !important;
}

.mg-r-120-xsm {
  margin-right: 7.5rem !important;
}

.mg-125-xsm {
  margin: 7.8125rem !important;
}

.mg-t-125-xsm {
  margin-top: 7.8125rem !important;
}

.mg-b-125-xsm {
  margin-bottom: 7.8125rem !important;
}

.mg-l-125-xsm {
  margin-left: 7.8125rem !important;
}

.mg-r-125-xsm {
  margin-right: 7.8125rem !important;
}

.mg-130-xsm {
  margin: 8.125rem !important;
}

.mg-t-130-xsm {
  margin-top: 8.125rem !important;
}

.mg-b-130-xsm {
  margin-bottom: 8.125rem !important;
}

.mg-l-130-xsm {
  margin-left: 8.125rem !important;
}

.mg-r-130-xsm {
  margin-right: 8.125rem !important;
}

.mg-135-xsm {
  margin: 8.4375rem !important;
}

.mg-t-135-xsm {
  margin-top: 8.4375rem !important;
}

.mg-b-135-xsm {
  margin-bottom: 8.4375rem !important;
}

.mg-l-135-xsm {
  margin-left: 8.4375rem !important;
}

.mg-r-135-xsm {
  margin-right: 8.4375rem !important;
}

.mg-140-xsm {
  margin: 8.75rem !important;
}

.mg-t-140-xsm {
  margin-top: 8.75rem !important;
}

.mg-b-140-xsm {
  margin-bottom: 8.75rem !important;
}

.mg-l-140-xsm {
  margin-left: 8.75rem !important;
}

.mg-r-140-xsm {
  margin-right: 8.75rem !important;
}

.mg-145-xsm {
  margin: 9.0625rem !important;
}

.mg-t-145-xsm {
  margin-top: 9.0625rem !important;
}

.mg-b-145-xsm {
  margin-bottom: 9.0625rem !important;
}

.mg-l-145-xsm {
  margin-left: 9.0625rem !important;
}

.mg-r-145-xsm {
  margin-right: 9.0625rem !important;
}

.mg-150-xsm {
  margin: 9.375rem !important;
}

.mg-t-150-xsm {
  margin-top: 9.375rem !important;
}

.mg-b-150-xsm {
  margin-bottom: 9.375rem !important;
}

.mg-l-150-xsm {
  margin-left: 9.375rem !important;
}

.mg-r-150-xsm {
  margin-right: 9.375rem !important;
}

.mg-155-xsm {
  margin: 9.6875rem !important;
}

.mg-t-155-xsm {
  margin-top: 9.6875rem !important;
}

.mg-b-155-xsm {
  margin-bottom: 9.6875rem !important;
}

.mg-l-155-xsm {
  margin-left: 9.6875rem !important;
}

.mg-r-155-xsm {
  margin-right: 9.6875rem !important;
}

.mg-160-xsm {
  margin: 10rem !important;
}

.mg-t-160-xsm {
  margin-top: 10rem !important;
}

.mg-b-160-xsm {
  margin-bottom: 10rem !important;
}

.mg-l-160-xsm {
  margin-left: 10rem !important;
}

.mg-r-160-xsm {
  margin-right: 10rem !important;
}

@media screen and (min-width:767px) {
  .mg-0-sm {
    margin: 0 !important;
  }

  .mg-t-0-sm {
    margin-top: 0 !important;
  }

  .mg-b-0-sm {
    margin-bottom: 0 !important;
  }

  .mg-l-0-sm {
    margin-left: 0 !important;
  }

  .mg-r-0-sm {
    margin-right: 0 !important;
  }

  .mg-5-sm {
    margin: .3125rem !important;
  }

  .mg-t-5-sm {
    margin-top: .3125rem !important;
  }

  .mg-b-5-sm {
    margin-bottom: .3125rem !important;
  }

  .mg-l-5-sm {
    margin-left: .3125rem !important;
  }

  .mg-r-5-sm {
    margin-right: .3125rem !important;
  }

  .mg-10-sm {
    margin: .625rem !important;
  }

  .mg-t-10-sm {
    margin-top: .625rem !important;
  }

  .mg-b-10-sm {
    margin-bottom: .625rem !important;
  }

  .mg-l-10-sm {
    margin-left: .625rem !important;
  }

  .mg-r-10-sm {
    margin-right: .625rem !important;
  }

  .mg-15-sm {
    margin: .9375rem !important;
  }

  .mg-t-15-sm {
    margin-top: .9375rem !important;
  }

  .mg-b-15-sm {
    margin-bottom: .9375rem !important;
  }

  .mg-l-15-sm {
    margin-left: .9375rem !important;
  }

  .mg-r-15-sm {
    margin-right: .9375rem !important;
  }

  .mg-20-sm {
    margin: 1.25rem !important;
  }

  .mg-t-20-sm {
    margin-top: 1.25rem !important;
  }

  .mg-b-20-sm {
    margin-bottom: 1.25rem !important;
  }

  .mg-l-20-sm {
    margin-left: 1.25rem !important;
  }

  .mg-r-20-sm {
    margin-right: 1.25rem !important;
  }

  .mg-25-sm {
    margin: 1.5625rem !important;
  }

  .mg-t-25-sm {
    margin-top: 1.5625rem !important;
  }

  .mg-b-25-sm {
    margin-bottom: 1.5625rem !important;
  }

  .mg-l-25-sm {
    margin-left: 1.5625rem !important;
  }

  .mg-r-25-sm {
    margin-right: 1.5625rem !important;
  }

  .mg-30-sm {
    margin: 1.875rem !important;
  }

  .mg-t-30-sm {
    margin-top: 1.875rem !important;
  }

  .mg-b-30-sm {
    margin-bottom: 1.875rem !important;
  }

  .mg-l-30-sm {
    margin-left: 1.875rem !important;
  }

  .mg-r-30-sm {
    margin-right: 1.875rem !important;
  }

  .mg-35-sm {
    margin: 2.1875rem !important;
  }

  .mg-t-35-sm {
    margin-top: 2.1875rem !important;
  }

  .mg-b-35-sm {
    margin-bottom: 2.1875rem !important;
  }

  .mg-l-35-sm {
    margin-left: 2.1875rem !important;
  }

  .mg-r-35-sm {
    margin-right: 2.1875rem !important;
  }

  .mg-40-sm {
    margin: 2.5rem !important;
  }

  .mg-t-40-sm {
    margin-top: 2.5rem !important;
  }

  .mg-b-40-sm {
    margin-bottom: 2.5rem !important;
  }

  .mg-l-40-sm {
    margin-left: 2.5rem !important;
  }

  .mg-r-40-sm {
    margin-right: 2.5rem !important;
  }

  .mg-45-sm {
    margin: 2.8125rem !important;
  }

  .mg-t-45-sm {
    margin-top: 2.8125rem !important;
  }

  .mg-b-45-sm {
    margin-bottom: 2.8125rem !important;
  }

  .mg-l-45-sm {
    margin-left: 2.8125rem !important;
  }

  .mg-r-45-sm {
    margin-right: 2.8125rem !important;
  }

  .mg-50-sm {
    margin: 3.125rem !important;
  }

  .mg-t-50-sm {
    margin-top: 3.125rem !important;
  }

  .mg-b-50-sm {
    margin-bottom: 3.125rem !important;
  }

  .mg-l-50-sm {
    margin-left: 3.125rem !important;
  }

  .mg-r-50-sm {
    margin-right: 3.125rem !important;
  }

  .mg-55-sm {
    margin: 3.4375rem !important;
  }

  .mg-t-55-sm {
    margin-top: 3.4375rem !important;
  }

  .mg-b-55-sm {
    margin-bottom: 3.4375rem !important;
  }

  .mg-l-55-sm {
    margin-left: 3.4375rem !important;
  }

  .mg-r-55-sm {
    margin-right: 3.4375rem !important;
  }

  .mg-60-sm {
    margin: 3.75rem !important;
  }

  .mg-t-60-sm {
    margin-top: 3.75rem !important;
  }

  .mg-b-60-sm {
    margin-bottom: 3.75rem !important;
  }

  .mg-l-60-sm {
    margin-left: 3.75rem !important;
  }

  .mg-r-60-sm {
    margin-right: 3.75rem !important;
  }

  .mg-65-sm {
    margin: 4.0625rem !important;
  }

  .mg-t-65-sm {
    margin-top: 4.0625rem !important;
  }

  .mg-b-65-sm {
    margin-bottom: 4.0625rem !important;
  }

  .mg-l-65-sm {
    margin-left: 4.0625rem !important;
  }

  .mg-r-65-sm {
    margin-right: 4.0625rem !important;
  }

  .mg-70-sm {
    margin: 4.375rem !important;
  }

  .mg-t-70-sm {
    margin-top: 4.375rem !important;
  }

  .mg-b-70-sm {
    margin-bottom: 4.375rem !important;
  }

  .mg-l-70-sm {
    margin-left: 4.375rem !important;
  }

  .mg-r-70-sm {
    margin-right: 4.375rem !important;
  }

  .mg-75-sm {
    margin: 4.6875rem !important;
  }

  .mg-t-75-sm {
    margin-top: 4.6875rem !important;
  }

  .mg-b-75-sm {
    margin-bottom: 4.6875rem !important;
  }

  .mg-l-75-sm {
    margin-left: 4.6875rem !important;
  }

  .mg-r-75-sm {
    margin-right: 4.6875rem !important;
  }

  .mg-80-sm {
    margin: 5rem !important;
  }

  .mg-t-80-sm {
    margin-top: 5rem !important;
  }

  .mg-b-80-sm {
    margin-bottom: 5rem !important;
  }

  .mg-l-80-sm {
    margin-left: 5rem !important;
  }

  .mg-r-80-sm {
    margin-right: 5rem !important;
  }

  .mg-85-sm {
    margin: 5.3125rem !important;
  }

  .mg-t-85-sm {
    margin-top: 5.3125rem !important;
  }

  .mg-b-85-sm {
    margin-bottom: 5.3125rem !important;
  }

  .mg-l-85-sm {
    margin-left: 5.3125rem !important;
  }

  .mg-r-85-sm {
    margin-right: 5.3125rem !important;
  }

  .mg-90-sm {
    margin: 5.625rem !important;
  }

  .mg-t-90-sm {
    margin-top: 5.625rem !important;
  }

  .mg-b-90-sm {
    margin-bottom: 5.625rem !important;
  }

  .mg-l-90-sm {
    margin-left: 5.625rem !important;
  }

  .mg-r-90-sm {
    margin-right: 5.625rem !important;
  }

  .mg-95-sm {
    margin: 5.9375rem !important;
  }

  .mg-t-95-sm {
    margin-top: 5.9375rem !important;
  }

  .mg-b-95-sm {
    margin-bottom: 5.9375rem !important;
  }

  .mg-l-95-sm {
    margin-left: 5.9375rem !important;
  }

  .mg-r-95-sm {
    margin-right: 5.9375rem !important;
  }

  .mg-100-sm {
    margin: 6.25rem !important;
  }

  .mg-t-100-sm {
    margin-top: 6.25rem !important;
  }

  .mg-b-100-sm {
    margin-bottom: 6.25rem !important;
  }

  .mg-l-100-sm {
    margin-left: 6.25rem !important;
  }

  .mg-r-100-sm {
    margin-right: 6.25rem !important;
  }

  .mg-105-sm {
    margin: 6.5625rem !important;
  }

  .mg-t-105-sm {
    margin-top: 6.5625rem !important;
  }

  .mg-b-105-sm {
    margin-bottom: 6.5625rem !important;
  }

  .mg-l-105-sm {
    margin-left: 6.5625rem !important;
  }

  .mg-r-105-sm {
    margin-right: 6.5625rem !important;
  }

  .mg-110-sm {
    margin: 6.875rem !important;
  }

  .mg-t-110-sm {
    margin-top: 6.875rem !important;
  }

  .mg-b-110-sm {
    margin-bottom: 6.875rem !important;
  }

  .mg-l-110-sm {
    margin-left: 6.875rem !important;
  }

  .mg-r-110-sm {
    margin-right: 6.875rem !important;
  }

  .mg-115-sm {
    margin: 7.1875rem !important;
  }

  .mg-t-115-sm {
    margin-top: 7.1875rem !important;
  }

  .mg-b-115-sm {
    margin-bottom: 7.1875rem !important;
  }

  .mg-l-115-sm {
    margin-left: 7.1875rem !important;
  }

  .mg-r-115-sm {
    margin-right: 7.1875rem !important;
  }

  .mg-120-sm {
    margin: 7.5rem !important;
  }

  .mg-t-120-sm {
    margin-top: 7.5rem !important;
  }

  .mg-b-120-sm {
    margin-bottom: 7.5rem !important;
  }

  .mg-l-120-sm {
    margin-left: 7.5rem !important;
  }

  .mg-r-120-sm {
    margin-right: 7.5rem !important;
  }

  .mg-125-sm {
    margin: 7.8125rem !important;
  }

  .mg-t-125-sm {
    margin-top: 7.8125rem !important;
  }

  .mg-b-125-sm {
    margin-bottom: 7.8125rem !important;
  }

  .mg-l-125-sm {
    margin-left: 7.8125rem !important;
  }

  .mg-r-125-sm {
    margin-right: 7.8125rem !important;
  }

  .mg-130-sm {
    margin: 8.125rem !important;
  }

  .mg-t-130-sm {
    margin-top: 8.125rem !important;
  }

  .mg-b-130-sm {
    margin-bottom: 8.125rem !important;
  }

  .mg-l-130-sm {
    margin-left: 8.125rem !important;
  }

  .mg-r-130-sm {
    margin-right: 8.125rem !important;
  }

  .mg-135-sm {
    margin: 8.4375rem !important;
  }

  .mg-t-135-sm {
    margin-top: 8.4375rem !important;
  }

  .mg-b-135-sm {
    margin-bottom: 8.4375rem !important;
  }

  .mg-l-135-sm {
    margin-left: 8.4375rem !important;
  }

  .mg-r-135-sm {
    margin-right: 8.4375rem !important;
  }

  .mg-140-sm {
    margin: 8.75rem !important;
  }

  .mg-t-140-sm {
    margin-top: 8.75rem !important;
  }

  .mg-b-140-sm {
    margin-bottom: 8.75rem !important;
  }

  .mg-l-140-sm {
    margin-left: 8.75rem !important;
  }

  .mg-r-140-sm {
    margin-right: 8.75rem !important;
  }

  .mg-145-sm {
    margin: 9.0625rem !important;
  }

  .mg-t-145-sm {
    margin-top: 9.0625rem !important;
  }

  .mg-b-145-sm {
    margin-bottom: 9.0625rem !important;
  }

  .mg-l-145-sm {
    margin-left: 9.0625rem !important;
  }

  .mg-r-145-sm {
    margin-right: 9.0625rem !important;
  }

  .mg-150-sm {
    margin: 9.375rem !important;
  }

  .mg-t-150-sm {
    margin-top: 9.375rem !important;
  }

  .mg-b-150-sm {
    margin-bottom: 9.375rem !important;
  }

  .mg-l-150-sm {
    margin-left: 9.375rem !important;
  }

  .mg-r-150-sm {
    margin-right: 9.375rem !important;
  }

  .mg-155-sm {
    margin: 9.6875rem !important;
  }

  .mg-t-155-sm {
    margin-top: 9.6875rem !important;
  }

  .mg-b-155-sm {
    margin-bottom: 9.6875rem !important;
  }

  .mg-l-155-sm {
    margin-left: 9.6875rem !important;
  }

  .mg-r-155-sm {
    margin-right: 9.6875rem !important;
  }

  .mg-160-sm {
    margin: 10rem !important;
  }

  .mg-t-160-sm {
    margin-top: 10rem !important;
  }

  .mg-b-160-sm {
    margin-bottom: 10rem !important;
  }

  .mg-l-160-sm {
    margin-left: 10rem !important;
  }

  .mg-r-160-sm {
    margin-right: 10rem !important;
  }
}

@media screen and (min-width:801px) {
  .mg-0-md {
    margin: 0 !important;
  }

  .mg-t-0-md {
    margin-top: 0 !important;
  }

  .mg-b-0-md {
    margin-bottom: 0 !important;
  }

  .mg-l-0-md {
    margin-left: 0 !important;
  }

  .mg-r-0-md {
    margin-right: 0 !important;
  }

  .mg-5-md {
    margin: .3125rem !important;
  }

  .mg-t-5-md {
    margin-top: .3125rem !important;
  }

  .mg-b-5-md {
    margin-bottom: .3125rem !important;
  }

  .mg-l-5-md {
    margin-left: .3125rem !important;
  }

  .mg-r-5-md {
    margin-right: .3125rem !important;
  }

  .mg-10-md {
    margin: .625rem !important;
  }

  .mg-t-10-md {
    margin-top: .625rem !important;
  }

  .mg-b-10-md {
    margin-bottom: .625rem !important;
  }

  .mg-l-10-md {
    margin-left: .625rem !important;
  }

  .mg-r-10-md {
    margin-right: .625rem !important;
  }

  .mg-15-md {
    margin: .9375rem !important;
  }

  .mg-t-15-md {
    margin-top: .9375rem !important;
  }

  .mg-b-15-md {
    margin-bottom: .9375rem !important;
  }

  .mg-l-15-md {
    margin-left: .9375rem !important;
  }

  .mg-r-15-md {
    margin-right: .9375rem !important;
  }

  .mg-20-md {
    margin: 1.25rem !important;
  }

  .mg-t-20-md {
    margin-top: 1.25rem !important;
  }

  .mg-b-20-md {
    margin-bottom: 1.25rem !important;
  }

  .mg-l-20-md {
    margin-left: 1.25rem !important;
  }

  .mg-r-20-md {
    margin-right: 1.25rem !important;
  }

  .mg-25-md {
    margin: 1.5625rem !important;
  }

  .mg-t-25-md {
    margin-top: 1.5625rem !important;
  }

  .mg-b-25-md {
    margin-bottom: 1.5625rem !important;
  }

  .mg-l-25-md {
    margin-left: 1.5625rem !important;
  }

  .mg-r-25-md {
    margin-right: 1.5625rem !important;
  }

  .mg-30-md {
    margin: 1.875rem !important;
  }

  .mg-t-30-md {
    margin-top: 1.875rem !important;
  }

  .mg-b-30-md {
    margin-bottom: 1.875rem !important;
  }

  .mg-l-30-md {
    margin-left: 1.875rem !important;
  }

  .mg-r-30-md {
    margin-right: 1.875rem !important;
  }

  .mg-35-md {
    margin: 2.1875rem !important;
  }

  .mg-t-35-md {
    margin-top: 2.1875rem !important;
  }

  .mg-b-35-md {
    margin-bottom: 2.1875rem !important;
  }

  .mg-l-35-md {
    margin-left: 2.1875rem !important;
  }

  .mg-r-35-md {
    margin-right: 2.1875rem !important;
  }

  .mg-40-md {
    margin: 2.5rem !important;
  }

  .mg-t-40-md {
    margin-top: 2.5rem !important;
  }

  .mg-b-40-md {
    margin-bottom: 2.5rem !important;
  }

  .mg-l-40-md {
    margin-left: 2.5rem !important;
  }

  .mg-r-40-md {
    margin-right: 2.5rem !important;
  }

  .mg-45-md {
    margin: 2.8125rem !important;
  }

  .mg-t-45-md {
    margin-top: 2.8125rem !important;
  }

  .mg-b-45-md {
    margin-bottom: 2.8125rem !important;
  }

  .mg-l-45-md {
    margin-left: 2.8125rem !important;
  }

  .mg-r-45-md {
    margin-right: 2.8125rem !important;
  }

  .mg-50-md {
    margin: 3.125rem !important;
  }

  .mg-t-50-md {
    margin-top: 3.125rem !important;
  }

  .mg-b-50-md {
    margin-bottom: 3.125rem !important;
  }

  .mg-l-50-md {
    margin-left: 3.125rem !important;
  }

  .mg-r-50-md {
    margin-right: 3.125rem !important;
  }

  .mg-55-md {
    margin: 3.4375rem !important;
  }

  .mg-t-55-md {
    margin-top: 3.4375rem !important;
  }

  .mg-b-55-md {
    margin-bottom: 3.4375rem !important;
  }

  .mg-l-55-md {
    margin-left: 3.4375rem !important;
  }

  .mg-r-55-md {
    margin-right: 3.4375rem !important;
  }

  .mg-60-md {
    margin: 3.75rem !important;
  }

  .mg-t-60-md {
    margin-top: 3.75rem !important;
  }

  .mg-b-60-md {
    margin-bottom: 3.75rem !important;
  }

  .mg-l-60-md {
    margin-left: 3.75rem !important;
  }

  .mg-r-60-md {
    margin-right: 3.75rem !important;
  }

  .mg-65-md {
    margin: 4.0625rem !important;
  }

  .mg-t-65-md {
    margin-top: 4.0625rem !important;
  }

  .mg-b-65-md {
    margin-bottom: 4.0625rem !important;
  }

  .mg-l-65-md {
    margin-left: 4.0625rem !important;
  }

  .mg-r-65-md {
    margin-right: 4.0625rem !important;
  }

  .mg-70-md {
    margin: 4.375rem !important;
  }

  .mg-t-70-md {
    margin-top: 4.375rem !important;
  }

  .mg-b-70-md {
    margin-bottom: 4.375rem !important;
  }

  .mg-l-70-md {
    margin-left: 4.375rem !important;
  }

  .mg-r-70-md {
    margin-right: 4.375rem !important;
  }

  .mg-75-md {
    margin: 4.6875rem !important;
  }

  .mg-t-75-md {
    margin-top: 4.6875rem !important;
  }

  .mg-b-75-md {
    margin-bottom: 4.6875rem !important;
  }

  .mg-l-75-md {
    margin-left: 4.6875rem !important;
  }

  .mg-r-75-md {
    margin-right: 4.6875rem !important;
  }

  .mg-80-md {
    margin: 5rem !important;
  }

  .mg-t-80-md {
    margin-top: 5rem !important;
  }

  .mg-b-80-md {
    margin-bottom: 5rem !important;
  }

  .mg-l-80-md {
    margin-left: 5rem !important;
  }

  .mg-r-80-md {
    margin-right: 5rem !important;
  }

  .mg-85-md {
    margin: 5.3125rem !important;
  }

  .mg-t-85-md {
    margin-top: 5.3125rem !important;
  }

  .mg-b-85-md {
    margin-bottom: 5.3125rem !important;
  }

  .mg-l-85-md {
    margin-left: 5.3125rem !important;
  }

  .mg-r-85-md {
    margin-right: 5.3125rem !important;
  }

  .mg-90-md {
    margin: 5.625rem !important;
  }

  .mg-t-90-md {
    margin-top: 5.625rem !important;
  }

  .mg-b-90-md {
    margin-bottom: 5.625rem !important;
  }

  .mg-l-90-md {
    margin-left: 5.625rem !important;
  }

  .mg-r-90-md {
    margin-right: 5.625rem !important;
  }

  .mg-95-md {
    margin: 5.9375rem !important;
  }

  .mg-t-95-md {
    margin-top: 5.9375rem !important;
  }

  .mg-b-95-md {
    margin-bottom: 5.9375rem !important;
  }

  .mg-l-95-md {
    margin-left: 5.9375rem !important;
  }

  .mg-r-95-md {
    margin-right: 5.9375rem !important;
  }

  .mg-100-md {
    margin: 6.25rem !important;
  }

  .mg-t-100-md {
    margin-top: 6.25rem !important;
  }

  .mg-b-100-md {
    margin-bottom: 6.25rem !important;
  }

  .mg-l-100-md {
    margin-left: 6.25rem !important;
  }

  .mg-r-100-md {
    margin-right: 6.25rem !important;
  }

  .mg-105-md {
    margin: 6.5625rem !important;
  }

  .mg-t-105-md {
    margin-top: 6.5625rem !important;
  }

  .mg-b-105-md {
    margin-bottom: 6.5625rem !important;
  }

  .mg-l-105-md {
    margin-left: 6.5625rem !important;
  }

  .mg-r-105-md {
    margin-right: 6.5625rem !important;
  }

  .mg-110-md {
    margin: 6.875rem !important;
  }

  .mg-t-110-md {
    margin-top: 6.875rem !important;
  }

  .mg-b-110-md {
    margin-bottom: 6.875rem !important;
  }

  .mg-l-110-md {
    margin-left: 6.875rem !important;
  }

  .mg-r-110-md {
    margin-right: 6.875rem !important;
  }

  .mg-115-md {
    margin: 7.1875rem !important;
  }

  .mg-t-115-md {
    margin-top: 7.1875rem !important;
  }

  .mg-b-115-md {
    margin-bottom: 7.1875rem !important;
  }

  .mg-l-115-md {
    margin-left: 7.1875rem !important;
  }

  .mg-r-115-md {
    margin-right: 7.1875rem !important;
  }

  .mg-120-md {
    margin: 7.5rem !important;
  }

  .mg-t-120-md {
    margin-top: 7.5rem !important;
  }

  .mg-b-120-md {
    margin-bottom: 7.5rem !important;
  }

  .mg-l-120-md {
    margin-left: 7.5rem !important;
  }

  .mg-r-120-md {
    margin-right: 7.5rem !important;
  }

  .mg-125-md {
    margin: 7.8125rem !important;
  }

  .mg-t-125-md {
    margin-top: 7.8125rem !important;
  }

  .mg-b-125-md {
    margin-bottom: 7.8125rem !important;
  }

  .mg-l-125-md {
    margin-left: 7.8125rem !important;
  }

  .mg-r-125-md {
    margin-right: 7.8125rem !important;
  }

  .mg-130-md {
    margin: 8.125rem !important;
  }

  .mg-t-130-md {
    margin-top: 8.125rem !important;
  }

  .mg-b-130-md {
    margin-bottom: 8.125rem !important;
  }

  .mg-l-130-md {
    margin-left: 8.125rem !important;
  }

  .mg-r-130-md {
    margin-right: 8.125rem !important;
  }

  .mg-135-md {
    margin: 8.4375rem !important;
  }

  .mg-t-135-md {
    margin-top: 8.4375rem !important;
  }

  .mg-b-135-md {
    margin-bottom: 8.4375rem !important;
  }

  .mg-l-135-md {
    margin-left: 8.4375rem !important;
  }

  .mg-r-135-md {
    margin-right: 8.4375rem !important;
  }

  .mg-140-md {
    margin: 8.75rem !important;
  }

  .mg-t-140-md {
    margin-top: 8.75rem !important;
  }

  .mg-b-140-md {
    margin-bottom: 8.75rem !important;
  }

  .mg-l-140-md {
    margin-left: 8.75rem !important;
  }

  .mg-r-140-md {
    margin-right: 8.75rem !important;
  }

  .mg-145-md {
    margin: 9.0625rem !important;
  }

  .mg-t-145-md {
    margin-top: 9.0625rem !important;
  }

  .mg-b-145-md {
    margin-bottom: 9.0625rem !important;
  }

  .mg-l-145-md {
    margin-left: 9.0625rem !important;
  }

  .mg-r-145-md {
    margin-right: 9.0625rem !important;
  }

  .mg-150-md {
    margin: 9.375rem !important;
  }

  .mg-t-150-md {
    margin-top: 9.375rem !important;
  }

  .mg-b-150-md {
    margin-bottom: 9.375rem !important;
  }

  .mg-l-150-md {
    margin-left: 9.375rem !important;
  }

  .mg-r-150-md {
    margin-right: 9.375rem !important;
  }

  .mg-155-md {
    margin: 9.6875rem !important;
  }

  .mg-t-155-md {
    margin-top: 9.6875rem !important;
  }

  .mg-b-155-md {
    margin-bottom: 9.6875rem !important;
  }

  .mg-l-155-md {
    margin-left: 9.6875rem !important;
  }

  .mg-r-155-md {
    margin-right: 9.6875rem !important;
  }

  .mg-160-md {
    margin: 10rem !important;
  }

  .mg-t-160-md {
    margin-top: 10rem !important;
  }

  .mg-b-160-md {
    margin-bottom: 10rem !important;
  }

  .mg-l-160-md {
    margin-left: 10rem !important;
  }

  .mg-r-160-md {
    margin-right: 10rem !important;
  }
}

@media screen and (min-width:1025px) {
  .mg-0-xmd {
    margin: 0 !important;
  }

  .mg-t-0-xmd {
    margin-top: 0 !important;
  }

  .mg-b-0-xmd {
    margin-bottom: 0 !important;
  }

  .mg-l-0-xmd {
    margin-left: 0 !important;
  }

  .mg-r-0-xmd {
    margin-right: 0 !important;
  }

  .mg-5-xmd {
    margin: .3125rem !important;
  }

  .mg-t-5-xmd {
    margin-top: .3125rem !important;
  }

  .mg-b-5-xmd {
    margin-bottom: .3125rem !important;
  }

  .mg-l-5-xmd {
    margin-left: .3125rem !important;
  }

  .mg-r-5-xmd {
    margin-right: .3125rem !important;
  }

  .mg-10-xmd {
    margin: .625rem !important;
  }

  .mg-t-10-xmd {
    margin-top: .625rem !important;
  }

  .mg-b-10-xmd {
    margin-bottom: .625rem !important;
  }

  .mg-l-10-xmd {
    margin-left: .625rem !important;
  }

  .mg-r-10-xmd {
    margin-right: .625rem !important;
  }

  .mg-15-xmd {
    margin: .9375rem !important;
  }

  .mg-t-15-xmd {
    margin-top: .9375rem !important;
  }

  .mg-b-15-xmd {
    margin-bottom: .9375rem !important;
  }

  .mg-l-15-xmd {
    margin-left: .9375rem !important;
  }

  .mg-r-15-xmd {
    margin-right: .9375rem !important;
  }

  .mg-20-xmd {
    margin: 1.25rem !important;
  }

  .mg-t-20-xmd {
    margin-top: 1.25rem !important;
  }

  .mg-b-20-xmd {
    margin-bottom: 1.25rem !important;
  }

  .mg-l-20-xmd {
    margin-left: 1.25rem !important;
  }

  .mg-r-20-xmd {
    margin-right: 1.25rem !important;
  }

  .mg-25-xmd {
    margin: 1.5625rem !important;
  }

  .mg-t-25-xmd {
    margin-top: 1.5625rem !important;
  }

  .mg-b-25-xmd {
    margin-bottom: 1.5625rem !important;
  }

  .mg-l-25-xmd {
    margin-left: 1.5625rem !important;
  }

  .mg-r-25-xmd {
    margin-right: 1.5625rem !important;
  }

  .mg-30-xmd {
    margin: 1.875rem !important;
  }

  .mg-t-30-xmd {
    margin-top: 1.875rem !important;
  }

  .mg-b-30-xmd {
    margin-bottom: 1.875rem !important;
  }

  .mg-l-30-xmd {
    margin-left: 1.875rem !important;
  }

  .mg-r-30-xmd {
    margin-right: 1.875rem !important;
  }

  .mg-35-xmd {
    margin: 2.1875rem !important;
  }

  .mg-t-35-xmd {
    margin-top: 2.1875rem !important;
  }

  .mg-b-35-xmd {
    margin-bottom: 2.1875rem !important;
  }

  .mg-l-35-xmd {
    margin-left: 2.1875rem !important;
  }

  .mg-r-35-xmd {
    margin-right: 2.1875rem !important;
  }

  .mg-40-xmd {
    margin: 2.5rem !important;
  }

  .mg-t-40-xmd {
    margin-top: 2.5rem !important;
  }

  .mg-b-40-xmd {
    margin-bottom: 2.5rem !important;
  }

  .mg-l-40-xmd {
    margin-left: 2.5rem !important;
  }

  .mg-r-40-xmd {
    margin-right: 2.5rem !important;
  }

  .mg-45-xmd {
    margin: 2.8125rem !important;
  }

  .mg-t-45-xmd {
    margin-top: 2.8125rem !important;
  }

  .mg-b-45-xmd {
    margin-bottom: 2.8125rem !important;
  }

  .mg-l-45-xmd {
    margin-left: 2.8125rem !important;
  }

  .mg-r-45-xmd {
    margin-right: 2.8125rem !important;
  }

  .mg-50-xmd {
    margin: 3.125rem !important;
  }

  .mg-t-50-xmd {
    margin-top: 3.125rem !important;
  }

  .mg-b-50-xmd {
    margin-bottom: 3.125rem !important;
  }

  .mg-l-50-xmd {
    margin-left: 3.125rem !important;
  }

  .mg-r-50-xmd {
    margin-right: 3.125rem !important;
  }

  .mg-55-xmd {
    margin: 3.4375rem !important;
  }

  .mg-t-55-xmd {
    margin-top: 3.4375rem !important;
  }

  .mg-b-55-xmd {
    margin-bottom: 3.4375rem !important;
  }

  .mg-l-55-xmd {
    margin-left: 3.4375rem !important;
  }

  .mg-r-55-xmd {
    margin-right: 3.4375rem !important;
  }

  .mg-60-xmd {
    margin: 3.75rem !important;
  }

  .mg-t-60-xmd {
    margin-top: 3.75rem !important;
  }

  .mg-b-60-xmd {
    margin-bottom: 3.75rem !important;
  }

  .mg-l-60-xmd {
    margin-left: 3.75rem !important;
  }

  .mg-r-60-xmd {
    margin-right: 3.75rem !important;
  }

  .mg-65-xmd {
    margin: 4.0625rem !important;
  }

  .mg-t-65-xmd {
    margin-top: 4.0625rem !important;
  }

  .mg-b-65-xmd {
    margin-bottom: 4.0625rem !important;
  }

  .mg-l-65-xmd {
    margin-left: 4.0625rem !important;
  }

  .mg-r-65-xmd {
    margin-right: 4.0625rem !important;
  }

  .mg-70-xmd {
    margin: 4.375rem !important;
  }

  .mg-t-70-xmd {
    margin-top: 4.375rem !important;
  }

  .mg-b-70-xmd {
    margin-bottom: 4.375rem !important;
  }

  .mg-l-70-xmd {
    margin-left: 4.375rem !important;
  }

  .mg-r-70-xmd {
    margin-right: 4.375rem !important;
  }

  .mg-75-xmd {
    margin: 4.6875rem !important;
  }

  .mg-t-75-xmd {
    margin-top: 4.6875rem !important;
  }

  .mg-b-75-xmd {
    margin-bottom: 4.6875rem !important;
  }

  .mg-l-75-xmd {
    margin-left: 4.6875rem !important;
  }

  .mg-r-75-xmd {
    margin-right: 4.6875rem !important;
  }

  .mg-80-xmd {
    margin: 5rem !important;
  }

  .mg-t-80-xmd {
    margin-top: 5rem !important;
  }

  .mg-b-80-xmd {
    margin-bottom: 5rem !important;
  }

  .mg-l-80-xmd {
    margin-left: 5rem !important;
  }

  .mg-r-80-xmd {
    margin-right: 5rem !important;
  }

  .mg-85-xmd {
    margin: 5.3125rem !important;
  }

  .mg-t-85-xmd {
    margin-top: 5.3125rem !important;
  }

  .mg-b-85-xmd {
    margin-bottom: 5.3125rem !important;
  }

  .mg-l-85-xmd {
    margin-left: 5.3125rem !important;
  }

  .mg-r-85-xmd {
    margin-right: 5.3125rem !important;
  }

  .mg-90-xmd {
    margin: 5.625rem !important;
  }

  .mg-t-90-xmd {
    margin-top: 5.625rem !important;
  }

  .mg-b-90-xmd {
    margin-bottom: 5.625rem !important;
  }

  .mg-l-90-xmd {
    margin-left: 5.625rem !important;
  }

  .mg-r-90-xmd {
    margin-right: 5.625rem !important;
  }

  .mg-95-xmd {
    margin: 5.9375rem !important;
  }

  .mg-t-95-xmd {
    margin-top: 5.9375rem !important;
  }

  .mg-b-95-xmd {
    margin-bottom: 5.9375rem !important;
  }

  .mg-l-95-xmd {
    margin-left: 5.9375rem !important;
  }

  .mg-r-95-xmd {
    margin-right: 5.9375rem !important;
  }

  .mg-100-xmd {
    margin: 6.25rem !important;
  }

  .mg-t-100-xmd {
    margin-top: 6.25rem !important;
  }

  .mg-b-100-xmd {
    margin-bottom: 6.25rem !important;
  }

  .mg-l-100-xmd {
    margin-left: 6.25rem !important;
  }

  .mg-r-100-xmd {
    margin-right: 6.25rem !important;
  }

  .mg-105-xmd {
    margin: 6.5625rem !important;
  }

  .mg-t-105-xmd {
    margin-top: 6.5625rem !important;
  }

  .mg-b-105-xmd {
    margin-bottom: 6.5625rem !important;
  }

  .mg-l-105-xmd {
    margin-left: 6.5625rem !important;
  }

  .mg-r-105-xmd {
    margin-right: 6.5625rem !important;
  }

  .mg-110-xmd {
    margin: 6.875rem !important;
  }

  .mg-t-110-xmd {
    margin-top: 6.875rem !important;
  }

  .mg-b-110-xmd {
    margin-bottom: 6.875rem !important;
  }

  .mg-l-110-xmd {
    margin-left: 6.875rem !important;
  }

  .mg-r-110-xmd {
    margin-right: 6.875rem !important;
  }

  .mg-115-xmd {
    margin: 7.1875rem !important;
  }

  .mg-t-115-xmd {
    margin-top: 7.1875rem !important;
  }

  .mg-b-115-xmd {
    margin-bottom: 7.1875rem !important;
  }

  .mg-l-115-xmd {
    margin-left: 7.1875rem !important;
  }

  .mg-r-115-xmd {
    margin-right: 7.1875rem !important;
  }

  .mg-120-xmd {
    margin: 7.5rem !important;
  }

  .mg-t-120-xmd {
    margin-top: 7.5rem !important;
  }

  .mg-b-120-xmd {
    margin-bottom: 7.5rem !important;
  }

  .mg-l-120-xmd {
    margin-left: 7.5rem !important;
  }

  .mg-r-120-xmd {
    margin-right: 7.5rem !important;
  }

  .mg-125-xmd {
    margin: 7.8125rem !important;
  }

  .mg-t-125-xmd {
    margin-top: 7.8125rem !important;
  }

  .mg-b-125-xmd {
    margin-bottom: 7.8125rem !important;
  }

  .mg-l-125-xmd {
    margin-left: 7.8125rem !important;
  }

  .mg-r-125-xmd {
    margin-right: 7.8125rem !important;
  }

  .mg-130-xmd {
    margin: 8.125rem !important;
  }

  .mg-t-130-xmd {
    margin-top: 8.125rem !important;
  }

  .mg-b-130-xmd {
    margin-bottom: 8.125rem !important;
  }

  .mg-l-130-xmd {
    margin-left: 8.125rem !important;
  }

  .mg-r-130-xmd {
    margin-right: 8.125rem !important;
  }

  .mg-135-xmd {
    margin: 8.4375rem !important;
  }

  .mg-t-135-xmd {
    margin-top: 8.4375rem !important;
  }

  .mg-b-135-xmd {
    margin-bottom: 8.4375rem !important;
  }

  .mg-l-135-xmd {
    margin-left: 8.4375rem !important;
  }

  .mg-r-135-xmd {
    margin-right: 8.4375rem !important;
  }

  .mg-140-xmd {
    margin: 8.75rem !important;
  }

  .mg-t-140-xmd {
    margin-top: 8.75rem !important;
  }

  .mg-b-140-xmd {
    margin-bottom: 8.75rem !important;
  }

  .mg-l-140-xmd {
    margin-left: 8.75rem !important;
  }

  .mg-r-140-xmd {
    margin-right: 8.75rem !important;
  }

  .mg-145-xmd {
    margin: 9.0625rem !important;
  }

  .mg-t-145-xmd {
    margin-top: 9.0625rem !important;
  }

  .mg-b-145-xmd {
    margin-bottom: 9.0625rem !important;
  }

  .mg-l-145-xmd {
    margin-left: 9.0625rem !important;
  }

  .mg-r-145-xmd {
    margin-right: 9.0625rem !important;
  }

  .mg-150-xmd {
    margin: 9.375rem !important;
  }

  .mg-t-150-xmd {
    margin-top: 9.375rem !important;
  }

  .mg-b-150-xmd {
    margin-bottom: 9.375rem !important;
  }

  .mg-l-150-xmd {
    margin-left: 9.375rem !important;
  }

  .mg-r-150-xmd {
    margin-right: 9.375rem !important;
  }

  .mg-155-xmd {
    margin: 9.6875rem !important;
  }

  .mg-t-155-xmd {
    margin-top: 9.6875rem !important;
  }

  .mg-b-155-xmd {
    margin-bottom: 9.6875rem !important;
  }

  .mg-l-155-xmd {
    margin-left: 9.6875rem !important;
  }

  .mg-r-155-xmd {
    margin-right: 9.6875rem !important;
  }

  .mg-160-xmd {
    margin: 10rem !important;
  }

  .mg-t-160-xmd {
    margin-top: 10rem !important;
  }

  .mg-b-160-xmd {
    margin-bottom: 10rem !important;
  }

  .mg-l-160-xmd {
    margin-left: 10rem !important;
  }

  .mg-r-160-xmd {
    margin-right: 10rem !important;
  }
}

@media screen and (min-width:1280px) {
  .mg-0-lg {
    margin: 0 !important;
  }

  .mg-t-0-lg {
    margin-top: 0 !important;
  }

  .mg-b-0-lg {
    margin-bottom: 0 !important;
  }

  .mg-l-0-lg {
    margin-left: 0 !important;
  }

  .mg-r-0-lg {
    margin-right: 0 !important;
  }

  .mg-5-lg {
    margin: .3125rem !important;
  }

  .mg-t-5-lg {
    margin-top: .3125rem !important;
  }

  .mg-b-5-lg {
    margin-bottom: .3125rem !important;
  }

  .mg-l-5-lg {
    margin-left: .3125rem !important;
  }

  .mg-r-5-lg {
    margin-right: .3125rem !important;
  }

  .mg-10-lg {
    margin: .625rem !important;
  }

  .mg-t-10-lg {
    margin-top: .625rem !important;
  }

  .mg-b-10-lg {
    margin-bottom: .625rem !important;
  }

  .mg-l-10-lg {
    margin-left: .625rem !important;
  }

  .mg-r-10-lg {
    margin-right: .625rem !important;
  }

  .mg-15-lg {
    margin: .9375rem !important;
  }

  .mg-t-15-lg {
    margin-top: .9375rem !important;
  }

  .mg-b-15-lg {
    margin-bottom: .9375rem !important;
  }

  .mg-l-15-lg {
    margin-left: .9375rem !important;
  }

  .mg-r-15-lg {
    margin-right: .9375rem !important;
  }

  .mg-20-lg {
    margin: 1.25rem !important;
  }

  .mg-t-20-lg {
    margin-top: 1.25rem !important;
  }

  .mg-b-20-lg {
    margin-bottom: 1.25rem !important;
  }

  .mg-l-20-lg {
    margin-left: 1.25rem !important;
  }

  .mg-r-20-lg {
    margin-right: 1.25rem !important;
  }

  .mg-25-lg {
    margin: 1.5625rem !important;
  }

  .mg-t-25-lg {
    margin-top: 1.5625rem !important;
  }

  .mg-b-25-lg {
    margin-bottom: 1.5625rem !important;
  }

  .mg-l-25-lg {
    margin-left: 1.5625rem !important;
  }

  .mg-r-25-lg {
    margin-right: 1.5625rem !important;
  }

  .mg-30-lg {
    margin: 1.875rem !important;
  }

  .mg-t-30-lg {
    margin-top: 1.875rem !important;
  }

  .mg-b-30-lg {
    margin-bottom: 1.875rem !important;
  }

  .mg-l-30-lg {
    margin-left: 1.875rem !important;
  }

  .mg-r-30-lg {
    margin-right: 1.875rem !important;
  }

  .mg-35-lg {
    margin: 2.1875rem !important;
  }

  .mg-t-35-lg {
    margin-top: 2.1875rem !important;
  }

  .mg-b-35-lg {
    margin-bottom: 2.1875rem !important;
  }

  .mg-l-35-lg {
    margin-left: 2.1875rem !important;
  }

  .mg-r-35-lg {
    margin-right: 2.1875rem !important;
  }

  .mg-40-lg {
    margin: 2.5rem !important;
  }

  .mg-t-40-lg {
    margin-top: 2.5rem !important;
  }

  .mg-b-40-lg {
    margin-bottom: 2.5rem !important;
  }

  .mg-l-40-lg {
    margin-left: 2.5rem !important;
  }

  .mg-r-40-lg {
    margin-right: 2.5rem !important;
  }

  .mg-45-lg {
    margin: 2.8125rem !important;
  }

  .mg-t-45-lg {
    margin-top: 2.8125rem !important;
  }

  .mg-b-45-lg {
    margin-bottom: 2.8125rem !important;
  }

  .mg-l-45-lg {
    margin-left: 2.8125rem !important;
  }

  .mg-r-45-lg {
    margin-right: 2.8125rem !important;
  }

  .mg-50-lg {
    margin: 3.125rem !important;
  }

  .mg-t-50-lg {
    margin-top: 3.125rem !important;
  }

  .mg-b-50-lg {
    margin-bottom: 3.125rem !important;
  }

  .mg-l-50-lg {
    margin-left: 3.125rem !important;
  }

  .mg-r-50-lg {
    margin-right: 3.125rem !important;
  }

  .mg-55-lg {
    margin: 3.4375rem !important;
  }

  .mg-t-55-lg {
    margin-top: 3.4375rem !important;
  }

  .mg-b-55-lg {
    margin-bottom: 3.4375rem !important;
  }

  .mg-l-55-lg {
    margin-left: 3.4375rem !important;
  }

  .mg-r-55-lg {
    margin-right: 3.4375rem !important;
  }

  .mg-60-lg {
    margin: 3.75rem !important;
  }

  .mg-t-60-lg {
    margin-top: 3.75rem !important;
  }

  .mg-b-60-lg {
    margin-bottom: 3.75rem !important;
  }

  .mg-l-60-lg {
    margin-left: 3.75rem !important;
  }

  .mg-r-60-lg {
    margin-right: 3.75rem !important;
  }

  .mg-65-lg {
    margin: 4.0625rem !important;
  }

  .mg-t-65-lg {
    margin-top: 4.0625rem !important;
  }

  .mg-b-65-lg {
    margin-bottom: 4.0625rem !important;
  }

  .mg-l-65-lg {
    margin-left: 4.0625rem !important;
  }

  .mg-r-65-lg {
    margin-right: 4.0625rem !important;
  }

  .mg-70-lg {
    margin: 4.375rem !important;
  }

  .mg-t-70-lg {
    margin-top: 4.375rem !important;
  }

  .mg-b-70-lg {
    margin-bottom: 4.375rem !important;
  }

  .mg-l-70-lg {
    margin-left: 4.375rem !important;
  }

  .mg-r-70-lg {
    margin-right: 4.375rem !important;
  }

  .mg-75-lg {
    margin: 4.6875rem !important;
  }

  .mg-t-75-lg {
    margin-top: 4.6875rem !important;
  }

  .mg-b-75-lg {
    margin-bottom: 4.6875rem !important;
  }

  .mg-l-75-lg {
    margin-left: 4.6875rem !important;
  }

  .mg-r-75-lg {
    margin-right: 4.6875rem !important;
  }

  .mg-80-lg {
    margin: 5rem !important;
  }

  .mg-t-80-lg {
    margin-top: 5rem !important;
  }

  .mg-b-80-lg {
    margin-bottom: 5rem !important;
  }

  .mg-l-80-lg {
    margin-left: 5rem !important;
  }

  .mg-r-80-lg {
    margin-right: 5rem !important;
  }

  .mg-85-lg {
    margin: 5.3125rem !important;
  }

  .mg-t-85-lg {
    margin-top: 5.3125rem !important;
  }

  .mg-b-85-lg {
    margin-bottom: 5.3125rem !important;
  }

  .mg-l-85-lg {
    margin-left: 5.3125rem !important;
  }

  .mg-r-85-lg {
    margin-right: 5.3125rem !important;
  }

  .mg-90-lg {
    margin: 5.625rem !important;
  }

  .mg-t-90-lg {
    margin-top: 5.625rem !important;
  }

  .mg-b-90-lg {
    margin-bottom: 5.625rem !important;
  }

  .mg-l-90-lg {
    margin-left: 5.625rem !important;
  }

  .mg-r-90-lg {
    margin-right: 5.625rem !important;
  }

  .mg-95-lg {
    margin: 5.9375rem !important;
  }

  .mg-t-95-lg {
    margin-top: 5.9375rem !important;
  }

  .mg-b-95-lg {
    margin-bottom: 5.9375rem !important;
  }

  .mg-l-95-lg {
    margin-left: 5.9375rem !important;
  }

  .mg-r-95-lg {
    margin-right: 5.9375rem !important;
  }

  .mg-100-lg {
    margin: 6.25rem !important;
  }

  .mg-t-100-lg {
    margin-top: 6.25rem !important;
  }

  .mg-b-100-lg {
    margin-bottom: 6.25rem !important;
  }

  .mg-l-100-lg {
    margin-left: 6.25rem !important;
  }

  .mg-r-100-lg {
    margin-right: 6.25rem !important;
  }

  .mg-105-lg {
    margin: 6.5625rem !important;
  }

  .mg-t-105-lg {
    margin-top: 6.5625rem !important;
  }

  .mg-b-105-lg {
    margin-bottom: 6.5625rem !important;
  }

  .mg-l-105-lg {
    margin-left: 6.5625rem !important;
  }

  .mg-r-105-lg {
    margin-right: 6.5625rem !important;
  }

  .mg-110-lg {
    margin: 6.875rem !important;
  }

  .mg-t-110-lg {
    margin-top: 6.875rem !important;
  }

  .mg-b-110-lg {
    margin-bottom: 6.875rem !important;
  }

  .mg-l-110-lg {
    margin-left: 6.875rem !important;
  }

  .mg-r-110-lg {
    margin-right: 6.875rem !important;
  }

  .mg-115-lg {
    margin: 7.1875rem !important;
  }

  .mg-t-115-lg {
    margin-top: 7.1875rem !important;
  }

  .mg-b-115-lg {
    margin-bottom: 7.1875rem !important;
  }

  .mg-l-115-lg {
    margin-left: 7.1875rem !important;
  }

  .mg-r-115-lg {
    margin-right: 7.1875rem !important;
  }

  .mg-120-lg {
    margin: 7.5rem !important;
  }

  .mg-t-120-lg {
    margin-top: 7.5rem !important;
  }

  .mg-b-120-lg {
    margin-bottom: 7.5rem !important;
  }

  .mg-l-120-lg {
    margin-left: 7.5rem !important;
  }

  .mg-r-120-lg {
    margin-right: 7.5rem !important;
  }

  .mg-125-lg {
    margin: 7.8125rem !important;
  }

  .mg-t-125-lg {
    margin-top: 7.8125rem !important;
  }

  .mg-b-125-lg {
    margin-bottom: 7.8125rem !important;
  }

  .mg-l-125-lg {
    margin-left: 7.8125rem !important;
  }

  .mg-r-125-lg {
    margin-right: 7.8125rem !important;
  }

  .mg-130-lg {
    margin: 8.125rem !important;
  }

  .mg-t-130-lg {
    margin-top: 8.125rem !important;
  }

  .mg-b-130-lg {
    margin-bottom: 8.125rem !important;
  }

  .mg-l-130-lg {
    margin-left: 8.125rem !important;
  }

  .mg-r-130-lg {
    margin-right: 8.125rem !important;
  }

  .mg-135-lg {
    margin: 8.4375rem !important;
  }

  .mg-t-135-lg {
    margin-top: 8.4375rem !important;
  }

  .mg-b-135-lg {
    margin-bottom: 8.4375rem !important;
  }

  .mg-l-135-lg {
    margin-left: 8.4375rem !important;
  }

  .mg-r-135-lg {
    margin-right: 8.4375rem !important;
  }

  .mg-140-lg {
    margin: 8.75rem !important;
  }

  .mg-t-140-lg {
    margin-top: 8.75rem !important;
  }

  .mg-b-140-lg {
    margin-bottom: 8.75rem !important;
  }

  .mg-l-140-lg {
    margin-left: 8.75rem !important;
  }

  .mg-r-140-lg {
    margin-right: 8.75rem !important;
  }

  .mg-145-lg {
    margin: 9.0625rem !important;
  }

  .mg-t-145-lg {
    margin-top: 9.0625rem !important;
  }

  .mg-b-145-lg {
    margin-bottom: 9.0625rem !important;
  }

  .mg-l-145-lg {
    margin-left: 9.0625rem !important;
  }

  .mg-r-145-lg {
    margin-right: 9.0625rem !important;
  }

  .mg-150-lg {
    margin: 9.375rem !important;
  }

  .mg-t-150-lg {
    margin-top: 9.375rem !important;
  }

  .mg-b-150-lg {
    margin-bottom: 9.375rem !important;
  }

  .mg-l-150-lg {
    margin-left: 9.375rem !important;
  }

  .mg-r-150-lg {
    margin-right: 9.375rem !important;
  }

  .mg-155-lg {
    margin: 9.6875rem !important;
  }

  .mg-t-155-lg {
    margin-top: 9.6875rem !important;
  }

  .mg-b-155-lg {
    margin-bottom: 9.6875rem !important;
  }

  .mg-l-155-lg {
    margin-left: 9.6875rem !important;
  }

  .mg-r-155-lg {
    margin-right: 9.6875rem !important;
  }

  .mg-160-lg {
    margin: 10rem !important;
  }

  .mg-t-160-lg {
    margin-top: 10rem !important;
  }

  .mg-b-160-lg {
    margin-bottom: 10rem !important;
  }

  .mg-l-160-lg {
    margin-left: 10rem !important;
  }

  .mg-r-160-lg {
    margin-right: 10rem !important;
  }
}

@media screen and (min-width:1400px) {
  .mg-0-xlg {
    margin: 0 !important;
  }

  .mg-t-0-xlg {
    margin-top: 0 !important;
  }

  .mg-b-0-xlg {
    margin-bottom: 0 !important;
  }

  .mg-l-0-xlg {
    margin-left: 0 !important;
  }

  .mg-r-0-xlg {
    margin-right: 0 !important;
  }

  .mg-5-xlg {
    margin: .3125rem !important;
  }

  .mg-t-5-xlg {
    margin-top: .3125rem !important;
  }

  .mg-b-5-xlg {
    margin-bottom: .3125rem !important;
  }

  .mg-l-5-xlg {
    margin-left: .3125rem !important;
  }

  .mg-r-5-xlg {
    margin-right: .3125rem !important;
  }

  .mg-10-xlg {
    margin: .625rem !important;
  }

  .mg-t-10-xlg {
    margin-top: .625rem !important;
  }

  .mg-b-10-xlg {
    margin-bottom: .625rem !important;
  }

  .mg-l-10-xlg {
    margin-left: .625rem !important;
  }

  .mg-r-10-xlg {
    margin-right: .625rem !important;
  }

  .mg-15-xlg {
    margin: .9375rem !important;
  }

  .mg-t-15-xlg {
    margin-top: .9375rem !important;
  }

  .mg-b-15-xlg {
    margin-bottom: .9375rem !important;
  }

  .mg-l-15-xlg {
    margin-left: .9375rem !important;
  }

  .mg-r-15-xlg {
    margin-right: .9375rem !important;
  }

  .mg-20-xlg {
    margin: 1.25rem !important;
  }

  .mg-t-20-xlg {
    margin-top: 1.25rem !important;
  }

  .mg-b-20-xlg {
    margin-bottom: 1.25rem !important;
  }

  .mg-l-20-xlg {
    margin-left: 1.25rem !important;
  }

  .mg-r-20-xlg {
    margin-right: 1.25rem !important;
  }

  .mg-25-xlg {
    margin: 1.5625rem !important;
  }

  .mg-t-25-xlg {
    margin-top: 1.5625rem !important;
  }

  .mg-b-25-xlg {
    margin-bottom: 1.5625rem !important;
  }

  .mg-l-25-xlg {
    margin-left: 1.5625rem !important;
  }

  .mg-r-25-xlg {
    margin-right: 1.5625rem !important;
  }

  .mg-30-xlg {
    margin: 1.875rem !important;
  }

  .mg-t-30-xlg {
    margin-top: 1.875rem !important;
  }

  .mg-b-30-xlg {
    margin-bottom: 1.875rem !important;
  }

  .mg-l-30-xlg {
    margin-left: 1.875rem !important;
  }

  .mg-r-30-xlg {
    margin-right: 1.875rem !important;
  }

  .mg-35-xlg {
    margin: 2.1875rem !important;
  }

  .mg-t-35-xlg {
    margin-top: 2.1875rem !important;
  }

  .mg-b-35-xlg {
    margin-bottom: 2.1875rem !important;
  }

  .mg-l-35-xlg {
    margin-left: 2.1875rem !important;
  }

  .mg-r-35-xlg {
    margin-right: 2.1875rem !important;
  }

  .mg-40-xlg {
    margin: 2.5rem !important;
  }

  .mg-t-40-xlg {
    margin-top: 2.5rem !important;
  }

  .mg-b-40-xlg {
    margin-bottom: 2.5rem !important;
  }

  .mg-l-40-xlg {
    margin-left: 2.5rem !important;
  }

  .mg-r-40-xlg {
    margin-right: 2.5rem !important;
  }

  .mg-45-xlg {
    margin: 2.8125rem !important;
  }

  .mg-t-45-xlg {
    margin-top: 2.8125rem !important;
  }

  .mg-b-45-xlg {
    margin-bottom: 2.8125rem !important;
  }

  .mg-l-45-xlg {
    margin-left: 2.8125rem !important;
  }

  .mg-r-45-xlg {
    margin-right: 2.8125rem !important;
  }

  .mg-50-xlg {
    margin: 3.125rem !important;
  }

  .mg-t-50-xlg {
    margin-top: 3.125rem !important;
  }

  .mg-b-50-xlg {
    margin-bottom: 3.125rem !important;
  }

  .mg-l-50-xlg {
    margin-left: 3.125rem !important;
  }

  .mg-r-50-xlg {
    margin-right: 3.125rem !important;
  }

  .mg-55-xlg {
    margin: 3.4375rem !important;
  }

  .mg-t-55-xlg {
    margin-top: 3.4375rem !important;
  }

  .mg-b-55-xlg {
    margin-bottom: 3.4375rem !important;
  }

  .mg-l-55-xlg {
    margin-left: 3.4375rem !important;
  }

  .mg-r-55-xlg {
    margin-right: 3.4375rem !important;
  }

  .mg-60-xlg {
    margin: 3.75rem !important;
  }

  .mg-t-60-xlg {
    margin-top: 3.75rem !important;
  }

  .mg-b-60-xlg {
    margin-bottom: 3.75rem !important;
  }

  .mg-l-60-xlg {
    margin-left: 3.75rem !important;
  }

  .mg-r-60-xlg {
    margin-right: 3.75rem !important;
  }

  .mg-65-xlg {
    margin: 4.0625rem !important;
  }

  .mg-t-65-xlg {
    margin-top: 4.0625rem !important;
  }

  .mg-b-65-xlg {
    margin-bottom: 4.0625rem !important;
  }

  .mg-l-65-xlg {
    margin-left: 4.0625rem !important;
  }

  .mg-r-65-xlg {
    margin-right: 4.0625rem !important;
  }

  .mg-70-xlg {
    margin: 4.375rem !important;
  }

  .mg-t-70-xlg {
    margin-top: 4.375rem !important;
  }

  .mg-b-70-xlg {
    margin-bottom: 4.375rem !important;
  }

  .mg-l-70-xlg {
    margin-left: 4.375rem !important;
  }

  .mg-r-70-xlg {
    margin-right: 4.375rem !important;
  }

  .mg-75-xlg {
    margin: 4.6875rem !important;
  }

  .mg-t-75-xlg {
    margin-top: 4.6875rem !important;
  }

  .mg-b-75-xlg {
    margin-bottom: 4.6875rem !important;
  }

  .mg-l-75-xlg {
    margin-left: 4.6875rem !important;
  }

  .mg-r-75-xlg {
    margin-right: 4.6875rem !important;
  }

  .mg-80-xlg {
    margin: 5rem !important;
  }

  .mg-t-80-xlg {
    margin-top: 5rem !important;
  }

  .mg-b-80-xlg {
    margin-bottom: 5rem !important;
  }

  .mg-l-80-xlg {
    margin-left: 5rem !important;
  }

  .mg-r-80-xlg {
    margin-right: 5rem !important;
  }

  .mg-85-xlg {
    margin: 5.3125rem !important;
  }

  .mg-t-85-xlg {
    margin-top: 5.3125rem !important;
  }

  .mg-b-85-xlg {
    margin-bottom: 5.3125rem !important;
  }

  .mg-l-85-xlg {
    margin-left: 5.3125rem !important;
  }

  .mg-r-85-xlg {
    margin-right: 5.3125rem !important;
  }

  .mg-90-xlg {
    margin: 5.625rem !important;
  }

  .mg-t-90-xlg {
    margin-top: 5.625rem !important;
  }

  .mg-b-90-xlg {
    margin-bottom: 5.625rem !important;
  }

  .mg-l-90-xlg {
    margin-left: 5.625rem !important;
  }

  .mg-r-90-xlg {
    margin-right: 5.625rem !important;
  }

  .mg-95-xlg {
    margin: 5.9375rem !important;
  }

  .mg-t-95-xlg {
    margin-top: 5.9375rem !important;
  }

  .mg-b-95-xlg {
    margin-bottom: 5.9375rem !important;
  }

  .mg-l-95-xlg {
    margin-left: 5.9375rem !important;
  }

  .mg-r-95-xlg {
    margin-right: 5.9375rem !important;
  }

  .mg-100-xlg {
    margin: 6.25rem !important;
  }

  .mg-t-100-xlg {
    margin-top: 6.25rem !important;
  }

  .mg-b-100-xlg {
    margin-bottom: 6.25rem !important;
  }

  .mg-l-100-xlg {
    margin-left: 6.25rem !important;
  }

  .mg-r-100-xlg {
    margin-right: 6.25rem !important;
  }

  .mg-105-xlg {
    margin: 6.5625rem !important;
  }

  .mg-t-105-xlg {
    margin-top: 6.5625rem !important;
  }

  .mg-b-105-xlg {
    margin-bottom: 6.5625rem !important;
  }

  .mg-l-105-xlg {
    margin-left: 6.5625rem !important;
  }

  .mg-r-105-xlg {
    margin-right: 6.5625rem !important;
  }

  .mg-110-xlg {
    margin: 6.875rem !important;
  }

  .mg-t-110-xlg {
    margin-top: 6.875rem !important;
  }

  .mg-b-110-xlg {
    margin-bottom: 6.875rem !important;
  }

  .mg-l-110-xlg {
    margin-left: 6.875rem !important;
  }

  .mg-r-110-xlg {
    margin-right: 6.875rem !important;
  }

  .mg-115-xlg {
    margin: 7.1875rem !important;
  }

  .mg-t-115-xlg {
    margin-top: 7.1875rem !important;
  }

  .mg-b-115-xlg {
    margin-bottom: 7.1875rem !important;
  }

  .mg-l-115-xlg {
    margin-left: 7.1875rem !important;
  }

  .mg-r-115-xlg {
    margin-right: 7.1875rem !important;
  }

  .mg-120-xlg {
    margin: 7.5rem !important;
  }

  .mg-t-120-xlg {
    margin-top: 7.5rem !important;
  }

  .mg-b-120-xlg {
    margin-bottom: 7.5rem !important;
  }

  .mg-l-120-xlg {
    margin-left: 7.5rem !important;
  }

  .mg-r-120-xlg {
    margin-right: 7.5rem !important;
  }

  .mg-125-xlg {
    margin: 7.8125rem !important;
  }

  .mg-t-125-xlg {
    margin-top: 7.8125rem !important;
  }

  .mg-b-125-xlg {
    margin-bottom: 7.8125rem !important;
  }

  .mg-l-125-xlg {
    margin-left: 7.8125rem !important;
  }

  .mg-r-125-xlg {
    margin-right: 7.8125rem !important;
  }

  .mg-130-xlg {
    margin: 8.125rem !important;
  }

  .mg-t-130-xlg {
    margin-top: 8.125rem !important;
  }

  .mg-b-130-xlg {
    margin-bottom: 8.125rem !important;
  }

  .mg-l-130-xlg {
    margin-left: 8.125rem !important;
  }

  .mg-r-130-xlg {
    margin-right: 8.125rem !important;
  }

  .mg-135-xlg {
    margin: 8.4375rem !important;
  }

  .mg-t-135-xlg {
    margin-top: 8.4375rem !important;
  }

  .mg-b-135-xlg {
    margin-bottom: 8.4375rem !important;
  }

  .mg-l-135-xlg {
    margin-left: 8.4375rem !important;
  }

  .mg-r-135-xlg {
    margin-right: 8.4375rem !important;
  }

  .mg-140-xlg {
    margin: 8.75rem !important;
  }

  .mg-t-140-xlg {
    margin-top: 8.75rem !important;
  }

  .mg-b-140-xlg {
    margin-bottom: 8.75rem !important;
  }

  .mg-l-140-xlg {
    margin-left: 8.75rem !important;
  }

  .mg-r-140-xlg {
    margin-right: 8.75rem !important;
  }

  .mg-145-xlg {
    margin: 9.0625rem !important;
  }

  .mg-t-145-xlg {
    margin-top: 9.0625rem !important;
  }

  .mg-b-145-xlg {
    margin-bottom: 9.0625rem !important;
  }

  .mg-l-145-xlg {
    margin-left: 9.0625rem !important;
  }

  .mg-r-145-xlg {
    margin-right: 9.0625rem !important;
  }

  .mg-150-xlg {
    margin: 9.375rem !important;
  }

  .mg-t-150-xlg {
    margin-top: 9.375rem !important;
  }

  .mg-b-150-xlg {
    margin-bottom: 9.375rem !important;
  }

  .mg-l-150-xlg {
    margin-left: 9.375rem !important;
  }

  .mg-r-150-xlg {
    margin-right: 9.375rem !important;
  }

  .mg-155-xlg {
    margin: 9.6875rem !important;
  }

  .mg-t-155-xlg {
    margin-top: 9.6875rem !important;
  }

  .mg-b-155-xlg {
    margin-bottom: 9.6875rem !important;
  }

  .mg-l-155-xlg {
    margin-left: 9.6875rem !important;
  }

  .mg-r-155-xlg {
    margin-right: 9.6875rem !important;
  }

  .mg-160-xlg {
    margin: 10rem !important;
  }

  .mg-t-160-xlg {
    margin-top: 10rem !important;
  }

  .mg-b-160-xlg {
    margin-bottom: 10rem !important;
  }

  .mg-l-160-xlg {
    margin-left: 10rem !important;
  }

  .mg-r-160-xlg {
    margin-right: 10rem !important;
  }
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/GothamRounded-Book.otf?#iefix") format("embedded-opentype"), url("../assets/fonts/GothamRounded-Book.woff2") format("woff2"), url("../assets/fonts/GothamRounded-Book.woff") format("woff"), url("../assets/fonts/GothamRounded-Book.svg#Gotham-Bold") format("svg");
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/Gotham-Medium.otf") format("opentype");
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 200;
  src: url("../assets/fonts/Gotham-Thin.otf") format("opentype");
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/Gotham-Light.otf") format("opentype");
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gotham-Bold.woff2") format("woff2"), url("../assets/fonts/Gotham-Bold.woff") format("woff"), url("https://www.damaiputra.com/frontend/assets/fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg");
}

@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/MaterialIcons-Regular.woff");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../assets/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../assets/fonts/MaterialIcons-Regular.woff") format("woff"), url("../assets/fonts/MaterialIcons-Regular.ttf") format("truetype");
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Gotham, sans-serif;
}

[v-cloak] {
  display: none;
}

@media screen and (min-width:769px) {
  body {
    background-image: url("../assets/images/bg.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 100%;
    background-color: #4e5859;
  }
}

@media screen and (min-width:769px) and (-webkit-min-device-pixel-ratio:2),
screen and (min-width:769px) and (min-resolution:192dpi) {
  body {
    background-image: url("../assets/images/bg%402x.jpg");
  }
}

.desktop-content {
  display: none !important;
}

@media screen and (min-width:801px) {
  .desktop-content {
    display: block !important;
  }
}

.mobile-content {
  display: block !important;
}

@media screen and (min-width:801px) {
  .mobile-content {
    display: none !important;
  }
}

.bg {
  background-repeat: none;
  background-position: 50%;
}

.bg--cover {
  background-size: cover;
}

.bg--uc {
  background-image: url("../assets/images/bg-uc.jpg");
  min-height: 100vh;
  width: 100%;
  position: relative;
}

@media screen and (max-width:321px) {
  .bg--uc {
    background-position: 0 -90px;
  }
}

.bg--uc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, hsla(0, 0%, 100%, 0));
}

@media (min-width:768px) {
  .bg--uc {
    background-image: url("../assets/images/bg-uc--desktop.jpg");
  }
}

.bgc-primary {
  background-color: #4e5859;
}

.bgc-secondary {
  background-color: #8c847b;
}

.bgc-white {
  background-color: #fff;
}

.bgc-green {
  background-color: #00733f;
}

.bgc-grey {
  background-color: #f8f8f8;
}

.bgc-ext {
  background-color: #ac1674;
}

.bgc-transparent {
  background-color: transparent !important;
}

.block {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.c-white {
  color: #fff !important;
}

.c-primary {
  color: #4e5859 !important;
}

.c-secondary {
  color: #8c847b !important;
}

.c-green {
  color: #00733f !important;
}

.c-green:hover {
  color: #008d4d !important;
}

.c-light-green {
  color: #00d977 !important;
}

.c-light-green:hover {
  color: #00733f !important;
}

.c-pink {
  color: #c52b8c !important;
}

.c--trans-60 {
  opacity: .6;
}

.corner--upper-right {
  float: right;
  width: 9.375rem;
  height: 11.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

@media (min-width:1024px) {
  .corner--upper-right {
    width: 15.625rem;
    height: 17.5rem;
  }
}

.corner--bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.corner-static {
  -webkit-transform: rotate(50deg) translateY(106%);
  transform: rotate(50deg) translateY(106%);
  width: 2048px;
  height: 2048px;
  text-align: center;
}

@media (min-width:533px) {
  .corner-static {
    -webkit-transform: rotate(50deg) translateY(105%);
    transform: rotate(50deg) translateY(105%);
  }
}

@media (min-width:533px) and (orientation:landscape) {
  .corner-static {
    -webkit-transform: rotate(50deg) translateY(108%);
    transform: rotate(50deg) translateY(108%);
  }
}

@media (min-width:600px) and (orientation:portrait) {
  .corner-static {
    -webkit-transform: rotate(50deg) translateY(106%);
    transform: rotate(50deg) translateY(106%);
  }
}

@media (min-width:640px) and (orientation:landscape) {
  .corner-static {
    -webkit-transform: rotate(50deg) translateY(107%);
    transform: rotate(50deg) translateY(107%);
  }
}

@media (min-width:768px) {
  .corner-static {
    -webkit-transform: rotate(50deg) translateY(100%);
    transform: rotate(50deg) translateY(100%);
  }
}

@media (min-width:960px) {
  .corner-static {
    -webkit-transform: rotate(50deg) translateY(95%);
    transform: rotate(50deg) translateY(95%);
  }
}

@media (min-width:1366px) {
  .corner-static {
    -webkit-transform: rotate(50deg) translateY(85%);
    transform: rotate(50deg) translateY(85%);
  }
}

.corner-wrapper {
  position: absolute;
  bottom: 2.1875rem;
  left: 0;
  padding: 1.25rem 1.25rem .625rem;
}

@media (max-width:425px) {
  .corner-wrapper {
    padding: 1.875rem;
    bottom: 1.5625rem;
  }
}

@media (min-width:533px) {
  .corner-wrapper {
    padding: .9375rem .9375rem .625rem;
  }
}

@media (min-width:640px) {
  .corner-wrapper {
    padding: 1.875rem;
  }
}

@media (min-width:1440px) {
  .corner-wrapper {
    padding: 3.125rem 6.25rem;
  }
}

.heading--medium {
  font-size: 1rem;
  letter-spacing: 2.5px;
}

@media (min-width:425px) {
  .heading--medium {
    font-size: 1.25rem;
  }
}

@media (min-width:533px) {
  .heading--medium {
    font-size: 1rem;
  }
}

@media (min-width:960px) {
  .heading--medium {
    font-size: 1.875rem;
  }
}

.heading--sub {
  font-size: .6875rem;
}

@media (min-width:425px) {
  .heading--sub {
    font-size: .875rem;
  }
}

@media (min-width:533px) {
  .heading--sub {
    font-size: .6875rem;
  }
}

@media (min-width:960px) {
  .heading--sub {
    font-size: .875rem;
  }
}

.fs-16 {
  font-size: 16px;
}

.margin-0 {
  margin: 0 !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-15 {
  margin-bottom: 15px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-25 {
  margin-bottom: 25px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-35 {
  margin-bottom: 35px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-45 {
  margin-bottom: 45px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-55 {
  margin-bottom: 55px !important;
}

.social-media-uc {
  list-style: none inside;
  margin: 1.25rem auto .625rem;
  padding: 0;
}

.social-media-uc .item {
  display: inline-block;
}

.social-media-uc .item:not(:last-child) {
  margin-right: 1.25rem;
}

.social-media-uc .item a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  color: hsla(0, 0%, 100%, .6);
  background-color: #323232;
  border-radius: 100%;
  -webkit-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear;
}

.social-media-uc .item a:hover {
  color: #fff;
}

.social-media-uc .item a .fa {
  font-size: 1.25rem;
  line-height: 2.5rem;
}

.social-media-uc .item a.facebook:hover {
  background-color: #3b5998;
}

.social-media-uc .item a.twitter:hover {
  background-color: #1da1f2;
}

.social-media-uc .item a.instagram:hover {
  background-color: #405de6;
}

.social-media-uc .item a.youtube:hover {
  background-color: red;
}

@media (min-width:533px) {
  .social-media-uc .item a {
    width: 1.875rem;
    height: 1.875rem;
  }

  .social-media-uc .item a .fa {
    font-size: .875rem;
    line-height: 1.875rem;
  }
}

@media (min-width:960px) {
  .social-media-uc .item a {
    width: 2.5rem;
    height: 2.5rem;
  }

  .social-media-uc .item a .fa {
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width:1024px) {
  .social-media-uc .item a {
    width: 3.75rem;
    height: 3.75rem;
  }

  .social-media-uc .item a .fa {
    font-size: 1.625rem;
    line-height: 3.75rem;
  }
}

@media (min-width:425px) {
  .social-media-uc .item:not(:last-child) {
    margin-right: 1.875rem;
  }
}

@media (min-width:960px) {
  .social-media-uc {
    margin-bottom: 1.875rem;
  }
}

@media (min-width:1024px) {
  .social-media-uc {
    margin-bottom: 1.875rem;
  }
}

.logo--uc {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  position: relative;
  top: 13.625rem;
  left: -10rem;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 46.5%;
  text-align: right;
}

.logo--uc img {
  width: auto;
}

.logo--uc img:nth-child(2) {
  display: none;
}

@media (min-width:600px) and (orientation:portrait) {
  .logo--uc img {
    width: 30%;
  }

  .logo--uc img:first-child {
    display: none;
  }

  .logo--uc img:nth-child(2) {
    display: inline-block;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  .logo--uc img {
    width: 40%;
  }

  .logo--uc img:first-child {
    display: none;
  }

  .logo--uc img:nth-child(2) {
    display: inline-block;
  }
}

@media (min-width:960px) {
  .logo--uc img {
    width: 40%;
  }

  .logo--uc img:first-child {
    display: none;
  }

  .logo--uc img:nth-child(2) {
    display: inline-block;
  }
}

@media (min-width:1280px) {
  .logo--uc img {
    width: 45%;
  }
}

@media (min-width:1440px) {
  .logo--uc img {
    width: auto;
  }
}

@media (max-width:425px) {
  .logo--uc {
    left: -18.125rem;
    top: 15.5625rem;
  }

  .logo--uc img {
    width: 20%;
  }
}

@media (min-width:533px) and (orientation:landscape) {
  .logo--uc {
    left: -11.25rem;
    top: 13.625rem;
  }
}

@media (min-width:640px) and (orientation:landscape) {
  .logo--uc {
    left: -11.875rem;
  }
}

@media (min-width:600px) and (orientation:portrait) {
  .logo--uc {
    left: -10.625rem;
    top: 11.9375rem;
  }
}

@media (min-width:768px) and (orientation:portrait) {
  .logo--uc {
    left: -6.25rem;
    top: 8.3125rem;
  }
}

@media (min-width:960px) {
  .logo--uc {
    top: 8.3125rem;
    left: -14.375rem;
  }
}

@media (min-width:1024px) {
  .logo--uc {
    top: 8.3125rem;
    left: -14.375rem;
  }
}

@media (min-width:1280px) {
  .logo--uc {
    top: 6.5rem;
    left: -15.625rem;
  }
}

@media (min-width:1440px) {
  .logo--uc {
    top: -1px;
  }
}

.logo--sm img:nth-child(2) {
  display: none;
}

@media (min-width:1024px) {
  .logo--sm img:first-child {
    display: none;
  }

  .logo--sm img:nth-child(2) {
    display: inline-block;
  }
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

.diamond-effect {
  position: relative;
  overflow: hidden;
  display: block;
  background: #fff;
}

.diamond-effect:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .2);
  content: "";
  z-index: 1;
  transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, -130%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, -130%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, -130%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, -130%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, -130%, 0);
  opacity: 0;
}

.diamond-effect:hover {
  opacity: .9;
}

.diamond-effect:hover:after {
  -webkit-transition: all .8s;
  transition: all .8s;
  transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, 130%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, 130%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, 130%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, 130%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate(60deg) translate3d(0, 130%, 0);
  opacity: 1;
}

.section .article {
  float: none;
  margin: auto;
}

.section .article img {
  max-width: 100%;
  height: auto;
}

.section .article h1 {
  color: #4e5859;
}

.section .article h1.article__title {
  font-weight: 700;
  line-height: 1.5;
}

.section .article__featured-image {
  margin-top: 3em;
  margin-bottom: 4em;
}

.section .article__featured-image img {
  width: 100%;
  height: auto;
}

.section .article__featured-video {
  position: relative;
}

.section .article__featured-video:before {
  position: absolute;
  z-index: 1;
  font-family: Material Icons;
  content: "play_circle_outline";
  display: block;
  left: calc(50% - 35px);
  top: calc(50% - 63px);
  color: #fff;
  font-size: 70px;
}

.section .article__featured-video img {
  width: 100%;
  height: auto;
}

.section .article__meta {
  color: #8c847b;
  text-transform: uppercase;
  margin-bottom: 3em;
}

.section .article__meta span {
  font-size: .8em;
}

.section .article__meta span:not(:last-child):after {
  content: "\\";
  margin: 0 .5em
}

.section .article__meta a {
  color: inherit
}

.section .article--green h1,
.section .article--green h2,
.section .article--green h3,
.section .article--green h4,
.section .article--green h5,
.section .article--green h6 {
  color: #00733f
}

.section .article--green .st-total {
  color: #00733f !important
}

.image-wrapper {
  margin: 2.5em 0;
  display: block
}

.image-caption {
  font-size: .9em;
  opacity: .5;
  line-height: 2.5em
}

@media screen and (min-width:801px) {
  .st-inline-share-buttons {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -130px
  }

  .st-btn {
    display: block !important;
    margin: 0 !important;
    margin-top: 1.5em !important;
    background: none !important;
    padding: 0 !important
  }

  .st-btn>svg {
    fill: #4e5859;
    width: 30px !important;
    height: 30px !important
  }

  .st-btn[data-network=facebook]>svg {
    fill: #3b5998
  }

  .st-btn[data-network=twitter]>svg {
    fill: #55acee
  }

  .st-total {
    padding: 0 !important;
    max-width: none !important;
    color: #8c847b !important
  }

  .st-total>span {
    font-size: 1.7em !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.5 !important
  }

  .st-total>span.st-shares {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .7em !important;
    font-weight: 400
  }
}

.select2-container {
  margin-bottom: .625rem;
  min-width: 200px
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .8);
  border-radius: 0;
  text-align: left;
  font-weight: 500;
  letter-spacing: .1em;
  background: transparent
}

.select2-container--default .select2-selection--single:active,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:visited {
  outline-style: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered:active,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:visited {
  outline-style: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none;
  border-width: 0;
  border: none;
  color: #000;
  margin: 0;
  top: auto;
  left: auto;
  right: 0;
  width: auto;
  height: auto
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\E313";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"
}

.select2-selection--multiple {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f1f1f1;
  border: 1px solid #eaeaea
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ccc;
  outline: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0
}

body.search__screen-opened {
  overflow: hidden
}

body.search__screen-opened .logo {
  background: none
}

#main-wrapper.no-masthead {
  position: relative;
  overflow: hidden
}

#main-wrapper.no-masthead .page-wrapper {
  margin-top: 80px
}

.main-container {
  position: relative;
  overflow-y: hidden;
}

.main-container:after,
.main-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 2000px;
  width: 400px;
  background: #000;
  top: -450px;
  left: 0;
  opacity: .03;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}

.main-container:after {
  top: 1450px
}

.container {
  margin: 0 auto
}

.container-fluid {
  max-width: 100%
}

.container-wide {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0;
  width: auto
}

.container-large {
  max-width: 1400px
}

.container-mini {
  width: 90%;
  max-width: 480px
}

.container .no-padding {
  padding: 0
}

.content-center {
  float: none;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width:801px) {
  .main-container:before {
    width: 1600px;
    top: 140px;
    left: -880px;
    height: 5500px
  }

  .main-container:not(.pattern-bg):after {
    content: none
  }

  .main-container.pattern-bg:after {
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: -470px;
    width: 1352px;
    height: 1344px;
    background-color: transparent;
    opacity: 1;
    background-size: cover;
    bottom: -260px;
    background-repeat: no-repeat;
    background-image: url(../assets/images/pattern-bg.png)
  }

  .container-wide {
    margin: 0;
    width: auto;
    max-width: none;
    margin-left: -100px;
    margin-right: -100px;
    min-width: 100%
  }

  #main-wrapper.no-masthead:before {
    content: "";
    display: block;
    position: absolute;
    height: 4500px;
    width: 1000px;
    background: #000;
    top: -1050px;
    left: 0;
    opacity: .03;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
  }

  #main-wrapper.no-masthead .main-container:after,
  #main-wrapper.no-masthead .main-container:before {
    content: none
  }
}

.section {
  display: block
}

.section__desc {
  margin-bottom: 50px
}

.section__desc--large {
  font-size: 16px
}

.section--with-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.section--with-bg .container {
  position: relative;
  z-index: 2
}

.section--with-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 0;
  opacity: .6
}

.section--with-bg.bgc-primary:before {
  background-color: #4e5859;
  opacity: .85
}

.section p {
  margin-bottom: 1.5em
}

.section__body ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.section__body ul ul {
  display: none;
  margin-top: 20px
}

.section__body ul ul li {
  font-weight: 400;
  text-transform: none;
  color: #4e5859;
  line-height: 1.6
}

.section__body ul.toggle ul {
  display: block
}

.section__body>ul {
  position: relative
}

.section__body>ul>li {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #8c847b
}

.section article {
  color: #777
}

.section article ol,
.section article ul {
  padding-left: 20px;
  margin-bottom: 20px
}

.section article ol ol,
.section article ol ul,
.section article ul ol,
.section article ul ul {
  margin-top: 10px
}

.section article ol li,
.section article ul li {
  margin-bottom: 20px;
  padding-left: 10px
}

.section article img {
  max-width: 100%;
  height: auto
}

.section article img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px
}

.section article img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px
}

.section article h1,
.section article h2,
.section article h3,
.section article h4,
.section article h5,
.section article h6 {
  font-weight: 600;
  color: #666;
  line-height: 2
}

.section article table {
  border-spacing: 0;
  border-width: 0;
  margin-bottom: 24px;
  width: 100%;
  border-collapse: collapse
}

.section article td,
.section article th {
  font-weight: 400;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 5px
}

.section article th {
  font-weight: 700
}

.section article tr.odd {
  background: rgba(0, 0, 0, .02)
}

.section article tr.even {
  background: rgba(0, 0, 0, .03)
}

.section article pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding: 1px 5px;
  white-space: normal;
  display: inline-block;
  line-height: 2;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border-radius: 4px
}

@media screen and (min-width:801px) {
  .section__body>ul {
    border-bottom: none
  }

  .section__body>ul:after {
    content: none
  }

  .section__body ul {
    display: block;
    -webkit-column-count: 3;
    -webkit-column-gap: .5em;
    column-count: 3;
    column-gap: .5em
  }
}

.button {
  font-size: 10px;
  text-transform: uppercase;
  background: #8c847b;
  height: 4.2em;
  line-height: 4.2em;
  letter-spacing: .1em;
  font-weight: 600;
  padding: 0 1.5em;
  min-width: 14em;
  color: #fff
}

.button:hover {
  background: #5a6567
}

.button:active,
.button:focus {
  background: #363d3e
}

.button--primary {
  background-color: #4e5859
}

.button--full {
  width: 100%
}

.button--tall {
  padding: 0 3.5em
}

.button--outline {
  border: 1px solid #fff;
  background: none;
  line-height: calc(4.2em - 2px);
  padding: 0 1.5em
}

.button--outline:hover {
  background: #4e5859;
  color: #fff
}

.button--group .button {
  position: relative;
  margin: 0;
  margin-right: -5px
}

.button--group .button:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 1px;
  height: 20px;
  background: hsla(0, 0%, 100%, .1);
  z-index: 10;
  display: block
}

.button--group .button:last-child {
  margin-right: 0
}

.button--group .button:last-child:after {
  content: none
}

.button--small {
  line-height: 3.5em;
  height: 3.5em;
  min-width: auto;
  font-weight: 300
}

.button--smaller {
  line-height: 2.0em;
  height: 2.0em;
  min-width: auto;
  font-weight: 200
}

.button--bold {
  font-weight: 600
}

.button--yellow {
  background-color: #ffc54d
}

.button--yellow:hover {
  background-color: #ffb41a
}

.button--blue {
  background-color: #1f9fde
}

.button--flying {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
  width: 100%
}

.button--scroll-top {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  min-width: auto;
  z-index: 100;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 1.7;
  font-size: 20px;
  border: 0
}

.button--scroll-top:before {
  content: "\E5D8";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"
}

.button--gplus {
  background-color: #dd4b39
}

.button--gplus:hover {
  background-color: #c23321
}

.button--facebook {
  background-color: #3b5999
}

.button--facebook:hover {
  background-color: #2d4474
}

.button--custom {
  background-image: linear-gradient(31deg, #f02443, #f02443 85%);
  color: #fff
}

.button--custom:hover {
  background-image: linear-gradient(31deg, #ac1674 50%, #c23f73 110%)
}

@media screen and (min-width:801px) {
  .button {
    font-size: 12px;
    height: 5em;
    line-height: 5em
  }

  .button--outline {
    line-height: calc(5em - 2px);
    padding: 0 2.5em
  }

  .button--small {
    line-height: 3.5em;
    height: 3.5em
  }

  .button--smaller {
    font-size: 8px;
    line-height: 3.0em;
    height: 3.0em
  }

  .button--scroll-top {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    -webkit-transition: none;
    transition: none
  }

  .button--flying {
    display: none
  }
}

.slider-calendar .slick-arrow {
  color: #8c847b;
  background: transparent;
  position: absolute;
  top: 0;
  padding: 0
}

.slider-calendar .slick-prev {
  left: 0
}

.slider-calendar .slick-next {
  left: 35px
}

.slider-calendar_item {
  height: 100px;
  position: relative
}

.slider-calendar_item span {
  position: absolute;
  top: 26px;
  left: 70px
}

.slider-calendar_item p {
  height: 100px;
  line-height: 130px;
  font-size: 18px;
  font-weight: 700
}

.slider-calendar_item label {
  position: relative;
  cursor: pointer;
  color: #4e5859
}

.slider__wrapper {
  max-width: 767px;
  margin: 0 auto
}

.card--full .slider__wrapper {
  max-width: none;
  width: 100%
}

.slider__item {
  display: block
}

.slider__item img {
  max-width: 100%;
  height: auto
}

.slider__item .slider__caption {
  display: block;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 20px
}

.slider__nav {
  position: relative;
  margin: 5px 25px
}

.slider__nav .slick-slider-dots {
  line-height: normal
}

.slider__nav.slick-slider-nav {
  display: inline-block;
  font-size: 16px;
  margin-top: 10px
}

.slider__nav.slick-slider-nav button:active,
.slider__nav.slick-slider-nav button:focus,
.slider__nav.slick-slider-nav button:hover {
  color: inherit;
  background: none;
  opacity: 1
}

@media screen and (max-width:801px) {
  .slider-calendar .slick-slide {
    padding-bottom: 0
  }

  .slider-calendar .slick-arrow {
    display: none !important
  }

  .slider-calendar_item span {
    font-size: 11px;
    left: 10px;
    right: 10px;
    top: 20px
  }

  .slider-calendar_item p {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    line-height: 18px;
    left: 10px;
    right: 10px;
    height: auto;
    margin-bottom: 0
  }
}

.table {
  font-size: 14px
}

.table td,
.table th {
  padding: 20px
}

.table--vertical tr {
  display: block;
  margin-bottom: 20px
}

.table--vertical td,
.table--vertical th {
  display: block;
  vertical-align: top;
  padding: 0;
  padding-bottom: 10px
}

.table--vertical th {
  text-align: left;
  padding-left: 0
}

@media screen and (min-width:801px) {
  .table {
    font-size: 16px
  }

  .table--vertical tr {
    display: table-row;
    margin-bottom: 0
  }

  .table--vertical td,
  .table--vertical th {
    display: table-cell;
    padding: 20px
  }

  .table--vertical th {
    text-align: left;
    padding-left: 0
  }
}

.form {
  font-size: 14px
}

.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=tel],
.form input[type=text],
.form textarea {
  border: none;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  line-height: 2.5em;
  height: 2.5em;
  padding: 0
}

.form input[type=email]:disabled,
.form input[type=number]:disabled,
.form input[type=password]:disabled,
.form input[type=tel]:disabled,
.form input[type=text]:disabled,
.form textarea:disabled {
  border-bottom: none
}

.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form textarea:focus {
  border-color: rgba(0, 0, 0, .6)
}

.form .datepicker {
  position: relative
}

.form .datepicker:before {
  content: "\E916";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  position: absolute;
  top: 5px;
  right: 0
}

.form textarea {
  height: auto;
  line-height: normal;
  min-height: 106px
}

.form label {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: inherit;
  margin-bottom: .5em;
  display: block;
  text-align: left;
  color: inherit
}

.form label.normal-text {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400
}

.form [type=checkbox]:checked,
.form [type=checkbox]:not(:checked) {
  visibility: hidden;
  position: absolute
}

.form [type=checkbox]:checked+label,
.form [type=checkbox]:not(:checked)+label {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer
}

.form [type=checkbox]:checked+label:before,
.form [type=checkbox]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(50% + .1em);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 1em;
  height: 1em;
  border: 1px solid #8c847b;
  border-radius: 3px
}

.form [type=checkbox]:checked+label:after,
.form [type=checkbox]:not(:checked)+label:after {
  content: "\E5CA";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  position: absolute;
  left: .1em;
  bottom: calc(50% - .2em);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-size: .8em;
  line-height: .8;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s
}

.form [type=checkbox]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.form [type=checkbox]:checked+label:before {
  background-color: #4e5859
}

.form [type=checkbox]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.form [type=checkbox]:disabled:checked+label:before,
.form [type=checkbox]:disabled:not(:checked)+label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd
}

.form [type=checkbox]:disabled:checked+label:after {
  color: #999
}

.form [type=checkbox]:disabled+label {
  color: #aaa
}

.form .field__group {
  margin-bottom: 2em
}

.form .field__icon {
  position: relative
}

.form .field__icon:before {
  content: "\E916";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0
}

.form .field__icon--edit:before {
  content: "\E22B"
}

.form .field__addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid hsla(0, 0%, 100%, .5);
  margin-bottom: .625rem
}

.form .field__addon span {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 0;
  line-height: 36px;
  padding-right: 10px
}

.form .field__addon input[type=email],
.form .field__addon input[type=number],
.form .field__addon input[type=password],
.form .field__addon input[type=tel],
.form .field__addon input[type=text] {
  border-bottom: none;
  margin-bottom: 0
}

.form .field__addon--right span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 0;
  padding-left: 10px
}

.form .error {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: red;
  opacity: .6
}

.form .select2-container {
  width: 100% !important
}

.form .select2-container--default .select2-selection--single {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  letter-spacing: 0
}

.form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding: 0;
  color: inherit
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: inherit
}

.form .select2-results {
  text-transform: uppercase
}

.form--white {
  color: #fff
}

.form--white input[type=email],
.form--white input[type=password],
.form--white input[type=tel],
.form--white input[type=text],
.form--white textarea {
  border-color: hsla(0, 0%, 100%, .5)
}

.form--white input[type=email]:focus,
.form--white input[type=password]:focus,
.form--white input[type=tel]:focus,
.form--white input[type=text]:focus,
.form--white textarea:focus {
  border-color: #fff
}

.form--white [type=checkbox]:checked+label:before,
.form--white [type=checkbox]:not(:checked)+label:before {
  border: 2px solid hsla(0, 0%, 100%, .5)
}

.form--white [type=checkbox]:checked+label:before {
  background-color: hsla(0, 0%, 100%, .5)
}

.form--white [type=checkbox]:checked+label:after,
.form--white [type=checkbox]:not(:checked)+label:after {
  color: #4e5859
}

.form--white .select2-container--default .select2-selection--single {
  border-color: hsla(0, 0%, 100%, .6)
}

.form--large .field__group {
  margin-bottom: 3em
}

@media screen and (min-width:801px) {
  .form .field__group {
    padding: 0 .5em
  }

  .form .field__group--no-padding {
    padding: 0
  }

  .form--large .field__group {
    margin-bottom: 4em
  }
}

.loginbox {
  position: relative;
  z-index: 1
}
/* modal cancel box */
.cancelbox {
  position: relative;
  z-index: 1
}

/* **************** */

/* modal cancel box */
.editbox {
  position: relative;
  z-index: 1
}

.showbox {
  position: relative;
  z-index: 1
}

/* **************** */
.loginbox a:not(.button) {
  font-weight: 700;
  color: #8c847b
}

.cancelbox a:not(.button) {
  font-weight: 700;
  color: #8c847b
}

.editbox a:not(.button) {
  font-weight: 700;
  color: #8c847b
}

.showbox a:not(.button) {
  font-weight: 700;
  color: #8c847b
}

.loginbox a:not(.button):hover {
  text-decoration: underline
}

.cancelbox a:not(.button):hover {
  text-decoration: underline
}

.editbox a:not(.button):hover {
  text-decoration: underline
}

.showbox a:not(.button):hover {
  text-decoration: underline
}

.loginbox__screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cancelbox__screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.editbox__screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.showbox__screen {
  position: fixed;
  top: 100;
  right: 0;
  bottom: 0;
  left: 350;
  background-color: rgba(189, 188, 188, 0.8);
  opacity: 0.4;
  visibility: hidden;
  z-index: -100;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.loginbox__screen.show {
  opacity: 1;
  visibility: visible;
  z-index: 100
}
.cancelbox__screen.show {
  opacity: 1;
  visibility: visible;
  z-index: 100
}
.editbox__screen.show {
  opacity: 1;
  visibility: visible;
  z-index: 100
}

.showbox__screen.show {
  opacity: 1;
  visibility: visible;
  z-index: 100
}

.loginbox__wrapper {
  width: calc(100% - 40px);
  background-color: #fafcfc;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cancelbox__wrapper {
  width: calc(100% - 40px);
  background-color: #fafcfc;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.editbox__wrapper {
  width: calc(100% - 40px);
  background-color: #fafcfc;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.loginbox__wrapper a {
  color: #070707
}

.cancelbox__wrapper a {
  color: #070707
}

.editbox__wrapper a {
  color: #070707
}

.loginbox__wrapper:after {
  content: "";
  width: 1000px;
  height: 2000px;
  top: -800px;
  right: -800px;
  position: absolute;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background-color: rgba(0, 0, 0, .1)
}

.cancelbox__wrapper:after {
  content: "";
  width: 1000px;
  height: 2000px;
  top: -800px;
  right: -800px;
  position: absolute;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background-color: rgba(0, 0, 0, .1)
}

.editbox__wrapper:after {
  content: "";
  width: 1000px;
  height: 2000px;
  top: -800px;
  right: -800px;
  position: absolute;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background-color: rgba(0, 0, 0, .1)
}

.loginbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: normal;
  opacity: .5;
  z-index: 2
}

.cancelbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: normal;
  opacity: .5;
  z-index: 2
}

.editbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: normal;
  opacity: .5;
  z-index: 2
}

.showbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: normal;
  opacity: .5;
  z-index: 2
}

.loginbox__close:hover {
  opacity: 1
}

.cancelbox__close:hover {
  opacity: 1
}

.editbox__close:hover {
  opacity: 1
}

.showbox__close:hover {
  opacity: 1
}

@media screen and (min-width:801px) {
  .loginbox__wrapper {
    width: 750px
  }
  .cancelbox__wrapper {
    width: 750px
  }
  .editbox__wrapper {
    width: 750px
  }

  .showbox__wrapper {
    width: 750px
  }
}

.modal-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  z-index: -100;
  color: #070707;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.modal-box.show {
  opacity: 1;
  visibility: visible;
  z-index: 100
}

.modal-box__wrapper {
  width: 90%;
  max-width: 550px;
  background-color: #8c847b;
  padding: 30px 40px;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.modal-box__wrapper p {
  width: 75%
}

.modal-box__close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #070707 !important;
  font-size: 18px;
  opacity: 1
}

.modal-box__close:hover {
  opacity: .8
}

.counter-box {
  display: inline-block;
  margin-bottom: 20px
}

.counter-box__number {
  font-size: 55px;
  color: #8c847b;
  font-weight: 700;
  line-height: 1.2
}

.counter-box__label {
  font-size: 18px;
  color: #4e5859;
  opacity: .9
}

@media screen and (min-width:801px) {
  .counter-box {
    margin-bottom: 0
  }

  .counter-box__number {
    font-size: 70px
  }
}

.icon-boxes .icon-box {
  margin-bottom: 40px
}

.icon-boxes .icon-box__icon {
  float: left;
  margin-right: 20px;
  width: 50px
}

.icon-boxes .icon-box__icon img {
  max-width: 100%
}

.icon-boxes .icon-box__icon--secondary {
  background: #e5e5e5 !important
}

.icon-boxes .icon-box__icon--secondary:before {
  background: #fff !important
}

.icon-boxes .icon-box__icon--secondary span {
  background: #e5e5e5 !important;
  color: #ea4496 !important
}

.icon-boxes .icon-box__container {
  overflow: hidden
}

.icon-boxes .icon-box__container .icon-box__title {
  margin-bottom: .1em;
  padding-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 600
}

.icon-boxes .icon-box:after {
  content: "";
  display: block;
  clear: both
}

.icon-boxes .icon-box--medium {
  float: none;
  text-align: left
}

.icon-boxes .icon-box--medium .icon-box__icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  position: relative;
  text-align: center;
  background: #4e5859;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 10px;
  z-index: 1;
  vertical-align: middle;
  float: none;
  margin-bottom: 0;
  display: inline-block;
  overflow: visible
}

.icon-boxes .icon-box--medium .icon-box__icon img {
  max-width: 45px;
  height: auto
}

.icon-boxes .icon-box--medium .icon-box__icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: hsla(0, 0%, 100%, .1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  border-radius: 50%
}

.icon-boxes .icon-box--medium .icon-box__container {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 160px);
  float: none;
  overflow: visible;
  padding: 0
}

.icon-boxes .icon-box--medium .icon-box__number {
  position: absolute;
  background-color: #4e5859;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-aling: center;
  font-size: 20px;
  top: -5px;
  right: 0;
  border-radius: 50%
}

.icon-boxes--medium {
  text-align: center
}

.icon-boxes:after {
  content: "";
  display: block;
  clear: both
}

@media screen and (min-width:801px) {
  .icon-boxes .icon-box {
    width: 50%;
    float: left
  }

  .icon-boxes .icon-box__container {
    padding-right: 40px
  }

  .icon-boxes .icon-box:nth-child(odd) {
    clear: both
  }

  .icon-boxes .icon-box--medium {
    width: calc(33.33333% - 4px);
    float: none;
    margin-bottom: 50px;
    margin-top: 50px;
    display: inline-block
  }

  .icon-boxes .icon-box--medium .icon-box__icon {
    width: 135px;
    height: 135px;
    line-height: 135px
  }

  .icon-boxes .icon-box--medium .icon-box__icon img {
    max-width: 65px
  }

  .icon-boxes .icon-box--medium .icon-box__number {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 28px
  }
}

.accordion__item {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.accordion__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.accordion__item .accordion__control {
  padding: 20px 0;
  cursor: pointer
}

.accordion__item .accordion__control .heading {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 16px
}

.accordion__item .accordion__control .accordion__toggler {
  display: inline-block;
  position: absolute;
  color: #4e5859;
  top: 30px;
  right: 0;
  font-size: 22px;
  line-height: normal
}

.accordion__item .accordion__control .accordion__toggler:before {
  content: "\E5CF";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"
}

.accordion__item .accordion__control--minimal .heading {
  text-transform: none;
  font-weight: 600
}

.accordion__item .accordion__control--minimal .accordion__toggler {
  top: 20px
}

.accordion__item .accordion__content {
  padding-bottom: 10px;
  display: none
}

.accordion__item .accordion__content h4 {
  color: #8c847b
}

.accordion__item .accordion__content p {
  font-size: 14px
}

.accordion__item .accordion__content ul {
  opacity: .6;
  font-size: 14px
}

.accordion__item .accordion__content ul li {
  padding-left: 1em;
  text-align: left !important
}

.accordion__item .accordion__content ul:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:801px) {
  .accordion__item .accordion__control .heading {
    font-size: 18px
  }

  .accordion__item .accordion__content {
    padding: 0 30px
  }
}

.timeline__item {
  position: relative
}

.timeline__item .timeline__container {
  text-align: center;
  padding: 20px 60px 40px
}

.timeline__item .timeline__container .timeline__title {
  position: relative;
  font-size: 20px;
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  background: #8c847b;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 10px;
  z-index: 1
}

.timeline__item .timeline__container .timeline__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .1);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%)
}

.timeline__item:after {
  bottom: 0;
  font-size: 20px;
  color: #8c847b;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  content: "\E5DB";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  line-height: normal
}

.timeline__item:last-child .timeline__container .timeline__title {
  background: #4e5859
}

.timeline__item:last-child:after {
  content: none
}

@media screen and (min-width:801px) {
  .timeline__item {
    width: 25%;
    float: left
  }

  .timeline__item .timeline__container {
    padding: 20px 40px 40px
  }

  .timeline__item:after {
    content: "\E5C8";
    top: 70px;
    right: 0
  }

  .timeline:after {
    content: "";
    display: block;
    clear: both
  }
}

.wizard {
  margin-top: 50px;
  display: block;
  position: relative;
  width: calc(100% - 14px);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px
}

.wizard__screen {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #8c847b;
  padding-top: 10%;
  padding-left: 30px;
  padding-right: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  background-image: url(../assets/images/find-a-property-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed
}

.wizard__screen.show {
  z-index: 100;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.wizard__screen .form .error {
  text-align: center;
  margin-top: 20px
}

.wizard__screen-close {
  position: absolute;
  right: 35px;
  top: 15px;
  display: inline-block;
  width: 30px;
  height: 30px
}

.wizard__screen-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.wizard__screen-close:after,
.wizard__screen-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 35px;
  background: #fff
}

.wizard__screen-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.wizard__screen .card__head .card__subtitle--medium {
  text-transform: none;
  opacity: .6;
  color: #fff
}

.wizard__screen .card__head .card__meta {
  margin-bottom: .5em
}

.wizard__results {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
  z-index: -1;
  bottom: 0;
  font-size: 24px
}

.wizard__results.show {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  z-index: 1;
  bottom: auto
}

.wizard__button--prev,
.wizard__button--submit {
  display: none
}

.wizard__container {
  font-size: 24px;
  font-weight: 200
}

.wizard__container label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none
}

.wizard__container .select2-results,
.wizard__container .select2-results__option,
.wizard__container .select2-results__options {
  text-transform: none
}

.wizard__container .select2-container {
  margin-bottom: .625rem;
  min-width: 200px;
  max-width: 100%;
  width: auto !important
}

.wizard__container .select2-container--default .select2-selection--single {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 2.75em
}

.wizard__item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.wizard__item.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.wizard__track {
  height: 2px;
  margin: 7px 0;
  background: hsla(0, 0%, 100%, .3);
  position: relative
}

.wizard__track:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.35, .97, .49, .99);
  transition: -webkit-transform .3s cubic-bezier(.35, .97, .49, .99);
  transition: transform .3s cubic-bezier(.35, .97, .49, .99);
  transition: transform .3s cubic-bezier(.35, .97, .49, .99), -webkit-transform .3s cubic-bezier(.35, .97, .49, .99)
}

.wizard__step {
  background: #8c847b;
  border: 1px solid hsla(0, 0%, 100%, .3);
  border-radius: 100px;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -5px;
  margin-left: -7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.wizard__step span {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  top: -30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2em;
  opacity: .6;
  display: none;
  white-space: nowrap
}

.wizard__step:after {
  border-radius: 100px;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.35, .97, .49, .99);
  transition: -webkit-transform .3s cubic-bezier(.35, .97, .49, .99);
  transition: transform .3s cubic-bezier(.35, .97, .49, .99);
  transition: transform .3s cubic-bezier(.35, .97, .49, .99), -webkit-transform .3s cubic-bezier(.35, .97, .49, .99);
  z-index: 100
}

.wizard__loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 18px;
  padding: 25%;
  z-index: 999;
  text-align: center;
  display: none
}

.wizard[data-has-steps="3"][data-at-step="1"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="3"][data-at-step="1"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="3"][data-at-step="1"] .wizard__track:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.wizard[data-has-steps="3"] .wizard__step--1 {
  left: 0
}

.wizard[data-has-steps="3"][data-at-step="2"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="3"][data-at-step="2"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="3"][data-at-step="2"] .wizard__step--2:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="3"][data-at-step="2"] .wizard__step--2 span {
  opacity: 1
}

.wizard[data-has-steps="3"][data-at-step="2"] .wizard__track:after {
  -webkit-transform: scaleX(.5);
  transform: scaleX(.5)
}

.wizard[data-has-steps="3"] .wizard__step--2 {
  left: 50%
}

.wizard[data-has-steps="3"][data-at-step="3"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="3"][data-at-step="3"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="3"][data-at-step="3"] .wizard__step--2:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="3"][data-at-step="3"] .wizard__step--2 span {
  opacity: 1
}

.wizard[data-has-steps="3"][data-at-step="3"] .wizard__step--3:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="3"][data-at-step="3"] .wizard__step--3 span {
  opacity: 1
}

.wizard[data-has-steps="3"][data-at-step="3"] .wizard__track:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.wizard[data-has-steps="3"] .wizard__step--3 {
  left: 100%
}

.wizard[data-has-steps="4"][data-at-step="1"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="1"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="1"] .wizard__track:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.wizard[data-has-steps="4"] .wizard__step--1 {
  left: 0
}

.wizard[data-has-steps="4"][data-at-step="2"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="2"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="2"] .wizard__step--2:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="2"] .wizard__step--2 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="2"] .wizard__track:after {
  -webkit-transform: scaleX(.33333333);
  transform: scaleX(.33333333)
}

.wizard[data-has-steps="4"] .wizard__step--2 {
  left: 33.33333333%
}

.wizard[data-has-steps="4"][data-at-step="3"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="3"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="3"] .wizard__step--2:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="3"] .wizard__step--2 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="3"] .wizard__step--3:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="3"] .wizard__step--3 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="3"] .wizard__track:after {
  -webkit-transform: scaleX(.66666667);
  transform: scaleX(.66666667)
}

.wizard[data-has-steps="4"] .wizard__step--3 {
  left: 66.66666667%
}

.wizard[data-has-steps="4"][data-at-step="4"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="4"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="4"] .wizard__step--2:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="4"] .wizard__step--2 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="4"] .wizard__step--3:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="4"] .wizard__step--3 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="4"] .wizard__step--4:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="4"][data-at-step="4"] .wizard__step--4 span {
  opacity: 1
}

.wizard[data-has-steps="4"][data-at-step="4"] .wizard__track:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.wizard[data-has-steps="4"] .wizard__step--4 {
  left: 100%
}

.wizard[data-has-steps="5"][data-at-step="1"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="1"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="1"] .wizard__track:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.wizard[data-has-steps="5"] .wizard__step--1 {
  left: 0
}

.wizard[data-has-steps="5"][data-at-step="2"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="2"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="2"] .wizard__step--2:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="2"] .wizard__step--2 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="2"] .wizard__track:after {
  -webkit-transform: scaleX(.25);
  transform: scaleX(.25)
}

.wizard[data-has-steps="5"] .wizard__step--2 {
  left: 25%
}

.wizard[data-has-steps="5"][data-at-step="3"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="3"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="3"] .wizard__step--2:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="3"] .wizard__step--2 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="3"] .wizard__step--3:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="3"] .wizard__step--3 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="3"] .wizard__track:after {
  -webkit-transform: scaleX(.5);
  transform: scaleX(.5)
}

.wizard[data-has-steps="5"] .wizard__step--3 {
  left: 50%
}

.wizard[data-has-steps="5"][data-at-step="4"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="4"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="4"] .wizard__step--2:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="4"] .wizard__step--2 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="4"] .wizard__step--3:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="4"] .wizard__step--3 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="4"] .wizard__step--4:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="4"] .wizard__step--4 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="4"] .wizard__track:after {
  -webkit-transform: scaleX(.75);
  transform: scaleX(.75)
}

.wizard[data-has-steps="5"] .wizard__step--4 {
  left: 75%
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--1:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--1 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--2:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--2 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--3:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--3 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--4:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--4 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--5:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__step--5 span {
  opacity: 1
}

.wizard[data-has-steps="5"][data-at-step="5"] .wizard__track:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.wizard[data-has-steps="5"] .wizard__step--5 {
  left: 100%
}

@media screen and (min-width:801px) {
  .wizard {
    display: block
  }

  .wizard__screen-close {
    top: 30px;
    right: 40px;
    opacity: .6
  }

  .wizard__screen-close:hover {
    color: #fff;
    opacity: 1
  }

  .wizard__step span {
    display: block
  }
}

.template {
  display: none
}

.heading {
  position: relative;
  font-size: 24px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #4e5859;
  padding-bottom: .3em;
  margin-bottom: 1.5em
}

.heading a {
  color: inherit
}

.heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100px;
  display: block;
  background: #4e5859
}

.heading--noline:before {
  content: none
}

.heading--white {
  color: #fff
}

.heading--white:before {
  background-color: #fff
}

.heading--green {
  color: #00733f
}

.heading--green:before {
  background-color: #00733f
}

.heading--xsmall {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .3em;
  padding-bottom: 1em
}

.heading--small {
  font-size: 24px;
  letter-spacing: 0
}

.heading--small:before {
  content: none
}

.heading--medium {
  font-size: 24px;
  margin-bottom: 1em;
  padding-bottom: 0;
  letter-spacing: .2em
}

.heading--medium:before {
  content: none
}

.heading--medium.heading--medium-underline {
  padding-bottom: .5em
}

.heading--medium.heading--medium-underline:before {
  content: ""
}

.heading--shutout {
  font-size: 20px;
  letter-spacing: .2em;
  font-weight: 600
}

.heading--shutout:before {
  content: none
}

.heading--center {
  text-align: center
}

.heading--center:before {
  left: auto;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

@media screen and (min-width:801px) {
  .heading {
    font-size: 33px
  }

  .heading--xsmall {
    font-size: 16px;
    font-weight: 300
  }

  .heading--small {
    font-size: 24px
  }

  .heading--small:before {
    content: none
  }

  .heading--medium {
    font-size: 24px
  }

  .heading--shutout {
    font-size: 20px
  }
}

a {
  color: #4e5859;
  -webkit-transition: all .3s;
  transition: all .3s
}

a:hover {
  color: #8c847b
}

body {
  font-family: Gotham, sans-serif
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

body.side-menu-opened:before {
  visibility: visible;
  opacity: .8
}

.clear:after {
  content: "";
  display: block;
  clear: both
}

#main-wrapper.has-map .page-wrapper {
  margin-top: 0
}

body {
  background: none;
  overflow-x: hidden
}

.masthead {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 600px;
  overflow: hidden
}

.masthead--project {
  display: block
}

.masthead-new {
  position: relative
}

.masthead-new:before {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, .6))) !important;
  background-image: linear-gradient(270deg, transparent, rgba(0, 0, 0, .6)) !important;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.masthead-new .masthead__container:before {
  display: none !important
}

.masthead:before,
.masthead img {
  width: 100%;
  display: block
}

.masthead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0, transparent)
}

.masthead__container {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 0 30px
}

.masthead__container.containers .masthead__content:before {
  display: none !important
}

.masthead__container.containers .masthead__body {
  height: auto !important;
  padding-left: 0
}

.masthead__container:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -3270px;
  left: -3370px;
  width: 2000px;
  height: 10000px;
  background-color: #4e5859;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}

.masthead__container--secondary:before {
  background-color: #8c847b
}

.masthead__container .masthead__content {
  position: relative;
  color: #fff
}

.masthead__container .masthead__heading {
  padding-right: 40px
}

.masthead__container .masthead__heading img {
  width: 230px;
  margin-bottom: 51px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5))
}

@media (min-height:700px) and (max-height:800px) and (min-width:768px) and (max-width:768px) {
  .masthead__container .masthead__heading img {
    display: none
  }
}

.masthead__container .masthead__body h2 {
  font-size: 32px
}

.masthead__container .masthead__body p {
  margin-bottom: 20px;
  opacity: 1;
  line-height: 1.6;
  padding-right: 60px;
  font-size: 16px
}

.masthead__container .masthead__body .highlight {
  margin-bottom: 28px
}

.masthead__container .masthead__body .highlight p {
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
  font-size: 16px
}

.masthead__container .masthead__body .highlight label {
  padding-top: 0;
  font-size: 40px;
  display: inline-block;
  color: #fff
}

.masthead--independent_content .masthead__container:before {
  content: none
}

.masthead__slider {
  line-height: 0;
  position: relative
}

.masthead__slider:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, .7)));
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .7));
  z-index: 1
}

.masthead__slider-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0
}

.masthead__slider .masthead {
  margin-bottom: 0
}

.masthead__slider-diagonal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden
}

@media (min-height:700px) and (max-height:800px) and (min-width:768px) and (max-width:768px) {
  .masthead__slider-diagonal {
    height: 190%
  }
}

.masthead__slider-wrapper .slick-dots li button {
  width: 12px;
  height: 12px;
  color: transparent !important;
  background: #fff;
  border-radius: 50%;
  opacity: 1
}

.masthead__slider-wrapper .slick-dots li button:hover {
  background: #fff
}

.masthead__slider-wrapper .slick-dots li.slick-active button {
  opacity: .8
}

.masthead__slider-wrapper .slick-slider-arrows {
  display: none
}

.masthead__slider-wrapper .slick-slider-arrows .slick-arrow {
  position: absolute;
  bottom: 45%;
  z-index: 4;
  background-color: transparent;
  padding: 0 !important
}

.masthead__slider-wrapper .slick-slider-arrows .slick-arrow .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px
}

.masthead__slider-wrapper .slick-slider-arrows .slick-arrow i {
  font-size: 34px
}

.masthead__slider-wrapper .slick-slider-arrows .slick:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -3479px;
  left: -3145px;
  width: 2000px;
  height: 10000px;
  z-index: 1;
  background-color: #4e5859;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}

@media (min-height:700px) and (max-height:800px) and (min-width:768px) and (max-width:768px) {
  .masthead__slider-wrapper .slick-slider-arrows .slick:before {
    background-color: transparent;
    background-image: url("../assets/images/masthead-diagonals.png");
    -webkit-transform: rotate(0);
    transform: rotate(0);
    bottom: -1730px;
    left: -90px
  }
}

@media (min-height:600px) and (max-height:700px) and (min-width:768px) and (max-width:768px) {
  .masthead__slider-wrapper .slick-slider-arrows .slick:before {
    bottom: -1600px
  }
}

@media (min-height:500px) and (max-height:600px) and (min-width:768px) and (max-width:768px) {
  .masthead__slider-wrapper .slick-slider-arrows .slick:before {
    bottom: -1570px
  }
}

.masthead__slider-wrapper .slick-slider-arrows .slick-next {
  right: 20px
}

.masthead__slider-wrapper .slick-slider-arrows .slick-prev {
  left: 20px
}

.masthead__slider-nav {
  position: absolute;
  display: inline-block;
  bottom: 100px;
  left: 50%;
  margin-left: -25px;
  line-height: normal;
  z-index: 3
}

.masthead__slider-nav button {
  color: #fff
}

.masthead__slider-nav button:active,
.masthead__slider-nav button:focus,
.masthead__slider-nav button:hover {
  background: none
}

.masthead__scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  opacity: .5
}

.masthead__scroll:active {
  opacity: 1
}

@media screen and (min-width:767px) {
  .masthead {
    margin-bottom: 10px
  }

  .masthead img {
    display: none
  }

  .masthead__container .masthead__body h2 {
    font-size: 50px
  }

  .masthead__container .masthead__body .highlight label {
    font-size: 28px
  }

  .masthead__slider-diagonal .container:before {
    bottom: -3258px
  }

  .masthead__slider-wrapper .slick-slider-arrows {
    display: block
  }

  .masthead__container {
    bottom: 10px
  }

  .masthead__container.containers .masthead__content:before {
    display: none !important
  }

  .masthead__container.containers .masthead__body {
    height: auto !important;
    padding-left: 25px
  }

  .masthead__container .masthead__content {
    width: 55%
  }

  .masthead__container .masthead__content.containers .masthead__content:before {
    display: none !important
  }

  .masthead__container .masthead__content.with-image .masthead__body {
    height: 200px
  }

  .masthead__container .masthead__content:before {
    content: "";
    display: block;
    width: 230px;
    height: 290px;
    float: right;
    shape-outside: polygon(0 0, 100% 0, 100% 100%)
  }

  .masthead__container .masthead__heading img {
    width: 480px;
    max-width: none;
    margin-bottom: 48px;
    -webkit-filter: none;
    filter: none;
    margin-left: 0
  }

  .masthead__container:before {
    bottom: -3000px
  }

  width:30%
}

@media screen and (min-width:801px) {
  .masthead--project {
    display: none
  }

  .masthead__body {
    width: 80%
  }
}

.masthead__container.containers {
  height: auto;
  bottom: auto;
  top: 150px;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media screen and (min-width:801px) {
  .masthead__container.containers {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    top: auto
  }
}

#main_navigation {
  z-index: 5
}

#main_navigation.hide {
  display: none
}

.navigation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0
}

.navigation-stuck {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 10;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.navigation__language {
  display: inline-block;
  position: relative;
  vertical-align: top
}

@media (max-width:767px) {
  .navigation__language {
    left: -15px;
    margin-bottom: 15px
  }
}

.navigation__language span {
  display: inline-block;
  z-index: -1;
  position: relative;
  left: 20px
}

.navigation__language span i {
  color: #fff
}

.navigation__language form {
  display: inline-block;
  position: relative;
  z-index: 2
}

.navigation__language form select {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 40px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding: 0 20px 0 25px;
  text-transform: none
}

.navigation__language form select:focus {
  outline: none !important
}

.navigation__language form select option {
  color: #000;
  padding-left: 25px
}

.navigation .menu {
  position: relative
}

.navigation .menu .nav-menu {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 4
}

.navigation .menu .nav-menu li a {
  color: #fff;
  display: block
}

.navigation .menu .nav-menu li a:hover {
  color: #e6e5e5
}

.navigation .menu .nav-menu li.has-child>a:after {
  content: "\F107";
  font-family: FontAwesome;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .6em
}

.navigation .menu .nav-menu li.has-mega-menu>a {
  position: relative
}

.navigation .menu .nav-menu li.has-mega-menu>a:before {
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  width: 40px;
  height: 20px;
  bottom: 30px;
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent rgba(0, 0, 0, .9);
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

.navigation .menu .nav-menu li.has-mega-menu.toggle>a:before {
  visibility: visible;
  opacity: 1
}

.navigation .menu .nav-menu .has-subchild a .material-icons {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.navigation .menu .nav-menu .has-subchild a .material-icons.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.navigation .menu .nav-menu .sub-mainmenu {
  padding-left: 15px
}

.navigation .menu .nav-menu .sub-mainmenu li {
  list-style: none
}

.navigation .menu .nav-menu .sub-mainmenu li a {
  font-size: 12px
}

.navigation .menu .nav-menu .sub-menu {
  display: none;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: .1em
}

.navigation .menu .nav-menu .sub-menu a {
  color: #fff !important
}

.navigation .menu .nav-menu .sub-menu .sub-menu {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  line-height: 2.5
}

.navigation .menu .nav-menu .sub-menu.toggle {
  display: block
}

.navigation .menu .nav-menu .mega-menu li a {
  color: #fff !important
}

.navigation .menu .nav-menu--mini {
  text-transform: none;
  font-size: 12px
}

.navigation .menu .nav-menu--mini li {
  display: inline-block;
  opacity: .4
}

.navigation .menu .nav-menu--mini li.active {
  opacity: 1
}

.navigation .menu .nav-menu--mini li a {
  display: inline-block
}

.navigation .menu .nav-menu--mini li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 10px
}

.navigation .menu__main {
  padding-right: 30px;
  padding-left: 30px
}

.navigation .menu__main .nav-menu {
  line-height: 10.7;
  float: left;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: 20px
}

.navigation .menu__main .nav-menu li {
  display: inline-block;
  margin-right: -4px
}

.navigation .menu__main .nav-menu li a {
  -webkit-transition: none;
  transition: none
}

.navigation .menu__main .nav-menu>li:not(:last-child) {
  margin-right: 25px
}

@media (max-width:1280px) {
  .navigation .menu__main .nav-menu>li:not(:last-child) {
    margin-right: 2em
  }
}

@media (max-width:1100px) {
  .navigation .menu__main .nav-menu>li:not(:last-child) {
    margin-right: 1.6em
  }
}

.navigation .menu__main .nav-menu>li:first-child {
  margin-left: 25px
}

.navigation .menu__toggler {
  position: absolute;
  color: #fff;
  line-height: 5;
  font-size: 20px;
  float: left;
  z-index: 10;
  top: 0;
  left: 30px
}

.navigation .menu__toggler:before {
  content: "\E3C7";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"
}

.navigation .menu__side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #4e5859;
  max-width: 340px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 11;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.navigation .menu__side a {
  color: #fff !important
}

.navigation .menu__side-wrapper {
  padding: 1.875rem 3.125rem;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh
}

.navigation .menu__side.open {
  opacity: 1;
  left: 0;
  z-index: 10;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.navigation .menu__side.open:before {
  left: 0
}

.navigation .menu__side-slider {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.navigation .menu__side-slider.toggle {
  left: -100%
}

.navigation .menu__side .nav-menu {
  margin-bottom: 3.125rem;
  padding: 0 30px
}

.navigation .menu__side .nav-menu li.has-child:not(.search-toggler)>a:after {
  content: "\E5CC";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"
}

.navigation .menu__side .nav-menu li.search-toggler>a:after {
  content: none
}

.navigation .menu__side .nav-menu li .sub-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 30px;
  display: none
}

.navigation .menu__side .nav-menu li .sub-menu li.has-child a:after {
  content: none
}

.navigation .menu__side .nav-menu li .sub-menu .sub-menu {
  position: relative;
  display: block;
  left: auto;
  margin-left: 5px;
  font-size: 12px;
  padding: 0;
  -webkit-column-count: 2;
  column-count: 2
}

.navigation .menu__side .nav-menu li .sub-menu .sub-menu li a {
  opacity: .8
}

.navigation .menu__side .nav-menu li .sub-menu .sub-menu li a:hover {
  opacity: 1
}

.navigation .menu__side .nav-menu li .sub-menu.toggle {
  display: block
}

.navigation .menu__side-back {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px
}

.navigation .menu__side-back:before {
  content: "\E5CB";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-decoration: none;
  font-size: 23px;
  opacity: .5;
  color: #fff
}

.navigation .menu__side-back.show {
  display: block
}

.navigation .menu__side-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10
}

.navigation .menu__side-close:before {
  content: "\E5CD";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-decoration: none;
  font-size: 23px;
  opacity: .5;
  color: #fff
}

.navigation .menu__side:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: #000;
  opacity: .1;
  max-width: 340px;
  -webkit-clip-path: polygon(0 75px, 100% 444px, 100% 100%, 0 100%);
  clip-path: polygon(0 75px, 100% 444px, 100% 100%, 0 100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.navigation .menu__side:after {
  content: "";
  display: none;
  height: 1px;
  width: 100%;
  background: #a6acac;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0
}

@media (max-width:767px) {
  .navigation .menu__side:after {
    display: block
  }
}

.navigation .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 195px;
  z-index: 9;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.navigation .logo--custom {
  width: 120px
}

.navigation .logo--custom a img {
  top: 10px;
  right: 5px;
  width: 55px
}

.navigation .logo a {
  display: block;
  height: 100%;
  margin: 0
}

.navigation .logo a img {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 55px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.navigation .logo a .logo-sticked {
  top: 15px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
  height: 42px;
  width: 35px;
  background-position: 50%;
  background-size: 35px 42px;
  background-repeat: no-repeat;
  display: block;
  margin-right: 0;
  position: absolute
}

.navigation .logo:before {
  content: "";
  display: block;
  background: #8c847b;
  width: 120px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media screen and (max-width:1290px) and (min-width:1110px) {
  .navigation .logo:before {
    left: 10px;
    height: 390px
  }
}

.navigation--footer {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto
}

.navigation--footer .menu .nav-menu {
  font-size: 10px;
  -moz-column-count: 2;
  -moz-column-gap: .5em;
  -webkit-column-count: 2;
  -webkit-column-gap: .5em;
  column-count: 2;
  column-gap: .5em
}

.navigation--footer .menu .nav-menu li {
  line-height: 3
}

.navigation--footer .menu .nav-menu li a {
  opacity: .5
}

.navigation--footer .menu .nav-menu li a:hover {
  opacity: 1
}

.navigation--second,
.navigation--seconds {
  position: relative;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.navigation--second .menu,
.navigation--seconds .menu {
  text-align: center;
  margin: 0 auto
}

.navigation--second .menu .nav-menu,
.navigation--seconds .menu .nav-menu {
  display: inline-block;
  line-height: 5em
}

.navigation--second .menu .nav-menu li,
.navigation--seconds .menu .nav-menu li {
  position: relative;
  display: inline-block;
  padding: 0 3em;
  margin-right: -.4em;
  opacity: .6;
  -webkit-transition: all .3s;
  transition: all .3s
}

.navigation--second .menu .nav-menu li a,
.navigation--seconds .menu .nav-menu li a {
  padding: 0;
  color: #4e5859;
  font-weight: 300;
  display: inline-block
}

.navigation--second .menu .nav-menu li a:before,
.navigation--seconds .menu .nav-menu li a:before {
  content: "";
  width: 0;
  bottom: 1.3em;
  height: 1px;
  background: #4e5859;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all .3s;
  transition: all .3s
}

.navigation--second .menu .nav-menu li a:hover,
.navigation--seconds .menu .nav-menu li a:hover {
  color: #363d3e
}

.navigation--second .menu .nav-menu li:hover,
.navigation--seconds .menu .nav-menu li:hover {
  opacity: .8
}

.navigation--second .menu .nav-menu li.active,
.navigation--seconds .menu .nav-menu li.active {
  opacity: 1
}

.navigation--second .menu .nav-menu li.active a,
.navigation--seconds .menu .nav-menu li.active a {
  position: relative
}

.navigation--second .menu .nav-menu li.active a:before,
.navigation--seconds .menu .nav-menu li.active a:before {
  width: 100%;
  opacity: 1
}

.navigation--second .menu .nav-menu li.highlight a,
.navigation--seconds .menu .nav-menu li.highlight a {
  color: #1f9fde;
  font-weight: 600
}

.navigation--second .menu .nav-menu li.highlight a:after,
.navigation--seconds .menu .nav-menu li.highlight a:after {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: auto;
  background: none;
  margin-left: .2em;
  content: "\E5DB";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"
}

.navigation--second .menu .nav-menu li.highlight a:before,
.navigation--seconds .menu .nav-menu li.highlight a:before {
  background-color: #1f9fde
}

.navigation--second .menu .nav-menu li:not(:last-child):after,
.navigation--seconds .menu .nav-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #8c847b;
  opacity: .2
}

.navigation--second.is_stuck,
.navigation--seconds.is_stuck {
  z-index: 10;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.navigation.no-masthead .menu .nav-menu li a,
.navigation.no-masthead .menu__toggler {
  color: #000
}

.navigation--white .menu .nav-menu li a,
.navigation--white .menu__toggler {
  color: #fff !important
}

.navigation.sticked .menu .nav-menu li a {
  color: #000 !important
}

.navigation.sticked .menu .nav-menu .mega-menu__head .mega-menu_cta,
.navigation.sticked .menu .nav-menu .mega-menu li a,
.navigation.sticked .menu .nav-menu .sub-menu a {
  color: #fff !important
}

.navigation.sticked .menu__toggler {
  color: #000 !important
}

.navigation.sticked {
  position: fixed;
  background-color: #fff;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
  min-height: 5em;
  top: 0
}

.navigation.sticked .navigation__language form select,
.navigation.sticked .navigation__language span i {
  color: #000
}

.navigation.sticked--up {
  top: -160px;
  -webkit-transition: .5s;
  transition: .5s
}

.navigation.sticked--down {
  top: 0;
  -webkit-transition: .5s;
  transition: .5s
}

.navigation.sticked .menu__main .nav-menu {
  line-height: 6
}

.navigation.sticked .menu__main .nav-menu li.has-mega-menu a:before {
  bottom: -1px
}

.navigation.sticked .menu__toggler {
  line-height: 3.4
}

.navigation.sticked .logo {
  width: 120px;
  height: 165px
}

.navigation.sticked .logo img:not(.logo-sticked) {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.navigation.sticked .logo .logo-sticked {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.navigation.sticked .mega-menu {
  top: 100%
}

.navigation .select2-container {
  width: 100% !important
}

@media screen and (min-width:801px) {
  .navigation .menu.mega-menu-toggled {
    z-index: 100
  }

  .navigation .menu__toggler {
    line-height: 7.2
  }

  .navigation .menu .nav-menu li.has-child:hover>.sub-menu {
    visibility: visible;
    opacity: 1
  }

  .navigation .menu .nav-menu .sub-menu {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    list-style: none;
    top: calc(100% - 30px);
    margin: 0;
    padding: 0;
    letter-spacing: .1em;
    background: rgba(0, 0, 0, .9);
    line-height: 2.5
  }

  .navigation .menu .nav-menu .sub-menu li {
    display: block;
    min-width: 200px;
    margin: 0
  }

  .navigation .menu .nav-menu .sub-menu li a {
    padding: 10px 20px
  }

  .navigation .menu .nav-menu .sub-menu li a:hover {
    background: #000
  }

  .navigation .menu .nav-menu .sub-menu:before {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    top: -20px;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color: transparent transparent rgba(0, 0, 0, .9);
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }

  .navigation .menu .nav-menu .sub-menu .sub-menu {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    line-height: 2.5
  }

  .navigation .menu .nav-menu .sub-menu.toggle {
    display: block
  }

  .navigation.sticked .menu .nav-menu .sub-menu {
    top: 100%
  }

  .navigation.sticked .menu__toggler {
    line-height: 4
  }

  .navigation.sticked .logo {
    width: 135px;
    height: 165px
  }

  .navigation--footer .menu .nav-menu {
    font-size: 12px;
    -moz-column-count: auto;
    -moz-column-gap: .5em;
    -webkit-column-count: auto;
    -webkit-column-gap: .5em;
    column-count: auto;
    column-gap: .5em
  }

  .navigation--footer .menu .nav-menu li {
    display: inline-block
  }

  .navigation--footer .menu .nav-menu li:not(:last-child) {
    margin-right: 30px
  }

  .navigation .logo {
    width: 260px;
    height: 320px
  }

  .navigation .logo:before {
    width: 197px;
    height: 410px
  }

  .navigation .logo a img {
    width: 90px;
    top: 1.5em;
    right: 1.5em
  }

  .navigation .logo a .logo-sticked {
    top: 20px;
    right: 25px
  }
}

.pagination {
  font-size: 18px;
  text-align: center
}

.pagination__dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none
}

.pagination__dots li,
.pagination__link {
  display: inline-block
}

.pagination__link {
  padding: 0 .2em;
  color: #8c847b;
  font-size: 12px;
  text-transform: uppercase
}

.pagination__link--prev {
  float: left;
  letter-spacing: .2em
}

.pagination__link--prev:after {
  content: "Previous";
  display: inline-block;
  line-height: normal;
  margin-left: .1em;
  vertical-align: middle
}

.pagination__link--next {
  float: right;
  letter-spacing: .2em
}

.pagination__link--next:before {
  content: "next";
  display: inline-block;
  line-height: normal;
  margin-right: .1em;
  vertical-align: middle
}

.pagination span.pagination__link {
  font-weight: 700;
  color: #000
}

.pagination span.pagination__link--spacer {
  margin: 0 .5em;
  font-weight: 400;
  color: #8c847b
}

.pagination__secondary .pagination span.pagination__link {
  color: #c0268a
}

.pagination__secondary .pagination__link {
  color: rgba(78, 88, 89, .4)
}

@media screen and (min-width:801px) {
  .pagination__dots {
    display: inline-block
  }

  .pagination__link {
    font-size: 16px
  }

  .pagination__link--next,
  .pagination__link--prev {
    float: none;
    text-transform: none
  }

  .pagination__link--next:after,
  .pagination__link--next:before,
  .pagination__link--prev:after,
  .pagination__link--prev:before {
    content: none
  }
}

.map {
  width: 100%
}

.map__info {
  padding: 30px
}

.map a {
  color: inherit
}

.map-content {
  padding: 10px
}

.map-body {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch
}

.map-heading {
  font-weight: 700;
  font-size: 14px;
  color: #4e5859;
  text-transform: uppercase
}

.map-image {
  width: 75px;
  height: 75px;
  margin-right: 15px
}

.map-image img {
  width: 100%
}

.map-description {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  color: #4e5859 !important
}

.map-link {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 10px
}

#maps {
  min-height: 550px
}

address {
  font-style: normal;
  font-size: 12px
}

address p {
  font-weight: 700
}

address ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2
}

address ul li i {
  width: 2em;
  float: left;
  font-size: 1.3em
}

address ul li span {
  overflow: hidden;
  float: left;
  opacity: .7;
  width: calc(100% - 40px)
}

address ul li:after {
  content: "";
  display: block;
  clear: both
}

@media screen and (min-width:801px) {
  .map__info {
    width: 35%;
    float: left;
    padding-top: 80px;
    padding-left: 80px
  }

  .map__main {
    position: relative;
    width: 65%;
    float: right;
    overflow: hidden
  }

  .map__main:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -110px;
    width: 350px;
    height: 700px;
    background: #8c847b;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
  }

  .map-container:after {
    content: "";
    display: block;
    clear: both
  }

  #maps {
    min-height: 500px
  }

  address {
    font-size: 14px
  }
}

.map-main {
  position: relative;
  display: block
}

@media screen and (max-width:801px) {
  .map-main {
    display: none
  }
}

.map-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .6)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent);
  width: 100%;
  z-index: 1
}

.map-main #map-proyek {
  height: 600px;
  width: 100%;
  display: block
}

.gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 0
}

.gm-style-iw-d {
  max-width: 340px !important
}

.widget__calendar {
  height: 100px;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 25px;
  display: inline-block
}

.widget__calendar_item {
  padding: 20px 0
}

.widget__calendar_item p {
  margin: 0;
  font-size: 18px;
  font-weight: 700
}

.widget__calendar_item label {
  position: relative;
  cursor: pointer;
  color: #4e5859
}

.widget__calendar-date {
  width: 100px;
  display: inline-block;
  float: left;
  background-image: url("../assets/images/dpg.jpg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden
}

.widget__calendar-date figure {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 70px
}

.widget__calendar-date span {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: block;
  line-height: 30px
}

.widget__calendar-slider {
  width: calc(80% - 100px);
  float: left;
  display: inline-block;
  padding: 0 25px
}

.widget__calendar-cta {
  width: calc(20% - 100px);
  float: left;
  display: inline-block;
  margin-left: 0
}

.widget__calendar-cta a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 28px 0
}

.widget__calendar-cta a i {
  margin-right: 15px;
  font-size: 24px;
  color: #8c847b
}

.widget__calendar-cta a span {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 12px;
  color: #8c847b;
  text-transform: uppercase
}

.widget__calendar-cta a span i {
  font-size: 12px !important
}

#calendar {
  max-width: 900px;
  margin: 40px auto
}

@media screen and (max-width:801px) {
  .widget__calendar {
    height: auto;
    overflow: inherit;
    margin-bottom: 0
  }

  .widget__calendar-date {
    width: 100%;
    padding: 10px
  }

  .widget__calendar-date figure {
    font-size: 30px;
    text-align: left;
    display: inline-block;
    line-height: 30px
  }

  .widget__calendar-date span {
    font-size: 18px;
    display: inline-block
  }

  .widget__calendar-slider {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 0
  }

  .widget__calendar-cta {
    width: 100%;
    margin-left: 20px
  }

  .widget__calendar-cta a {
    padding: 10px
  }
}

#calendar {
  margin: 0 !important
}

#calendar .fc-button {
  -webkit-appearance: button;
  background: #8c847b !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase
}

#calendar .fc-today-button {
  padding: 0 25px !important
}

#calendar .fc-button-primary:not(:disabled).fc-button-active:focus,
#calendar .fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important
}

#calendar .fc .fc-row .fc-content-skeleton table,
#calendar .fc .fc-row .fc-content-skeleton td,
#calendar .fc .fc-row .fc-mirror-skeleton td {
  padding: 10px 2px !important
}

#calendar .fc-event,
#calendar .fc-event-dot {
  border-radius: 0 !important
}

input[type=text].search__field {
  background: none;
  border: none !important;
  line-height: 2;
  height: 2em;
  font-size: 16px;
  padding: 1.3em 0
}

.link-ext {
  position: relative;
  float: right;
  margin-top: 20px
}

.link-ext a {
  font-size: 12px;
  text-transform: uppercase;
  color: #8c847b
}

.search-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch
}

.search-box__custom {
  float: right
}

.search-box__custom .select2-selection {
  border: 1px solid #000;
  height: 60px
}

.search-box__custom .select2-selection__rendered {
  height: 60px;
  line-height: 60px !important
}

.search-box__custom .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 10px
}

.search-box__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  float: right;
  margin-right: 15px
}

.search-box__list p {
  display: inline-block;
  margin-right: 10px;
  line-height: 60px;
  margin-bottom: 0
}

.search-box__list select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1
}

.search-box .grouping {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  margin-right: 20px
}

.search-box .grouping__ext-item {
  width: 33.33333%;
  float: left;
  display: inline-block;
  height: 60px;
  padding-right: 20px
}

.search-box .grouping__ext-item:last-child {
  padding-right: 0
}

.search-box .grouping__ext-item.floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center
}

.search-box .grouping__ext-item.floating p {
  margin: 0
}

.search-box .grouping input {
  height: 60px;
  border-color: #4e5859
}

.search-box .grouping .select2-container {
  width: 100% !important
}

.search-box .grouping .select2-selection {
  height: 60px;
  line-height: 60px;
  border: 1px solid #4e5859
}

.search-box .grouping .select2-selection__rendered {
  height: 60px;
  line-height: 60px
}

.search-box .grouping .select2-selection__arrow b {
  margin-right: 15px
}

.search-box .button {
  background-color: #4e5859;
  height: 60px;
  display: inline-block;
  width: 1%;
  text-align: center;
  margin: 0 auto
}

.search-box .button:hover {
  background: #5a6567
}

.search-toggler {
  width: 100%
}

.search__screen {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  z-index: -1;
  background: #4e5859;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: scale(.9);
  transform: scale(.9)
}

.search__screen input[type=text].search__field {
  color: #fff
}

.search__screen.open {
  z-index: 5;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.search__screen a {
  color: #fff
}

.search__screen-open {
  font-size: 1.2em;
  line-height: normal
}

.search__screen-close {
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.search__screen-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.search__screen-close:after,
.search__screen-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 40px;
  background: #fff
}

.search__screen-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.search__screen-wrapper {
  position: absolute;
  z-index: 5;
  padding: 100px;
  width: 100%;
  top: 30%
}

.search__screen .search__field-wrapper:before {
  background: #fff
}

.search__screen .search__result {
  display: none
}

.search__screen .search__result .select2-container .select2-selection--single {
  color: #fff
}

.search__screen .search__result .select2-container--default .select2-selection--single {
  border-color: #fff
}

.search__screen .search__result .select2-container--default .select2-selection--single .select2-selection__arrow b,
.search__screen .search__result .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff
}

.search__field-wrapper {
  position: relative
}

.search__field-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: .8
}

.search__field-wrapper .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  line-height: 3.3em
}

.search__result.open {
  display: block
}

.search__result-header {
  position: relative
}

.search__result--side .search__result-header,
.search__result-header {
  margin-top: 30px;
  margin-bottom: 30px
}

.search__result-label {
  font-size: 20px;
  line-height: 1;
  opacity: .5;
  font-weight: 400
}

.search__result-body .card__title {
  text-transform: none
}

.search__result-body .card__meta {
  letter-spacing: .2em
}

.search__result .select2 {
  position: relative;
  top: auto;
  right: auto;
  font-size: 14px
}

.search__result .select2-results {
  text-transform: none
}

.search__result .select2-results__option {
  text-transform: none !important
}

.search__result .select2-container {
  width: auto !important
}

.search__result .select2-container .select2-selection--single {
  background: none
}

.search__result .select2-container--default .select2-selection--single {
  height: auto;
  min-width: 200px;
  text-transform: none;
  letter-spacing: 0
}

.search__result .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2;
  height: 2em;
  padding-right: 1.6em;
  font-size: 14px;
  padding-left: 0
}

.search__result .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2em;
  line-height: 2
}

.search__side {
  line-height: normal;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 30px
}

.search__side input[type=text] {
  background: none
}

.menu__side .search__field-wrapper:before {
  background: #fff
}

.menu__side .select2-container--default .select2-selection--single {
  border-color: #fff
}

.menu__side .select2-container--default .select2-selection--single .select2-selection__arrow b,
.menu__side .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff
}

@media screen and (max-width:801px) {
  .search-box__custom .select2 {
    width: 100% !important
  }

  .search-box__custom .select2-selection {
    border: 1px solid #000;
    height: 50px
  }

  .search-box__custom .select2-selection__rendered {
    height: 50px;
    line-height: 50px !important
  }

  .search-box__custom .select2-selection__arrow {
    height: 50px;
    line-height: 50px;
    margin-right: 10px
  }

  .search-box__list {
    width: 100%;
    margin-right: 0
  }

  .search-box__list p {
    display: none
  }

  .search-box .grouping,
  .search-box .grouping__ext {
    margin: 0
  }

  .search-box .grouping__ext-item {
    padding: 0;
    margin-bottom: 15px;
    width: 100%
  }

  .search-box .grouping__ext-item.floating {
    text-align: left;
    height: 30px
  }

  .search-box .button {
    width: 100%
  }
}

@media screen and (min-width:801px) {
  input[type=text].search__field {
    font-size: 60px;
    padding: .5em 0
  }

  .search__screen-close {
    font-size: 60px
  }

  .search__result-header {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .search__result-label {
    font-size: 35px
  }

  .search__result .select2 {
    position: absolute;
    right: 0;
    top: 0
  }

  .search__result .select2-container {
    width: auto !important
  }

  .search__result .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    padding-left: 0
  }

  .search__result .select2-container--default .select2-selection--single .select2-selection__arrow {
    font-size: 14px
  }
}

#search-map {
  height: 58px !important
}

@media screen and (max-width:801px) {
  #search-map {
    -webkit-appearance: initial;
    -webkit-box-sizing: initial;
    box-sizing: border-box
  }
}

.card {
  margin-bottom: 30px
}

.card__head .tag span {
  text-transform: uppercase;
  letter-spacing: 1px
}

.card__head .tag~.card__title {
  margin-bottom: 25px
}

.card__thumbnail {
  display: block;
  margin-bottom: 20px
}

.card__thumbnail-video {
  position: relative
}

.card__thumbnail-video a:before {
  position: absolute;
  z-index: 1;
  font-family: Material Icons;
  content: "play_circle_outline";
  display: block;
  left: calc(50% - 35px);
  top: calc(50% - 63px);
  color: #fff;
  opacity: .9;
  font-size: 70px
}

.card__thumbnail-ext {
  background-image: linear-gradient(41deg, #ac1674, #e0528a 96%);
  border: 1px solid #979797
}

.card__thumbnail-images {
  height: 240px;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.card__thumbnail img {
  width: 100%;
  height: auto
}

.card__thumbnail.icon {
  position: relative
}

.card__thumbnail.icon:before {
  content: "\E24E";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  position: absolute;
  top: 20px;
  right: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #4e5859;
  color: #fff;
  font-size: 20px;
  z-index: 10;
  border-radius: 15px
}

.card__thumbnail.icon--yellow:before {
  background-color: #ffc54d
}

.card__thumbnail.icon--star:before {
  content: "\E838"
}

.card__thumbnail.icon--star-outline:before {
  content: "\E83A"
}

.card__thumbnail.icon--outline:before {
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 28px
}

.card__thumbnail--middle {
  height: 100px;
  vertical-align: middle;
  display: inline-block
}

.card__thumbnail--middle img {
  vertical-align: middle;
  display: inline-block;
  margin-right: -6px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto
}

.card__thumbnail--middle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.card--full .card__thumbnail {
  margin-left: -30px;
  margin-right: -30px
}

.card__thumbnail .card__thumbnail-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.card__thumbnail #maps {
  min-height: 380px
}

.card__list .card {
  margin-bottom: 60px
}

.card__list .card--small {
  margin-bottom: 30px
}

.card__list:after {
  content: "";
  display: block;
  clear: both
}

.card__head {
  position: relative;
  z-index: 1
}

.card__head .card__title {
  color: #4e5859
}

.card__head .card__title a {
  color: inherit
}

.card__head .card__title a:hover {
  color: #8c847b
}

.card__head .card__title--small {
  font-size: 14px !important;
  text-transform: uppercase;
  color: #8c847b;
  letter-spacing: .1em;
  margin-bottom: 1.4em !important
}

.card__head .card__title--medium {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em
}

.card__head .card__title--medium a:after {
  margin-left: .2em;
  content: "\E5C8";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"
}

.card__head .card__title--no-arrow a:after {
  content: none
}

.card__head .card__title--arrow-down a:after {
  content: "\E5DB"
}

.card__head .card__subtitle {
  color: #8c847b;
  margin-bottom: 1.2em
}

.card__head .card__subtitle a {
  color: inherit
}

.card__head .card__subtitle a:after {
  content: "\E5C8";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  margin-left: .3em;
  opacity: .4;
  vertical-align: middle
}

.card__head .card__subtitle--medium {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .1em
}

.card__head .card__meta {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 14px
}

.card__head .card__meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px
}

.card__head .card__meta ul li {
  line-height: 1.7
}

.card__head .card__meta ul li i {
  font-size: .9em;
  line-height: normal;
  margin-right: .5em
}

.card__body .card__excerpt {
  margin-bottom: 1.5em
}

.card__body .tag {
  display: none
}

.card__footer {
  line-height: 1.2
}

.card__footer-readmore {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #8c847b;
  font-weight: 700
}

.card__footer-readmore:after {
  content: "\E5C8";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  margin-left: .3em;
  opacity: .8;
  vertical-align: middle
}

.card__testimoni {
  margin-bottom: 100px
}

.card__testimoni-nav {
  bottom: -50px !important
}

.card__slider-item,
.card__testimoni-item {
  line-height: 1.8
}

.card__slider-wrapper,
.card__testimoni-wrapper {
  position: relative
}

.card__slider-nav,
.card__testimoni-nav {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  line-height: normal;
  white-space: nowrap
}

.card__slider-nav--v2,
.card__testimoni-nav--v2 {
  bottom: 210px
}

.card__slider-nav button,
.card__testimoni-nav button {
  background: none;
  padding: 0;
  color: #4e5859;
  height: auto;
  margin: 0
}

.card__slider-nav .slick-dots,
.card__testimoni-nav .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block
}

.card__slider-nav .slick-dots li,
.card__testimoni-nav .slick-dots li {
  display: inline-block;
  opacity: .5
}

.card__slider-nav .slick-dots li:not(:last-child),
.card__testimoni-nav .slick-dots li:not(:last-child) {
  margin-right: 10px
}

.card__slider-nav .slick-dots .slick-active,
.card__testimoni-nav .slick-dots .slick-active {
  opacity: 1
}

.card__slider-nav .slick-dots .slick-active button,
.card__testimoni-nav .slick-dots .slick-active button {
  font-weight: 700
}

.card__slider-nav .slick-arrow,
.card__testimoni-nav .slick-arrow {
  left: -25px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.card__slider-nav .slick-next,
.card__testimoni-nav .slick-next {
  left: auto;
  right: -25px
}

.card__slider-nav .card__slider-dots,
.card__testimoni-nav .card__slider-dots {
  display: inline-block
}

.card--full {
  padding: 0 30px
}

.card--small .card__meta {
  font-size: 12px
}

.card--small .card__container-left {
  float: left;
  margin-right: 15px;
  width: auto
}

.card--small .card__container-right {
  width: auto;
  overflow: hidden;
  float: none
}

.card--small .card__container:after {
  content: "";
  display: block;
  clear: both
}

.card--small .card__container-custom {
  margin-bottom: 25px
}

.card--small .card__thumbnail {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  overflow: hidden
}

.card--small .card__thumbnail img {
  width: 100%;
  height: auto
}

.card--small .card__head {
  margin: 0;
  padding: 0
}

.card--small .card__head .card__title {
  font-size: 16px;
  margin-bottom: .2em;
  max-height: 2.4em;
  overflow: hidden
}

.card--small .card__body {
  padding: 0;
  display: none;
  font-size: 14px
}

.card--small .card__body .card__excerpt {
  margin-bottom: 1.1em
}

.card--small .card__footer {
  line-height: 1.2
}

.card--small .card__footer-readmore {
  font-size: 10px
}

.card--medium {
  margin-bottom: 50px
}

.card--big .card__footer {
  line-height: 1.2
}

.card--big .card__footer-readmore {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #8c847b;
  font-weight: 600
}

.card--big .card__footer-readmore:after {
  content: "\E5C8";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  margin-left: .3em;
  opacity: .8;
  vertical-align: middle;
  font-size: 1.2em
}

.card--large .card__thumbnail {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 50px
}

.card--minimal .card__meta {
  font-size: 12px
}

.card--minimal .card__container-left {
  margin-bottom: 20px;
  width: auto
}

.card--minimal .card__container-right {
  width: auto;
  overflow: hidden;
  float: none;
  padding-top: 10px
}

.card--minimal .card__container:after {
  content: "";
  display: block;
  clear: both
}

.card--minimal .card__thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  text-align: center
}

.card--minimal .card__thumbnail img {
  max-width: 100%;
  height: auto;
  display: inline-block
}

.card--minimal .card__head {
  margin: 0;
  padding: 0
}

.card--minimal .card__head .card__title {
  font-size: 14px;
  margin-bottom: .2em
}

.card--minimal .card__body {
  padding: 0;
  font-size: 14px
}

.card--minimal .card__body .card__excerpt {
  margin-bottom: 1.1em
}

.card--minimal .card__footer {
  line-height: 1.2
}

.card--minimal .card__footer-readmore {
  font-size: 10px
}

.card-slider .card__head .card__meta {
  font-size: 12px;
  margin-bottom: 15px
}

.card--popup {
  margin-bottom: 0 !important
}

.card--popup .card__thumbnail-text {
  background-color: #4e5859;
  padding: 100px 50px 50px;
  margin-bottom: 50px
}

.card--popup .card__thumbnail-text .heading {
  font-size: 20px
}

@media screen and (min-width:801px) {
  .card--popup .card__thumbnail-text .heading {
    font-size: 36px
  }
}

.card--popup .card__meta {
  margin-bottom: 0
}

.card--popup .card__head {
  padding: 0
}

.card--popup .card__title {
  font-size: 20px;
  letter-spacing: 2.5px;
  line-height: 54px;
  text-transform: uppercase
}

@media screen and (min-width:801px) {
  .card--popup .card__title {
    font-size: 36px;
    letter-spacing: 4.5px
  }
}

.card--popup .card__body {
  padding: 0
}

.card--popup .card__body p {
  color: #888
}

.card--popup .card__body ol {
  padding-left: 20px
}

.card--popup .card__body ol li {
  margin-bottom: 10px
}

.card--popup .card__detail-item:not(:last-child) {
  margin-bottom: 30px
}

.card--popup .card__detail h4 {
  color: #4e5859;
  font-size: 18px;
  margin-bottom: 5px
}

@media screen and (min-width:801px) {
  .card--popup .card__detail h4 {
    font-size: 24px
  }
}

.card--popup .card__detail p {
  color: #888
}

.card--main {
  width: 100%;
  float: left;
  margin-bottom: 25px
}

.card--main,
.card--main:last-child {
  margin-right: 0
}

.card--main .image {
  height: 240px;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.card--main .content {
  padding: 25px;
  border: 1px solid #eaeaea;
  background-color: #fff
}

.card--main .content .heading {
  font-size: 24px;
  margin-bottom: 15px
}

.card--main .content .link {
  text-transform: uppercase;
  font-size: 12px;
  color: #8c847b;
  display: block;
  margin-top: 20px
}

.card__image {
  margin-right: 0
}

.card__image-thumbnail {
  display: block;
  height: 240px;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  position: relative
}

.card__video {
  margin-right: 0
}

.card__video-image {
  display: block;
  height: 240px;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  position: relative
}

.card__video-image:before {
  position: absolute;
  z-index: 1;
  font-family: Material Icons;
  content: "play_circle_outline";
  display: block;
  left: calc(50% - 35px);
  top: calc(50% - 63px);
  color: #fff;
  font-size: 70px
}

@media screen and (min-width:801px) {

  #tnc,
  .product-detail {
    width: 100%;
    max-width: 900px;
    padding: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

  .card {
    margin-bottom: 60px
  }

  .card__image {
    margin-right: 75px
  }

  .card__image-thumbnail {
    height: 300px
  }

  .card__video {
    margin-right: 75px
  }

  .card__video-image {
    height: 300px
  }

  .card--main {
    width: calc(100% / 3 - 20px);
    margin-right: 30px
  }

  .card--main:last-child {
    margin-right: 0
  }

  .card__testimoni {
    margin-bottom: 0
  }

  .card__head {
    padding: 0 80px;
    margin-bottom: 20px
  }

  .card__head .card__subtitle {
    font-size: 24px
  }

  .card__head .card__subtitle--medium {
    font-size: 14px
  }

  .card__body {
    padding: 0 80px
  }

  .card__body .tag {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px
  }

  .card__body .tag a {
    font-weight: 700
  }

  .card__container-left,
  .card__container-right {
    width: 50%;
    float: left
  }

  .card__container--right .card__body,
  .card__container--right .card__head {
    padding-left: 40px
  }

  .card__container--left .card__container-left,
  .card__container--left .card__container-right {
    float: right
  }

  .card__container--left .card__body,
  .card__container--left .card__head {
    padding-right: 40px
  }

  .card__thumbnail .card__thumbnail-image {
    height: 380px
  }

  .card__list--col-4 .card {
    width: calc(25% - 33.75px);
    margin-right: 45px;
    float: left
  }

  .card__list--col-4 .card:nth-child(4n) {
    margin-right: 0
  }

  .card__slider-nav {
    bottom: -30px
  }

  .card__slider-item {
    margin-bottom: 0;
    line-height: 1.8
  }

  .card__slider .card__head {
    padding: 0 100px;
    margin-top: 100px
  }

  .card__slider .card__body {
    padding: 0 100px
  }

  .card--full,
  .card__slider .card__container-left {
    margin-bottom: 0
  }

  .card--full {
    padding: 0 100px
  }

  .card--full .card__thumbnail {
    margin-bottom: 0;
    margin-right: -100px
  }

  .card--full .card__thumbnail .card__thumbnail-image {
    height: 480px
  }

  .card--full .card__body,
  .card--full .card__head {
    padding: 0 40px
  }

  .card--full .card__head {
    margin-top: 50px
  }

  .card--full .card__body .card__excerpt {
    padding-right: 30%
  }

  .card--full .card__container--left,
  .card--full .card__container--right {
    margin: 0
  }

  .card--full .card__container--left .card__head {
    padding-left: 0
  }

  .card--full .card__container--left .card__thumbnail {
    margin-right: -100px;
    margin-left: 0
  }

  .card--full .card__container--left .card__body {
    padding: 0 40px 0 0
  }

  .card--full .card__container--right .card__thumbnail {
    margin-left: -100px;
    margin-right: 0
  }

  .card--full .card__container--right .card__body {
    padding: 0 0 0 40px
  }

  .card--compact .card__head {
    margin: 0;
    padding: 0
  }

  .card--compact .card__body,
  .card--compact .card__body p {
    padding: 0
  }

  .card--small {
    width: calc(50% - 30px);
    float: left
  }

  .card--small,
  .card--small .card__container-left {
    margin-right: 30px
  }

  .card--small .card__head .card__title {
    font-size: 22px
  }

  .card--small .card__body {
    display: block
  }

  .card--small .card__footer-readmore {
    font-size: 12px
  }

  .card--small .card__thumbnail {
    width: 160px;
    height: 160px
  }

  .card--medium {
    width: calc(33.33333% - 30px);
    margin-right: 30px;
    float: left;
    margin-bottom: 30px
  }

  .card--medium .card__container-left,
  .card--medium .card__container-right {
    width: 100%;
    float: none
  }

  .card--medium .card__head {
    padding: 0
  }

  .card--medium:nth-child(4n),
  .card--medium:nth-child(4n-1) {
    margin-right: 0
  }

  .card--medium:nth-child(4n):after,
  .card--medium:nth-child(4n-1):after {
    content: "";
    display: block;
    clear: both
  }

  .card--big .card__head {
    padding: 0
  }

  .card--big .card__head .card__title {
    font-size: 30px
  }

  .card--big .card__body {
    padding: 0
  }

  .card--big .card__container-left {
    width: 40%;
    margin-right: 40px
  }

  .card--big .card__container-right {
    width: 45%
  }

  .card--large .card__head {
    padding: 0
  }

  .card--large .card__head .card__title {
    font-size: 48px
  }

  .card--large .card__body {
    padding: 0
  }

  .card--large .card__body .card__excerpt {
    margin-bottom: 4em
  }

  .card--large .card__container-left {
    width: 40%;
    padding: 160px 0
  }

  .card--large .card__thumbnail {
    position: absolute;
    top: -60px;
    right: 0;
    width: 840px;
    margin: 0
  }

  .card--large .card__thumbnail-image {
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: url("#clipPolygon")
  }

  .card--minimal {
    width: calc(50% - 30px);
    float: left
  }

  .card--minimal,
  .card--minimal .card__container-left {
    margin-right: 30px
  }

  .card--minimal .card__container-right {
    width: auto;
    float: none;
    overflow: hidden
  }

  .card--minimal .card__head .card__title {
    font-size: 18px
  }

  .card--minimal .card__thumbnail {
    width: 180px
  }
}

.with-video {
  position: relative
}

.with-video span {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.with-video span i {
  font-size: 6rem;
  opacity: .8
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #000;
  font-size: 12px
}

.breadcrumbs li {
  display: inline-block;
  line-height: normal
}

.breadcrumbs li a {
  color: inherit;
  opacity: .6
}

.breadcrumbs li a:hover {
  opacity: 1
}

.breadcrumbs li:not(:last-child):after {
  content: "\E5CC";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  margin: 0 .5em;
  opacity: .4;
  line-height: inherit
}

.breadcrumbs li:not(:last-child) {
  display: none
}

@media screen and (min-width:801px) {
  .breadcrumbs li:not(:last-child) {
    display: inline-block;
    line-height: 5em
  }
}

.tab__control {
  padding: 0 30px
}

.tab__container {
  position: relative;
  padding: 0 30px
}

.tab__container .tab__item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0
}

.tab__container .tab__item.active {
  position: relative;
  visibility: visible;
  opacity: 1
}

.tab--inline .tab__container,
.tab--inline .tab__control {
  padding: 0
}

.tab .select2-container {
  width: 100% !important
}

@media screen and (min-width:801px) {
  .tab__control {
    width: 50%;
    float: left;
    padding-left: 25%;
    padding-top: 50px;
    line-height: 1.8
  }

  .tab__control ul {
    list-style: none;
    font-size: 18px
  }

  .tab__control ul li a {
    opacity: .6;
    color: #4e5859
  }

  .tab__control ul li a:hover {
    opacity: .8
  }

  .tab__control ul li a:after {
    opacity: 0;
    margin-left: 0;
    content: "\E5C8";
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    line-height: normal;
    -webkit-transition: all .3s;
    transition: all .3s
  }

  .tab__control ul li a.active {
    opacity: 1
  }

  .tab__control ul li a.active:after {
    opacity: 1;
    margin-left: .3em
  }

  .tab__container {
    padding: 0;
    position: relative;
    width: 50%;
    float: left
  }

  .tab--inline .tab__control {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 45px
  }

  .tab--inline .tab__control ul {
    padding: 0;
    font-size: inherit
  }

  .tab--inline .tab__control ul>li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 40px;
    letter-spacing: .2em
  }

  .tab--inline .tab__control ul>li a {
    display: inline-block;
    position: relative;
    padding-bottom: .5em
  }

  .tab--inline .tab__control ul>li a:after {
    content: none
  }

  .tab--inline .tab__control ul>li a.active:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #4e5859;
    position: absolute;
    display: block
  }

  .tab--inline .tab__container {
    width: 100%;
    float: none
  }
}

.filter {
  position: relative;
  font-size: 18px;
  color: #fff;
  letter-spacing: .05em;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  line-height: normal;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  z-index: 3
}

.filter a {
  color: inherit
}

.filter .container,
.filter__fields {
  height: 100%
}

.filter .button {
  margin: 0;
  margin-top: 20px;
  display: block
}

.filter.is_stuck {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  z-index: 4
}

.filter.stucked-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4
}

.filter .select2-container {
  width: calc(100% - 80px) !important
}

.filter .select2-container--default .select2-selection {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff
}

.filter .select2-container--default .select2-selection--single {
  height: 30px
}

.filter .select2-container--default .select2-selection--single:focus {
  outline-style: none
}

.filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  padding: 0;
  line-height: 30px
}

.filter .select2-container--default .select2-selection--single .select2-selection__rendered:active,
.filter .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.filter .select2-container--default .select2-selection--single .select2-selection__rendered:visited {
  outline-style: none
}

.filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none;
  border-width: 0;
  border: none;
  color: #fff;
  margin: 0;
  top: auto;
  left: auto;
  right: 0;
  width: auto;
  height: auto
}

.filter .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\E313";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"
}

@media screen and (min-width:801px) {
  .filter {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px
  }

  .filter .button {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block
  }

  .filter.is_stuck .button {
    line-height: 42px;
    font-size: 12px
  }

  .nav-sticked-up .filter.is_stuck {
    top: 0 !important;
    -webkit-transition: .5s;
    transition: .5s
  }

  .nav-sticked-down .filter.is_stuck {
    top: 84px !important;
    -webkit-transition: .5s;
    transition: .5s
  }
}

.mega-menu {
  position: absolute;
  top: calc(100% - 30px);
  right: 0;
  left: 0;
  line-height: 2;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: 10
}

.mega-menu a {
  color: #fff !important
}

.mega-menu.toggle {
  visibility: visible;
  opacity: 1;
  z-index: 20
}

.mega-menu__parent {
  padding-right: 50px;
  position: relative
}

.mega-menu__parent a {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  padding: 17px 20px;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.mega-menu__parent a.current {
  background: #8c847b;
  border-bottom: 0
}

.mega-menu__item {
  display: table;
  padding: 0 50px;
  visibility: hidden;
  opacity: 0;
  left: 90px;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: all .6s;
  transition: all .6s
}

.mega-menu__item.current {
  opacity: 1;
  left: 0;
  visibility: visible
}

.mega-menu__item .mega-menu__col-thumbnail {
  width: 50%;
  float: left;
  display: inline-block;
  background: transparent !important;
  padding: 0
}

.mega-menu__item .description {
  width: 50%;
  float: left;
  display: inline-block;
  padding-left: 25px
}

.mega-menu__item .description p {
  text-transform: none !important;
  color: #fff;
  font-size: 14px;
  letter-spacing: normal
}

.mega-menu__item .description .link {
  padding: 0 !important;
  border: 0 !important;
  font-size: 12px !important;
  color: #8c847b !important
}

.mega-menu__item .description .link.current,
.mega-menu__item .description .link:focus,
.mega-menu__item .description .link:hover,
.mega-menu__item .description .link:visited {
  background: transparent !important
}

.mega-menu__child {
  padding: 0 50px
}

.mega-menu__child_item {
  display: none;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.mega-menu__child_item.current {
  display: block
}

.mega-menu__child_item ul {
  padding: 0
}

.mega-menu__child_item ul li {
  display: block !important;
  padding-bottom: 10px;
  position: relative;
  left: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-weight: 700;
  color: #fff;
  cursor: pointer
}

.mega-menu__child_item ul li.current,
.mega-menu__child_item ul li:hover {
  left: 10px;
  color: #8c847b !important
}

.mega-menu__insider {
  display: none
}

.mega-menu__insider.current {
  display: block
}

.mega-menu__insider_list li a {
  color: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.mega-menu__insider_list li.current a,
.mega-menu__insider_list li a:hover {
  color: #8c847b !important
}

.mega-menu__inside {
  display: none;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  padding-right: 10px;
  padding-left: 50px;
  position: relative
}

.mega-menu__inside.current {
  display: block;
  right: 0
}

.mega-menu__inside .link {
  float: right;
  margin-top: 25px;
  color: #8c847b !important;
  font-size: 12px
}

.mega-menu__inside h3 {
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff
}

.mega-menu__inside .mega-menu__col-thumbnail-image {
  height: 230px !important
}

.mega-menu__inside ul {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  column-count: 2
}

.mega-menu__inside ul li {
  display: block !important
}

.mega-menu__inside ul li a {
  letter-spacing: 1.5px;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 36px
}

.mega-menu__wrapper {
  background: rgba(0, 0, 0, .9);
  padding: 50px 40px
}

.mega-menu__head .mega-menu_heading {
  font-size: 36px;
  margin-bottom: .9em;
  display: inline-block
}

.mega-menu__head .mega-menu_cta {
  margin-left: 50px;
  height: 3.5em;
  line-height: 3.5em;
  display: inline-block !important
}

.mega-menu__main {
  padding: 0
}

.mega-menu__main-lg .mega-menu__col {
  width: 33.33% !important;
  min-height: 460px
}

.mega-menu__main .mega-menu__col {
  width: 33.33%;
  float: left;
  margin: 0 !important;
  border-right: 1px solid #fff
}

.mega-menu__main .mega-menu__col:last-child {
  border-right: 0;
  width: 65.77%
}

.mega-menu__main .mega-menu__col-thumbnail {
  display: block;
  margin-bottom: 30px;
  background: #fff
}

.mega-menu__main .mega-menu__col-thumbnail-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 170px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.mega-menu__main .mega-menu__col-thumbnail img {
  width: 100%;
  height: auto
}

.mega-menu__main .mega-menu__col-title {
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  display: block;
  font-size: 13px
}

.mega-menu__main .mega-menu__col-title:after {
  content: "\E5C8";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  margin-left: .1em
}

.mega-menu__main .mega-menu__col-child {
  padding: 0;
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0
}

.mega-menu__main .mega-menu__col-child li {
  display: block !important
}

.megamenu {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px
}

.megamenu__main {
  display: inline;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 90px;
  right: 0;
  width: calc(100% - 50px);
  -webkit-transition: all .6s;
  transition: all .6s
}

.megamenu__main.current {
  opacity: 1;
  visibility: visible;
  left: 50px;
  width: calc(100% - 50px)
}

.megamenu__default {
  display: block;
  position: absolute;
  top: 0
}

.megamenu__default-secondary img,
.megamenu__default img {
  height: 230px;
  width: 100%
}

.megamenu__default-desc {
  text-transform: capitalize;
  letter-spacing: .3px;
  margin-top: 25px
}

.megamenu__inside {
  display: inline;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 90px;
  right: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
  width: calc(100% - 50px)
}

.megamenu__inside.current {
  opacity: 1;
  visibility: visible;
  left: 50px;
  width: calc(100% - 50px)
}

.megamenu__inside h3 {
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff
}

.megamenu__inside-default {
  width: 100%;
  height: 230px;
  margin-bottom: 25px;
  position: relative;
  display: block
}

.megamenu__inside-default.current {
  display: none
}

.megamenu__inside-default a {
  height: 100%;
  width: 100%
}

.megamenu__inside-default a figure {
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-size: cover
}

.megamenu__inside-image {
  width: 100%;
  height: 230px;
  margin-bottom: 25px;
  position: relative;
  display: none
}

.megamenu__inside-image.current {
  display: block
}

.megamenu__inside-image a {
  position: relative
}

.megamenu__inside-image a figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 230px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative
}

.megamenu__inside-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s
}

.megamenu__inside-bg.current {
  height: 100%;
  opacity: 1;
  visibility: visible
}

.megamenu__inside ul {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  column-count: 2
}

.megamenu__inside ul li {
  display: block;
  width: 100%
}

.megamenu__inside ul li a {
  letter-spacing: 1.5px;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 36px;
  display: block;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s
}

.megamenu__inside ul li a.current {
  color: #8c847b;
  font-weight: 700
}

.megamenu__inside .link {
  margin-top: 20px;
  float: right;
  color: #8c847b !important;
  font-size: 12px;
  font-weight: 700
}

.megamenu .column {
  float: left;
  display: inline-block;
  position: relative
}

.megamenu .column:first-child {
  width: 33.33333%;
  padding-right: 50px;
  border-right: 1px solid #5a5a5a
}

.megamenu .column:last-child {
  width: 66.66667%;
  padding-left: 50px
}

.megamenu .column.inside {
  width: 50%
}

.megamenu .menu-list.first-level {
  display: block;
  padding: 0 20px 0 0;
  margin: 0
}

.megamenu .menu-list.first-level li {
  list-style: none;
  display: block !important
}

.megamenu .menu-list.first-level li a {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  padding: 15px 20px;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  -webkit-transition: all .3s;
  transition: all .3s
}

.megamenu .menu-list.first-level li a.current,
.megamenu .menu-list.first-level li a:hover {
  background: #8c847b
}

.megamenu .menu-list.second-level {
  padding: 0
}

.megamenu .menu-list.second-level li {
  display: block !important;
  padding-bottom: 10px;
  position: relative;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 700;
  color: #fff;
  cursor: pointer
}

.megamenu .menu-list.second-level li:hover {
  left: 10px
}

.megamenu .menu-list.second-level li.current {
  left: 10px;
  color: #8c847b !important
}

#footer.footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  margin: 0;
  overflow: hidden
}

#footer.footer .footer__container {
  position: relative;
  z-index: 1
}

#footer.footer .footer__logo,
#footer.footer .footer__menu {
  margin-bottom: 40px
}

#footer.footer .footer__socials-label {
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 1.4em
}

#footer.footer .footer__socials-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 25px
}

#footer.footer .footer__socials-list li {
  display: inline-block
}

#footer.footer .footer__socials-list li a {
  color: inherit;
  opacity: .5
}

#footer.footer .footer__socials-list li a:hover {
  opacity: 1
}

#footer.footer .footer__socials-list li:not(:last-child) {
  margin-right: 1em
}

#footer.footer .footer__copyright {
  position: relative;
  opacity: .5;
  font-size: 10px;
  padding-top: 30px;
  margin-top: 20px
}

#footer.footer .footer__copyright:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #fff;
  opacity: .3
}

#footer.footer:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 400px;
  height: 1200px;
  background: #000;
  opacity: .1;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}

@media screen and (min-width:801px) {
  #footer.footer .footer__copyright {
    font-size: 12px
  }

  #footer.footer .footer__copyright:before {
    right: 33%
  }

  #footer.footer .footer__menu {
    margin-bottom: 0
  }

  #footer.footer .footer__socials {
    text-align: right
  }

  #footer.footer .footer__socials-label {
    font-size: 18px
  }

  #footer.footer .footer__socials-list {
    font-size: 25px
  }

  #footer.footer .footer__socials-list li:not(:last-child) {
    margin-right: 0
  }

  #footer.footer .footer__socials-list li:not(:first-child) {
    margin-left: 1em
  }

  #footer.footer .footer__logo {
    margin-bottom: 20px
  }

  #footer.footer .footer__logo img {
    width: 260px
  }

  #footer.footer:after {
    bottom: -120px;
    left: auto;
    width: 500px;
    height: 1000px;
    right: 50px
  }
}

.calc {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .7s cubic-bezier(.39, .19, .45, 1.08);
  transition: all .7s cubic-bezier(.39, .19, .45, 1.08)
}

.calc.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-1000px);
  transform: translateX(-1000px)
}

.calc__result {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 50%;
  width: 100%;
  -webkit-transition: all .7s cubic-bezier(.39, .19, .45, 1.08);
  transition: all .7s cubic-bezier(.39, .19, .45, 1.08);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1
}

.calc__result-body {
  font-size: 18px
}

.calc__result-body ol {
  text-align: left
}

.calc__result-price {
  font-size: 35px;
  font-weight: 700;
  display: block;
  line-height: 1.1;
  letter-spacing: .1em
}

.calc__result-price span {
  display: block;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 16px
}

.calc__result-period {
  display: block
}

.calc__result.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(1000px, 50%);
  transform: translate(1000px, 50%)
}

@media screen and (min-width:801px) {
  .calc__result-price {
    font-size: 55px
  }
}

.testimoni {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start
}

.testimoni__img {
  margin-right: 15px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat
}

.testimoni__content {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  padding-right: 100px;
  padding-left: 15px
}

.testimoni__content h3 {
  font-size: 18px;
  color: #4e5859
}

.testimoni__content h4 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase
}

@media screen and (max-width:801px) {
  .testimoni {
    display: block !important
  }

  .testimoni__content {
    padding-left: 5px;
    padding-right: 5px
  }

  .testimoni__img {
    margin-bottom: 20px
  }
}

.floating-widget {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 7;
  color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.floating-widget-item {
  display: inline-block;
  padding: 15px 0;
  width: 33.3%;
  text-align: center;
  position: relative
}

.floating-widget-item:before {
  content: "";
  top: 0;
  right: -1px;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 2
}

.floating-widget-item:hover:before {
  background: #4e5859;
  z-index: 2
}

.floating-widget-item:not(:first-child) {
  position: relative
}

.floating-widget-item:not(:first-child):after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 15px;
  right: 0;
  width: 1px;
  background: hsla(0, 0%, 100%, .7);
  z-index: 0
}

.floating-widget__label {
  text-transform: uppercase;
  line-height: 25px;
  padding: 0;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 32.3%;
  cursor: pointer;
  position: relative;
  z-index: 3
}

.floating-widget__label label {
  display: none;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  cursor: pointer
}

.floating-widget__label i {
  margin-right: 5px;
  font-size: 20px;
  line-height: inherit;
  vertical-align: middle
}

.floating-widget__label img {
  height: 20px;
  margin-right: 5px
}

.floating-widget__label .material-icons {
  display: none;
  font-size: 18px;
  position: relative;
  margin: 0;
  top: -1px;
  -webkit-transition: all .4s cubic-bezier(.39, .19, .45, 1.08);
  transition: all .4s cubic-bezier(.39, .19, .45, 1.08)
}

.floating-widget__label .material-icons.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.floating-widget__label figure {
  height: 18px;
  width: 22px;
  margin-right: 5px;
  background-image: url(../assets/images/sprites.png);
  background-size: 42px;
  display: inline-block;
  position: relative;
  top: 3px
}

.floating-widget__label figure.first {
  background-position: 33px -78px
}

.floating-widget__label figure.last {
  background-position: 33px -54px
}

.floating-widget__wrapper {
  background: #8c847b;
  position: relative
}

.floating-widget__wrapper .button--group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s cubic-bezier(.39, .19, .45, 1.08);
  transition: all .4s cubic-bezier(.39, .19, .45, 1.08)
}

.floating-widget__wrapper .button--group.active {
  top: -43px
}

.floating-widget__wrapper .button--group a {
  display: block;
  width: 170px;
  height: 40px
}

@media screen and (min-width:801px) {
  .floating-widget {
    width: auto
  }

  .floating-widget__label {
    width: auto;
    padding: 0 20px
  }

  .floating-widget__label label {
    display: inline-block;
    font-size: 100%;
    color: #fff;
    font-weight: 400
  }

  .floating-widget__label .material-icons {
    display: inline-block
  }

  .floating-widget-item {
    padding: 15px 0;
    width: auto
  }
}

.socials-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 25px;
  text-align: right
}

.socials-list li {
  display: inline-block
}

.socials-list li a {
  color: inherit;
  opacity: .5
}

.socials-list li a:hover {
  opacity: 1
}

.socials-list li:not(:last-child) {
  margin-right: .5em
}

.share-article {
  -webkit-transition: o .2s ease-in, p .2s ease-in, a .2s ease-in, c .2s ease-in, i .2s ease-in, t .2s ease-in, y .2s ease-in;
  transition: o .2s ease-in, p .2s ease-in, a .2s ease-in, c .2s ease-in, i .2s ease-in, t .2s ease-in, y .2s ease-in;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: center;
  z-index: 94034
}

.share-article ul {
  list-style: none;
  padding: 0 !important
}

.share-article ul li {
  display: -webkit-inline-box;
  padding: 0 10px;
  padding-left: 0
}

@media screen and (min-width:801px) {
  .share-article ul li {
    display: block
  }
}

.share-article ul li a {
  font-size: 20px
}

@media screen and (min-width:801px) {
  .share-article {
    position: absolute;
    top: 0;
    left: -130px
  }
}

.alert-success {
  background-color: #bdedbc;
  border-color: #b4e8a8;
  color: #045702;
}
.alert-success hr {
  border-top-color: #a2e294;
}

.alert-danger {
  background-color: #ffc9c9;
  border-color: #ffafbd;
  color: #ac1818;
}
.alert-danger hr {
  border-top-color: #ff96a7;
}


/* message box css */
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.users {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.users td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}


}