/*

Theme Name: Web3
Theme URI: https://chihiro-okamoto.com
Author: Web3 Marketing : Chihiro Okamoto
Author URI: https://chihiro-okamoto.com
Description: This theme is only for Web3 Projects
Version: 3.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, translation-ready, blog, portfolio, photography, entertainment, education
Text Domain: visual-composer-starter

*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.obj-content-style-3 {
  background: #0096da;
  background: -webkit-gradient(linear, left top, left bottom, from(#0096da), to(#00b8f0));
  background: linear-gradient(to bottom, #0096da 0%, #00b8f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0096da", endColorstr="#00b8f0",GradientType=0 );
}

.row-has-shadow::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.2;
}

.obj-post-slider .obj-btn-nav, .vc_wp_custommenu.obj-menu-flex .menu-item .obj-svg-holder svg *, .vc_column_container.has-link .obj-svg-image svg *, .has-link .obj-content .obj-image img, .obj-bg-close, .obj-btn, a, .obj-link, button, .animate {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.obj-post-slider .obj-btn-nav, .obj-trigger-scroll-fix, .obj-trigger-item, .obj-bg-close, .obj-btn, .cur {
  cursor: pointer;
}

body {
  background-color: #fff;
}
body h1, body h2, body .h1, body .h2, body h3, body .h3 {
  font-size: 1.75rem;
  color: #444;
  font-weight: 500;
}
body h1, body h2, body h3, body h4, body h5, body h6,
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  font-family: "cronos-pro", sans-serif;
  font-weight: 600;
}
body h1:last-child, body h2:last-child, body h3:last-child, body h4:last-child, body h5:last-child, body h6:last-child,
body .h1:last-child, body .h2:last-child, body .h3:last-child, body .h4:last-child, body .h5:last-child, body .h6:last-child {
  margin-bottom: 0;
}

a:focus, .obj-link:focus, button:focus {
  outline: 0 none;
}
a:hover, .obj-link:hover, button:hover {
  text-align: none;
}

.obj-link {
  font-size: 0.75rem;
}
.obj-link .obj-svg-holder {
  width: 1.25rem;
}
.obj-link .obj-svg-holder svg {
  display: block;
  width: 100%;
  height: auto;
}
.obj-link:not(.animate) {
  color: #444;
  font-weight: 700;
}
.obj-link:not(.animate) .obj-text-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-bottom: 2px solid #444;
}
.obj-link:not(.animate):hover {
  opacity: 0.5;
}
.obj-link-logo {
  display: block;
  width: 100%;
  max-width: 435px;
  padding-bottom: 88px;
  position: relative;
}
.obj-link-logo svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.obj-link-wrap.light .obj-link {
  color: #fff;
}
.obj-link-wrap.light .obj-link .obj-text-wrap {
  border-color: #009AC7;
}
.obj-link.primary {
  color: #009AC7;
}
.obj-link.primary .obj-text-wrap {
  border-color: #009AC7;
}
.obj-link.secondary .obj-text-wrap {
  border-color: #009AC7;
}

p {
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

blockquote {
  font-style: italic;
  color: #666;
  font-size: 0.8rem;
}

.container-inner > [class*=vc_custom] {
  background: none !important;
}

.obj-title-bar {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 2rem;
}
.obj-title-bar::after {
  content: "";
  position: absolute;
  top: auto;
  right: 45%;
  bottom: 0;
  left: 45%;
  height: 5px;
  background-color: #009AC7;
}

.obj-code {
  background: none;
  padding: 0;
  white-space: normal;
}

.obj-btn {
  color: #fff;
  position: relative;
  padding: 0.75rem 1.5rem;
  background-color: #009AC7;
  font-weight: 600;
}
.obj-btn:hover {
  text-decoration: none;
  background-color: #009AC7;
  color: #fff;
}
.obj-btn .obj-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.obj-btn .obj-svg-wrap {
  width: 1em;
  display: block;
}
.obj-btn .obj-i-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
.obj-btn .obj-i-wrap-front {
  right: auto;
  left: 0;
}
.obj-btn-sm {
  width: 195px;
}
.obj-btn-primary {
  border-color: #009AC7;
  background-color: #009AC7;
  color: #fff;
}
.obj-btn-primary:hover {
  border-color: #444;
  background: #444;
}
.obj-btns-hover-1 .obj-btn-primary:hover {
  border-color: #fdfeff;
  background: #fdfeff;
  color: #009AC7;
}
.obj-btn-secondary {
  border-color: #444;
  background-color: #444;
  color: #fff;
}
.obj-btn-secondary:hover {
  border-color: #fdfeff;
  background: #fdfeff;
}
.obj-btns-hover-1 .obj-btn-secondary:hover {
  border-color: #fdfeff;
  background: #fdfeff;
  color: #009AC7;
}
.obj-btn-secondary .obj-i-wrap {
  background-color: #fff;
}
.obj-btn-basic .obj-i-wrap {
  background-color: #1b212f;
}
.has-map-markers .obj-btn-basic .obj-i-wrap {
  background-color: #144f74;
}
.obj-btn-jumbo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.obj-btn-box {
  border-radius: 0;
}
.obj-btn-fluid {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.obj-btn-submit {
  background-color: #009AC7;
  color: #444;
}
.obj-btn-submit:hover {
  background-color: #444;
  border-color: #444;
  color: #009AC7;
}
.light .obj-btn {
  background-color: #009AC7;
  border-color: #009AC7;
}
.light .obj-btn:hover {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #009AC7;
          box-shadow: inset 0 0 0 1px #009AC7;
}
.light .obj-btn:hover * {
  color: #009AC7;
}
.light .obj-btn:hover .obj-i-wrap {
  border-left-color: #009AC7;
}
.obj-btn.fixed {
  width: 218px;
}
.obj-btn.white {
  background-color: #fff;
  color: #009AC7;
}
.obj-btn.white .obj-i-wrap {
  background: #444;
}
.obj-btn.white:hover {
  background: #444;
  color: #fff;
}
.obj-btn-1 {
  display: inline-block;
  background: none;
  border-color: #fff;
  color: #fff;
}
.obj-btn-2, .obj-btn.outline {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 154, 199, 0.5);
          box-shadow: inset 0 0 0 2px rgba(0, 154, 199, 0.5);
  background: none;
  color: #009AC7;
}
.light .obj-btn-2, .light .obj-btn.outline {
  border-color: #fff;
  color: #fff;
}
.obj-btn-2:hover, .obj-btn.outline:hover {
  border-color: #009AC7;
  background: #009AC7;
  color: #fff;
}
.obj-btns-hover-1 .obj-btn-2:hover, .obj-btns-hover-1 .obj-btn.outline:hover {
  border-color: #fdfeff;
  background: #fdfeff;
  color: #009AC7;
}
.obj-btn-2-basic, .obj-btn.outline-basic {
  -webkit-box-shadow: inset 0 0 0 2px rgba(68, 68, 68, 0.5);
          box-shadow: inset 0 0 0 2px rgba(68, 68, 68, 0.5);
  color: #444;
}
.obj-btn-2-basic:hover, .obj-btn.outline-basic:hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 154, 199, 0.5);
          box-shadow: inset 0 0 0 2px rgba(0, 154, 199, 0.5);
}
.obj-btn-2-white, .obj-btn.outline-white {
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  color: #fff;
  background: none;
}
.obj-btn-2-white:hover, .obj-btn.outline-white:hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 154, 199, 0.5);
          box-shadow: inset 0 0 0 2px rgba(0, 154, 199, 0.5);
  background: #fff;
  color: #009AC7;
}
.obj-btn-auto {
  width: auto;
}

.obj-btn-element .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.obj-btn-element .obj-inner .obj-title {
  margin: 0 30px 15px;
  text-transform: uppercase;
}
.light .obj-btn-element .obj-inner .obj-title {
  color: #fff;
}
.obj-btn-element .obj-inner .obj-btn {
  display: block;
}

.obj-container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.single-post .main-content .obj-container {
  padding-right: 0;
  padding-left: 0;
}

.comment-content img,
.entry-content img {
  display: inline-block;
}
.comment-content img.alignnone,
.entry-content img.alignnone {
  max-width: 100%;
  height: auto;
}

.blocks-wrap-right {
  text-align: right;
}
.blocks-wrap .block {
  display: inline-block;
  vertical-align: top;
}

.obj .obj-ul {
  margin: 0;
  padding: 0;
}
.obj .obj-ul .obj-li {
  list-style: none;
}

.obj-text-primary,
.text-primary {
  color: #009AC7;
}
.obj-text-secondary,
.text-secondary {
  color: #009AC7;
}
.obj-text-forth,
.text-forth {
  color: #fff;
}
.obj-text-light,
.text-light {
  color: #fdfeff;
}
.obj-text-light-dr,
.text-light-dr {
  color: #f6f5f6;
}
.obj-text-light-dr-dr,
.text-light-dr-dr {
  color: #c6bfc6;
}
.obj-text-normal,
.text-normal {
  text-transform: none;
}
.font-secondary {
  font-family: "Inter", sans-serif;
}
.font-narrow {
  font-family: "Inter", sans-serif;
}
.font-black {
  font-family: "Inter", sans-serif;
}
.font-700 {
  font-weight: 700;
}

body .bg-x-100 {
  background-position-x: 100% !important;
}
body .bg-y-100 {
  background-position-y: 100% !important;
}
body .bg-xy-lb {
  background-position: 0 100% !important;
}
body .bg-xy-50 {
  background-position: 50% 50% !important;
}
body .bg-cover {
  background-size: cover !important;
}
body .bg-contain {
  background-size: contain !important;
}
body .bg-repeat-no {
  background-repeat: no-repeat !important;
}
body .bg-primary {
  background-color: #009AC7;
}
body .bg-primary-light {
  background-color: rgba(0, 154, 199, 0.05);
}
body .bg-white {
  background-color: #fff;
}
body .bg-split-1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 154, 199, 0.05)), color-stop(50%, rgba(0, 154, 199, 0.05)), color-stop(51%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(0, 154, 199, 0.05) 0%, rgba(0, 154, 199, 0.05) 50%, rgb(255, 255, 255) 51%, rgb(255, 255, 255) 100%);
}
body .bg-light-gray {
  background-color: #F9F9F9;
}

.obj-bg-angle {
  color: #009AC7;
}
.obj-bg-angle svg {
  display: block;
}
.obj-bg-angle-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.headers .obj-bg-angle-wrap {
  top: -25px;
  right: auto;
}
@media (min-width: 1430px) {
  .headers .obj-bg-angle-wrap {
    min-width: calc((100vw - 1570px) / 2 + 376px + 11rem);
  }
}
@media (min-width: 1570px) {
  .headers .obj-bg-angle-wrap {
    min-width: calc((100vw - 1570px) / 2 + 376px + 7rem);
  }
}
.headers .obj-bg-angle {
  position: absolute;
  top: 0;
  right: -3.28rem;
  bottom: 0;
  left: 100%;
}
.obj-section-tbar .obj-bg-angle {
  position: absolute;
  top: 0;
  right: -7rem;
  bottom: 0;
  left: 100%;
}
.obj-section-tbar .obj-bg-angle svg {
  height: 100%;
}
.obj-section-tbar .obj-bg-angle-wrap {
  z-index: 5;
  overflow: visible;
}
.obj-bg-close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.opened .obj-bg-close {
  visibility: visible;
  opacity: 1;
}
.vc_row-has-fill .obj-bg-third {
  background: none;
  position: relative;
}
.vc_row-has-fill .obj-bg-third:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fdfeff;
  opacity: 0.87;
}
.vc_row-has-fill .obj-bg-prime:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #009AC7;
  opacity: 0.87;
}
.vc_row-has-fill .obj-bg-prime > .vc_column-inner {
  position: relative;
}
.obj-bg-src {
  background: 0 50% no-repeat;
  background-size: cover;
}

.obj-trigger-scroll-fix {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 10px;
  background: #fff;
  border: 1px solid #444;
  width: 60px;
  height: 60px;
  z-index: 99999;
  line-height: 60px;
  font-size: 1.5rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.obj-trigger-scroll-fix:hover {
  background: #009AC7;
  color: #fff;
  border-color: #009AC7;
}
.page-over .obj-trigger-scroll-fix {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.light .obj * {
  color: #fff;
}

.obj-figure.xMaxYMid {
  text-align: right;
}
.obj-figure.xMaxYMid img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
@media (min-width: 992px) {
  .obj-figure.xMaxYMid-lg {
    text-align: right;
  }
  .obj-figure.xMaxYMid-lg img {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
.obj-figure.xMaxYMin {
  text-align: right;
}
.obj-figure.xMaxYMin img {
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}
@media (min-width: 992px) {
  .obj-figure.xMaxYMin-lg {
    text-align: right;
  }
  .obj-figure.xMaxYMin-lg img {
    -o-object-position: 100% 0%;
       object-position: 100% 0%;
  }
}
.obj-figure.xMaxYMax {
  text-align: right;
}
.obj-figure.xMaxYMax img {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
@media (min-width: 992px) {
  .obj-figure.xMaxYMax-lg {
    text-align: right;
  }
  .obj-figure.xMaxYMax-lg img {
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}
.obj-figure.xMidYMid {
  text-align: center;
}
.obj-figure.xMidYMid img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 992px) {
  .obj-figure.xMidYMid-lg {
    text-align: center;
  }
  .obj-figure.xMidYMid-lg img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.obj-figure.xMidYMin {
  text-align: center;
}
.obj-figure.xMidYMin img {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
@media (min-width: 992px) {
  .obj-figure.xMidYMin-lg {
    text-align: center;
  }
  .obj-figure.xMidYMin-lg img {
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
}
.obj-figure.xMidYMax {
  text-align: center;
}
.obj-figure.xMidYMax img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media (min-width: 992px) {
  .obj-figure.xMidYMax-lg {
    text-align: center;
  }
  .obj-figure.xMidYMax-lg img {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}
.obj-figure.xMinYMid img {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
@media (min-width: 992px) {
  .obj-figure.xMinYMid-lg img {
    -o-object-position: 0 50%;
       object-position: 0 50%;
  }
}
.obj-figure.xMinYMin img {
  -o-object-position: 0 0%;
     object-position: 0 0%;
}
@media (min-width: 992px) {
  .obj-figure.xMinYMin-lg img {
    -o-object-position: 0 0%;
       object-position: 0 0%;
  }
}
.obj-figure.xMinYMax img {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}
@media (min-width: 992px) {
  .obj-figure.xMinYMax-lg img {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
}

.wsp-container h2 {
  font-size: 2rem;
}
.wsp-container h2, .wsp-container li {
  margin-bottom: 1rem;
}
.wsp-container h3, .wsp-container .wsp-category-title {
  margin-bottom: 1rem;
}
.wsp-container .wsp-category-title {
  display: block;
}
.wsp-container *:last-child {
  margin-bottom: 0;
}

.row-has-fill > div > .col-inner {
  height: 100%;
}

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

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 25px;
  color: #444;
  -webkit-font-smoothing: antialiased;
}

hr {
  border: none;
  width: 100%;
  height: 2px;
  background: #8A8C8E;
  margin: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
}

a {
  color: #009AC7;
  text-decoration: none;
}
a:hover {
  color: #444;
}
a:hover img {
  opacity: 0.8;
}

.m-auto {
  margin: 0 auto;
}

.m--20 {
  margin: -20px;
}

.mt--20 {
  margin-top: -20px;
}

.my--20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.mr--20 {
  margin-right: -20px;
}

.mx--20 {
  margin-right: -20px;
  margin-left: -20px;
}

.mb--20 {
  margin-bottom: -20px;
}

.ml--20 {
  margin-left: -20px;
}

.m--15 {
  margin: -15px;
}

.mt--15 {
  margin-top: -15px;
}

.my--15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.mr--15 {
  margin-right: -15px;
}

.mx--15 {
  margin-right: -15px;
  margin-left: -15px;
}

.mb--15 {
  margin-bottom: -15px;
}

.ml--15 {
  margin-left: -15px;
}

.m--10 {
  margin: -10px;
}

.mt--10 {
  margin-top: -10px;
}

.my--10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.mr--10 {
  margin-right: -10px;
}

.mx--10 {
  margin-right: -10px;
  margin-left: -10px;
}

.mb--10 {
  margin-bottom: -10px;
}

.ml--10 {
  margin-left: -10px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.px-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.p-35 {
  padding: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.m-45 {
  margin: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.p-45 {
  padding: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.m-70 {
  margin: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.p-70 {
  padding: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.m-90 {
  margin: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.p-90 {
  padding: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.m-140 {
  margin: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.mx-140 {
  margin-right: 140px;
  margin-left: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.p-140 {
  padding: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.px-140 {
  padding-right: 140px;
  padding-left: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.h-150 {
  height: 150px;
}

.w-150 {
  width: 150px;
}

.h-300 {
  height: 300px;
}

.w-300 {
  width: 300px;
}

.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  min-height: 100%;
  min-height: 100vh;
}
.h-max::before {
  content: "";
  height: 100%;
  height: 100vh;
}

.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: 100%;
  width: calc(100vw - 100%);
}

/* Header */
#header {
  position: relative;
  z-index: 10;
}
#header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#header .header-inner-row-1 {
  background-color: #444;
  display: none;
}
#header .header-inner-row-1 .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header-inner-row-1 .nav-field {
  border-right: 2px solid rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-inner-row-1 .nav-field:last-child {
  border: 0 none;
}
#header .header-inner-row-1 .nav-field-lang .obj-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -0.25rem 0 0;
  padding: 0 0 0 1rem;
  list-style: none;
}
#header .header-inner-row-1 .nav-field-lang .obj-ul .obj-li {
  padding: 0.5rem 0.25rem;
  line-height: 1;
}
#header .header-inner-row-1 .nav-field-lang .obj-ul .obj-li .obj-link {
  color: #eee;
  padding: 0.5rem;
  display: block;
  padding: 0.25rem;
  font-size: 0.75rem;
}
#header .header-inner-row-1 .nav-field-lang .obj-ul .obj-li .obj-link:hover {
  text-decoration: none;
}
#header .header-inner-row-1 .nav-field-lang .obj-ul .obj-li.selected .obj-link {
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
}
#header .header-inner-row-1 .nav .menu-item .menu-link {
  color: rgba(242, 250, 255, 0.8);
  font-size: 0.75rem;
}
.open-menu #header .header-inner-row-1 {
  display: block;
}
#header .header-inner-row-2 {
  background-color: #009AC7;
}
#header .header-inner-row-3 {
  text-transform: none;
}
#header .header-inner-row-3 .obj-link {
  color: #fff;
}
#header .header-inner.clone {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#header .header-inner.clone .header-inner-row-1 {
  display: none;
}
#header .header-inner.clone .header-inner-row-2 .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  #header .header-inner.clone .header-inner-row-2 .order-1 {
    padding-top: 15px;
  }
  #header .header-inner.clone .header-inner-row-2 .order-1 .obj-link-logo {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  #header .header-inner.clone {
    z-index: 10;
  }
  .page-over #header .header-inner.clone {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}
#header .obj-sns-holder .obj-link {
  color: rgba(242, 250, 255, 0.7);
  font-size: 1rem;
}
#header .obj-sns-holder .obj-link:hover {
  color: #fff;
  opacity: 1;
}
#header .obj-link-logo {
  color: #fff;
}
#header .nav-inner {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 992px) {
  #header .nav-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
#header .nav .menu-item .menu-link {
  font-size: 1rem;
  padding: 0.3rem 0.6rem;
  line-height: 1;
  text-align: center;
}
#header .nav .menu-item .menu-link .obj-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .nav .menu-item-btn .menu-link {
  border-radius: 200em;
}
#header .nav .menu-item-btn .menu-link:hover {
  background-color: #009AC7;
}
#header .nav .menu-item-btn-outline .menu-link {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  border-radius: 200rem;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
}
#header .nav .menu-item-btn-outline .menu-link:hover {
  background-color: #009AC7;
  -webkit-box-shadow: 0 0 0 1px #009AC7;
          box-shadow: 0 0 0 1px #009AC7;
}
#header .nav .menu-item-btn-outline-primary .menu-link {
  background-color: #009AC7;
}
#header .nav .menu-item-tel .menu-link:hover {
  text-decoration: underline;
}
#header .nav .menu-item.main-menu-item.current_page_parent > .menu-link, #header .nav .menu-item.main-menu-item.current-menu-item > .menu-link, #header .nav .menu-item.main-menu-item.current-page-ancestor > .menu-link {
  font-weight: 700;
}
#header .nav .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  list-style: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header .nav .menu-item .sub-menu .menu-item {
  border-top: 1px solid #009AC7;
}
#header .nav .menu-item .sub-menu .menu-item .menu-link {
  background-color: #fdfeff;
  color: #009AC7;
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
}
#header .nav .menu-item .sub-menu .menu-item.current-menu-item > .menu-link, #header .nav .menu-item .sub-menu .menu-item.current-page-ancestor > .menu-link {
  background-color: #009AC7;
}
#header .nav .menu-item.active > .sub-menu {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .collapse {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 992px) {
  #header .collapse {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
#header .navbar-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  #header .navbar-primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .navbar-primary .menu-item {
  display: none;
  border-top: 1px solid #F2FAFF;
}
#header .navbar-primary .menu-item .menu-link {
  padding: 0.75rem 0;
  color: #F2FAFF;
  font-weight: 500;
}
@media (min-width: 992px) {
  #header .navbar-primary .menu-item .menu-link {
    font-size: 0.6rem;
  }
}
@media (min-width: 1200px) {
  #header .navbar-primary .menu-item .menu-link {
    font-size: 0.7rem;
  }
}
@media (min-width: 1240px) {
  #header .navbar-primary .menu-item .menu-link {
    font-size: 0.8rem;
  }
}
@media (min-width: 1430px) {
  #header .navbar-primary .menu-item .menu-link {
    font-size: 1rem;
  }
}
@media (min-width: 1570px) {
  #header .navbar-primary .menu-item .menu-link {
    font-size: 1.05rem;
  }
}
#header .navbar-primary .menu-item:first-child {
  border-top: 0 none;
}
#header .navbar-primary .menu-item-btn {
  border-top: 0 none;
}
#header .navbar-primary .menu-item-has-container .sub-menu-wrap {
  position: absolute;
  top: 100%;
  right: 50%;
  width: 100vw;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  #header .navbar-primary .menu-item-has-container .sub-menu-wrap.active-container {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
#header .navbar-primary .menu-item-has-container.active .sub-menu-wrap {
  z-index: 10;
}
.open-menu #header .navbar-primary {
  height: 100%;
}
.open-menu #header .navbar-primary .menu-item {
  display: block;
}
#header .navbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
#header .navbar-wrap .obj-trigger-search {
  display: none;
}
#header .navbar-item {
  display: none;
}
.open-menu #header .navbar-item {
  display: block;
}
@media (min-width: 992px) {
  #header .navbar-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .navbar-wrap .obj-trigger-search {
    display: block;
    color: #fff;
    padding-left: 1rem;
    border-left: 1px solid rgba(242, 250, 255, 0.8);
  }
  #header .navbar-item {
    display: block;
  }
  #header .navbar-item .obj-form-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    width: 20rem;
    display: none;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  }
  #header .navbar-item .obj-form-wrap .search-field {
    padding: 1rem 1.25rem;
  }
  #header .navbar-item .obj-form-wrap .search-field:focus {
    outline: 0 none;
  }
  #header .navbar-item .obj-form-wrap .search-submit {
    display: none;
  }
  .open-search #header .navbar-item .obj-form-wrap {
    display: block;
  }
}
@media (min-width: 1430px) {
  #header .navbar-wrap .obj-trigger-search {
    padding-left: 2rem;
    margin-left: 1rem;
  }
}

.obj-holder-menu-container .obj-inner-side {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.obj-holder-menu-container .obj-inner-main {
  padding: 3rem 4rem;
}
.obj-holder-menu-container .obj-inner-menu .obj-menu-label .obj-text {
  font-weight: 600;
}
.obj-holder-menu-container .obj-inner-menu .obj-menu-label .obj-i-wrap {
  visibility: hidden;
  opacity: 0;
}
.obj-holder-menu-container .obj-inner-menu .obj-menu-label:hover .obj-i-wrap {
  visibility: visible;
  opacity: 1;
}
.obj-holder-menu-container .obj-inner-menu .obj-menu-label-title {
  padding: 0 1rem 0.5rem;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.obj-holder-menu-container .obj-inner-menu .obj-menu-label .obj-link-menu {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  color: #8A8C8E;
}
.obj-holder-menu-container .obj-inner-menu .active_tab .obj-menu-label .obj-i-wrap {
  visibility: visible;
  opacity: 1;
}
.obj-holder-menu-container .obj-inner-menu .active_tab .obj-menu-label .obj-link-menu {
  background-color: #009AC7;
  color: #fff;
  text-decoration: none;
}
.obj-holder-menu-container .obj-inner-menu-body {
  color: #666;
}
.obj-holder-menu-container .obj-inner-feature {
  border-left: 2px solid #ddd;
  padding-bottom: 1rem;
  padding-left: 1rem;
  overflow: hidden;
}
.obj-holder-menu-container .obj-inner-feature .obj-title {
  margin-bottom: 0.5rem;
  display: block;
}
.obj-holder-menu-container .obj-inner-feature .obj-feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.obj-holder-menu-container .obj-inner-feature .obj-feature-figure img {
  width: 100%;
}
.obj-holder-menu-container .obj-inner-feature .obj-feature-section {
  padding-right: 2rem;
  padding-left: 2rem;
}
.obj-holder-menu-container .obj-inner-feature .obj-feature-inner {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  padding-bottom: 1rem;
  max-width: 18rem;
}
.obj-holder-menu-container .obj-inner-feature .obj-feature-outer .owl-stage-outer {
  overflow: visible;
  position: relative;
}
.obj-holder-menu-container .obj-inner-feature .obj-feature-outer .owl-item {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.obj-holder-menu-container .obj-inner-feature .obj-feature-outer .owl-item.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.obj-holder-menu-container .obj-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}
.obj-holder-menu-container .obj-title-body {
  color: #009AC7;
}
.obj-holder-menu-container .obj-title-link {
  color: #444;
}
.obj-holder-menu-container [data-tab-target] {
  display: none;
}
.obj-holder-menu-container [data-tab-target].active_tab {
  display: block;
}
.obj-holder-menu-container.remove-separation .obj-inner-feature {
  border-left: 0 none;
}

.obj-bg-navi {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .open-megamenu .obj-bg-navi {
    opacity: 1;
    visibility: visible;
  }
}

.obj-section-tbar .obj-inner {
  position: relative;
  background-color: #009AC7;
}
.obj-section-tbar .obj-inner-bg .obj-figure img {
  min-height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .obj-section-tbar .obj-inner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .obj-section-tbar .obj-inner-bg .obj-figure {
    height: 100%;
  }
  .obj-section-tbar .obj-inner-bg .obj-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .obj-section-tbar .obj-inner-bg .owl-theme {
    height: 100%;
  }
  .obj-section-tbar .obj-inner-bg .owl-theme .owl-stage, .obj-section-tbar .obj-inner-bg .owl-theme .owl-stage-outer,
  .obj-section-tbar .obj-inner-bg .owl-theme .owl-stage .owl-item {
    height: 100%;
  }
}
.obj-section-tbar .obj-inner-header {
  position: relative;
  z-index: 10;
}
.obj-section-tbar .obj-inner-header .obj-title {
  color: #fff;
  line-height: 1;
}
.obj-section-tbar .obj-inner-header .obj-title-sub {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 0.5rem;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.2;
}
.obj-section-tbar .obj-inner-header .obj-title-sub.below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 1.2rem;
}
.obj-section-tbar .obj-inner-header .obj-title:last-child {
  margin-bottom: 0;
}
.obj-section-tbar .obj-inner-header .obj-btn-inner {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj-section-tbar .obj-inner-header .obj-btn-nav {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
}
.obj-section-tbar .obj-inner-header .obj-btn-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
}
.obj-section-tbar .obj-inner-header .obj-btn-wrap .obj-content {
  margin: 0;
}
.obj-section-tbar .obj-inner-header .obj-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  padding-bottom: 0.25rem;
  text-transform: capitalize;
}
.obj-section-tbar .obj-inner-header .obj-link .obj-svg-holder {
  width: 1.25rem;
}
.obj-section-tbar .obj-inner-header .obj-link .obj-svg-holder svg {
  display: block;
}
.obj-section-tbar .obj-inner-header .obj-link:hover {
  text-decoration: none;
}
.obj-section-tbar .obj-inner-header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 15px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.obj-section-tbar .obj-inner-header-box-body {
  position: relative;
  z-index: 10;
}
.obj-section-tbar .obj-inner-header-box-body .obj-link-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.obj-section-tbar .obj-inner-header-info {
  background-color: #444;
}
.obj-section-tbar .obj-inner-header-info .obj-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.obj-section-tbar .obj-inner-header-info .obj-info-box .obj-featured-links {
  text-align: center;
  padding: 2rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.obj-section-tbar .obj-inner-header-info .obj-info-box .obj-featured-links .obj-content {
  margin: 0;
}
.obj-section-tbar .obj-inner-header-info .obj-info-box .obj-featured-links .obj-link {
  color: #009AC7;
}
@media (min-width: 1430px) {
  .obj-section-tbar .obj-inner-header-info .obj-info-box .obj-featured-links {
    padding: 0;
  }
}
.obj-section-tbar .obj-inner-header-info .obj-info-box .obj-figure-featured {
  margin: 0;
  padding-right: 2rem;
  padding-left: 2rem;
}
.obj-section-tbar .obj-inner-header-info .obj-info-box .obj-figure-wrap {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 582px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.obj-section-tbar .obj-inner-header-info .obj-info-box .obj-figure-featured {
  background-color: #fff;
  position: relative;
  height: clamp(218.25px, 100%, 291px);
  width: 100%;
}
.obj-section-tbar .obj-inner-header-info .obj-info-box .obj-figure-featured img {
  width: 100%;
  height: 75%;
  min-height: 13rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.obj-section-tbar .obj-inner-header-info .obj-info-box .obj-btn-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .obj-section-tbar .obj-inner-header-info .obj-info-box {
    -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;
    height: 100%;
  }
  .obj-section-tbar .obj-inner-header-info .obj-info-box .obj-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 1.25rem;
  }
  .obj-section-tbar .obj-inner-header-info .obj-info-box .obj-btn-wrap .obj-btn-element {
    display: inline-block;
  }
  .obj-section-tbar .obj-inner-header-info .obj-info-box .obj-figure-wrap {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 992px) {
  .obj-section-tbar .obj-inner-header-info .obj-info-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .obj-section-tbar .obj-inner-header-info .obj-info-box .obj-btn-wrap {
    padding-right: 2rem;
  }
}
@media (min-width: 1430px) {
  .obj-section-tbar .obj-inner-header-info .obj-info-box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .obj-section-tbar .obj-inner-header-info .obj-info-box .obj-figure-featured img {
    width: 26rem;
    height: 19.5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .obj-section-tbar .obj-inner-header-info .obj-info-box .obj-figure-wrap {
    position: relative;
    top: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .obj-section-tbar .obj-inner-header-info .obj-info-box .obj-btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .obj-section-tbar .obj-inner-header-info .obj-info-box .obj-featured-links {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 2rem;
  }
}
.obj-section-tbar .obj-inner-header-info .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj-section-tbar .obj-inner-header-info .obj-figure img {
  min-height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .obj-section-tbar .obj-inner-header-box {
    padding-left: calc((100vw - 540px + 30px) / 2);
  }
}
@media (min-width: 768px) {
  .obj-section-tbar .obj-inner-header-box {
    padding-left: calc((100vw - 720px + 30px) / 2);
  }
}
@media (min-width: 992px) {
  .obj-section-tbar .obj-inner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .obj-section-tbar .obj-inner-header-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100vw - ((100vw - 960px) / 2 + 376px));
            flex: 0 0 calc(100vw - ((100vw - 960px) / 2 + 376px));
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .obj-section-tbar .obj-inner-header-info .owl-carousel,
  .obj-section-tbar .obj-inner-header-info .owl-stage-outer,
  .obj-section-tbar .obj-inner-header-info .owl-stage,
  .obj-section-tbar .obj-inner-header-info .owl-item,
  .obj-section-tbar .obj-inner-header-info .obj-figure {
    height: 100%;
  }
  .obj-section-tbar .obj-inner-header-info .obj-figure img {
    height: 312px;
  }
  .single-post .obj-section-tbar .obj-inner-header-info .obj-figure img {
    height: 100%;
  }
  .obj-section-tbar .obj-inner-header-info .owl-carousel .obj-figure img {
    height: inherit;
  }
  .obj-section-tbar .obj-inner-header-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100vw - 960px) / 2 + 376px);
            flex: 0 0 calc((100vw - 960px) / 2 + 376px);
    min-width: calc((100vw - 960px) / 2 + 376px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 3rem;
    padding-left: calc((100vw - 960px + 30px) / 2);
    row-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .obj-section-tbar .obj-inner-header-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100vw - ((100vw - 1140px) / 2 + 376px));
            flex: 0 0 calc(100vw - ((100vw - 1140px) / 2 + 376px));
  }
  .obj-section-tbar .obj-inner-header-box {
    row-gap: 4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100vw - 1140px) / 2 + 376px);
            flex: 0 0 calc((100vw - 1140px) / 2 + 376px);
    min-width: calc((100vw - 1140px) / 2 + 376px);
    padding-top: 4rem;
    padding-left: calc((100vw - 1140px + 30px) / 2);
  }
  .obj-section-tbar .obj-inner-header .obj-title {
    font-size: 2.9rem;
    margin-bottom: 1rem;
  }
  .obj-section-tbar .obj-inner-header .obj-title-sub {
    font-size: 1.3rem;
  }
}
@media (min-width: 1430px) {
  .obj-section-tbar .obj-inner-header-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100vw - ((100vw - 1400px) / 2 + 376px));
            flex: 0 0 calc(100vw - ((100vw - 1400px) / 2 + 376px));
  }
  .obj-section-tbar .obj-inner-header-info .obj-figure img {
    width: 100%;
  }
  .obj-section-tbar .obj-inner-header-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100vw - 1400px) / 2 + 376px);
            flex: 0 0 calc((100vw - 1400px) / 2 + 376px);
    min-width: calc((100vw - 1400px) / 2 + 376px);
    padding-right: 0;
    padding-left: calc((100vw - 1400px + 30px) / 2);
  }
}
@media (min-width: 1570px) {
  .obj-section-tbar .obj-inner-header-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100vw - ((100vw - 1570px) / 2 + 376px));
            flex: 0 0 calc(100vw - ((100vw - 1570px) / 2 + 376px));
  }
  .obj-section-tbar .obj-inner-header-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100vw - 1570px) / 2 + 376px);
            flex: 0 0 calc((100vw - 1570px) / 2 + 376px);
    min-width: calc((100vw - 1570px) / 2 + 376px);
    padding-left: calc((100vw - 1570px + 30px) / 2);
  }
}
.obj-section-tbar.has-gallery .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.obj-section-tbar.has-gallery .owl-carousel .obj-figure {
  visibility: hidden;
  display: none;
}
.obj-section-tbar.has-gallery .owl-carousel .obj-figure:first-child {
  display: block;
}
.obj-section-tbar.has-gallery .owl-carousel.owl-loaded .obj-figure {
  display: block;
  visibility: visible;
}
@media (min-width: 992px) {
  .obj-section-tbar.has-gallery .obj-inner-header-info {
    width: calc(100vw - ((100vw - 960px) / 2 + 376px));
  }
}
.obj-section-tbar.remove-min-height .obj-inner-header-info .obj-figure img {
  min-height: inherit;
}

@media (min-width: 1430px) {
  .header-wrap,
  .main-content {
    position: relative;
  }
  .header-wrap {
    z-index: 5;
  }
}
.obj-holder-banner .obj-inner {
  min-height: 640px;
}
.obj-holder-banner .obj-inner:before {
  content: "";
  height: 640px;
}
.obj-holder-banner .obj-inner .obj-item-banner {
  min-height: 640px;
  height: 100vh;
}
.obj-holder-banner .obj-inner .obj-item-banner:before {
  content: "";
  height: 640px;
}
.obj-holder-banner .obj-inner-section-bg.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.obj-holder-banner .obj-inner-section-bg.owl-theme .owl-dots .owl-dot {
  display: block;
}
.obj-holder-banner .obj-inner-section-header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.obj-holder-banner .obj-inner-section-header .container {
  position: relative;
}
.obj-holder-banner .obj-inner-section-header .obj-item-title {
  color: #009AC7;
  text-transform: uppercase;
  position: relative;
  pointer-events: none;
}
.obj-holder-banner .obj-inner-section-header .obj-item-title-sub {
  font-size: 0.7rem;
}
.obj-holder-banner .obj-inner-section-header .obj-inner-item {
  padding-top: 100px;
  height: 100vh;
  color: #009AC7;
}
.obj-holder-banner .obj-inner-section-header .obj-navi-holder {
  position: absolute;
  top: 50%;
  right: 0;
}
.obj-holder-banner .obj-inner-section-header .obj-navi-holder .owl-dot {
  background: none;
  border: 0 none;
}
.obj-holder-banner .obj-scroll-to {
  position: absolute;
  right: 50%;
  bottom: 0;
  color: #fff;
  z-index: 100;
  font-size: 2em;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  padding: 1em;
}
.obj-holder-banner .obj-scroll-to .obj-i-wrap {
  position: relative;
  top: 0;
}
.obj-holder-banner .obj-scroll-to:hover .obj-i-wrap {
  top: -0.2em;
}

.obj-content blockquote {
  color: #444;
  font-style: italic;
}
.obj-content .obj-title .obj-i-dot {
  display: inline-block;
  vertical-align: middle;
  background-color: #444;
  border-radius: 200rem;
}
.obj-content .obj-title .obj-svg-holder {
  position: relative;
  display: block;
  padding-bottom: 102px;
}
.obj-content .obj-title .obj-svg-wrap svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.obj-content .obj-context > *:last-child {
  margin-bottom: 0;
}
.obj-content .obj-context strong {
  text-transform: uppercase;
}
.obj-content .obj-context ul li {
  margin-bottom: 0.25rem;
}
.obj-content .obj-btn-wrap {
  row-gap: 1rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.obj-content .obj-btn-element {
  margin: 0;
}
.obj-content .obj-image img {
  border: 5px solid #fff;
}
.light .obj-content .obj-title-sub {
  color: #fff;
}
.light .obj-content .obj-title .obj-i-dot {
  background-color: #fff;
}
.light .obj-content .obj-context {
  color: #fff;
}
.light .obj-content ul li:before {
  background-color: #fff;
}
.light .obj-content .obj-btn * {
  text-shadow: none;
}
.obj-col-section-popup .obj-content .obj-title {
  color: #009AC7;
}
.obj-content-space-above .obj-title-sub {
  margin-bottom: 1rem;
}
.has-link:hover .obj-content .obj-image img {
  border-color: #444;
}
.obj-content-style-1 .obj-title b {
  color: #009AC7;
}
.obj-content-style-2 .obj-title {
  margin-right: 30px;
  margin-left: 30px;
}
.obj-content-style-3 .obj-inner {
  color: #fff;
  padding: 0 15px;
}
.obj-content-style-3 .obj-btn {
  border-color: #fff;
  color: #fff;
}
.obj-content-style-4 .obj-title {
  white-space: nowrap;
  color: #4b4b4b;
  font-weight: 100;
}
@media (min-width: 992px) {
  .obj-content-style-5 .obj-inner-body {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}

.obj-holder-btns .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.obj-holder-btns .obj-inner p {
  margin: 0;
}
.obj-holder-btns .obj-btn-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj-holder-btns .obj-btn-with-icon > .obj-svg-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.obj-holder-btns .obj-btn-with-icon > .obj-svg-holder svg {
  display: block;
}
.obj-holder-btns.text-center .obj-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ult-carousel-wrapper .slick-list {
  overflow: visible;
}
.ult-carousel-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ult-carousel-wrapper .slick-track .slick-slide {
  float: none;
  height: inherit;
}
.ult-carousel-wrapper .slick-slide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ult-carousel-wrapper .slick-slide.slick-active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .ult-carousel-wrapper .slick-prev {
    left: -2.5rem;
  }
  .ult-carousel-wrapper .slick-next {
    right: -2.5rem;
  }
}

.obj-content-slider {
  height: 100%;
}
.obj-content-slider .obj-inner {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.obj-content-slider .obj-inner .obj-figure {
  position: relative;
  padding-bottom: 8rem;
}
.obj-content-slider .obj-inner .obj-figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 992px) {
  .obj-content-slider .obj-inner {
    padding: 1rem 2rem 2rem;
  }
}

.obj-holder-content-custom .obj-inner ul {
  padding: 0;
  list-style: none;
}
.obj-holder-content-custom .obj-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.obj-holder-content-custom .obj-inner ul li a {
  color: #444;
  text-decoration: underline;
}
.obj-holder-content-custom .obj-inner ul li a:hover {
  color: #009AC7;
  text-decoration: none;
}
.obj-holder-content-custom .obj-inner ul li strong {
  font-weight: 400;
}
.obj-holder-content-custom .obj-inner ul li strong:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  font-weight: 700;
}
.obj-holder-content-custom .obj-inner ul li strong:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.obj-holder-content-custom .obj-inner ul li strong:last-child em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
}
@media (min-width: 1430px) {
  .obj-holder-content-custom .obj-inner ul li {
    margin: 0;
  }
  .obj-holder-content-custom .obj-inner ul li strong {
    gap: 1.5rem;
  }
  .obj-holder-content-custom .obj-inner ul li strong:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .obj-holder-content-custom .obj-inner ul li strong:last-child em {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wpb_text_column li, .obj-content li {
  margin-bottom: 1rem;
}
.wpb_text_column li:last-child, .obj-content li:last-child {
  margin-bottom: 0;
}
.wpb_text_column ul, .obj-content ul {
  padding-left: 1rem;
}
.wpb_text_column ul li, .obj-content ul li {
  position: relative;
}
.wpb_text_column ul:last-child, .obj-content ul:last-child {
  margin-bottom: 0;
}
.wpb_text_column ol, .obj-content ol {
  margin: 1.5rem 0 0;
}
.wpb_text_column ol:first-child, .obj-content ol:first-child {
  margin-top: 0;
}
.wpb_text_column ol:last-child, .obj-content ol:last-child {
  margin-bottom: 0;
}

.align-items-stretch > .col-has-fill > .col-inner {
  height: 100%;
}

.wsp-container .page_item_has_children > a {
  display: block;
  margin-bottom: 0.5rem;
}
.wsp-container > ul li {
  margin-bottom: 0.5rem;
}

.vc_column_container.has-link {
  position: relative;
}
.vc_column_container.has-link .obj-link-column {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.vc_column_container.has-link:hover .obj-context {
  color: #009AC7;
}
.vc_column_container.has-link:hover .obj-svg-image svg * {
  fill: #009AC7;
}

.vc_wp_custommenu.obj-menu-flex {
  margin-bottom: 0;
}
.vc_wp_custommenu.obj-menu-flex .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.vc_wp_custommenu.obj-menu-flex .menu-item {
  padding: 0 10px;
  text-align: center;
  display: inline-block;
}
.vc_wp_custommenu.obj-menu-flex .menu-item a {
  border: 0 none;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
}
.vc_wp_custommenu.obj-menu-flex .menu-item a:hover {
  color: #009AC7;
}
.vc_wp_custommenu.obj-menu-flex .menu-item a:hover .obj-svg-holder svg * {
  fill: #009AC7;
}
.vc_wp_custommenu.obj-menu-flex .menu-item .obj-svg-holder {
  display: block;
  margin-bottom: 1rem;
}
.vc_wp_custommenu.obj-menu-flex .menu-item .obj-svg-holder svg * {
  fill: #444;
}

.obj-col-holder-form .wpcf7, .obj-col-section .wpb_wrapper, .obj-col-holder-form .obj-content {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.obj-col-section-sm .wpb_wrapper {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.obj-col-section {
  width: 100%;
}
.obj-col-section > .vc_column-inner:first-child > .wpb_wrapper:first-child {
  padding-top: 5px;
}
.obj-row-section-no-pad .obj-col-section > .vc_column-inner:first-child > .wpb_wrapper:first-child {
  padding-top: 40px;
}
.obj-col-section > .vc_column-inner:first-child > .wpb_wrapper:last-child {
  padding-bottom: 40px;
}
.obj-col-section-top > .vc_column-inner:first-child > .wpb_wrapper:first-child {
  padding-top: 5px;
}
.obj-col-section-sm-top .wpb_wrapper {
  padding-top: 40px;
}
.obj-col-section-min-height .wpb_wrapper {
  padding-bottom: 35px;
}
.obj-col-holder-form .wpcf7 {
  padding: 0 15px 25px;
}

.has-content-bg .main-content {
  background: 0 0 no-repeat;
}

#header .nav-inner,
.main-content,
.header-wrap,
#footer {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.row-side-container > .col-sm-12 > .col-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.pl-container {
  padding-left: 15px;
  height: 100%;
  display: block;
}
@media (min-width: 992px) {
  .pl-container {
    padding-left: calc((100vw - 1200px - 30px) / 2);
  }
}
@media (min-width: 1430px) {
  .pl-container {
    padding-left: calc((100vw - 1570px) / 2);
  }
}

.obj-minify {
  overflow: hidden;
}
.obj-minify.active .obj-read-more {
  display: none;
}

.gform-theme--framework.gform_wrapper.gform-theme .gform_heading .gform_required_legend {
  display: none;
}
.footers .gform-theme--framework.gform_wrapper.gform-theme {
  --gf-form-gap-y:1rem;
  --gf-ctrl-bg-color:transparent;
  --gf-local-color:$color__white;
  --gf-ctrl-color:$color__white;
  --gf-ctrl-color-focus:$color__white;
  --gf-local-border-width: 0;
  --gf-ctrl-btn-border-color-focus-primary: $color__primary;
}
.footers .gform-theme--framework.gform_wrapper.gform-theme .gform_validation_errors {
  background-color: #fff;
}
.footers .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-html {
  color: #fff;
}
.footers .gform-theme--framework.gform_wrapper.gform-theme .gfield input,
.footers .gform-theme--framework.gform_wrapper.gform-theme .gfield select {
  border: 0 none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border-radius: 0;
  color: #fff;
}
.footers .gform-theme--framework.gform_wrapper.gform-theme .gfield input:focus,
.footers .gform-theme--framework.gform_wrapper.gform-theme .gfield select:focus {
  outline: 0 none;
}
.footers .gform-theme--framework.gform_wrapper.gform-theme .gfield select {
  background-image: none;
}
.footers .gform-theme--framework.gform_wrapper.gform-theme .gfield select option {
  color: #000;
}
.footers .gform-theme--framework.gform_wrapper.gform-theme .gfield_description {
  color: #fff;
}
.footers .gform-theme--framework.gform_wrapper.gform-theme .gform_footer .button.gform_button {
  border-radius: 0;
  background: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.footers .gform-theme--framework.gform_wrapper.gform-theme .gform_footer .button.gform_button:hover {
  background-color: #fff;
  color: #009AC7;
}
.gform-theme--framework.gform_wrapper.gform-theme .gform_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gform-theme--framework.gform_wrapper.gform-theme .gform_footer .button.gform_button {
  border-radius: 0;
}
.gform-theme--framework.gform_wrapper.gform-theme .gform_footer .button.gform_button:focus {
  outline: 0 none;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme {
  --gf-form-gap-y:1rem;
  --gf-ctrl-bg-color:transparent;
  --gf-local-color:$color__white;
  --gf-ctrl-color:$color__white;
  --gf-ctrl-color-focus:$color__white;
  --gf-local-border-width: 0;
  --gf-ctrl-btn-border-color-focus-primary: $color__primary;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield {
  -webkit-box-shadow: inset 0 0 0 2px #ccc;
          box-shadow: inset 0 0 0 2px #ccc;
  padding: 0.5rem 0.75rem;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield_label, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield_label {
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield_label::after, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield_label::after {
  content: "Optional";
  font-style: italic;
  color: #ccc;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield_label .gfield_required, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield_label .gfield_required {
  display: none;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield.gfield_contains_required .gfield_label::after, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield.gfield_contains_required .gfield_label::after {
  display: none;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield input, .main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield textarea, .main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield select, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield input, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield textarea, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield select {
  border: 0 none;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  padding: 0;
  font-size: 1rem;
  color: #444;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield input:focus, .main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield textarea:focus, .main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield select:focus, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield input:focus, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield textarea:focus, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield select:focus {
  outline-color: #009AC7;
  padding-left: 0.5rem;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield textarea, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield textarea {
  height: 10rem;
  min-height: 10rem;
  font-size: 1rem;
  color: #444;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: 2px dotted #ccc;
  background-color: #F9F9F9;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload .gform_drop_area, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload .gform_drop_area {
  border: 0 none;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload .gform_drop_area::before, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload .gform_drop_area::before {
  color: #009AC7;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload .button, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload .button {
  background-color: #009AC7;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload .gfield_description, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-fileupload .gfield_description {
  text-align: center;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-html, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-html {
  padding: 0;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-html small, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gfield--type-html small {
  font-size: 0.7rem;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gform_footer .button.gform_button, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gform_footer .button.gform_button {
  border-radius: 0;
  background: #009AC7;
}
.main-content .gform-theme--framework.gform_wrapper.gform-theme .gform_footer .button.gform_button:hover, .ult_modal .gform-theme--framework.gform_wrapper.gform-theme .gform_footer .button.gform_button:hover {
  background-color: #fff;
  color: #009AC7;
  -webkit-box-shadow: inset 0 0 0 1px #009AC7;
          box-shadow: inset 0 0 0 1px #009AC7;
}
@media (min-width: 992px) {
  .form-wrap-split .gform-theme--framework.gform_wrapper.gform-theme .gform_body {
    position: relative;
  }
  .form-wrap-split .gform-theme--framework.gform_wrapper.gform-theme .gform_fields {
    width: calc(50% - 0.5rem);
  }
  .form-wrap-split .gform-theme--framework.gform_wrapper.gform-theme .col-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% + 1rem);
  }
  .form-wrap-split .gform-theme--framework.gform_wrapper.gform-theme .col-right.gfield .ginput_container_textarea {
    height: calc(100% - 2rem);
  }
  .form-wrap-split .gform-theme--framework.gform_wrapper.gform-theme .col-right.gfield.gfield_error .ginput_container_textarea {
    height: calc(100% - 3rem);
  }
  .form-wrap-split .gform-theme--framework.gform_wrapper.gform-theme .col-right.gfield .textarea {
    height: 100%;
  }
}

.contain-form .ult_modal .ult_modal-body {
  padding-top: 2rem;
  padding-right: 2rem;
}

.slashed-i {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  height: 0.8rem;
  width: 1px;
  background: #009AC7;
  display: block;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.obj-holder-sns {
  max-width: 240px;
  margin: 0 auto;
}
.obj-holder-sns .obj-link-sns {
  color: #009AC7;
  display: block;
  font-size: 27px;
  height: 36px;
  width: 36px;
  line-height: 38px;
  text-align: center;
}
.main-content .obj-holder-sns {
  margin: 0;
}

#footer .obj-sns-holder {
  gap: 1rem;
}
#footer .obj-sns-holder .obj-link {
  color: #ddd;
  font-size: 2rem;
}
#footer .obj-sns-holder .obj-link:hover {
  color: #fff;
}
#footer .footer-col-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
}
@media (min-width: 992px) {
  #footer .footer-col-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#footer .footer-col-1 .footer-col-inner {
  border-bottom: 1px solid #fff;
}
@media (min-width: 1240px) {
  #footer .footer-col-1 .footer-col-inner {
    border-bottom: 0 none;
  }
}
@media (min-width: 1430px) {
  #footer .footer-col-1 .footer-col-inner {
    padding-right: 50px;
  }
}
@media (min-width: 1240px) {
  #footer .footer-col-1 {
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1430px) {
  #footer .footer-col-2 .footer-col-inner {
    padding-left: 50px;
  }
}
#footer .footer-col-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 992px) {
  #footer .footer-col-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 1240px) {
  #footer .footer-col-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1430px) {
  #footer .footer-col-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#footer .nav-footer .obj-ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
#footer .nav-footer .obj-ul .menu-item {
  display: block;
}
#footer .nav-footer .obj-ul .menu-item a {
  padding: 0.5rem 0;
  display: block;
  color: #fff;
}
@media (min-width: 768px) {
  #footer .nav-footer .obj-ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
#footer .obj-holder-sns {
  margin: 0;
}
#footer .footers {
  background-color: #009AC7;
}
#footer .obj-link {
  color: #4b4b4b;
}
#footer .obj-link-logo {
  color: #fff;
  max-width: 387px;
  padding-bottom: 97px;
}
#footer .obj-ul {
  padding: 0;
  margin: 0;
}
#footer .obj-ul li {
  list-style: none;
  display: inline-block;
  line-height: 1;
}
#footer .obj-ul li a {
  color: #ddd;
}
#footer .obj-ul li a:hover {
  color: #009AC7;
}
#footer .obj-col-info {
  color: #bbb;
  font-size: 0.67rem;
}
#footer .obj-col-info p {
  line-height: 1.2;
}
#footer .obj-col-info a {
  color: #fff;
}
#footer .obj-col-info .obj-i {
  color: #009AC7;
}
#footer .obj-col-info .obj-link {
  color: #fff;
  line-height: 1.5;
}
#footer .obj-col-info .obj-ul {
  margin-bottom: 20px;
}
#footer .obj-col-info .obj-ul .obj-li {
  margin-top: 20px;
  display: block;
}
#footer .obj-col-info.obj-text-built {
  font-size: 0.5rem;
}
#footer .obj-col-info.obj-text-built a {
  opacity: 0.5;
}
#footer .obj-col-info.obj-text-built a .obj-svg-holder {
  display: inline-block;
}
#footer .obj-col-info.obj-text-built a svg {
  width: 1.5rem;
  display: block;
}
#footer .obj-col-info.obj-text-built .hr {
  display: block;
  margin-bottom: 30px;
  line-height: 1px;
}
#footer .obj-col-info.obj-text-built .hr::before {
  content: "";
  height: 1px;
  width: 2rem;
  background-color: #bbb;
  display: inline-block;
}
#footer .obj-address {
  line-height: 1.9;
}
#footer .footer-widgets .obj-i-wrap {
  font-size: 42px;
}
#footer .footer-copyright {
  position: relative;
  background: #444;
}
#footer .footer-copyright .obj-ul {
  gap: 1rem;
}
#footer .footer-copyright .obj-ul li {
  color: #ddd;
  font-size: 0.8rem;
}
#footer .footer-copyright .obj-ul li a {
  text-decoration: underline;
}
#footer .footer-copyright .obj-ul li a:hover {
  text-decoration: none;
}
#footer .footer-copyright .obj-ul li.current-menu-item a {
  color: #009AC7;
}
#footer .footer-copyright .obj-ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
#footer .footer-copyright .obj-ul li.obj-li {
  padding-right: 0;
  border: 0 none;
  line-height: 1.5;
}
#footer .footer-copyright .obj-ul li.obj-li-0 {
  margin-bottom: 40px;
}
#footer .navbar-footer .menu-item {
  margin-bottom: 10px;
}
#footer .navbar-footer .menu-item .menu-link {
  color: #fff;
  text-decoration: none;
  padding: 0;
  line-height: 1.3;
}
#footer .navbar-footer .menu-item .menu-link:hover {
  text-decoration: underline;
}

.obj-holder-contact .obj-ul {
  margin: 0;
  padding: 0;
}
.obj-holder-contact .obj-ul .obj-li {
  padding: 0 0 0 2em;
  position: relative;
  margin: 5px 0 0;
}
.obj-holder-contact .obj-ul .obj-li .obj-link {
  color: #444;
}
.obj-holder-contact .obj-ul .obj-li address {
  margin: 0;
}
.obj-holder-contact .obj-ul .obj-li .obj-i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #00abe8;
}

.obj-form-wrap {
  position: relative;
}
.obj-form-wrap .search-field {
  border: 0 none;
  width: 100%;
  padding: 0.25rem 0.5rem;
}
.obj-form-wrap .search-form .obj-label {
  padding-right: 0;
  margin: 0;
}
.obj-form-wrap .search-form .obj-form-field .search-field {
  border: 2px solid #ccc;
  padding: 0.75rem 1rem;
}
.obj-form-wrap .search-form .obj-form-field .search-field:focus {
  outline: 1px solid #009AC7;
}
.obj-form-wrap .search-form .obj-btn-search {
  border: 0 none;
  color: #fff;
}
.obj-form-wrap .search-form .obj-btn-search:hover {
  color: #009AC7;
  background-color: #fff;
  -webkit-box-shadow: inset -1px 0 0 2px #ccc;
          box-shadow: inset -1px 0 0 2px #ccc;
}
.obj-form-wrap form.searchwp-form {
  background-color: #fff;
}
.obj-form-wrap form.searchwp-form .searchwp-form-input-container .swp-input {
  padding: 1rem 1.25rem;
  outline: 0 none;
  border: 0 none;
}

.searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result--title {
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  margin: 0;
}

.obj-holder-title-link {
  position: relative;
}
.obj-holder-title-link .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.obj-holder-title-link .obj-link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.obj-holder-title-link .obj-title {
  position: relative;
  font-size: 1.75rem;
  margin: 0;
}
.obj-holder-title-link .obj-title-sub {
  margin: 0;
  text-transform: uppercase;
}
.obj-holder-title-link:hover .obj-link {
  text-decoration: none;
}
.obj-holder-title-link:hover .obj-link-overlay {
  background-color: #009AC7;
}
.obj-holder-title-link.text-center .obj-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.light .obj-holder-title-link .obj-inner .obj-title {
  color: #fff;
}
.light .obj-holder-title-link .obj-inner .obj-title b {
  color: #fff;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: auto;
  touch-action: auto;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: auto;
  touch-action: auto;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #b9b9b9;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #009AC7;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  background: #b9b9b9;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 200em;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #009AC7;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: 0 none;
}

.obj-post-slider .obj-post-slider-inner {
  position: relative;
}
.obj-post-slider .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 3rem;
}
.obj-post-slider .slider-item {
  height: 100%;
}
.obj-post-slider .slider-item .obj-slider-item-bg {
  background: #009AC7 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
.obj-post-slider .slider-item-inner {
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 1px #009AC7;
          box-shadow: inset 0 0 0 1px #009AC7;
}
.obj-post-slider .slider-item .obj-figure {
  height: 186px;
  width: 186px;
  border-radius: 200em;
  overflow: hidden;
}
.obj-post-slider .slider-item .obj-figure-sm {
  height: 142px;
  width: 142px;
}
.obj-post-slider .slider-item .obj-info .obj-link {
  color: #fff;
}
.obj-post-slider .slider-item .obj-info .obj-link .obj-i-wrap {
  font-size: 2em;
}
.obj-post-slider .obj-btn-nav {
  display: none;
  position: absolute;
  top: 50%;
  left: -60px;
  border: 0 none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: 0 none;
  color: #444;
  background: #009AC7;
  border-radius: 200em;
  width: 45px;
  height: 45px;
  margin-top: -25px;
}
.obj-post-slider .obj-btn-nav.next {
  left: auto;
  right: -60px;
}
.obj-post-slider .obj-btn-nav .obj-i-wrap {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
  font-size: 1.5rem;
}
.obj-post-slider .obj-btn-nav .obj-i-wrap .svg-inline--fa path {
  color: #444;
}
.owl-carousel .owl-item img {
  height: auto;
}

.obj-holder-image-slider {
  width: 300%;
  position: relative;
  left: -100%;
}
.obj-holder-image-slider .owl-stage-outer {
  width: 300%;
}
@media (min-width: 1240px) {
  .obj-holder-image-slider .owl-stage-outer {
    width: 150%;
  }
}
.obj-holder-image-slider .owl-stage .owl-item {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 21px 0;
}
.obj-holder-image-slider .owl-stage .owl-item.active {
  -webkit-transform: scale(0.75) translateX(50%);
          transform: scale(0.75) translateX(50%);
  z-index: 1;
  opacity: 0.5;
}
.obj-holder-image-slider .owl-stage .owl-item.center {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
  opacity: 1;
}
.obj-holder-image-slider .owl-stage .owl-item.center + .active {
  -webkit-transform: scale(0.75) translateX(-50%);
          transform: scale(0.75) translateX(-50%);
}
.obj-holder-image-slider .owl-nav {
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.obj-holder-image-slider .owl-nav button.owl-prev, .obj-holder-image-slider .owl-nav button.owl-next {
  color: #009AC7;
  font-size: 3rem;
}
.obj-holder-image-slider .owl-nav button.owl-prev:hover, .obj-holder-image-slider .owl-nav button.owl-next:hover {
  color: #444;
}
@media (min-width: 992px) {
  .obj-holder-image-slider .owl-nav {
    right: 2rem;
    left: 2rem;
  }
}
@media (min-width: 1430px) {
  .obj-holder-image-slider .owl-nav {
    right: 7rem;
    left: 7rem;
  }
}
.obj-holder-image-slider .slider-item {
  position: relative;
  padding: 0 21px;
}
.obj-holder-image-slider .slider-item .obj-link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.obj-holder-image-slider .slider-item .obj-figure {
  position: relative;
  padding-bottom: 100%;
  -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 21px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.obj-holder-image-slider .slider-item .obj-figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.obj-holder-image-slider .slider-item .obj-title {
  font-size: 14px;
  color: #fff;
}
.obj-holder-image-slider .slider-item .obj-title .obj-svg-holder {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.obj-holder-image-slider .slider-item .obj-title .obj-svg-holder svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.obj-holder-image-slider .slider-item .obj-btn-element {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.obj-holder-image-slider .slider-item .obj-btn-element .obj-btn {
  color: #fff;
}
.obj-holder-image-slider .slider-item .obj-btn-element .obj-btn svg path {
  fill: #fff;
}
.obj-holder-image-slider .slider-item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.obj-holder-image-slider .slider-item-bg-holder {
  position: relative;
}
.obj-holder-image-slider .slider-item-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.obj-holder-image-slider .slider-item.slider-logo .obj-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 2rem;
  min-height: 18rem;
}
.obj-holder-image-slider .slider-item.slider-logo .obj-figure img {
  position: static;
  height: auto;
}
.obj-holder-image-slider .slider-item.slider-logo .obj-figure img.logo-brand {
  max-width: 80%;
}
@media (min-width: 992px) {
  .obj-holder-image-slider {
    width: 125%;
    left: -12.5%;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.row-has-shadow::before {
  content: "";
  position: absolute;
  top: -23px;
  right: 0;
  left: 0;
  display: block;
  height: 23px;
}
.row-has-ex {
  position: relative;
}
.row-has-ex > .obj-svg-holder .deco {
  position: absolute;
}
.row-has-ex > .obj-svg-holder .deco-top {
  top: 0;
}
.row-has-ex > .obj-svg-holder .deco-right {
  right: 0;
}
.row-has-ex > .obj-svg-holder .deco-bottom {
  bottom: 0;
}
.row-has-ex > .obj-svg-holder .deco-left {
  left: 0;
}
.row-has-ex > .obj-svg-holder .deco-angle {
  width: 60.3125vw;
}

.obj-holder-wc-cat .obj-cat-link {
  color: #009AC7;
}
.obj-holder-wc-cat .obj-cat-link:hover {
  color: #fff;
  text-decoration: none;
}
.obj-holder-wc-cat .obj-cat-span-icon {
  width: 165px;
  padding-bottom: 165px;
  position: relative;
  display: block;
  background-color: #009AC7;
  border-radius: 200em;
}
.obj-holder-wc-cat .obj-cat-span-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.obj-holder-wc-cat .obj-cat-span-icon .obj-svg-holder {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}
.obj-holder-wc-cat .obj-cat-span-title {
  color: #009AC7;
}

.obj-holder-product-cat .obj-inner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.obj-holder-product-cat .obj-inner .obj-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}
.obj-holder-product-cat .obj-inner .obj-item-inner {
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 100%;
}
.obj-holder-product-cat .obj-inner .obj-item-title {
  font-weight: 700;
}
.obj-holder-product-cat .obj-inner .obj-item-title .obj-link {
  display: block;
  padding: 1rem 0;
  font-size: 1rem;
}
.obj-holder-product-cat .obj-inner .obj-item-title .obj-link:hover {
  text-decoration: none;
}
.obj-holder-product-cat .obj-inner .obj-item-title .obj-link:hover .obj-text {
  color: #009AC7;
}
.obj-holder-product-cat .obj-inner .obj-item-title .obj-text {
  position: relative;
  top: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.obj-holder-product-cat .obj-inner .obj-item-title .obj-text-wrap {
  color: #444;
  font-size: 0.75rem;
  display: block;
  margin-top: -1.25rem;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.obj-holder-product-cat .obj-inner .obj-item-title .obj-text-sub {
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj-holder-product-cat .obj-inner .obj-item .obj-figure {
  display: block;
  position: relative;
  padding-bottom: 75%;
  min-height: 8rem;
}
.obj-holder-product-cat .obj-inner .obj-item .obj-figure .obj-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.obj-holder-product-cat .obj-inner .obj-item .obj-figure .obj-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.obj-holder-product-cat .obj-inner .obj-item:hover .obj-item-inner {
  -webkit-box-shadow: 0 15px 40px rgba(9, 63, 79, 0.2);
          box-shadow: 0 15px 40px rgba(9, 63, 79, 0.2);
}
.obj-holder-product-cat .obj-inner .obj-item:hover .obj-item-title .obj-text {
  top: -1.25rem;
}
.obj-holder-product-cat .obj-inner .obj-item:hover .obj-item-title .obj-text-wrap {
  opacity: 1;
}
@media (min-width: 992px) {
  .obj-holder-product-cat .obj-inner .obj-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3332%;
            flex: 0 0 33.3332%;
  }
}
@media (min-width: 1200px) {
  .obj-holder-product-cat .obj-inner .obj-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .obj-holder-product-cat.style-narrow .obj-inner .obj-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
  }
}

.obj-holder-repeatable-tile .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.obj-holder-repeatable-tile .obj-inner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media (min-width: 1240px) {
  .obj-holder-repeatable-tile .obj-inner-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .obj-holder-repeatable-tile .obj-inner-header .obj-box.featured {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
            flex: 0 0 66.6667%;
  }
  .obj-holder-repeatable-tile .obj-inner-header .obj-box.featured .obj-box-inner {
    display: block;
  }
  .obj-holder-repeatable-tile .obj-inner-header .obj-box.featured .obj-box-inner .obj-figure {
    height: 100%;
  }
  .obj-holder-repeatable-tile .obj-inner-header .obj-box.featured img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .obj-holder-repeatable-tile .obj-inner-header .obj-box.filled {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3332%;
            flex: 0 0 33.3332%;
  }
  .obj-holder-repeatable-tile .obj-inner-header .obj-box.filled .obj-box-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .obj-holder-repeatable-tile .obj-inner-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .obj-holder-repeatable-tile .obj-inner-body .obj-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.332%;
            flex: 0 0 33.332%;
  }
}
.obj-holder-repeatable-tile .obj-inner .obj-box {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.obj-holder-repeatable-tile .obj-inner .obj-box-inner {
  padding: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.obj-holder-repeatable-tile .obj-inner .obj-box .obj-title {
  font-family: "cronos-pro", sans-serif;
  color: #009AC7;
  font-weight: 700;
}
.obj-holder-repeatable-tile .obj-inner .obj-box .obj-link-wrap {
  padding-top: 2rem;
}
.obj-holder-repeatable-tile .obj-inner .obj-box.featured img {
  width: 100%;
}
.obj-holder-repeatable-tile .obj-inner .obj-box.featured .obj-box-inner {
  padding: 0;
}
.obj-holder-repeatable-tile .obj-inner .obj-box.filled {
  color: #fff;
}
.obj-holder-repeatable-tile .obj-inner .obj-box.filled .obj-box-inner {
  background-color: #009AC7;
}
.obj-holder-repeatable-tile .obj-inner .obj-box.filled .obj-title {
  color: #fff;
}
.obj-holder-repeatable-tile .obj-inner .obj-box.outline .obj-box-inner {
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
          box-shadow: inset 0 0 0 1px #ccc;
}

.obj-holder-repeatable-box .obj-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  padding: 1rem;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.obj-holder-repeatable-box .obj-inner .obj-box {
  color: #fff;
}
.obj-holder-repeatable-box .obj-inner .obj-box-inner {
  position: relative;
}
.obj-holder-repeatable-box .obj-inner .obj-box .obj-figure img {
  width: 100%;
}
.obj-holder-repeatable-box .obj-inner .obj-box-body {
  background-color: #000;
  padding: 1rem;
}
@media (min-width: 768px) {
  .obj-holder-repeatable-box .obj-inner {
    margin-right: -15px;
    margin-left: -15px;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box-inner {
    padding-top: 12rem;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box-bg .obj-figure {
    height: 100%;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box-bg .obj-figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box-body {
    position: relative;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.75);
  }
}
@media (min-width: 1200px) {
  .obj-holder-repeatable-box .obj-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box-inner {
    overflow: hidden;
    height: 100%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 9rem;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box-body {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    bottom: -3rem;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box-body .obj-link-wrap {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box-text {
    max-width: 28.5rem;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box:hover .obj-box-body {
    bottom: 0;
  }
  .obj-holder-repeatable-box .obj-inner .obj-box:hover .obj-box-body .obj-link-wrap {
    visibility: visible;
    opacity: 1;
  }
}

.obj-holder-location-container .obj-inner-header {
  margin-bottom: 2rem;
  text-align: center;
}
.obj-holder-location-container .obj-inner-body .obj-location {
  margin-top: 1px;
}
.obj-holder-location-container .obj-inner-body .obj-location:first-child {
  margin-top: 0;
}
.obj-holder-location-container .obj-inner-body .obj-location-wrap {
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}
.obj-holder-location-container .obj-inner-body .obj-location-title {
  line-height: 1.2;
  margin: 0;
}
.obj-holder-location-container .obj-inner-body .obj-location-title .obj-text-sub {
  color: #eee;
}
.obj-holder-location-container .obj-inner-body .obj-location-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.obj-holder-location-container .obj-inner-body .obj-location-title-sub {
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obj-holder-location-container .obj-inner-body .obj-location-title-sub .obj-text {
  white-space: nowrap;
}
.obj-holder-location-container .obj-inner-body .obj-location-title-sub .hr {
  height: 2px;
  background-color: rgba(0, 154, 199, 0.5);
  width: 100%;
}
.obj-holder-location-container .obj-inner-body .obj-location-title-nav {
  padding: 0.75rem 1rem;
  line-height: 1.2;
}
.obj-holder-location-container .obj-inner-body .obj-location-title-nav .obj-text-small {
  display: block;
  font-size: 0.75rem;
  opacity: 0.75;
}
.obj-holder-location-container .obj-inner-body .obj-location-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.obj-holder-location-container .obj-inner-body .obj-location-col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  height: 100%;
}
@media (min-width: 992px) {
  .obj-holder-location-container .obj-inner-body .obj-location-col.data {
    max-width: 25rem;
  }
}
.obj-holder-location-container .obj-inner-body .obj-location-col.embed-map .obj-location-col-inner {
  position: relative;
  height: 100%;
  min-height: 15rem;
  background-color: #444;
}
.obj-holder-location-container .obj-inner-body .obj-location-col.embed-map .obj-location-col-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.obj-holder-location-container .obj-inner-body .obj-location-col.embed-map .obj-location-col-inner .obj-btn-wrap {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.obj-holder-location-container .obj-inner-body .obj-location-col.review {
  padding: 1rem;
}
@media (min-width: 992px) {
  .obj-holder-location-container .obj-inner-body .obj-location-col.review {
    padding: 2rem;
    max-width: 25rem;
  }
}
@media (min-width: 992px) {
  .obj-holder-location-container .obj-inner-body .obj-location-col-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 25rem - 1px);
            flex: 0 0 calc(100% - 25rem - 1px);
    border-left: 1px solid #767676;
  }
}
@media (min-width: 1430px) {
  .obj-holder-location-container .obj-inner-body .obj-location-col-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1430px) {
  .obj-holder-location-container .obj-inner-body .obj-location-col {
    border-left: 1px solid #767676;
  }
  .obj-holder-location-container .obj-inner-body .obj-location-col:first-child {
    border: 0 none;
  }
}
.obj-holder-location-container .obj-inner-body .obj-location-data {
  padding-right: 1rem;
  padding-left: 1rem;
}
.obj-holder-location-container .obj-inner-body .obj-location-data.label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #009AC7;
  color: #fff;
}
@media (min-width: 992px) {
  .obj-holder-location-container .obj-inner-body .obj-location-data {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .obj-holder-location-container .obj-inner-body .obj-location-data.label {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.obj-holder-location-container .obj-inner-body .obj-location-data-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.obj-holder-location-container .obj-inner-body .obj-location-data-items .obj-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.obj-holder-location-container .obj-inner-body .obj-location-data-items .obj-dl-col {
  margin: 0;
  line-height: 1.2;
  font-size: 0.9rem;
}
.obj-holder-location-container .obj-inner-body .obj-location-data-items .obj-dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 7.5rem;
}
.obj-holder-location-container .obj-inner-body .obj-location-data-items .obj-dd-link {
  color: #444;
  text-decoration: underline;
}
.obj-holder-location-container .obj-inner-body .obj-location-data-items .obj-dd-link:hover {
  text-decoration: none;
}
.obj-holder-location-container .obj-inner-body .obj-location-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}
.obj-holder-location-container .obj-inner-body .obj-location-nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
          box-shadow: inset 0 0 0 1px #ddd;
  outline: 1px solid #ddd;
  background-color: #fff;
  color: #8A8C8E;
  font-weight: 700;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.obj-holder-location-container .obj-inner-body .obj-location-nav-item:hover {
  color: #fff;
  background-color: #009AC7;
}
.obj-holder-location-container .obj-inner-body .obj-location-nav-item.active_tab {
  -webkit-box-shadow: inset 0 0 0 1px #009AC7;
          box-shadow: inset 0 0 0 1px #009AC7;
  outline: 1px solid #009AC7;
  background-color: #009AC7;
  color: #fff;
  position: relative;
}
.obj-holder-location-container .obj-location.active .obj-location-title-wrap .obj-i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.obj-holder-location-container .obj-location.active .obj-location-info {
  padding-bottom: 2rem;
}
.obj-holder-location-container .obj-location.active .obj-location-col {
  display: block;
}
.obj-holder-location-container .obj-location.active .obj-location-data {
  display: block;
}
.obj-holder-location-container .obj-location.active .obj-location-data.active .obj-location-title-sub .obj-i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.obj-holder-location-container .obj-location.active .obj-location-data.active .obj-location-data-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.obj-holder-location-container [data-tab] [data-tab-nav] {
  display: none;
}
@media (min-width: 992px) {
  .obj-holder-location-container .obj-inner-body-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 3rem;
  }
  .obj-holder-location-container .obj-inner-body .obj-location {
    margin: 0;
    display: none;
  }
  .obj-holder-location-container .obj-inner-body .obj-location.active_tab {
    display: block;
  }
  .obj-holder-location-container .obj-inner-body .obj-location.active_tab .obj-location-title-wrap .obj-i-wrap {
    display: none;
  }
  .obj-holder-location-container .obj-inner-body .obj-location.active_tab .obj-location-data, .obj-holder-location-container .obj-inner-body .obj-location.active_tab .obj-location-col {
    display: block;
  }
  .obj-holder-location-container .obj-inner-body .obj-location-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .obj-holder-location-container .obj-inner-body .obj-location-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .obj-holder-location-container .obj-inner-body .obj-location-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(10rem, 33%, 24rem);
            flex: 0 0 clamp(10rem, 33%, 24rem);
    padding-bottom: 2rem;
  }
  .obj-holder-location-container [data-tab] [data-tab-nav] {
    display: block;
  }
  .obj-holder-location-container.navi_v .obj-inner-body .obj-location-col.embed-map {
    height: 100%;
  }
}
@media (min-width: 1430px) {
  .obj-holder-location-container.navi_v .obj-inner-body-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-data {
    padding-left: 3rem;
    padding-right: 0;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-data .obj-i-wrap {
    display: none;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-data.label {
    background: none;
    color: #009AC7;
    padding-top: 0;
    padding-bottom: 0;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-data.label .obj-text {
    font-size: 2rem;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-data.label .obj-text-sub {
    color: #444;
    font-weight: 600;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-data-items .obj-dt {
    max-width: 10rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-col-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 33rem);
            flex: 0 0 calc(100% - 33rem);
    border: 0 none;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-col.data {
    max-width: 30rem;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-col.embed-map {
    height: auto;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-col.embed-map .obj-location-col-inner {
    height: 28rem;
    border: 2px solid #ccc;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-wrap {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 18rem);
            flex: 0 0 calc(100% - 18rem);
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18rem;
            flex: 0 0 18rem;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-nav-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .obj-holder-location-container.navi_v .obj-inner-body-items .obj-location-nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.js [data-accordion] [data-accordion-target] {
  display: none;
}

.obj-holder-testimonial .blockquote {
  margin: 0;
  font-size: 1rem;
  font-style: normal;
  background: none;
  border: 0 none;
  color: #000;
}
.obj-holder-testimonial .blockquote::after {
  content: " ";
  display: block;
  height: 1rem;
}
.obj-holder-testimonial .obj-item-row-def .obj-i {
  font-style: normal;
}
.obj-holder-testimonial .obj-item-row-def .obj-i-wrap {
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #009AC7;
}
.obj-holder-testimonial .obj-item-row-def .obj-i-wrap:first-child {
  position: absolute;
  left: 0;
}
.obj-holder-testimonial .obj-item-row-def .obj-i-wrap:last-child {
  display: inline;
}
.obj-holder-testimonial .obj-item .obj-link .obj-i {
  font-size: 0.8em;
}
.obj-holder-testimonial .obj-item .review-image {
  margin-bottom: 1rem;
  gap: 1rem;
}
.obj-holder-testimonial .obj-item .review-image .review-rate {
  font-size: 1.3rem;
  line-height: 1;
}
.obj-holder-testimonial .obj-item .review-image .review-rate-indicate {
  position: relative;
  padding-bottom: 1em;
  width: 1em;
}
.obj-holder-testimonial .obj-item .review-image .review-rate-indicate svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.obj-holder-testimonial .obj-item .review-image .review-rate-counts {
  font-size: 1rem;
  line-height: 1.7;
}
.obj-holder-testimonial .obj-item-footer {
  margin-top: 3rem;
}
.obj-holder-testimonial .owl-nav {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.3;
}
.obj-holder-testimonial .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.obj-holder-testimonial .owl-nav button.owl-next, .obj-holder-testimonial .owl-nav button.owl-prev {
  color: #009AC7;
}
.obj-holder-testimonial .owl-nav button.owl-next:focus, .obj-holder-testimonial .owl-nav button.owl-prev:focus {
  outline: none;
}

.obj-holder-testimonial-wrap .obj-inner-footer {
  margin-top: 40px;
}
.obj-holder-testimonial-wrap .obj-inner-footer .obj-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  font-family: "Inter", sans-serif;
  border-bottom: 2px solid #000;
  font-size: 1.25rem;
}
.obj-holder-testimonial-wrap .obj-inner-footer .obj-link .obj-i-wrap svg {
  width: 1.25rem;
  height: auto;
}
.obj-holder-testimonial-wrap .obj-inner-footer .obj-link:hover {
  text-decoration: none;
  color: #009AC7;
  border-color: #009AC7;
}
.obj-holder-testimonial-wrap .page-title-sub {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.obj-holder-testimonial-wrap .page-title-sub b {
  color: #009AC7;
}
.obj-holder-testimonial-wrap.full {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .middle .obj-holder-testimonial-wrap.full {
    padding: 3rem;
  }
  .middle .obj-holder-testimonial-wrap.full .owl-nav {
    bottom: 0;
  }
}
.obj-holder-testimonial .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.obj-holder-testimonial .obj-item .review-image .review-rate {
  display: block;
  white-space: nowrap;
  font-weight: 700;
  color: #bbb;
}
.obj-holder-testimonial .obj-item .review-image .review-rate-score {
  color: #009AC7;
}
.obj-holder-testimonial .obj-item .review-image .review-rate-counts {
  line-height: 1;
  font-size: 0.7rem;
}
.obj-holder-testimonial .obj-item .review-image .review-rate-wrap {
  line-height: 1;
}
.obj-holder-testimonial .obj-item .blockquote {
  height: 12rem;
  overflow: auto;
  position: relative;
  padding-right: 1rem;
}
.obj-holder-testimonial .obj-item .blockquote-wrap {
  position: relative;
  margin-right: 0.1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .obj-holder-testimonial .obj-item .blockquote {
    height: 8rem;
  }
  .right-block-flex .obj-holder-testimonial .obj-item .blockquote {
    height: 11rem;
  }
}
@media (min-width: 1430px) {
  .obj-holder-testimonial .obj-item .blockquote {
    height: 16rem;
  }
}
.obj-holder-testimonial .obj-item .blockquote::-webkit-scrollbar, .obj-holder-testimonial .obj-item .blockquote::-webkit-scrollbar-thumb, .obj-holder-testimonial .obj-item .blockquote::-webkit-scrollbar-track {
  width: 8px;
  border: none;
  background: transparent;
}
.obj-holder-testimonial .obj-item .blockquote::-webkit-scrollbar-button, .obj-holder-testimonial .obj-item .blockquote::-webkit-scrollbar-track-piece, .obj-holder-testimonial .obj-item .blockquote::-webkit-scrollbar-corner, .obj-holder-testimonial .obj-item .blockquote::-webkit-resizer {
  display: none;
}
.obj-holder-testimonial .obj-item .blockquote::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #009AC7;
}
.obj-holder-testimonial .obj-item .blockquote::-webkit-scrollbar-track {
  background-image: url("../web3/assets/img/bg/scroll-bg.png");
  background-repeat: repeat-y;
  background-size: contain;
}
.obj-holder-testimonial .obj-item-text-reviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.obj-holder-testimonial .obj-item-text-reviewer.top {
  margin-bottom: 0.5rem;
}
.obj-holder-testimonial .obj-item-text-reviewer img.review-profile-img {
  width: 50px;
  height: 50px;
}
.obj-holder-testimonial .obj-item-text-reviewer .review-rate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
.obj-holder-testimonial .obj-item-text-reviewer .review-rate-indicates {
  color: #FFD800;
}
.obj-holder-testimonial .obj-item-text-reviewer .review-rate-indicates svg {
  height: 1.75rem;
  width: 1.75rem;
  color: #FFD800;
}
@media (min-width: 768px) {
  .obj-holder-testimonial .obj-item-text-reviewer .review-rate-indicates {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.obj-holder-testimonial .obj-item-text-reviewer .review-rate-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.obj-holder-testimonial .obj-item-text-reviewer .review-rate-profile-info .review-rate-param {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .obj-holder-testimonial .obj-item-text-reviewer .review-rate-profile-info .review-rate-param {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 1240px) {
  .obj-holder-testimonial .obj-item-text-reviewer .review-rate-profile-info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0.5rem;
  }
}

.obj-holder-title-link-btn .obj-inner-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 33rem;
}
.obj-holder-title-link-btn .obj-btn .obj-i {
  font-size: 1.25rem;
}
.obj-holder-title-link-btn.large .obj-inner-content {
  max-width: 70rem;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@media (min-width: 320px) {
  .m-xs-auto {
    margin: 0 auto;
  }
  .m-xs--20 {
    margin: -20px;
  }
  .my-xs--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-xs--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-xs--20 {
    margin-top: -20px;
  }
  .mr-xs--20 {
    margin-right: -20px;
  }
  .mb-xs--20 {
    margin-bottom: -20px;
  }
  .ml-xs--20 {
    margin-left: -20px;
  }
  .m-xs--15 {
    margin: -15px;
  }
  .my-xs--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-xs--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-xs--15 {
    margin-top: -15px;
  }
  .mr-xs--15 {
    margin-right: -15px;
  }
  .mb-xs--15 {
    margin-bottom: -15px;
  }
  .ml-xs--15 {
    margin-left: -15px;
  }
  .m-xs--10 {
    margin: -10px;
  }
  .my-xs--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-xs--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-xs--10 {
    margin-top: -10px;
  }
  .mr-xs--10 {
    margin-right: -10px;
  }
  .mb-xs--10 {
    margin-bottom: -10px;
  }
  .ml-xs--10 {
    margin-left: -10px;
  }
  .m-xs-0 {
    margin: 0px;
  }
  .my-xs-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-xs-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-xs-0 {
    margin-top: 0px;
  }
  .mr-xs-0 {
    margin-right: 0px;
  }
  .mb-xs-0 {
    margin-bottom: 0px;
  }
  .ml-xs-0 {
    margin-left: 0px;
  }
  .p-xs-0 {
    padding: 0px;
  }
  .pt-xs-0 {
    padding-top: 0px;
  }
  .py-xs-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-xs-0 {
    padding-right: 0px;
  }
  .px-xs-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-xs-0 {
    padding-bottom: 0px;
  }
  .pl-xs-0 {
    padding-left: 0px;
  }
  .m-xs-5 {
    margin: 5px;
  }
  .my-xs-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-xs-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mr-xs-5 {
    margin-right: 5px;
  }
  .mb-xs-5 {
    margin-bottom: 5px;
  }
  .ml-xs-5 {
    margin-left: 5px;
  }
  .p-xs-5 {
    padding: 5px;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  .py-xs-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-xs-5 {
    padding-right: 5px;
  }
  .px-xs-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-xs-5 {
    padding-bottom: 5px;
  }
  .pl-xs-5 {
    padding-left: 5px;
  }
  .m-xs-10 {
    margin: 10px;
  }
  .my-xs-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-xs-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mr-xs-10 {
    margin-right: 10px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .ml-xs-10 {
    margin-left: 10px;
  }
  .p-xs-10 {
    padding: 10px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .py-xs-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-xs-10 {
    padding-right: 10px;
  }
  .px-xs-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .pl-xs-10 {
    padding-left: 10px;
  }
  .m-xs-15 {
    margin: 15px;
  }
  .my-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-xs-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .mr-xs-15 {
    margin-right: 15px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .ml-xs-15 {
    margin-left: 15px;
  }
  .p-xs-15 {
    padding: 15px;
  }
  .pt-xs-15 {
    padding-top: 15px;
  }
  .py-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-xs-15 {
    padding-right: 15px;
  }
  .px-xs-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-xs-15 {
    padding-bottom: 15px;
  }
  .pl-xs-15 {
    padding-left: 15px;
  }
  .m-xs-20 {
    margin: 20px;
  }
  .my-xs-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-xs-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mr-xs-20 {
    margin-right: 20px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .ml-xs-20 {
    margin-left: 20px;
  }
  .p-xs-20 {
    padding: 20px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .py-xs-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-xs-20 {
    padding-right: 20px;
  }
  .px-xs-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pl-xs-20 {
    padding-left: 20px;
  }
  .m-xs-30 {
    margin: 30px;
  }
  .my-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-xs-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mr-xs-30 {
    margin-right: 30px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .ml-xs-30 {
    margin-left: 30px;
  }
  .p-xs-30 {
    padding: 30px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .py-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-xs-30 {
    padding-right: 30px;
  }
  .px-xs-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pl-xs-30 {
    padding-left: 30px;
  }
  .m-xs-35 {
    margin: 35px;
  }
  .my-xs-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-xs-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-xs-35 {
    margin-top: 35px;
  }
  .mr-xs-35 {
    margin-right: 35px;
  }
  .mb-xs-35 {
    margin-bottom: 35px;
  }
  .ml-xs-35 {
    margin-left: 35px;
  }
  .p-xs-35 {
    padding: 35px;
  }
  .pt-xs-35 {
    padding-top: 35px;
  }
  .py-xs-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-xs-35 {
    padding-right: 35px;
  }
  .px-xs-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-xs-35 {
    padding-bottom: 35px;
  }
  .pl-xs-35 {
    padding-left: 35px;
  }
  .m-xs-40 {
    margin: 40px;
  }
  .my-xs-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-xs-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mr-xs-40 {
    margin-right: 40px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .ml-xs-40 {
    margin-left: 40px;
  }
  .p-xs-40 {
    padding: 40px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .py-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-xs-40 {
    padding-right: 40px;
  }
  .px-xs-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pl-xs-40 {
    padding-left: 40px;
  }
  .m-xs-45 {
    margin: 45px;
  }
  .my-xs-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-xs-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-xs-45 {
    margin-top: 45px;
  }
  .mr-xs-45 {
    margin-right: 45px;
  }
  .mb-xs-45 {
    margin-bottom: 45px;
  }
  .ml-xs-45 {
    margin-left: 45px;
  }
  .p-xs-45 {
    padding: 45px;
  }
  .pt-xs-45 {
    padding-top: 45px;
  }
  .py-xs-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-xs-45 {
    padding-right: 45px;
  }
  .px-xs-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-xs-45 {
    padding-bottom: 45px;
  }
  .pl-xs-45 {
    padding-left: 45px;
  }
  .m-xs-50 {
    margin: 50px;
  }
  .my-xs-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-xs-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mr-xs-50 {
    margin-right: 50px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .ml-xs-50 {
    margin-left: 50px;
  }
  .p-xs-50 {
    padding: 50px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .py-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-xs-50 {
    padding-right: 50px;
  }
  .px-xs-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .pl-xs-50 {
    padding-left: 50px;
  }
  .m-xs-60 {
    margin: 60px;
  }
  .my-xs-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-xs-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mr-xs-60 {
    margin-right: 60px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .ml-xs-60 {
    margin-left: 60px;
  }
  .p-xs-60 {
    padding: 60px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .py-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-xs-60 {
    padding-right: 60px;
  }
  .px-xs-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .pl-xs-60 {
    padding-left: 60px;
  }
  .m-xs-70 {
    margin: 70px;
  }
  .my-xs-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-xs-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mr-xs-70 {
    margin-right: 70px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .ml-xs-70 {
    margin-left: 70px;
  }
  .p-xs-70 {
    padding: 70px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .py-xs-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-xs-70 {
    padding-right: 70px;
  }
  .px-xs-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .pl-xs-70 {
    padding-left: 70px;
  }
  .m-xs-80 {
    margin: 80px;
  }
  .my-xs-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-xs-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mr-xs-80 {
    margin-right: 80px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .ml-xs-80 {
    margin-left: 80px;
  }
  .p-xs-80 {
    padding: 80px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .py-xs-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-xs-80 {
    padding-right: 80px;
  }
  .px-xs-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pl-xs-80 {
    padding-left: 80px;
  }
  .m-xs-90 {
    margin: 90px;
  }
  .my-xs-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-xs-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mr-xs-90 {
    margin-right: 90px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .ml-xs-90 {
    margin-left: 90px;
  }
  .p-xs-90 {
    padding: 90px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .py-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-xs-90 {
    padding-right: 90px;
  }
  .px-xs-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .pl-xs-90 {
    padding-left: 90px;
  }
  .m-xs-100 {
    margin: 100px;
  }
  .my-xs-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-xs-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mr-xs-100 {
    margin-right: 100px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .ml-xs-100 {
    margin-left: 100px;
  }
  .p-xs-100 {
    padding: 100px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .py-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-xs-100 {
    padding-right: 100px;
  }
  .px-xs-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .pl-xs-100 {
    padding-left: 100px;
  }
  .m-xs-140 {
    margin: 140px;
  }
  .my-xs-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-xs-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-xs-140 {
    margin-top: 140px;
  }
  .mr-xs-140 {
    margin-right: 140px;
  }
  .mb-xs-140 {
    margin-bottom: 140px;
  }
  .ml-xs-140 {
    margin-left: 140px;
  }
  .p-xs-140 {
    padding: 140px;
  }
  .pt-xs-140 {
    padding-top: 140px;
  }
  .py-xs-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-xs-140 {
    padding-right: 140px;
  }
  .px-xs-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-xs-140 {
    padding-bottom: 140px;
  }
  .pl-xs-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-xs-auto {
    margin-right: auto;
  }
  .ml-xs-auto {
    margin-left: auto;
  }
  .h-xs-auto {
    height: auto;
  }
  .w-xs-auto {
    width: auto;
  }
  .h-xs-full {
    height: 100%;
  }
  .w-xs-full {
    width: 100%;
  }
}
@media (min-width: 375px) {
  .m-iphone6-auto {
    margin: 0 auto;
  }
  .m-iphone6--20 {
    margin: -20px;
  }
  .my-iphone6--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-iphone6--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-iphone6--20 {
    margin-top: -20px;
  }
  .mr-iphone6--20 {
    margin-right: -20px;
  }
  .mb-iphone6--20 {
    margin-bottom: -20px;
  }
  .ml-iphone6--20 {
    margin-left: -20px;
  }
  .m-iphone6--15 {
    margin: -15px;
  }
  .my-iphone6--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-iphone6--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-iphone6--15 {
    margin-top: -15px;
  }
  .mr-iphone6--15 {
    margin-right: -15px;
  }
  .mb-iphone6--15 {
    margin-bottom: -15px;
  }
  .ml-iphone6--15 {
    margin-left: -15px;
  }
  .m-iphone6--10 {
    margin: -10px;
  }
  .my-iphone6--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-iphone6--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-iphone6--10 {
    margin-top: -10px;
  }
  .mr-iphone6--10 {
    margin-right: -10px;
  }
  .mb-iphone6--10 {
    margin-bottom: -10px;
  }
  .ml-iphone6--10 {
    margin-left: -10px;
  }
  .m-iphone6-0 {
    margin: 0px;
  }
  .my-iphone6-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-iphone6-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-iphone6-0 {
    margin-top: 0px;
  }
  .mr-iphone6-0 {
    margin-right: 0px;
  }
  .mb-iphone6-0 {
    margin-bottom: 0px;
  }
  .ml-iphone6-0 {
    margin-left: 0px;
  }
  .p-iphone6-0 {
    padding: 0px;
  }
  .pt-iphone6-0 {
    padding-top: 0px;
  }
  .py-iphone6-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-iphone6-0 {
    padding-right: 0px;
  }
  .px-iphone6-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-iphone6-0 {
    padding-bottom: 0px;
  }
  .pl-iphone6-0 {
    padding-left: 0px;
  }
  .m-iphone6-5 {
    margin: 5px;
  }
  .my-iphone6-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-iphone6-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-iphone6-5 {
    margin-top: 5px;
  }
  .mr-iphone6-5 {
    margin-right: 5px;
  }
  .mb-iphone6-5 {
    margin-bottom: 5px;
  }
  .ml-iphone6-5 {
    margin-left: 5px;
  }
  .p-iphone6-5 {
    padding: 5px;
  }
  .pt-iphone6-5 {
    padding-top: 5px;
  }
  .py-iphone6-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-iphone6-5 {
    padding-right: 5px;
  }
  .px-iphone6-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-iphone6-5 {
    padding-bottom: 5px;
  }
  .pl-iphone6-5 {
    padding-left: 5px;
  }
  .m-iphone6-10 {
    margin: 10px;
  }
  .my-iphone6-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-iphone6-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-iphone6-10 {
    margin-top: 10px;
  }
  .mr-iphone6-10 {
    margin-right: 10px;
  }
  .mb-iphone6-10 {
    margin-bottom: 10px;
  }
  .ml-iphone6-10 {
    margin-left: 10px;
  }
  .p-iphone6-10 {
    padding: 10px;
  }
  .pt-iphone6-10 {
    padding-top: 10px;
  }
  .py-iphone6-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-iphone6-10 {
    padding-right: 10px;
  }
  .px-iphone6-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-iphone6-10 {
    padding-bottom: 10px;
  }
  .pl-iphone6-10 {
    padding-left: 10px;
  }
  .m-iphone6-15 {
    margin: 15px;
  }
  .my-iphone6-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-iphone6-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-iphone6-15 {
    margin-top: 15px;
  }
  .mr-iphone6-15 {
    margin-right: 15px;
  }
  .mb-iphone6-15 {
    margin-bottom: 15px;
  }
  .ml-iphone6-15 {
    margin-left: 15px;
  }
  .p-iphone6-15 {
    padding: 15px;
  }
  .pt-iphone6-15 {
    padding-top: 15px;
  }
  .py-iphone6-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-iphone6-15 {
    padding-right: 15px;
  }
  .px-iphone6-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-iphone6-15 {
    padding-bottom: 15px;
  }
  .pl-iphone6-15 {
    padding-left: 15px;
  }
  .m-iphone6-20 {
    margin: 20px;
  }
  .my-iphone6-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-iphone6-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-iphone6-20 {
    margin-top: 20px;
  }
  .mr-iphone6-20 {
    margin-right: 20px;
  }
  .mb-iphone6-20 {
    margin-bottom: 20px;
  }
  .ml-iphone6-20 {
    margin-left: 20px;
  }
  .p-iphone6-20 {
    padding: 20px;
  }
  .pt-iphone6-20 {
    padding-top: 20px;
  }
  .py-iphone6-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-iphone6-20 {
    padding-right: 20px;
  }
  .px-iphone6-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-iphone6-20 {
    padding-bottom: 20px;
  }
  .pl-iphone6-20 {
    padding-left: 20px;
  }
  .m-iphone6-30 {
    margin: 30px;
  }
  .my-iphone6-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-iphone6-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-iphone6-30 {
    margin-top: 30px;
  }
  .mr-iphone6-30 {
    margin-right: 30px;
  }
  .mb-iphone6-30 {
    margin-bottom: 30px;
  }
  .ml-iphone6-30 {
    margin-left: 30px;
  }
  .p-iphone6-30 {
    padding: 30px;
  }
  .pt-iphone6-30 {
    padding-top: 30px;
  }
  .py-iphone6-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-iphone6-30 {
    padding-right: 30px;
  }
  .px-iphone6-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-iphone6-30 {
    padding-bottom: 30px;
  }
  .pl-iphone6-30 {
    padding-left: 30px;
  }
  .m-iphone6-35 {
    margin: 35px;
  }
  .my-iphone6-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-iphone6-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-iphone6-35 {
    margin-top: 35px;
  }
  .mr-iphone6-35 {
    margin-right: 35px;
  }
  .mb-iphone6-35 {
    margin-bottom: 35px;
  }
  .ml-iphone6-35 {
    margin-left: 35px;
  }
  .p-iphone6-35 {
    padding: 35px;
  }
  .pt-iphone6-35 {
    padding-top: 35px;
  }
  .py-iphone6-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-iphone6-35 {
    padding-right: 35px;
  }
  .px-iphone6-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-iphone6-35 {
    padding-bottom: 35px;
  }
  .pl-iphone6-35 {
    padding-left: 35px;
  }
  .m-iphone6-40 {
    margin: 40px;
  }
  .my-iphone6-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-iphone6-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-iphone6-40 {
    margin-top: 40px;
  }
  .mr-iphone6-40 {
    margin-right: 40px;
  }
  .mb-iphone6-40 {
    margin-bottom: 40px;
  }
  .ml-iphone6-40 {
    margin-left: 40px;
  }
  .p-iphone6-40 {
    padding: 40px;
  }
  .pt-iphone6-40 {
    padding-top: 40px;
  }
  .py-iphone6-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-iphone6-40 {
    padding-right: 40px;
  }
  .px-iphone6-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-iphone6-40 {
    padding-bottom: 40px;
  }
  .pl-iphone6-40 {
    padding-left: 40px;
  }
  .m-iphone6-45 {
    margin: 45px;
  }
  .my-iphone6-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-iphone6-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-iphone6-45 {
    margin-top: 45px;
  }
  .mr-iphone6-45 {
    margin-right: 45px;
  }
  .mb-iphone6-45 {
    margin-bottom: 45px;
  }
  .ml-iphone6-45 {
    margin-left: 45px;
  }
  .p-iphone6-45 {
    padding: 45px;
  }
  .pt-iphone6-45 {
    padding-top: 45px;
  }
  .py-iphone6-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-iphone6-45 {
    padding-right: 45px;
  }
  .px-iphone6-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-iphone6-45 {
    padding-bottom: 45px;
  }
  .pl-iphone6-45 {
    padding-left: 45px;
  }
  .m-iphone6-50 {
    margin: 50px;
  }
  .my-iphone6-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-iphone6-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-iphone6-50 {
    margin-top: 50px;
  }
  .mr-iphone6-50 {
    margin-right: 50px;
  }
  .mb-iphone6-50 {
    margin-bottom: 50px;
  }
  .ml-iphone6-50 {
    margin-left: 50px;
  }
  .p-iphone6-50 {
    padding: 50px;
  }
  .pt-iphone6-50 {
    padding-top: 50px;
  }
  .py-iphone6-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-iphone6-50 {
    padding-right: 50px;
  }
  .px-iphone6-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-iphone6-50 {
    padding-bottom: 50px;
  }
  .pl-iphone6-50 {
    padding-left: 50px;
  }
  .m-iphone6-60 {
    margin: 60px;
  }
  .my-iphone6-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-iphone6-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-iphone6-60 {
    margin-top: 60px;
  }
  .mr-iphone6-60 {
    margin-right: 60px;
  }
  .mb-iphone6-60 {
    margin-bottom: 60px;
  }
  .ml-iphone6-60 {
    margin-left: 60px;
  }
  .p-iphone6-60 {
    padding: 60px;
  }
  .pt-iphone6-60 {
    padding-top: 60px;
  }
  .py-iphone6-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-iphone6-60 {
    padding-right: 60px;
  }
  .px-iphone6-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-iphone6-60 {
    padding-bottom: 60px;
  }
  .pl-iphone6-60 {
    padding-left: 60px;
  }
  .m-iphone6-70 {
    margin: 70px;
  }
  .my-iphone6-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-iphone6-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-iphone6-70 {
    margin-top: 70px;
  }
  .mr-iphone6-70 {
    margin-right: 70px;
  }
  .mb-iphone6-70 {
    margin-bottom: 70px;
  }
  .ml-iphone6-70 {
    margin-left: 70px;
  }
  .p-iphone6-70 {
    padding: 70px;
  }
  .pt-iphone6-70 {
    padding-top: 70px;
  }
  .py-iphone6-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-iphone6-70 {
    padding-right: 70px;
  }
  .px-iphone6-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-iphone6-70 {
    padding-bottom: 70px;
  }
  .pl-iphone6-70 {
    padding-left: 70px;
  }
  .m-iphone6-80 {
    margin: 80px;
  }
  .my-iphone6-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-iphone6-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-iphone6-80 {
    margin-top: 80px;
  }
  .mr-iphone6-80 {
    margin-right: 80px;
  }
  .mb-iphone6-80 {
    margin-bottom: 80px;
  }
  .ml-iphone6-80 {
    margin-left: 80px;
  }
  .p-iphone6-80 {
    padding: 80px;
  }
  .pt-iphone6-80 {
    padding-top: 80px;
  }
  .py-iphone6-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-iphone6-80 {
    padding-right: 80px;
  }
  .px-iphone6-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-iphone6-80 {
    padding-bottom: 80px;
  }
  .pl-iphone6-80 {
    padding-left: 80px;
  }
  .m-iphone6-90 {
    margin: 90px;
  }
  .my-iphone6-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-iphone6-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-iphone6-90 {
    margin-top: 90px;
  }
  .mr-iphone6-90 {
    margin-right: 90px;
  }
  .mb-iphone6-90 {
    margin-bottom: 90px;
  }
  .ml-iphone6-90 {
    margin-left: 90px;
  }
  .p-iphone6-90 {
    padding: 90px;
  }
  .pt-iphone6-90 {
    padding-top: 90px;
  }
  .py-iphone6-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-iphone6-90 {
    padding-right: 90px;
  }
  .px-iphone6-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-iphone6-90 {
    padding-bottom: 90px;
  }
  .pl-iphone6-90 {
    padding-left: 90px;
  }
  .m-iphone6-100 {
    margin: 100px;
  }
  .my-iphone6-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-iphone6-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-iphone6-100 {
    margin-top: 100px;
  }
  .mr-iphone6-100 {
    margin-right: 100px;
  }
  .mb-iphone6-100 {
    margin-bottom: 100px;
  }
  .ml-iphone6-100 {
    margin-left: 100px;
  }
  .p-iphone6-100 {
    padding: 100px;
  }
  .pt-iphone6-100 {
    padding-top: 100px;
  }
  .py-iphone6-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-iphone6-100 {
    padding-right: 100px;
  }
  .px-iphone6-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-iphone6-100 {
    padding-bottom: 100px;
  }
  .pl-iphone6-100 {
    padding-left: 100px;
  }
  .m-iphone6-140 {
    margin: 140px;
  }
  .my-iphone6-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-iphone6-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-iphone6-140 {
    margin-top: 140px;
  }
  .mr-iphone6-140 {
    margin-right: 140px;
  }
  .mb-iphone6-140 {
    margin-bottom: 140px;
  }
  .ml-iphone6-140 {
    margin-left: 140px;
  }
  .p-iphone6-140 {
    padding: 140px;
  }
  .pt-iphone6-140 {
    padding-top: 140px;
  }
  .py-iphone6-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-iphone6-140 {
    padding-right: 140px;
  }
  .px-iphone6-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-iphone6-140 {
    padding-bottom: 140px;
  }
  .pl-iphone6-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-iphone6-auto {
    margin-right: auto;
  }
  .ml-iphone6-auto {
    margin-left: auto;
  }
  .h-iphone6-auto {
    height: auto;
  }
  .w-iphone6-auto {
    width: auto;
  }
  .h-iphone6-full {
    height: 100%;
  }
  .w-iphone6-full {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .m-sm-auto {
    margin: 0 auto;
  }
  .m-sm--20 {
    margin: -20px;
  }
  .my-sm--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-sm--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-sm--20 {
    margin-top: -20px;
  }
  .mr-sm--20 {
    margin-right: -20px;
  }
  .mb-sm--20 {
    margin-bottom: -20px;
  }
  .ml-sm--20 {
    margin-left: -20px;
  }
  .m-sm--15 {
    margin: -15px;
  }
  .my-sm--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-sm--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-sm--15 {
    margin-top: -15px;
  }
  .mr-sm--15 {
    margin-right: -15px;
  }
  .mb-sm--15 {
    margin-bottom: -15px;
  }
  .ml-sm--15 {
    margin-left: -15px;
  }
  .m-sm--10 {
    margin: -10px;
  }
  .my-sm--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-sm--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-sm--10 {
    margin-top: -10px;
  }
  .mr-sm--10 {
    margin-right: -10px;
  }
  .mb-sm--10 {
    margin-bottom: -10px;
  }
  .ml-sm--10 {
    margin-left: -10px;
  }
  .m-sm-0 {
    margin: 0px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-sm-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .p-sm-0 {
    padding: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .px-sm-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .m-sm-5 {
    margin: 5px;
  }
  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-sm-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .p-sm-5 {
    padding: 5px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .px-sm-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-sm-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .px-sm-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .m-sm-15 {
    margin: 15px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-sm-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .p-sm-15 {
    padding: 15px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .px-sm-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-sm-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .px-sm-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-sm-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .px-sm-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .m-sm-35 {
    margin: 35px;
  }
  .my-sm-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-sm-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mr-sm-35 {
    margin-right: 35px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .ml-sm-35 {
    margin-left: 35px;
  }
  .p-sm-35 {
    padding: 35px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .py-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .px-sm-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-sm-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .px-sm-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .m-sm-45 {
    margin: 45px;
  }
  .my-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-sm-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mr-sm-45 {
    margin-right: 45px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .ml-sm-45 {
    margin-left: 45px;
  }
  .p-sm-45 {
    padding: 45px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .py-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .px-sm-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .m-sm-50 {
    margin: 50px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-sm-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .p-sm-50 {
    padding: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .px-sm-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .m-sm-60 {
    margin: 60px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-sm-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .p-sm-60 {
    padding: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .px-sm-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .m-sm-70 {
    margin: 70px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-sm-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .p-sm-70 {
    padding: 70px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .px-sm-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .m-sm-80 {
    margin: 80px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-sm-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .p-sm-80 {
    padding: 80px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .px-sm-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .m-sm-90 {
    margin: 90px;
  }
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-sm-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mr-sm-90 {
    margin-right: 90px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .ml-sm-90 {
    margin-left: 90px;
  }
  .p-sm-90 {
    padding: 90px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .px-sm-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .m-sm-100 {
    margin: 100px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-sm-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .p-sm-100 {
    padding: 100px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .px-sm-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .m-sm-140 {
    margin: 140px;
  }
  .my-sm-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-sm-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mr-sm-140 {
    margin-right: 140px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .ml-sm-140 {
    margin-left: 140px;
  }
  .p-sm-140 {
    padding: 140px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-sm-140 {
    padding-right: 140px;
  }
  .px-sm-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .pl-sm-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-sm-auto {
    margin-right: auto;
  }
  .ml-sm-auto {
    margin-left: auto;
  }
  .h-sm-auto {
    height: auto;
  }
  .w-sm-auto {
    width: auto;
  }
  .h-sm-full {
    height: 100%;
  }
  .w-sm-full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-md-auto {
    margin: 0 auto;
  }
  .m-md--20 {
    margin: -20px;
  }
  .my-md--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-md--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-md--20 {
    margin-top: -20px;
  }
  .mr-md--20 {
    margin-right: -20px;
  }
  .mb-md--20 {
    margin-bottom: -20px;
  }
  .ml-md--20 {
    margin-left: -20px;
  }
  .m-md--15 {
    margin: -15px;
  }
  .my-md--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-md--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-md--15 {
    margin-top: -15px;
  }
  .mr-md--15 {
    margin-right: -15px;
  }
  .mb-md--15 {
    margin-bottom: -15px;
  }
  .ml-md--15 {
    margin-left: -15px;
  }
  .m-md--10 {
    margin: -10px;
  }
  .my-md--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-md--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-md--10 {
    margin-top: -10px;
  }
  .mr-md--10 {
    margin-right: -10px;
  }
  .mb-md--10 {
    margin-bottom: -10px;
  }
  .ml-md--10 {
    margin-left: -10px;
  }
  .m-md-0 {
    margin: 0px;
  }
  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-md-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .p-md-0 {
    padding: 0px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .px-md-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .m-md-5 {
    margin: 5px;
  }
  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-md-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .p-md-5 {
    padding: 5px;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .px-md-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-md-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .px-md-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .m-md-15 {
    margin: 15px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-md-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .px-md-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-md-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .px-md-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-md-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .px-md-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .m-md-35 {
    margin: 35px;
  }
  .my-md-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-md-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-md-35 {
    margin-top: 35px;
  }
  .mr-md-35 {
    margin-right: 35px;
  }
  .mb-md-35 {
    margin-bottom: 35px;
  }
  .ml-md-35 {
    margin-left: 35px;
  }
  .p-md-35 {
    padding: 35px;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .py-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-md-35 {
    padding-right: 35px;
  }
  .px-md-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .pl-md-35 {
    padding-left: 35px;
  }
  .m-md-40 {
    margin: 40px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .px-md-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .m-md-45 {
    margin: 45px;
  }
  .my-md-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-md-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-md-45 {
    margin-top: 45px;
  }
  .mr-md-45 {
    margin-right: 45px;
  }
  .mb-md-45 {
    margin-bottom: 45px;
  }
  .ml-md-45 {
    margin-left: 45px;
  }
  .p-md-45 {
    padding: 45px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .py-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-md-45 {
    padding-right: 45px;
  }
  .px-md-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .pl-md-45 {
    padding-left: 45px;
  }
  .m-md-50 {
    margin: 50px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-md-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .p-md-50 {
    padding: 50px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .px-md-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .m-md-60 {
    margin: 60px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-md-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .ml-md-60 {
    margin-left: 60px;
  }
  .p-md-60 {
    padding: 60px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .px-md-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .m-md-70 {
    margin: 70px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-md-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .ml-md-70 {
    margin-left: 70px;
  }
  .p-md-70 {
    padding: 70px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .px-md-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .m-md-80 {
    margin: 80px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-md-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .p-md-80 {
    padding: 80px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .px-md-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .m-md-90 {
    margin: 90px;
  }
  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-md-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mr-md-90 {
    margin-right: 90px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .ml-md-90 {
    margin-left: 90px;
  }
  .p-md-90 {
    padding: 90px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-md-90 {
    padding-right: 90px;
  }
  .px-md-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pl-md-90 {
    padding-left: 90px;
  }
  .m-md-100 {
    margin: 100px;
  }
  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-md-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .p-md-100 {
    padding: 100px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .px-md-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .m-md-140 {
    margin: 140px;
  }
  .my-md-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-md-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mr-md-140 {
    margin-right: 140px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .ml-md-140 {
    margin-left: 140px;
  }
  .p-md-140 {
    padding: 140px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-md-140 {
    padding-right: 140px;
  }
  .px-md-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .pl-md-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-md-auto {
    margin-right: auto;
  }
  .ml-md-auto {
    margin-left: auto;
  }
  .h-md-auto {
    height: auto;
  }
  .w-md-auto {
    width: auto;
  }
  .h-md-full {
    height: 100%;
  }
  .w-md-full {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-lg-auto {
    margin: 0 auto;
  }
  .m-lg--20 {
    margin: -20px;
  }
  .my-lg--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-lg--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-lg--20 {
    margin-top: -20px;
  }
  .mr-lg--20 {
    margin-right: -20px;
  }
  .mb-lg--20 {
    margin-bottom: -20px;
  }
  .ml-lg--20 {
    margin-left: -20px;
  }
  .m-lg--15 {
    margin: -15px;
  }
  .my-lg--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-lg--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-lg--15 {
    margin-top: -15px;
  }
  .mr-lg--15 {
    margin-right: -15px;
  }
  .mb-lg--15 {
    margin-bottom: -15px;
  }
  .ml-lg--15 {
    margin-left: -15px;
  }
  .m-lg--10 {
    margin: -10px;
  }
  .my-lg--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-lg--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-lg--10 {
    margin-top: -10px;
  }
  .mr-lg--10 {
    margin-right: -10px;
  }
  .mb-lg--10 {
    margin-bottom: -10px;
  }
  .ml-lg--10 {
    margin-left: -10px;
  }
  .m-lg-0 {
    margin: 0px;
  }
  .my-lg-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-lg-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .p-lg-0 {
    padding: 0px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .px-lg-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .m-lg-5 {
    margin: 5px;
  }
  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-lg-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .p-lg-5 {
    padding: 5px;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .px-lg-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-lg-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .px-lg-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .m-lg-15 {
    margin: 15px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-lg-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .px-lg-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-lg-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .px-lg-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-lg-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .px-lg-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .m-lg-35 {
    margin: 35px;
  }
  .my-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-lg-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-lg-35 {
    margin-top: 35px;
  }
  .mr-lg-35 {
    margin-right: 35px;
  }
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .ml-lg-35 {
    margin-left: 35px;
  }
  .p-lg-35 {
    padding: 35px;
  }
  .pt-lg-35 {
    padding-top: 35px;
  }
  .py-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-lg-35 {
    padding-right: 35px;
  }
  .px-lg-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-lg-35 {
    padding-bottom: 35px;
  }
  .pl-lg-35 {
    padding-left: 35px;
  }
  .m-lg-40 {
    margin: 40px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-lg-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .px-lg-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .m-lg-45 {
    margin: 45px;
  }
  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-lg-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mr-lg-45 {
    margin-right: 45px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .ml-lg-45 {
    margin-left: 45px;
  }
  .p-lg-45 {
    padding: 45px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .px-lg-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .m-lg-50 {
    margin: 50px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-lg-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .p-lg-50 {
    padding: 50px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .px-lg-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .m-lg-60 {
    margin: 60px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-lg-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .p-lg-60 {
    padding: 60px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .px-lg-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .m-lg-70 {
    margin: 70px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-lg-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .p-lg-70 {
    padding: 70px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .px-lg-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .m-lg-80 {
    margin: 80px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-lg-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .p-lg-80 {
    padding: 80px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .px-lg-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .m-lg-90 {
    margin: 90px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-lg-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mr-lg-90 {
    margin-right: 90px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .ml-lg-90 {
    margin-left: 90px;
  }
  .p-lg-90 {
    padding: 90px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .px-lg-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .m-lg-100 {
    margin: 100px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-lg-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .p-lg-100 {
    padding: 100px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .px-lg-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .m-lg-140 {
    margin: 140px;
  }
  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-lg-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mr-lg-140 {
    margin-right: 140px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .ml-lg-140 {
    margin-left: 140px;
  }
  .p-lg-140 {
    padding: 140px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-lg-140 {
    padding-right: 140px;
  }
  .px-lg-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .pl-lg-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-lg-auto {
    margin-right: auto;
  }
  .ml-lg-auto {
    margin-left: auto;
  }
  .h-lg-auto {
    height: auto;
  }
  .w-lg-auto {
    width: auto;
  }
  .h-lg-full {
    height: 100%;
  }
  .w-lg-full {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .m-landscape-auto {
    margin: 0 auto;
  }
  .m-landscape--20 {
    margin: -20px;
  }
  .my-landscape--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-landscape--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-landscape--20 {
    margin-top: -20px;
  }
  .mr-landscape--20 {
    margin-right: -20px;
  }
  .mb-landscape--20 {
    margin-bottom: -20px;
  }
  .ml-landscape--20 {
    margin-left: -20px;
  }
  .m-landscape--15 {
    margin: -15px;
  }
  .my-landscape--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-landscape--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-landscape--15 {
    margin-top: -15px;
  }
  .mr-landscape--15 {
    margin-right: -15px;
  }
  .mb-landscape--15 {
    margin-bottom: -15px;
  }
  .ml-landscape--15 {
    margin-left: -15px;
  }
  .m-landscape--10 {
    margin: -10px;
  }
  .my-landscape--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-landscape--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-landscape--10 {
    margin-top: -10px;
  }
  .mr-landscape--10 {
    margin-right: -10px;
  }
  .mb-landscape--10 {
    margin-bottom: -10px;
  }
  .ml-landscape--10 {
    margin-left: -10px;
  }
  .m-landscape-0 {
    margin: 0px;
  }
  .my-landscape-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-landscape-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-landscape-0 {
    margin-top: 0px;
  }
  .mr-landscape-0 {
    margin-right: 0px;
  }
  .mb-landscape-0 {
    margin-bottom: 0px;
  }
  .ml-landscape-0 {
    margin-left: 0px;
  }
  .p-landscape-0 {
    padding: 0px;
  }
  .pt-landscape-0 {
    padding-top: 0px;
  }
  .py-landscape-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-landscape-0 {
    padding-right: 0px;
  }
  .px-landscape-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-landscape-0 {
    padding-bottom: 0px;
  }
  .pl-landscape-0 {
    padding-left: 0px;
  }
  .m-landscape-5 {
    margin: 5px;
  }
  .my-landscape-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-landscape-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-landscape-5 {
    margin-top: 5px;
  }
  .mr-landscape-5 {
    margin-right: 5px;
  }
  .mb-landscape-5 {
    margin-bottom: 5px;
  }
  .ml-landscape-5 {
    margin-left: 5px;
  }
  .p-landscape-5 {
    padding: 5px;
  }
  .pt-landscape-5 {
    padding-top: 5px;
  }
  .py-landscape-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-landscape-5 {
    padding-right: 5px;
  }
  .px-landscape-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-landscape-5 {
    padding-bottom: 5px;
  }
  .pl-landscape-5 {
    padding-left: 5px;
  }
  .m-landscape-10 {
    margin: 10px;
  }
  .my-landscape-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-landscape-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-landscape-10 {
    margin-top: 10px;
  }
  .mr-landscape-10 {
    margin-right: 10px;
  }
  .mb-landscape-10 {
    margin-bottom: 10px;
  }
  .ml-landscape-10 {
    margin-left: 10px;
  }
  .p-landscape-10 {
    padding: 10px;
  }
  .pt-landscape-10 {
    padding-top: 10px;
  }
  .py-landscape-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-landscape-10 {
    padding-right: 10px;
  }
  .px-landscape-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-landscape-10 {
    padding-bottom: 10px;
  }
  .pl-landscape-10 {
    padding-left: 10px;
  }
  .m-landscape-15 {
    margin: 15px;
  }
  .my-landscape-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-landscape-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-landscape-15 {
    margin-top: 15px;
  }
  .mr-landscape-15 {
    margin-right: 15px;
  }
  .mb-landscape-15 {
    margin-bottom: 15px;
  }
  .ml-landscape-15 {
    margin-left: 15px;
  }
  .p-landscape-15 {
    padding: 15px;
  }
  .pt-landscape-15 {
    padding-top: 15px;
  }
  .py-landscape-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-landscape-15 {
    padding-right: 15px;
  }
  .px-landscape-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-landscape-15 {
    padding-bottom: 15px;
  }
  .pl-landscape-15 {
    padding-left: 15px;
  }
  .m-landscape-20 {
    margin: 20px;
  }
  .my-landscape-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-landscape-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-landscape-20 {
    margin-top: 20px;
  }
  .mr-landscape-20 {
    margin-right: 20px;
  }
  .mb-landscape-20 {
    margin-bottom: 20px;
  }
  .ml-landscape-20 {
    margin-left: 20px;
  }
  .p-landscape-20 {
    padding: 20px;
  }
  .pt-landscape-20 {
    padding-top: 20px;
  }
  .py-landscape-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-landscape-20 {
    padding-right: 20px;
  }
  .px-landscape-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-landscape-20 {
    padding-bottom: 20px;
  }
  .pl-landscape-20 {
    padding-left: 20px;
  }
  .m-landscape-30 {
    margin: 30px;
  }
  .my-landscape-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-landscape-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-landscape-30 {
    margin-top: 30px;
  }
  .mr-landscape-30 {
    margin-right: 30px;
  }
  .mb-landscape-30 {
    margin-bottom: 30px;
  }
  .ml-landscape-30 {
    margin-left: 30px;
  }
  .p-landscape-30 {
    padding: 30px;
  }
  .pt-landscape-30 {
    padding-top: 30px;
  }
  .py-landscape-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-landscape-30 {
    padding-right: 30px;
  }
  .px-landscape-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-landscape-30 {
    padding-bottom: 30px;
  }
  .pl-landscape-30 {
    padding-left: 30px;
  }
  .m-landscape-35 {
    margin: 35px;
  }
  .my-landscape-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-landscape-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-landscape-35 {
    margin-top: 35px;
  }
  .mr-landscape-35 {
    margin-right: 35px;
  }
  .mb-landscape-35 {
    margin-bottom: 35px;
  }
  .ml-landscape-35 {
    margin-left: 35px;
  }
  .p-landscape-35 {
    padding: 35px;
  }
  .pt-landscape-35 {
    padding-top: 35px;
  }
  .py-landscape-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-landscape-35 {
    padding-right: 35px;
  }
  .px-landscape-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-landscape-35 {
    padding-bottom: 35px;
  }
  .pl-landscape-35 {
    padding-left: 35px;
  }
  .m-landscape-40 {
    margin: 40px;
  }
  .my-landscape-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-landscape-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-landscape-40 {
    margin-top: 40px;
  }
  .mr-landscape-40 {
    margin-right: 40px;
  }
  .mb-landscape-40 {
    margin-bottom: 40px;
  }
  .ml-landscape-40 {
    margin-left: 40px;
  }
  .p-landscape-40 {
    padding: 40px;
  }
  .pt-landscape-40 {
    padding-top: 40px;
  }
  .py-landscape-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-landscape-40 {
    padding-right: 40px;
  }
  .px-landscape-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-landscape-40 {
    padding-bottom: 40px;
  }
  .pl-landscape-40 {
    padding-left: 40px;
  }
  .m-landscape-45 {
    margin: 45px;
  }
  .my-landscape-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-landscape-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-landscape-45 {
    margin-top: 45px;
  }
  .mr-landscape-45 {
    margin-right: 45px;
  }
  .mb-landscape-45 {
    margin-bottom: 45px;
  }
  .ml-landscape-45 {
    margin-left: 45px;
  }
  .p-landscape-45 {
    padding: 45px;
  }
  .pt-landscape-45 {
    padding-top: 45px;
  }
  .py-landscape-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-landscape-45 {
    padding-right: 45px;
  }
  .px-landscape-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-landscape-45 {
    padding-bottom: 45px;
  }
  .pl-landscape-45 {
    padding-left: 45px;
  }
  .m-landscape-50 {
    margin: 50px;
  }
  .my-landscape-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-landscape-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-landscape-50 {
    margin-top: 50px;
  }
  .mr-landscape-50 {
    margin-right: 50px;
  }
  .mb-landscape-50 {
    margin-bottom: 50px;
  }
  .ml-landscape-50 {
    margin-left: 50px;
  }
  .p-landscape-50 {
    padding: 50px;
  }
  .pt-landscape-50 {
    padding-top: 50px;
  }
  .py-landscape-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-landscape-50 {
    padding-right: 50px;
  }
  .px-landscape-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-landscape-50 {
    padding-bottom: 50px;
  }
  .pl-landscape-50 {
    padding-left: 50px;
  }
  .m-landscape-60 {
    margin: 60px;
  }
  .my-landscape-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-landscape-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-landscape-60 {
    margin-top: 60px;
  }
  .mr-landscape-60 {
    margin-right: 60px;
  }
  .mb-landscape-60 {
    margin-bottom: 60px;
  }
  .ml-landscape-60 {
    margin-left: 60px;
  }
  .p-landscape-60 {
    padding: 60px;
  }
  .pt-landscape-60 {
    padding-top: 60px;
  }
  .py-landscape-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-landscape-60 {
    padding-right: 60px;
  }
  .px-landscape-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-landscape-60 {
    padding-bottom: 60px;
  }
  .pl-landscape-60 {
    padding-left: 60px;
  }
  .m-landscape-70 {
    margin: 70px;
  }
  .my-landscape-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-landscape-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-landscape-70 {
    margin-top: 70px;
  }
  .mr-landscape-70 {
    margin-right: 70px;
  }
  .mb-landscape-70 {
    margin-bottom: 70px;
  }
  .ml-landscape-70 {
    margin-left: 70px;
  }
  .p-landscape-70 {
    padding: 70px;
  }
  .pt-landscape-70 {
    padding-top: 70px;
  }
  .py-landscape-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-landscape-70 {
    padding-right: 70px;
  }
  .px-landscape-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-landscape-70 {
    padding-bottom: 70px;
  }
  .pl-landscape-70 {
    padding-left: 70px;
  }
  .m-landscape-80 {
    margin: 80px;
  }
  .my-landscape-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-landscape-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-landscape-80 {
    margin-top: 80px;
  }
  .mr-landscape-80 {
    margin-right: 80px;
  }
  .mb-landscape-80 {
    margin-bottom: 80px;
  }
  .ml-landscape-80 {
    margin-left: 80px;
  }
  .p-landscape-80 {
    padding: 80px;
  }
  .pt-landscape-80 {
    padding-top: 80px;
  }
  .py-landscape-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-landscape-80 {
    padding-right: 80px;
  }
  .px-landscape-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-landscape-80 {
    padding-bottom: 80px;
  }
  .pl-landscape-80 {
    padding-left: 80px;
  }
  .m-landscape-90 {
    margin: 90px;
  }
  .my-landscape-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-landscape-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-landscape-90 {
    margin-top: 90px;
  }
  .mr-landscape-90 {
    margin-right: 90px;
  }
  .mb-landscape-90 {
    margin-bottom: 90px;
  }
  .ml-landscape-90 {
    margin-left: 90px;
  }
  .p-landscape-90 {
    padding: 90px;
  }
  .pt-landscape-90 {
    padding-top: 90px;
  }
  .py-landscape-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-landscape-90 {
    padding-right: 90px;
  }
  .px-landscape-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-landscape-90 {
    padding-bottom: 90px;
  }
  .pl-landscape-90 {
    padding-left: 90px;
  }
  .m-landscape-100 {
    margin: 100px;
  }
  .my-landscape-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-landscape-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-landscape-100 {
    margin-top: 100px;
  }
  .mr-landscape-100 {
    margin-right: 100px;
  }
  .mb-landscape-100 {
    margin-bottom: 100px;
  }
  .ml-landscape-100 {
    margin-left: 100px;
  }
  .p-landscape-100 {
    padding: 100px;
  }
  .pt-landscape-100 {
    padding-top: 100px;
  }
  .py-landscape-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-landscape-100 {
    padding-right: 100px;
  }
  .px-landscape-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-landscape-100 {
    padding-bottom: 100px;
  }
  .pl-landscape-100 {
    padding-left: 100px;
  }
  .m-landscape-140 {
    margin: 140px;
  }
  .my-landscape-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-landscape-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-landscape-140 {
    margin-top: 140px;
  }
  .mr-landscape-140 {
    margin-right: 140px;
  }
  .mb-landscape-140 {
    margin-bottom: 140px;
  }
  .ml-landscape-140 {
    margin-left: 140px;
  }
  .p-landscape-140 {
    padding: 140px;
  }
  .pt-landscape-140 {
    padding-top: 140px;
  }
  .py-landscape-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-landscape-140 {
    padding-right: 140px;
  }
  .px-landscape-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-landscape-140 {
    padding-bottom: 140px;
  }
  .pl-landscape-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-landscape-auto {
    margin-right: auto;
  }
  .ml-landscape-auto {
    margin-left: auto;
  }
  .h-landscape-auto {
    height: auto;
  }
  .w-landscape-auto {
    width: auto;
  }
  .h-landscape-full {
    height: 100%;
  }
  .w-landscape-full {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .m-xl-auto {
    margin: 0 auto;
  }
  .m-xl--20 {
    margin: -20px;
  }
  .my-xl--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-xl--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-xl--20 {
    margin-top: -20px;
  }
  .mr-xl--20 {
    margin-right: -20px;
  }
  .mb-xl--20 {
    margin-bottom: -20px;
  }
  .ml-xl--20 {
    margin-left: -20px;
  }
  .m-xl--15 {
    margin: -15px;
  }
  .my-xl--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-xl--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-xl--15 {
    margin-top: -15px;
  }
  .mr-xl--15 {
    margin-right: -15px;
  }
  .mb-xl--15 {
    margin-bottom: -15px;
  }
  .ml-xl--15 {
    margin-left: -15px;
  }
  .m-xl--10 {
    margin: -10px;
  }
  .my-xl--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-xl--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-xl--10 {
    margin-top: -10px;
  }
  .mr-xl--10 {
    margin-right: -10px;
  }
  .mb-xl--10 {
    margin-bottom: -10px;
  }
  .ml-xl--10 {
    margin-left: -10px;
  }
  .m-xl-0 {
    margin: 0px;
  }
  .my-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-xl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .p-xl-0 {
    padding: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .py-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .px-xl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .m-xl-5 {
    margin: 5px;
  }
  .my-xl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-xl-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-xl-5 {
    margin-top: 5px;
  }
  .mr-xl-5 {
    margin-right: 5px;
  }
  .mb-xl-5 {
    margin-bottom: 5px;
  }
  .ml-xl-5 {
    margin-left: 5px;
  }
  .p-xl-5 {
    padding: 5px;
  }
  .pt-xl-5 {
    padding-top: 5px;
  }
  .py-xl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-xl-5 {
    padding-right: 5px;
  }
  .px-xl-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-xl-5 {
    padding-bottom: 5px;
  }
  .pl-xl-5 {
    padding-left: 5px;
  }
  .m-xl-10 {
    margin: 10px;
  }
  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-xl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .px-xl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .m-xl-15 {
    margin: 15px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-xl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .px-xl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .m-xl-20 {
    margin: 20px;
  }
  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-xl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .px-xl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-xl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .px-xl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .m-xl-35 {
    margin: 35px;
  }
  .my-xl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-xl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-xl-35 {
    margin-top: 35px;
  }
  .mr-xl-35 {
    margin-right: 35px;
  }
  .mb-xl-35 {
    margin-bottom: 35px;
  }
  .ml-xl-35 {
    margin-left: 35px;
  }
  .p-xl-35 {
    padding: 35px;
  }
  .pt-xl-35 {
    padding-top: 35px;
  }
  .py-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-xl-35 {
    padding-right: 35px;
  }
  .px-xl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-xl-35 {
    padding-bottom: 35px;
  }
  .pl-xl-35 {
    padding-left: 35px;
  }
  .m-xl-40 {
    margin: 40px;
  }
  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-xl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .px-xl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .m-xl-45 {
    margin: 45px;
  }
  .my-xl-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-xl-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-xl-45 {
    margin-top: 45px;
  }
  .mr-xl-45 {
    margin-right: 45px;
  }
  .mb-xl-45 {
    margin-bottom: 45px;
  }
  .ml-xl-45 {
    margin-left: 45px;
  }
  .p-xl-45 {
    padding: 45px;
  }
  .pt-xl-45 {
    padding-top: 45px;
  }
  .py-xl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-xl-45 {
    padding-right: 45px;
  }
  .px-xl-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-xl-45 {
    padding-bottom: 45px;
  }
  .pl-xl-45 {
    padding-left: 45px;
  }
  .m-xl-50 {
    margin: 50px;
  }
  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-xl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .p-xl-50 {
    padding: 50px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .px-xl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .m-xl-60 {
    margin: 60px;
  }
  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-xl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mr-xl-60 {
    margin-right: 60px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .ml-xl-60 {
    margin-left: 60px;
  }
  .p-xl-60 {
    padding: 60px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .px-xl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .m-xl-70 {
    margin: 70px;
  }
  .my-xl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-xl-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-xl-70 {
    margin-top: 70px;
  }
  .mr-xl-70 {
    margin-right: 70px;
  }
  .mb-xl-70 {
    margin-bottom: 70px;
  }
  .ml-xl-70 {
    margin-left: 70px;
  }
  .p-xl-70 {
    padding: 70px;
  }
  .pt-xl-70 {
    padding-top: 70px;
  }
  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-xl-70 {
    padding-right: 70px;
  }
  .px-xl-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-xl-70 {
    padding-bottom: 70px;
  }
  .pl-xl-70 {
    padding-left: 70px;
  }
  .m-xl-80 {
    margin: 80px;
  }
  .my-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-xl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .p-xl-80 {
    padding: 80px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .px-xl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .m-xl-90 {
    margin: 90px;
  }
  .my-xl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-xl-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
  .mr-xl-90 {
    margin-right: 90px;
  }
  .mb-xl-90 {
    margin-bottom: 90px;
  }
  .ml-xl-90 {
    margin-left: 90px;
  }
  .p-xl-90 {
    padding: 90px;
  }
  .pt-xl-90 {
    padding-top: 90px;
  }
  .py-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-xl-90 {
    padding-right: 90px;
  }
  .px-xl-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-xl-90 {
    padding-bottom: 90px;
  }
  .pl-xl-90 {
    padding-left: 90px;
  }
  .m-xl-100 {
    margin: 100px;
  }
  .my-xl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-xl-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-xl-100 {
    margin-top: 100px;
  }
  .mr-xl-100 {
    margin-right: 100px;
  }
  .mb-xl-100 {
    margin-bottom: 100px;
  }
  .ml-xl-100 {
    margin-left: 100px;
  }
  .p-xl-100 {
    padding: 100px;
  }
  .pt-xl-100 {
    padding-top: 100px;
  }
  .py-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-xl-100 {
    padding-right: 100px;
  }
  .px-xl-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
  .pl-xl-100 {
    padding-left: 100px;
  }
  .m-xl-140 {
    margin: 140px;
  }
  .my-xl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-xl-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-xl-140 {
    margin-top: 140px;
  }
  .mr-xl-140 {
    margin-right: 140px;
  }
  .mb-xl-140 {
    margin-bottom: 140px;
  }
  .ml-xl-140 {
    margin-left: 140px;
  }
  .p-xl-140 {
    padding: 140px;
  }
  .pt-xl-140 {
    padding-top: 140px;
  }
  .py-xl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-xl-140 {
    padding-right: 140px;
  }
  .px-xl-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-xl-140 {
    padding-bottom: 140px;
  }
  .pl-xl-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-xl-auto {
    margin-right: auto;
  }
  .ml-xl-auto {
    margin-left: auto;
  }
  .h-xl-auto {
    height: auto;
  }
  .w-xl-auto {
    width: auto;
  }
  .h-xl-full {
    height: 100%;
  }
  .w-xl-full {
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .m-xxl-auto {
    margin: 0 auto;
  }
  .m-xxl--20 {
    margin: -20px;
  }
  .my-xxl--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-xxl--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-xxl--20 {
    margin-top: -20px;
  }
  .mr-xxl--20 {
    margin-right: -20px;
  }
  .mb-xxl--20 {
    margin-bottom: -20px;
  }
  .ml-xxl--20 {
    margin-left: -20px;
  }
  .m-xxl--15 {
    margin: -15px;
  }
  .my-xxl--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-xxl--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-xxl--15 {
    margin-top: -15px;
  }
  .mr-xxl--15 {
    margin-right: -15px;
  }
  .mb-xxl--15 {
    margin-bottom: -15px;
  }
  .ml-xxl--15 {
    margin-left: -15px;
  }
  .m-xxl--10 {
    margin: -10px;
  }
  .my-xxl--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-xxl--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-xxl--10 {
    margin-top: -10px;
  }
  .mr-xxl--10 {
    margin-right: -10px;
  }
  .mb-xxl--10 {
    margin-bottom: -10px;
  }
  .ml-xxl--10 {
    margin-left: -10px;
  }
  .m-xxl-0 {
    margin: 0px;
  }
  .my-xxl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-xxl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-xxl-0 {
    margin-top: 0px;
  }
  .mr-xxl-0 {
    margin-right: 0px;
  }
  .mb-xxl-0 {
    margin-bottom: 0px;
  }
  .ml-xxl-0 {
    margin-left: 0px;
  }
  .p-xxl-0 {
    padding: 0px;
  }
  .pt-xxl-0 {
    padding-top: 0px;
  }
  .py-xxl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-xxl-0 {
    padding-right: 0px;
  }
  .px-xxl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-xxl-0 {
    padding-bottom: 0px;
  }
  .pl-xxl-0 {
    padding-left: 0px;
  }
  .m-xxl-5 {
    margin: 5px;
  }
  .my-xxl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-xxl-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-xxl-5 {
    margin-top: 5px;
  }
  .mr-xxl-5 {
    margin-right: 5px;
  }
  .mb-xxl-5 {
    margin-bottom: 5px;
  }
  .ml-xxl-5 {
    margin-left: 5px;
  }
  .p-xxl-5 {
    padding: 5px;
  }
  .pt-xxl-5 {
    padding-top: 5px;
  }
  .py-xxl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-xxl-5 {
    padding-right: 5px;
  }
  .px-xxl-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-xxl-5 {
    padding-bottom: 5px;
  }
  .pl-xxl-5 {
    padding-left: 5px;
  }
  .m-xxl-10 {
    margin: 10px;
  }
  .my-xxl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-xxl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mr-xxl-10 {
    margin-right: 10px;
  }
  .mb-xxl-10 {
    margin-bottom: 10px;
  }
  .ml-xxl-10 {
    margin-left: 10px;
  }
  .p-xxl-10 {
    padding: 10px;
  }
  .pt-xxl-10 {
    padding-top: 10px;
  }
  .py-xxl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-xxl-10 {
    padding-right: 10px;
  }
  .px-xxl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-xxl-10 {
    padding-bottom: 10px;
  }
  .pl-xxl-10 {
    padding-left: 10px;
  }
  .m-xxl-15 {
    margin: 15px;
  }
  .my-xxl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-xxl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-xxl-15 {
    margin-top: 15px;
  }
  .mr-xxl-15 {
    margin-right: 15px;
  }
  .mb-xxl-15 {
    margin-bottom: 15px;
  }
  .ml-xxl-15 {
    margin-left: 15px;
  }
  .p-xxl-15 {
    padding: 15px;
  }
  .pt-xxl-15 {
    padding-top: 15px;
  }
  .py-xxl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-xxl-15 {
    padding-right: 15px;
  }
  .px-xxl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-xxl-15 {
    padding-bottom: 15px;
  }
  .pl-xxl-15 {
    padding-left: 15px;
  }
  .m-xxl-20 {
    margin: 20px;
  }
  .my-xxl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-xxl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mr-xxl-20 {
    margin-right: 20px;
  }
  .mb-xxl-20 {
    margin-bottom: 20px;
  }
  .ml-xxl-20 {
    margin-left: 20px;
  }
  .p-xxl-20 {
    padding: 20px;
  }
  .pt-xxl-20 {
    padding-top: 20px;
  }
  .py-xxl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-xxl-20 {
    padding-right: 20px;
  }
  .px-xxl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-xxl-20 {
    padding-bottom: 20px;
  }
  .pl-xxl-20 {
    padding-left: 20px;
  }
  .m-xxl-30 {
    margin: 30px;
  }
  .my-xxl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-xxl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mr-xxl-30 {
    margin-right: 30px;
  }
  .mb-xxl-30 {
    margin-bottom: 30px;
  }
  .ml-xxl-30 {
    margin-left: 30px;
  }
  .p-xxl-30 {
    padding: 30px;
  }
  .pt-xxl-30 {
    padding-top: 30px;
  }
  .py-xxl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-xxl-30 {
    padding-right: 30px;
  }
  .px-xxl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-xxl-30 {
    padding-bottom: 30px;
  }
  .pl-xxl-30 {
    padding-left: 30px;
  }
  .m-xxl-35 {
    margin: 35px;
  }
  .my-xxl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-xxl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-xxl-35 {
    margin-top: 35px;
  }
  .mr-xxl-35 {
    margin-right: 35px;
  }
  .mb-xxl-35 {
    margin-bottom: 35px;
  }
  .ml-xxl-35 {
    margin-left: 35px;
  }
  .p-xxl-35 {
    padding: 35px;
  }
  .pt-xxl-35 {
    padding-top: 35px;
  }
  .py-xxl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-xxl-35 {
    padding-right: 35px;
  }
  .px-xxl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-xxl-35 {
    padding-bottom: 35px;
  }
  .pl-xxl-35 {
    padding-left: 35px;
  }
  .m-xxl-40 {
    margin: 40px;
  }
  .my-xxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-xxl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-xxl-40 {
    margin-top: 40px;
  }
  .mr-xxl-40 {
    margin-right: 40px;
  }
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
  .ml-xxl-40 {
    margin-left: 40px;
  }
  .p-xxl-40 {
    padding: 40px;
  }
  .pt-xxl-40 {
    padding-top: 40px;
  }
  .py-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-xxl-40 {
    padding-right: 40px;
  }
  .px-xxl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-xxl-40 {
    padding-bottom: 40px;
  }
  .pl-xxl-40 {
    padding-left: 40px;
  }
  .m-xxl-45 {
    margin: 45px;
  }
  .my-xxl-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-xxl-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-xxl-45 {
    margin-top: 45px;
  }
  .mr-xxl-45 {
    margin-right: 45px;
  }
  .mb-xxl-45 {
    margin-bottom: 45px;
  }
  .ml-xxl-45 {
    margin-left: 45px;
  }
  .p-xxl-45 {
    padding: 45px;
  }
  .pt-xxl-45 {
    padding-top: 45px;
  }
  .py-xxl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-xxl-45 {
    padding-right: 45px;
  }
  .px-xxl-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-xxl-45 {
    padding-bottom: 45px;
  }
  .pl-xxl-45 {
    padding-left: 45px;
  }
  .m-xxl-50 {
    margin: 50px;
  }
  .my-xxl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-xxl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-xxl-50 {
    margin-top: 50px;
  }
  .mr-xxl-50 {
    margin-right: 50px;
  }
  .mb-xxl-50 {
    margin-bottom: 50px;
  }
  .ml-xxl-50 {
    margin-left: 50px;
  }
  .p-xxl-50 {
    padding: 50px;
  }
  .pt-xxl-50 {
    padding-top: 50px;
  }
  .py-xxl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-xxl-50 {
    padding-right: 50px;
  }
  .px-xxl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-xxl-50 {
    padding-bottom: 50px;
  }
  .pl-xxl-50 {
    padding-left: 50px;
  }
  .m-xxl-60 {
    margin: 60px;
  }
  .my-xxl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-xxl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mr-xxl-60 {
    margin-right: 60px;
  }
  .mb-xxl-60 {
    margin-bottom: 60px;
  }
  .ml-xxl-60 {
    margin-left: 60px;
  }
  .p-xxl-60 {
    padding: 60px;
  }
  .pt-xxl-60 {
    padding-top: 60px;
  }
  .py-xxl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-xxl-60 {
    padding-right: 60px;
  }
  .px-xxl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-xxl-60 {
    padding-bottom: 60px;
  }
  .pl-xxl-60 {
    padding-left: 60px;
  }
  .m-xxl-70 {
    margin: 70px;
  }
  .my-xxl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-xxl-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-xxl-70 {
    margin-top: 70px;
  }
  .mr-xxl-70 {
    margin-right: 70px;
  }
  .mb-xxl-70 {
    margin-bottom: 70px;
  }
  .ml-xxl-70 {
    margin-left: 70px;
  }
  .p-xxl-70 {
    padding: 70px;
  }
  .pt-xxl-70 {
    padding-top: 70px;
  }
  .py-xxl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-xxl-70 {
    padding-right: 70px;
  }
  .px-xxl-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-xxl-70 {
    padding-bottom: 70px;
  }
  .pl-xxl-70 {
    padding-left: 70px;
  }
  .m-xxl-80 {
    margin: 80px;
  }
  .my-xxl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-xxl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-xxl-80 {
    margin-top: 80px;
  }
  .mr-xxl-80 {
    margin-right: 80px;
  }
  .mb-xxl-80 {
    margin-bottom: 80px;
  }
  .ml-xxl-80 {
    margin-left: 80px;
  }
  .p-xxl-80 {
    padding: 80px;
  }
  .pt-xxl-80 {
    padding-top: 80px;
  }
  .py-xxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-xxl-80 {
    padding-right: 80px;
  }
  .px-xxl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-xxl-80 {
    padding-bottom: 80px;
  }
  .pl-xxl-80 {
    padding-left: 80px;
  }
  .m-xxl-90 {
    margin: 90px;
  }
  .my-xxl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-xxl-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-xxl-90 {
    margin-top: 90px;
  }
  .mr-xxl-90 {
    margin-right: 90px;
  }
  .mb-xxl-90 {
    margin-bottom: 90px;
  }
  .ml-xxl-90 {
    margin-left: 90px;
  }
  .p-xxl-90 {
    padding: 90px;
  }
  .pt-xxl-90 {
    padding-top: 90px;
  }
  .py-xxl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-xxl-90 {
    padding-right: 90px;
  }
  .px-xxl-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-xxl-90 {
    padding-bottom: 90px;
  }
  .pl-xxl-90 {
    padding-left: 90px;
  }
  .m-xxl-100 {
    margin: 100px;
  }
  .my-xxl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-xxl-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-xxl-100 {
    margin-top: 100px;
  }
  .mr-xxl-100 {
    margin-right: 100px;
  }
  .mb-xxl-100 {
    margin-bottom: 100px;
  }
  .ml-xxl-100 {
    margin-left: 100px;
  }
  .p-xxl-100 {
    padding: 100px;
  }
  .pt-xxl-100 {
    padding-top: 100px;
  }
  .py-xxl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-xxl-100 {
    padding-right: 100px;
  }
  .px-xxl-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-xxl-100 {
    padding-bottom: 100px;
  }
  .pl-xxl-100 {
    padding-left: 100px;
  }
  .m-xxl-140 {
    margin: 140px;
  }
  .my-xxl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-xxl-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-xxl-140 {
    margin-top: 140px;
  }
  .mr-xxl-140 {
    margin-right: 140px;
  }
  .mb-xxl-140 {
    margin-bottom: 140px;
  }
  .ml-xxl-140 {
    margin-left: 140px;
  }
  .p-xxl-140 {
    padding: 140px;
  }
  .pt-xxl-140 {
    padding-top: 140px;
  }
  .py-xxl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-xxl-140 {
    padding-right: 140px;
  }
  .px-xxl-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-xxl-140 {
    padding-bottom: 140px;
  }
  .pl-xxl-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-xxl-auto {
    margin-right: auto;
  }
  .ml-xxl-auto {
    margin-left: auto;
  }
  .h-xxl-auto {
    height: auto;
  }
  .w-xxl-auto {
    width: auto;
  }
  .h-xxl-full {
    height: 100%;
  }
  .w-xxl-full {
    width: 100%;
  }
}
@media (min-width: 1430px) {
  .m-xxxl-auto {
    margin: 0 auto;
  }
  .m-xxxl--20 {
    margin: -20px;
  }
  .my-xxxl--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-xxxl--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-xxxl--20 {
    margin-top: -20px;
  }
  .mr-xxxl--20 {
    margin-right: -20px;
  }
  .mb-xxxl--20 {
    margin-bottom: -20px;
  }
  .ml-xxxl--20 {
    margin-left: -20px;
  }
  .m-xxxl--15 {
    margin: -15px;
  }
  .my-xxxl--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-xxxl--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-xxxl--15 {
    margin-top: -15px;
  }
  .mr-xxxl--15 {
    margin-right: -15px;
  }
  .mb-xxxl--15 {
    margin-bottom: -15px;
  }
  .ml-xxxl--15 {
    margin-left: -15px;
  }
  .m-xxxl--10 {
    margin: -10px;
  }
  .my-xxxl--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-xxxl--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-xxxl--10 {
    margin-top: -10px;
  }
  .mr-xxxl--10 {
    margin-right: -10px;
  }
  .mb-xxxl--10 {
    margin-bottom: -10px;
  }
  .ml-xxxl--10 {
    margin-left: -10px;
  }
  .m-xxxl-0 {
    margin: 0px;
  }
  .my-xxxl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-xxxl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-xxxl-0 {
    margin-top: 0px;
  }
  .mr-xxxl-0 {
    margin-right: 0px;
  }
  .mb-xxxl-0 {
    margin-bottom: 0px;
  }
  .ml-xxxl-0 {
    margin-left: 0px;
  }
  .p-xxxl-0 {
    padding: 0px;
  }
  .pt-xxxl-0 {
    padding-top: 0px;
  }
  .py-xxxl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-xxxl-0 {
    padding-right: 0px;
  }
  .px-xxxl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-xxxl-0 {
    padding-bottom: 0px;
  }
  .pl-xxxl-0 {
    padding-left: 0px;
  }
  .m-xxxl-5 {
    margin: 5px;
  }
  .my-xxxl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-xxxl-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-xxxl-5 {
    margin-top: 5px;
  }
  .mr-xxxl-5 {
    margin-right: 5px;
  }
  .mb-xxxl-5 {
    margin-bottom: 5px;
  }
  .ml-xxxl-5 {
    margin-left: 5px;
  }
  .p-xxxl-5 {
    padding: 5px;
  }
  .pt-xxxl-5 {
    padding-top: 5px;
  }
  .py-xxxl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-xxxl-5 {
    padding-right: 5px;
  }
  .px-xxxl-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-xxxl-5 {
    padding-bottom: 5px;
  }
  .pl-xxxl-5 {
    padding-left: 5px;
  }
  .m-xxxl-10 {
    margin: 10px;
  }
  .my-xxxl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-xxxl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-xxxl-10 {
    margin-top: 10px;
  }
  .mr-xxxl-10 {
    margin-right: 10px;
  }
  .mb-xxxl-10 {
    margin-bottom: 10px;
  }
  .ml-xxxl-10 {
    margin-left: 10px;
  }
  .p-xxxl-10 {
    padding: 10px;
  }
  .pt-xxxl-10 {
    padding-top: 10px;
  }
  .py-xxxl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-xxxl-10 {
    padding-right: 10px;
  }
  .px-xxxl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-xxxl-10 {
    padding-bottom: 10px;
  }
  .pl-xxxl-10 {
    padding-left: 10px;
  }
  .m-xxxl-15 {
    margin: 15px;
  }
  .my-xxxl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-xxxl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-xxxl-15 {
    margin-top: 15px;
  }
  .mr-xxxl-15 {
    margin-right: 15px;
  }
  .mb-xxxl-15 {
    margin-bottom: 15px;
  }
  .ml-xxxl-15 {
    margin-left: 15px;
  }
  .p-xxxl-15 {
    padding: 15px;
  }
  .pt-xxxl-15 {
    padding-top: 15px;
  }
  .py-xxxl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-xxxl-15 {
    padding-right: 15px;
  }
  .px-xxxl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-xxxl-15 {
    padding-bottom: 15px;
  }
  .pl-xxxl-15 {
    padding-left: 15px;
  }
  .m-xxxl-20 {
    margin: 20px;
  }
  .my-xxxl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-xxxl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-xxxl-20 {
    margin-top: 20px;
  }
  .mr-xxxl-20 {
    margin-right: 20px;
  }
  .mb-xxxl-20 {
    margin-bottom: 20px;
  }
  .ml-xxxl-20 {
    margin-left: 20px;
  }
  .p-xxxl-20 {
    padding: 20px;
  }
  .pt-xxxl-20 {
    padding-top: 20px;
  }
  .py-xxxl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-xxxl-20 {
    padding-right: 20px;
  }
  .px-xxxl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-xxxl-20 {
    padding-bottom: 20px;
  }
  .pl-xxxl-20 {
    padding-left: 20px;
  }
  .m-xxxl-30 {
    margin: 30px;
  }
  .my-xxxl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-xxxl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-xxxl-30 {
    margin-top: 30px;
  }
  .mr-xxxl-30 {
    margin-right: 30px;
  }
  .mb-xxxl-30 {
    margin-bottom: 30px;
  }
  .ml-xxxl-30 {
    margin-left: 30px;
  }
  .p-xxxl-30 {
    padding: 30px;
  }
  .pt-xxxl-30 {
    padding-top: 30px;
  }
  .py-xxxl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-xxxl-30 {
    padding-right: 30px;
  }
  .px-xxxl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-xxxl-30 {
    padding-bottom: 30px;
  }
  .pl-xxxl-30 {
    padding-left: 30px;
  }
  .m-xxxl-35 {
    margin: 35px;
  }
  .my-xxxl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-xxxl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-xxxl-35 {
    margin-top: 35px;
  }
  .mr-xxxl-35 {
    margin-right: 35px;
  }
  .mb-xxxl-35 {
    margin-bottom: 35px;
  }
  .ml-xxxl-35 {
    margin-left: 35px;
  }
  .p-xxxl-35 {
    padding: 35px;
  }
  .pt-xxxl-35 {
    padding-top: 35px;
  }
  .py-xxxl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-xxxl-35 {
    padding-right: 35px;
  }
  .px-xxxl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-xxxl-35 {
    padding-bottom: 35px;
  }
  .pl-xxxl-35 {
    padding-left: 35px;
  }
  .m-xxxl-40 {
    margin: 40px;
  }
  .my-xxxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-xxxl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-xxxl-40 {
    margin-top: 40px;
  }
  .mr-xxxl-40 {
    margin-right: 40px;
  }
  .mb-xxxl-40 {
    margin-bottom: 40px;
  }
  .ml-xxxl-40 {
    margin-left: 40px;
  }
  .p-xxxl-40 {
    padding: 40px;
  }
  .pt-xxxl-40 {
    padding-top: 40px;
  }
  .py-xxxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-xxxl-40 {
    padding-right: 40px;
  }
  .px-xxxl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-xxxl-40 {
    padding-bottom: 40px;
  }
  .pl-xxxl-40 {
    padding-left: 40px;
  }
  .m-xxxl-45 {
    margin: 45px;
  }
  .my-xxxl-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-xxxl-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-xxxl-45 {
    margin-top: 45px;
  }
  .mr-xxxl-45 {
    margin-right: 45px;
  }
  .mb-xxxl-45 {
    margin-bottom: 45px;
  }
  .ml-xxxl-45 {
    margin-left: 45px;
  }
  .p-xxxl-45 {
    padding: 45px;
  }
  .pt-xxxl-45 {
    padding-top: 45px;
  }
  .py-xxxl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-xxxl-45 {
    padding-right: 45px;
  }
  .px-xxxl-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-xxxl-45 {
    padding-bottom: 45px;
  }
  .pl-xxxl-45 {
    padding-left: 45px;
  }
  .m-xxxl-50 {
    margin: 50px;
  }
  .my-xxxl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-xxxl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-xxxl-50 {
    margin-top: 50px;
  }
  .mr-xxxl-50 {
    margin-right: 50px;
  }
  .mb-xxxl-50 {
    margin-bottom: 50px;
  }
  .ml-xxxl-50 {
    margin-left: 50px;
  }
  .p-xxxl-50 {
    padding: 50px;
  }
  .pt-xxxl-50 {
    padding-top: 50px;
  }
  .py-xxxl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-xxxl-50 {
    padding-right: 50px;
  }
  .px-xxxl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-xxxl-50 {
    padding-bottom: 50px;
  }
  .pl-xxxl-50 {
    padding-left: 50px;
  }
  .m-xxxl-60 {
    margin: 60px;
  }
  .my-xxxl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-xxxl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-xxxl-60 {
    margin-top: 60px;
  }
  .mr-xxxl-60 {
    margin-right: 60px;
  }
  .mb-xxxl-60 {
    margin-bottom: 60px;
  }
  .ml-xxxl-60 {
    margin-left: 60px;
  }
  .p-xxxl-60 {
    padding: 60px;
  }
  .pt-xxxl-60 {
    padding-top: 60px;
  }
  .py-xxxl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-xxxl-60 {
    padding-right: 60px;
  }
  .px-xxxl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-xxxl-60 {
    padding-bottom: 60px;
  }
  .pl-xxxl-60 {
    padding-left: 60px;
  }
  .m-xxxl-70 {
    margin: 70px;
  }
  .my-xxxl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-xxxl-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-xxxl-70 {
    margin-top: 70px;
  }
  .mr-xxxl-70 {
    margin-right: 70px;
  }
  .mb-xxxl-70 {
    margin-bottom: 70px;
  }
  .ml-xxxl-70 {
    margin-left: 70px;
  }
  .p-xxxl-70 {
    padding: 70px;
  }
  .pt-xxxl-70 {
    padding-top: 70px;
  }
  .py-xxxl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-xxxl-70 {
    padding-right: 70px;
  }
  .px-xxxl-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-xxxl-70 {
    padding-bottom: 70px;
  }
  .pl-xxxl-70 {
    padding-left: 70px;
  }
  .m-xxxl-80 {
    margin: 80px;
  }
  .my-xxxl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-xxxl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-xxxl-80 {
    margin-top: 80px;
  }
  .mr-xxxl-80 {
    margin-right: 80px;
  }
  .mb-xxxl-80 {
    margin-bottom: 80px;
  }
  .ml-xxxl-80 {
    margin-left: 80px;
  }
  .p-xxxl-80 {
    padding: 80px;
  }
  .pt-xxxl-80 {
    padding-top: 80px;
  }
  .py-xxxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-xxxl-80 {
    padding-right: 80px;
  }
  .px-xxxl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-xxxl-80 {
    padding-bottom: 80px;
  }
  .pl-xxxl-80 {
    padding-left: 80px;
  }
  .m-xxxl-90 {
    margin: 90px;
  }
  .my-xxxl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-xxxl-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-xxxl-90 {
    margin-top: 90px;
  }
  .mr-xxxl-90 {
    margin-right: 90px;
  }
  .mb-xxxl-90 {
    margin-bottom: 90px;
  }
  .ml-xxxl-90 {
    margin-left: 90px;
  }
  .p-xxxl-90 {
    padding: 90px;
  }
  .pt-xxxl-90 {
    padding-top: 90px;
  }
  .py-xxxl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-xxxl-90 {
    padding-right: 90px;
  }
  .px-xxxl-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-xxxl-90 {
    padding-bottom: 90px;
  }
  .pl-xxxl-90 {
    padding-left: 90px;
  }
  .m-xxxl-100 {
    margin: 100px;
  }
  .my-xxxl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-xxxl-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-xxxl-100 {
    margin-top: 100px;
  }
  .mr-xxxl-100 {
    margin-right: 100px;
  }
  .mb-xxxl-100 {
    margin-bottom: 100px;
  }
  .ml-xxxl-100 {
    margin-left: 100px;
  }
  .p-xxxl-100 {
    padding: 100px;
  }
  .pt-xxxl-100 {
    padding-top: 100px;
  }
  .py-xxxl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-xxxl-100 {
    padding-right: 100px;
  }
  .px-xxxl-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-xxxl-100 {
    padding-bottom: 100px;
  }
  .pl-xxxl-100 {
    padding-left: 100px;
  }
  .m-xxxl-140 {
    margin: 140px;
  }
  .my-xxxl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-xxxl-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-xxxl-140 {
    margin-top: 140px;
  }
  .mr-xxxl-140 {
    margin-right: 140px;
  }
  .mb-xxxl-140 {
    margin-bottom: 140px;
  }
  .ml-xxxl-140 {
    margin-left: 140px;
  }
  .p-xxxl-140 {
    padding: 140px;
  }
  .pt-xxxl-140 {
    padding-top: 140px;
  }
  .py-xxxl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-xxxl-140 {
    padding-right: 140px;
  }
  .px-xxxl-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-xxxl-140 {
    padding-bottom: 140px;
  }
  .pl-xxxl-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-xxxl-auto {
    margin-right: auto;
  }
  .ml-xxxl-auto {
    margin-left: auto;
  }
  .h-xxxl-auto {
    height: auto;
  }
  .w-xxxl-auto {
    width: auto;
  }
  .h-xxxl-full {
    height: 100%;
  }
  .w-xxxl-full {
    width: 100%;
  }
}
@media (min-width: 1570px) {
  .m-over-auto {
    margin: 0 auto;
  }
  .m-over--20 {
    margin: -20px;
  }
  .my-over--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mx-over--20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mt-over--20 {
    margin-top: -20px;
  }
  .mr-over--20 {
    margin-right: -20px;
  }
  .mb-over--20 {
    margin-bottom: -20px;
  }
  .ml-over--20 {
    margin-left: -20px;
  }
  .m-over--15 {
    margin: -15px;
  }
  .my-over--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .mx-over--15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mt-over--15 {
    margin-top: -15px;
  }
  .mr-over--15 {
    margin-right: -15px;
  }
  .mb-over--15 {
    margin-bottom: -15px;
  }
  .ml-over--15 {
    margin-left: -15px;
  }
  .m-over--10 {
    margin: -10px;
  }
  .my-over--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .mx-over--10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mt-over--10 {
    margin-top: -10px;
  }
  .mr-over--10 {
    margin-right: -10px;
  }
  .mb-over--10 {
    margin-bottom: -10px;
  }
  .ml-over--10 {
    margin-left: -10px;
  }
  .m-over-0 {
    margin: 0px;
  }
  .my-over-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-over-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mt-over-0 {
    margin-top: 0px;
  }
  .mr-over-0 {
    margin-right: 0px;
  }
  .mb-over-0 {
    margin-bottom: 0px;
  }
  .ml-over-0 {
    margin-left: 0px;
  }
  .p-over-0 {
    padding: 0px;
  }
  .pt-over-0 {
    padding-top: 0px;
  }
  .py-over-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pr-over-0 {
    padding-right: 0px;
  }
  .px-over-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pb-over-0 {
    padding-bottom: 0px;
  }
  .pl-over-0 {
    padding-left: 0px;
  }
  .m-over-5 {
    margin: 5px;
  }
  .my-over-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mx-over-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mt-over-5 {
    margin-top: 5px;
  }
  .mr-over-5 {
    margin-right: 5px;
  }
  .mb-over-5 {
    margin-bottom: 5px;
  }
  .ml-over-5 {
    margin-left: 5px;
  }
  .p-over-5 {
    padding: 5px;
  }
  .pt-over-5 {
    padding-top: 5px;
  }
  .py-over-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-over-5 {
    padding-right: 5px;
  }
  .px-over-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pb-over-5 {
    padding-bottom: 5px;
  }
  .pl-over-5 {
    padding-left: 5px;
  }
  .m-over-10 {
    margin: 10px;
  }
  .my-over-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-over-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mt-over-10 {
    margin-top: 10px;
  }
  .mr-over-10 {
    margin-right: 10px;
  }
  .mb-over-10 {
    margin-bottom: 10px;
  }
  .ml-over-10 {
    margin-left: 10px;
  }
  .p-over-10 {
    padding: 10px;
  }
  .pt-over-10 {
    padding-top: 10px;
  }
  .py-over-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-over-10 {
    padding-right: 10px;
  }
  .px-over-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pb-over-10 {
    padding-bottom: 10px;
  }
  .pl-over-10 {
    padding-left: 10px;
  }
  .m-over-15 {
    margin: 15px;
  }
  .my-over-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-over-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mt-over-15 {
    margin-top: 15px;
  }
  .mr-over-15 {
    margin-right: 15px;
  }
  .mb-over-15 {
    margin-bottom: 15px;
  }
  .ml-over-15 {
    margin-left: 15px;
  }
  .p-over-15 {
    padding: 15px;
  }
  .pt-over-15 {
    padding-top: 15px;
  }
  .py-over-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-over-15 {
    padding-right: 15px;
  }
  .px-over-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pb-over-15 {
    padding-bottom: 15px;
  }
  .pl-over-15 {
    padding-left: 15px;
  }
  .m-over-20 {
    margin: 20px;
  }
  .my-over-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-over-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mt-over-20 {
    margin-top: 20px;
  }
  .mr-over-20 {
    margin-right: 20px;
  }
  .mb-over-20 {
    margin-bottom: 20px;
  }
  .ml-over-20 {
    margin-left: 20px;
  }
  .p-over-20 {
    padding: 20px;
  }
  .pt-over-20 {
    padding-top: 20px;
  }
  .py-over-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-over-20 {
    padding-right: 20px;
  }
  .px-over-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pb-over-20 {
    padding-bottom: 20px;
  }
  .pl-over-20 {
    padding-left: 20px;
  }
  .m-over-30 {
    margin: 30px;
  }
  .my-over-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-over-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mt-over-30 {
    margin-top: 30px;
  }
  .mr-over-30 {
    margin-right: 30px;
  }
  .mb-over-30 {
    margin-bottom: 30px;
  }
  .ml-over-30 {
    margin-left: 30px;
  }
  .p-over-30 {
    padding: 30px;
  }
  .pt-over-30 {
    padding-top: 30px;
  }
  .py-over-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-over-30 {
    padding-right: 30px;
  }
  .px-over-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pb-over-30 {
    padding-bottom: 30px;
  }
  .pl-over-30 {
    padding-left: 30px;
  }
  .m-over-35 {
    margin: 35px;
  }
  .my-over-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-over-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mt-over-35 {
    margin-top: 35px;
  }
  .mr-over-35 {
    margin-right: 35px;
  }
  .mb-over-35 {
    margin-bottom: 35px;
  }
  .ml-over-35 {
    margin-left: 35px;
  }
  .p-over-35 {
    padding: 35px;
  }
  .pt-over-35 {
    padding-top: 35px;
  }
  .py-over-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-over-35 {
    padding-right: 35px;
  }
  .px-over-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pb-over-35 {
    padding-bottom: 35px;
  }
  .pl-over-35 {
    padding-left: 35px;
  }
  .m-over-40 {
    margin: 40px;
  }
  .my-over-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-over-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mt-over-40 {
    margin-top: 40px;
  }
  .mr-over-40 {
    margin-right: 40px;
  }
  .mb-over-40 {
    margin-bottom: 40px;
  }
  .ml-over-40 {
    margin-left: 40px;
  }
  .p-over-40 {
    padding: 40px;
  }
  .pt-over-40 {
    padding-top: 40px;
  }
  .py-over-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-over-40 {
    padding-right: 40px;
  }
  .px-over-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pb-over-40 {
    padding-bottom: 40px;
  }
  .pl-over-40 {
    padding-left: 40px;
  }
  .m-over-45 {
    margin: 45px;
  }
  .my-over-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-over-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mt-over-45 {
    margin-top: 45px;
  }
  .mr-over-45 {
    margin-right: 45px;
  }
  .mb-over-45 {
    margin-bottom: 45px;
  }
  .ml-over-45 {
    margin-left: 45px;
  }
  .p-over-45 {
    padding: 45px;
  }
  .pt-over-45 {
    padding-top: 45px;
  }
  .py-over-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-over-45 {
    padding-right: 45px;
  }
  .px-over-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pb-over-45 {
    padding-bottom: 45px;
  }
  .pl-over-45 {
    padding-left: 45px;
  }
  .m-over-50 {
    margin: 50px;
  }
  .my-over-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-over-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mt-over-50 {
    margin-top: 50px;
  }
  .mr-over-50 {
    margin-right: 50px;
  }
  .mb-over-50 {
    margin-bottom: 50px;
  }
  .ml-over-50 {
    margin-left: 50px;
  }
  .p-over-50 {
    padding: 50px;
  }
  .pt-over-50 {
    padding-top: 50px;
  }
  .py-over-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-over-50 {
    padding-right: 50px;
  }
  .px-over-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pb-over-50 {
    padding-bottom: 50px;
  }
  .pl-over-50 {
    padding-left: 50px;
  }
  .m-over-60 {
    margin: 60px;
  }
  .my-over-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-over-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mt-over-60 {
    margin-top: 60px;
  }
  .mr-over-60 {
    margin-right: 60px;
  }
  .mb-over-60 {
    margin-bottom: 60px;
  }
  .ml-over-60 {
    margin-left: 60px;
  }
  .p-over-60 {
    padding: 60px;
  }
  .pt-over-60 {
    padding-top: 60px;
  }
  .py-over-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-over-60 {
    padding-right: 60px;
  }
  .px-over-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .pb-over-60 {
    padding-bottom: 60px;
  }
  .pl-over-60 {
    padding-left: 60px;
  }
  .m-over-70 {
    margin: 70px;
  }
  .my-over-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-over-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mt-over-70 {
    margin-top: 70px;
  }
  .mr-over-70 {
    margin-right: 70px;
  }
  .mb-over-70 {
    margin-bottom: 70px;
  }
  .ml-over-70 {
    margin-left: 70px;
  }
  .p-over-70 {
    padding: 70px;
  }
  .pt-over-70 {
    padding-top: 70px;
  }
  .py-over-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-over-70 {
    padding-right: 70px;
  }
  .px-over-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .pb-over-70 {
    padding-bottom: 70px;
  }
  .pl-over-70 {
    padding-left: 70px;
  }
  .m-over-80 {
    margin: 80px;
  }
  .my-over-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-over-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mt-over-80 {
    margin-top: 80px;
  }
  .mr-over-80 {
    margin-right: 80px;
  }
  .mb-over-80 {
    margin-bottom: 80px;
  }
  .ml-over-80 {
    margin-left: 80px;
  }
  .p-over-80 {
    padding: 80px;
  }
  .pt-over-80 {
    padding-top: 80px;
  }
  .py-over-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-over-80 {
    padding-right: 80px;
  }
  .px-over-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pb-over-80 {
    padding-bottom: 80px;
  }
  .pl-over-80 {
    padding-left: 80px;
  }
  .m-over-90 {
    margin: 90px;
  }
  .my-over-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-over-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mt-over-90 {
    margin-top: 90px;
  }
  .mr-over-90 {
    margin-right: 90px;
  }
  .mb-over-90 {
    margin-bottom: 90px;
  }
  .ml-over-90 {
    margin-left: 90px;
  }
  .p-over-90 {
    padding: 90px;
  }
  .pt-over-90 {
    padding-top: 90px;
  }
  .py-over-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-over-90 {
    padding-right: 90px;
  }
  .px-over-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pb-over-90 {
    padding-bottom: 90px;
  }
  .pl-over-90 {
    padding-left: 90px;
  }
  .m-over-100 {
    margin: 100px;
  }
  .my-over-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-over-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mt-over-100 {
    margin-top: 100px;
  }
  .mr-over-100 {
    margin-right: 100px;
  }
  .mb-over-100 {
    margin-bottom: 100px;
  }
  .ml-over-100 {
    margin-left: 100px;
  }
  .p-over-100 {
    padding: 100px;
  }
  .pt-over-100 {
    padding-top: 100px;
  }
  .py-over-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-over-100 {
    padding-right: 100px;
  }
  .px-over-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .pb-over-100 {
    padding-bottom: 100px;
  }
  .pl-over-100 {
    padding-left: 100px;
  }
  .m-over-140 {
    margin: 140px;
  }
  .my-over-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-over-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mt-over-140 {
    margin-top: 140px;
  }
  .mr-over-140 {
    margin-right: 140px;
  }
  .mb-over-140 {
    margin-bottom: 140px;
  }
  .ml-over-140 {
    margin-left: 140px;
  }
  .p-over-140 {
    padding: 140px;
  }
  .pt-over-140 {
    padding-top: 140px;
  }
  .py-over-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-over-140 {
    padding-right: 140px;
  }
  .px-over-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .pb-over-140 {
    padding-bottom: 140px;
  }
  .pl-over-140 {
    padding-left: 140px;
  }
  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-over-auto {
    margin-right: auto;
  }
  .ml-over-auto {
    margin-left: auto;
  }
  .h-over-auto {
    height: auto;
  }
  .w-over-auto {
    width: auto;
  }
  .h-over-full {
    height: 100%;
  }
  .w-over-full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body h1, body h2, body .h1, body .h2, body h3, body .h3 {
    font-size: 2rem;
  }
  .obj-content-style-2 .obj-inner {
    margin-right: 0;
  }
  .obj-content-style-2 .obj-inner .obj-btn-element {
    position: relative;
  }
  #header .navbar-collapse .nav .menu-item .menu-link {
    padding: 30px 0;
  }
  #header .navbar-collapse .nav .menu-item .text {
    display: block;
    font-weight: 100;
    font-size: 1rem;
    text-align: center;
    margin-top: 1.5rem;
  }
  .obj-holder-contact .obj-li {
    left: -2em;
  }
}
@media (min-width: 992px) {
  #header .header-inner {
    display: inherit;
  }
  #header .header-inner-row-1 {
    display: block;
  }
  #header .header-inner-row-3 {
    background: none;
    z-index: 100;
  }
  #header .navbar-primary .menu-item {
    display: inline-block;
    border-top: 0 none;
  }
  #header .navbar-primary .menu-item .menu-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .obj-holder-banner .obj-inner-section-bg.owl-theme .owl-dots {
    margin: 0;
  }
  #footer .obj-holder-sns {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1024px) {
  #header .navbar-primary .menu-item:first-child {
    margin-left: 0;
  }
  #header .navbar-primary .menu-item.main-menu-item {
    border-top: 0 none;
  }
  .open-megamenu #header .nav .menu-item .menu-link {
    color: rgba(242, 250, 255, 0.5);
  }
  .open-megamenu #header .nav .menu-item .menu-link:hover {
    color: #F2FAFF;
  }
  .open-megamenu #header .nav .menu-item.active-megamenu .menu-link {
    color: #fff;
  }
  #header .nav .menu-item.menu-item-has-children {
    position: relative;
  }
  #header .nav .menu-item.menu-item-has-container {
    position: static;
  }
  #header .nav .menu-item.menu-item-has-container .obj-title .obj-i-wrap {
    display: none;
  }
  #header .nav .menu-item.menu-item-has-container .sub-menu {
    display: none;
  }
  #header .nav .menu-item .sub-menu {
    width: 200px;
    border-top: 2px solid #009AC7;
    border-bottom: 2px solid #009AC7;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    left: calc(50% - 100px + 30px);
  }
  #header .nav .menu-item .sub-menu .menu-item {
    margin-left: 0;
    border-top: 1px solid #fdfeff;
  }
  #header .nav .menu-item .sub-menu .menu-item:first-child {
    border-top: 0 none;
  }
  #header .nav .menu-item .sub-menu .menu-item .menu-link:hover {
    color: #009AC7;
  }
  #header .nav .menu-item .sub-menu .menu-item.current-menu-item > .menu-link, #header .nav .menu-item .sub-menu .menu-item.current-page-ancestor > .menu-link {
    background-color: #009AC7;
    color: #fff;
  }
  #header .nav .menu-item.active > .sub-menu {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  #header .navbar-collapse .nav .menu-item .obj-svg-holder {
    width: 40px;
    margin: 0 auto;
  }
  #header .nav-wrap-2 {
    right: 0;
  }
  .obj-holder-banner .obj-inner-section-header .obj-inner-item {
    padding-top: 31.25vh;
  }
  .entry-content {
    position: relative;
  }
  .entry-content .row-on-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.2vw;
    font-weight: 700;
  }
}
@media (min-width: 1430px) {
  body h1, body h2, body .h1, body .h2, body h3, body .h3 {
    font-size: 2.5rem;
  }
  body h4, body h5, body h6, body .h4, body .h5, body h6 {
    font-size: 2rem;
  }
  .container {
    max-width: 1400px;
  }
  .row-side.left > .side-1 > .col-inner {
    padding-left: calc((100vw - 1570px) / 2);
  }
  .row-side.right > .side-1 > .col-inner {
    padding-right: calc((100vw - 1570px) / 2);
  }
}
@media (min-width: 1570px) {
  .container {
    max-width: 1570px;
  }
}