@charset "UTF-8";
/* ---------------------------------------------------------------------------- */
/* Imports */
/* ---------------------------------------------------------------------------- */
/* Include from node_modules */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Buttons */

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

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

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

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

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

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

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

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

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

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

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

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

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

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

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

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-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);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/**********************
 *CSS Animations by:
 *http://codepen.io/vivinantony
***********************/
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}


.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner2 {
  width: 40px;
  height: 40px;
  position: relative;
}


.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;  
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

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

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}

.spinner6 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin-left:2px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
  .spinner7 {
      width: 90px;
      height: 30px;
      text-align: center;
    }

    .spinner7 > div {
      background-color: #fff;
      height: 15px;
      width: 15px;
      margin-left:3px;
      border-radius: 50%;
      display: inline-block;
      
      -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
      animation: stretchdelay 0.7s infinite ease-in-out;
    }

    .spinner7 .circ2 {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s;
    }

    .spinner7 .circ3 {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s;
    }

    .spinner7 .circ4 {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s;
    }

    .spinner7 .circ5 {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s;
    }

    @-webkit-keyframes stretchdelay {
      0%, 40%, 100% { -webkit-transform: translateY(-10px) }  
      20% { -webkit-transform: translateY(-20px) }
    }

    @keyframes stretchdelay {
      0%, 40%, 100% { 
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
      } 20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
      }
    }
/* ---------------------------------------------------------------------------- */
/* Variables - Breakpoints de Bootstrap */
/* ---------------------------------------------------------------------------- */
.container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .container.small, .amelia-app-booking .container.el-button--primary.el-button, .amelia-app-booking .woocommerce-cart .lws-cart-empty .el-button--primary.el-button.woocommerce-notices-wrapper, .woocommerce-cart .lws-cart-empty .amelia-app-booking .el-button--primary.el-button.woocommerce-notices-wrapper, .amelia-app-booking .product-template-default .el-button--primary.el-button.woocommerce-notices-wrapper, .product-template-default .amelia-app-booking .el-button--primary.el-button.woocommerce-notices-wrapper, .am-modal.am-in-body .container.el-button--primary.el-button, .am-modal.am-in-body .woocommerce-cart .lws-cart-empty .el-button--primary.el-button.woocommerce-notices-wrapper, .woocommerce-cart .lws-cart-empty .am-modal.am-in-body .el-button--primary.el-button.woocommerce-notices-wrapper, .am-modal.am-in-body .product-template-default .el-button--primary.el-button.woocommerce-notices-wrapper, .product-template-default .am-modal.am-in-body .el-button--primary.el-button.woocommerce-notices-wrapper, .woocommerce-cart .lws-cart-empty .small.woocommerce-notices-wrapper, .product-template-default .small.woocommerce-notices-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container.medium, .woocommerce-cart .lws-cart-empty .medium.woocommerce-notices-wrapper, .product-template-default .medium.woocommerce-notices-wrapper {
    max-width: 830px;
  }
}

@media (min-width: 1690px) {
  .container.large, .woocommerce-cart .lws-cart-empty .large.woocommerce-notices-wrapper, .product-template-default .large.woocommerce-notices-wrapper {
    max-width: 1580px;
  }
}

@media (min-width: 1024px) {
  .container.semi-fluid:not(.lg), .woocommerce-cart .lws-cart-empty .semi-fluid.woocommerce-notices-wrapper:not(.lg), .product-template-default .semi-fluid.woocommerce-notices-wrapper:not(.lg) {
    max-width: 1920px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .container.semi-fluid.lg, .woocommerce-cart .lws-cart-empty .semi-fluid.lg.woocommerce-notices-wrapper, .product-template-default .semi-fluid.lg.woocommerce-notices-wrapper {
    max-width: 1920px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1023.98px) {
  .container.semi-fluid .custom-container, .woocommerce-cart .lws-cart-empty .semi-fluid.woocommerce-notices-wrapper .custom-container, .product-template-default .semi-fluid.woocommerce-notices-wrapper .custom-container {
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.container-fluid, .container-xxs, .container-xs, .container-sm, .container-md, .container-lg, .container-x, .container-xl, .container-xxl {
  position: relative;
  z-index: 1;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-gutter.row,
.no-gutter.container,
.woocommerce-cart .lws-cart-empty .no-gutter.woocommerce-notices-wrapper,
.product-template-default .no-gutter.woocommerce-notices-wrapper,
.no-gutter.container-fluid,
.no-gutter.container-xxs,
.no-gutter.container-xs,
.no-gutter.container-sm,
.no-gutter.container-md,
.no-gutter.container-lg,
.no-gutter.container-x,
.no-gutter.container-xl,
.no-gutter.container-xxl {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.semi-container, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
  position: relative;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  max-width: 480px;
}

@media (min-width: 480px) {
  .semi-container, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
    max-width: 570px;
  }
}

@media (min-width: 640px) {
  .semi-container, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .semi-container, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .semi-container, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
    max-width: 466px;
  }
}

@media (min-width: 1280px) {
  .semi-container, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
    max-width: 555px;
  }
}

@media (min-width: 1440px) {
  .semi-container, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
    max-width: 555px;
  }
}

@media (min-width: 1690px) {
  .semi-container, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
    max-width: 645px;
  }
}

@media (min-width: 1024px) {
  .semi-container, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .semi-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .left.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .left.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .left.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .left.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .left.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .left.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .left.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .left.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .left.inner {
    margin-right: 0;
    margin-left: auto;
  }
}

.custom-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner {
  padding-left: 7.5px;
  position: relative;
  z-index: 1;
  margin-left: calc( ( 100vw - 480px ) / 2);
  max-width: 480px;
}

@media (min-width: 480px) {
  .custom-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner {
    margin-left: calc( ( 100vw - 570px ) / 2);
    max-width: 570px;
  }
}

@media (min-width: 640px) {
  .custom-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner {
    margin-left: calc( ( 100vw - 620px ) / 2);
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .custom-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner {
    margin-left: calc( ( 100vw - 720px ) / 2);
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .custom-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner {
    margin-left: calc( ( 100vw - 992px ) / 2);
    max-width: 992px;
  }
}

@media (min-width: 1280px) {
  .custom-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner {
    margin-left: calc( ( 100vw - 1170px ) / 2);
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .custom-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner {
    margin-left: calc( ( 100vw - 1170px ) / 2);
    max-width: 1170px;
  }
}

@media (min-width: 1690px) {
  .custom-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner {
    margin-left: calc( ( 100vw - 1350px ) / 2);
    max-width: 1350px;
  }
}

@media (min-width: 1920px) {
  .custom-container.left, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .custom-container.inner {
    margin-left: calc( ( 1920px - 1350px ) / 2) !important;
  }
}

.custom-container.right {
  padding-right: 7.5px;
  position: relative;
  z-index: 1;
  margin-right: calc( ( 100vw - 480px ) / 2);
  max-width: 480px;
}

@media (min-width: 480px) {
  .custom-container.right {
    margin-right: calc( ( 100vw - 570px ) / 2);
    max-width: 570px;
  }
}

@media (min-width: 640px) {
  .custom-container.right {
    margin-right: calc( ( 100vw - 620px ) / 2);
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .custom-container.right {
    margin-right: calc( ( 100vw - 720px ) / 2);
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .custom-container.right {
    margin-right: calc( ( 100vw - 992px ) / 2);
    max-width: 992px;
  }
}

@media (min-width: 1280px) {
  .custom-container.right {
    margin-right: calc( ( 100vw - 1170px ) / 2);
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .custom-container.right {
    margin-right: calc( ( 100vw - 1170px ) / 2);
    max-width: 1170px;
  }
}

@media (min-width: 1690px) {
  .custom-container.right {
    margin-right: calc( ( 100vw - 1350px ) / 2);
    max-width: 1350px;
  }
}

@media (min-width: 1920px) {
  .custom-container.right {
    margin-right: calc( ( 1920px - 1350px ) / 2) !important;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper, .container-fluid, .container-xxs, .container-xs, .container-sm, .container-md, .container-lg, .container-x, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper {
  max-width: 480px;
}

@media (min-width: 480px) {
  .container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper, .container-xs {
    max-width: 570px;
  }
}

@media (min-width: 640px) {
  .container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper, .container-xs, .container-sm {
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper, .container-xs, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 992px;
  }
}

@media (min-width: 1280px) {
  .container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper, .container-xs, .container-sm, .container-md, .container-lg, .container-x {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper, .container-xs, .container-sm, .container-md, .container-lg, .container-x, .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1690px) {
  .container, .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .product-template-default .woocommerce-notices-wrapper, .container-xs, .container-sm, .container-md, .container-lg, .container-x, .container-xl, .container-xxl {
    max-width: 1350px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-x-1, .col-x-2, .col-x-3, .col-x-4, .col-x-5, .col-x-6, .col-x-7, .col-x-8, .col-x-9, .col-x-10, .col-x-11, .col-x-12, .col-x,
.col-x-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 480px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 640px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .col-x {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-x-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-x-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-x-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-x-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-x-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-x-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-x-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-x-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-x-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-x-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-x-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-x-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-x-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-x-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-x-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-x-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-x-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-x-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-x-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-x-first {
    order: -1;
  }
  .order-x-last {
    order: 13;
  }
  .order-x-0 {
    order: 0;
  }
  .order-x-1 {
    order: 1;
  }
  .order-x-2 {
    order: 2;
  }
  .order-x-3 {
    order: 3;
  }
  .order-x-4 {
    order: 4;
  }
  .order-x-5 {
    order: 5;
  }
  .order-x-6 {
    order: 6;
  }
  .order-x-7 {
    order: 7;
  }
  .order-x-8 {
    order: 8;
  }
  .order-x-9 {
    order: 9;
  }
  .order-x-10 {
    order: 10;
  }
  .order-x-11 {
    order: 11;
  }
  .order-x-12 {
    order: 12;
  }
  .offset-x-0 {
    margin-left: 0;
  }
  .offset-x-1 {
    margin-left: 8.33333%;
  }
  .offset-x-2 {
    margin-left: 16.66667%;
  }
  .offset-x-3 {
    margin-left: 25%;
  }
  .offset-x-4 {
    margin-left: 33.33333%;
  }
  .offset-x-5 {
    margin-left: 41.66667%;
  }
  .offset-x-6 {
    margin-left: 50%;
  }
  .offset-x-7 {
    margin-left: 58.33333%;
  }
  .offset-x-8 {
    margin-left: 66.66667%;
  }
  .offset-x-9 {
    margin-left: 75%;
  }
  .offset-x-10 {
    margin-left: 83.33333%;
  }
  .offset-x-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1690px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 640px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-x-none {
    display: none !important;
  }
  .d-x-inline {
    display: inline !important;
  }
  .d-x-inline-block {
    display: inline-block !important;
  }
  .d-x-block {
    display: block !important;
  }
  .d-x-table {
    display: table !important;
  }
  .d-x-table-row {
    display: table-row !important;
  }
  .d-x-table-cell {
    display: table-cell !important;
  }
  .d-x-flex {
    display: flex !important;
  }
  .d-x-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1690px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 640px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-x-0 {
    margin: 0 !important;
  }
  .mt-x-0,
  .my-x-0 {
    margin-top: 0 !important;
  }
  .mr-x-0,
  .mx-x-0 {
    margin-right: 0 !important;
  }
  .mb-x-0,
  .my-x-0 {
    margin-bottom: 0 !important;
  }
  .ml-x-0,
  .mx-x-0 {
    margin-left: 0 !important;
  }
  .m-x-1 {
    margin: 0.25rem !important;
  }
  .mt-x-1,
  .my-x-1 {
    margin-top: 0.25rem !important;
  }
  .mr-x-1,
  .mx-x-1 {
    margin-right: 0.25rem !important;
  }
  .mb-x-1,
  .my-x-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-x-1,
  .mx-x-1 {
    margin-left: 0.25rem !important;
  }
  .m-x-2 {
    margin: 0.5rem !important;
  }
  .mt-x-2,
  .my-x-2 {
    margin-top: 0.5rem !important;
  }
  .mr-x-2,
  .mx-x-2 {
    margin-right: 0.5rem !important;
  }
  .mb-x-2,
  .my-x-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-x-2,
  .mx-x-2 {
    margin-left: 0.5rem !important;
  }
  .m-x-3 {
    margin: 1rem !important;
  }
  .mt-x-3,
  .my-x-3 {
    margin-top: 1rem !important;
  }
  .mr-x-3,
  .mx-x-3 {
    margin-right: 1rem !important;
  }
  .mb-x-3,
  .my-x-3 {
    margin-bottom: 1rem !important;
  }
  .ml-x-3,
  .mx-x-3 {
    margin-left: 1rem !important;
  }
  .m-x-4 {
    margin: 1.5rem !important;
  }
  .mt-x-4,
  .my-x-4 {
    margin-top: 1.5rem !important;
  }
  .mr-x-4,
  .mx-x-4 {
    margin-right: 1.5rem !important;
  }
  .mb-x-4,
  .my-x-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-x-4,
  .mx-x-4 {
    margin-left: 1.5rem !important;
  }
  .m-x-5 {
    margin: 3rem !important;
  }
  .mt-x-5,
  .my-x-5 {
    margin-top: 3rem !important;
  }
  .mr-x-5,
  .mx-x-5 {
    margin-right: 3rem !important;
  }
  .mb-x-5,
  .my-x-5 {
    margin-bottom: 3rem !important;
  }
  .ml-x-5,
  .mx-x-5 {
    margin-left: 3rem !important;
  }
  .p-x-0 {
    padding: 0 !important;
  }
  .pt-x-0,
  .py-x-0 {
    padding-top: 0 !important;
  }
  .pr-x-0,
  .px-x-0 {
    padding-right: 0 !important;
  }
  .pb-x-0,
  .py-x-0 {
    padding-bottom: 0 !important;
  }
  .pl-x-0,
  .px-x-0 {
    padding-left: 0 !important;
  }
  .p-x-1 {
    padding: 0.25rem !important;
  }
  .pt-x-1,
  .py-x-1 {
    padding-top: 0.25rem !important;
  }
  .pr-x-1,
  .px-x-1 {
    padding-right: 0.25rem !important;
  }
  .pb-x-1,
  .py-x-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-x-1,
  .px-x-1 {
    padding-left: 0.25rem !important;
  }
  .p-x-2 {
    padding: 0.5rem !important;
  }
  .pt-x-2,
  .py-x-2 {
    padding-top: 0.5rem !important;
  }
  .pr-x-2,
  .px-x-2 {
    padding-right: 0.5rem !important;
  }
  .pb-x-2,
  .py-x-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-x-2,
  .px-x-2 {
    padding-left: 0.5rem !important;
  }
  .p-x-3 {
    padding: 1rem !important;
  }
  .pt-x-3,
  .py-x-3 {
    padding-top: 1rem !important;
  }
  .pr-x-3,
  .px-x-3 {
    padding-right: 1rem !important;
  }
  .pb-x-3,
  .py-x-3 {
    padding-bottom: 1rem !important;
  }
  .pl-x-3,
  .px-x-3 {
    padding-left: 1rem !important;
  }
  .p-x-4 {
    padding: 1.5rem !important;
  }
  .pt-x-4,
  .py-x-4 {
    padding-top: 1.5rem !important;
  }
  .pr-x-4,
  .px-x-4 {
    padding-right: 1.5rem !important;
  }
  .pb-x-4,
  .py-x-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-x-4,
  .px-x-4 {
    padding-left: 1.5rem !important;
  }
  .p-x-5 {
    padding: 3rem !important;
  }
  .pt-x-5,
  .py-x-5 {
    padding-top: 3rem !important;
  }
  .pr-x-5,
  .px-x-5 {
    padding-right: 3rem !important;
  }
  .pb-x-5,
  .py-x-5 {
    padding-bottom: 3rem !important;
  }
  .pl-x-5,
  .px-x-5 {
    padding-left: 3rem !important;
  }
  .m-x-n1 {
    margin: -0.25rem !important;
  }
  .mt-x-n1,
  .my-x-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-x-n1,
  .mx-x-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-x-n1,
  .my-x-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-x-n1,
  .mx-x-n1 {
    margin-left: -0.25rem !important;
  }
  .m-x-n2 {
    margin: -0.5rem !important;
  }
  .mt-x-n2,
  .my-x-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-x-n2,
  .mx-x-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-x-n2,
  .my-x-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-x-n2,
  .mx-x-n2 {
    margin-left: -0.5rem !important;
  }
  .m-x-n3 {
    margin: -1rem !important;
  }
  .mt-x-n3,
  .my-x-n3 {
    margin-top: -1rem !important;
  }
  .mr-x-n3,
  .mx-x-n3 {
    margin-right: -1rem !important;
  }
  .mb-x-n3,
  .my-x-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-x-n3,
  .mx-x-n3 {
    margin-left: -1rem !important;
  }
  .m-x-n4 {
    margin: -1.5rem !important;
  }
  .mt-x-n4,
  .my-x-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-x-n4,
  .mx-x-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-x-n4,
  .my-x-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-x-n4,
  .mx-x-n4 {
    margin-left: -1.5rem !important;
  }
  .m-x-n5 {
    margin: -3rem !important;
  }
  .mt-x-n5,
  .my-x-n5 {
    margin-top: -3rem !important;
  }
  .mr-x-n5,
  .mx-x-n5 {
    margin-right: -3rem !important;
  }
  .mb-x-n5,
  .my-x-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-x-n5,
  .mx-x-n5 {
    margin-left: -3rem !important;
  }
  .m-x-auto {
    margin: auto !important;
  }
  .mt-x-auto,
  .my-x-auto {
    margin-top: auto !important;
  }
  .mr-x-auto,
  .mx-x-auto {
    margin-right: auto !important;
  }
  .mb-x-auto,
  .my-x-auto {
    margin-bottom: auto !important;
  }
  .ml-x-auto,
  .mx-x-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1690px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 640px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-x-row {
    flex-direction: row !important;
  }
  .flex-x-column {
    flex-direction: column !important;
  }
  .flex-x-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-x-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-x-wrap {
    flex-wrap: wrap !important;
  }
  .flex-x-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-x-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-x-fill {
    flex: 1 1 auto !important;
  }
  .flex-x-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-x-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-x-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-x-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-x-start {
    justify-content: flex-start !important;
  }
  .justify-content-x-end {
    justify-content: flex-end !important;
  }
  .justify-content-x-center {
    justify-content: center !important;
  }
  .justify-content-x-between {
    justify-content: space-between !important;
  }
  .justify-content-x-around {
    justify-content: space-around !important;
  }
  .align-items-x-start {
    align-items: flex-start !important;
  }
  .align-items-x-end {
    align-items: flex-end !important;
  }
  .align-items-x-center {
    align-items: center !important;
  }
  .align-items-x-baseline {
    align-items: baseline !important;
  }
  .align-items-x-stretch {
    align-items: stretch !important;
  }
  .align-content-x-start {
    align-content: flex-start !important;
  }
  .align-content-x-end {
    align-content: flex-end !important;
  }
  .align-content-x-center {
    align-content: center !important;
  }
  .align-content-x-between {
    align-content: space-between !important;
  }
  .align-content-x-around {
    align-content: space-around !important;
  }
  .align-content-x-stretch {
    align-content: stretch !important;
  }
  .align-self-x-auto {
    align-self: auto !important;
  }
  .align-self-x-start {
    align-self: flex-start !important;
  }
  .align-self-x-end {
    align-self: flex-end !important;
  }
  .align-self-x-center {
    align-self: center !important;
  }
  .align-self-x-baseline {
    align-self: baseline !important;
  }
  .align-self-x-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1690px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 640px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-x-left {
    text-align: left !important;
  }
  .text-x-right {
    text-align: right !important;
  }
  .text-x-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1690px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button {
  appearance: none;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.clearfix:after {
  clear: both;
}

.gform_fields input[type=tel], .comments-section .comment-respond .comment-form input[type=tel],
.gform_fields input[type=text],
.comments-section .comment-respond .comment-form input[type=text],
.gform_fields input[type=email],
.comments-section .comment-respond .comment-form input[type=email],
.gform_fields input[type=number],
.comments-section .comment-respond .comment-form input[type=number],
.gform_fields input[type=password],
.comments-section .comment-respond .comment-form input[type=password],
.gform_fields textarea,
.comments-section .comment-respond .comment-form textarea, .select2-container--default .select2-selection--single, #billing_country_field span.woocommerce-input-wrapper,
#shipping_country_field span.woocommerce-input-wrapper, .nice-select:not(.no-style), .button, .NFI .NFI-button, .amelia-app-booking .el-button--primary.el-button, .am-modal.am-in-body .el-button--primary.el-button, .comments-section .comment-respond .comment-form p.form-submit input, a, .card-box-shadow, .overlay-filter, body.search-results .navigation-archive .nav-links span.prev i, body.search-results .navigation-archive .nav-links span.next i,
body.search-results .navigation-archive .nav-links a.prev i,
body.search-results .navigation-archive .nav-links a.next i, body.search-results .navigation-archive .nav-links a:not(.prev):not(.next):after, .search-container, .nav-mobile .inner-nav-holder .main-nav-mobile-holder ul li, .nav-mobile .inner-nav-holder .main-nav-mobile-holder ul li.menu-item-has-children > a, .header, .header .header-inner .header-wrapper, .header .main-menu-holder, .header .main-menu-holder .logo-holder .search-trigger-mobile, .header .logo .original, .header .main-menu-holder nav.s-desktop > ul li .first-level-dropdown, .breadcrumb a:after, footer .main-footer .content-holder .inner .infos address p,
footer .main-footer .content-holder .inner .infos address a, footer .subfooter .copyright #Logos_Absolu, footer .subfooter .copyright #Logos_Absolu path, .list-categories.mobile, .list-categories .taxonomies li a:after, .blog-preview-wrapper.archive-post .sidebar .current-filter .search form input[type=text], .blog-preview-wrapper.archive-post .sidebar .current-filter .current:before, .blog-preview-wrapper.archive-post .sidebar .current-filter .current:after, .blog-preview-wrapper.archive-post .sidebar .current-filter .trigger-filter .inner, .blog-preview-wrapper .navigation-archive .nav-links span.prev i, .blog-preview-wrapper .navigation-archive .nav-links span.next i,
.blog-preview-wrapper .navigation-archive .nav-links a.prev i,
.blog-preview-wrapper .navigation-archive .nav-links a.next i, .blog-preview-wrapper .navigation-archive .nav-links a:not(.prev):not(.next):after, .featured_products .inner-content .collections .collection .inner .image, .element_faqs .faqs-holder .btn-action .plus:before, .element_faqs .faqs-holder.faqs-accordion .accordion-title, .share ul li a, .login-page .col-login-page, .login-page .col-login-page.col-login .woocommerce-form-login__rememberme input + span:after, .login-page .col-login-page.col-login .lost_password a:after, .account-dashboard .woocommerce-MyAccount-navigation ul li a:after, .products .product .inner, .products .product .inner .image-holder .btn-holder, .woocommerce-page.archive .sidebar.mobile, .woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4 .trigger, .woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items .woof_list li label,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form .woof_list li label, .shop-wrapper .products-wrapper .title-holder .select-wrapper .trigger-filter .inner, .shop-wrapper .woocommerce-pagination .page-numbers li a:not(.prev):not(.next):after, .shop-wrapper .woocommerce-pagination .page-numbers li .prev i,
.shop-wrapper .woocommerce-pagination .page-numbers li .next i, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input + span:after, .woocommerce-checkout .steps .step-holder .circle i, .col-form-wrapper .form-login-holder .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input + span:after, form.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input + span:after, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox:not(.no-input) span:before, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox:not(.no-input) span:before, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox:not(.no-input) span:after, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox:not(.no-input) span:after, .single-product .slideshow .thumbs-gallery .swiper-wrapper .thumb .image, .woocommerce-order-received .woocommerce-order .lws-notice .notice-content .check-content .check:after {
  transition: all 0.2s ease;
}

.nav-mobile .inner-nav-holder .main-nav-mobile-holder ul li.menu-item-has-children > a:before, .nav-mobile .inner-nav-holder .main-nav-mobile-holder ul li.menu-item-has-children > a:after, .woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4 .trigger:before, .woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4 .trigger:after {
  transition: all 0.6s cubic-bezier(0.89, 0, 0.09, 0.99);
}

i[class^='icon'],
i[class*=' icon'] {
  display: flex;
  align-items: center;
}

@font-face {
  font-family: "fonticon";
  src: url("../fonts/icons/fonticon.eot");
  src: url("../fonts/icons/fonticon.eot?#iefix") format("eot"), url("../fonts/icons/fonticon.woff2") format("woff2"), url("../fonts/icons/fonticon.woff") format("woff"), url("../fonts/icons/fonticon.ttf") format("truetype"), url("../fonts/icons/fonticon.svg#fonticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon span,
.icon-arrow span,
.icon-cle span,
.icon-coeur span,
.icon-electrique span,
.icon-engrenage span,
.icon-filter span,
.icon-flocon span,
.icon-magnifying-glass span,
.icon-roue-2 span,
.icon-roue span,
.icon-velo span {
  /*SR Only*/
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.icon:before,
.icon-arrow:before,
.icon-cle:before,
.icon-coeur:before,
.icon-electrique:before,
.icon-engrenage:before,
.icon-filter:before,
.icon-flocon:before,
.icon-magnifying-glass:before,
.icon-roue-2:before,
.icon-roue:before,
.icon-velo:before {
  display: inline-block;
  font-family: "fonticon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-arrow:before {
  content: "\EA01";
}

.icon-cle:before {
  content: "\EA02";
}

.icon-coeur:before {
  content: "\EA03";
}

.icon-electrique:before {
  content: "\EA04";
}

.icon-engrenage:before {
  content: "\EA05";
}

.icon-filter:before {
  content: "\EA06";
}

.icon-flocon:before {
  content: "\EA07";
}

.icon-magnifying-glass:before {
  content: "\EA08";
}

.icon-roue-2:before {
  content: "\EA09";
}

.icon-roue:before {
  content: "\EA0A";
}

.icon-velo:before {
  content: "\EA0B";
}

/* ---------------------------------------------------------------------------- */
/* Mixins - Functions */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Mixins - Media queries */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Placeholder */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Font smoothing */
/* ---------------------------------------------------------------------------- */
/*
	
	margin & padding.fab 0.3
	
*/
/* ---------------------------------------------------------------------------- */
/* Variables - Globals */
/* ---------------------------------------------------------------------------- */
/* Hauteur des menus */
/* ---------------------------------------------------------------------------- */
/* Components - Margins / Paddings */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Variables - Breakpoints */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Variables - Colors */
/* ---------------------------------------------------------------------------- */
:root {
  --color-main: #f3ea00;
  --color-secondary: #231f20;
  --color-lighter-gray: #f4f4f4;
  --color-light-gray: #f1f1f1;
  --color-medium-gray: #e2e2e2;
}

.background-color-main {
  background-color: #f3ea00 !important;
}

.text-color-main {
  color: #f3ea00 !important;
}

.background-color-secondary {
  background-color: #231f20 !important;
}

.text-color-secondary {
  color: #231f20 !important;
}

.background-color-lighter-gray {
  background-color: #f4f4f4 !important;
}

.text-color-lighter-gray {
  color: #f4f4f4 !important;
}

.background-color-light-gray {
  background-color: #f1f1f1 !important;
}

.text-color-light-gray {
  color: #f1f1f1 !important;
}

.background-color-medium-gray {
  background-color: #e2e2e2 !important;
}

.text-color-medium-gray {
  color: #e2e2e2 !important;
}

::selection {
  color: white;
  background: var(--color-main);
}

/* ---------- Backgrounds ---------- */
/* ---------------------------------------------------------------------------- */
/* Variables - Fonts Generate */
/* ---------------------------------------------------------------------------- */
@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/fonts-faces/Montserrat/Montserrat-100.woff2") format("woff2"), url("../fonts/fonts-faces/Montserrat/Montserrat-100.woff") format("woff"), url("../fonts/fonts-faces/Montserrat/Montserrat-100.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/fonts-faces/Montserrat/Montserrat-200.woff2") format("woff2"), url("../fonts/fonts-faces/Montserrat/Montserrat-200.woff") format("woff"), url("../fonts/fonts-faces/Montserrat/Montserrat-200.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/fonts-faces/Montserrat/Montserrat-300.woff2") format("woff2"), url("../fonts/fonts-faces/Montserrat/Montserrat-300.woff") format("woff"), url("../fonts/fonts-faces/Montserrat/Montserrat-300.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/fonts-faces/Montserrat/Montserrat-400.woff2") format("woff2"), url("../fonts/fonts-faces/Montserrat/Montserrat-400.woff") format("woff"), url("../fonts/fonts-faces/Montserrat/Montserrat-400.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/fonts-faces/Montserrat/Montserrat-500.woff2") format("woff2"), url("../fonts/fonts-faces/Montserrat/Montserrat-500.woff") format("woff"), url("../fonts/fonts-faces/Montserrat/Montserrat-500.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/fonts-faces/Montserrat/Montserrat-600.woff2") format("woff2"), url("../fonts/fonts-faces/Montserrat/Montserrat-600.woff") format("woff"), url("../fonts/fonts-faces/Montserrat/Montserrat-600.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/fonts-faces/Montserrat/Montserrat-700.woff2") format("woff2"), url("../fonts/fonts-faces/Montserrat/Montserrat-700.woff") format("woff"), url("../fonts/fonts-faces/Montserrat/Montserrat-700.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/fonts-faces/Montserrat/Montserrat-800.woff2") format("woff2"), url("../fonts/fonts-faces/Montserrat/Montserrat-800.woff") format("woff"), url("../fonts/fonts-faces/Montserrat/Montserrat-800.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: local("☺"), url("../fonts/fonts-faces/Montserrat/Montserrat-900.woff2") format("woff2"), url("../fonts/fonts-faces/Montserrat/Montserrat-900.woff") format("woff"), url("../fonts/fonts-faces/Montserrat/Montserrat-900.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}

/* ---------------------------------------------------------------------------- */
/* Variables - Fonts */
/* ---------------------------------------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  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: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  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);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  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;
  transform: rotate(-90deg);
  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);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  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);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  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);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.28571px, -5px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.28571px, -5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* ---------------------------------------------------------------------------- */
/* Animations */
/* ---------------------------------------------------------------------------- */
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes scroller {
  0% {
    bottom: 34px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    bottom: 34px;
  }
}

/* ---------------------------------------------------------------------------- */
/* Components - Dev Grids */
/* ---------------------------------------------------------------------------- */
.dev-grid {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dev-grid .container, .dev-grid .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .woocommerce-cart .lws-cart-empty .dev-grid .woocommerce-notices-wrapper, .dev-grid .product-template-default .woocommerce-notices-wrapper, .product-template-default .dev-grid .woocommerce-notices-wrapper {
  height: 100%;
}

.dev-grid .container .row, .dev-grid .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .row, .woocommerce-cart .lws-cart-empty .dev-grid .woocommerce-notices-wrapper .row, .dev-grid .product-template-default .woocommerce-notices-wrapper .row, .product-template-default .dev-grid .woocommerce-notices-wrapper .row {
  height: 100%;
}

.dev-grid .container .row .col-1, .dev-grid .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .row .col-1, .woocommerce-cart .lws-cart-empty .dev-grid .woocommerce-notices-wrapper .row .col-1, .dev-grid .product-template-default .woocommerce-notices-wrapper .row .col-1, .product-template-default .dev-grid .woocommerce-notices-wrapper .row .col-1 {
  height: 100%;
  display: none;
}

@media (min-width: 1024px) {
  .dev-grid .container .row .col-1, .dev-grid .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .row .col-1, .woocommerce-cart .lws-cart-empty .dev-grid .woocommerce-notices-wrapper .row .col-1, .dev-grid .product-template-default .woocommerce-notices-wrapper .row .col-1, .product-template-default .dev-grid .woocommerce-notices-wrapper .row .col-1 {
    display: block;
  }
}

.dev-grid .container .row .col-1:nth-child(-n+4), .dev-grid .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .row .col-1:nth-child(-n+4), .woocommerce-cart .lws-cart-empty .dev-grid .woocommerce-notices-wrapper .row .col-1:nth-child(-n+4), .dev-grid .product-template-default .woocommerce-notices-wrapper .row .col-1:nth-child(-n+4), .product-template-default .dev-grid .woocommerce-notices-wrapper .row .col-1:nth-child(-n+4) {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (min-width: 1024px) {
  .dev-grid .container .row .col-1:nth-child(-n+4), .dev-grid .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .row .col-1:nth-child(-n+4), .woocommerce-cart .lws-cart-empty .dev-grid .woocommerce-notices-wrapper .row .col-1:nth-child(-n+4), .dev-grid .product-template-default .woocommerce-notices-wrapper .row .col-1:nth-child(-n+4), .product-template-default .dev-grid .woocommerce-notices-wrapper .row .col-1:nth-child(-n+4) {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

.dev-grid .container .row .col-1 .inner, .dev-grid .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .row .col-1 .inner, .woocommerce-cart .lws-cart-empty .dev-grid .woocommerce-notices-wrapper .row .col-1 .inner, .dev-grid .product-template-default .woocommerce-notices-wrapper .row .col-1 .inner, .product-template-default .dev-grid .woocommerce-notices-wrapper .row .col-1 .inner {
  background: #12B2CB;
  opacity: 0.05;
  height: 100%;
}

/* ---------------------------------------------------------------------------- */
/* Aspects ratios - Images Ratios */
/* ---------------------------------------------------------------------------- */
.sixteen-nine {
  position: relative;
  width: 100%;
  height: 100%;
}

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.four-tree {
  position: relative;
  width: 100%;
  height: 100%;
}

.four-tree:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.four-tree > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------------- */
/* Variables - Margins */
/* ---------------------------------------------------------------------------- */
/* ---------- Sections Margins ---------- */
/* ---------- Titles margins ---------- */
/* Margin */
.margin-lg {
  margin: 35px 0;
}

@media (min-width: 768px) {
  .margin-lg {
    margin: 2.5rem 0;
  }
}

@media (min-width: 1440px) {
  .margin-lg {
    margin: 10rem 0;
  }
}

.margin-md-lg {
  margin: 35px 0;
}

@media (min-width: 768px) {
  .margin-md-lg {
    margin: 2.5rem 0;
  }
}

@media (min-width: 1440px) {
  .margin-md-lg {
    margin: 7.5rem 0;
  }
}

.margin-sm-lg {
  margin: 35px 0;
}

@media (min-width: 768px) {
  .margin-sm-lg {
    margin: 2.5rem 0;
  }
}

@media (min-width: 1440px) {
  .margin-sm-lg {
    margin: 5rem 0;
  }
}

.margin-md {
  margin: 35px 0;
}

@media (min-width: 768px) {
  .margin-md {
    margin: 2.5rem 0;
  }
}

@media (min-width: 1440px) {
  .margin-md {
    margin: 2.5rem 0;
  }
}

.margin-sm {
  margin: 35px 0;
}

@media (min-width: 768px) {
  .margin-sm {
    margin: 35px 0;
  }
}

@media (min-width: 1440px) {
  .margin-sm {
    margin: 35px 0;
  }
}

/* Padding */
.padding-lg {
  padding: 35px 0;
}

@media (min-width: 768px) {
  .padding-lg {
    padding: 2.5rem 0;
  }
}

@media (min-width: 1440px) {
  .padding-lg {
    padding: 10rem 0;
  }
}

.padding-md-lg {
  padding: 35px 0;
}

@media (min-width: 768px) {
  .padding-md-lg {
    padding: 2.5rem 0;
  }
}

@media (min-width: 1440px) {
  .padding-md-lg {
    padding: 7.5rem 0;
  }
}

.padding-sm-lg {
  padding: 35px 0;
}

@media (min-width: 768px) {
  .padding-sm-lg {
    padding: 2.5rem 0;
  }
}

@media (min-width: 1440px) {
  .padding-sm-lg {
    padding: 5rem 0;
  }
}

.padding-md {
  padding: 35px 0;
}

@media (min-width: 768px) {
  .padding-md {
    padding: 2.5rem 0;
  }
}

@media (min-width: 1440px) {
  .padding-md {
    padding: 2.5rem 0;
  }
}

.padding-sm {
  padding: 35px 0;
}

@media (min-width: 768px) {
  .padding-sm {
    padding: 35px 0;
  }
}

@media (min-width: 1440px) {
  .padding-sm {
    padding: 35px 0;
  }
}

/* Margin Top */
.m-t-lg {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .m-t-lg {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-t-lg {
    margin-top: 10rem;
  }
}

.m-t {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .m-t {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-t {
    margin-top: 7.5rem;
  }
}

.m-t-sm {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .m-t-sm {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-t-sm {
    margin-top: 5rem;
  }
}

.m-t-xsm {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .m-t-xsm {
    margin-top: 35px;
  }
}

@media (min-width: 1440px) {
  .m-t-xsm {
    margin-top: 35px;
  }
}

.m-t-0 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .m-t-0 {
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  .m-t-0 {
    margin-top: 0;
  }
}

/* Margin Right */
.m-r-lg {
  margin-right: 35px;
}

@media (min-width: 768px) {
  .m-r-lg {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-r-lg {
    margin-right: 10rem;
  }
}

.m-r {
  margin-right: 35px;
}

@media (min-width: 768px) {
  .m-r {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-r {
    margin-right: 7.5rem;
  }
}

.m-r-sm {
  margin-right: 35px;
}

@media (min-width: 768px) {
  .m-r-sm {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-r-sm {
    margin-right: 5rem;
  }
}

.m-r-0 {
  margin-right: 0;
}

@media (min-width: 768px) {
  .m-r-0 {
    margin-right: 0;
  }
}

@media (min-width: 1440px) {
  .m-r-0 {
    margin-right: 0;
  }
}

/* Margin Bottom */
.m-b-lg {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .m-b-lg {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-b-lg {
    margin-bottom: 10rem;
  }
}

.m-b {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .m-b {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-b {
    margin-bottom: 7.5rem;
  }
}

.m-b-sm {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .m-b-sm {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-b-sm {
    margin-bottom: 5rem;
  }
}

.m-b-0 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .m-b-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .m-b-0 {
    margin-bottom: 0;
  }
}

/* Margin Left */
.m-l-lg {
  margin-left: 35px;
}

@media (min-width: 768px) {
  .m-l-lg {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-l-lg {
    margin-left: 10rem;
  }
}

.m-l {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .m-l {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-l {
    margin-left: 7.5rem;
  }
}

.m-l-sm {
  margin-left: 35px;
}

@media (min-width: 768px) {
  .m-l-sm {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .m-l-sm {
    margin-left: 5rem;
  }
}

.m-l-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .m-l-0 {
    margin-left: 0;
  }
}

@media (min-width: 1440px) {
  .m-l-0 {
    margin-left: 0;
  }
}

/* Padding Top */
.p-t-lg {
  padding-top: 35px;
}

@media (min-width: 768px) {
  .p-t-lg {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .p-t-lg {
    padding-top: 10rem;
  }
}

.p-t {
  padding-top: 35px;
}

@media (min-width: 768px) {
  .p-t {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .p-t {
    padding-top: 7.5rem;
  }
}

.p-t-sm {
  padding-top: 35px;
}

@media (min-width: 768px) {
  .p-t-sm {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .p-t-sm {
    padding-top: 5rem;
  }
}

.p-t-0 {
  padding-top: 0;
}

@media (min-width: 768px) {
  .p-t-0 {
    padding-top: 0;
  }
}

@media (min-width: 1440px) {
  .p-t-0 {
    padding-top: 0;
  }
}

/* Padding Right */
.p-r-lg {
  padding-right: 35px;
}

@media (min-width: 768px) {
  .p-r-lg {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .p-r-lg {
    padding-right: 10rem;
  }
}

.p-r {
  padding-right: 35px;
}

@media (min-width: 768px) {
  .p-r {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .p-r {
    padding-right: 7.5rem;
  }
}

.p-r-sm {
  padding-right: 35px;
}

@media (min-width: 768px) {
  .p-r-sm {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .p-r-sm {
    padding-right: 5rem;
  }
}

.p-r-0 {
  padding-right: 0;
}

@media (min-width: 768px) {
  .p-r-0 {
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .p-r-0 {
    padding-right: 0;
  }
}

/* Padding Bottom */
.p-b-lg {
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .p-b-lg {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .p-b-lg {
    padding-bottom: 10rem;
  }
}

.p-b {
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .p-b {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .p-b {
    padding-bottom: 7.5rem;
  }
}

.p-b-sm {
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .p-b-sm {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .p-b-sm {
    padding-bottom: 5rem;
  }
}

.p-b-0 {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .p-b-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .p-b-0 {
    padding-bottom: 0;
  }
}

/* Padding Left */
.p-l-lg {
  padding-left: 35px;
}

@media (min-width: 768px) {
  .p-l-lg {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .p-l-lg {
    padding-left: 10rem;
  }
}

.p-l {
  padding-left: 35px;
}

@media (min-width: 768px) {
  .p-l {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .p-l {
    padding-left: 7.5rem;
  }
}

.p-l-sm {
  padding-left: 35px;
}

@media (min-width: 768px) {
  .p-l-sm {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .p-l-sm {
    padding-left: 5rem;
  }
}

.p-l-0 {
  padding-left: 0;
}

@media (min-width: 768px) {
  .p-l-0 {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .p-l-0 {
    padding-left: 0;
  }
}

.gform_heading,
.gform_body,
.gform_footer {
  clear: both;
  padding-bottom: 20px;
}

.ginput_container input.large,
.ginput_container select.large,
.ginput_container textarea.large {
  width: 100%;
}

.ginput_container input.medium,
.ginput_container select.medium,
.ginput_container textarea.medium {
  width: 66%;
}

.ginput_container input.small, .ginput_container .amelia-app-booking input.el-button--primary.el-button, .amelia-app-booking .ginput_container input.el-button--primary.el-button, .ginput_container .am-modal.am-in-body input.el-button--primary.el-button, .am-modal.am-in-body .ginput_container input.el-button--primary.el-button,
.ginput_container select.small,
.ginput_container .amelia-app-booking select.el-button--primary.el-button,
.amelia-app-booking .ginput_container select.el-button--primary.el-button,
.ginput_container .am-modal.am-in-body select.el-button--primary.el-button,
.am-modal.am-in-body .ginput_container select.el-button--primary.el-button,
.ginput_container textarea.small,
.ginput_container .amelia-app-booking textarea.el-button--primary.el-button,
.amelia-app-booking .ginput_container textarea.el-button--primary.el-button,
.ginput_container .am-modal.am-in-body textarea.el-button--primary.el-button,
.am-modal.am-in-body .ginput_container textarea.el-button--primary.el-button {
  width: 33%;
}

.gsection h2 {
  border-bottom: 3px solid black;
  padding-bottom: 15px;
}

.gf_progressbar_wrapper {
  padding-bottom: 15px;
}

.gf_progressbar {
  background: gray;
}

.gf_progressbar_percentage {
  background: red;
  padding: 5px 10px;
  text-align: right;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline;
  display: inline-block;
}

.gfield_time_hour label,
.gfield_time_minute label {
  display: block;
}

.gfield_time_ampm {
  vertical-align: top;
}

.ginput_full {
  display: block;
}

.ginput_full input,
.ginput_full select,
.ginput_full textarea {
  margin-bottom: 5px;
  width: 100%;
}

.ginput_full label {
  display: block;
}

.ginput_left {
  float: left;
  padding-right: 10px;
  width: 50%;
}

.ginput_left input,
.ginput_left select,
.ginput_left textarea {
  margin-bottom: 5px;
  width: 100%;
}

.ginput_left label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}

.ginput_right input,
.ginput_right select,
.ginput_right textarea {
  margin-bottom: 5px;
  width: 100%;
}

.ginput_right label {
  display: block;
}

.ginput_right {
  float: right;
  width: 50%;
}

li.gf_left_half {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 50%;
}

li.gf_right_half {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 50%;
}

li.gf_left_third {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 33%;
}

li.gf_middle_third {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 34%;
}

li.gf_right_third {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 33%;
}

li.gf_first_quarter {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 25%;
}

li.gf_second_quarter {
  clear: none;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 25%;
}

li.gf_third_quarter {
  clear: none;
  float: left;
  padding-bottom: 10px;
  width: 25%;
}

li.gf_fourth_quarter {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 25%;
}

.gf_list_2col ul.gfield_checkbox li,
.gf_list_2col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 50%;
}

.gf_list_3col ul.gfield_checkbox li,
.gf_list_3col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 33%;
}

.gf_list_4col ul.gfield_checkbox li,
.gf_list_4col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 25%;
}

.gf_list_5col ul.gfield_checkbox li,
.gf_list_5col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 20%;
}

.gf_list_inline ul.gfield_checkbox li,
.gf_list_inline ul.gfield_radio li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* ---------------------------------------------------------------------------- */
/* Gravity Forms */
/* ---------------------------------------------------------------------------- */
.form-wrapper h2 {
  font: 800 2.75rem/1.2 "Inter", sans-serif;
  margin-bottom: 15px;
}

.form-wrapper h3 {
  font: 500 1.75rem/1.2 "Inter", sans-serif;
  margin-bottom: 35px;
}

.validation-error {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  border: 3px solid #EF3B24;
  color: #EF3B24;
  padding: 12px 0;
}

.validation-error p {
  font-size: 1em;
}

.gform_confirmation_message {
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #d6e9c6;
  border: 3px solid #dff0d8;
  color: #3c763d;
  padding: 12px 0;
}

label {
  display: block;
  margin-bottom: 0.625rem;
  font: 400 1.0625rem/1.2 "Inter", sans-serif;
  color: var(--color-secondary);
}

.gfield_description {
  margin-top: 10px;
  font: 400 0.875rem/1.2 "Inter", sans-serif;
  color: var(--color-secondary);
}

.gform_ajax_spinner {
  margin: 0.9375em auto 0;
  max-width: 25px;
  animation: spin 2s linear infinite;
}

.gform_body .gform_fields, .gform_body .comments-section .comment-respond .comment-form, .comments-section .comment-respond .gform_body .comment-form {
  margin: 0 -15px;
}

.gform_fields, .comments-section .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.gform_fields .legend p, .comments-section .comment-respond .comment-form .legend p {
  font: 500 0.875rem/1.2 "Inter", sans-serif;
  font-style: italic;
  margin-bottom: 25px;
}

.gform_fields input[type=tel], .comments-section .comment-respond .comment-form input[type=tel],
.gform_fields input[type=text],
.comments-section .comment-respond .comment-form input[type=text],
.gform_fields input[type=email],
.comments-section .comment-respond .comment-form input[type=email],
.gform_fields input[type=number],
.comments-section .comment-respond .comment-form input[type=number],
.gform_fields input[type=password],
.comments-section .comment-respond .comment-form input[type=password],
.gform_fields textarea,
.comments-section .comment-respond .comment-form textarea {
  width: 100% !important;
  color: var(--color-secondary);
  display: block;
  height: 50px;
  background: white;
  font: 400 1.0625rem/1 "Inter", sans-serif;
  padding: 0 20px;
  outline: none;
  border: 2px solid var(--color-secondary);
}

.gform_fields input[type=tel]::-webkit-input-placeholder, .comments-section .comment-respond .comment-form input[type=tel]::-webkit-input-placeholder,
.gform_fields input[type=text]::-webkit-input-placeholder,
.comments-section .comment-respond .comment-form input[type=text]::-webkit-input-placeholder,
.gform_fields input[type=email]::-webkit-input-placeholder,
.comments-section .comment-respond .comment-form input[type=email]::-webkit-input-placeholder,
.gform_fields input[type=number]::-webkit-input-placeholder,
.comments-section .comment-respond .comment-form input[type=number]::-webkit-input-placeholder,
.gform_fields input[type=password]::-webkit-input-placeholder,
.comments-section .comment-respond .comment-form input[type=password]::-webkit-input-placeholder,
.gform_fields textarea::-webkit-input-placeholder,
.comments-section .comment-respond .comment-form textarea::-webkit-input-placeholder {
  color: #707070;
}

.gform_fields input[type=tel]:-moz-placeholder, .comments-section .comment-respond .comment-form input[type=tel]:-moz-placeholder,
.gform_fields input[type=text]:-moz-placeholder,
.comments-section .comment-respond .comment-form input[type=text]:-moz-placeholder,
.gform_fields input[type=email]:-moz-placeholder,
.comments-section .comment-respond .comment-form input[type=email]:-moz-placeholder,
.gform_fields input[type=number]:-moz-placeholder,
.comments-section .comment-respond .comment-form input[type=number]:-moz-placeholder,
.gform_fields input[type=password]:-moz-placeholder,
.comments-section .comment-respond .comment-form input[type=password]:-moz-placeholder,
.gform_fields textarea:-moz-placeholder,
.comments-section .comment-respond .comment-form textarea:-moz-placeholder {
  color: #707070;
}

.gform_fields input[type=tel]::-moz-placeholder, .comments-section .comment-respond .comment-form input[type=tel]::-moz-placeholder,
.gform_fields input[type=text]::-moz-placeholder,
.comments-section .comment-respond .comment-form input[type=text]::-moz-placeholder,
.gform_fields input[type=email]::-moz-placeholder,
.comments-section .comment-respond .comment-form input[type=email]::-moz-placeholder,
.gform_fields input[type=number]::-moz-placeholder,
.comments-section .comment-respond .comment-form input[type=number]::-moz-placeholder,
.gform_fields input[type=password]::-moz-placeholder,
.comments-section .comment-respond .comment-form input[type=password]::-moz-placeholder,
.gform_fields textarea::-moz-placeholder,
.comments-section .comment-respond .comment-form textarea::-moz-placeholder {
  color: #707070;
}

.gform_fields input[type=tel]:-ms-input-placeholder, .comments-section .comment-respond .comment-form input[type=tel]:-ms-input-placeholder,
.gform_fields input[type=text]:-ms-input-placeholder,
.comments-section .comment-respond .comment-form input[type=text]:-ms-input-placeholder,
.gform_fields input[type=email]:-ms-input-placeholder,
.comments-section .comment-respond .comment-form input[type=email]:-ms-input-placeholder,
.gform_fields input[type=number]:-ms-input-placeholder,
.comments-section .comment-respond .comment-form input[type=number]:-ms-input-placeholder,
.gform_fields input[type=password]:-ms-input-placeholder,
.comments-section .comment-respond .comment-form input[type=password]:-ms-input-placeholder,
.gform_fields textarea:-ms-input-placeholder,
.comments-section .comment-respond .comment-form textarea:-ms-input-placeholder {
  color: #707070;
}

.gform_fields input[type=tel]:focus, .comments-section .comment-respond .comment-form input[type=tel]:focus,
.gform_fields input[type=text]:focus,
.comments-section .comment-respond .comment-form input[type=text]:focus,
.gform_fields input[type=email]:focus,
.comments-section .comment-respond .comment-form input[type=email]:focus,
.gform_fields input[type=number]:focus,
.comments-section .comment-respond .comment-form input[type=number]:focus,
.gform_fields input[type=password]:focus,
.comments-section .comment-respond .comment-form input[type=password]:focus,
.gform_fields textarea:focus,
.comments-section .comment-respond .comment-form textarea:focus {
  box-shadow: 0 0 0 5px var(--color-main);
}

.gform_fields input[type=tel].focus-visible, .comments-section .comment-respond .comment-form input[type=tel].focus-visible,
.gform_fields input[type=text].focus-visible,
.comments-section .comment-respond .comment-form input[type=text].focus-visible,
.gform_fields input[type=email].focus-visible,
.comments-section .comment-respond .comment-form input[type=email].focus-visible,
.gform_fields input[type=number].focus-visible,
.comments-section .comment-respond .comment-form input[type=number].focus-visible,
.gform_fields input[type=password].focus-visible,
.comments-section .comment-respond .comment-form input[type=password].focus-visible,
.gform_fields textarea.focus-visible,
.comments-section .comment-respond .comment-form textarea.focus-visible {
  box-shadow: 0 0 0 5px var(--color-main);
}


.gform_fields input[type=number],
.comments-section .comment-respond .comment-form input[type=number] {
  padding-right: 0;
}


.gform_fields textarea,
.comments-section .comment-respond .comment-form textarea {
  padding: 1.25em;
  height: 9.375rem;
}

.gform_fields .gfield_error input[type=tel], .comments-section .comment-respond .comment-form .gfield_error input[type=tel],
.gform_fields .gfield_error input[type=text],
.comments-section .comment-respond .comment-form .gfield_error input[type=text],
.gform_fields .gfield_error input[type=email],
.comments-section .comment-respond .comment-form .gfield_error input[type=email],
.gform_fields .gfield_error input[type=password],
.comments-section .comment-respond .comment-form .gfield_error input[type=password],
.gform_fields .gfield_error textarea,
.comments-section .comment-respond .comment-form .gfield_error textarea,
.gform_fields .has-error input[type=tel],
.comments-section .comment-respond .comment-form .has-error input[type=tel],
.gform_fields .has-error input[type=text],
.comments-section .comment-respond .comment-form .has-error input[type=text],
.gform_fields .has-error input[type=email],
.comments-section .comment-respond .comment-form .has-error input[type=email],
.gform_fields .has-error input[type=password],
.comments-section .comment-respond .comment-form .has-error input[type=password],
.gform_fields .has-error textarea,
.comments-section .comment-respond .comment-form .has-error textarea {
  background: #fff;
  border: 3px solid #EF3B24;
}

.gform_fields .gfield_error.focus-effect label, .comments-section .comment-respond .comment-form .gfield_error.focus-effect label,
.gform_fields .has-error.focus-effect label,
.comments-section .comment-respond .comment-form .has-error.focus-effect label {
  color: #EF3B24;
}

.gform_fields .gfield_error .validation_message, .comments-section .comment-respond .comment-form .gfield_error .validation_message,
.gform_fields .has-error .validation_message,
.comments-section .comment-respond .comment-form .has-error .validation_message {
  color: #EF3B24;
  padding: 0 5px;
}

.gform_fields .gfield, .comments-section .comment-respond .comment-form .gfield {
  clear: both;
  margin: 8px 0;
  width: 49.5%;
}

.gform_fields .gfield.field-full-width, .comments-section .comment-respond .comment-form .gfield.field-full-width {
  width: 100%;
}

.gform_fields .gfield.hide-field, .comments-section .comment-respond .comment-form .gfield.hide-field {
  display: none !important;
}

.gform_fields .gfield .gfield_required:before, .comments-section .comment-respond .comment-form .gfield .gfield_required:before {
  content: ' ';
  white-space: pre;
}

.gform_fields .validation_message, .comments-section .comment-respond .comment-form .validation_message,
.gform_fields .gform_confirmation_message,
.comments-section .comment-respond .comment-form .gform_confirmation_message,
.gform_fields .validation_error,
.comments-section .comment-respond .comment-form .validation_error {
  font: 400 0.875rem/1.2 "Inter", sans-serif;
}


.gform_fields .gform_confirmation_message,
.comments-section .comment-respond .comment-form .gform_confirmation_message {
  text-align: center;
}

.gform_fields .validation_message, .comments-section .comment-respond .comment-form .validation_message {
  margin-top: 10px;
  margin-bottom: 5px;
}


.gform_fields .validation_error,
.comments-section .comment-respond .comment-form .validation_error {
  color: #EF3B24;
  text-align: center;
  margin-bottom: 1rem;
}

.gfield_radio li,
.gfield_checkbox li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.gfield_radio li label,
.gfield_checkbox li label {
  font: 400 1.0625rem/1.2 "Inter", sans-serif;
  display: block;
  margin-bottom: 0;
}

.gfield_radio li label:hover,
.gfield_checkbox li label:hover {
  cursor: pointer;
}

.gform_fields .gfield_checkbox li, .comments-section .comment-respond .comment-form .gfield_checkbox li,
.gform_fields .gfield_radio li,
.comments-section .comment-respond .comment-form .gfield_radio li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}

.gform_fields .gfield_checkbox li label:hover:before, .comments-section .comment-respond .comment-form .gfield_checkbox li label:hover:before,
.gform_fields .gfield_radio li label:hover:before,
.comments-section .comment-respond .comment-form .gfield_radio li label:hover:before {
  box-shadow: 0 0 0 5px var(--color-main);
}

.gform_fields .gfield_checkbox input[type=checkbox], .comments-section .comment-respond .comment-form .gfield_checkbox input[type=checkbox],
.gform_fields .gfield_checkbox input[type=radio],
.comments-section .comment-respond .comment-form .gfield_checkbox input[type=radio],
.gform_fields .gfield_radio input[type=checkbox],
.comments-section .comment-respond .comment-form .gfield_radio input[type=checkbox],
.gform_fields .gfield_radio input[type=radio],
.comments-section .comment-respond .comment-form .gfield_radio input[type=radio] {
  margin: 0 5px 0 0;
}

.gform_fields [type="radio"]:not(:checked), .comments-section .comment-respond .comment-form [type="radio"]:not(:checked), .gform_fields [type="radio"]:checked, .comments-section .comment-respond .comment-form [type="radio"]:checked,
.gform_fields [type="checkbox"]:not(:checked),
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked),
.gform_fields [type="checkbox"]:checked,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.gform_fields [type="radio"]:not(:checked) + label, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked) + label, .gform_fields [type="radio"]:checked + label, .comments-section .comment-respond .comment-form [type="radio"]:checked + label,
.gform_fields [type="checkbox"]:not(:checked) + label,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked) + label,
.gform_fields [type="checkbox"]:checked + label,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked + label {
  padding-left: 40px;
  cursor: pointer;
}

.gform_fields [type="radio"]:not(:checked) + label:before, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked) + label:before, .gform_fields [type="radio"]:checked + label:before, .comments-section .comment-respond .comment-form [type="radio"]:checked + label:before,
.gform_fields [type="checkbox"]:not(:checked) + label:before,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked) + label:before,
.gform_fields [type="checkbox"]:checked + label:before,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 2px solid var(--color-secondary);
  transition: all .2s;
}

.gform_fields [type="radio"]:not(:checked):not(:checked) + label:after, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked):not(:checked) + label:after, .gform_fields [type="radio"]:checked:not(:checked) + label:after, .comments-section .comment-respond .comment-form [type="radio"]:checked:not(:checked) + label:after,
.gform_fields [type="checkbox"]:not(:checked):not(:checked) + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked):not(:checked) + label:after,
.gform_fields [type="checkbox"]:checked:not(:checked) + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.gform_fields [type="radio"]:not(:checked):checked + label:after, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked):checked + label:after, .gform_fields [type="radio"]:checked:checked + label:after, .comments-section .comment-respond .comment-form [type="radio"]:checked:checked + label:after,
.gform_fields [type="checkbox"]:not(:checked):checked + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked):checked + label:after,
.gform_fields [type="checkbox"]:checked:checked + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.gform_fields [type="radio"]:not(:checked):disabled:not(:checked) + label:before, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked):disabled:not(:checked) + label:before, .gform_fields [type="radio"]:not(:checked):disabled:checked + label:before, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked):disabled:checked + label:before, .gform_fields [type="radio"]:checked:disabled:not(:checked) + label:before, .comments-section .comment-respond .comment-form [type="radio"]:checked:disabled:not(:checked) + label:before, .gform_fields [type="radio"]:checked:disabled:checked + label:before, .comments-section .comment-respond .comment-form [type="radio"]:checked:disabled:checked + label:before,
.gform_fields [type="checkbox"]:not(:checked):disabled:not(:checked) + label:before,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked):disabled:not(:checked) + label:before,
.gform_fields [type="checkbox"]:not(:checked):disabled:checked + label:before,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked):disabled:checked + label:before,
.gform_fields [type="checkbox"]:checked:disabled:not(:checked) + label:before,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked:disabled:not(:checked) + label:before,
.gform_fields [type="checkbox"]:checked:disabled:checked + label:before,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.gform_fields [type="radio"]:not(:checked):disabled:not(:checked) + label:after, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked):disabled:not(:checked) + label:after, .gform_fields [type="radio"]:not(:checked):disabled:checked + label:after, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked):disabled:checked + label:after, .gform_fields [type="radio"]:checked:disabled:not(:checked) + label:after, .comments-section .comment-respond .comment-form [type="radio"]:checked:disabled:not(:checked) + label:after, .gform_fields [type="radio"]:checked:disabled:checked + label:after, .comments-section .comment-respond .comment-form [type="radio"]:checked:disabled:checked + label:after,
.gform_fields [type="checkbox"]:not(:checked):disabled:not(:checked) + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked):disabled:not(:checked) + label:after,
.gform_fields [type="checkbox"]:not(:checked):disabled:checked + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked):disabled:checked + label:after,
.gform_fields [type="checkbox"]:checked:disabled:not(:checked) + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked:disabled:not(:checked) + label:after,
.gform_fields [type="checkbox"]:checked:disabled:checked + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked:disabled:checked + label:after {
  color: #999;
}

.gform_fields [type="radio"]:not(:checked):disabled  + label, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked):disabled  + label, .gform_fields [type="radio"]:checked:disabled  + label, .comments-section .comment-respond .comment-form [type="radio"]:checked:disabled  + label,
.gform_fields [type="checkbox"]:not(:checked):disabled  + label,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked):disabled  + label,
.gform_fields [type="checkbox"]:checked:disabled  + label,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked:disabled  + label {
  color: #aaa;
}


.gform_fields [type="checkbox"]:not(:checked):checked + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked):checked + label:after,
.gform_fields [type="checkbox"]:checked:checked + label:after,
.comments-section .comment-respond .comment-form [type="checkbox"]:checked:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(40deg);
}

.gform_fields [type="checkbox"]:not(:checked) + label:after, .comments-section .comment-respond .comment-form [type="checkbox"]:not(:checked) + label:after, .gform_fields [type="checkbox"]:checked + label:after, .comments-section .comment-respond .comment-form [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 11px;
  transform: rotate(40deg);
  width: 10px;
  height: 18px;
  border: solid var(--color-secondary);
  border-width: 0 3px 3px 0;
  transition: all .2s;
}

.gform_fields [type="radio"]:not(:checked) + label:before, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked) + label:before, .gform_fields [type="radio"]:checked + label:before, .comments-section .comment-respond .comment-form [type="radio"]:checked + label:before {
  border-radius: 50%;
}

.gform_fields [type="radio"]:not(:checked) + label:after, .comments-section .comment-respond .comment-form [type="radio"]:not(:checked) + label:after, .gform_fields [type="radio"]:checked + label:after, .comments-section .comment-respond .comment-form [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: all .2s;
}

.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  width: 100% !important;
  color: var(--color-secondary);
  height: 50px;
  background: white;
  font: 400 1.0625rem/1 "Inter", sans-serif;
  padding: 0 20px;
  box-shadow: none;
  outline: none;
  border: 2px solid var(--color-secondary);
  border-radius: 0;
  float: none;
}

.select2-container--default .select2-selection--single:hover {
  box-shadow: 0 0 0 5px var(--color-main);
  border-color: var(--color-secondary);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  color: var(--color-secondary);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: var(--color-main);
  color: var(--color-secondary);
}

.select2-dropdown {
  margin-top: 4px;
}

#billing_country_field span.woocommerce-input-wrapper,
#shipping_country_field span.woocommerce-input-wrapper {
  display: flex;
  align-items: center;
  width: 100% !important;
  color: var(--color-secondary);
  height: 50px;
  background: white;
  font: 400 1.0625rem/1 "Inter", sans-serif;
  padding: 0 20px;
  box-shadow: none;
  outline: none;
  border: 2px solid var(--color-secondary);
  border-radius: 0;
  float: none;
}

#billing_country_field span.woocommerce-input-wrapper strong,
#shipping_country_field span.woocommerce-input-wrapper strong {
  font: 400 1.0625rem/1 "Inter", sans-serif;
}

.nice-select:not(.no-style) {
  display: flex;
  align-items: center;
  width: 100% !important;
  color: var(--color-secondary);
  height: 50px;
  background: white;
  font: 400 1.0625rem/1 "Inter", sans-serif;
  padding: 0 20px;
  box-shadow: none;
  outline: none;
  border: 2px solid var(--color-secondary);
  border-radius: 0;
  float: none;
}

.nice-select:not(.no-style):hover {
  box-shadow: 0 0 0 5px var(--color-main);
  border-color: var(--color-secondary);
}

.nice-select:not(.no-style).focus-visible {
  box-shadow: none;
}

.nice-select:not(.no-style).open {
  border-color: var(--color-main);
}

.nice-select:not(.no-style).open:hover {
  box-shadow: none;
  border-color: var(--color-main);
}

.nice-select:not(.no-style) .list {
  left: -2px;
  border: 2px solid var(--color-main);
  border-radius: 0;
  margin-top: 0;
  width: calc(100% + 4px);
}

.nice-select:not(.no-style) .list .option {
  background: #FFFFFF !important;
}

.nice-select:not(.no-style) .list .option:hover {
  background: rgba(243, 234, 0, 0.4) !important;
}

/* ---------------------------------------------------------------------------- */
/* Nice File Input */
/* ---------------------------------------------------------------------------- */
.NFI {
  position: relative;
}

.NFI [type=file] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
}

.NFI .NFI-filename {
  padding-right: 140px;
}

.NFI .NFI-button {
  position: absolute;
  font: 0.8rem/1 "Inter", sans-serif;
  height: 1.875rem;
  border: none;
  right: 5px;
  padding: 0;
  top: 5px;
}

.NFI:hover .NFI-button {
  background: var(--color-secondary);
}

/* ---------------------------------------------------------------------------- */
/* Components - Buttons */
/* ---------------------------------------------------------------------------- */
.button, .NFI .NFI-button, .amelia-app-booking .el-button--primary.el-button, .am-modal.am-in-body .el-button--primary.el-button, .comments-section .comment-respond .comment-form p.form-submit input {
  color: white;
  text-align: center;
  font: 500 16px/1 "Inter", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  background: none;
  display: inline-block;
  cursor: pointer;
  padding: 0.625rem 1.5rem;
  height: 60px;
  border-radius: 30px;
}

.button.small, .NFI .small.NFI-button, .amelia-app-booking .el-button--primary.el-button, .am-modal.am-in-body .el-button--primary.el-button, .comments-section .comment-respond .comment-form p.form-submit input.small, .comments-section .comment-respond .comment-form p.form-submit .amelia-app-booking input.el-button--primary.el-button, .amelia-app-booking .comments-section .comment-respond .comment-form p.form-submit input.el-button--primary.el-button, .comments-section .comment-respond .comment-form p.form-submit .am-modal.am-in-body input.el-button--primary.el-button, .am-modal.am-in-body .comments-section .comment-respond .comment-form p.form-submit input.el-button--primary.el-button {
  font: 500 0.9375rem/1 "Inter", sans-serif;
  height: 40px;
  border-radius: 20px;
}

.button span, .NFI .NFI-button span, .amelia-app-booking .el-button--primary.el-button span, .am-modal.am-in-body .el-button--primary.el-button span, .comments-section .comment-respond .comment-form p.form-submit input span {
  display: flex;
  align-items: center;
  height: 100%;
}

.opaque-color-main, .amelia-app-booking .el-button--primary.el-button, .am-modal.am-in-body .el-button--primary.el-button, .comments-section .comment-respond .comment-form p.form-submit input {
  border: 2px solid var(--color-main) !important;
  background: var(--color-main) !important;
}

.opaque-color-main span, .amelia-app-booking .el-button--primary.el-button span, .am-modal.am-in-body .el-button--primary.el-button span, .comments-section .comment-respond .comment-form p.form-submit input span {
  color: var(--color-secondary) !important;
}

.opaque-color-main:hover, .amelia-app-booking .el-button--primary.el-button:hover, .am-modal.am-in-body .el-button--primary.el-button:hover, .comments-section .comment-respond .comment-form p.form-submit input:hover {
  border-color: var(--color-secondary) !important;
  background: var(--color-secondary) !important;
}

.opaque-color-main:hover span, .amelia-app-booking .el-button--primary.el-button:hover span, .am-modal.am-in-body .el-button--primary.el-button:hover span, .comments-section .comment-respond .comment-form p.form-submit input:hover span {
  color: #FFFFFF !important;
}

.opaque-color-main.reverse:hover, .style-dark .opaque-color-main.button:hover, .style-dark .NFI .opaque-color-main.NFI-button:hover, .NFI .style-dark .opaque-color-main.NFI-button:hover, .style-dark .amelia-app-booking .el-button--primary.el-button:hover, .amelia-app-booking .style-dark .el-button--primary.el-button:hover, .style-dark .am-modal.am-in-body .el-button--primary.el-button:hover, .am-modal.am-in-body .style-dark .el-button--primary.el-button:hover, .style-dark .comments-section .comment-respond .comment-form p.form-submit input:hover, .comments-section .comment-respond .comment-form p.form-submit .style-dark input:hover, .amelia-app-booking .reverse.el-button--primary.el-button:hover, .am-modal.am-in-body .reverse.el-button--primary.el-button:hover, .comments-section .comment-respond .comment-form p.form-submit input.reverse:hover {
  border-color: #FFFFFF !important;
  background: #FFFFFF !important;
}

.opaque-color-main.reverse:hover span, .style-dark .opaque-color-main.button:hover span, .style-dark .NFI .opaque-color-main.NFI-button:hover span, .NFI .style-dark .opaque-color-main.NFI-button:hover span, .style-dark .amelia-app-booking .el-button--primary.el-button:hover span, .amelia-app-booking .style-dark .el-button--primary.el-button:hover span, .style-dark .am-modal.am-in-body .el-button--primary.el-button:hover span, .am-modal.am-in-body .style-dark .el-button--primary.el-button:hover span, .style-dark .comments-section .comment-respond .comment-form p.form-submit input:hover span, .comments-section .comment-respond .comment-form p.form-submit .style-dark input:hover span, .amelia-app-booking .reverse.el-button--primary.el-button:hover span, .am-modal.am-in-body .reverse.el-button--primary.el-button:hover span, .comments-section .comment-respond .comment-form p.form-submit input.reverse:hover span {
  color: var(--color-secondary) !important;
}

.opaque-color-secondary {
  border: 2px solid var(--color-secondary) !important;
  background: var(--color-secondary) !important;
  color: #FFFFFF !important;
}

.opaque-color-secondary span {
  color: #FFFFFF !important;
}

.opaque-color-secondary:hover {
  border-color: var(--color-secondary) !important;
  background: transparent !important;
}

.opaque-color-secondary:hover span {
  color: var(--color-secondary) !important;
}

.outline-color-main {
  border: 2px solid var(--color-main) !important;
}

.outline-color-main.reverse span, .style-dark .outline-color-main.button.opaque-color-main span, .style-dark .NFI .outline-color-main.opaque-color-main.NFI-button span, .NFI .style-dark .outline-color-main.opaque-color-main.NFI-button span, .style-dark .amelia-app-booking .outline-color-main.el-button--primary.el-button span, .amelia-app-booking .style-dark .outline-color-main.el-button--primary.el-button span, .style-dark .am-modal.am-in-body .outline-color-main.el-button--primary.el-button span, .am-modal.am-in-body .style-dark .outline-color-main.el-button--primary.el-button span, .style-dark .comments-section .comment-respond .comment-form p.form-submit input.outline-color-main span, .comments-section .comment-respond .comment-form p.form-submit .style-dark input.outline-color-main span {
  color: #FFFFFF !important;
}

.outline-color-main span {
  color: var(--color-secondary) !important;
}

.outline-color-main:hover {
  box-shadow: inset 0px 0px 0px 2px var(--color-main) !important;
  border: 2px solid var(--color-main) !important;
}

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1;
}

/* Custom styles */
.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

.corner-ribbon.black {
  background: #333;
}

.corner-ribbon.grey {
  background: #999;
}

.corner-ribbon.blue {
  background: #39d;
}

.corner-ribbon.green {
  background: #2c7;
}

.corner-ribbon.turquoise {
  background: #1b9;
}

.corner-ribbon.purple {
  background: #95b;
}

.corner-ribbon.red {
  background: #e43;
}

.corner-ribbon.orange {
  background: #e82;
}

.corner-ribbon.yellow {
  background: #ec0;
}

/* ---------------------------------------------------------------------------- */
/* Components - Content-text */
/* ---------------------------------------------------------------------------- */
h1 {
  color: var(--color-secondary);
}

h2 {
  color: var(--color-secondary);
}

h3 {
  color: var(--color-secondary);
}

h4 {
  color: var(--color-secondary);
}

h5 {
  color: var(--color-secondary);
}

h6 {
  color: var(--color-secondary);
}

/* ---------- Content-text ---------- */
.content-text {
  /* ---------- Text ---------- */
  /* ---------- Images ---------- */
}

.content-text > *:first-child {
  margin-top: 0;
}

.content-text > *:last-child {
  margin-bottom: 0;
}

.content-text h1 {
  color: var(--color-secondary);
  margin-bottom: 15px;
}

.content-text h2 {
  color: var(--color-secondary);
  margin-bottom: 15px;
}

.content-text h3 {
  color: var(--color-secondary);
  margin-bottom: 15px;
}

.content-text h4 {
  color: var(--color-secondary);
  margin-bottom: 15px;
}

.content-text h5 {
  color: var(--color-secondary);
  margin-bottom: 15px;
}

.content-text h6 {
  color: var(--color-secondary);
  margin-bottom: 15px;
}

.content-text h1 {
  font: 800 36px/1.2 "Inter", sans-serif;
}

@media (min-width: 768px) {
  .content-text h1 {
    font-size: 2.75rem;
  }
}

.content-text h2 {
  font: 800 32px/1.2 "Inter", sans-serif;
}

@media (min-width: 768px) {
  .content-text h2 {
    font-size: 2.375rem;
  }
}

@media (min-width: 1024px) {
  .content-text h2 {
    font-size: 2.75rem;
  }
}

.content-text h3 {
  font: 800 1.75rem/1.2 "Inter", sans-serif;
}

.content-text h4 {
  font: 800 1.5rem/1.2 "Inter", sans-serif;
}

.content-text h5 {
  font: 700 1.25rem/1.2 "Inter", sans-serif;
}

.content-text h6 {
  font: 700 1.125rem/1.2 "Inter", sans-serif;
}

.content-text p {
  font: 400 1.0625rem/1.6 "Inter", sans-serif;
  color: var(--color-secondary);
  margin: 0 0 2rem;
}

.content-text a {
  color: var(--color-secondary);
  text-decoration: underline;
  background-image: linear-gradient(#f3ea00 100%, rgba(243, 234, 0, 0.3) 100%);
  background-size: auto 0;
  background-repeat: no-repeat;
  background-position-y: 80%;
}

.content-text a:hover {
  color: var(--color-secondary) !important;
  text-decoration: none !important;
  background-size: auto 100%;
}

.content-text ol,
.content-text ul {
  list-style: disc;
  padding: 0 1rem 0 3rem;
  margin-bottom: 2rem;
}

.content-text ol li,
.content-text ul li {
  margin: 0 0 0.5rem;
}

.content-text ol li:last-child,
.content-text ul li:last-child {
  margin-bottom: 0;
}

.content-text hr {
  height: 1px;
  display: block;
  margin: 3rem auto;
  background: #F3F3F3;
  border: none;
  clear: both;
}

.content-text img {
  border-radius: 2px;
}

.content-text .alignleft {
  float: left;
  max-width: 45%;
  margin: 5px 35px 15px 0;
}

.content-text .alignleft.wp-caption {
  margin-right: 2rem;
}

.content-text .alignright {
  float: right;
  max-width: 45%;
  margin: 5px 0 15px 35px;
}

.content-text .alignright.wp-caption {
  margin-left: 2rem;
}

.content-text .aligncenter {
  padding: 10px 0;
  margin: 0 auto 2rem;
  clear: both;
}

.content-text .aligncenter.wp-caption {
  max-width: 100%;
}

.content-text .wp-caption p {
  color: #888;
  font: italic 12px/16px "Inter", sans-serif;
  text-align: center;
  padding: 0 5px;
  margin: 10px 10px 0 0;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4rem;
}

sub {
  bottom: -0.25rem;
}

/* ---------- Content cols ---------- */
.content-cols {
  column-count: 2;
  column-gap: 100px;
}

.content-cols .avoid,
.content-cols p {
  break-inside: avoid;
}

@media only screen and (max-width: 1024px) {
  .content-cols {
    column-gap: 50px;
  }
}

@media only screen and (max-width: 800px) {
  .content-cols {
    column-count: 1;
  }
}

/* ---------------------------------------------------------------------------- */
/* Global */
/* ---------------------------------------------------------------------------- */
html,
body {
  width: 100%;
  max-width: 100%;
}

html.no-scroll,
body.no-scroll {
  overflow-y: hidden;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
}

body {
  overflow: hidden;
  height: auto;
  padding-top: 111px;
}

body#tinymce {
  padding: 1em;
}

@media (min-width: 768px) {
  body {
    padding-top: 146px;
  }
}

@media (min-width: 1280px) {
  body {
    padding-top: 175px;
  }
}

*,
*:before,
*:after {
  outline: none;
  box-sizing: border-box;
}

/* ---------- Base ---------- */
body {
  color: var(--color-secondary);
  background: #FFFFFF;
  font: 1em/1.5 "Inter", sans-serif;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--color-secondary);
  text-decoration: none;
}

.focus-visible:not(input):not(textarea) {
  outline: 4px solid var(--color-secondary) !important;
}

input.focus-visible {
  box-shadow: inset 0px 0px 0px 2px var(--color-secondary);
}

[data-js-focus-visible] :focus:not([data-focus-visible-added]) {
  outline: none;
}

/* ---------- Clean ---------- */
.card-box-shadow {
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
}

.card-box-shadow:hover {
  box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.2), 0 2px 8px 4px rgba(60, 64, 67, 0.1);
}

.wrapper {
  position: relative;
  max-width: 1440px;
  padding: 0 2rem;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}

/* ---------- Socials Médias ---------- */
.medias-sociaux {
  margin: 20px -8px 0;
}

.medias-sociaux li {
  margin: 0 8px;
  display: inline-block;
}

.medias-sociaux li a {
  color: #FFFFFF;
}

.medias-sociaux li a:hover {
  color: var(--color-main);
}

.medias-sociaux li a i {
  display: flex;
  align-items: center;
  font-size: 1.5625em;
}

.stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4,5;
  stroke-width: 1px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.relative-box {
  position: relative;
}

.relative-box .absolute-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 111;
}

.v-align-center {
  display: flex;
  align-items: center;
}

.scrolltop {
  display: none;
}

.scrolltop .scroll {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: var(--color-main);
  padding: 13px 18px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .scrolltop .scroll {
    padding: 9px 13px;
  }
}

.scrolltop .scroll .fas {
  color: #FFFFFF;
  font-size: 1.25em;
  margin-left: 1px;
  transition: 0.5s;
}

.scrolltop .scroll:hover {
  background: #b2b2b2;
  transition: 0.5s;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 23px;
  height: 46px;
  width: 46px;
  transition: all ease 0.2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--color-main);
}

.swiper-button-prev:before,
.swiper-button-next:before {
  content: '';
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 12px;
  width: 20px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev:before {
  transform: rotate(180deg);
}

.overlay-filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: var(--color-secondary);
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.overlay-filter.active {
  visibility: visible;
  opacity: 0.5;
  pointer-events: auto;
}

img,
.background-image {
  position: relative;
}

img.shadow:before,
.background-image.shadow:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
}

img.circle.under .circle-holder,
.background-image.circle.under .circle-holder {
  z-index: -1;
}

img.circle.small .circle-holder, .amelia-app-booking img.circle.el-button--primary.el-button .circle-holder, .am-modal.am-in-body img.circle.el-button--primary.el-button .circle-holder,
.background-image.circle.small .circle-holder,
.amelia-app-booking .background-image.circle.el-button--primary.el-button .circle-holder,
.am-modal.am-in-body .background-image.circle.el-button--primary.el-button .circle-holder {
  background-image: url(../images/cercle-tirets-petit.svg);
}

img.circle .circle-holder,
.background-image.circle .circle-holder {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  z-index: 1;
  width: 40%;
  padding-top: 40%;
  background-image: url(../images/cercle-tirets.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all ease 0.1s;
}

body.search-results .navigation-archive {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

body.search-results .navigation-archive .nav-links {
  display: flex;
  align-items: center;
}

body.search-results .navigation-archive .nav-links span,
body.search-results .navigation-archive .nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font: 900 1.0625rem/1 "Inter", sans-serif;
  width: 32px;
  height: 32px;
  margin: 0 2.5px;
}

body.search-results .navigation-archive .nav-links span.current,
body.search-results .navigation-archive .nav-links a.current {
  background: var(--color-main);
}

body.search-results .navigation-archive .nav-links span.prev, body.search-results .navigation-archive .nav-links span.next,
body.search-results .navigation-archive .nav-links a.prev,
body.search-results .navigation-archive .nav-links a.next {
  font-size: 12px;
  padding-bottom: 3px;
}

body.search-results .navigation-archive .nav-links span.prev:hover,
body.search-results .navigation-archive .nav-links a.prev:hover {
  color: var(--color-secondary);
}

body.search-results .navigation-archive .nav-links span.prev:hover i,
body.search-results .navigation-archive .nav-links a.prev:hover i {
  transform: rotate(180deg) translateX(8px);
}

body.search-results .navigation-archive .nav-links span.prev i,
body.search-results .navigation-archive .nav-links a.prev i {
  transform: rotate(180deg);
}

body.search-results .navigation-archive .nav-links span.next:hover,
body.search-results .navigation-archive .nav-links a.next:hover {
  color: var(--color-secondary);
}

body.search-results .navigation-archive .nav-links span.next:hover i,
body.search-results .navigation-archive .nav-links a.next:hover i {
  transform: translateX(8px);
}

body.search-results .navigation-archive .nav-links a:not(.prev):not(.next) {
  position: relative;
}

body.search-results .navigation-archive .nav-links a:not(.prev):not(.next):hover {
  color: var(--color-secondary);
}

body.search-results .navigation-archive .nav-links a:not(.prev):not(.next):hover:after {
  width: 80%;
}

body.search-results .navigation-archive .nav-links a:not(.prev):not(.next):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-secondary);
  height: 2px;
  width: 0;
}

.search-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  display: none;
}

@media (min-width: 768px) {
  .search-container {
    display: block;
  }
}

.search-container.show-element {
  top: 100%;
}

.search-container.show-element .search-form {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1279.98px) {
  .search-container .container, .search-container .woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper, .woocommerce-cart .lws-cart-empty .search-container .woocommerce-notices-wrapper, .search-container .product-template-default .woocommerce-notices-wrapper, .product-template-default .search-container .woocommerce-notices-wrapper {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

.search-template .close-search {
  display: none;
}

.close-search {
  margin-top: 1.125rem;
}

.close-search:hover {
  cursor: pointer;
  text-decoration: underline;
}

.search-form {
  display: flex;
  background: var(--color-main);
  padding: 15px 50px;
}

@media (min-width: 1024px) {
  .search-form {
    justify-content: center;
    padding: 25px 50px;
  }
}

.search-form form {
  display: flex;
  width: 100%;
  max-width: 475px;
}

@media (min-width: 1024px) {
  .search-form form {
    max-width: 520px;
  }
}

.search-form form.form-active .clearable:before {
  width: 100%;
}

.search-form form input[type=text] {
  position: relative;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--color-secondary);
  background: transparent;
  font: 400 1.1875rem/1 "Inter", sans-serif;
  padding: 0;
  height: 100%;
  width: 100%;
}

.search-form form input[type=text].focus-visible {
  box-shadow: none !important;
}

.search-form form input[type=text]:focus {
  outline: 0;
}

.search-form form input[type=text]:before {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--color-main);
}

.search-form form input[type=submit]:hover {
  background: transparent !important;
  color: var(--color-secondary) !important;
}

.results-total {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.results-total.desktop {
  display: none;
}

@media (min-width: 768px) {
  .results-total.desktop {
    display: block;
  }
}

.results-total .close-search {
  position: relative;
  font: 500 0.75rem/1 "Inter", sans-serif;
  color: var(--color-secondary);
  padding-right: 45px;
}

.results-total .close-search:before, .results-total .close-search:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  height: 2px;
  width: 20px;
  background: var(--color-secondary);
}

.results-total .close-search:after {
  transform: translateY(-50%) rotate(-45deg);
}

.search .products {
  margin-top: 75px;
}

.search .no-product-found {
  font: 500 1.5rem/1.4 "Inter", sans-serif;
  margin-top: 75px;
}


/* ---------------------------------------------------------------------------- */
/* Layout - Footer */
/* ---------------------------------------------------------------------------- */
footer {
  position: relative;
  z-index: 1;
  background: var(--color-secondary);
  color: #FFFFFF;
  /* ---------- Copyright ---------- */
}

footer .main-footer {
  padding: 35px 0;
}

@media (min-width: 1024px) {
  footer .main-footer {
    padding: 60px 35px;
  }
}

footer .main-footer .logo a {
  display: block;
}

footer .main-footer .logo a img {
  max-width: 120px;
}

footer .main-footer .content-holder h4 {
  font: 800 20px/1 "Inter", sans-serif;
  color: #FFFFFF;
}

footer .main-footer .content-holder h4:after {
  content: '';
  display: block;
  background: var(--color-main);
  margin-top: 15px;
  width: 100%;
  height: 2px;
}

footer .main-footer .content-holder .inner {
  margin-top: 25px;
}

@media (min-width: 1024px) {
  footer .main-footer .content-holder .inner {
    display: flex;
  }
}

footer .main-footer .content-holder .inner .footer-menu ul li {
  margin-bottom: 20px;
}

footer .main-footer .content-holder .inner .footer-menu ul li:last-child {
  margin-bottom: 0;
}

footer .main-footer .content-holder .inner .footer-menu ul li.current_page_item a {
  text-decoration: underline;
}

footer .main-footer .content-holder .inner .footer-menu ul li a {
  font: 600 15px/1 "Inter", sans-serif;
  color: #FFFFFF;
}

footer .main-footer .content-holder .inner .footer-menu ul li a:hover {
  color: var(--color-main);
}

footer .main-footer .content-holder .inner .infos {
  margin-top: 35px;
}

@media (min-width: 1024px) {
  footer .main-footer .content-holder .inner .infos {
    margin-top: 0;
    margin-left: 35px;
  }
}

@media (min-width: 1280px) {
  footer .main-footer .content-holder .inner .infos {
    margin-left: 6vw;
  }
}

@media (min-width: 1690px) {
  footer .main-footer .content-holder .inner .infos {
    margin-left: 115px;
  }
}

footer .main-footer .content-holder .inner .infos address p,
footer .main-footer .content-holder .inner .infos address a {
  font: 600 15px/2.2 "Inter", sans-serif;
  color: #FFFFFF;
}

footer .main-footer .content-holder .inner .infos address a:hover {
  color: var(--color-main);
}

footer .main-footer .content-holder .inner .infos address a:hover p {
  color: var(--color-main);
}

footer .main-footer .content-holder .inner .infos address ul li {
  margin-top: 12px;
}

footer .main-footer .content-holder .inner .infos address ul li a {
  font: 600 20px/1 "Inter", sans-serif;
  color: var(--color-main);
}

footer .main-footer .content-holder .inner .infos address ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 1023.98px) {
  footer .main-footer .col-newsletter {
    order: -1;
  }
}

footer .main-footer .newsletter {
  max-width: 330px;
  margin-bottom: 35px;
}

@media (min-width: 1024px) {
  footer .main-footer .newsletter {
    margin-bottom: 0;
  }
}

footer .main-footer .newsletter h3 {
  font: 800 20px/1.4 "Inter", sans-serif;
  color: #FFFFFF;
  margin-bottom: 5px;
}

footer .main-footer .newsletter p {
  font: 400 16px/1.4 "Inter", sans-serif;
  color: #FFFFFF;
  margin-bottom: 15px;
}

footer .main-footer .newsletter .gform_footer {
  margin-top: 20px;
  padding: 0;
}

footer .subfooter {
  border-top: 1px solid #FFFFFF;
  padding: 20px 0 30px;
}

@media (min-width: 1024px) {
  footer .subfooter {
    padding: 20px 35px 30px;
  }
}

@media (min-width: 1440px) {
  footer .subfooter {
    display: flex;
    justify-content: space-between;
  }
}

footer .subfooter .subfooter-menu {
  margin: 0 -15px;
}

footer .subfooter .subfooter-menu li {
  margin: 20px 0;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  footer .subfooter .subfooter-menu li {
    margin: 0;
  }
}

footer .subfooter .subfooter-menu li.current_page_item a {
  color: var(--color-main);
}

footer .subfooter .subfooter-menu li a {
  font: 600 13px/1.4 "Inter", sans-serif;
  color: #FFFFFF;
  text-decoration: underline;
}

footer .subfooter .subfooter-menu li a:hover {
  color: var(--color-main);
}

footer .subfooter .copyright {
  font: 600 13px/1.4 "Inter", sans-serif;
  color: #FFFFFF;
  margin-top: 35px;
  padding-right: 70px;
}

@media (min-width: 1440px) {
  footer .subfooter .copyright {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  footer .subfooter .copyright br {
    display: none;
  }
}

footer .subfooter .copyright a {
  color: #FFFFFF;
  text-decoration: underline;
}

footer .subfooter .copyright a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

footer .subfooter .copyright #Logos_Absolu {
  margin-top: 5px;
}

@media (min-width: 768px) {
  footer .subfooter .copyright #Logos_Absolu {
    margin-top: 0;
    margin-left: 15px;
  }
}

footer .subfooter .copyright #Logos_Absolu:hover path {
  fill: var(--color-main);
}

/* ---------------------------------------------------------------------------- */
/* Layouts - Post preview */
/* ---------------------------------------------------------------------------- */
.content-article .content-text * {
  text-align: left !important;
}

.list-categories {
  padding: 25px 15px;
}

.list-categories.mobile {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9999999999;
  background: var(--color-medium-gray);
  padding: 25px 15px;
  max-width: 260px;
  height: 100vh;
}

.list-categories.mobile.active {
  right: 0;
}

.list-categories.desktop {
  display: none;
}

@media (min-width: 1280px) {
  .list-categories.desktop {
    display: block;
  }
}

.list-categories .taxonomies li {
  font: 700 1rem/1.2 "Inter", sans-serif;
  padding: 15px 0;
}

.list-categories .taxonomies li.current-cat a:after {
  width: 100%;
}

.list-categories .taxonomies li a {
  position: relative;
}

.list-categories .taxonomies li a:hover {
  color: var(--color-secondary);
}

.list-categories .taxonomies li a:hover:after {
  width: 100%;
}

.list-categories .taxonomies li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: var(--color-secondary);
  width: 0;
  height: 2px;
}

.blog-preview-wrapper.archive-post {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.blog-preview-wrapper.archive-post .sidebar {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1280px) {
  .blog-preview-wrapper.archive-post .sidebar {
    background: var(--color-lighter-gray);
  }
}

@media (min-width: 1280px) {
  .blog-preview-wrapper.archive-post .sidebar {
    flex: 0 0 290px;
    max-width: 290px;
  }
}

.blog-preview-wrapper.archive-post .sidebar .current-filter {
  padding: 25px 0;
  border-bottom: 4px solid #FFFFFF;
}

@media (min-width: 768px) {
  .blog-preview-wrapper.archive-post .sidebar .current-filter {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .blog-preview-wrapper.archive-post .sidebar .current-filter {
    display: block;
    padding: 25px 15px;
  }
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .search {
  margin-bottom: 15px;
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .search form input[type=text] {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  font: 400 1.0625rem/1 "Inter", sans-serif;
  padding: 0 20px;
  border: 2px solid var(--color-medium-gray);
  height: 50px;
  color: var(--color-secondary);
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1280px) {
  .blog-preview-wrapper.archive-post .sidebar .current-filter .search form input[type=text] {
    border-radius: 23px;
    border: 2px solid #FFFFFF;
    height: 45px;
  }
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .search form input[type=text]:focus {
  box-shadow: 0 0 0 5px var(--color-main);
  border-color: var(--color-secondary);
}

@media (min-width: 1280px) {
  .blog-preview-wrapper.archive-post .sidebar .current-filter .search form input[type=text]:focus {
    border: 2px solid var(--color-secondary);
  }
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .current {
  position: relative;
  background: var(--color-medium-gray);
  padding: 10px 20px;
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .current:hover:before, .blog-preview-wrapper.archive-post .sidebar .current-filter .current:hover:after {
  opacity: 1;
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .current:before, .blog-preview-wrapper.archive-post .sidebar .current-filter .current:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--color-secondary);
  width: 10px;
  height: 2px;
  opacity: 0;
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .current:after {
  transform: translateY(-50%) rotate(-45deg);
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .current p {
  font: 400 1rem/1 "Inter", sans-serif;
  color: var(--color-secondary);
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .trigger-filter {
  display: flex;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .blog-preview-wrapper.archive-post .sidebar .current-filter .trigger-filter {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .blog-preview-wrapper.archive-post .sidebar .current-filter .trigger-filter {
    display: none;
  }
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .trigger-filter .inner {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  height: 50px;
  background: #FFFFFF;
  font: 400 1.0625rem/1 "Inter", sans-serif;
  padding: 0 20px;
  box-shadow: none;
  outline: none;
  border: 2px solid var(--color-medium-gray);
  border-radius: 0;
  float: none;
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .trigger-filter .inner:hover {
  box-shadow: 0 0 0 5px var(--color-main);
  border-color: var(--color-secondary);
}

.blog-preview-wrapper.archive-post .sidebar .current-filter .trigger-filter .inner i {
  margin-left: 15px;
}

.blog-preview-wrapper.archive-post .sidebar h2 {
  font: 700 1.375rem/1 "Inter", sans-serif;
  margin-bottom: 20px;
  text-align: center;
}

.blog-preview-wrapper.archive-post .blog-container {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1280px) {
  .blog-preview-wrapper.archive-post .blog-container {
    flex: 1;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1690px) {
  .blog-preview-wrapper.archive-post .blog-container {
    padding-left: 60px;
    padding-right: 100px;
  }
}

.blog-preview-wrapper.archive-post .no-post-found {
  padding: 150px 0;
}

.blog-preview-wrapper.archive-post .no-post-found p {
  font: 500 1.75rem/1.4 "Inter", sans-serif;
}

.blog-preview-wrapper.archive-post .col-blog {
  margin-bottom: 55px;
}

.blog-preview-wrapper .navigation-archive {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.blog-preview-wrapper .navigation-archive .nav-links {
  display: flex;
  align-items: center;
}

.blog-preview-wrapper .navigation-archive .nav-links span,
.blog-preview-wrapper .navigation-archive .nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font: 900 1.0625rem/1 "Inter", sans-serif;
  width: 32px;
  height: 32px;
  margin: 0 2.5px;
}

.blog-preview-wrapper .navigation-archive .nav-links span.current,
.blog-preview-wrapper .navigation-archive .nav-links a.current {
  background: var(--color-main);
}

.blog-preview-wrapper .navigation-archive .nav-links span.prev, .blog-preview-wrapper .navigation-archive .nav-links span.next,
.blog-preview-wrapper .navigation-archive .nav-links a.prev,
.blog-preview-wrapper .navigation-archive .nav-links a.next {
  font-size: 12px;
  padding-bottom: 3px;
}

.blog-preview-wrapper .navigation-archive .nav-links span.prev:hover,
.blog-preview-wrapper .navigation-archive .nav-links a.prev:hover {
  color: var(--color-secondary);
}

.blog-preview-wrapper .navigation-archive .nav-links span.prev:hover i,
.blog-preview-wrapper .navigation-archive .nav-links a.prev:hover i {
  transform: rotate(180deg) translateX(8px);
}

.blog-preview-wrapper .navigation-archive .nav-links span.prev i,
.blog-preview-wrapper .navigation-archive .nav-links a.prev i {
  transform: rotate(180deg);
}

.blog-preview-wrapper .navigation-archive .nav-links span.next:hover,
.blog-preview-wrapper .navigation-archive .nav-links a.next:hover {
  color: var(--color-secondary);
}

.blog-preview-wrapper .navigation-archive .nav-links span.next:hover i,
.blog-preview-wrapper .navigation-archive .nav-links a.next:hover i {
  transform: translateX(8px);
}

.blog-preview-wrapper .navigation-archive .nav-links a:not(.prev):not(.next) {
  position: relative;
}

.blog-preview-wrapper .navigation-archive .nav-links a:not(.prev):not(.next):hover {
  color: var(--color-secondary);
}

.blog-preview-wrapper .navigation-archive .nav-links a:not(.prev):not(.next):hover:after {
  width: 80%;
}

.blog-preview-wrapper .navigation-archive .nav-links a:not(.prev):not(.next):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-secondary);
  height: 2px;
  width: 0;
}

.blog-preview-wrapper .col-blog {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .blog-preview-wrapper .col-blog {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .blog-preview-wrapper .col-blog {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0;
  }
}

.blog-preview-wrapper .col-blog .inner {
  position: relative;
}

.blog-preview-wrapper .col-blog .inner .absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.blog-preview-wrapper .col-blog .inner:hover .image .background {
  transform: scale(1.1);
}

.blog-preview-wrapper .col-blog .inner:hover .image .btn-holder {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.blog-preview-wrapper .col-blog .inner:hover .content h3 {
  text-decoration: underline;
}

.blog-preview-wrapper .col-blog .inner .image {
  position: relative;
  overflow: hidden;
}

.blog-preview-wrapper .col-blog .inner .image.no-image {
  border: 2px solid var(--color-lighter-gray);
}

.blog-preview-wrapper .col-blog .inner .image .background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
  transition: all ease 250ms;
}

.blog-preview-wrapper .col-blog .inner .image .background img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.blog-preview-wrapper .col-blog .inner .image .btn-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all ease 250ms;
}

.blog-preview-wrapper .col-blog .inner .content .taxonomy-meta {
  position: relative;
  z-index: 10;
  padding: 15px 0 8px;
  border-bottom: 2px solid var(--color-secondary);
}

.blog-preview-wrapper .col-blog .inner .content .taxonomy-meta li:last-child:after {
  opacity: 0;
}

.blog-preview-wrapper .col-blog .inner .content .taxonomy-meta li:after {
  content: '|';
  display: inline-block;
}

.blog-preview-wrapper .col-blog .inner .content .taxonomy-meta li a {
  text-decoration: none;
}

.blog-preview-wrapper .col-blog .inner .content .taxonomy-meta li a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.blog-preview-wrapper .col-blog .inner .content h3 {
  font: 600 16px/1.4 "Inter", sans-serif;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .blog-preview-wrapper .col-blog .inner .content h3 {
    font-size: 1.375rem;
  }
}

/* ---------------------------------------------------------------------------- */
/* Elements
/* ---------------------------------------------------------------------------- */
@media (max-width: 1279.98px) {
  .element {
    margin: 0 !important;
  }
}

.element:first-child {
  margin-top: 0 !important;
}

.element:last-child {
  margin-bottom: 0 !important;
}

.element.element_texte {
  margin: 3.125em 0;
  text-align: left;
  max-width: 960px;
}

@media (min-width: 1690px) {
  .element.element_texte {
    max-width: 1170px;
  }
}

.element.element_texte p + *:not(p):not(ol):not(ul) {
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .element.element_texte p + *:not(p):not(ol):not(ul) {
    margin-top: 75px;
  }
}

.element.element_texte p strong {
  font-weight: 800;
}

.element.element_texte p small {
  font-size: 0.75em;
}

.element.element_texte > *:first-child {
  margin-top: 0;
}

.element.element_texte > *:last-child {
  margin-bottom: 0;
}

.element.element_texte .wp-caption-text {
  margin: 0.41667vw 0vw 0vw 0vw;
  padding: 0 8px;
  text-align: left;
  font: italic 700 0.75em/1.4 "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.68);
  letter-spacing: 0;
  margin-bottom: 0;
}

@media all and (max-width: 1024px) {
  .element.element_texte .wp-caption-text {
    margin: 0.625vw 0vw 0vw 0vw;
  }
}

@media all and (max-width: 800px) {
  .element.element_texte .wp-caption-text {
    margin: 0.83333vw 0vw 0vw 0vw;
  }
}

@media only screen and (max-width: 800px) {
  .element.element_texte .wp-caption-text {
    padding: 0;
  }
}

.element.element_texte .wp-caption {
  margin: 0 auto 2.1875em auto;
}

@media only screen and (max-width: 800px) {
  .element.element_texte .wp-caption {
    width: 100% !important;
  }
}

.element.element_texte img {
  margin: 2.8125em auto 0 auto;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .element.element_texte img {
    max-width: 100% !important;
  }
}

.element.element_texte blockquote p {
  padding: 1.82292vw 7.29167vw 1.82292vw 3.64583vw;
  margin: 2.5em auto 2.5em auto;
  font: italic 600 1em/1.4 "Inter", sans-serif;
  border-left: 2px solid var(--color-main);
  background: #f5f8fa;
}

@media all and (max-width: 1024px) {
  .element.element_texte blockquote p {
    padding: 2.73438vw 10.9375vw 2.73438vw 5.46875vw;
  }
}

@media all and (max-width: 800px) {
  .element.element_texte blockquote p {
    padding: 3.64583vw 14.58333vw 3.64583vw 7.29167vw;
  }
}

@media only screen and (max-width: 640px) {
  .element.element_texte blockquote p {
    padding: 1.82292vw 3.64583vw 1.82292vw 3.64583vw;
    border-left: 4px solid var(--color-main);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  .element.element_texte blockquote p {
    padding: 2rem 1rem;
  }
}

.element ol,
.element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles):not(.taxonomy-meta) {
  list-style-type: none;
  padding-left: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.element ol li,
.element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles):not(.taxonomy-meta) li {
  color: var(--color-secondary);
  margin: 10px 0;
  list-style-type: none;
  font: 400 1.0625em/1.4 "Inter", sans-serif;
}

.element ol li:first-of-type,
.element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles):not(.taxonomy-meta) li:first-of-type {
  margin-top: 0 !important;
}

.element ol li:last-of-type,
.element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles):not(.taxonomy-meta) li:last-of-type {
  margin-bottom: 0 !important;
}

.element ul:not(.list):not(.gfield_radio):not(.gfield_checkbox):not(.gform_fields):not(.remove-element-styles):not(.taxonomy-meta) li:before {
  content: '';
  display: inline-block;
  background: var(--color-main);
  border-radius: 6px;
  margin-left: -30px;
  margin-right: 18px;
  height: 12px;
  width: 12px;
}

.element ol {
  counter-reset: item;
}

.element ol li {
  list-style-type: none;
  counter-increment: item;
}

.element ol li:before {
  display: inline-block;
  width: 30px;
  padding-right: 0.5em;
  margin-left: -30px;
  font-weight: 800;
  color: var(--color-main);
  content: counter(item) ".";
}

.element a:not(.button) {
  color: var(--color-secondary);
  font-weight: 500;
  text-decoration: underline;
}

.element a:not(.button):hover {
  color: #746f00;
  color: black;
  color: #b4b4b4;
  color: #b1b1b1;
  color: #a2a2a2;
  text-decoration: underline;
}

.element.element_dropdown_accordion p {
  margin: 0 auto 25px auto;
}

@media only screen and (max-width: 800px) {
  .element.element_image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.element.element_image .img-holder {
  text-align: center;
}

.element.element_image .img-holder figure {
  margin: 0 auto;
}

.element.element_image .img-holder figure figcaption {
  margin: 0.41667vw 0vw 0vw 0vw;
  padding: 0 8px;
  text-align: left;
  font: italic 700 0.75em/1.4 "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.68);
  letter-spacing: 0;
  margin-bottom: 0;
}

@media all and (max-width: 1024px) {
  .element.element_image .img-holder figure figcaption {
    margin: 0.625vw 0vw 0vw 0vw;
  }
}

@media all and (max-width: 800px) {
  .element.element_image .img-holder figure figcaption {
    margin: 0.83333vw 0vw 0vw 0vw;
  }
}

@media only screen and (max-width: 800px) {
  .element.element_image .img-holder figure figcaption {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.element.element_image .img-holder img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.element.element_video {
  margin: 3.125em auto 3.125em auto;
}

.element.element_video .video-holder {
  position: relative;
  text-align: center;
  padding-top: 45%;
  background-position: center center;
}

@media only screen and (max-width: 800px) {
  .element.element_video .video-holder {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media only screen and (max-width: 640px) {
  .element.element_video .video-holder {
    height: 33vh;
    min-height: 275px;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.element.element_video .video-holder a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.element.element_video .video-holder a .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  z-index: 9999;
}

.element.element_video .video-holder a:hover .play .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}

.element.element_video .video-holder a:hover .play .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}

.element.element_video .video-holder a:hover .play .icon {
  transform: scale(1.05);
}

.element.element_video .video-holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.element .container_dropdown {
  max-width: 1140px;
  margin: auto;
  padding: 0;
}

@media (max-width: 1279.98px) {
  .element + .element {
    margin: 25px 0 !important;
  }
}

/* ---------------------------------------------------------------------------- */
/* Section
/* ---------------------------------------------------------------------------- */
.section {
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.p-b-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .section.p-t-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .section.m-b-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .section.m-t-0 {
    margin-top: 0 !important;
  }
}

.section:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.section.bg-contain:before {
  background-size: contain;
}

.section.bg-cover:before {
  background-size: cover;
}

.section.bg-normal:before {
  background-size: auto;
}

.section.bg-hcenter:before {
  background-position-x: center;
}

.section.bg-hleft:before {
  background-position-x: left;
}

.section.bg-hright:before {
  background-position-x: right;
}

.section.bg-vtop:before {
  background-position-y: top;
}

.section.bg-vcenter:before {
  background-position-y: center;
}

.section.bg-vbottom:before {
  background-position-y: bottom;
}

.section.auto-height {
  min-height: 40vw;
  display: flex;
  align-items: center;
}

.section.auto-height::after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.section .borders {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section .borders.border-top .content-border {
  border-top: 2px solid var(--color-secondary);
}

.section .borders.border-bottom .content-border {
  border-bottom: 2px solid var(--color-secondary);
}

.section .borders.border-both .content-border {
  border-top: 2px solid var(--color-secondary);
  border-bottom: 2px solid var(--color-secondary);
}

.section.style-dark * {
  color: #FFFFFF;
}

.section.style-dark ul li,
.section.style-dark ol li {
  color: #FFFFFF !important;
}

/* ---------- Title ---------- */
.section_title {
  margin-bottom: 45px;
}

.section_title h2 {
  font: 800 2rem/1.2 "Inter", sans-serif;
  color: var(--color-secondary);
}

@media (min-width: 1024px) {
  .section_title h2 {
    font-size: 2.75rem;
  }
}

.section_title small {
  position: relative;
  text-transform: uppercase;
  font: bold 0.8rem/1 "Inter", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.section_title strong {
  display: block;
  margin-top: 10px;
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
@media (max-width: 1023.98px) {
  .element_bloc_2_colonnes .mobile-inverse .col-bloc-2-col:nth-child(1) {
    order: 2;
  }
}

.element_bloc_2_colonnes .content-bloc.text .inner {
  max-width: 485px;
}

.element_bloc_2_colonnes .content-bloc.text .inner.has-padding {
  padding: 35px 0;
}

@media (min-width: 768px) {
  .element_bloc_2_colonnes .content-bloc.text .inner.has-padding {
    padding: 65px 0;
  }
}

@media (min-width: 1280px) {
  .element_bloc_2_colonnes .content-bloc.text .inner.has-padding {
    padding: 110px 0;
  }
}

.element_bloc_2_colonnes .content-bloc.text .inner h1 {
  font: 800 2.25rem/1.2 "Inter", sans-serif;
  margin-bottom: 35px;
}

.element_bloc_2_colonnes .content-bloc.text .inner h2 {
  font: 800 1.75rem/1.2 "Inter", sans-serif;
  margin-bottom: 35px;
}

.element_bloc_2_colonnes .content-bloc.text .inner h3 {
  font: 800 1.5rem/1.2 "Inter", sans-serif;
  margin-bottom: 25px;
}

.element_bloc_2_colonnes .content-bloc.text .inner h4 {
  font: 800 1.25rem/1.2 "Inter", sans-serif;
  margin-bottom: 25px;
}

.element_bloc_2_colonnes .content-bloc.text .inner h5 {
  font: 700 1.125rem/1.2 "Inter", sans-serif;
  margin-bottom: 25px;
}

.element_bloc_2_colonnes .content-bloc.text .inner h6 {
  font: 700 1rem/1.2 "Inter", sans-serif;
  margin-bottom: 25px;
}

.element_bloc_2_colonnes .content-bloc.text .inner *:first-child {
  margin-top: 0;
}

.element_bloc_2_colonnes .content-bloc.text p {
  font: 400 17px/1.5 "Inter", sans-serif;
  margin-bottom: 25px;
}

.element_bloc_2_colonnes .content-bloc.text ul li,
.element_bloc_2_colonnes .content-bloc.text ol li {
  font: 400 1.0625rem/1.8 "Inter", sans-serif;
}

.element_bloc_2_colonnes .content-bloc.text ul li {
  list-style: none;
}

.element_bloc_2_colonnes .content-bloc.text ul li:before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.element_bloc_2_colonnes .content-bloc.text .btn-holder {
  margin-top: 40px;
}

.element_bloc_2_colonnes .content-bloc.image {
  height: 100%;
}

.element_bloc_2_colonnes .content-bloc.image .inner {
  height: 100%;
  width: 100%;
}

.element_bloc_2_colonnes .content-bloc.image .inner.has-padding {
  padding: 40px;
}

.element_bloc_2_colonnes .content-bloc.image .inner.has-padding .background {
  background-size: contain;
}

.element_bloc_2_colonnes .content-bloc.image .inner .background {
  min-height: 220px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .element_bloc_2_colonnes .content-bloc.image .inner .background {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .element_bloc_2_colonnes .content-bloc.image .inner .background img {
    display: none;
  }
}

.element_bloc_2_colonnes .content-bloc.icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element_bloc_2_colonnes .content-bloc.icon i {
  font-size: 100%;
}

@media (min-width: 1024px) {
  .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner {
    padding-right: 35px;
  }
}

@media (min-width: 1024px) {
  .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:last-child .content-bloc.text .inner {
    padding-left: 35px;
  }
}

.element_bloc_banniere .banner {
  padding: 6.25rem 0;
}

.element_bloc_banniere .banner.full-height {
  min-height: 33vh;
}

@media (min-width: 1024px) {
  .element_bloc_banniere .banner.full-height {
    min-height: 100vh;
  }
}

.element_bloc_banniere .banner.two-third-height {
  min-height: 33vh;
}

@media (min-width: 1024px) {
  .element_bloc_banniere .banner.two-third-height {
    min-height: calc(66vh);
  }
}

.element_bloc_banniere .banner.mid-height {
  min-height: 50vh;
}

@media (min-width: 1024px) {
  .element_bloc_banniere .banner.mid-height {
    min-height: calc(50vh);
  }
}

.element_bloc_banniere .banner.one-third-height {
  min-height: 33vh;
}

@media (min-width: 1024px) {
  .element_bloc_banniere .banner.one-third-height {
    min-height: calc(33vh);
  }
}

.element_bloc_banniere .banner h3 {
  font: 600 1.5rem/1.2 "Inter", sans-serif;
  margin-bottom: 0.875rem;
}

.element_bloc_banniere .banner p {
  font: 400 1.0625rem/1.6875 "Inter", sans-serif;
}

.element_bloc_banniere .banner .banner-mobile {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .element_bloc_banniere .banner .banner-mobile {
    display: none;
  }
}

.element_bloc_banniere .banner .banner-image {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.element_bloc_banniere .banner .banner-container {
  position: relative;
  z-index: 15;
  background-color: #fff;
  max-width: 535px;
  padding: 3.125rem;
}

.element_bloc_banniere .banner .banner-container.align-right {
  margin-left: auto;
}

.element_bloc_banniere .banner .banner-container.align-center {
  margin: auto;
}

@media (max-width: 1023.98px) {
  .bloc_contenu_image_large .semi-fluid {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }
}

.bloc_contenu_image_large .inner-content {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 1280px) {
  .bloc_contenu_image_large .inner-content {
    padding-top: 75px;
    padding-right: 45px;
    padding-bottom: 75px;
  }
}

.bloc_contenu_image_large .inner-content .title-wrapper {
  margin-bottom: 20px;
}

.bloc_contenu_image_large .inner-content .title-wrapper h2 {
  font: 800 28px/1.4 "Inter", sans-serif;
}

@media (min-width: 768px) {
  .bloc_contenu_image_large .inner-content .title-wrapper h2 {
    font-size: 2.75rem;
  }
}

.bloc_contenu_image_large .inner-content .title-wrapper h3 {
  font: 600 16px/1.4 "Inter", sans-serif;
}

@media (min-width: 768px) {
  .bloc_contenu_image_large .inner-content .title-wrapper h3 {
    font-size: 1.3125rem;
  }
}

.bloc_contenu_image_large .inner-content .title-wrapper .content-text {
  margin-top: 25px;
}

.bloc_contenu_image_large .inner-content .title-wrapper .btn-holder {
  margin-top: 25px;
}

.bloc_contenu_image_large .inner-content .title-wrapper .background-image {
  margin-top: 35px;
  margin-left: 20px;
}

.bloc_contenu_image_large .inner-content .title-wrapper .background-image .background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bloc_contenu_image_large .inner-content .title-wrapper .background-image .background {
    padding-top: 85%;
  }
}

.bloc_contenu_image_large .inner-content .title-wrapper .background-image .background img {
  width: 100%;
}

@media (min-width: 1024px) {
  .bloc_contenu_image_large .inner-content .title-wrapper .background-image .background img {
    display: none;
  }
}

.bloc_contenu_image_large .inner-content .single-row {
  margin-top: 30px;
}

@media (min-width: 1440px) {
  .bloc_contenu_image_large .inner-content .single-row {
    margin-top: 50px;
  }
}

.bloc_contenu_image_large .inner-content .single-row:first-child {
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .bloc_contenu_image_large .col-image {
    order: -1;
  }
}

.bloc_contenu_image_large .inner-image {
  height: 100%;
}

.bloc_contenu_image_large .inner-image .background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.bloc_contenu_image_large .inner-image .background img {
  width: 100%;
}

@media (min-width: 1024px) {
  .bloc_contenu_image_large .inner-image .background img {
    display: none;
  }
}

/* ---------------------------------------------------------------------------- */
/* Element - Posts preview */
/* ---------------------------------------------------------------------------- */
.blog-preview-wrapper .title-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--color-secondary);
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-preview-wrapper .title-wrapper {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.blog-preview-wrapper .title-wrapper h2 {
  font: 800 2.75rem/1.2 "Inter", sans-serif;
}

.blog-preview-wrapper .title-wrapper .btn-holder {
  display: none;
}

@media (min-width: 768px) {
  .blog-preview-wrapper .title-wrapper .btn-holder {
    display: block;
  }
}

.blog-preview-wrapper .btn-holder.mobile {
  margin-top: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .blog-preview-wrapper .btn-holder.mobile {
    display: none;
  }
}

.element_blog_previews .blog-preview-wrapper .blog-container {
  margin: 0 -7.5px;
}

@media (min-width: 768px) {
  .element_blog_previews .blog-preview-wrapper .blog-container {
    margin: 0 -15px;
  }
}

.element_blog_previews .blog-preview-wrapper .blog-container.solo-post .col-blog {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .element_blog_previews .blog-preview-wrapper .blog-container.solo-post .col-blog {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.element_blog_previews .blog-preview-wrapper .col-blog {
  flex: 0 0 80%;
  max-width: 80%;
}

@media (min-width: 768px) {
  .element_blog_previews .blog-preview-wrapper .col-blog {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
.element_call_to_action {
  position: relative;
  overflow: hidden;
}

.element_call_to_action .circle {
  display: none;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .element_call_to_action .circle {
    display: block;
  }
}

.element_call_to_action .circle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  width: 300px;
  padding-top: 300px;
  background-image: url(../images/cercle-tirets.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.element_call_to_action .inner.content {
  padding: 35px 0;
}

@media (min-width: 768px) {
  .element_call_to_action .inner.content {
    padding: 55px 0;
    max-width: 450px;
  }
}

@media (min-width: 1024px) {
  .element_call_to_action .inner.content {
    padding: 75px 0;
    max-width: 450px;
  }
}

@media (min-width: 1440px) {
  .element_call_to_action .inner.content {
    padding: 110px 0;
  }
}

.element_call_to_action .inner.content h2 {
  font: 800 28px/1.2 "Inter", sans-serif;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .element_call_to_action .inner.content h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1690px) {
  .element_call_to_action .inner.content h2 {
    font-size: 2.75rem;
  }
}

.element_call_to_action .inner.content .btn-holder {
  margin-top: 25px;
}

.element_call_to_action .inner.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

@media (min-width: 1024px) {
  .element_call_to_action .inner.image img {
    display: none;
  }
}

.collection-holder {
  position: relative;
  padding: 55px 0;
}

@media (min-width: 768px) {
  .collection-holder {
    padding: 125px 0;
  }
}

@media (min-width: 1440px) {
  .collection-holder {
    padding: 175px 0;
  }
}

.collection-holder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-secondary);
  opacity: 0.8;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
}

.collection-holder .image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 250ms;
}

.collection-holder .image.active {
  opacity: 1;
}

.collection-holder .inner .title {
  text-align: center;
}

.collection-holder .inner .title h2 {
  font: 800 28px/1.4 "Inter", sans-serif;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .collection-holder .inner .title h2 {
    font-size: 2.75rem;
  }
}

.collection-holder .inner .title h2:first-letter {
  text-transform: uppercase;
}

.collection-holder .inner .title h2 .underline {
  text-decoration: underline;
}

.collection-holder .inner .terms {
  margin: auto;
  max-width: 540px;
  margin-top: 55px;
}

@media (min-width: 768px) {
  .collection-holder .inner .terms .terms-row.mobile {
    display: none;
  }
}

.collection-holder .inner .terms .terms-row.mobile form {
  text-align: center;
  max-width: 240px;
  margin: auto;
}

.collection-holder .inner .terms .terms-row.mobile form .nice-select {
  background: rgba(35, 31, 32, 0.4);
  border-radius: 24px;
  border: 4px solid #FFFFFF;
  float: none;
  padding-right: 30px;
  padding-left: 30px;
  height: 48px;
  width: 100%;
}

.collection-holder .inner .terms .terms-row.mobile form .nice-select:after {
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  right: 30px;
  height: 8px;
  width: 8px;
}

.collection-holder .inner .terms .terms-row.mobile form .nice-select .current {
  font: 700 15px/1 "Inter", sans-serif;
  color: #FFFFFF;
}

.collection-holder .inner .terms .terms-row.mobile form button {
  margin-top: 25px;
  height: 48px;
  width: 100%;
}

.collection-holder .inner .terms .terms-row.mobile form button span {
  justify-content: center;
}

.collection-holder .inner .terms .terms-row.desktop {
  display: none;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .collection-holder .inner .terms .terms-row.desktop {
    display: flex;
  }
}

.collection-holder .inner .terms .terms-row .single-term {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  margin-top: 25px;
}

.collection-holder .inner .terms .terms-row .single-term.all .button, .collection-holder .inner .terms .terms-row .single-term.all .NFI .NFI-button, .NFI .collection-holder .inner .terms .terms-row .single-term.all .NFI-button, .collection-holder .inner .terms .terms-row .single-term.all .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .collection-holder .inner .terms .terms-row .single-term.all .el-button--primary.el-button, .collection-holder .inner .terms .terms-row .single-term.all .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .collection-holder .inner .terms .terms-row .single-term.all .el-button--primary.el-button, .collection-holder .inner .terms .terms-row .single-term.all .comments-section .comment-respond .comment-form p.form-submit input, .comments-section .comment-respond .comment-form p.form-submit .collection-holder .inner .terms .terms-row .single-term.all input {
  background: rgba(35, 31, 32, 0.4) !important;
}

.collection-holder .inner .terms .terms-row .single-term .button, .collection-holder .inner .terms .terms-row .single-term .NFI .NFI-button, .NFI .collection-holder .inner .terms .terms-row .single-term .NFI-button, .collection-holder .inner .terms .terms-row .single-term .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .collection-holder .inner .terms .terms-row .single-term .el-button--primary.el-button, .collection-holder .inner .terms .terms-row .single-term .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .collection-holder .inner .terms .terms-row .single-term .el-button--primary.el-button, .collection-holder .inner .terms .terms-row .single-term .comments-section .comment-respond .comment-form p.form-submit input, .comments-section .comment-respond .comment-form p.form-submit .collection-holder .inner .terms .terms-row .single-term input {
  width: 100%;
}

.collection-holder .inner .terms .terms-row .single-term .button span, .collection-holder .inner .terms .terms-row .single-term .NFI .NFI-button span, .NFI .collection-holder .inner .terms .terms-row .single-term .NFI-button span, .collection-holder .inner .terms .terms-row .single-term .amelia-app-booking .el-button--primary.el-button span, .amelia-app-booking .collection-holder .inner .terms .terms-row .single-term .el-button--primary.el-button span, .collection-holder .inner .terms .terms-row .single-term .am-modal.am-in-body .el-button--primary.el-button span, .am-modal.am-in-body .collection-holder .inner .terms .terms-row .single-term .el-button--primary.el-button span, .collection-holder .inner .terms .terms-row .single-term .comments-section .comment-respond .comment-form p.form-submit input span, .comments-section .comment-respond .comment-form p.form-submit .collection-holder .inner .terms .terms-row .single-term input span {
  justify-content: center;
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
.element_colonnes .colonnes_row.large .valeur-content p {
  font-size: 14px;
  line-height: 1.5;
  padding: 0vw 0.78125vw 0vw 0.78125vw;
}

@media all and (max-width: 1024px) {
  .element_colonnes .colonnes_row.large .valeur-content p {
    padding: 0vw 1.17188vw 0vw 1.17188vw;
  }
}

@media all and (max-width: 800px) {
  .element_colonnes .colonnes_row.large .valeur-content p {
    padding: 0vw 1.5625vw 0vw 1.5625vw;
  }
}

.element_colonnes .colonnes_row .col-content:first-child .valeur-content {
  margin-top: 0 !important;
}

@media (max-width: 1023.98px) {
  .element_colonnes .colonnes_row .valeur-content {
    margin-top: 45px;
  }
}

.element_colonnes .colonnes_row .valeur-content i {
  font-size: 70px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0 auto 20px;
}

.element_colonnes .colonnes_row .valeur-content h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.element_colonnes .colonnes_row .valeur-content p {
  font-size: 17px;
  margin-top: 15px;
}

.element_colonnes .colonnes_row.has_compteur {
  counter-reset: section;
}

.element_colonnes .colonnes_row.has_compteur h5 {
  position: relative;
}

.element_colonnes .colonnes_row.has_compteur h5::before {
  color: var(--color-main);
  counter-increment: section;
  content: counter(section) ".";
  font: 900 5.875rem/1 "Inter", sans-serif;
  position: absolute;
  top: -49px;
  z-index: -1;
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
@media (min-width: 1024px) {
  .element_double_content .inner.left, .element_double_content .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-fluid .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .element_double_content .inner, .element_double_content .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .element_double_content .inner, .element_double_content .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xs .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .element_double_content .inner, .element_double_content .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-sm .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .element_double_content .inner, .element_double_content .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-md .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .element_double_content .inner, .element_double_content .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-lg .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .element_double_content .inner, .element_double_content .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-x .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .element_double_content .inner, .element_double_content .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .element_double_content .inner, .element_double_content .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .inner, .container-xxl .element_bloc_2_colonnes .col-bloc-2-col:first-child .content-bloc.text .element_double_content .inner {
    padding-right: 15px;
  }
}

@media (min-width: 1024px) {
  .element_double_content .inner.right {
    padding-left: 15px;
  }
}

.featured_products .inner-content .title-wrapper {
  margin-bottom: 20px;
}

.featured_products .inner-content .title-wrapper h2 {
  font: 800 2.75rem/1.4 "Inter", sans-serif;
}

.featured_products .inner-content .title-wrapper p {
  font: 600 1.3125rem/1.4 "Inter", sans-serif;
  max-width: 350px;
}

@media (min-width: 768px) {
  .featured_products .inner-content .single-row:first-child {
    margin-bottom: 30px;
  }
}

.featured_products .inner-content .products .product {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .featured_products .inner-content .products .product {
    margin: 0;
  }
}

.featured_products .inner-content .collections .collection {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .featured_products .inner-content .collections .collection {
    margin: 0;
  }
}

.featured_products .inner-content .collections .collection .inner {
  position: relative;
  padding: 35px 25px;
  height: 100%;
  overflow: hidden;
}

.featured_products .inner-content .collections .collection .inner.zoom .image {
  transform: scale(1.2);
}

.featured_products .inner-content .collections .collection .inner .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.featured_products .inner-content .collections .collection .inner .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-secondary);
  opacity: 0.8;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
}

.featured_products .inner-content .collections .collection .inner .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.featured_products .inner-content .collections .collection .inner .content h3 {
  max-width: 220px;
}

.featured_products .inner-content .collections .collection .inner .content h3 a {
  font: 800 1.75rem/1.4 "Inter", sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  color: #FFFFFF;
}

.featured_products .inner-content .collections .collection .inner .content .btn-holder {
  margin-top: 55px;
}

.featured_products .inner-brand {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .featured_products .inner-brand {
    overflow: hidden;
    padding-top: 30px;
  }
}

@media (min-width: 1024px) {
  .featured_products .inner-brand {
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  .featured_products .inner-brand {
    padding-left: 45px;
  }
}

.featured_products .inner-brand .image {
  flex: 1;
  height: 100%;
  position: relative;
}

.featured_products .inner-brand .image .background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 70%;
}

@media (min-width: 1024px) {
  .featured_products .inner-brand .image .background {
    padding-top: 0;
  }
}

.featured_products .inner-brand .image .background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-secondary);
  opacity: 0.6;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
}

.featured_products .inner-brand .content {
  position: relative;
  background: var(--color-secondary);
  padding: 35px 30px;
}

.featured_products .inner-brand .content:before {
  content: '';
  position: absolute;
  top: -20%;
  left: 70%;
  background-image: url(../images/obliques.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60%;
}

@media (min-width: 768px) {
  .featured_products .inner-brand .content:before {
    left: 60%;
    height: 80%;
  }
}

.featured_products .inner-brand .content h3 {
  font: 800 1.75rem/1.4 "Inter", sans-serif;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.featured_products .inner-brand .content p {
  font: 500 1.3125rem/1.4 "Inter", sans-serif;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.featured_products .inner-brand .content .btn-holder {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .featured_products .inner-brand .content .btn-holder {
    margin-top: 90px;
  }
}

.acf-map {
  height: 50vw;
  max-height: 750px;
}

@media (min-width: 768px) {
  .acf-map {
    height: 40vw;
  }
}

@media (min-width: 1280px) {
  .acf-map {
    height: 30vw;
  }
}

/* ---------------------------------------------------------------------------- */
/* Block content
/* ---------------------------------------------------------------------------- */
.tafis-wrapper .row-tarifs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.tafis-wrapper .row-tarifs .col-tarif {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 25px;
  margin-bottom: 50px;
  padding-left: 45px;
}

@media (min-width: 1024px) {
  .tafis-wrapper .row-tarifs .col-tarif {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
  }
}

.tafis-wrapper .row-tarifs .col-tarif .inner {
  background: #FFFFFF;
  box-shadow: 0 0 25px 5px rgba(35, 31, 32, 0.2);
  height: 100%;
  padding: 35px 15px;
}

.tafis-wrapper .row-tarifs .col-tarif .inner h3 {
  font: 500 1.75rem/1 "Inter", sans-serif;
  margin-bottom: 15px;
}

.tafis-wrapper .row-tarifs .col-tarif .inner .price {
  font: 800 2.75rem/1 "Inter", sans-serif;
  color: var(--color-secondary);
  margin-bottom: 25px;
}

.tafis-wrapper .row-tarifs .col-tarif .inner .services {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

/* ---------------------------------------------------------------------------- */
/* Module - Équipe */
/* ---------------------------------------------------------------------------- */
.team-holder .team-member {
  margin: 55px 0;
}

@media (min-width: 768px) {
  .team-holder .team-member {
    margin: 75px 0;
  }
}

.team-holder .team-member:nth-child(even) .row {
  flex-direction: row-reverse;
}

.team-holder .team-member .inner.image-holder {
  padding-left: 20px;
  margin-bottom: 45px;
}

@media (min-width: 1024px) {
  .team-holder .team-member .inner.image-holder {
    margin-bottom: 0;
  }
}

.team-holder .team-member .inner.image-holder .background-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .team-holder .team-member .inner.content {
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  .team-holder .team-member .inner.content {
    padding: 0 25px;
  }
}

.team-holder .team-member .inner.content blockquote {
  background: var(--color-light-gray);
  border-left: 5px solid var(--color-main);
  padding: 15px;
  margin-top: 35px;
  font: 600 1.25rem/1.4 "Inter", sans-serif;
}

/* ---------------------------------------------------------------------------- */
/* Module - Sections - Faqs */
/* ---------------------------------------------------------------------------- */
.element_faqs .row-faqs {
  padding: 2.1875em 0;
}

.element_faqs .row-faqs h3 {
  margin-bottom: 1.04167vw;
  display: block;
}

@media all and (max-width: 1024px) {
  .element_faqs .row-faqs h3 {
    margin-bottom: 1.5625vw;
  }
}

@media all and (max-width: 800px) {
  .element_faqs .row-faqs h3 {
    margin-bottom: 2.08333vw;
  }
}

.element_faqs .row-faqs .taxon-description {
  max-width: 720px;
  margin-bottom: 1.5625em;
  text-align: left;
}

.element_faqs .row-faqs.accordion h3 {
  text-align: center;
}

.element_faqs .row-faqs.accordion .taxon-description {
  margin: 0 auto 1.5625em;
  text-align: center;
}

.element_faqs .faqs-holder .btn-action {
  padding: 0.75em;
  transition: all 0.25s ease-out;
  background: var(--color-main);
}

.element_faqs .faqs-holder .btn-action:hover {
  cursor: pointer;
  background: var(--color-main);
}

.element_faqs .faqs-holder .btn-action .plus {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}

.element_faqs .faqs-holder .btn-action .plus:before, .element_faqs .faqs-holder .btn-action .plus:after {
  content: "";
  position: absolute;
  background-color: white;
}

.element_faqs .faqs-holder .btn-action .plus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.element_faqs .faqs-holder .btn-action .plus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.element_faqs .faqs-holder .single-faq {
  padding: 3.125em 1.5625em 5em;
  background-color: #FFFFFF;
}

.element_faqs .faqs-holder .single-faq h4 {
  font: 500 1.25em/1.25 "Inter", sans-serif;
  display: block;
  line-height: 1.4;
}

.element_faqs .faqs-holder .single-faq p {
  font: 400 0.9375em/1.5 "Inter", sans-serif;
  margin-bottom: 22px;
}

.element_faqs .faqs-holder .single-faq p:last-of-type {
  margin-bottom: 0;
}

.element_faqs .faqs-holder.faqs-accordion {
  margin: 0 auto;
}

.element_faqs .faqs-holder.faqs-accordion .single-faq {
  padding: 0 1.5625em;
}

.element_faqs .faqs-holder.faqs-accordion .accordion-description {
  padding-bottom: 2.5em;
}

.element_faqs .faqs-holder.faqs-accordion .accordion-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625em 0 1.875em;
}

.element_faqs .faqs-holder.faqs-accordion .accordion-title.active-accordeon {
  padding-bottom: 0.9375em;
}

.element_faqs .faqs-holder.faqs-accordion .accordion-title.active-accordeon .btn-action .plus:before {
  transform: rotate(90deg);
}

.element_faqs .faqs-holder.faqs-accordion .accordion-title:hover {
  cursor: pointer;
}

.element_faqs .faqs-holder.faqs-accordion .accordion-title:hover .btn-action {
  background: var(--color-main);
}

.element_faqs .faqs-holder.faqs-accordion .accordion-title h4 {
  padding-right: 44px;
}

.element_faqs .faqs-holder.faqs-card-view h2 {
  font: 500 2.5em/1.15 "Inter", sans-serif;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 0;
}

.element_faqs .faqs-holder.faqs-card-view .relative-box:hover {
  cursor: pointer;
}

.element_faqs .faqs-holder.faqs-card-view .relative-box:hover .btn-action {
  background: var(--color-main);
}

.element_faqs .faqs-holder.faqs-card-view .single-faq h4 {
  padding-right: 0.9375em;
  margin-bottom: 0.9375em;
}

.element_faqs .faqs-holder.faqs-card-view .btn-action {
  position: absolute;
  right: 0;
  bottom: 0;
}

.fancybox-faqs {
  width: 640px;
}

.fancybox-faqs h4 {
  font: 500 2em/1.25 "Inter", sans-serif;
  margin-bottom: 0.9375em;
  display: block;
}

.fancybox-faqs p {
  margin-bottom: 1.5625em;
}

@media only screen and (max-width: 640px) {
  .fancybox-faqs p {
    padding: 22px;
  }
}

/* ---------------------------------------------------------------------------- */
/* Module - Sections - Partenaires */
/* ---------------------------------------------------------------------------- */
.element_partenaires {
  margin: 0;
}

@media (min-width: 1024px) {
  .element_partenaires {
    margin: 25px 0;
  }
}

.element_partenaires img {
  max-width: 150px;
}

@media (min-width: 768px) {
  .element_partenaires img {
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------------------- */
/* Module - Services */
/* ---------------------------------------------------------------------------- */
.element_temoignages {
  padding: 1.875em 0;
}

.element_temoignages .swiper-pagination {
  padding: 15px 0;
  position: initial;
}

.element_temoignages .swiper-testimonials .slide-temoignage .content-temoignage {
  text-align: center;
}

.element_temoignages .swiper-testimonials .slide-temoignage .content-temoignage p {
  position: relative;
  max-width: 860px;
  margin: 0 auto 1.875em;
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .element_temoignages .swiper-testimonials .slide-temoignage .content-temoignage p {
    font-size: 1em;
  }
}

.element_temoignages .swiper-testimonials .slide-temoignage .content-temoignage p:after {
  content: " ";
  position: absolute;
  width: 25px;
  height: 1px;
  background: var(--color-main);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -15px;
}

@media only screen and (max-width: 640px) {
  .element_temoignages .swiper-testimonials .slide-temoignage .content-temoignage p:after {
    bottom: -12px;
  }
}

.element_temoignages .swiper-testimonials .slide-temoignage .meta-temoignage {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.element_temoignages .swiper-testimonials .slide-temoignage .meta-temoignage .meta-image {
  margin-bottom: 0.625em;
}

.element_temoignages .swiper-testimonials .slide-temoignage .meta-temoignage .meta-informations {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.element_temoignages .swiper-testimonials .slide-temoignage .meta-temoignage .meta-informations span {
  font-size: 0.875em;
  font-weight: bold;
  font-style: italic;
  color: var(--color-main);
}

/* ---------------------------------------------------------------------------- */
/* Templates - Home */
/* ---------------------------------------------------------------------------- */
.home .title-row {
  display: none;
}

/* ---------------------------------------------------------------------------- */
/* Templates - 404 Not Found */
/* ---------------------------------------------------------------------------- */
.section-404 {
  position: relative;
  padding: 0;
  height: 75vh;
  display: flex;
  align-items: center;
  background-size: cover;
}

.section-404 i {
  position: absolute;
  bottom: -100px;
  right: -125px;
  font-size: 350px;
  color: var(--color-main);
}

@media (min-width: 768px) {
  .section-404 i {
    font-size: 450px;
  }
}

@media (min-width: 1024px) {
  .section-404 i {
    font-size: 45vw;
    bottom: -10vw;
    right: -5vw;
  }
}

@media (min-width: 1280px) {
  .section-404 i {
    font-size: 38vw;
  }
}

.section-404 .content-text {
  text-align: center;
}

.section-404 * {
  color: #FFFFFF;
}

/* ---------------------------------------------------------------------------- */
/* Templates - Tempo */
/* ---------------------------------------------------------------------------- */
.tempo {
  position: relative;
}

.tempo__waves,
.tempo__background {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
}

.tempo__waves {
  right: auto;
  left: 0;
}

.tempo__desc .icon {
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.2);
}

.tempo__text {
  max-width: 650px;
  color: var(--color-main);
}

.tempo__link {
  display: inline-block;
}

.tempo__link a {
  color: white;
  display: block;
  padding: 1rem 2rem;
  background: #000;
  font: bold 0.7rem/1 "Inter", sans-serif;
  text-transform: uppercase;
}

.tempo__link a:hover {
  color: white;
  background: var(--color-main);
}

.smaller__title {
  text-transform: uppercase;
  font: 500 0.8rem/1 "Inter", sans-serif;
  margin-bottom: 1rem;
  color: var(--color-main);
}

/* ---------------------------------------------------------------------------- */
/* Templates - Pages */
/* ---------------------------------------------------------------------------- */
#global-rendez-vous .element_bloc_2_colonnes {
  position: relative;
}

#global-rendez-vous .element_bloc_2_colonnes .content-bloc.text .inner {
  padding: 35px 0 15px;
  max-width: 400px;
}

@media (min-width: 768px) {
  #global-rendez-vous .element_bloc_2_colonnes .content-bloc.text .inner {
    padding: 50px 0;
  }
}

#global-rendez-vous .element_bloc_2_colonnes .content-bloc.text h2 {
  font: 900 36px/1.2 "Inter", sans-serif;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  #global-rendez-vous .element_bloc_2_colonnes .content-bloc.text h2 {
    font-size: 3.375rem;
  }
}

#global-rendez-vous .element_bloc_2_colonnes .content-bloc.text h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: var(--color-secondary);
}

#global-rendez-vous .element_bloc_2_colonnes .content-bloc.text p {
  font-size: 16px;
}

@media (max-width: 1023.98px) {
  #global-rendez-vous .element_bloc_2_colonnes .content-bloc.image {
    display: none;
  }
}

#global-rendez-vous .element_bloc_2_colonnes .background-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translate(50%, 50%);
  font-size: 540px;
  color: var(--color-main);
  display: none;
}

@media (min-width: 768px) {
  #global-rendez-vous .element_bloc_2_colonnes .background-icon {
    display: block;
  }
}

.amelia-app-booking #am-step-booking .am-select-date, .amelia-app-booking .am-step-booking-catalog .am-select-date {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}

.amelia-app-booking #am-step-booking .am-select-date *, .amelia-app-booking .am-step-booking-catalog .am-select-date * {
  color: var(--color-secondary) !important;
}

.amelia-app-booking #am-step-booking .am-select-service .am-select-service-title, .amelia-app-booking .am-step-booking-catalog .am-select-service .am-select-service-title, .amelia-app-booking #am-step-booking .am-select-date .am-select-service-title, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-select-service-title, .amelia-app-booking #am-step-booking .am-select-service .am-select-date-title, .amelia-app-booking .am-step-booking-catalog .am-select-service .am-select-date-title, .amelia-app-booking #am-step-booking .am-select-date .am-select-date-title, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-select-date-title {
  font-size: 24px !important;
  font-weight: 800 !important;
}

.amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker div, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker div {
  color: var(--color-secondary) !important;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.amelia-app-booking .am-payment-error .el-alert, .am-modal.am-in-body .am-payment-error .el-alert {
  background-color: var(--color-main) !important;
  color: var(--color-secondary) !important;
}

.amelia-app-booking .am-payment-error .el-alert .el-alert__closebtn, .am-modal.am-in-body .am-payment-error .el-alert .el-alert__closebtn, .amelia-app-booking .am-payment-error .el-alert span, .am-modal.am-in-body .am-payment-error .el-alert span {
  color: var(--color-secondary) !important;
}

.amelia-app-booking .am-lite-footer {
  display: none !important;
}

.amelia-app-booking .am-calendar-picker .c-day-background, .am-modal.am-in-body .am-calendar-picker .c-day-background {
  background-color: var(--color-main) !important;
}

.amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker .c-day-content:hover, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker .c-day-content:hover,
.amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker .c-day-content:hover div, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker .c-day-content:hover div {
  color: var(--color-secondary) !important;
  opacity: 0.8;
}

.amelia-app-booking #am-step-booking .am-select-date .am-appointment-times .el-radio-button .el-radio-button__orig-radio:checked + .el-radio-button__inner, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-appointment-times .el-radio-button .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background: var(--color-main) !important;
}

.amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker {
  margin-top: 0;
}

.am-confirmation-booking-details > :first-child{
    display:none !important;
}

.el-col.el-col-24.el-col-sm-12.el-col-md-12.el-col-lg-6{
    width:100% !important;
    
}

p.am-semi-strong.am-align-right{
    color: var(--color-secondary) !important;
}
/* ---------------------------------------------------------------------------- */
/* Templates - Single */
/* ---------------------------------------------------------------------------- */
.single-header {
  flex: 1;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.single-header .post-meta-holder {
  padding: 2.1875em 1rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .single-header .post-meta-holder {
    width: 85%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .single-header .post-meta-holder {
    padding: 3.125em 0 3.125em 1.5625em;
    max-width: 665px;
  }
}

@media (min-width: 1690px) {
  .single-header .post-meta-holder {
    padding: 6.25em 0 3.125em 0;
  }
}

.single-header .post-meta-holder .entry-meta .author-content {
  display: flex;
}

.single-header .post-meta-holder .entry-meta .author-content span,
.single-header .post-meta-holder .entry-meta .author-content h3,
.single-header .post-meta-holder .entry-meta .author-content small {
  font: 400 1.1875em/1.1 "Inter", sans-serif;
  margin: 0;
}

.single-header .post-meta-holder .entry-meta .author-content span {
  font-style: italic;
}

.single-header .post-meta-holder .entry-meta .author-content h3 {
  margin: 0 5px;
  font-weight: 500;
}

.single-header .post-meta-holder .entry-meta .author-content a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.single-header .post-meta-holder .entry-meta .author-content small:before {
  content: '- ';
}

.single-header .post-meta-holder .entry-meta {
  padding: 0;
}

.single-header .post-meta-holder .entry-meta .date-meta {
  display: block;
}

.single-header .post-meta-holder .entry-meta span,
.single-header .post-meta-holder .entry-meta p {
  display: inline-block;
}

.single-header .post-image {
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  height: 240px;
  order: -1;
}

@media (min-width: 768px) {
  .single-header .post-image {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .single-header .post-image {
    max-width: 100%;
    width: 100%;
    height: 450px;
    order: 1;
  }
}

@media (min-width: 1280px) {
  .single-header .post-image {
    max-width: 100%;
  }
}

@media (min-width: 1690px) {
  .single-header .post-image {
    max-width: 50%;
    min-width: 50%;
  }
}

.single-header .post-image.w-featured img {
  display: none;
}

.single-header h1 {
  font: 900 2em/1.25 "Inter", sans-serif;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .single-header h1 {
    font: 900 3.125em/1.1 "Inter", sans-serif;
  }
}

.single-header .tagline {
  margin: 0.9375em 0;
  font: 400 1.375rem/1.3 "Inter", sans-serif;
  display: block;
}

@media (min-width: 640px) {
  .single-header .tagline {
    margin-top: 1.04167vw;
    margin-bottom: 1.5625vw;
  }
}

@media all and (min-width: 640px) and (max-width: 1024px) {
  .single-header .tagline {
    margin-top: 1.5625vw;
  }
}

@media all and (min-width: 640px) and (max-width: 800px) {
  .single-header .tagline {
    margin-top: 2.08333vw;
  }
}

@media all and (min-width: 640px) and (max-width: 1024px) {
  .single-header .tagline {
    margin-bottom: 2.34375vw;
  }
}

@media all and (min-width: 640px) and (max-width: 800px) {
  .single-header .tagline {
    margin-bottom: 3.125vw;
  }
}

.single-header .banner-content p {
  font: 400 1.1875rem/1.3 "Inter", sans-serif;
}

.taxonomy-meta {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 8px;
  border-bottom: 2px solid var(--color-secondary);
}

.next-posts-footer .taxonomy-meta,
.post-preview-footer .taxonomy-meta {
  padding-bottom: 0vw;
}

@media all and (max-width: 1024px) {
  .next-posts-footer .taxonomy-meta,
  .post-preview-footer .taxonomy-meta {
    padding-bottom: 0vw;
  }
}

@media all and (max-width: 800px) {
  .next-posts-footer .taxonomy-meta,
  .post-preview-footer .taxonomy-meta {
    padding-bottom: 0vw;
  }
}

.taxonomy-meta li {
  display: flex;
  align-items: center;
}

.taxonomy-meta li:last-child:after {
  display: none;
}

.taxonomy-meta li:after {
  content: '|';
  display: block;
  margin: 0 5px;
}

.taxonomy-meta li a {
  display: block;
  font: 500 0.875em/1.4 "Inter", sans-serif;
  text-decoration: none;
}

.taxonomy-meta li a:hover {
  color: var(--color-main);
}

/* ---------- Single Content ---------- */
.content-article .element_texte:first-of-type {
  margin-top: 0;
}

.content-article .element_texte:last-of-type {
  margin-bottom: 0;
}

.single-content {
  font: 1rem/1.8 "Inter", sans-serif;
}

.single-content blockquote p {
  font: bold 1.2rem/1.7 "Inter", sans-serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
}

.single-footer {
  background: transparent;
}

.single-footer .footer-meta {
  display: flex;
  justify-content: space-between;
}

/* ---------- Share ---------- */
.share {
  display: flex;
  align-items: center;
  border-right: none;
  border-left: none;
}

.share .share-title {
  margin-right: 2rem;
  font: 600 0.9rem/1.7 "Inter", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}

.share ul {
  display: flex;
  align-items: center;
  padding: 0;
}

.share ul li {
  display: inline;
  margin-right: 15px;
  color: var(--color-secondary);
}

.share ul li:first-child {
  font-weight: 600;
}

.share ul li a {
  margin-top: 0;
  display: flex;
  align-items: center;
  font-size: 1.875em;
  color: var(--color-secondary);
}

.share ul li a:hover {
  color: var(--color-main);
}

.latests-posts {
  border-top: 5px solid var(--color-secondary);
}

.latests-posts h2 {
  font: 800 2.75rem/1.2 "Inter", sans-serif;
  margin-bottom: 55px;
}

.comments-section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 5px solid var(--color-secondary);
}

.comments-section .comment-success {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 50px auto 0;
  text-align: center;
  border: 3px solid var(--color-main);
  color: var(--color-secondary);
  padding: 12px 0;
  font-size: 1em;
  font-weight: 700;
}

.comments-section .comment-respond h3 {
  font: 800 2.75rem/1.2 "Inter", sans-serif;
}

.comments-section .comment-respond .comment-form p {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.comments-section .comment-respond .comment-form p.comment-form-url {
  display: none !important;
}

.comments-section .comment-respond .comment-form p.comment-form-cookies-consent {
  min-height: 32px;
  display: flex;
  align-items: center;
}

.comments-section .comment-respond .comment-form p.comment-form-cookies-consent label {
  margin-bottom: 0;
}

.comments-section .comment-respond .comment-form p.logged-in-as a:first-child {
  pointer-events: none;
}

.comments-section .comment-respond .comment-form p.logged-in-as a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.comments-section .comment-respond .comment-form p.wp-comment-cookies-consent label {
  display: flex;
  align-items: center;
  height: 100%;
}

.comments-section .comment-respond .comment-form p.form-submit input {
  color: var(--color-secondary);
}

.comments-section .comment-respond .comment-form p.form-submit input:hover {
  color: #FFFFFF;
}

.woocommerce-Price-currencySymbol {
  margin-left: 5px;
}

.login-page .banner .col-image {
  display: none;
}

@media (min-width: 1024px) {
  .login-page .banner .col-image {
    display: block;
  }
}

.login-page .woocommerce-notices-wrapper {
  display: none;
}

.login-page .woocommerce-notices-wrapper ul {
  width: 100%;
  text-align: center;
  background: #fff;
  border: 3px solid #EF3B24;
  color: #EF3B24;
  padding: 12px 0;
  margin-bottom: 35px;
}

.login-page .woocommerce-notices-wrapper ul li {
  font-size: 1em;
}

.login-page .container-banner .gform_fields, .login-page .container-banner .comments-section .comment-respond .comment-form, .comments-section .comment-respond .login-page .container-banner .comment-form {
  display: block;
}

.login-page .container-banner .gform_fields .u-columns, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns {
  position: relative;
}

.login-page .container-banner .gform_fields .u-columns .title, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .login-page .container-banner .gform_fields .u-columns .title, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title {
    display: flex;
    justify-content: space-between;
  }
}

.login-page .container-banner .gform_fields .u-columns .title h2, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title h2, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title h2 {
  font: 800 2.75rem/1 "Inter", sans-serif;
}

.login-page .container-banner .gform_fields .u-columns .title .button, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .button, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .button, .login-page .container-banner .gform_fields .u-columns .title .NFI .NFI-button, .NFI .login-page .container-banner .gform_fields .u-columns .title .NFI-button, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .NFI .NFI-button, .NFI .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .NFI-button, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .NFI .NFI-button, .NFI .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .NFI-button, .login-page .container-banner .gform_fields .u-columns .title .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .login-page .container-banner .gform_fields .u-columns .title .el-button--primary.el-button, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .el-button--primary.el-button, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .el-button--primary.el-button, .login-page .container-banner .gform_fields .u-columns .title .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .login-page .container-banner .gform_fields .u-columns .title .el-button--primary.el-button, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .el-button--primary.el-button, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .el-button--primary.el-button, .login-page .container-banner .gform_fields .u-columns .title .comments-section .comment-respond .comment-form p.form-submit input, .comments-section .comment-respond .comment-form p.form-submit .login-page .container-banner .gform_fields .u-columns .title input, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title p.form-submit input, .login-page .container-banner .comments-section .comment-respond .comment-form p.form-submit .u-columns .title input, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title p.form-submit input, .comments-section .comment-respond .login-page .container-banner .comment-form p.form-submit .u-columns .title input {
  margin: 0;
}

@media (min-width: 768px) {
  .login-page .container-banner .gform_fields .u-columns .title .button, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .button, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .button, .login-page .container-banner .gform_fields .u-columns .title .NFI .NFI-button, .NFI .login-page .container-banner .gform_fields .u-columns .title .NFI-button, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .NFI .NFI-button, .NFI .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .NFI-button, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .NFI .NFI-button, .NFI .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .NFI-button, .login-page .container-banner .gform_fields .u-columns .title .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .login-page .container-banner .gform_fields .u-columns .title .el-button--primary.el-button, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .el-button--primary.el-button, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .el-button--primary.el-button, .login-page .container-banner .gform_fields .u-columns .title .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .login-page .container-banner .gform_fields .u-columns .title .el-button--primary.el-button, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title .el-button--primary.el-button, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title .el-button--primary.el-button, .login-page .container-banner .gform_fields .u-columns .title .comments-section .comment-respond .comment-form p.form-submit input, .comments-section .comment-respond .comment-form p.form-submit .login-page .container-banner .gform_fields .u-columns .title input, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .title p.form-submit input, .login-page .container-banner .comments-section .comment-respond .comment-form p.form-submit .u-columns .title input, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .title p.form-submit input, .comments-section .comment-respond .login-page .container-banner .comment-form p.form-submit .u-columns .title input {
    margin-left: 10px;
  }
}

.login-page .container-banner .gform_fields .u-columns .btn-holder, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .btn-holder, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .btn-holder {
  margin: 0;
}

.login-page .container-banner .gform_fields .u-columns .legend p, .login-page .container-banner .comments-section .comment-respond .comment-form .u-columns .legend p, .comments-section .comment-respond .login-page .container-banner .comment-form .u-columns .legend p {
  font: 500 0.875rem/1.2 "Inter", sans-serif;
  font-style: italic;
  margin-bottom: 25px;
}

.login-page .container-banner .inner.image {
  display: none;
}

@media (min-width: 1024px) {
  .login-page .container-banner .inner.image {
    display: block;
  }
}

.login-page .col-login-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.login-page .col-login-page.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.login-page .col-login-page .form-trigger {
  cursor: pointer;
}

.login-page .col-login-page.col-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
  height: 32px;
}

.login-page .col-login-page.col-login .woocommerce-form-login__rememberme:hover span:before {
  box-shadow: 0 0 0 5px var(--color-main);
}

.login-page .col-login-page.col-login .woocommerce-form-login__rememberme input + span {
  padding-left: 40px;
  cursor: pointer;
}

.login-page .col-login-page.col-login .woocommerce-form-login__rememberme input + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 2px solid var(--color-secondary);
  transition: all .2s;
}

.login-page .col-login-page.col-login .woocommerce-form-login__rememberme input + span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 11px;
  width: 10px;
  height: 18px;
  border: solid var(--color-secondary);
  border-width: 0 3px 3px 0;
  opacity: 0;
  transform: rotate(0deg) scale(0);
}

.login-page .col-login-page.col-login .woocommerce-form-login__rememberme input:checked + span:after {
  opacity: 1;
  transform: rotate(40deg) scale(1);
}

.login-page .col-login-page.col-login .lost_password {
  margin-top: 25px;
}

.login-page .col-login-page.col-login .lost_password a {
  position: relative;
}

.login-page .col-login-page.col-login .lost_password a:hover {
  color: var(--color-secondary);
}

.login-page .col-login-page.col-login .lost_password a:hover:after {
  width: 100%;
}

.login-page .col-login-page.col-login .lost_password a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background: var(--color-secondary);
  width: 0;
  height: 2px;
}

.login-page .col-login-page.col-register .password-input input[type=password][data-str=bad], .login-page .col-login-page.col-register .password-input input[type=password][data-str=short] {
  box-shadow: 0 0 0 5px #ff4a42;
}

.login-page .col-login-page.col-register .password-input input[type=password][data-str=good] {
  box-shadow: 0 0 0 5px var(--color-main);
}

.login-page .col-login-page.col-register .password-input input[type=password][data-str=strong] {
  box-shadow: 0 0 0 5px #30bd5b;
}

.login-page .col-login-page.col-register .password-input .woocommerce-password-strength {
  margin-top: 10px;
}

.login-page .woocommerce-form-row {
  margin-bottom: 25px;
}

.account-dashboard .banner .col-image {
  display: none;
}

@media (min-width: 1024px) {
  .account-dashboard .banner .col-image {
    display: block;
  }
}

.account-dashboard .woocommerce-MyAccount-navigation {
  padding-top: 75px;
  padding-bottom: 35px;
}

@media (min-width: 1024px) {
  .account-dashboard .woocommerce-MyAccount-navigation {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .account-dashboard .woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: center;
  }
}

.account-dashboard .woocommerce-MyAccount-navigation ul li {
  margin: 10px 0;
}

.account-dashboard .woocommerce-MyAccount-navigation ul li:last-child:after {
  display: none;
}

.account-dashboard .woocommerce-MyAccount-navigation ul li:after {
  content: '|';
  display: none;
  font-weight: 800;
  color: var(--color-main);
  margin: 0 8px 0 10px;
}

@media (min-width: 1024px) {
  .account-dashboard .woocommerce-MyAccount-navigation ul li:after {
    display: inline-block;
  }
}

.account-dashboard .woocommerce-MyAccount-navigation ul li:before {
  content: '';
  display: inline-block;
  background: var(--color-main);
  border-radius: 6px;
  margin-right: 18px;
  height: 12px;
  width: 12px;
}

@media (min-width: 1024px) {
  .account-dashboard .woocommerce-MyAccount-navigation ul li:before {
    display: none;
  }
}

.account-dashboard .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}

.account-dashboard .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  font: 500 18px/1 "Inter", sans-serif;
}

.account-dashboard .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-secondary);
}

.account-dashboard .woocommerce-MyAccount-navigation ul li a:hover:after {
  width: 100%;
}

.account-dashboard .woocommerce-MyAccount-navigation ul li a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: var(--color-secondary);
  height: 2px;
  width: 0;
}

.account-dashboard .dashboard-content a {
  text-decoration: underline;
}

.account-dashboard .account-content-holder {
  padding: 15px 0 75px;
  /**** Orders page ****/
  /**** Edit account ****/
  /**** Edit address ****/
}

@media (min-width: 1024px) {
  .account-dashboard .account-content-holder {
    padding: 125px 0 175px;
  }
}

.account-dashboard .account-content-holder .woocommerce-MyAccount-content .legend p {
  font: 500 0.875rem/1.2 "Inter", sans-serif;
  font-style: italic;
  margin-bottom: 25px;
}

.account-dashboard .account-content-holder .woocommerce-MyAccount-content abbr {
  text-decoration: none;
}

.account-dashboard .account-content-holder .woocommerce-MyAccount-content a {
  text-decoration: underline;
  background-image: linear-gradient(#f3ea00 100%, rgba(243, 234, 0, 0.3) 100%);
  background-size: auto 0;
  background-repeat: no-repeat;
  background-position-y: 80%;
}

.account-dashboard .account-content-holder .woocommerce-MyAccount-content a:hover {
  color: var(--color-secondary) !important;
  text-decoration: none !important;
  background-size: auto 100%;
  color: var(--color-secondary);
}

@media (max-width: 767.98px) {
  .account-dashboard .account-content-holder .woocommerce-MyAccount-content {
    overflow: auto;
  }
}

.account-dashboard .account-content-holder .woocommerce-MyAccount-content p {
  font-size: 18px;
  margin-bottom: 15px;
}

.account-dashboard .account-content-holder .woocommerce-orders-table {
  width: 100%;
}

.account-dashboard .account-content-holder .woocommerce-orders-table thead th {
  text-align: left;
  font: 800 18px/1 "Inter", sans-serif;
  padding: 15px 15px 15px 0;
}

.account-dashboard .account-content-holder .woocommerce-orders-table tbody tr:first-child td {
  border-top: 2px solid var(--color-secondary);
}

.account-dashboard .account-content-holder .woocommerce-orders-table tbody tr td {
  border-bottom: 2px solid var(--color-secondary);
  padding: 25px 15px 25px 0;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .account-dashboard .account-content-holder .woocommerce-orders-table tbody tr td {
    min-width: 120px;
  }
}

.account-dashboard .account-content-holder .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions span:after {
  content: '|';
  display: inline-block;
  margin: 0 5px;
}

.account-dashboard .account-content-holder .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions span:last-child:after {
  display: none;
}

.account-dashboard .account-content-holder .inner_order_review .shop_table tfoot .cart-footer-row.shipping .amount {
  text-align: right;
}

.account-dashboard .account-content-holder .inner_order_review .shop_table tfoot .cart-footer-row.shipping .amount small {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.account-dashboard .account-content-holder .inner_order_review .shop_table tfoot .cart-footer-row .label {
  display: flex;
}

.account-dashboard .account-content-holder .inner_order_review .shop_table tfoot .label-edit .label:after {
  content: ' :';
}

.account-dashboard .account-content-holder .woocommerce-checkout-review-order-table {
  width: 100%;
}

.account-dashboard .account-content-holder .edit-account .gform_fields .gfield, .account-dashboard .account-content-holder .edit-account .comments-section .comment-respond .comment-form .gfield, .comments-section .comment-respond .account-dashboard .account-content-holder .edit-account .comment-form .gfield,
.account-dashboard .account-content-holder .edit-account .gform_fields fieldset,
.account-dashboard .account-content-holder .edit-account .comments-section .comment-respond .comment-form fieldset,
.comments-section .comment-respond .account-dashboard .account-content-holder .edit-account .comment-form fieldset {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}


.account-dashboard .account-content-holder .edit-account .gform_fields fieldset,
.account-dashboard .account-content-holder .edit-account .comments-section .comment-respond .comment-form fieldset,
.comments-section .comment-respond .account-dashboard .account-content-holder .edit-account .comment-form fieldset {
  margin-top: 35px;
}

.account-dashboard .account-content-holder .edit-account .gform_fields fieldset legend, .account-dashboard .account-content-holder .edit-account .comments-section .comment-respond .comment-form fieldset legend, .comments-section .comment-respond .account-dashboard .account-content-holder .edit-account .comment-form fieldset legend {
  font: 800 18px/1 "Inter", sans-serif;
  margin-bottom: 15px;
}

.account-dashboard .account-content-holder .edit-account .gform_fields .gform_footer, .account-dashboard .account-content-holder .edit-account .comments-section .comment-respond .comment-form .gform_footer, .comments-section .comment-respond .account-dashboard .account-content-holder .edit-account .comment-form .gform_footer {
  margin-top: 25px;
}

.account-dashboard .account-content-holder .address-content h2 {
  font: 800 26px/1.2 "Inter", sans-serif;
  margin-bottom: 55px;
}

.account-dashboard .account-content-holder .address-content .woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.account-dashboard .account-content-holder .address-content .woocommerce-Addresses .woocommerce-Address {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .account-dashboard .account-content-holder .address-content .woocommerce-Addresses .woocommerce-Address {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}

.account-dashboard .account-content-holder .address-content .woocommerce-Addresses .woocommerce-Address:last-child {
  margin-bottom: 0;
}

.account-dashboard .account-content-holder .address-content .woocommerce-Addresses .woocommerce-Address h3 {
  font: 800 18px/1.2 "Inter", sans-serif;
  margin-bottom: 15px;
}

.account-dashboard .account-content-holder .address-content .woocommerce-Addresses .woocommerce-Address .edit {
  margin-top: 15px;
}

.account-dashboard .account-content-holder .address-content .woocommerce-Addresses .woocommerce-Address .edit a {
  font-weight: 500;
}

.account-dashboard .account-content-holder .address-content-edit h3 {
  font: 800 26px/1.2 "Inter", sans-serif;
  margin-bottom: 25px;
}

.account-dashboard .account-content-holder .address-content-edit .gform_fields, .account-dashboard .account-content-holder .address-content-edit .comments-section .comment-respond .comment-form, .comments-section .comment-respond .account-dashboard .account-content-holder .address-content-edit .comment-form {
  margin: 0 -10px;
}

.account-dashboard .account-content-holder .address-content-edit .gform_fields .form-row, .account-dashboard .account-content-holder .address-content-edit .comments-section .comment-respond .comment-form .form-row, .comments-section .comment-respond .account-dashboard .account-content-holder .address-content-edit .comment-form .form-row {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .account-dashboard .account-content-holder .address-content-edit .gform_fields .form-row, .account-dashboard .account-content-holder .address-content-edit .comments-section .comment-respond .comment-form .form-row, .comments-section .comment-respond .account-dashboard .account-content-holder .address-content-edit .comment-form .form-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.account-dashboard .account-content-holder .address-content-edit .gform_fields .form-row#billing_address_1_field, .account-dashboard .account-content-holder .address-content-edit .comments-section .comment-respond .comment-form .form-row#billing_address_1_field, .comments-section .comment-respond .account-dashboard .account-content-holder .address-content-edit .comment-form .form-row#billing_address_1_field, .account-dashboard .account-content-holder .address-content-edit .gform_fields .form-row#billing_address_2_field, .account-dashboard .account-content-holder .address-content-edit .comments-section .comment-respond .comment-form .form-row#billing_address_2_field, .comments-section .comment-respond .account-dashboard .account-content-holder .address-content-edit .comment-form .form-row#billing_address_2_field, .account-dashboard .account-content-holder .address-content-edit .gform_fields .form-row#billing_email_field, .account-dashboard .account-content-holder .address-content-edit .comments-section .comment-respond .comment-form .form-row#billing_email_field, .comments-section .comment-respond .account-dashboard .account-content-holder .address-content-edit .comment-form .form-row#billing_email_field, .account-dashboard .account-content-holder .address-content-edit .gform_fields .form-row#shipping_address_1_field, .account-dashboard .account-content-holder .address-content-edit .comments-section .comment-respond .comment-form .form-row#shipping_address_1_field, .comments-section .comment-respond .account-dashboard .account-content-holder .address-content-edit .comment-form .form-row#shipping_address_1_field, .account-dashboard .account-content-holder .address-content-edit .gform_fields .form-row#shipping_address_2_field, .account-dashboard .account-content-holder .address-content-edit .comments-section .comment-respond .comment-form .form-row#shipping_address_2_field, .comments-section .comment-respond .account-dashboard .account-content-holder .address-content-edit .comment-form .form-row#shipping_address_2_field, .account-dashboard .account-content-holder .address-content-edit .gform_fields .form-row#shipping_postcode_field, .account-dashboard .account-content-holder .address-content-edit .comments-section .comment-respond .comment-form .form-row#shipping_postcode_field, .comments-section .comment-respond .account-dashboard .account-content-holder .address-content-edit .comment-form .form-row#shipping_postcode_field {
  flex: 0 0 100%;
  max-width: 100%;
}

.account-dashboard .account-content-holder .address-content-edit .gform_footer {
  margin-top: 25px;
}

.products .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

@media (min-width: 768px) {
  .products .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.products .product {
  margin: 0;
  margin-bottom: 35px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

@media (min-width: 768px) {
  .products .product {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.products .product a {
  color: var(--color-secondary);
  text-decoration: none;
}

.products .product a:hover {
  text-decoration: none;
}

.products .product a:hover .inner {
  background: var(--color-main);
}

.products .product a:hover .inner .image-holder .btn-holder {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.products .product .inner {
  padding: 5px;
}

.products .product .inner .image-holder {
  position: relative;
  width: 100%;
}

.products .product .inner .image-holder.no-image .image {
  border-bottom: 0;
}

.products .product .inner .image-holder .electric {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
}

.products .product .inner .image-holder .electric .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-main);
  height: 32px;
  width: 32px;
  margin-right: 8px;
}

.products .product .inner .image-holder .electric .icon-holder i {
  display: flex;
  font-size: 21px;
  color: var(--color-secondary);
}

.products .product .inner .image-holder .electric span {
  font: 500 0.5625rem/1 "Inter", sans-serif;
  display: none;
}

@media (min-width: 768px) {
  .products .product .inner .image-holder .electric span {
    display: block;
  }
}

.products .product .inner .image-holder .tags-holder {
  position: absolute;
  bottom: -5px;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100px;
}

.products .product .inner .image-holder .tags-holder .tag {
  font: 700 11px/1 "Inter", sans-serif;
  padding: 5px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .products .product .inner .image-holder .tags-holder .tag {
    font-size: 14px;
    font-weight: 900;
    padding: 8px 0;
  }
}

.products .product .inner .image-holder .tags-holder .tag.sale {
  background: var(--color-main);
  color: var(--color-secondary);
}

.products .product .inner .image-holder .tags-holder .tag.new {
  background: var(--color-secondary);
  color: #FFFFFF;
}

.products .product .inner .image-holder .image {
  background-color: #FFFFFF;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 74%;
}

.products .product .inner .image-holder .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.products .product .inner .image-holder .btn-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  display: none;
}

@media (min-width: 1280px) {
  .products .product .inner .image-holder .btn-holder {
    display: block;
  }
}

.products .product .inner .content {
  border-top: 2px solid var(--color-secondary);
  margin-top: 5px;
}

@media (min-width: 768px) {
  .products .product .inner .content {
    display: flex;
  }
}

.products .product .inner .content .infos {
  flex: 1;
  padding: 10px 15px 5px 0;
}

@media (min-width: 768px) {
  .products .product .inner .content .infos {
    padding: 8px 15px 8px 0;
  }
}

.products .product .inner .content .infos p {
  color: var(--color-secondary);
}

.products .product .inner .content .infos p.brand {
  font: 500 12px/1 "Inter", sans-serif;
  margin-bottom: 8px;
}

.products .product .inner .content .infos p.name {
  font: 600 14px/1 "Inter", sans-serif;
}

.products .product .inner .content .price-wrapper {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .products .product .inner .content .price-wrapper {
    border-left: 2px solid var(--color-secondary);
    text-align: right;
    min-width: 100px;
    min-height: 50px;
    padding: 8px 0 8px 15px;
    margin-top: 0;
  }
}

.products .product .inner .content .price-wrapper * {
  color: var(--color-secondary);
}

.products .product .inner .content .price-wrapper .price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.products .product .inner .content .price-wrapper .price .variable {
  font-size: 14px;
  line-height: 1;
}

.products .product .inner .content .price-wrapper .price .current-price {
  font: 900 15px/1 "Inter", sans-serif;
  text-decoration: none;
}

.products .product .inner .content .price-wrapper .price .regular-price {
  font: 400 10px/1 "Inter", sans-serif;
}

.woocommerce-page.archive .sidebar {
  flex: 0 0 290px;
  width: 290px;
  background: var(--color-lighter-gray);
}

.woocommerce-page.archive .sidebar.mobile {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9999999999;
  padding: 25px 0;
  max-width: 260px;
  height: 100vh;
  overflow-y: auto;
}

.woocommerce-page.archive .sidebar.mobile.active {
  right: 0;
}

.woocommerce-page.archive .sidebar.desktop {
  display: none;
}

@media (min-width: 1280px) {
  .woocommerce-page.archive .sidebar.desktop {
    display: block;
  }
}

.woocommerce-page.archive .sidebar .current-filter {
  padding: 25px 15px;
  border-bottom: 4px solid #FFFFFF;
}

.woocommerce-page.archive .sidebar .current-filter .first-level-parent {
  padding: 0 20px;
}

.woocommerce-page.archive .sidebar .current-filter .first-level-parent h2 {
  font: 700 19px/1.2 "Inter", sans-serif;
}

.woocommerce-page.archive .sidebar .current-filter .first-level-parent .childs-list {
  margin-top: 25px;
}

.woocommerce-page.archive .sidebar .current-filter .first-level-parent .childs-list li {
  font: 400 16px/1.2 "Inter", sans-serif;
  margin: 15px 0;
}

.woocommerce-page.archive .sidebar .current-filter .first-level-parent .childs-list li:last-child {
  margin-bottom: 0;
}

.woocommerce-page.archive .sidebar .current-filter .first-level-parent .childs-list li a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.woocommerce-page.archive .sidebar .current-filter .return {
  margin-bottom: 15px;
}

.woocommerce-page.archive .sidebar .current-filter .return a {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 23px;
  font: 700 1rem/1 "Inter", sans-serif;
  padding: 10px 20px;
  height: 45px;
  color: var(--color-secondary);
}

.woocommerce-page.archive .sidebar .current-filter .return a:hover {
  background: var(--color-main);
}

.woocommerce-page.archive .sidebar .current-filter .return a span {
  position: relative;
  padding-left: 30px;
}

.woocommerce-page.archive .sidebar .current-filter .return a span:before, .woocommerce-page.archive .sidebar .current-filter .return a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  width: 10px;
  height: 3px;
  background: var(--color-secondary);
}

.woocommerce-page.archive .sidebar .current-filter .return a span:before {
  transform: rotate(45deg) translateY(3.5px);
}

.woocommerce-page.archive .sidebar .current-filter .return a span:after {
  transform: rotate(-45deg) translateY(-3.5px);
}

.woocommerce-page.archive .sidebar .current-filter .current {
  background: var(--color-medium-gray);
  padding: 10px 20px;
}

.woocommerce-page.archive .sidebar .current-filter .current p {
  font: 400 1rem/1 "Inter", sans-serif;
  color: var(--color-secondary);
}

.woocommerce-page.archive .sidebar .filters {
  padding: 25px 15px;
}

.woocommerce-page.archive .sidebar .filters .widget-woof .widget-title {
  font: 700 1.375rem/1 "Inter", sans-serif;
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container.all-empty, .woocommerce-page.archive .sidebar .filters .woof .woof_container.hide-filter {
  display: none;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_checkbox_count {
  display: none;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-medium-gray);
  font: 700 1rem/1 "Inter", sans-serif;
  padding: 15px 20px;
  cursor: pointer;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4:hover .trigger {
  background: var(--color-main);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4.active .trigger {
  background: var(--color-secondary);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4.active .trigger:before, .woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4.active .trigger:after {
  background: #FFFFFF;
  transform: translate(-50%, -50%) rotate(180deg);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4 .trigger {
  position: relative;
  background: #FFFFFF;
  height: 22px;
  width: 22px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4 .trigger:before, .woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4 .trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-secondary);
  width: 6px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner h4 .trigger:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form {
  display: none;
  background: #FFFFFF;
  max-height: 400px !important;
  overflow: auto;
}

@media (max-width: 767.98px) {
  .woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items,
  .woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form {
    max-height: 260px !important;
  }
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items.woof_section_scrolled,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form.woof_section_scrolled {
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items.woof_section_scrolled ::-webkit-scrollbar,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form.woof_section_scrolled ::-webkit-scrollbar {
  width: 10px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items.woof_section_scrolled ::-webkit-scrollbar-track,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form.woof_section_scrolled ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items.woof_section_scrolled ::-webkit-scrollbar-thumb,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form.woof_section_scrolled ::-webkit-scrollbar-thumb {
  background: red;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items.woof_section_scrolled ::-webkit-scrollbar-thumb:hover,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form.woof_section_scrolled ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items .woof_list,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form .woof_list {
  padding: 0 10px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items .woof_list li,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form .woof_list li {
  margin: 0 !important;
  padding: 0 10px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items .woof_list li.term-empty,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form .woof_list li.term-empty {
  display: none;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items .woof_list li input,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form .woof_list li input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items .woof_list li input:checked + label,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form .woof_list li input:checked + label {
  background: var(--color-main);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .woof_block_html_items .woof_list li label,
.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner form .woof_list li label {
  position: relative;
  font: 400 1rem/1.2 "Inter", sans-serif;
  margin: 0;
  padding: 10px;
  width: 100%;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .price_slider_wrapper {
  padding: 25px 20px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .price_slider_wrapper .price_slider {
  background: none repeat scroll 0 0 var(--color-medium-gray);
  height: 14px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .price_slider_wrapper .price_slider .ui-slider-range {
  background: var(--color-main);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .price_slider_wrapper .price_slider .ui-slider-handle {
  top: 2.5px;
  border: 0;
  background: var(--color-secondary);
  height: 9px;
  width: 9px;
  transform: translateX(4.5px);
  transform-origin: center;
  /*&:last-child {
                    margin-left: -12px;
                  }*/
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container .woof_container_inner .price_slider_wrapper .price_slider_amount .price_label {
  display: block !important;
  font: 400 0.875rem/1 "Inter", sans-serif;
  float: none !important;
  text-align: center !important;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container_checkbox_produit_electrique {
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container_checkbox_produit_electrique .icon-holder {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border-radius: 11px;
  border: 3px solid #FFFFFF;
  height: 22px;
  width: 22px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_container_checkbox_produit_electrique .icon-holder i {
  display: flex;
  font-size: 12px;
  color: var(--color-secondary);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_meta_checkbox_container,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_instock_container,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_sales_container {
  padding-bottom: 0;
  margin-bottom: 8px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_meta_checkbox_container span,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_instock_container span,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_sales_container span {
  display: none;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_meta_checkbox_container .woof_container_inner,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_instock_container .woof_container_inner,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_sales_container .woof_container_inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_meta_checkbox_container .woof_container_inner input,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_instock_container .woof_container_inner input,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_sales_container .woof_container_inner input {
  position: absolute;
  left: -9999px;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_meta_checkbox_container .woof_container_inner input:checked + label:after,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_instock_container .woof_container_inner input:checked + label:after,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_sales_container .woof_container_inner input:checked + label:after {
  opacity: 1;
  transform: rotate(40deg) scale(1);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_meta_checkbox_container .woof_container_inner label,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_instock_container .woof_container_inner label,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_sales_container .woof_container_inner label {
  position: relative;
  display: block;
  font: 700 1rem/1 "Inter", sans-serif;
  color: var(--color-secondary);
  padding: 10px 20px;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_meta_checkbox_container .woof_container_inner label:hover:before,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_instock_container .woof_container_inner label:hover:before,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_sales_container .woof_container_inner label:hover:before {
  box-shadow: 0 0 0 4px var(--color-main);
}

.woocommerce-page.archive .sidebar .filters .woof .woof_meta_checkbox_container .woof_container_inner label:before,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_instock_container .woof_container_inner label:before,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_sales_container .woof_container_inner label:before {
  content: '';
  position: absolute;
  right: 12px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-secondary);
  transition: all .2s;
}

.woocommerce-page.archive .sidebar .filters .woof .woof_meta_checkbox_container .woof_container_inner label:after,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_instock_container .woof_container_inner label:after,
.woocommerce-page.archive .sidebar .filters .woof .woof_checkbox_sales_container .woof_container_inner label:after {
  content: '';
  position: absolute;
  right: 18px;
  transform: rotate(40deg) scale(0);
  width: 6px;
  height: 10px;
  border: solid var(--color-secondary);
  border-width: 0 2px 2px 0;
  margin-top: 3px;
  opacity: 1;
  transition: all .2s;
}

.woocommerce-page.archive .sidebar .woof_submit_search_form_container {
  display: none;
}

.woocommerce-page.archive .sidebar .btn-holder {
  margin-top: 15px;
}

.shop-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  margin-bottom: 50px;
  max-width: 100%;
}

@media (min-width: 1440px) {
  .shop-wrapper {
    margin-bottom: 0;
  }
}

.shop-wrapper .products-wrapper {
  flex: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .shop-wrapper .products-wrapper .no-product {
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .shop-wrapper .products-wrapper .no-product {
    padding: 0 35px 60px;
  }
}

@media (min-width: 1690px) {
  .shop-wrapper .products-wrapper .no-product {
    padding: 0 100px 150px 60px;
  }
}

.shop-wrapper .products-wrapper .no-product .title-holder {
  padding: 0;
}

.shop-wrapper .products-wrapper .no-product .woocommerce-info {
  font: 500 1.5rem/1.4 "Inter", sans-serif;
}

.shop-wrapper .products-wrapper .title-holder {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .shop-wrapper .products-wrapper .title-holder {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1690px) {
  .shop-wrapper .products-wrapper .title-holder {
    padding-left: 60px;
    padding-right: 100px;
  }
}

.shop-wrapper .products-wrapper .title-holder .content h1 {
  font: 800 2.75rem/1 "Inter", sans-serif;
}

.shop-wrapper .products-wrapper .title-holder .content .woocommerce-result-count {
  font: 400 0.9375rem/1 "Inter", sans-serif;
  margin-top: 8px;
}

.shop-wrapper .products-wrapper .title-holder .content .woocommerce-perpage {
  display: none;
}

.shop-wrapper .products-wrapper .title-holder .content .woof_products_top_panel {
  display: none !important;
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 35px -10px 0;
}

@media (min-width: 1280px) {
  .shop-wrapper .products-wrapper .title-holder .select-wrapper {
    margin: 0;
    align-items: center;
    justify-content: flex-end;
  }
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woof_products_top_panel {
  display: none !important;
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-ordering,
.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage {
  margin: 0 10px 15px;
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-ordering .inner,
.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner {
  display: flex;
  align-items: center;
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-ordering .inner label,
.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner label {
  display: none;
  font: 400 0.9375rem/1 "Inter", sans-serif;
  color: var(--color-secondary);
  margin-bottom: 10px;
  margin-right: 15px;
  width: 100%;
}

@media (min-width: 1280px) {
  .shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-ordering .inner label,
  .shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner label {
    display: block;
    margin-bottom: 0;
  }
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-ordering .inner .nice-select,
.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner .nice-select {
  float: none;
  min-width: 225px;
  border-color: var(--color-medium-gray);
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-ordering .inner .nice-select .list,
.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner .nice-select .list {
  width: auto;
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-ordering .inner .nice-select .list .option[data-value="date"],
.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner .nice-select .list .option[data-value="date"] {
  display: none;
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner {
  display: block;
}

@media (min-width: 1280px) {
  .shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner {
    display: flex;
  }
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner label {
  display: block;
  min-width: 140px;
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner .nice-select {
  min-width: 90px;
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .woocommerce-perpage .inner .nice-select .list {
  width: calc(100% + 4px);
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .trigger-filter {
  margin: 0 10px 15px;
}

@media (min-width: 1280px) {
  .shop-wrapper .products-wrapper .title-holder .select-wrapper .trigger-filter {
    display: none;
  }
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .trigger-filter .inner {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  height: 50px;
  background: #FFFFFF;
  font: 400 1.0625rem/1 "Inter", sans-serif;
  padding: 0 20px;
  box-shadow: none;
  outline: none;
  border: 2px solid var(--color-medium-gray);
  border-radius: 0;
  float: none;
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .trigger-filter .inner:hover {
  box-shadow: 0 0 0 5px var(--color-main);
  border-color: var(--color-secondary);
}

.shop-wrapper .products-wrapper .title-holder .select-wrapper .trigger-filter .inner i {
  margin-left: 15px;
}

@media (min-width: 1280px) {
  .shop-wrapper .products-wrapper .products {
    flex: 1;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1690px) {
  .shop-wrapper .products-wrapper .products {
    padding-left: 60px;
    padding-right: 100px;
  }
}

.shop-wrapper .woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

@media (min-width: 1280px) {
  .shop-wrapper .woocommerce-pagination {
    margin-top: 60px;
  }
}

.shop-wrapper .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
}

.shop-wrapper .woocommerce-pagination .page-numbers li {
  margin: 0 2.5px;
}

.shop-wrapper .woocommerce-pagination .page-numbers li span,
.shop-wrapper .woocommerce-pagination .page-numbers li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font: 900 1.0625rem/1 "Inter", sans-serif;
  width: 32px;
  height: 32px;
}

.shop-wrapper .woocommerce-pagination .page-numbers li span.current,
.shop-wrapper .woocommerce-pagination .page-numbers li a.current {
  background: var(--color-main);
}

.shop-wrapper .woocommerce-pagination .page-numbers li a:not(.prev):not(.next) {
  position: relative;
}

.shop-wrapper .woocommerce-pagination .page-numbers li a:not(.prev):not(.next):hover {
  color: var(--color-secondary);
}

.shop-wrapper .woocommerce-pagination .page-numbers li a:not(.prev):not(.next):hover:after {
  width: 80%;
}

.shop-wrapper .woocommerce-pagination .page-numbers li a:not(.prev):not(.next):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-secondary);
  height: 2px;
  width: 0;
}

.shop-wrapper .woocommerce-pagination .page-numbers li .prev,
.shop-wrapper .woocommerce-pagination .page-numbers li .next {
  font-size: 12px;
  padding-bottom: 3px;
}

.shop-wrapper .woocommerce-pagination .page-numbers li .prev:hover {
  color: var(--color-secondary);
}

.shop-wrapper .woocommerce-pagination .page-numbers li .prev:hover i {
  transform: rotate(180deg) translateX(8px);
}

.shop-wrapper .woocommerce-pagination .page-numbers li .prev i {
  transform: rotate(180deg);
}

.shop-wrapper .woocommerce-pagination .page-numbers li .next:hover {
  color: var(--color-secondary);
}

.shop-wrapper .woocommerce-pagination .page-numbers li .next:hover i {
  transform: translateX(8px);
}

/* ---------------------------------------------------------------------------- */
/* Woocommerce */
/* ---------------------------------------------------------------------------- */
.woocommerce-checkout {
  padding-top: 0 !important;
}

.woocommerce-checkout.woocommerce-order-pay .woocommerce-checkout-review-order .wrapper .inner_order_review {
  padding: 35px 0;
}

@media (min-width: 1024px) {
  .woocommerce-checkout.woocommerce-order-pay .woocommerce-checkout-review-order .wrapper .inner_order_review {
    padding: 75px 0;
  }
}

@media (min-width: 1280px) {
  .woocommerce-checkout.woocommerce-order-pay .woocommerce-checkout-review-order .wrapper .inner_order_review {
    padding: 125px 0;
  }
}

.woocommerce-checkout.woocommerce-order-pay .col-form-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (min-width: 1280px) {
  .woocommerce-checkout.woocommerce-order-pay .col-form-wrapper {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}

.woocommerce-checkout.woocommerce-order-pay .custom-tabs-checkout .tab.tab-payment .tab-content {
  display: block;
  padding: 0;
}

.woocommerce-checkout.woocommerce-order-pay #order_review {
  display: block !important;
}

.woocommerce-checkout header {
  display: none !important;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
  height: 32px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox:hover span:before {
  box-shadow: 0 0 0 5px var(--color-main);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a {
  text-decoration: underline;
  background-image: linear-gradient(#f3ea00 100%, rgba(243, 234, 0, 0.3) 100%);
  background-size: auto 0;
  background-repeat: no-repeat;
  background-position-y: 80%;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a:hover {
  color: var(--color-secondary) !important;
  text-decoration: none !important;
  background-size: auto 100%;
  color: var(--color-secondary);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input + span {
  padding-left: 40px;
  cursor: pointer;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 2px solid var(--color-secondary);
  transition: all .2s;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input + span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 11px;
  width: 10px;
  height: 18px;
  border: solid var(--color-secondary);
  border-width: 0 3px 3px 0;
  opacity: 0;
  transform: rotate(0deg) scale(0);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input:checked + span:after {
  opacity: 1;
  transform: rotate(40deg) scale(1);
}

@media (max-width: 1023.98px) {
  .woocommerce-checkout #order_review {
    display: none;
  }
}

.woocommerce-checkout .steps {
  position: relative;
  margin-bottom: 30px;
  counter-reset: step;
  height: 115px;
}

.woocommerce-checkout .steps:after {
  content: '';
  display: block;
  clear: both;
}

.woocommerce-checkout .steps .step-holder {
  font-size: 12px;
  text-align: center;
  width: 33.33%;
  position: relative;
  float: left;
}

.woocommerce-checkout .steps .step-holder.complete .circle:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  background: #f3ea00;
  border-color: #f3ea00;
  color: #231f20;
}

.woocommerce-checkout .steps .step-holder.complete .circle i {
  display: flex;
}

.woocommerce-checkout .steps .step-holder.complete .label {
  color: #231f20;
}

.woocommerce-checkout .steps .step-holder.active .circle:before {
  border-color: #f3ea00;
  background: #f3ea00;
  color: #231f20;
}

.woocommerce-checkout .steps .step-holder.active .label {
  color: #231f20;
}

.woocommerce-checkout .steps .step-holder .circle {
  position: relative;
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 auto 8px auto;
}

.woocommerce-checkout .steps .step-holder .circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: counter(step);
  counter-increment: step;
  width: 45px;
  height: 45px;
  background-color: #019875;
  border-radius: 50%;
  border: 4px solid #f1f1f1;
  background: #FFFFFF;
  font: 800 1.25rem/37px "Inter", sans-serif;
  color: #f1f1f1;
}

.woocommerce-checkout .steps .step-holder .circle i {
  position: absolute;
  display: none;
  font-size: 0.75rem;
  left: 20px;
  top: 22px;
  color: #FFFFFF;
}

.woocommerce-checkout .steps .step-holder ~ .step-holder:before {
  content: '';
  width: 100%;
  height: 20px;
  background-color: #f1f1f1;
  position: absolute;
  left: -50%;
  top: 18px;
  z-index: -1;
}

.woocommerce-checkout .steps .step-holder ~ .step-holder:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  left: -50%;
  top: 26px;
  z-index: -1;
}

.woocommerce-checkout .steps .step-holder.active:after, .woocommerce-checkout .steps .step-holder.complete:after {
  background-color: #f3ea00;
}

.woocommerce-checkout .steps .step-holder .label {
  margin-top: 15px;
  font: 800 1.375rem/1 "Inter", sans-serif;
  color: #f1f1f1;
}

@media (max-width: 767.98px) {
  .woocommerce-checkout .steps .step-holder .label {
    font-size: 1.125rem;
  }
}

@media (max-width: 1023.98px) {
  .new-woo-wrapper {
    padding-bottom: 50px;
  }
}

.new-woo-wrapper .woocommerce-message {
  display: none;
}

.new-woo-wrapper .coupon-wrapper.mobile {
  display: none !important;
  text-align: center;
  margin-bottom: 55px;
}

@media (max-width: 1023.98px) {
  .new-woo-wrapper .coupon-wrapper.mobile.active {
    display: block !important;
  }
}

.new-woo-wrapper .coupon-wrapper.mobile .woocommerce-message {
  display: block;
  color: #30bd5b;
}

.new-woo-wrapper .coupon-wrapper.mobile h3 {
  text-align: center;
  color: var(--color-secondary);
  font: 900 1.75rem/1.4 "Inter";
  text-align: center !important;
}

.new-woo-wrapper .coupon-wrapper.mobile .checkout_coupon input {
  max-width: 350px;
  margin: 25px auto 0;
}

.new-woo-wrapper .coupon-wrapper.mobile .checkout_coupon button:hover {
  color: var(--color-secondary) !important;
}

.new-woo-wrapper .coupon-wrapper .coupon-title {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  text-align: left !important;
}

.new-woo-wrapper .coupon-wrapper .woocommerce-error {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.new-woo-wrapper .coupon-wrapper .woocommerce-error li {
  list-style-type: none !important;
  color: #EF3B24;
}

.new-woo-wrapper .coupon-wrapper .checkout_coupon {
  display: block !important;
}

.new-woo-wrapper .coupon-wrapper .checkout_coupon input {
  margin-top: 25px;
}

.new-woo-wrapper .coupon-wrapper .checkout_coupon .form-row {
  width: 100%;
}

.new-woo-wrapper .coupon-wrapper .checkout_coupon button:hover {
  color: var(--color-secondary) !important;
}

.col-form-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 1024px) {
  .col-form-wrapper {
    padding-bottom: 150px;
    padding-right: 35px;
  }
}

.col-form-wrapper .form-login-holder {
  margin-bottom: 35px;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login-toggle {
  text-align: center;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login-toggle a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login {
  margin-top: 25px;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login .form-row {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 15px;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  position: relative;
  height: 32px;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login .form-row .woocommerce-form-login__rememberme:hover span:before {
  box-shadow: 0 0 0 5px var(--color-main);
}

.col-form-wrapper .form-login-holder .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input + span {
  padding-left: 40px;
  cursor: pointer;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 2px solid var(--color-secondary);
  transition: all .2s;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input + span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 11px;
  width: 10px;
  height: 18px;
  border: solid var(--color-secondary);
  border-width: 0 3px 3px 0;
  opacity: 0;
  transform: rotate(0deg) scale(0);
}

.col-form-wrapper .form-login-holder .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input:checked + span:after {
  opacity: 1;
  transform: rotate(40deg) scale(1);
}

.col-form-wrapper .form-login-holder .woocommerce-form-login .form-footer {
  display: flex;
  align-items: center;
}

.col-form-wrapper .form-login-holder .woocommerce-form-login .form-footer .lost_password {
  margin-left: 15px;
}

.woocommerce-form-login .woocommerce-error {
  border: 3px solid #EF3B24;
  color: var(--color-secondary);
  text-align: center;
  padding: 12px 0;
  margin: 0 auto 25px;
}

.woocommerce-form-login .woocommerce-error p {
  font-size: 1em;
}

.woocommerce-privacy-policy-text {
  display: none !important;
}

form.woocommerce-checkout .woocommerce-NoticeGroup {
  display: none;
}

form.woocommerce-checkout .woocommerce-error {
  border: 3px solid #EF3B24;
  color: var(--color-secondary);
  text-align: center;
  padding: 12px 0;
  margin: 0 auto 25px;
}

form.woocommerce-checkout .woocommerce-error p {
  font-size: 1em;
}

form.woocommerce-checkout.form-has-error .woocommerce-billing-fields .checkout-form-error,
form.woocommerce-checkout.form-has-error .woocommerce-shipping-fields .checkout-form-error {
  display: block;
}

form.woocommerce-checkout .woocommerce-billing-fields .checkout-form-error,
form.woocommerce-checkout .woocommerce-shipping-fields .checkout-form-error {
  display: none;
  border: 3px solid #EF3B24;
  padding: 25px;
  text-align: center;
  margin-bottom: 35px;
}

form.woocommerce-checkout .woocommerce-billing-fields .checkout-form-error p,
form.woocommerce-checkout .woocommerce-shipping-fields .checkout-form-error p {
  font: 700 1.125rem/1.2 "Inter", sans-serif;
}

form.woocommerce-checkout .woocommerce-account-fields {
  margin-top: 35px;
  flex: 1;
}

form.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  height: 32px;
}

form.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox:hover span:before {
  box-shadow: 0 0 0 5px var(--color-main);
}

form.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input + span {
  padding-left: 40px;
  cursor: pointer;
}

form.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 2px solid var(--color-secondary);
  transition: all .2s;
}

form.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input + span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 11px;
  width: 10px;
  height: 18px;
  border: solid var(--color-secondary);
  border-width: 0 3px 3px 0;
  opacity: 0;
  transform: rotate(0deg) scale(0);
}

form.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input:checked + span:after {
  opacity: 1;
  transform: rotate(40deg) scale(1);
}

form.woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
  margin-bottom: 15px;
}

form.woocommerce-checkout .woocommerce-account-fields .create-account .form-row abbr {
  text-decoration: none;
}

form.woocommerce-checkout .woocommerce-account-fields .create-account .form-row .password-input input[type=password][data-str=bad], form.woocommerce-checkout .woocommerce-account-fields .create-account .form-row .password-input input[type=password][data-str=short] {
  box-shadow: 0 0 0 5px #ff4a42;
}

form.woocommerce-checkout .woocommerce-account-fields .create-account .form-row .password-input input[type=password][data-str=good] {
  box-shadow: 0 0 0 5px var(--color-main);
}

form.woocommerce-checkout .woocommerce-account-fields .create-account .form-row .password-input input[type=password][data-str=strong] {
  box-shadow: 0 0 0 5px #30bd5b;
}

form.woocommerce-checkout .woocommerce-account-fields .create-account .form-row .password-input .woocommerce-password-strength {
  margin-top: 10px;
}

form.woocommerce-checkout h2 {
  font: 800 35px/1 "Inter", sans-serif;
  color: #231f20;
  margin-bottom: 50px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab {
  display: none;
  margin-bottom: 15px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab h2 {
  font: 900 1.75rem/1.4 "Inter";
  color: #231f20;
  text-align: center;
  margin-bottom: 55px;
}

@media (max-width: 767.98px) {
  form.woocommerce-checkout .custom-tabs-checkout .tab h2 {
    margin-bottom: 35px;
  }
}

form.woocommerce-checkout .custom-tabs-checkout .tab h2.shipping_method_title {
  margin-bottom: 35px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .legend p {
  font: 500 0.875rem/1.2 "Inter", sans-serif;
  font-style: italic;
  margin-bottom: 25px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab:first-child {
  display: block;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder {
  margin: 35px -15px 0;
  display: flex;
}

@media (max-width: 767.98px) {
  form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder {
    margin: 10px -5px 0;
  }
}

form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button {
  padding: 0 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 767.98px) {
  form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button {
    padding: 0 5px;
  }
}

form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button:first-child .button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button:first-child .NFI .NFI-button i, .NFI form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button:first-child .NFI-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button:first-child .amelia-app-booking .el-button--primary.el-button i, .amelia-app-booking form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button:first-child .el-button--primary.el-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button:first-child .am-modal.am-in-body .el-button--primary.el-button i, .am-modal.am-in-body form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button:first-child .el-button--primary.el-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button:first-child .comments-section .comment-respond .comment-form p.form-submit input i, .comments-section .comment-respond .comment-form p.form-submit form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .single-button:first-child input i {
  margin-right: 10px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .button, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI .NFI-button, .NFI form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI-button, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .el-button--primary.el-button, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .el-button--primary.el-button, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .comments-section .comment-respond .comment-form p.form-submit input, .comments-section .comment-respond .comment-form p.form-submit form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder input {
  width: 100%;
  height: 4.0625rem;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .button:hover, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI .NFI-button:hover, .NFI form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI-button:hover, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .amelia-app-booking .el-button--primary.el-button:hover, .amelia-app-booking form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .el-button--primary.el-button:hover, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .am-modal.am-in-body .el-button--primary.el-button:hover, .am-modal.am-in-body form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .el-button--primary.el-button:hover, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .comments-section .comment-respond .comment-form p.form-submit input:hover, .comments-section .comment-respond .comment-form p.form-submit form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder input:hover {
  text-decoration: none;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .button.prev i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI .prev.NFI-button i, .NFI form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .prev.NFI-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .amelia-app-booking .prev.el-button--primary.el-button i, .amelia-app-booking form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .prev.el-button--primary.el-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .am-modal.am-in-body .prev.el-button--primary.el-button i, .am-modal.am-in-body form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .prev.el-button--primary.el-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .comments-section .comment-respond .comment-form p.form-submit input.prev i, .comments-section .comment-respond .comment-form p.form-submit form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder input.prev i {
  margin-left: 0;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .button.prev i:before, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI .prev.NFI-button i:before, .NFI form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .prev.NFI-button i:before, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .amelia-app-booking .prev.el-button--primary.el-button i:before, .amelia-app-booking form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .prev.el-button--primary.el-button i:before, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .am-modal.am-in-body .prev.el-button--primary.el-button i:before, .am-modal.am-in-body form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .prev.el-button--primary.el-button i:before, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .comments-section .comment-respond .comment-form p.form-submit input.prev i:before, .comments-section .comment-respond .comment-form p.form-submit form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder input.prev i:before {
  transform: rotate(180deg);
}

form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI .NFI-button i, .NFI form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .amelia-app-booking .el-button--primary.el-button i, .amelia-app-booking form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .el-button--primary.el-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .am-modal.am-in-body .el-button--primary.el-button i, .am-modal.am-in-body form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .el-button--primary.el-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .comments-section .comment-respond .comment-form p.form-submit input i, .comments-section .comment-respond .comment-form p.form-submit form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder input i {
  display: flex;
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI .NFI-button i, .NFI form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .NFI-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .amelia-app-booking .el-button--primary.el-button i, .amelia-app-booking form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .el-button--primary.el-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .am-modal.am-in-body .el-button--primary.el-button i, .am-modal.am-in-body form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .el-button--primary.el-button i, form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder .comments-section .comment-respond .comment-form p.form-submit input i, .comments-section .comment-respond .comment-form p.form-submit form.woocommerce-checkout .custom-tabs-checkout .tab .btn-holder input i {
    font-size: 0.75rem;
  }
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row.form-row-last, form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row#billing_state_field, form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field, form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row#shipping_state_field, form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row#shipping_postcode_field,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row#billing_state_field,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row#billing_postcode_field,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row#shipping_state_field,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row#shipping_postcode_field {
  flex: 0 0 50%;
  max-width: 50%;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row abbr,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row abbr {
  text-decoration: none;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row.validate i.validate,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row.validate i.validate {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row.validate .nice-select:after,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row.validate .nice-select:after {
  opacity: 0;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row i,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row i {
  position: absolute;
  top: 50%;
  right: 15px;
  display: flex;
  font-size: 18px;
  opacity: 0;
  transform: scale(0) translateY(-50%);
  transition: all ease 0.2s;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  position: relative;
  display: block;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container {
  width: 100% !important;
}

form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .nice-select,
form.woocommerce-checkout .custom-tabs-checkout .tab .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .nice-select {
  display: none !important;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .col-shipping {
  margin-bottom: 2em;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .col-shipping .shipping-table-head {
  display: none;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .shipping_address {
  display: none;
  padding-top: 50px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .woocommerce-shipping-fields {
  margin-bottom: 55px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice {
  background: #f1f1f1;
  margin: 10px 0;
  border-radius: 7px;
  cursor: pointer;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 4.0625rem;
  padding: 0 55px 0 20px;
  font: 700 1.0625rem/1.4 "Inter", sans-serif;
  color: #231f20;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox {
    font-size: 1rem;
  }
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox input, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox input:checked ~ span:after, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox input:checked ~ span:after {
  display: block;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .woo-radio-choice .checkbox.solo span:after{
  display: block !important;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox.no-input, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox.no-input {
  padding-right: 20px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox:not(.no-input) span:before, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox:not(.no-input) span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #ccc;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox:not(.no-input) span:after, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox:not(.no-input) span:after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #f3ea00;
  border-radius: 50%;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping #shipping_method .woo-radio-choice .checkbox small, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .custom-shipping-address .woo-radio-choice .checkbox small {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-shipping .woocommerce-additional-fields {
  display: none;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment #order_review_mobile {
  display: none;
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment #order_review_mobile {
    display: block;
  }
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content {
  padding-top: 15px;
}

@media (max-width: 1023.98px) {
  form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content #payment {
  margin-top: 75px;
}

@media (min-width: 1024px) {
  form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content #payment {
    margin-top: 0;
  }
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .wc-credit-card-form {
  display: block;
  margin: 0 -7.5px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .wc-credit-card-form:after {
  content: '';
  display: block;
  clear: both;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .wc-credit-card-form .clear {
  clear: both;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .wc-credit-card-form .stripe-source-errors {
  padding: 0 7.5px;
  margin-top: 15px;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .wc-credit-card-form .stripe-source-errors .woocommerce_error {
  padding: 1em 15px 1em !important;
  border: 0;
  background: #f1f1f1;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .wc-credit-card-form .stripe-source-errors .woocommerce_error li {
  list-style-type: none;
  color: #EF3B24;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .wc-credit-card-form .form-row-wide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 7.5px !important;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .wc-credit-card-form .form-row-first, form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .wc-credit-card-form .form-row-last {
  width: 50%;
  float: left;
  padding: 0 7.5px !important;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .tab-content .place-order {
  margin-top: 20px;
  text-align: right;
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .btn-holder #place_order {
  color: var(--color-secondary);
}

form.woocommerce-checkout .custom-tabs-checkout .tab.tab-payment .btn-holder #place_order:hover {
  color: #FFFFFF;
}

.woocommerce-checkout-review-order .wrapper {
  background: var(--color-light-gray);
  height: 100%;
}

.woocommerce-checkout-review-order .wrapper .inner_order_review {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 1024px) {
  .woocommerce-checkout-review-order .wrapper .inner_order_review {
    padding-top: 215px;
    padding-bottom: 75px;
  }
}

.woocommerce-checkout-review-order .wrapper .inner_order_review h3 {
  text-align: center;
  color: var(--color-secondary);
  font: 900 1.75rem/1.4 "Inter";
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .woocommerce-checkout-review-order .wrapper .inner_order_review h3 {
    margin-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-checkout-review-order .wrapper .inner_order_review h3 {
    margin-top: 0;
  }
}

.woocommerce-checkout-review-order .wrapper .inner_order_review .woocommerce-checkout-review-order-table {
  width: 100%;
}

.woocommerce-checkout-review-order .wrapper .inner_order_review .cart-footer-row-wrapper:first-child .cart-footer-row {
  padding-top: 25px;
}

.woocommerce-checkout-review-order .wrapper .inner_order_review .cart-footer-row-wrapper .cart-footer-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.woocommerce-checkout-review-order .wrapper .inner_order_review .cart-footer-row-wrapper .cart-footer-row span {
  color: #232323;
}

.woocommerce-checkout-review-order .wrapper .inner_order_review .cart-footer-row-wrapper .cart-footer-row span:first-child {
  font: 400 1.25rem/1 "Inter", sans-serif;
}

.woocommerce-checkout-review-order .wrapper .inner_order_review .cart-footer-row-wrapper .cart-footer-row span:last-child {
  font: 800 1.25rem/1 "Inter", sans-serif;
  text-align: right;
}

.woocommerce-checkout-review-order .wrapper .inner_order_review .cart-footer-row-wrapper .cart-footer-row span.woocommerce-Price-amount {
  font-weight: 800;
}

#order_review .inner_order_review .dropdown-cart-row, #order_review_mobile .inner_order_review .dropdown-cart-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  margin: 15px 0;
  border-bottom: 1px solid var(--color-secondary);
}

@media (max-width: 767.98px) {
  #order_review .inner_order_review .dropdown-cart-row, #order_review_mobile .inner_order_review .dropdown-cart-row {
    padding: 15px 0;
  }
}

#order_review .inner_order_review .dropdown-cart-row:first-child, #order_review_mobile .inner_order_review .dropdown-cart-row:first-child {
  margin-top: 0;
}

#order_review .inner_order_review .dropdown-cart-row:last-child, #order_review_mobile .inner_order_review .dropdown-cart-row:last-child {
  margin-bottom: 0;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content {
  display: flex;
  align-items: center;
  width: 100%;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .image, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .image img, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .image img {
  max-height: 100%;
  width: auto;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .content, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .content {
  margin-left: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: var(--color-secondary);
}

@media (max-width: 767.98px) {
  #order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .content, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .content {
    margin-left: 10px;
  }
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .infos, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .content h5 a:hover, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .content h5 a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .brand, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .brand {
  text-transform: uppercase;
  font: 400 14px/1.4 "Inter", sans-serif;
  margin-bottom: 0;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .attributes, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .attributes {
  font: 400 13px/1.4 "Inter", sans-serif;
  margin-bottom: 0;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .attributes span:after, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .attributes span:after {
  content: ' | ';
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .attributes span:last-child:after, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-content .content .attributes span:last-child:after {
  display: none;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-checkout, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-checkout {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#order_review .inner_order_review .dropdown-cart-row .dropdown-cart-checkout .price, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-checkout .price {
  font: 800 20px/1 "Inter", sans-serif;
  color: var(--color-secondary);
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  #order_review .inner_order_review .dropdown-cart-row .dropdown-cart-checkout .price, #order_review_mobile .inner_order_review .dropdown-cart-row .dropdown-cart-checkout .price {
    font-size: 16px;
  }
}

#order_review .inner_order_review .cart-resume, #order_review_mobile .inner_order_review .cart-resume {
  padding: 25px 0;
  border-bottom: 1px solid var(--color-secondary);
}

#order_review .inner_order_review .cart-footer-row-wrapper:first-child .cart-footer-row, #order_review_mobile .inner_order_review .cart-footer-row-wrapper:first-child .cart-footer-row {
  padding-top: 25px;
}

#order_review .inner_order_review .cart-footer-row-wrapper .cart-footer-row, #order_review_mobile .inner_order_review .cart-footer-row-wrapper .cart-footer-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

#order_review .inner_order_review .cart-footer-row-wrapper .cart-footer-row span, #order_review_mobile .inner_order_review .cart-footer-row-wrapper .cart-footer-row span {
  color: var(--color-secondary);
}

#order_review .inner_order_review .cart-footer-row-wrapper .cart-footer-row span:first-child:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol), #order_review_mobile .inner_order_review .cart-footer-row-wrapper .cart-footer-row span:first-child:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) {
  font: 400 1.25rem/1 "Inter", sans-serif;
}

#order_review .inner_order_review .cart-footer-row-wrapper .cart-footer-row span:last-child, #order_review_mobile .inner_order_review .cart-footer-row-wrapper .cart-footer-row span:last-child {
  font: 800 1.25rem/1 "Inter", sans-serif;
}

#order_review .inner_order_review .cart-footer-row-wrapper .cart-footer-row .shipped_via, #order_review_mobile .inner_order_review .cart-footer-row-wrapper .cart-footer-row .shipped_via {
  display: none;
}

#order_review .inner_order_review .order-total .cart-footer-row, #order_review_mobile .inner_order_review .order-total .cart-footer-row {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid var(--color-secondary);
  margin: 0;
  margin-top: 25px;
}

#order_review .inner_order_review .order-total .cart-footer-row span, #order_review_mobile .inner_order_review .order-total .cart-footer-row span {
  color: var(--color-secondary);
}

#order_review .inner_order_review .order-total .cart-footer-row span:first-child, #order_review_mobile .inner_order_review .order-total .cart-footer-row span:first-child {
  font: 400 1.625rem/1 "Inter", sans-serif;
}

#order_review .inner_order_review .order-total .cart-footer-row span:last-child, #order_review_mobile .inner_order_review .order-total .cart-footer-row span:last-child {
  font: 800 1.625rem/1 "Inter", sans-serif;
  text-align: right;
}

/* ---------------------------------------------------------------------------- */
/* Woocommerce */
/* ---------------------------------------------------------------------------- */
.cart-dropdown {
  position: fixed;
  max-width: 500px;
  width: calc(100% - 30px);
  right: 15px;
  top: 125px;
  display: block;
  z-index: 800;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all ease 350ms;
  opacity: 1;
  padding: 0 25px;
}

@media (min-width: 768px) {
  .cart-dropdown {
    top: 162px;
    width: 100%;
    right: 2.8125em;
    padding: 0 40px;
  }
}

@media (min-width: 1280px) {
  .cart-dropdown {
    top: 182px;
  }
}

.cart-dropdown.shrink {
  top: 100px;
}

@media (min-width: 768px) {
  .cart-dropdown.shrink {
    top: 135px;
  }
}

.cart-dropdown.scrollUp {
  top: 0;
  transform: translateY(calc(-100% - 5px));
}

.cart-dropdown.hidden-cart {
  top: 0;
  transform: translateY(calc(-100% - 5px));
}

.cart-dropdown .cart-dropdown-inner {
  width: 100%;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-header {
  justify-content: space-between;
  display: flex;
  font: 800 0.9375rem/1 "Inter", sans-serif;
  border-bottom: 2px solid var(--color-secondary);
  color: var(--color-secondary);
  padding: 30px 0;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content {
  max-height: 220px;
  width: calc(100% + 20px);
  overflow-y: scroll;
  padding-right: 10px;
  /* Handle */
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content::-webkit-scrollbar {
  width: 10px;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content::-webkit-scrollbar-thumb {
  background-color: inherit;
  border-radius: 5px;
  background-color: rgba(24, 24, 24, 0.5);
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--color-secondary);
  padding: 15px 0;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row:last-child {
  border: 0;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-content .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-content .image img {
  width: 100%;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-content .content {
  margin-left: 15px;
  padding: 8px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-content .content .collection {
  font: 300 10px/1 "Inter", sans-serif;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-content .content h5 {
  font: 800 15px/1.2 "Inter", sans-serif;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-content .content h5 span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  vertical-align: text-top;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-content .content .attributes {
  margin-top: 5px;
  font: 500 14px/1 "Inter", sans-serif;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-content .content .attributes span {
  font-weight: 600;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-checkout {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-checkout .clear {
  text-align: right;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-checkout .clear i {
  transition: all ease 350ms;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-checkout .clear i:hover {
  color: red;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-content .dropdown-cart-row .dropdown-cart-checkout .price {
  font: 700 15px/1 "Inter", sans-serif;
  color: var(--color-secondary);
  margin-top: 10px;
  min-width: 105px;
  text-align: right;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-footer {
  border-top: 2px solid var(--color-secondary);
  padding: 20px 0;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-footer.cart-empty {
  border-top: 0;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner .button, .cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner .NFI .NFI-button, .NFI .cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner .NFI-button, .cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner .el-button--primary.el-button, .cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner .el-button--primary.el-button, .cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner .comments-section .comment-respond .comment-form p.form-submit input, .comments-section .comment-respond .comment-form p.form-submit .cart-dropdown .cart-dropdown-inner .cart-dropdown-footer .cart-footer-inner input {
  margin: 0 10px;
}

.woocommerce-cart-form {
  width: 100%;
  padding: 45px 0;
}

@media (min-width: 1024px) {
  .woocommerce-cart-form {
    padding: 195px 0 75px;
  }
}

@media (max-width: 1023.98px) {
  .woocommerce-cart-form .table-holder {
    overflow: auto;
  }
}

.woocommerce-cart-form .promo {
  margin-top: 35px;
}

.woocommerce-cart-form .shop_table {
  width: 100%;
}

.woocommerce-cart-form .shop_table thead tr {
  border-bottom: 2px solid var(--color-secondary);
}

.woocommerce-cart-form .shop_table thead tr th {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.woocommerce-cart-form .shop_table thead tr th.product-price {
  display: none;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table thead tr th.product-price {
    display: table-cell;
  }
}

.woocommerce-cart-form .shop_table thead tr th.product-quantity {
  width: 80px;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table thead tr th.product-quantity {
    width: 100px;
  }
}

.woocommerce-cart-form .shop_table .cart_item:nth-child(even) {
  background: var(--color-light-gray);
}

.woocommerce-cart-form .shop_table .cart_item td {
  padding: 10px 0;
  vertical-align: middle;
}

@media (max-width: 1023.98px) {
  .woocommerce-cart-form .shop_table .cart_item td {
    min-width: 110px;
  }
}

.woocommerce-cart-form .shop_table .cart_item td.product-remove {
  text-align: center;
  padding: 20px;
  width: 40px;
  min-width: 1px;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table .cart_item td.product-remove {
    width: 60px;
  }
}

.woocommerce-cart-form .shop_table .cart_item td.product-remove a {
  font-size: 30px;
}

.woocommerce-cart-form .shop_table .cart_item td.product-remove a:hover {
  text-decoration: none;
  color: red;
}

.woocommerce-cart-form .shop_table .cart_item td.product-thumbnail {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table .cart_item td.product-thumbnail {
    padding-right: 20px;
  }
}

.woocommerce-cart-form .shop_table .cart_item td.product-thumbnail img {
  margin-top: 0;
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;
}

.woocommerce-cart-form .shop_table .cart_item td.product-price {
  display: none;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table .cart_item td.product-price {
    display: table-cell;
  }
}

.woocommerce-cart-form .shop_table .cart_item td.product-quantity {
  display: table-cell;
}

.woocommerce-cart-form .shop_table .cart_item td.product-quantity .quantity input {
  width: 60px !important;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .shop_table .cart_item td.product-quantity .quantity input {
    width: 80px !important;
    padding-left: 20px;
  }
}

.woocommerce-cart-form .shop_table .cart_item .product-name a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.woocommerce-cart-form .shop_table .cart_item .product-name .attributes {
  margin-top: 5px;
  font: 500 14px/1 "Inter", sans-serif;
}

.woocommerce-cart-form .shop_table .cart_item .product-name .attributes span {
  font-weight: 600;
  display: inline-block;
}

.woocommerce-cart-form .shop_table .cart_item .product-name .attributes span:last-child:after {
  display: none;
}

.woocommerce-cart-form .shop_table .cart_item .product-name .attributes span:after {
  content: '|';
  display: inline-block;
  margin: 0 5px;
}

.woocommerce-cart-form .shop_table .cart_item .product-quantity label {
  display: none;
}

.woocommerce-cart .cart-empty:not(.lws-cart-empty-message) {
  display: none;
}

.woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .woocommerce-message {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 50px auto 0;
  text-align: center;
  border: 3px solid var(--color-main);
  color: var(--color-secondary);
  padding: 12px 0;
  font-size: 1em;
  font-weight: 700;
}

.woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .woocommerce-message a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .woocommerce-error {
  margin: 50px auto 0;
  text-align: center;
  border: 3px solid #EF3B24;
  color: var(--color-secondary);
  padding: 12px 0;
}

.woocommerce-cart .lws-cart-empty .woocommerce-notices-wrapper .woocommerce-error p {
  font-size: 1em;
}

.woocommerce-cart .lws-cart-empty .cart-content-holder {
  padding: 160px 0;
  text-align: center;
}

.woocommerce-cart .lws-cart-empty .cart-content-holder .lws-cart-empty-message {
  margin-bottom: 35px;
  font-size: 20px;
}

.woocommerce-cart .cart-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.woocommerce-cart .cart-wrapper .woocommerce-notices-wrapper {
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .woocommerce-cart .cart-wrapper .woocommerce-notices-wrapper {
    position: absolute;
    top: 50px;
    padding-right: 30px;
    margin-top: 0;
  }
}

.woocommerce-cart .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  border: 3px solid var(--color-main);
  color: var(--color-secondary);
  padding: 12px 0;
  font-size: 1em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .woocommerce-cart .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message {
    margin: 0 auto;
  }
}

.woocommerce-cart .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.woocommerce-cart .cart-wrapper .woocommerce-notices-wrapper .woocommerce-error {
  text-align: center;
  border: 3px solid #EF3B24;
  color: var(--color-secondary);
  padding: 12px 0;
}

.woocommerce-cart .cart-wrapper .woocommerce-notices-wrapper .woocommerce-error p {
  font-size: 1em;
}

.woocommerce-cart .cart-wrapper .button-mobile {
  padding: 0;
}

.woocommerce-cart .cart-wrapper .button-mobile .btn-holder {
  display: none;
  padding: 0;
  margin-bottom: 35px;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals {
  margin: 0;
  height: 100%;
  background: var(--color-light-gray);
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .cart_totals {
  padding: 35px 15px;
  float: none;
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .cart_totals {
    padding: 75px 30px;
  }
}

@media (min-width: 1024px) {
  .woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .cart_totals {
    padding: 100px 30px 75px;
  }
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals h2 {
  margin-bottom: 25px;
  font: 800 1.5625em/1.3 "Inter", sans-serif;
}

@media (min-width: 768px) {
  .woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals h2 {
    margin-bottom: 55px;
  }
}

@media (min-width: 1024px) {
  .woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals h2 {
    margin-bottom: 85px;
  }
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table {
  width: 100%;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tr th {
  padding: 10px 10px 10px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: var(--color-secondary);
  min-width: 110px;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tr td {
  padding: 10px 35px 10px 0;
  color: var(--color-secondary);
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr:first-of-type {
  border-top: 2px solid var(--color-secondary);
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr:last-of-type {
  border-bottom: 2px solid var(--color-secondary);
  border-top: 2px solid var(--color-secondary);
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr.shipping {
  background: transparent !important;
  padding: 0;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr.shipping .woocommerce-shipping-destination, .woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr.shipping .woocommerce-shipping-calculator {
  display: none;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr.shipping label {
  margin: 0;
  font-size: 1rem;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr.shipping input {
  display: none;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr.order-total th {
  font-weight: 400;
  font-size: 20px;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr.order-total td {
  font-size: 20px;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr td {
  padding: 15px 0;
  max-width: 100px;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .shop_table tbody tr td.product-total {
  text-align: right;
  padding-right: 15px;
}

.woocommerce-cart .cart-wrapper .cart-collaterals .inner-collaterals .wc-proceed-to-checkout {
  margin-top: 35px;
}

.product-template-default .banner .sup-banner {
  padding: 2.5px 0;
}

.product-template-default .woocommerce-notices-wrapper .woocommerce-error {
  margin: 50px auto 0;
  text-align: center;
  border: 3px solid #EF3B24;
  color: var(--color-secondary);
  padding: 12px 0;
}

.product-template-default .woocommerce-notices-wrapper .woocommerce-error .button, .product-template-default .woocommerce-notices-wrapper .woocommerce-error .NFI .NFI-button, .NFI .product-template-default .woocommerce-notices-wrapper .woocommerce-error .NFI-button, .product-template-default .woocommerce-notices-wrapper .woocommerce-error .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .product-template-default .woocommerce-notices-wrapper .woocommerce-error .el-button--primary.el-button, .product-template-default .woocommerce-notices-wrapper .woocommerce-error .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .product-template-default .woocommerce-notices-wrapper .woocommerce-error .el-button--primary.el-button, .product-template-default .woocommerce-notices-wrapper .woocommerce-error .comments-section .comment-respond .comment-form p.form-submit input, .comments-section .comment-respond .comment-form p.form-submit .product-template-default .woocommerce-notices-wrapper .woocommerce-error input {
  font-weight: 700;
  color: var(--color-secondary);
  padding: 0;
  height: auto;
}

.product-template-default .woocommerce-notices-wrapper .woocommerce-error .button:hover, .product-template-default .woocommerce-notices-wrapper .woocommerce-error .NFI .NFI-button:hover, .NFI .product-template-default .woocommerce-notices-wrapper .woocommerce-error .NFI-button:hover, .product-template-default .woocommerce-notices-wrapper .woocommerce-error .amelia-app-booking .el-button--primary.el-button:hover, .amelia-app-booking .product-template-default .woocommerce-notices-wrapper .woocommerce-error .el-button--primary.el-button:hover, .product-template-default .woocommerce-notices-wrapper .woocommerce-error .am-modal.am-in-body .el-button--primary.el-button:hover, .am-modal.am-in-body .product-template-default .woocommerce-notices-wrapper .woocommerce-error .el-button--primary.el-button:hover, .product-template-default .woocommerce-notices-wrapper .woocommerce-error .comments-section .comment-respond .comment-form p.form-submit input:hover, .comments-section .comment-respond .comment-form p.form-submit .product-template-default .woocommerce-notices-wrapper .woocommerce-error input:hover {
  text-decoration: underline;
}

.product-template-default .woocommerce-notices-wrapper .woocommerce-error p {
  font-size: 1em;
}

.product-template-default .woocommerce-notices-wrapper .woocommerce-message {
  margin: 50px auto 0;
  text-align: center;
  border: 3px solid var(--color-main);
  color: var(--color-secondary);
  padding: 12px 0;
}

.product-template-default .woocommerce-notices-wrapper .woocommerce-message .button, .product-template-default .woocommerce-notices-wrapper .woocommerce-message .NFI .NFI-button, .NFI .product-template-default .woocommerce-notices-wrapper .woocommerce-message .NFI-button, .product-template-default .woocommerce-notices-wrapper .woocommerce-message .amelia-app-booking .el-button--primary.el-button, .amelia-app-booking .product-template-default .woocommerce-notices-wrapper .woocommerce-message .el-button--primary.el-button, .product-template-default .woocommerce-notices-wrapper .woocommerce-message .am-modal.am-in-body .el-button--primary.el-button, .am-modal.am-in-body .product-template-default .woocommerce-notices-wrapper .woocommerce-message .el-button--primary.el-button, .product-template-default .woocommerce-notices-wrapper .woocommerce-message .comments-section .comment-respond .comment-form p.form-submit input, .comments-section .comment-respond .comment-form p.form-submit .product-template-default .woocommerce-notices-wrapper .woocommerce-message input {
  font-weight: 700;
  color: var(--color-secondary);
  padding: 0;
  height: auto;
}

.product-template-default .woocommerce-notices-wrapper .woocommerce-message .button:hover, .product-template-default .woocommerce-notices-wrapper .woocommerce-message .NFI .NFI-button:hover, .NFI .product-template-default .woocommerce-notices-wrapper .woocommerce-message .NFI-button:hover, .product-template-default .woocommerce-notices-wrapper .woocommerce-message .amelia-app-booking .el-button--primary.el-button:hover, .amelia-app-booking .product-template-default .woocommerce-notices-wrapper .woocommerce-message .el-button--primary.el-button:hover, .product-template-default .woocommerce-notices-wrapper .woocommerce-message .am-modal.am-in-body .el-button--primary.el-button:hover, .am-modal.am-in-body .product-template-default .woocommerce-notices-wrapper .woocommerce-message .el-button--primary.el-button:hover, .product-template-default .woocommerce-notices-wrapper .woocommerce-message .comments-section .comment-respond .comment-form p.form-submit input:hover, .comments-section .comment-respond .comment-form p.form-submit .product-template-default .woocommerce-notices-wrapper .woocommerce-message input:hover {
  text-decoration: underline;
}

.product-template-default .woocommerce-notices-wrapper .woocommerce-message p {
  font-size: 1em;
}

.product-template-default .product-single-content {
  padding-top: 70px;
  /*&.outofstock {

      .variations,
      .quantity {
        display: none;
      }

    }*/
}

.product-template-default .product-single-content .summary {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .product-template-default .product-single-content .summary {
    margin-top: 55px;
  }
}

@media (min-width: 1024px) {
  .product-template-default .product-single-content .summary {
    margin-top: 0;
  }
}

.product-template-default .product-single-content .summary .wc-variation-is-unavailable {
  display: block !important;
  font: 500 14px/1 "Inter", sans-serif;
  font-style: italic;
  margin-top: 10px;
}

.product-template-default .product-single-content .summary.show-stock-message .stock {
  display: block;
  font: 500 14px/1 "Inter", sans-serif;
  font-style: italic;
  margin-top: 10px;
}

.product-template-default .product-single-content .summary .onsale {
  background-color: var(--color-main);
  display: inline-block;
  font: 900 1.25rem/1.2 "Inter", sans-serif;
  padding: 0.375rem;
  margin-bottom: 10px;
}

.product-template-default .product-single-content .summary .brand {
  font: 400 22px/1.2 "Inter", sans-serif;
  margin-bottom: 5px;
}

.product-template-default .product-single-content .summary h1 {
  font: 800 2.75rem/1.2 "Inter", sans-serif;
}

.product-template-default .product-single-content .summary .sku {
  margin-top: 5px;
  font: 400 12px/1.2 "Inter", sans-serif;
}

.product-template-default .product-single-content .summary .stock {
  display: none;
}

.single-product .cart {
  /* Firefox */
}

.single-product .cart.form-disabled .woocommerce-variation-add-to-cart-disabled button[type=submit] {
  background: var(--color-medium-gray) !important;
  border-color: var(--color-medium-gray) !important;
}

.single-product .cart.form-disabled .woocommerce-variation-add-to-cart-disabled button[type=submit]:hover {
  background: var(--color-medium-gray) !important;
  border-color: var(--color-medium-gray) !important;
  color: var(--color-secondary);
  cursor: not-allowed;
}

.single-product .cart button {
  align-items: center;
  border-radius: 50px;
  color: var(--color-secondary);
  display: flex;
  font: 500 1rem/1.25 "Inter", sans-serif;
  height: 3.75rem;
  justify-content: center;
  line-height: 1.5625rem;
  margin-top: 1.3125rem;
  text-align: center;
  width: 100%;
}

.single-product .cart button:hover {
  color: #FFFFFF;
}

.single-product .cart i {
  font-size: 1.35rem;
  margin-left: 0.75rem;
}

.single-product .cart input {
  border: 2px solid rgba(153, 156, 161, 0.2);
  font-size: 1.0625rem;
  height: 50px;
  padding: 0.9375rem 1.875rem;
  max-width: 105px;
  text-align: center;
}

.single-product .cart input::-webkit-outer-spin-button,
.single-product .cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .cart input[type=number] {
  -moz-appearance: textfield;
}

.single-product .cart .row {
  margin: 0;
}

.single-product .cart .quantity, .single-product .cart .price {
  display: inline-block;
}

.single-product .cart .quantity {
  position: relative;
}

.single-product .cart .quantity .input-wrapper {
  min-width: 100px;
  position: relative;
  display: inline-block;
}

.single-product .cart .quantity .input-wrapper input {
  width: 100%;
}

.single-product .cart .quantity .incrementor {
  background-color: transparent;
  border: none;
  height: 2rem;
  font-size: 1.875rem;
  margin: 0;
  position: absolute;
  top: 9px;
  width: 30px;
  /*&.add {
        right: 6px;
        top: 7px;
        cursor: pointer;

          &:after {
            content: '+';
            display: flex;
            align-items: center;
          }
        }

        &.remove {
          left: 6px;
          cursor: pointer;

          &:after {
            content: '-';
            display: flex;
            align-items: center;
          }
        }*/
}

.single-product .cart .quantity .incrementor:hover {
  color: var(--color-main);
}

.single-product .cart .quantity .incrementor.add, .single-product .cart .quantity .incrementor.remove {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  cursor: pointer;
}

.single-product .cart .quantity .incrementor.add .icon, .single-product .cart .quantity .incrementor.remove .icon {
  position: relative;
  height: 7px;
  width: 7px;
}

.single-product .cart .quantity .incrementor.add .icon:after, .single-product .cart .quantity .incrementor.add .icon:before, .single-product .cart .quantity .incrementor.remove .icon:after, .single-product .cart .quantity .incrementor.remove .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: var(--color-secondary);
  height: 2px;
  width: 7px;
}

.single-product .cart .quantity .incrementor.add {
  right: 10px;
  left: auto;
}

.single-product .cart .quantity .incrementor.add .icon:after {
  content: '';
  position: absolute;
  display: block;
  background: var(--color-secondary);
  height: 7px;
  width: 2px;
}

.single-product .cart .price {
  display: flex;
  flex-direction: column;
  font: 700 1.73rem/1.2 "Inter", sans-serif;
  text-align: right;
}

.single-product .cart .price .current-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  font-size: 26px;
  text-decoration: none;
}

.single-product .cart .price.sale .current-price {
  background-color: var(--color-main);
  padding: 5px 10px 5px 20px;
}

.single-product .cart .price.sale .regular-price {
  font-size: 18px;
  font-weight: normal;
  text-decoration: line-through;
  padding: 10px;
}

.single-product .cart .fake-quantity-availability {
  font: 500 14px/1 "Inter", sans-serif;
  font-style: italic;
  margin-top: 15px;
}

.single-product .cart .variations {
  width: 100%;
}

.single-product .cart .variations td {
  padding-bottom: 15px;
}

.single-product .cart .variations .nice-select {
  border: 2px solid rgba(153, 156, 161, 0.2);
  border-radius: 0;
  font: 400 1.0625rem/2.75 "Inter", sans-serif;
  height: 3.125rem;
  width: 100%;
}

.single-product .cart .variations .nice-select:after {
  border-bottom: 3px solid var(--color-secondary);
  border-right: 3px solid var(--color-secondary);
  height: 13px;
  right: 22px;
  top: 18px;
  width: 13px;
}

.single-product .cart .variations .nice-select .list {
  width: 100%;
}

.single-product .cart .variations .nice-select .list .option.disabled {
  text-decoration: line-through;
}

.single-product .cart .variations .nice-select .list .option.disabled:hover {
  background-color: var(--color-light-gray) !important;
}

.single-product .cart .variations .reset_variations {
  visibility: hidden !important;
}

.single-product .cart .single_variation_wrap .woocommerce-variation {
  display: none !important;
}

.single-product .short-description {
  border-bottom: 2px solid var(--color-secondary);
  border-top: 2px solid var(--color-secondary);
  margin: 20px 0;
  padding: 20px 0 10px;
}

.single-product .short-description p {
  margin-bottom: 0.625rem;
}

.single-product .short-description ul li {
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.5rem;
}

.single-product .short-description ul li::before {
  content: '';
  background-color: var(--color-main);
  border-radius: 50%;
  display: inline-block;
  height: 0.75rem;
  left: 3px;
  position: absolute;
  top: 6px;
  width: 0.75rem;
}

.single-product .no-description {
  border-bottom: 2px solid var(--color-secondary);
  margin: 30px 0;
}

.single-product .tabs-control-wrapper {
  background-color: var(--color-secondary);
  margin-top: 5.75rem;
  padding: 1.25rem 0;
  text-align: center;
}

.single-product .tabs-control-wrapper .single-tab {
  display: inline-block;
  margin: 0 15px;
}

@media (min-width: 768px) {
  .single-product .tabs-control-wrapper .single-tab {
    margin: 0 35px;
  }
}

@media (min-width: 1440px) {
  .single-product .tabs-control-wrapper .single-tab {
    margin: 0 50px;
  }
}

.single-product .tabs-control-wrapper .single-tab.active a,
.single-product .tabs-control-wrapper .single-tab.active span{
  text-decoration: underline;
}

.single-product .tabs-control-wrapper a,
.single-product .tabs-control-wrapper span {
  color: #FFFFFF;
  font: 600 15px/1 "Inter", sans-serif;
  cursor: pointer;
}

.single-product .tabs-control-wrapper a:hover,
.single-product .tabs-control-wrapper span:hover {
  color: var(--color-main);
}

.single-product .woocommerce-custom-tab.solo-tab {
  display: block !important;
}

.single-product .woocommerce-custom-tab.woocommerce-Tabs-panel--description .specs-desc {
  margin-top: 55px;
}

@media (min-width: 1024px) {
  .single-product .woocommerce-custom-tab.woocommerce-Tabs-panel--description .specs-desc {
    margin-top: 75px;
  }
}

@media (min-width: 1440px) {
  .single-product .woocommerce-custom-tab.woocommerce-Tabs-panel--description .specs-desc {
    margin-top: 125px;
  }
}

.single-product .woocommerce-custom-tab.woocommerce-Tabs-panel--description .specs-desc h2 {
  font: 800 1.75rem/1.2 "Inter", sans-serif;
  text-align: center;
}

.single-product .woocommerce-custom-tab .section .inner {
  max-width: 100%;
}

.single-product .woocommerce-custom-tab .section .inner h2:after {
  display: none;
}

.single-product .woocommerce-custom-tab .section .inner p {
  font: 400 1.0625rem/1.58 "Inter", sans-serif;
  margin-bottom: 1rem;
}

.single-product .woocommerce-custom-tab.woocommerce-Tabs-panel--additional_infos {
  padding: 75px 0 90px;
}

@media (min-width: 768px) {
  .single-product .woocommerce-custom-tab.woocommerce-Tabs-panel--additional_infos {
    padding: 110px 0 150px;
  }
}

.single-product .woocommerce-custom-tab.woocommerce-Tabs-panel--additional_infos h2 {
  font: 800 1.75rem/1.2 "Inter", sans-serif;
  text-align: center;
}

.single-product .caracteristiques_produit {
  margin: 3.125rem auto 0;
  max-width: 900px;
  width: 100%;
}

.single-product .caracteristiques_produit tr:nth-child(odd) {
  background-color: var(--color-light-gray);
}

.single-product .caracteristiques_produit th {
  border-right: 3px solid var(--color-secondary);
  font-weight: 600;
  padding: 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .single-product .caracteristiques_produit th {
    padding: 20px 35px;
  }
}

.single-product .caracteristiques_produit td {
  padding: 15px;
}

@media (min-width: 768px) {
  .single-product .caracteristiques_produit td {
    padding: 20px 35px;
  }
}

.single-product .element_call_to_action .black {
  background-color: var(--color-secondary);
}

.single-product .element_call_to_action .black h2 {
  color: #FFFFFF;
}

.single-product .element_call_to_action .category {
  color: var(--color-main);
  font: 700 1.375rem/1.2 "Inter", sans-serif;
}

.single-product .element_call_to_action .row .col-lg-6:last-child {
  padding: 0;
}

.single-product .element_call_to_action .image.no-image {
  border: 2px solid var(--color-lighter-gray);
  position: relative;
  display: none;
}

@media (min-width: 1024px) {
  .single-product .element_call_to_action .image.no-image {
    display: block;
  }
}

.single-product .element_call_to_action .image.no-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  display: block !important;
}

.single-product .related,
.single-product .upsells {
  margin: 35px 0;
}

@media (min-width: 768px) {
  .single-product .related,
  .single-product .upsells {
    margin: 100px 0;
  }
}

.single-product .related h2,
.single-product .upsells h2 {
  font: 800 28px/1.2 "Inter", sans-serif;
  margin-bottom: 35px;
}

@media (min-width: 1024px) {
  .single-product .related h2,
  .single-product .upsells h2 {
    margin-bottom: 60px;
  }
}

.single-product .related .products .product:last-child,
.single-product .upsells .products .product:last-child {
  display: none;
}

@media (min-width: 1024px) {
  .single-product .related .products .product:last-child,
  .single-product .upsells .products .product:last-child {
    display: block;
  }
}

.single-product .slideshow {
  position: relative;
}

@media (min-width: 1280px) {
  .single-product .slideshow,
  .woocommerce-product-gallery {
    padding-right: 50px;
  }
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.woocommerce-product-gallery .wpgs_image img,
.slick-list .thumbnail_image img {
  margin: auto;
}

.woocommerce-product-gallery .wpgs-thumb {
  padding: 0 35px;
}

@media (min-width: 640px) {
  .woocommerce-product-gallery .wpgs-image {
    padding: 0 35px;
  }
}

.woocommerce-product-gallery.wpgs-wrapper .slick-prev, .woocommerce-product-gallery.wpgs-wrapper .slick-next {
  background: transparent !important;
}
.woocommerce-product-gallery.wpgs-wrapper .slick-prev:before, .woocommerce-product-gallery.wpgs-wrapper .slick-next:before {
  font-size: 18px;
  color: #000000;
}

.wpgs-thumb .slick-track,
.wpgs-image .slick-track {
  display: flex;
}

.wpgs-thumb .slick-track .thumbnail_image,
.wpgs-image .slick-track .wpgs_image {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.single-product .slideshow .electric {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 5;
  display: flex;
  align-items: center;
}

.single-product .slideshow .electric .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-main);
  height: 32px;
  width: 32px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .single-product .slideshow .electric .icon-holder {
    height: 40px;
    width: 40px;
  }
}

.single-product .slideshow .electric .icon-holder i {
  display: flex;
  font-size: 21px;
  color: var(--color-secondary);
}

@media (min-width: 768px) {
  .single-product .slideshow .electric .icon-holder i {
    font-size: 28px;
  }
}

.single-product .slideshow .electric span {
  font: 500 0.75rem/1 "Inter", sans-serif;
  display: none;
}

@media (min-width: 768px) {
  .single-product .slideshow .electric span {
    display: block;
  }
}

.single-product .slideshow .slideshow_feature {
  margin-bottom: 60px;
}

.single-product .slideshow .slideshow_feature.no-image {
  border: 2px solid var(--color-lighter-gray);
}

.single-product .slideshow .slideshow_feature.no-image .slideshow_display {
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.single-product .slideshow .slideshow_feature.has-video {
  position: relative;
}

.single-product .slideshow .slideshow_feature.has-video.video-active .slideshow_display {
  background-size: cover;
}

.single-product .slideshow .slideshow_feature.has-video.video-active a {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.single-product .slideshow .slideshow_feature.has-video.video-active a:hover .play .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}

.single-product .slideshow .slideshow_feature.has-video.video-active a:hover .play .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}

.single-product .slideshow .slideshow_feature.has-video.video-active a:hover .play .icon {
  transform: scale(1.05);
}

.single-product .slideshow .slideshow_feature.has-video a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.single-product .slideshow .slideshow_feature .slideshow_display {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 65%;
}

.single-product .slideshow .swiper-button-next,
.single-product .slideshow .swiper-button-prev {
  display: flex;
  position: absolute;
  top: 50%;
}

.single-product .slideshow .swiper-button-next {
  right: -8px;
}

.single-product .slideshow .swiper-button-prev {
  left: -8px;
}

.single-product .slideshow .thumbs-wrapper {
  position: relative;
}

.single-product .slideshow .thumbs-gallery {
  width: calc(100% - 110px);
  margin: 0 auto;
}

.single-product .slideshow .thumbs-gallery .swiper-wrapper .thumb {
  position: relative;
  border: 1px solid var(--color-light-gray);
  cursor: pointer;
  overflow: hidden;
}

.single-product .slideshow .thumbs-gallery .swiper-wrapper .thumb:hover .image {
  transform: scale(1.1);
}

.single-product .slideshow .thumbs-gallery .swiper-wrapper .thumb.video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-product .slideshow .thumbs-gallery .swiper-wrapper .thumb .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 80%;
}

.woocommerce-order-received .woocommerce-order {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-order-received .woocommerce-order .lws-notice {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1023.98px) {
  .woocommerce-order-received .woocommerce-order .lws-notice {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content {
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  .woocommerce-order-received .woocommerce-order .lws-notice .notice-content {
    padding: 50px 0;
  }
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .check-content {
  text-align: center;
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .check-content .check {
  position: relative;
  display: block;
  margin: 0 auto 15px;
  width: 80px;
  height: 80px;
  background: #f3ea00;
  border-radius: 50%;
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .check-content .check:after {
  content: '';
  position: absolute;
  left: 32px;
  top: 23px;
  width: 17px;
  height: 30px;
  border: solid #231f20;
  border-width: 0 6px 6px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .check-content p {
  font: 800 1.125rem/1 "Inter", sans-serif;
  color: #231f20;
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .content {
  margin-top: 65px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .woocommerce-order-received .woocommerce-order .lws-notice .notice-content .content {
    margin-top: 35px;
  }
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .content .inner h2 {
  font: 900 2.375rem/1.2 "Inter";
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .content .inner * {
  color: #231f20;
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .content .btn-holder {
  margin-top: 55px;
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .content .btn-holder a {
  font: 800 1.125rem/1.2 "Inter", sans-serif;
  padding: 20px 30px;
}

.woocommerce-order-received .woocommerce-order .lws-notice .notice-content .content .btn-holder a:hover {
  text-decoration: none;
}

.woocommerce-order-received .woocommerce-order .lws-order {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 50px;
}

@media (max-width: 1279.98px) {
  .woocommerce-order-received .woocommerce-order .lws-order {
    padding-left: 25px;
  }
}

@media (max-width: 1023.98px) {
  .woocommerce-order-received .woocommerce-order .lws-order {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    background: none;
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-order-received .woocommerce-order .lws-order {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.woocommerce-order-received .woocommerce-order .lws-order .wrapper {
  background: #f1f1f1;
  height: 100%;
}

@media (max-width: 1279.98px) {
  .woocommerce-order-received .woocommerce-order .lws-order .wrapper {
    padding: 0;
  }
}

.woocommerce-order-received .woocommerce-order .lws-order .inner_order_review {
  padding: 70px 30px 150px;
}

@media (max-width: 1279.98px) {
  .woocommerce-order-received .woocommerce-order .lws-order .inner_order_review {
    padding: 35px 25px 50px;
    background: #f1f1f1;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-order-received .woocommerce-order .lws-order .inner_order_review {
    padding: 35px 15px 50px;
  }
}

.woocommerce-order-received .woocommerce-order .lws-order .inner_order_review h3 {
  text-align: center;
  color: #232323;
  font: 900 1.75rem/1.4 "Inter";
  margin-top: 145px;
  margin-bottom: 30px;
}

@media (max-width: 1279.98px) {
  .woocommerce-order-received .woocommerce-order .lws-order .inner_order_review h3 {
    margin-top: 50px;
  }
}

@media (max-width: 1023.98px) {
  .woocommerce-order-received .woocommerce-order .lws-order .inner_order_review h3 {
    margin-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-order-received .woocommerce-order .lws-order .inner_order_review h3 {
    margin-top: 0;
  }
}

.woocommerce-order-received .woocommerce-order .lws-order .inner_order_review .shop_table {
  width: 100%;
}

.inner_order_review .label-edit .label:after {
  content: ':';
  margin-left: 3px;
}

.inner_order_review .cart-footer-row.shipping .amount {
  text-align: right;
}

.inner_order_review .cart-footer-row.shipping .amount small {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.inner_order_review .cart-footer-row .label {
  display: flex;
}
