.accordion-item {
  border: 1px solid #e1ecff !important;
  margin-bottom: 1rem;
}
.accordion-button:not(.collapsed) {
  color: #012970;
  box-shadow: inset 0 -1px 0 #e1ecff !important;
  background-color: #f6f9ff !important;
}
.accordion-button:focus {
  border-color: #e1ecff;
  box-shadow: 0 0 0 0.25rem #f6f9ff;
}
.accordion-body p:last-of-type {
  margin-bottom: 0 !important;
}

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

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 80px #7ac142;
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 80px #7ac142;
  }
}
@-webkit-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
div.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
div.badge-light {
  background-color: #f6f9ff;
  border: 1px solid #012970;
  outline: 5px solid white;
  color: #012970;
}

/* BGS */
.bg-blue-dark {
  background-color: #012970;
}
.bg-blue-dark.bg-opacity-50 {
  background-color: #72a5fe;
}
.bg-blue-light {
  background-color: #f6f9ff;
}
.bg-blue-ice {
  background-color: #0D82C5;
}
.bg-hover-blue-dark:hover {
  background-color: #012970;
}
.bg-hover-blue-dark:hover.bg-opacity-50 {
  background-color: #72a5fe;
}
.bg-hover-blue-light:hover {
  background-color: #f6f9ff;
}
.bg-hover-blue-ice:hover {
  background-color: #0D82C5;
}
.bg-gradient-circle-white {
  background: #ffffff;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
}

@media screen and (max-width: 575px) {
  body {
    padding-bottom: 80px;
  }
}
/* BORDERS */
.border-radius-1 {
  border-radius: 1px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-radius-7 {
  border-radius: 7px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-9 {
  border-radius: 9px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-11 {
  border-radius: 11px;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-13 {
  border-radius: 13px;
}

.border-radius-14 {
  border-radius: 14px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-top-blue-light {
  border-top: 1px solid #e1ecff;
}
.border-bottom-blue-light {
  border-bottom: 1px solid #e1ecff;
}
.border-color-blue-light {
  border-color: #e1ecff !important;
}

/* BTNS */
.btn-primary {
  background-color: #0D82C5;
  color: #fff;
  padding: 0.5rem 1.75rem;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #012970;
  border-color: #012970;
}
.btn-outline-dark {
  background-color: #fff;
  color: #012970;
  border-color: #012970;
}
.btn-outline-dark:hover {
  background-color: #012970;
  color: #fff;
}
.btn-outline-ice {
  background-color: #fff;
  color: #0D82C5;
  border-color: #0D82C5;
}
.btn-outline-ice:hover {
  background-color: #012970;
  border-color: #012970;
  color: #fff;
}
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.675rem;
  border-radius: 0.2rem;
}

.close-trigger {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 5px;
  line-height: 1;
}

.card {
  background-color: #f6f9ff;
  border-color: #e1ecff;
}
.card-shadow {
  box-shadow: 0 3px 3px 0 rgba(52, 71, 103, 0.15), 0 3px 1px -2px rgba(52, 71, 103, 0.2), 0 1px 5px 0 rgba(52, 71, 103, 0.15);
  transition: box-shadow 0.3s ease-in;
}
.card-shadow:hover {
  box-shadow: 0 14px 26px -12px rgba(52, 71, 103, 0.4), 0 4px 23px 0 rgba(52, 71, 103, 0.15), 0 8px 10px -5px rgba(52, 71, 103, 0.2);
}
.card-hover:hover {
  border-color: #012970;
  color: #01163d;
}
.card-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.card-warning.card-hover:hover {
  border-color: #664d03;
  color: #342802;
}
.card-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.card-danger.card-hover:hover {
  border-color: #842029;
  color: #5b161c;
}
.card-warning h1, .card-warning h2, .card-warning h3, .card-warning h4, .card-warning h5, .card-warning h6,
.card-warning .h1, .card-warning .h2, .card-warning .h3, .card-warning .h4, .card-warning .h5, .card-warning .h6, .card-danger h1, .card-danger h2, .card-danger h3, .card-danger h4, .card-danger h5, .card-danger h6,
.card-danger .h1, .card-danger .h2, .card-danger .h3, .card-danger .h4, .card-danger .h5, .card-danger .h6 {
  color: inherit;
}
.card-header, .card-footer {
  background-color: inherit;
  border-color: #e1ecff;
}

.products .js-product:hover .card {
  border-color: #012970;
}

.dropdown-toggle::after {
  content: unset !important;
}

.carousel-control-next {
  justify-content: end;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23012970'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev {
  justify-content: start;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23012970'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next, .carousel-control-prev {
  color: #0D82C5;
}
.carousel-indicators {
  bottom: -60px;
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: #012970;
  border-radius: 50%;
}
.carousel-indicators-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel-indicators-ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-left: 2px solid #f6f9ff;
  padding: 0.5rem 0 0.5rem 1rem;
}
.carousel-indicators-ul li a:hover {
  border-color: #e1ecff;
}
.carousel-indicators-ul li a.active {
  border-color: #012970;
}
.carousel-indicators-ul li a:not(.active) div {
  opacity: 0.35;
}
.carousel-indicators-ul li a:not(.active):hover div {
  opacity: 0.5;
}
.carousel-indicators-ul li a div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.carousel-indicators-ul__icon {
  margin-right: 1rem;
}
.carousel-indicators-ul__icon i {
  font-size: 42px;
}
.carousel-no-fade .carousel-item {
  transition: none !important;
}

aside#cart {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  width: 450px;
  max-width: 95vw;
  z-index: 10;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #fff;
  border-left: 1px solid #e6f2fb;
  border-top: 1px solid #e6f2fb;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateX(100%);
  /*&::before {
      content: "";
      position: fixed;
      top: -1px;
      bottom: 0;
      left: -100vw;
      width: 100vw;
      background-color: rgba(0, 0, 0, .5);
      -webkit-backdrop-filter: saturate(200%) blur(30px);
      backdrop-filter: saturate(200%) blur(30px);
      display: none;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      z-index: -1;
      border-top: 1px solid $color-nav-border-light;
  }*/
}
aside#cart > .overlay {
  position: fixed;
  top: -1px;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: -1;
  border-top: 1px solid #e6f2fb;
}
aside#cart.show {
  transform: translateX(0);
  /*&::before {
      display: block;
  }*/
}
aside#cart.show > .overlay {
  display: block;
}

.cart-content .product-list,
aside#cart .product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: -webkit-fill-available;
  overflow-x: hidden;
}
.cart-content .product-list > li,
aside#cart .product-list > li {
  padding: 1rem 0;
  border-bottom: 1px solid #e6f2fb;
}
.cart-content .product-list > li:last-child,
aside#cart .product-list > li:last-child {
  border-bottom: 0;
}
.cart-content .product-list > li p,
aside#cart .product-list > li p {
  line-height: 1.2;
}

#cart-summary-product-list li:not(:first-child) {
  border-top: 0 !important;
}

#vouchers > li:first-child {
  border-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 575px) {
  aside#cart {
    bottom: 80px;
  }
}
.category-sub-menu {
  overflow-y: hidden;
}
.category-sub-menu[data-depth="1"] li a {
  position: relative;
}
.category-sub-menu[data-depth="1"] li a::before {
  content: "";
  width: 0.85rem;
  min-height: 32px;
  height: 100%;
  position: absolute;
  left: 2px;
  bottom: 50%;
  border: 1px solid #e1ecff;
  border-right: 0;
  border-top: 0;
}
.category-sub-menu[data-depth="1"] li a.font-weight-bold::before, .category-sub-menu[data-depth="1"] li a:hover::before {
  border-color: #012970;
}
.category-sub-menu[data-depth="1"] li a.font-weight-bold::after, .category-sub-menu[data-depth="1"] li a:hover::after {
  content: "";
  width: 1px;
  height: 100vh;
  position: absolute;
  left: 2px;
  bottom: 50%;
  border: 1px solid #012970;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

/* COLORS */
.color-ice {
  color: #0D82C5 !important;
}
.color-dark {
  color: #012970 !important;
}
.color-yellow {
  color: #FFCC00 !important;
}
.color-inherit {
  color: inherit !important;
}
.color-hover-white:hover {
  color: #fff !important;
}
.color-hover-white:hover div, .color-hover-white:hover span {
  color: #fff !important;
}

.dm-cookie-popup {
  background-color: #f6f9ff !important;
  border: 1px solid #e1ecff !important;
  border-top: 3px solid #012970 !important;
  border-radius: 0.25rem !important;
  display: none;
  position: fixed !important;
  left: 20px;
  bottom: 100px;
  width: calc(100vw - 40px) !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  z-index: 999999999;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.dm-cookie-popup-inner, .dm-cookie-popup-lower, .dm-cookie-popup-cms-link, .dm-cookie-popup-right {
  padding: 0 1.5rem;
}
.dm-cookie-popup-cms-link {
  display: none;
}
.dm-cookie-popup-right {
  display: flex;
  flex-direction: column-reverse;
}
.dm-cookie-popup-right > a {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center !important;
}
.dm-cookie-popup-lower .dm_cookies_variant {
  list-style: none;
  padding: 0;
}
.dm-cookie-popup-lower .dm_cookies_variant_item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.dm-cookie-popup-lower .dm_cookies_variant_item .dm_cookies_more_info {
  display: none;
  font-size: 14px;
  opacity: 0.75;
}

@media screen and (min-width: 576px) {
  .dm-cookie-popup-right {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .dm-cookie-popup {
    width: calc(50vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    bottom: 20px;
  }
  .dm-cookie-popup-right {
    flex-direction: column-reverse;
  }
  .dm-cookie-popup-right > a {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .dm-cookie-popup-right {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 385px) {
  .d-none-385-down {
    display: none;
  }
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #0D82C5;
}

/* HTML CONTENT */
a {
  color: #0D82C5;
}
a:hover {
  color: #012970;
}

body#index #mobile-menu .bi-house-door {
  display: none;
}

body:not(#index) #mobile-menu .bi-house-door-fill {
  display: none;
}

.bubble {
  position: relative;
  position: relative;
  z-index: 1;
}
.bubble__item {
  display: none;
  position: absolute;
  top: calc(-100% - 12px);
  left: 50%;
  font-size: 14px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.bubble__item::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid rgba(0, 0, 0, 0.8);
  transform: translateX(-50%) rotate(-90deg);
}
.bubble:hover .bubble__item {
  display: flex;
}

.hidden-content-toggler:not(.open) .bi-arrow-up-circle {
  display: none;
}
.hidden-content-toggler.open .bi-arrow-down-circle {
  display: none;
}

input:not(:checked) + span + .hidden-content {
  display: none;
}
input:not(:checked) + label + .hidden-content {
  display: none;
}

.background-cover {
  background-size: cover !important;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}

.max-width-100 {
  max-width: 100%;
}

.reference-item {
  overflow-x: hidden;
}
.reference-item .preview {
  margin-left: -50%;
}
.reference-item__logo {
  max-width: 100%;
  height: 45px;
  max-height: auto;
  display: block;
}

#reference_list .reference__item > img {
  max-width: 180px;
  max-height: 80px;
  display: block;
}

.card-table li {
  padding: 1rem 0.35rem;
  border-top: 1px solid #e1ecff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-table li:last-child {
  padding-bottom: 0;
}
.card-table li span {
  font-size: 14px;
}
.card-table li span:first-child {
  font-weight: bold;
  margin-right: 1rem;
}

section#process .process-items .col:hover > div {
  border-color: #012970 !important;
}

#map {
  min-height: 550px;
}
#map .map__content {
  font-family: "Rajdhani", sans-serif;
}
#map .map__content strong {
  font-weight: bold;
  font-size: 18px;
  color: #012970;
}
#map .map__content p {
  font-size: 16px;
  margin-bottom: 3px;
}
#map .gm-style .gm-style-iw-c {
  border-top: 2px solid #012970;
  border-radius: 0;
  padding: 12px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  section#process .process-items {
    position: relative;
  }
  section#process .process-items::before {
    content: "";
    position: absolute;
    top: 37px;
    right: -100vw;
    left: -100vw;
    display: block;
    border-bottom: 1px solid #e1ecff;
    z-index: 0;
  }
  section#process .process-items .col {
    position: relative;
    cursor: help;
  }
  section#process .process-items .col::before, section#process .process-items .col::after {
    content: "";
    position: absolute;
    top: 37px;
    display: block;
    border-bottom: 1px solid #e1ecff;
    z-index: 0;
  }
  section#process .process-items .col::before {
    right: 50%;
    left: calc(50% - 37px);
  }
  section#process .process-items .col::after {
    left: 50%;
    right: calc(50% + 37px);
  }
  section#process .process-items .col:hover::before {
    border-color: #012970 !important;
    left: -100vw;
  }
  section#process .process-items .col > div {
    z-index: 1;
  }
  section#process .process-items .col:last-child:hover::after {
    border-color: #012970 !important;
    right: -100vw;
  }
}
.p-blockquote {
  padding-left: 1rem;
  border-left: 2px solid;
}

.element {
  border-radius: 0% 100% 0% 100%/100% 0% 100% 0%;
  -webkit-animation: morph 15s linear infinite alternate, spin 20s linear infinite;
          animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  pointer-events: none;
  will-change: border-radius, transform;
  z-index: -1;
  position: absolute;
}

iframe {
  position: absolute;
}

body#product .product-gallery__thumbs a {
  width: 33.33%;
}

.js-error {
  display: none;
}

.filter-section li input {
  cursor: pointer;
}
.filter-section li label {
  cursor: pointer;
}
.filter-section li label:hover {
  text-decoration: underline;
}

/* FONT */
.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-29 {
  font-size: 29px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-31 {
  font-size: 31px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-33 {
  font-size: 33px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-37 {
  font-size: 37px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-39 {
  font-size: 39px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-41 {
  font-size: 41px !important;
}

.font-size-42 {
  font-size: 42px !important;
}

.font-size-43 {
  font-size: 43px !important;
}

.font-size-44 {
  font-size: 44px !important;
}

.font-size-45 {
  font-size: 45px !important;
}

.font-size-46 {
  font-size: 46px !important;
}

.font-size-47 {
  font-size: 47px !important;
}

.font-size-48 {
  font-size: 48px !important;
}

.font-size-49 {
  font-size: 49px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-51 {
  font-size: 51px !important;
}

.font-size-52 {
  font-size: 52px !important;
}

.font-weight-normal {
  font-weight: normal !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}

.font-style-italic {
  font-style: italic;
}

.text-outline-dark {
  color: #012970;
}
.text-outline-dark > span {
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #012970;
}
.text-size-md {
  font-size: 24px !important;
}
.text-decoration-underline-hover-span:hover span {
  text-decoration: underline !important;
}

/* FOOTER */
.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}
.footer-newsletter {
  padding: 50px 0;
}
.footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #0D82C5;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer-newsletter form input[type=submit]:hover {
  background-color: #012970;
}
.footer-top {
  background: #fff;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}
.footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer-info {
  margin-bottom: 30px;
}
.footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  line-height: 1;
  margin-bottom: 15px;
}
.footer-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.footer-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.footer-info ul li a {
  color: #012970;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
}
.footer-info ul li a:hover {
  text-decoration: underline;
}
.footer-info .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #6c757d;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
  opacity: 0.2;
}
.footer-info .social-links a:hover {
  opacity: 0.5;
  color: #012970;
}
.footer-info .payment-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-info .payment-logos img {
  padding: 0 10px 10px 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0.4;
}
.footer-info .payment-logos img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
.footer-links {
  margin-bottom: 30px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  padding: 7.5px 0;
  display: flex;
  align-items: center;
}
.footer-links ul li:first-child {
  padding-top: 0;
}
.footer-links ul li a {
  color: #012970;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}
.footer-links ul i {
  padding-right: 5px;
  color: #ccc;
  font-size: 12px;
  line-height: 0;
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.form-container {
  background: #fff;
  padding: 3px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
.form-container input {
  border: 0;
  padding: 8px;
  border-radius: 0.25rem;
}
.form-container input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-container button[type=submit] {
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  background: #0D82C5;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.form-container button[type=submit]:hover {
  background-color: #012970;
}
.form-select {
  border-color: #e1ecff;
}
.form-check-input {
  border-color: #e1ecff;
}
.form-check-input:checked {
  background-color: #012970;
  border-color: #012970;
}
.form-control {
  border-color: #e1ecff;
  /*&:focus,
  &.active,
  &.focus {
      border-color: $color-blue-dark;
      box-shadow: 0 0 0 0.25rem rgb(225 236 255 / 25%);
  }*/
}

#header {
  width: 100%;
  background-image: url("./../img/bg/pp.png"), url("./../img/bg/ppt.png");
  background-size: auto 350px, auto 350px;
  background-position: center bottom, 50% 160px;
  background-repeat: repeat-x, repeat-x;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#header::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0.8) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

body#index #header {
  min-height: calc(100vh - 103px);
}
body#index #header.header {
  padding: 240px 0 80px;
}

.header {
  padding: 180px 0 80px;
}
.header-full-screen {
  min-height: calc(100vh - 103px);
}

@media screen and (max-width: 991px) {
  body#index #header {
    background-position: center bottom, 50% 80px;
  }
  body#index #header.header {
    padding: 160px 0 80px;
  }
}
/* HEIGHTS */
.vh-100-n-nav {
  height: calc(100vh - 81px);
}

.min-height-100vh {
  min-height: 100vh;
}

.h-10-px {
  height: 10px;
}

.h-11-px {
  height: 11px;
}

.h-12-px {
  height: 12px;
}

.h-13-px {
  height: 13px;
}

.h-14-px {
  height: 14px;
}

.h-15-px {
  height: 15px;
}

.h-16-px {
  height: 16px;
}

.h-17-px {
  height: 17px;
}

.h-18-px {
  height: 18px;
}

.h-19-px {
  height: 19px;
}

.h-20-px {
  height: 20px;
}

.h-21-px {
  height: 21px;
}

.h-22-px {
  height: 22px;
}

.h-23-px {
  height: 23px;
}

.h-24-px {
  height: 24px;
}

.h-25-px {
  height: 25px;
}

.h-26-px {
  height: 26px;
}

.h-27-px {
  height: 27px;
}

.h-28-px {
  height: 28px;
}

.h-29-px {
  height: 29px;
}

.h-30-px {
  height: 30px;
}

.h-31-px {
  height: 31px;
}

.h-32-px {
  height: 32px;
}

.h-33-px {
  height: 33px;
}

.h-34-px {
  height: 34px;
}

.h-35-px {
  height: 35px;
}

.h-36-px {
  height: 36px;
}

.h-37-px {
  height: 37px;
}

.h-38-px {
  height: 38px;
}

.h-39-px {
  height: 39px;
}

.h-40-px {
  height: 40px;
}

.h-41-px {
  height: 41px;
}

.h-42-px {
  height: 42px;
}

.h-43-px {
  height: 43px;
}

.h-44-px {
  height: 44px;
}

.h-45-px {
  height: 45px;
}

.h-46-px {
  height: 46px;
}

.h-47-px {
  height: 47px;
}

.h-48-px {
  height: 48px;
}

.h-49-px {
  height: 49px;
}

.h-50-px {
  height: 50px;
}

.h-51-px {
  height: 51px;
}

.h-52-px {
  height: 52px;
}

.h-53-px {
  height: 53px;
}

.h-54-px {
  height: 54px;
}

.h-55-px {
  height: 55px;
}

.h-56-px {
  height: 56px;
}

.h-57-px {
  height: 57px;
}

.h-58-px {
  height: 58px;
}

.h-59-px {
  height: 59px;
}

.h-60-px {
  height: 60px;
}

.h-61-px {
  height: 61px;
}

.h-62-px {
  height: 62px;
}

.h-63-px {
  height: 63px;
}

.h-64-px {
  height: 64px;
}

.h-65-px {
  height: 65px;
}

.h-66-px {
  height: 66px;
}

.h-67-px {
  height: 67px;
}

.h-68-px {
  height: 68px;
}

.h-69-px {
  height: 69px;
}

.h-70-px {
  height: 70px;
}

.h-71-px {
  height: 71px;
}

.h-72-px {
  height: 72px;
}

.h-73-px {
  height: 73px;
}

.h-74-px {
  height: 74px;
}

.h-75-px {
  height: 75px;
}

.h-76-px {
  height: 76px;
}

.h-77-px {
  height: 77px;
}

.h-78-px {
  height: 78px;
}

.h-79-px {
  height: 79px;
}

.h-80-px {
  height: 80px;
}

.h-81-px {
  height: 81px;
}

.h-82-px {
  height: 82px;
}

.h-83-px {
  height: 83px;
}

.h-84-px {
  height: 84px;
}

.h-85-px {
  height: 85px;
}

.h-86-px {
  height: 86px;
}

.h-87-px {
  height: 87px;
}

.h-88-px {
  height: 88px;
}

.h-89-px {
  height: 89px;
}

.h-90-px {
  height: 90px;
}

.h-91-px {
  height: 91px;
}

.h-92-px {
  height: 92px;
}

.h-93-px {
  height: 93px;
}

.h-94-px {
  height: 94px;
}

.h-95-px {
  height: 95px;
}

.h-96-px {
  height: 96px;
}

.h-97-px {
  height: 97px;
}

.h-98-px {
  height: 98px;
}

.h-99-px {
  height: 99px;
}

.h-100-px {
  height: 100px;
}

.h-101-px {
  height: 101px;
}

.h-102-px {
  height: 102px;
}

.h-103-px {
  height: 103px;
}

.h-104-px {
  height: 104px;
}

.h-105-px {
  height: 105px;
}

.h-106-px {
  height: 106px;
}

.h-107-px {
  height: 107px;
}

.h-108-px {
  height: 108px;
}

.h-109-px {
  height: 109px;
}

.h-110-px {
  height: 110px;
}

.h-111-px {
  height: 111px;
}

.h-112-px {
  height: 112px;
}

.h-113-px {
  height: 113px;
}

.h-114-px {
  height: 114px;
}

.h-115-px {
  height: 115px;
}

.h-116-px {
  height: 116px;
}

.h-117-px {
  height: 117px;
}

.h-118-px {
  height: 118px;
}

.h-119-px {
  height: 119px;
}

.h-120-px {
  height: 120px;
}

.h-121-px {
  height: 121px;
}

.h-122-px {
  height: 122px;
}

.h-123-px {
  height: 123px;
}

.h-124-px {
  height: 124px;
}

.h-125-px {
  height: 125px;
}

.h-126-px {
  height: 126px;
}

.h-127-px {
  height: 127px;
}

.h-128-px {
  height: 128px;
}

.h-129-px {
  height: 129px;
}

.h-130-px {
  height: 130px;
}

.h-131-px {
  height: 131px;
}

.h-132-px {
  height: 132px;
}

.h-133-px {
  height: 133px;
}

.h-134-px {
  height: 134px;
}

.h-135-px {
  height: 135px;
}

.h-136-px {
  height: 136px;
}

.h-137-px {
  height: 137px;
}

.h-138-px {
  height: 138px;
}

.h-139-px {
  height: 139px;
}

.h-140-px {
  height: 140px;
}

.h-141-px {
  height: 141px;
}

.h-142-px {
  height: 142px;
}

.h-143-px {
  height: 143px;
}

.h-144-px {
  height: 144px;
}

.h-145-px {
  height: 145px;
}

.h-146-px {
  height: 146px;
}

.h-147-px {
  height: 147px;
}

.h-148-px {
  height: 148px;
}

.h-149-px {
  height: 149px;
}

.h-150-px {
  height: 150px;
}

.h-151-px {
  height: 151px;
}

.h-152-px {
  height: 152px;
}

.h-153-px {
  height: 153px;
}

.h-154-px {
  height: 154px;
}

.h-155-px {
  height: 155px;
}

.h-156-px {
  height: 156px;
}

.h-157-px {
  height: 157px;
}

.h-158-px {
  height: 158px;
}

.h-159-px {
  height: 159px;
}

.h-160-px {
  height: 160px;
}

.h-161-px {
  height: 161px;
}

.h-162-px {
  height: 162px;
}

.h-163-px {
  height: 163px;
}

.h-164-px {
  height: 164px;
}

.h-165-px {
  height: 165px;
}

.h-166-px {
  height: 166px;
}

.h-167-px {
  height: 167px;
}

.h-168-px {
  height: 168px;
}

.h-169-px {
  height: 169px;
}

.h-170-px {
  height: 170px;
}

.h-171-px {
  height: 171px;
}

.h-172-px {
  height: 172px;
}

.h-173-px {
  height: 173px;
}

.h-174-px {
  height: 174px;
}

.h-175-px {
  height: 175px;
}

.h-176-px {
  height: 176px;
}

.h-177-px {
  height: 177px;
}

.h-178-px {
  height: 178px;
}

.h-179-px {
  height: 179px;
}

.h-180-px {
  height: 180px;
}

.h-181-px {
  height: 181px;
}

.h-182-px {
  height: 182px;
}

.h-183-px {
  height: 183px;
}

.h-184-px {
  height: 184px;
}

.h-185-px {
  height: 185px;
}

.h-186-px {
  height: 186px;
}

.h-187-px {
  height: 187px;
}

.h-188-px {
  height: 188px;
}

.h-189-px {
  height: 189px;
}

.h-190-px {
  height: 190px;
}

.h-191-px {
  height: 191px;
}

.h-192-px {
  height: 192px;
}

.h-193-px {
  height: 193px;
}

.h-194-px {
  height: 194px;
}

.h-195-px {
  height: 195px;
}

.h-196-px {
  height: 196px;
}

.h-197-px {
  height: 197px;
}

.h-198-px {
  height: 198px;
}

.h-199-px {
  height: 199px;
}

.h-200-px {
  height: 200px;
}

.h-201-px {
  height: 201px;
}

.h-202-px {
  height: 202px;
}

.h-203-px {
  height: 203px;
}

.h-204-px {
  height: 204px;
}

.h-205-px {
  height: 205px;
}

.h-206-px {
  height: 206px;
}

.h-207-px {
  height: 207px;
}

.h-208-px {
  height: 208px;
}

.h-209-px {
  height: 209px;
}

.h-210-px {
  height: 210px;
}

.h-211-px {
  height: 211px;
}

.h-212-px {
  height: 212px;
}

.h-213-px {
  height: 213px;
}

.h-214-px {
  height: 214px;
}

.h-215-px {
  height: 215px;
}

.h-216-px {
  height: 216px;
}

.h-217-px {
  height: 217px;
}

.h-218-px {
  height: 218px;
}

.h-219-px {
  height: 219px;
}

.h-220-px {
  height: 220px;
}

.h-221-px {
  height: 221px;
}

.h-222-px {
  height: 222px;
}

.h-223-px {
  height: 223px;
}

.h-224-px {
  height: 224px;
}

.h-225-px {
  height: 225px;
}

.h-226-px {
  height: 226px;
}

.h-227-px {
  height: 227px;
}

.h-228-px {
  height: 228px;
}

.h-229-px {
  height: 229px;
}

.h-230-px {
  height: 230px;
}

.h-231-px {
  height: 231px;
}

.h-232-px {
  height: 232px;
}

.h-233-px {
  height: 233px;
}

.h-234-px {
  height: 234px;
}

.h-235-px {
  height: 235px;
}

.h-236-px {
  height: 236px;
}

.h-237-px {
  height: 237px;
}

.h-238-px {
  height: 238px;
}

.h-239-px {
  height: 239px;
}

.h-240-px {
  height: 240px;
}

.h-241-px {
  height: 241px;
}

.h-242-px {
  height: 242px;
}

.h-243-px {
  height: 243px;
}

.h-244-px {
  height: 244px;
}

.h-245-px {
  height: 245px;
}

.h-246-px {
  height: 246px;
}

.h-247-px {
  height: 247px;
}

.h-248-px {
  height: 248px;
}

.h-249-px {
  height: 249px;
}

.h-250-px {
  height: 250px;
}

.h-251-px {
  height: 251px;
}

.h-252-px {
  height: 252px;
}

.h-253-px {
  height: 253px;
}

.h-254-px {
  height: 254px;
}

.h-255-px {
  height: 255px;
}

.h-256-px {
  height: 256px;
}

.h-257-px {
  height: 257px;
}

.h-258-px {
  height: 258px;
}

.h-259-px {
  height: 259px;
}

.h-260-px {
  height: 260px;
}

.h-261-px {
  height: 261px;
}

.h-262-px {
  height: 262px;
}

.h-263-px {
  height: 263px;
}

.h-264-px {
  height: 264px;
}

.h-265-px {
  height: 265px;
}

.h-266-px {
  height: 266px;
}

.h-267-px {
  height: 267px;
}

.h-268-px {
  height: 268px;
}

.h-269-px {
  height: 269px;
}

.h-270-px {
  height: 270px;
}

.h-271-px {
  height: 271px;
}

.h-272-px {
  height: 272px;
}

.h-273-px {
  height: 273px;
}

.h-274-px {
  height: 274px;
}

.h-275-px {
  height: 275px;
}

.h-276-px {
  height: 276px;
}

.h-277-px {
  height: 277px;
}

.h-278-px {
  height: 278px;
}

.h-279-px {
  height: 279px;
}

.h-280-px {
  height: 280px;
}

.h-281-px {
  height: 281px;
}

.h-282-px {
  height: 282px;
}

.h-283-px {
  height: 283px;
}

.h-284-px {
  height: 284px;
}

.h-285-px {
  height: 285px;
}

.h-286-px {
  height: 286px;
}

.h-287-px {
  height: 287px;
}

.h-288-px {
  height: 288px;
}

.h-289-px {
  height: 289px;
}

.h-290-px {
  height: 290px;
}

.h-291-px {
  height: 291px;
}

.h-292-px {
  height: 292px;
}

.h-293-px {
  height: 293px;
}

.h-294-px {
  height: 294px;
}

.h-295-px {
  height: 295px;
}

.h-296-px {
  height: 296px;
}

.h-297-px {
  height: 297px;
}

.h-298-px {
  height: 298px;
}

.h-299-px {
  height: 299px;
}

.h-300-px {
  height: 300px;
}

.h-301-px {
  height: 301px;
}

.h-302-px {
  height: 302px;
}

.h-303-px {
  height: 303px;
}

.h-304-px {
  height: 304px;
}

.h-305-px {
  height: 305px;
}

.h-306-px {
  height: 306px;
}

.h-307-px {
  height: 307px;
}

.h-308-px {
  height: 308px;
}

.h-309-px {
  height: 309px;
}

.h-310-px {
  height: 310px;
}

.h-311-px {
  height: 311px;
}

.h-312-px {
  height: 312px;
}

.h-313-px {
  height: 313px;
}

.h-314-px {
  height: 314px;
}

.h-315-px {
  height: 315px;
}

.h-316-px {
  height: 316px;
}

.h-317-px {
  height: 317px;
}

.h-318-px {
  height: 318px;
}

.h-319-px {
  height: 319px;
}

.h-320-px {
  height: 320px;
}

.h-321-px {
  height: 321px;
}

.h-322-px {
  height: 322px;
}

.h-323-px {
  height: 323px;
}

.h-324-px {
  height: 324px;
}

.h-325-px {
  height: 325px;
}

.h-326-px {
  height: 326px;
}

.h-327-px {
  height: 327px;
}

.h-328-px {
  height: 328px;
}

.h-329-px {
  height: 329px;
}

.h-330-px {
  height: 330px;
}

.h-331-px {
  height: 331px;
}

.h-332-px {
  height: 332px;
}

.h-333-px {
  height: 333px;
}

.h-334-px {
  height: 334px;
}

.h-335-px {
  height: 335px;
}

.h-336-px {
  height: 336px;
}

.h-337-px {
  height: 337px;
}

.h-338-px {
  height: 338px;
}

.h-339-px {
  height: 339px;
}

.h-340-px {
  height: 340px;
}

.h-341-px {
  height: 341px;
}

.h-342-px {
  height: 342px;
}

.h-343-px {
  height: 343px;
}

.h-344-px {
  height: 344px;
}

.h-345-px {
  height: 345px;
}

.h-346-px {
  height: 346px;
}

.h-347-px {
  height: 347px;
}

.h-348-px {
  height: 348px;
}

.h-349-px {
  height: 349px;
}

.h-350-px {
  height: 350px;
}

.h-351-px {
  height: 351px;
}

.h-352-px {
  height: 352px;
}

.h-353-px {
  height: 353px;
}

.h-354-px {
  height: 354px;
}

.h-355-px {
  height: 355px;
}

.h-356-px {
  height: 356px;
}

.h-357-px {
  height: 357px;
}

.h-358-px {
  height: 358px;
}

.h-359-px {
  height: 359px;
}

.h-360-px {
  height: 360px;
}

.h-361-px {
  height: 361px;
}

.h-362-px {
  height: 362px;
}

.h-363-px {
  height: 363px;
}

.h-364-px {
  height: 364px;
}

.h-365-px {
  height: 365px;
}

.h-366-px {
  height: 366px;
}

.h-367-px {
  height: 367px;
}

.h-368-px {
  height: 368px;
}

.h-369-px {
  height: 369px;
}

.h-370-px {
  height: 370px;
}

.h-371-px {
  height: 371px;
}

.h-372-px {
  height: 372px;
}

.h-373-px {
  height: 373px;
}

.h-374-px {
  height: 374px;
}

.h-375-px {
  height: 375px;
}

.h-376-px {
  height: 376px;
}

.h-377-px {
  height: 377px;
}

.h-378-px {
  height: 378px;
}

.h-379-px {
  height: 379px;
}

.h-380-px {
  height: 380px;
}

.h-381-px {
  height: 381px;
}

.h-382-px {
  height: 382px;
}

.h-383-px {
  height: 383px;
}

.h-384-px {
  height: 384px;
}

.h-385-px {
  height: 385px;
}

.h-386-px {
  height: 386px;
}

.h-387-px {
  height: 387px;
}

.h-388-px {
  height: 388px;
}

.h-389-px {
  height: 389px;
}

.h-390-px {
  height: 390px;
}

.h-391-px {
  height: 391px;
}

.h-392-px {
  height: 392px;
}

.h-393-px {
  height: 393px;
}

.h-394-px {
  height: 394px;
}

.h-395-px {
  height: 395px;
}

.h-396-px {
  height: 396px;
}

.h-397-px {
  height: 397px;
}

.h-398-px {
  height: 398px;
}

.h-399-px {
  height: 399px;
}

.h-400-px {
  height: 400px;
}

.h-401-px {
  height: 401px;
}

.h-402-px {
  height: 402px;
}

.h-403-px {
  height: 403px;
}

.h-404-px {
  height: 404px;
}

.h-405-px {
  height: 405px;
}

.h-406-px {
  height: 406px;
}

.h-407-px {
  height: 407px;
}

.h-408-px {
  height: 408px;
}

.h-409-px {
  height: 409px;
}

.h-410-px {
  height: 410px;
}

.h-411-px {
  height: 411px;
}

.h-412-px {
  height: 412px;
}

.h-413-px {
  height: 413px;
}

.h-414-px {
  height: 414px;
}

.h-415-px {
  height: 415px;
}

.h-416-px {
  height: 416px;
}

.h-417-px {
  height: 417px;
}

.h-418-px {
  height: 418px;
}

.h-419-px {
  height: 419px;
}

.h-420-px {
  height: 420px;
}

.h-421-px {
  height: 421px;
}

.h-422-px {
  height: 422px;
}

.h-423-px {
  height: 423px;
}

.h-424-px {
  height: 424px;
}

.h-425-px {
  height: 425px;
}

.h-426-px {
  height: 426px;
}

.h-427-px {
  height: 427px;
}

.h-428-px {
  height: 428px;
}

.h-429-px {
  height: 429px;
}

.h-430-px {
  height: 430px;
}

.h-431-px {
  height: 431px;
}

.h-432-px {
  height: 432px;
}

.h-433-px {
  height: 433px;
}

.h-434-px {
  height: 434px;
}

.h-435-px {
  height: 435px;
}

.h-436-px {
  height: 436px;
}

.h-437-px {
  height: 437px;
}

.h-438-px {
  height: 438px;
}

.h-439-px {
  height: 439px;
}

.h-440-px {
  height: 440px;
}

.h-441-px {
  height: 441px;
}

.h-442-px {
  height: 442px;
}

.h-443-px {
  height: 443px;
}

.h-444-px {
  height: 444px;
}

.h-445-px {
  height: 445px;
}

.h-446-px {
  height: 446px;
}

.h-447-px {
  height: 447px;
}

.h-448-px {
  height: 448px;
}

.h-449-px {
  height: 449px;
}

.h-450-px {
  height: 450px;
}

.h-451-px {
  height: 451px;
}

.h-452-px {
  height: 452px;
}

.h-453-px {
  height: 453px;
}

.h-454-px {
  height: 454px;
}

.h-455-px {
  height: 455px;
}

.h-456-px {
  height: 456px;
}

.h-457-px {
  height: 457px;
}

.h-458-px {
  height: 458px;
}

.h-459-px {
  height: 459px;
}

.h-460-px {
  height: 460px;
}

.h-461-px {
  height: 461px;
}

.h-462-px {
  height: 462px;
}

.h-463-px {
  height: 463px;
}

.h-464-px {
  height: 464px;
}

.h-465-px {
  height: 465px;
}

.h-466-px {
  height: 466px;
}

.h-467-px {
  height: 467px;
}

.h-468-px {
  height: 468px;
}

.h-469-px {
  height: 469px;
}

.h-470-px {
  height: 470px;
}

.h-471-px {
  height: 471px;
}

.h-472-px {
  height: 472px;
}

.h-473-px {
  height: 473px;
}

.h-474-px {
  height: 474px;
}

.h-475-px {
  height: 475px;
}

.h-476-px {
  height: 476px;
}

.h-477-px {
  height: 477px;
}

.h-478-px {
  height: 478px;
}

.h-479-px {
  height: 479px;
}

.h-480-px {
  height: 480px;
}

.h-481-px {
  height: 481px;
}

.h-482-px {
  height: 482px;
}

.h-483-px {
  height: 483px;
}

.h-484-px {
  height: 484px;
}

.h-485-px {
  height: 485px;
}

.h-486-px {
  height: 486px;
}

.h-487-px {
  height: 487px;
}

.h-488-px {
  height: 488px;
}

.h-489-px {
  height: 489px;
}

.h-490-px {
  height: 490px;
}

.h-491-px {
  height: 491px;
}

.h-492-px {
  height: 492px;
}

.h-493-px {
  height: 493px;
}

.h-494-px {
  height: 494px;
}

.h-495-px {
  height: 495px;
}

.h-496-px {
  height: 496px;
}

.h-497-px {
  height: 497px;
}

.h-498-px {
  height: 498px;
}

.h-499-px {
  height: 499px;
}

.h-500-px {
  height: 500px;
}

.h-501-px {
  height: 501px;
}

.h-502-px {
  height: 502px;
}

.h-503-px {
  height: 503px;
}

.h-504-px {
  height: 504px;
}

.h-505-px {
  height: 505px;
}

.h-506-px {
  height: 506px;
}

.h-507-px {
  height: 507px;
}

.h-508-px {
  height: 508px;
}

.h-509-px {
  height: 509px;
}

.h-510-px {
  height: 510px;
}

.h-511-px {
  height: 511px;
}

.h-512-px {
  height: 512px;
}

.h-513-px {
  height: 513px;
}

.h-514-px {
  height: 514px;
}

.h-515-px {
  height: 515px;
}

.h-516-px {
  height: 516px;
}

.h-517-px {
  height: 517px;
}

.h-518-px {
  height: 518px;
}

.h-519-px {
  height: 519px;
}

.h-520-px {
  height: 520px;
}

.h-521-px {
  height: 521px;
}

.h-522-px {
  height: 522px;
}

.h-523-px {
  height: 523px;
}

.h-524-px {
  height: 524px;
}

.h-525-px {
  height: 525px;
}

.h-526-px {
  height: 526px;
}

.h-527-px {
  height: 527px;
}

.h-528-px {
  height: 528px;
}

.h-529-px {
  height: 529px;
}

.h-530-px {
  height: 530px;
}

.h-531-px {
  height: 531px;
}

.h-532-px {
  height: 532px;
}

.h-533-px {
  height: 533px;
}

.h-534-px {
  height: 534px;
}

.h-535-px {
  height: 535px;
}

.h-536-px {
  height: 536px;
}

.h-537-px {
  height: 537px;
}

.h-538-px {
  height: 538px;
}

.h-539-px {
  height: 539px;
}

.h-540-px {
  height: 540px;
}

.h-541-px {
  height: 541px;
}

.h-542-px {
  height: 542px;
}

.h-543-px {
  height: 543px;
}

.h-544-px {
  height: 544px;
}

.h-545-px {
  height: 545px;
}

.h-546-px {
  height: 546px;
}

.h-547-px {
  height: 547px;
}

.h-548-px {
  height: 548px;
}

.h-549-px {
  height: 549px;
}

.h-550-px {
  height: 550px;
}

.h-551-px {
  height: 551px;
}

.h-552-px {
  height: 552px;
}

.h-553-px {
  height: 553px;
}

.h-554-px {
  height: 554px;
}

.h-555-px {
  height: 555px;
}

.h-556-px {
  height: 556px;
}

.h-557-px {
  height: 557px;
}

.h-558-px {
  height: 558px;
}

.h-559-px {
  height: 559px;
}

.h-560-px {
  height: 560px;
}

.h-561-px {
  height: 561px;
}

.h-562-px {
  height: 562px;
}

.h-563-px {
  height: 563px;
}

.h-564-px {
  height: 564px;
}

.h-565-px {
  height: 565px;
}

.h-566-px {
  height: 566px;
}

.h-567-px {
  height: 567px;
}

.h-568-px {
  height: 568px;
}

.h-569-px {
  height: 569px;
}

.h-570-px {
  height: 570px;
}

.h-571-px {
  height: 571px;
}

.h-572-px {
  height: 572px;
}

.h-573-px {
  height: 573px;
}

.h-574-px {
  height: 574px;
}

.h-575-px {
  height: 575px;
}

.h-576-px {
  height: 576px;
}

.h-577-px {
  height: 577px;
}

.h-578-px {
  height: 578px;
}

.h-579-px {
  height: 579px;
}

.h-580-px {
  height: 580px;
}

.h-581-px {
  height: 581px;
}

.h-582-px {
  height: 582px;
}

.h-583-px {
  height: 583px;
}

.h-584-px {
  height: 584px;
}

.h-585-px {
  height: 585px;
}

.h-586-px {
  height: 586px;
}

.h-587-px {
  height: 587px;
}

.h-588-px {
  height: 588px;
}

.h-589-px {
  height: 589px;
}

.h-590-px {
  height: 590px;
}

.h-591-px {
  height: 591px;
}

.h-592-px {
  height: 592px;
}

.h-593-px {
  height: 593px;
}

.h-594-px {
  height: 594px;
}

.h-595-px {
  height: 595px;
}

.h-596-px {
  height: 596px;
}

.h-597-px {
  height: 597px;
}

.h-598-px {
  height: 598px;
}

.h-599-px {
  height: 599px;
}

.h-600-px {
  height: 600px;
}

.h-601-px {
  height: 601px;
}

.h-602-px {
  height: 602px;
}

.h-603-px {
  height: 603px;
}

.h-604-px {
  height: 604px;
}

.h-605-px {
  height: 605px;
}

.h-606-px {
  height: 606px;
}

.h-607-px {
  height: 607px;
}

.h-608-px {
  height: 608px;
}

.h-609-px {
  height: 609px;
}

.h-610-px {
  height: 610px;
}

.h-611-px {
  height: 611px;
}

.h-612-px {
  height: 612px;
}

.h-613-px {
  height: 613px;
}

.h-614-px {
  height: 614px;
}

.h-615-px {
  height: 615px;
}

.h-616-px {
  height: 616px;
}

.h-617-px {
  height: 617px;
}

.h-618-px {
  height: 618px;
}

.h-619-px {
  height: 619px;
}

.h-620-px {
  height: 620px;
}

.h-621-px {
  height: 621px;
}

.h-622-px {
  height: 622px;
}

.h-623-px {
  height: 623px;
}

.h-624-px {
  height: 624px;
}

.h-625-px {
  height: 625px;
}

.h-626-px {
  height: 626px;
}

.h-627-px {
  height: 627px;
}

.h-628-px {
  height: 628px;
}

.h-629-px {
  height: 629px;
}

.h-630-px {
  height: 630px;
}

.h-631-px {
  height: 631px;
}

.h-632-px {
  height: 632px;
}

.h-633-px {
  height: 633px;
}

.h-634-px {
  height: 634px;
}

.h-635-px {
  height: 635px;
}

.h-636-px {
  height: 636px;
}

.h-637-px {
  height: 637px;
}

.h-638-px {
  height: 638px;
}

.h-639-px {
  height: 639px;
}

.h-640-px {
  height: 640px;
}

.h-641-px {
  height: 641px;
}

.h-642-px {
  height: 642px;
}

.h-643-px {
  height: 643px;
}

.h-644-px {
  height: 644px;
}

.h-645-px {
  height: 645px;
}

.h-646-px {
  height: 646px;
}

.h-647-px {
  height: 647px;
}

.h-648-px {
  height: 648px;
}

.h-649-px {
  height: 649px;
}

.h-650-px {
  height: 650px;
}

.h-651-px {
  height: 651px;
}

.h-652-px {
  height: 652px;
}

.h-653-px {
  height: 653px;
}

.h-654-px {
  height: 654px;
}

.h-655-px {
  height: 655px;
}

.h-656-px {
  height: 656px;
}

.h-657-px {
  height: 657px;
}

.h-658-px {
  height: 658px;
}

.h-659-px {
  height: 659px;
}

.h-660-px {
  height: 660px;
}

.h-661-px {
  height: 661px;
}

.h-662-px {
  height: 662px;
}

.h-663-px {
  height: 663px;
}

.h-664-px {
  height: 664px;
}

.h-665-px {
  height: 665px;
}

.h-666-px {
  height: 666px;
}

.h-667-px {
  height: 667px;
}

.h-668-px {
  height: 668px;
}

.h-669-px {
  height: 669px;
}

.h-670-px {
  height: 670px;
}

.h-671-px {
  height: 671px;
}

.h-672-px {
  height: 672px;
}

.h-673-px {
  height: 673px;
}

.h-674-px {
  height: 674px;
}

.h-675-px {
  height: 675px;
}

.h-676-px {
  height: 676px;
}

.h-677-px {
  height: 677px;
}

.h-678-px {
  height: 678px;
}

.h-679-px {
  height: 679px;
}

.h-680-px {
  height: 680px;
}

.h-681-px {
  height: 681px;
}

.h-682-px {
  height: 682px;
}

.h-683-px {
  height: 683px;
}

.h-684-px {
  height: 684px;
}

.h-685-px {
  height: 685px;
}

.h-686-px {
  height: 686px;
}

.h-687-px {
  height: 687px;
}

.h-688-px {
  height: 688px;
}

.h-689-px {
  height: 689px;
}

.h-690-px {
  height: 690px;
}

.h-691-px {
  height: 691px;
}

.h-692-px {
  height: 692px;
}

.h-693-px {
  height: 693px;
}

.h-694-px {
  height: 694px;
}

.h-695-px {
  height: 695px;
}

.h-696-px {
  height: 696px;
}

.h-697-px {
  height: 697px;
}

.h-698-px {
  height: 698px;
}

.h-699-px {
  height: 699px;
}

.h-700-px {
  height: 700px;
}

.h-701-px {
  height: 701px;
}

.h-702-px {
  height: 702px;
}

.h-703-px {
  height: 703px;
}

.h-704-px {
  height: 704px;
}

.h-705-px {
  height: 705px;
}

.h-706-px {
  height: 706px;
}

.h-707-px {
  height: 707px;
}

.h-708-px {
  height: 708px;
}

.h-709-px {
  height: 709px;
}

.h-710-px {
  height: 710px;
}

.h-711-px {
  height: 711px;
}

.h-712-px {
  height: 712px;
}

.h-713-px {
  height: 713px;
}

.h-714-px {
  height: 714px;
}

.h-715-px {
  height: 715px;
}

.h-716-px {
  height: 716px;
}

.h-717-px {
  height: 717px;
}

.h-718-px {
  height: 718px;
}

.h-719-px {
  height: 719px;
}

.h-720-px {
  height: 720px;
}

.h-721-px {
  height: 721px;
}

.h-722-px {
  height: 722px;
}

.h-723-px {
  height: 723px;
}

.h-724-px {
  height: 724px;
}

.h-725-px {
  height: 725px;
}

.h-726-px {
  height: 726px;
}

.h-727-px {
  height: 727px;
}

.h-728-px {
  height: 728px;
}

.h-729-px {
  height: 729px;
}

.h-730-px {
  height: 730px;
}

.h-731-px {
  height: 731px;
}

.h-732-px {
  height: 732px;
}

.h-733-px {
  height: 733px;
}

.h-734-px {
  height: 734px;
}

.h-735-px {
  height: 735px;
}

.h-736-px {
  height: 736px;
}

.h-737-px {
  height: 737px;
}

.h-738-px {
  height: 738px;
}

.h-739-px {
  height: 739px;
}

.h-740-px {
  height: 740px;
}

.h-741-px {
  height: 741px;
}

.h-742-px {
  height: 742px;
}

.h-743-px {
  height: 743px;
}

.h-744-px {
  height: 744px;
}

.h-745-px {
  height: 745px;
}

.h-746-px {
  height: 746px;
}

.h-747-px {
  height: 747px;
}

.h-748-px {
  height: 748px;
}

.h-749-px {
  height: 749px;
}

.h-750-px {
  height: 750px;
}

.h-751-px {
  height: 751px;
}

.h-752-px {
  height: 752px;
}

.h-753-px {
  height: 753px;
}

.h-754-px {
  height: 754px;
}

.h-755-px {
  height: 755px;
}

.h-756-px {
  height: 756px;
}

.h-757-px {
  height: 757px;
}

.h-758-px {
  height: 758px;
}

.h-759-px {
  height: 759px;
}

.h-760-px {
  height: 760px;
}

.h-761-px {
  height: 761px;
}

.h-762-px {
  height: 762px;
}

.h-763-px {
  height: 763px;
}

.h-764-px {
  height: 764px;
}

.h-765-px {
  height: 765px;
}

.h-766-px {
  height: 766px;
}

.h-767-px {
  height: 767px;
}

.h-768-px {
  height: 768px;
}

.h-769-px {
  height: 769px;
}

.h-770-px {
  height: 770px;
}

.h-771-px {
  height: 771px;
}

.h-772-px {
  height: 772px;
}

.h-773-px {
  height: 773px;
}

.h-774-px {
  height: 774px;
}

.h-775-px {
  height: 775px;
}

.h-776-px {
  height: 776px;
}

.h-777-px {
  height: 777px;
}

.h-778-px {
  height: 778px;
}

.h-779-px {
  height: 779px;
}

.h-780-px {
  height: 780px;
}

.h-781-px {
  height: 781px;
}

.h-782-px {
  height: 782px;
}

.h-783-px {
  height: 783px;
}

.h-784-px {
  height: 784px;
}

.h-785-px {
  height: 785px;
}

.h-786-px {
  height: 786px;
}

.h-787-px {
  height: 787px;
}

.h-788-px {
  height: 788px;
}

.h-789-px {
  height: 789px;
}

.h-790-px {
  height: 790px;
}

.h-791-px {
  height: 791px;
}

.h-792-px {
  height: 792px;
}

.h-793-px {
  height: 793px;
}

.h-794-px {
  height: 794px;
}

.h-795-px {
  height: 795px;
}

.h-796-px {
  height: 796px;
}

.h-797-px {
  height: 797px;
}

.h-798-px {
  height: 798px;
}

.h-799-px {
  height: 799px;
}

.h-800-px {
  height: 800px;
}

.h-801-px {
  height: 801px;
}

.h-802-px {
  height: 802px;
}

.h-803-px {
  height: 803px;
}

.h-804-px {
  height: 804px;
}

.h-805-px {
  height: 805px;
}

.h-806-px {
  height: 806px;
}

.h-807-px {
  height: 807px;
}

.h-808-px {
  height: 808px;
}

.h-809-px {
  height: 809px;
}

.h-810-px {
  height: 810px;
}

.h-811-px {
  height: 811px;
}

.h-812-px {
  height: 812px;
}

.h-813-px {
  height: 813px;
}

.h-814-px {
  height: 814px;
}

.h-815-px {
  height: 815px;
}

.h-816-px {
  height: 816px;
}

.h-817-px {
  height: 817px;
}

.h-818-px {
  height: 818px;
}

.h-819-px {
  height: 819px;
}

.h-820-px {
  height: 820px;
}

.h-821-px {
  height: 821px;
}

.h-822-px {
  height: 822px;
}

.h-823-px {
  height: 823px;
}

.h-824-px {
  height: 824px;
}

.h-825-px {
  height: 825px;
}

.h-826-px {
  height: 826px;
}

.h-827-px {
  height: 827px;
}

.h-828-px {
  height: 828px;
}

.h-829-px {
  height: 829px;
}

.h-830-px {
  height: 830px;
}

.h-831-px {
  height: 831px;
}

.h-832-px {
  height: 832px;
}

.h-833-px {
  height: 833px;
}

.h-834-px {
  height: 834px;
}

.h-835-px {
  height: 835px;
}

.h-836-px {
  height: 836px;
}

.h-837-px {
  height: 837px;
}

.h-838-px {
  height: 838px;
}

.h-839-px {
  height: 839px;
}

.h-840-px {
  height: 840px;
}

.h-841-px {
  height: 841px;
}

.h-842-px {
  height: 842px;
}

.h-843-px {
  height: 843px;
}

.h-844-px {
  height: 844px;
}

.h-845-px {
  height: 845px;
}

.h-846-px {
  height: 846px;
}

.h-847-px {
  height: 847px;
}

.h-848-px {
  height: 848px;
}

.h-849-px {
  height: 849px;
}

.h-850-px {
  height: 850px;
}

.h-851-px {
  height: 851px;
}

.h-852-px {
  height: 852px;
}

.h-853-px {
  height: 853px;
}

.h-854-px {
  height: 854px;
}

.h-855-px {
  height: 855px;
}

.h-856-px {
  height: 856px;
}

.h-857-px {
  height: 857px;
}

.h-858-px {
  height: 858px;
}

.h-859-px {
  height: 859px;
}

.h-860-px {
  height: 860px;
}

.h-861-px {
  height: 861px;
}

.h-862-px {
  height: 862px;
}

.h-863-px {
  height: 863px;
}

.h-864-px {
  height: 864px;
}

.h-865-px {
  height: 865px;
}

.h-866-px {
  height: 866px;
}

.h-867-px {
  height: 867px;
}

.h-868-px {
  height: 868px;
}

.h-869-px {
  height: 869px;
}

.h-870-px {
  height: 870px;
}

.h-871-px {
  height: 871px;
}

.h-872-px {
  height: 872px;
}

.h-873-px {
  height: 873px;
}

.h-874-px {
  height: 874px;
}

.h-875-px {
  height: 875px;
}

.h-876-px {
  height: 876px;
}

.h-877-px {
  height: 877px;
}

.h-878-px {
  height: 878px;
}

.h-879-px {
  height: 879px;
}

.h-880-px {
  height: 880px;
}

.h-881-px {
  height: 881px;
}

.h-882-px {
  height: 882px;
}

.h-883-px {
  height: 883px;
}

.h-884-px {
  height: 884px;
}

.h-885-px {
  height: 885px;
}

.h-886-px {
  height: 886px;
}

.h-887-px {
  height: 887px;
}

.h-888-px {
  height: 888px;
}

.h-889-px {
  height: 889px;
}

.h-890-px {
  height: 890px;
}

.h-891-px {
  height: 891px;
}

.h-892-px {
  height: 892px;
}

.h-893-px {
  height: 893px;
}

.h-894-px {
  height: 894px;
}

.h-895-px {
  height: 895px;
}

.h-896-px {
  height: 896px;
}

.h-897-px {
  height: 897px;
}

.h-898-px {
  height: 898px;
}

.h-899-px {
  height: 899px;
}

.h-900-px {
  height: 900px;
}

.h-901-px {
  height: 901px;
}

.h-902-px {
  height: 902px;
}

.h-903-px {
  height: 903px;
}

.h-904-px {
  height: 904px;
}

.h-905-px {
  height: 905px;
}

.h-906-px {
  height: 906px;
}

.h-907-px {
  height: 907px;
}

.h-908-px {
  height: 908px;
}

.h-909-px {
  height: 909px;
}

.h-910-px {
  height: 910px;
}

.h-911-px {
  height: 911px;
}

.h-912-px {
  height: 912px;
}

.h-913-px {
  height: 913px;
}

.h-914-px {
  height: 914px;
}

.h-915-px {
  height: 915px;
}

.h-916-px {
  height: 916px;
}

.h-917-px {
  height: 917px;
}

.h-918-px {
  height: 918px;
}

.h-919-px {
  height: 919px;
}

.h-920-px {
  height: 920px;
}

.h-921-px {
  height: 921px;
}

.h-922-px {
  height: 922px;
}

.h-923-px {
  height: 923px;
}

.h-924-px {
  height: 924px;
}

.h-925-px {
  height: 925px;
}

.h-926-px {
  height: 926px;
}

.h-927-px {
  height: 927px;
}

.h-928-px {
  height: 928px;
}

.h-929-px {
  height: 929px;
}

.h-930-px {
  height: 930px;
}

.h-931-px {
  height: 931px;
}

.h-932-px {
  height: 932px;
}

.h-933-px {
  height: 933px;
}

.h-934-px {
  height: 934px;
}

.h-935-px {
  height: 935px;
}

.h-936-px {
  height: 936px;
}

.h-937-px {
  height: 937px;
}

.h-938-px {
  height: 938px;
}

.h-939-px {
  height: 939px;
}

.h-940-px {
  height: 940px;
}

.h-941-px {
  height: 941px;
}

.h-942-px {
  height: 942px;
}

.h-943-px {
  height: 943px;
}

.h-944-px {
  height: 944px;
}

.h-945-px {
  height: 945px;
}

.h-946-px {
  height: 946px;
}

.h-947-px {
  height: 947px;
}

.h-948-px {
  height: 948px;
}

.h-949-px {
  height: 949px;
}

.h-950-px {
  height: 950px;
}

.h-951-px {
  height: 951px;
}

.h-952-px {
  height: 952px;
}

.h-953-px {
  height: 953px;
}

.h-954-px {
  height: 954px;
}

.h-955-px {
  height: 955px;
}

.h-956-px {
  height: 956px;
}

.h-957-px {
  height: 957px;
}

.h-958-px {
  height: 958px;
}

.h-959-px {
  height: 959px;
}

.h-960-px {
  height: 960px;
}

.h-961-px {
  height: 961px;
}

.h-962-px {
  height: 962px;
}

.h-963-px {
  height: 963px;
}

.h-964-px {
  height: 964px;
}

.h-965-px {
  height: 965px;
}

.h-966-px {
  height: 966px;
}

.h-967-px {
  height: 967px;
}

.h-968-px {
  height: 968px;
}

.h-969-px {
  height: 969px;
}

.h-970-px {
  height: 970px;
}

.h-971-px {
  height: 971px;
}

.h-972-px {
  height: 972px;
}

.h-973-px {
  height: 973px;
}

.h-974-px {
  height: 974px;
}

.h-975-px {
  height: 975px;
}

.h-976-px {
  height: 976px;
}

.h-977-px {
  height: 977px;
}

.h-978-px {
  height: 978px;
}

.h-979-px {
  height: 979px;
}

.h-980-px {
  height: 980px;
}

.h-981-px {
  height: 981px;
}

.h-982-px {
  height: 982px;
}

.h-983-px {
  height: 983px;
}

.h-984-px {
  height: 984px;
}

.h-985-px {
  height: 985px;
}

.h-986-px {
  height: 986px;
}

.h-987-px {
  height: 987px;
}

.h-988-px {
  height: 988px;
}

.h-989-px {
  height: 989px;
}

.h-990-px {
  height: 990px;
}

.h-991-px {
  height: 991px;
}

.h-992-px {
  height: 992px;
}

.h-993-px {
  height: 993px;
}

.h-994-px {
  height: 994px;
}

.h-995-px {
  height: 995px;
}

.h-996-px {
  height: 996px;
}

.h-997-px {
  height: 997px;
}

.h-998-px {
  height: 998px;
}

.h-999-px {
  height: 999px;
}

.h-1000-px {
  height: 1000px;
}

.h-1001-px {
  height: 1001px;
}

.h-1002-px {
  height: 1002px;
}

.h-1003-px {
  height: 1003px;
}

.h-1004-px {
  height: 1004px;
}

.h-1005-px {
  height: 1005px;
}

.h-1006-px {
  height: 1006px;
}

.h-1007-px {
  height: 1007px;
}

.h-1008-px {
  height: 1008px;
}

.h-1009-px {
  height: 1009px;
}

.h-1010-px {
  height: 1010px;
}

.h-1011-px {
  height: 1011px;
}

.h-1012-px {
  height: 1012px;
}

.h-1013-px {
  height: 1013px;
}

.h-1014-px {
  height: 1014px;
}

.h-1015-px {
  height: 1015px;
}

.h-1016-px {
  height: 1016px;
}

.h-1017-px {
  height: 1017px;
}

.h-1018-px {
  height: 1018px;
}

.h-1019-px {
  height: 1019px;
}

.h-1020-px {
  height: 1020px;
}

.h-1021-px {
  height: 1021px;
}

.h-1022-px {
  height: 1022px;
}

.h-1023-px {
  height: 1023px;
}

.h-1024-px {
  height: 1024px;
}

.h-1025-px {
  height: 1025px;
}

.h-1026-px {
  height: 1026px;
}

.h-1027-px {
  height: 1027px;
}

.h-1028-px {
  height: 1028px;
}

.h-1029-px {
  height: 1029px;
}

.h-1030-px {
  height: 1030px;
}

.h-1031-px {
  height: 1031px;
}

.h-1032-px {
  height: 1032px;
}

.h-1033-px {
  height: 1033px;
}

.h-1034-px {
  height: 1034px;
}

.h-1035-px {
  height: 1035px;
}

.h-1036-px {
  height: 1036px;
}

.h-1037-px {
  height: 1037px;
}

.h-1038-px {
  height: 1038px;
}

.h-1039-px {
  height: 1039px;
}

.h-1040-px {
  height: 1040px;
}

.h-1041-px {
  height: 1041px;
}

.h-1042-px {
  height: 1042px;
}

.h-1043-px {
  height: 1043px;
}

.h-1044-px {
  height: 1044px;
}

.h-1045-px {
  height: 1045px;
}

.h-1046-px {
  height: 1046px;
}

.h-1047-px {
  height: 1047px;
}

.h-1048-px {
  height: 1048px;
}

.h-1049-px {
  height: 1049px;
}

.h-1050-px {
  height: 1050px;
}

.h-fill-available {
  height: -webkit-fill-available;
}

.icon.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.icon.checkmark .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.icon.checkmark .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

/* LINKS */
a {
  text-decoration: none;
}

.list-style-none {
  list-style: none;
}
.list-style-chevron {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-style-chevron li {
  padding-left: 1rem;
  position: relative;
}
.list-style-chevron li::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "\f285";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  color: #ccc;
  font-size: 12px;
  line-height: 0;
}

@media screen and (min-width: 992px) {
  .list-style-two-cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
body#cms.cms-id-21 #content .col ol {
  counter-reset: item;
}
body#cms.cms-id-21 #content .col ol li {
  display: block;
  margin-top: 1rem;
}
body#cms.cms-id-21 #content .col ol li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
body#cms.cms-id-21 #content .col ol li > strong {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body#cms.cms-id-21 #content .col > ol > li {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #f6f9ff;
}
body#cms.cms-id-21 #content .col > ol > li:first-child {
  margin-top: 0 !important;
}
body#cms.cms-id-21 #content .col > ol > li > ol > li:first-child {
  margin-top: 0 !important;
}
body#cms.cms-id-21 #content .col p + ol {
  padding-left: 0;
}
body#cms.cms-id-21 #content .col p + ol > li::before {
  font-weight: bold;
}

.my-n-5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

@media screen and (min-width: 992px) {
  .my-lg-n-5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}
.browser-mockup {
  border: 1px solid #efeeef;
  border-top: 2em solid #efeeef;
  position: relative;
  border-radius: 10px 10px 5px 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.browser-mockup > img {
  width: 100%;
  border-radius: 0 0 5px 5px;
}
.browser-mockup::before {
  display: block;
  position: absolute;
  content: "";
  top: -1.25em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #fb5, 3em 0 0 2px #9b3;
}

.modal-body {
  border-top: 5px solid #012970;
}

.navbar-toggler {
  cursor: pointer;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar-toggler[aria-expanded=true] .bi-arrow-down-circle,
.navbar-toggler[aria-expanded=true] .bi-list {
  display: none;
}
.navbar-toggler[aria-expanded=false] .bi-arrow-up-circle,
.navbar-toggler[aria-expanded=false] .bi-x-lg {
  display: none;
}

div#prenav {
  border-bottom: 1px solid #e6f2fb;
  transition: all 0.5s;
  padding: 15px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #FFFFFF;
}
div#prenav .navbar-brand {
  line-height: 1.2;
}
div#prenav .navbar-brand .small {
  font-size: 0.75rem;
  color: #6c757d;
}
div#prenav form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
  height: 50px;
  width: 350px;
  max-width: 90%;
}
div#prenav form input[type=search] {
  border: 0;
  padding: 8px;
  width: calc(100% - 55px);
}
div#prenav form input[type=search]:focus-visible {
  outline: 0;
}
div#prenav form .btn[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 18px;
  margin: 3px;
  background: #0D82C5;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
div#prenav form .btn[type=submit]:hover {
  background-color: #012970;
}
div#prenav form:has(input[type=search]:focus), div#prenav form:has(input[type=search]:focus-visible) {
  outline: 5px solid #f6f9ff;
}
div#prenav .eshop-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: -1.35rem;
}
div#prenav .eshop-menu a {
  display: flex;
  flex-direction: column;
  padding: 0 1.35rem;
  border-left: 1px solid #e6f2fb;
  color: #012970;
}
div#prenav .eshop-menu a div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
div#prenav .eshop-menu a div i.bi + span {
  margin-left: 0.75rem;
}
div#prenav .eshop-menu a div.small {
  font-size: 0.75rem;
  color: #6c757d;
}
div#prenav .eshop-menu a div .badge {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -50%);
  background-color: #f6f9ff;
  border: 1px solid #e1ecff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #012970;
  font-size: 0.75rem;
}
div#prenav .eshop-menu a div .badge[data-count="0"] {
  display: none;
}
div#prenav .eshop-menu a:hover div:not(.small):not(.badge) {
  text-decoration: underline;
}
div#prenav .eshop-menu a.dropdown-toggle i.bi.bi-chevron-down {
  margin-left: 5px;
  font-size: 0.6rem;
}
div#prenav .eshop-menu a.dropdown-toggle::after {
  content: none !important;
}
div#prenav .eshop-menu a.dropdown-toggle + .dropdown-menu {
  border-radius: 3px;
  top: calc(100% + 17px);
  left: 0.5rem;
  background-color: #fff;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  border-color: #e6f2fb;
}
div#prenav .eshop-menu a.dropdown-toggle + .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #e6f2fb transparent;
  position: absolute;
  left: 15px;
  transform: translateY(-100%);
  top: 0;
}
div#prenav .eshop-menu a.dropdown-toggle + .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
div#prenav .eshop-menu a.dropdown-toggle + .dropdown-menu .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

nav#main {
  transition: border 0.5s, background 0.5s;
  padding: 15px 0;
  position: absolute;
  top: 81px;
  right: 0;
  left: 0;
  z-index: 9;
  border-color: #e6f2fb;
}
nav#main .navbar-brand {
  line-height: 1.2;
}
nav#main .navbar-brand .small {
  font-size: 0.75rem;
  color: #6c757d;
}
nav#main.sticked {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e6f2fb;
  z-index: 12;
}
nav#main.sticked .navbar-brand {
  padding-right: 1.35rem;
  margin-right: 1.45rem;
  border-right: 1px solid #e6f2fb;
}
nav#main.sticked .d-sticked-none {
  display: none;
}
nav#main.sticked .d-sticked-flex {
  display: flex;
}
nav#main:not(.sticked) .navbar-brand {
  width: 0;
  margin-right: 0;
  border-color: #e6f2fb;
}
nav#main:not(.sticked) .d-sticked-block,
nav#main:not(.sticked) .d-sticked-flex {
  display: none;
}
nav#main .navbar-brand {
  transition: all 0.5s;
  overflow: hidden;
}
nav#main .navbar-nav {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: calc(100% + 1rem);
  min-height: 40px;
}
nav#main .navbar-nav .nav-item {
  line-height: 1.2;
  display: flex;
  align-items: center;
}
nav#main .navbar-nav .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  padding: 2px 0.75rem;
}
nav#main .navbar-nav .nav-item .nav-link.dropdown-toggle.show div:not(.small) {
  color: #012970;
}
nav#main .navbar-nav .nav-item .nav-link:focus div:not(.small), nav#main .navbar-nav .nav-item .nav-link:hover div:not(.small), nav#main .navbar-nav .nav-item .nav-link.active div:not(.small) {
  color: #012970;
}
nav#main .navbar-nav .nav-item .nav-link div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav#main .navbar-nav .nav-item .nav-link div:not(.small) {
  font-weight: bold;
}
nav#main .navbar-nav .nav-item .nav-link div .small {
  font-size: 0.75rem;
  color: #6c757d;
}
nav#main .navbar-nav .nav-item.dropdown .nav-link div:not(.small) i.bi {
  margin-left: 5px;
  font-size: 0.6rem;
}
nav#main .navbar-nav .nav-item.dropdown .nav-link::after {
  content: none;
}
nav#main .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0 0 3px;
  top: calc(100% + 17px);
  left: 0.5rem;
  background-color: #fff;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  border-color: #e6f2fb;
}
nav#main .navbar-nav .nav-item.dropdown .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #e6f2fb transparent;
  position: absolute;
  left: 15px;
  transform: translateY(-100%);
  top: 0;
}
nav#main .navbar-nav .dropdown-item.active, nav#main .navbar-nav .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0D82C5;
}
nav#main .navbar-nav .dropdown-item.active:hover, nav#main .navbar-nav .dropdown-item:active:hover {
  background-color: #012970;
}
nav#main .quick-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: -1.35rem;
  height: 40px;
}
nav#main .quick-links a {
  display: flex;
  flex-direction: column;
  padding: 0 1.35rem;
  border-left: 1px solid #e6f2fb;
  color: #012970;
}
nav#main .quick-links a div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  color: #012970;
}
nav#main .quick-links a div i.bi + span {
  margin-left: 0.75rem;
}
nav#main .quick-links a span.small {
  font-size: 0.75rem;
  color: #6c757d;
}
nav#main .quick-links a:hover div {
  text-decoration: underline;
  color: #012970;
}
nav#main .eshop-menu {
  flex-direction: row;
  flex-wrap: nowrap;
}
nav#main .eshop-menu a {
  display: flex;
  flex-direction: column;
  padding: 0 1.35rem;
  border-left: 1px solid #e6f2fb;
  color: #012970;
}
nav#main .eshop-menu a div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
nav#main .eshop-menu a div i.bi + span {
  margin-left: 0.75rem;
}
nav#main .eshop-menu a div.small {
  font-size: 0.75rem;
  color: #6c757d;
}
nav#main .eshop-menu a div .badge {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -50%);
  background-color: #f6f9ff;
  border: 1px solid #e1ecff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #012970;
  font-size: 0.75rem;
}
nav#main .eshop-menu a div .badge[data-count="0"] {
  display: none;
}
nav#main .eshop-menu a:hover div {
  text-decoration: none;
}
nav#main .eshop-menu a:hover div span {
  text-decoration: underline;
}

.nav-pills .nav-link {
  color: #0D82C5;
}
.nav-pills .nav-link:hover {
  color: #012970;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #0D82C5;
}
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0D82C5;
}

@media screen and (max-width: 1199px) {
  nav#main .quick-links {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  div#prenav {
    display: none;
  }

  nav#main {
    top: 0;
  }
  nav#main .btn-primary {
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px 3px 3px 1rem;
    background: #0D82C5;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav#main .btn-primary:hover {
    background-color: #012970;
  }
  nav#main .search-bar {
    width: 100%;
    width: -webkit-fill-available;
    height: 50px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
  }
  nav#main .search-bar input[type=search] {
    border: 0;
    padding: 8px;
    width: calc(100% - 55px);
  }
  nav#main .search-bar .btn[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #0D82C5;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
  }
  nav#main .search-bar .btn[type=submit]:hover {
    background-color: #012970;
  }
  nav#main .search-bar + .btn-primary {
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px 3px 3px 1rem;
    background: #0D82C5;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav#main .search-bar + .btn-primary:hover {
    background-color: #012970;
  }
  nav#main .eshop-menu {
    display: flex;
    padding-left: 1rem;
    border-left: 1px solid #e6f2fb;
  }
  nav#main .eshop-menu a {
    color: #012970;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
  }
  nav#main .eshop-menu a:last-child {
    margin-right: 0;
  }
  nav#main .eshop-menu a div {
    display: flex;
    align-items: center;
  }
  nav#main .eshop-menu a div .badge {
    margin-left: 0.5rem;
    background-color: #f6f9ff;
    border: 1px solid #e1ecff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012970;
    font-size: 0.75rem;
  }
  nav#main .eshop-menu a div .badge[data-count="0"] {
    display: none;
  }
  nav#main .eshop-menu a:hover {
    background: #f6f9ff;
    border-color: #e1ecff;
  }
  nav#main .navbar-nav {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    align-items: end;
  }
  nav#main .navbar-nav .nav-item {
    margin-right: 0 !important;
    flex-direction: column;
    align-items: end;
  }
  nav#main .navbar-nav .nav-item .nav-link {
    align-items: end;
    padding: 0.75rem;
  }
  nav#main .navbar-nav .nav-item .dropdown-menu {
    margin-bottom: 0.5rem;
  }
  nav#main .navbar-nav .nav-item .dropdown-menu::before {
    right: 15px;
    left: unset !important;
  }

  #header {
    padding: 160px 0 80px;
  }
}
@media screen and (min-width: 992px) {
  div#prenav .eshop-menu {
    font-size: 17px;
  }

  nav#main {
    font-size: 17px;
  }
  nav#main .search-bar {
    display: none;
  }
  nav#main .eshop-menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  nav#main .navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle {
    border-right: 2px solid transparent;
  }
  nav#main .navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle.show {
    border-color: #012970;
  }
  nav#main .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: 0;
    border-right: 2px solid #012970;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    margin-top: 0;
    text-align: end;
    width: 100%;
    padding: 0;
  }
  nav#main .navbar-nav .nav-item.dropdown .dropdown-menu::before {
    content: none;
  }
  nav#main .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  nav#main .eshop-menu {
    display: none;
  }

  #mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    min-height: 80px;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    border-top: 1px solid #e6f2fb;
    padding: 0;
  }
  #mobile-menu .navbar-collapse {
    width: 100%;
  }
  #mobile-menu .navbar-collapse .navbar-nav {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
    min-height: 40px;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    align-items: end;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item {
    line-height: 1.2;
    display: flex;
    margin-right: 0 !important;
    flex-direction: column;
    align-items: end;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 0.75rem;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle.show div:not(.small) {
    color: #012970;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item .nav-link:focus div:not(.small), #mobile-menu .navbar-collapse .navbar-nav .nav-item .nav-link:hover div:not(.small), #mobile-menu .navbar-collapse .navbar-nav .nav-item .nav-link.active div:not(.small) {
    color: #012970;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item .nav-link div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item .nav-link div:not(.small) {
    font-weight: bold;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item .nav-link div .small {
    font-size: 0.75rem;
    color: #6c757d;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link {
    display: none;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link div:not(.small) i.bi {
    margin-left: 5px;
    font-size: 0.6rem;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link::after {
    content: none;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: unset;
    left: unset;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    width: 100%;
    border-radius: 0;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu::before {
    content: unset;
  }
  #mobile-menu .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 0.75rem;
    font-weight: bold;
  }
  #mobile-menu .navbar-collapse .navbar-nav .dropdown-item.active, #mobile-menu .navbar-collapse .navbar-nav .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0D82C5;
  }
  #mobile-menu .navbar-collapse .navbar-nav .dropdown-item.active:hover, #mobile-menu .navbar-collapse .navbar-nav .dropdown-item:active:hover {
    background-color: #012970;
  }
  #mobile-menu > .controls {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }
  #mobile-menu > .controls a {
    color: #012970;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #mobile-menu > .controls a div {
    display: flex;
    align-items: center;
  }
  #mobile-menu > .controls a div .badge {
    margin-left: 0.5rem;
    background-color: #f6f9ff;
    border: 1px solid #e1ecff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012970;
    font-size: 0.75rem;
  }
  #mobile-menu > .controls a div .badge[data-count="0"] {
    display: none;
  }
  #mobile-menu > .controls a span {
    margin-top: 5px;
    font-size: 14px;
    color: #6c757d;
  }
  #mobile-menu > .controls a:hover {
    background: #f6f9ff;
    border-color: #e1ecff;
  }
}
@media screen and (min-width: 576px) {
  #mobile-menu {
    display: none;
  }
}
.overflow-unset {
  overflow: unset;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/*html,
body,
section {
    overflow-x: hidden;
}*/
@media screen and (max-width: 575px) {
  html,
body,
section {
    overflow-x: hidden;
  }
}
ul.pagination .page-item.active .page-link {
  color: #012970;
  background-color: #f6f9ff;
  border-color: #e1ecff;
}
ul.pagination .page-item.spacer + .spacer {
  display: none;
}
ul.pagination .page-link {
  color: #6c757d;
  border-color: #e1ecff;
}
ul.pagination .page-link:hover {
  color: #012970;
  background-color: #f6f9ff;
  border-color: #e1ecff;
}

.payment-option .hidden-content section {
  padding: 0 !important;
}
.payment-option .hidden-content section p:last-of-type {
  margin-bottom: 0 !important;
}

.preloader {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(1, 41, 112, 0.75);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 100;
  cursor: wait;
}
.preloader .overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.preloader .overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader .spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

.rotate-10 {
  transform: rotate(10deg) !important;
}

.rotate-11 {
  transform: rotate(11deg) !important;
}

.rotate-12 {
  transform: rotate(12deg) !important;
}

.rotate-13 {
  transform: rotate(13deg) !important;
}

.rotate-14 {
  transform: rotate(14deg) !important;
}

.rotate-15 {
  transform: rotate(15deg) !important;
}

.rotate-16 {
  transform: rotate(16deg) !important;
}

.rotate-17 {
  transform: rotate(17deg) !important;
}

.rotate-18 {
  transform: rotate(18deg) !important;
}

.rotate-19 {
  transform: rotate(19deg) !important;
}

.rotate-20 {
  transform: rotate(20deg) !important;
}

.rotate-21 {
  transform: rotate(21deg) !important;
}

.rotate-22 {
  transform: rotate(22deg) !important;
}

.rotate-23 {
  transform: rotate(23deg) !important;
}

.rotate-24 {
  transform: rotate(24deg) !important;
}

.rotate-25 {
  transform: rotate(25deg) !important;
}

.rotate-26 {
  transform: rotate(26deg) !important;
}

.rotate-27 {
  transform: rotate(27deg) !important;
}

.rotate-28 {
  transform: rotate(28deg) !important;
}

.rotate-29 {
  transform: rotate(29deg) !important;
}

.rotate-30 {
  transform: rotate(30deg) !important;
}

.rotate-31 {
  transform: rotate(31deg) !important;
}

.rotate-32 {
  transform: rotate(32deg) !important;
}

.rotate-33 {
  transform: rotate(33deg) !important;
}

.rotate-34 {
  transform: rotate(34deg) !important;
}

.rotate-35 {
  transform: rotate(35deg) !important;
}

.rotate-36 {
  transform: rotate(36deg) !important;
}

.rotate-37 {
  transform: rotate(37deg) !important;
}

.rotate-38 {
  transform: rotate(38deg) !important;
}

.rotate-39 {
  transform: rotate(39deg) !important;
}

.rotate-40 {
  transform: rotate(40deg) !important;
}

.rotate-41 {
  transform: rotate(41deg) !important;
}

.rotate-42 {
  transform: rotate(42deg) !important;
}

.rotate-43 {
  transform: rotate(43deg) !important;
}

.rotate-44 {
  transform: rotate(44deg) !important;
}

.rotate-45 {
  transform: rotate(45deg) !important;
}

.rotate-46 {
  transform: rotate(46deg) !important;
}

.rotate-47 {
  transform: rotate(47deg) !important;
}

.rotate-48 {
  transform: rotate(48deg) !important;
}

.rotate-49 {
  transform: rotate(49deg) !important;
}

.rotate-50 {
  transform: rotate(50deg) !important;
}

.rotate-51 {
  transform: rotate(51deg) !important;
}

.rotate-52 {
  transform: rotate(52deg) !important;
}

.rotate-53 {
  transform: rotate(53deg) !important;
}

.rotate-54 {
  transform: rotate(54deg) !important;
}

.rotate-55 {
  transform: rotate(55deg) !important;
}

.rotate-56 {
  transform: rotate(56deg) !important;
}

.rotate-57 {
  transform: rotate(57deg) !important;
}

.rotate-58 {
  transform: rotate(58deg) !important;
}

.rotate-59 {
  transform: rotate(59deg) !important;
}

.rotate-60 {
  transform: rotate(60deg) !important;
}

.rotate-61 {
  transform: rotate(61deg) !important;
}

.rotate-62 {
  transform: rotate(62deg) !important;
}

.rotate-63 {
  transform: rotate(63deg) !important;
}

.rotate-64 {
  transform: rotate(64deg) !important;
}

.rotate-65 {
  transform: rotate(65deg) !important;
}

.rotate-66 {
  transform: rotate(66deg) !important;
}

.rotate-67 {
  transform: rotate(67deg) !important;
}

.rotate-68 {
  transform: rotate(68deg) !important;
}

.rotate-69 {
  transform: rotate(69deg) !important;
}

.rotate-70 {
  transform: rotate(70deg) !important;
}

.rotate-71 {
  transform: rotate(71deg) !important;
}

.rotate-72 {
  transform: rotate(72deg) !important;
}

.rotate-73 {
  transform: rotate(73deg) !important;
}

.rotate-74 {
  transform: rotate(74deg) !important;
}

.rotate-75 {
  transform: rotate(75deg) !important;
}

.rotate-76 {
  transform: rotate(76deg) !important;
}

.rotate-77 {
  transform: rotate(77deg) !important;
}

.rotate-78 {
  transform: rotate(78deg) !important;
}

.rotate-79 {
  transform: rotate(79deg) !important;
}

.rotate-80 {
  transform: rotate(80deg) !important;
}

.rotate-81 {
  transform: rotate(81deg) !important;
}

.rotate-82 {
  transform: rotate(82deg) !important;
}

.rotate-83 {
  transform: rotate(83deg) !important;
}

.rotate-84 {
  transform: rotate(84deg) !important;
}

.rotate-85 {
  transform: rotate(85deg) !important;
}

.rotate-86 {
  transform: rotate(86deg) !important;
}

.rotate-87 {
  transform: rotate(87deg) !important;
}

.rotate-88 {
  transform: rotate(88deg) !important;
}

.rotate-89 {
  transform: rotate(89deg) !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-91 {
  transform: rotate(91deg) !important;
}

.rotate-92 {
  transform: rotate(92deg) !important;
}

.rotate-93 {
  transform: rotate(93deg) !important;
}

.rotate-94 {
  transform: rotate(94deg) !important;
}

.rotate-95 {
  transform: rotate(95deg) !important;
}

.rotate-96 {
  transform: rotate(96deg) !important;
}

.rotate-97 {
  transform: rotate(97deg) !important;
}

.rotate-98 {
  transform: rotate(98deg) !important;
}

.rotate-99 {
  transform: rotate(99deg) !important;
}

.rotate-100 {
  transform: rotate(100deg) !important;
}

.rotate-101 {
  transform: rotate(101deg) !important;
}

.rotate-102 {
  transform: rotate(102deg) !important;
}

.rotate-103 {
  transform: rotate(103deg) !important;
}

.rotate-104 {
  transform: rotate(104deg) !important;
}

.rotate-105 {
  transform: rotate(105deg) !important;
}

.rotate-106 {
  transform: rotate(106deg) !important;
}

.rotate-107 {
  transform: rotate(107deg) !important;
}

.rotate-108 {
  transform: rotate(108deg) !important;
}

.rotate-109 {
  transform: rotate(109deg) !important;
}

.rotate-110 {
  transform: rotate(110deg) !important;
}

.rotate-111 {
  transform: rotate(111deg) !important;
}

.rotate-112 {
  transform: rotate(112deg) !important;
}

.rotate-113 {
  transform: rotate(113deg) !important;
}

.rotate-114 {
  transform: rotate(114deg) !important;
}

.rotate-115 {
  transform: rotate(115deg) !important;
}

.rotate-116 {
  transform: rotate(116deg) !important;
}

.rotate-117 {
  transform: rotate(117deg) !important;
}

.rotate-118 {
  transform: rotate(118deg) !important;
}

.rotate-119 {
  transform: rotate(119deg) !important;
}

.rotate-120 {
  transform: rotate(120deg) !important;
}

.rotate-121 {
  transform: rotate(121deg) !important;
}

.rotate-122 {
  transform: rotate(122deg) !important;
}

.rotate-123 {
  transform: rotate(123deg) !important;
}

.rotate-124 {
  transform: rotate(124deg) !important;
}

.rotate-125 {
  transform: rotate(125deg) !important;
}

.rotate-126 {
  transform: rotate(126deg) !important;
}

.rotate-127 {
  transform: rotate(127deg) !important;
}

.rotate-128 {
  transform: rotate(128deg) !important;
}

.rotate-129 {
  transform: rotate(129deg) !important;
}

.rotate-130 {
  transform: rotate(130deg) !important;
}

.rotate-131 {
  transform: rotate(131deg) !important;
}

.rotate-132 {
  transform: rotate(132deg) !important;
}

.rotate-133 {
  transform: rotate(133deg) !important;
}

.rotate-134 {
  transform: rotate(134deg) !important;
}

.rotate-135 {
  transform: rotate(135deg) !important;
}

.rotate-136 {
  transform: rotate(136deg) !important;
}

.rotate-137 {
  transform: rotate(137deg) !important;
}

.rotate-138 {
  transform: rotate(138deg) !important;
}

.rotate-139 {
  transform: rotate(139deg) !important;
}

.rotate-140 {
  transform: rotate(140deg) !important;
}

.rotate-141 {
  transform: rotate(141deg) !important;
}

.rotate-142 {
  transform: rotate(142deg) !important;
}

.rotate-143 {
  transform: rotate(143deg) !important;
}

.rotate-144 {
  transform: rotate(144deg) !important;
}

.rotate-145 {
  transform: rotate(145deg) !important;
}

.rotate-146 {
  transform: rotate(146deg) !important;
}

.rotate-147 {
  transform: rotate(147deg) !important;
}

.rotate-148 {
  transform: rotate(148deg) !important;
}

.rotate-149 {
  transform: rotate(149deg) !important;
}

.rotate-150 {
  transform: rotate(150deg) !important;
}

.rotate-151 {
  transform: rotate(151deg) !important;
}

.rotate-152 {
  transform: rotate(152deg) !important;
}

.rotate-153 {
  transform: rotate(153deg) !important;
}

.rotate-154 {
  transform: rotate(154deg) !important;
}

.rotate-155 {
  transform: rotate(155deg) !important;
}

.rotate-156 {
  transform: rotate(156deg) !important;
}

.rotate-157 {
  transform: rotate(157deg) !important;
}

.rotate-158 {
  transform: rotate(158deg) !important;
}

.rotate-159 {
  transform: rotate(159deg) !important;
}

.rotate-160 {
  transform: rotate(160deg) !important;
}

.rotate-161 {
  transform: rotate(161deg) !important;
}

.rotate-162 {
  transform: rotate(162deg) !important;
}

.rotate-163 {
  transform: rotate(163deg) !important;
}

.rotate-164 {
  transform: rotate(164deg) !important;
}

.rotate-165 {
  transform: rotate(165deg) !important;
}

.rotate-166 {
  transform: rotate(166deg) !important;
}

.rotate-167 {
  transform: rotate(167deg) !important;
}

.rotate-168 {
  transform: rotate(168deg) !important;
}

.rotate-169 {
  transform: rotate(169deg) !important;
}

.rotate-170 {
  transform: rotate(170deg) !important;
}

.rotate-171 {
  transform: rotate(171deg) !important;
}

.rotate-172 {
  transform: rotate(172deg) !important;
}

.rotate-173 {
  transform: rotate(173deg) !important;
}

.rotate-174 {
  transform: rotate(174deg) !important;
}

.rotate-175 {
  transform: rotate(175deg) !important;
}

.rotate-176 {
  transform: rotate(176deg) !important;
}

.rotate-177 {
  transform: rotate(177deg) !important;
}

.rotate-178 {
  transform: rotate(178deg) !important;
}

.rotate-179 {
  transform: rotate(179deg) !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.rotate-181 {
  transform: rotate(181deg) !important;
}

.rotate-182 {
  transform: rotate(182deg) !important;
}

.rotate-183 {
  transform: rotate(183deg) !important;
}

.rotate-184 {
  transform: rotate(184deg) !important;
}

.rotate-185 {
  transform: rotate(185deg) !important;
}

.rotate-186 {
  transform: rotate(186deg) !important;
}

.rotate-187 {
  transform: rotate(187deg) !important;
}

.rotate-188 {
  transform: rotate(188deg) !important;
}

.rotate-189 {
  transform: rotate(189deg) !important;
}

.rotate-190 {
  transform: rotate(190deg) !important;
}

.rotate-191 {
  transform: rotate(191deg) !important;
}

.rotate-192 {
  transform: rotate(192deg) !important;
}

.rotate-193 {
  transform: rotate(193deg) !important;
}

.rotate-194 {
  transform: rotate(194deg) !important;
}

.rotate-195 {
  transform: rotate(195deg) !important;
}

.rotate-196 {
  transform: rotate(196deg) !important;
}

.rotate-197 {
  transform: rotate(197deg) !important;
}

.rotate-198 {
  transform: rotate(198deg) !important;
}

.rotate-199 {
  transform: rotate(199deg) !important;
}

.rotate-200 {
  transform: rotate(200deg) !important;
}

.rotate-201 {
  transform: rotate(201deg) !important;
}

.rotate-202 {
  transform: rotate(202deg) !important;
}

.rotate-203 {
  transform: rotate(203deg) !important;
}

.rotate-204 {
  transform: rotate(204deg) !important;
}

.rotate-205 {
  transform: rotate(205deg) !important;
}

.rotate-206 {
  transform: rotate(206deg) !important;
}

.rotate-207 {
  transform: rotate(207deg) !important;
}

.rotate-208 {
  transform: rotate(208deg) !important;
}

.rotate-209 {
  transform: rotate(209deg) !important;
}

.rotate-210 {
  transform: rotate(210deg) !important;
}

.rotate-211 {
  transform: rotate(211deg) !important;
}

.rotate-212 {
  transform: rotate(212deg) !important;
}

.rotate-213 {
  transform: rotate(213deg) !important;
}

.rotate-214 {
  transform: rotate(214deg) !important;
}

.rotate-215 {
  transform: rotate(215deg) !important;
}

.rotate-216 {
  transform: rotate(216deg) !important;
}

.rotate-217 {
  transform: rotate(217deg) !important;
}

.rotate-218 {
  transform: rotate(218deg) !important;
}

.rotate-219 {
  transform: rotate(219deg) !important;
}

.rotate-220 {
  transform: rotate(220deg) !important;
}

.rotate-221 {
  transform: rotate(221deg) !important;
}

.rotate-222 {
  transform: rotate(222deg) !important;
}

.rotate-223 {
  transform: rotate(223deg) !important;
}

.rotate-224 {
  transform: rotate(224deg) !important;
}

.rotate-225 {
  transform: rotate(225deg) !important;
}

.rotate-226 {
  transform: rotate(226deg) !important;
}

.rotate-227 {
  transform: rotate(227deg) !important;
}

.rotate-228 {
  transform: rotate(228deg) !important;
}

.rotate-229 {
  transform: rotate(229deg) !important;
}

.rotate-230 {
  transform: rotate(230deg) !important;
}

.rotate-231 {
  transform: rotate(231deg) !important;
}

.rotate-232 {
  transform: rotate(232deg) !important;
}

.rotate-233 {
  transform: rotate(233deg) !important;
}

.rotate-234 {
  transform: rotate(234deg) !important;
}

.rotate-235 {
  transform: rotate(235deg) !important;
}

.rotate-236 {
  transform: rotate(236deg) !important;
}

.rotate-237 {
  transform: rotate(237deg) !important;
}

.rotate-238 {
  transform: rotate(238deg) !important;
}

.rotate-239 {
  transform: rotate(239deg) !important;
}

.rotate-240 {
  transform: rotate(240deg) !important;
}

.rotate-241 {
  transform: rotate(241deg) !important;
}

.rotate-242 {
  transform: rotate(242deg) !important;
}

.rotate-243 {
  transform: rotate(243deg) !important;
}

.rotate-244 {
  transform: rotate(244deg) !important;
}

.rotate-245 {
  transform: rotate(245deg) !important;
}

.rotate-246 {
  transform: rotate(246deg) !important;
}

.rotate-247 {
  transform: rotate(247deg) !important;
}

.rotate-248 {
  transform: rotate(248deg) !important;
}

.rotate-249 {
  transform: rotate(249deg) !important;
}

.rotate-250 {
  transform: rotate(250deg) !important;
}

.rotate-251 {
  transform: rotate(251deg) !important;
}

.rotate-252 {
  transform: rotate(252deg) !important;
}

.rotate-253 {
  transform: rotate(253deg) !important;
}

.rotate-254 {
  transform: rotate(254deg) !important;
}

.rotate-255 {
  transform: rotate(255deg) !important;
}

.rotate-256 {
  transform: rotate(256deg) !important;
}

.rotate-257 {
  transform: rotate(257deg) !important;
}

.rotate-258 {
  transform: rotate(258deg) !important;
}

.rotate-259 {
  transform: rotate(259deg) !important;
}

.rotate-260 {
  transform: rotate(260deg) !important;
}

.rotate-261 {
  transform: rotate(261deg) !important;
}

.rotate-262 {
  transform: rotate(262deg) !important;
}

.rotate-263 {
  transform: rotate(263deg) !important;
}

.rotate-264 {
  transform: rotate(264deg) !important;
}

.rotate-265 {
  transform: rotate(265deg) !important;
}

.rotate-266 {
  transform: rotate(266deg) !important;
}

.rotate-267 {
  transform: rotate(267deg) !important;
}

.rotate-268 {
  transform: rotate(268deg) !important;
}

.rotate-269 {
  transform: rotate(269deg) !important;
}

.rotate-270 {
  transform: rotate(270deg) !important;
}

.rotate-271 {
  transform: rotate(271deg) !important;
}

.rotate-272 {
  transform: rotate(272deg) !important;
}

.rotate-273 {
  transform: rotate(273deg) !important;
}

.rotate-274 {
  transform: rotate(274deg) !important;
}

.rotate-275 {
  transform: rotate(275deg) !important;
}

.rotate-276 {
  transform: rotate(276deg) !important;
}

.rotate-277 {
  transform: rotate(277deg) !important;
}

.rotate-278 {
  transform: rotate(278deg) !important;
}

.rotate-279 {
  transform: rotate(279deg) !important;
}

.rotate-280 {
  transform: rotate(280deg) !important;
}

.rotate-281 {
  transform: rotate(281deg) !important;
}

.rotate-282 {
  transform: rotate(282deg) !important;
}

.rotate-283 {
  transform: rotate(283deg) !important;
}

.rotate-284 {
  transform: rotate(284deg) !important;
}

.rotate-285 {
  transform: rotate(285deg) !important;
}

.rotate-286 {
  transform: rotate(286deg) !important;
}

.rotate-287 {
  transform: rotate(287deg) !important;
}

.rotate-288 {
  transform: rotate(288deg) !important;
}

.rotate-289 {
  transform: rotate(289deg) !important;
}

.rotate-290 {
  transform: rotate(290deg) !important;
}

.rotate-291 {
  transform: rotate(291deg) !important;
}

.rotate-292 {
  transform: rotate(292deg) !important;
}

.rotate-293 {
  transform: rotate(293deg) !important;
}

.rotate-294 {
  transform: rotate(294deg) !important;
}

.rotate-295 {
  transform: rotate(295deg) !important;
}

.rotate-296 {
  transform: rotate(296deg) !important;
}

.rotate-297 {
  transform: rotate(297deg) !important;
}

.rotate-298 {
  transform: rotate(298deg) !important;
}

.rotate-299 {
  transform: rotate(299deg) !important;
}

.rotate-300 {
  transform: rotate(300deg) !important;
}

.rotate-301 {
  transform: rotate(301deg) !important;
}

.rotate-302 {
  transform: rotate(302deg) !important;
}

.rotate-303 {
  transform: rotate(303deg) !important;
}

.rotate-304 {
  transform: rotate(304deg) !important;
}

.rotate-305 {
  transform: rotate(305deg) !important;
}

.rotate-306 {
  transform: rotate(306deg) !important;
}

.rotate-307 {
  transform: rotate(307deg) !important;
}

.rotate-308 {
  transform: rotate(308deg) !important;
}

.rotate-309 {
  transform: rotate(309deg) !important;
}

.rotate-310 {
  transform: rotate(310deg) !important;
}

.rotate-311 {
  transform: rotate(311deg) !important;
}

.rotate-312 {
  transform: rotate(312deg) !important;
}

.rotate-313 {
  transform: rotate(313deg) !important;
}

.rotate-314 {
  transform: rotate(314deg) !important;
}

.rotate-315 {
  transform: rotate(315deg) !important;
}

.rotate-316 {
  transform: rotate(316deg) !important;
}

.rotate-317 {
  transform: rotate(317deg) !important;
}

.rotate-318 {
  transform: rotate(318deg) !important;
}

.rotate-319 {
  transform: rotate(319deg) !important;
}

.rotate-320 {
  transform: rotate(320deg) !important;
}

.rotate-321 {
  transform: rotate(321deg) !important;
}

.rotate-322 {
  transform: rotate(322deg) !important;
}

.rotate-323 {
  transform: rotate(323deg) !important;
}

.rotate-324 {
  transform: rotate(324deg) !important;
}

.rotate-325 {
  transform: rotate(325deg) !important;
}

.rotate-326 {
  transform: rotate(326deg) !important;
}

.rotate-327 {
  transform: rotate(327deg) !important;
}

.rotate-328 {
  transform: rotate(328deg) !important;
}

.rotate-329 {
  transform: rotate(329deg) !important;
}

.rotate-330 {
  transform: rotate(330deg) !important;
}

.rotate-331 {
  transform: rotate(331deg) !important;
}

.rotate-332 {
  transform: rotate(332deg) !important;
}

.rotate-333 {
  transform: rotate(333deg) !important;
}

.rotate-334 {
  transform: rotate(334deg) !important;
}

.rotate-335 {
  transform: rotate(335deg) !important;
}

.rotate-336 {
  transform: rotate(336deg) !important;
}

.rotate-337 {
  transform: rotate(337deg) !important;
}

.rotate-338 {
  transform: rotate(338deg) !important;
}

.rotate-339 {
  transform: rotate(339deg) !important;
}

.rotate-340 {
  transform: rotate(340deg) !important;
}

.rotate-341 {
  transform: rotate(341deg) !important;
}

.rotate-342 {
  transform: rotate(342deg) !important;
}

.rotate-343 {
  transform: rotate(343deg) !important;
}

.rotate-344 {
  transform: rotate(344deg) !important;
}

.rotate-345 {
  transform: rotate(345deg) !important;
}

.rotate-346 {
  transform: rotate(346deg) !important;
}

.rotate-347 {
  transform: rotate(347deg) !important;
}

.rotate-348 {
  transform: rotate(348deg) !important;
}

.rotate-349 {
  transform: rotate(349deg) !important;
}

.rotate-350 {
  transform: rotate(350deg) !important;
}

.rotate-351 {
  transform: rotate(351deg) !important;
}

.rotate-352 {
  transform: rotate(352deg) !important;
}

.rotate-353 {
  transform: rotate(353deg) !important;
}

.rotate-354 {
  transform: rotate(354deg) !important;
}

.rotate-355 {
  transform: rotate(355deg) !important;
}

.rotate-356 {
  transform: rotate(356deg) !important;
}

.rotate-357 {
  transform: rotate(357deg) !important;
}

.rotate-358 {
  transform: rotate(358deg) !important;
}

.rotate-359 {
  transform: rotate(359deg) !important;
}

.rotate-360 {
  transform: rotate(360deg) !important;
}

body {
  font-family: "Rajdhani", sans-serif;
  overflow-x: hidden;
}

.partner-list {
  display: flex;
  justify-content: center;
}
.partner-list__item {
  margin: 10px 0;
}
.partner-list__item > img {
  height: 35px;
  width: auto;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0.4;
}
.partner-list__item > img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

body#product .product-info {
  position: -webkit-sticky;
  position: sticky;
  top: calc(81px + 2rem);
}
body#product .product-info p a {
  color: inherit;
  text-decoration: underline;
}
body#product .product-info p a:hover {
  color: #012970;
  text-decoration: none;
}
body#product .product-gallery__thumbs ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
body#product .product-gallery__thumbs ul a {
  border: 1px solid #e1ecff;
  border-radius: 4px;
  display: block;
  margin: 0.5rem;
}
body#product .product-gallery__thumbs ul a:hover {
  border-color: #012970;
}
body#product .product-table li {
  padding: 1rem 0.35rem;
  border-top: 1px solid #e1ecff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#product .product-table li:last-child {
  padding-bottom: 0;
}
body#product .product-table li span {
  font-size: 14px;
}
body#product .product-table li span:first-child {
  font-weight: bold;
  margin-right: 1rem;
}

.category-tree .card-body {
  padding-bottom: 0.5rem;
}
.category-tree .card-body ul {
  margin-bottom: 0;
}
.category-tree .card-body ul li a {
  padding: 0.25rem 0;
  display: block;
  color: #012970;
}
.category-tree .card-body ul li a:hover {
  text-decoration: underline;
}
.category-header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e1ecff;
}
.category-header:not(.open) p:nth-child(1n+3) {
  display: none;
}
.category-header:not(.open) .full-description-trigger {
  display: block;
}
.category-header.open .full-description-trigger {
  display: none;
}

.product-labels {
  position: absolute;
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.product-labels > li {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  text-transform: uppercase;
  line-height: 1;
}
.product-labels > li.info {
  background-color: #f6f9ff;
  color: #012970;
  border: 1px solid #f6f9ff;
}
.product-labels > li.info.bordered {
  border-color: #e1ecff;
}
.product-labels > li.success {
  background-color: #f1fbf1;
  color: #3ace3a;
  border: 1px solid #f1fbf1;
}
.product-labels > li.success.bordered {
  border-color: #b4ecb4;
}
.product-labels > li.warning {
  background-color: #fff3cd;
  color: #664d03;
  border: 1px solid #fff3cd;
}
.product-labels > li.warning.bordered {
  border-color: #FFCC00;
}
.product-labels > li.danger {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f8d7da;
}
.product-labels > li.danger.bordered {
  border-color: #f5c2c7;
}

section {
  padding: 100px 0;
}

section.bg-transparent + section.bg-transparent {
  padding-top: 0 !important;
}

.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}
.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

section#testimonials.testimonials {
  overflow-x: hidden;
}
section#testimonials.testimonials img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 45px;
  display: block;
}

section#ecommerce.ecommerce .aside {
  background: #fff url("/assets/img/sections/ecommerce.jpeg") center center no-repeat;
  background-size: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 81px;
}

body:not(#checkout) nav#main + #mobile-menu + #breadcrumbs {
  margin-top: 160px;
}
body#checkout nav#main + #mobile-menu + #breadcrumbs {
  margin-top: 81px;
}

body.vop #content ol {
  counter-reset: item;
}
body.vop #content ol > li:first-child {
  margin-top: 0;
}
body.vop #content p + ol {
  padding-left: 0;
}
body.vop #content p + ol > li::before {
  font-weight: bold;
}
body.vop #content li {
  display: block;
  margin-top: 1rem;
}
body.vop #content li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
body.vop #content li > strong {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

body#index section#eshop + section#eshop {
  display: none;
}

@media screen and (max-width: 991px) {
  body#index .header {
    padding: 160px 0 80px;
  }

  body:not(#index) .header {
    padding: 100px 0 80px;
  }

  nav#main.sticked + #mobile-menu + #breadcrumbs {
    margin-top: 81px !important;
  }
}
.shadow, .shadow-xl {
  position: relative;
  z-index: 2;
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.table-middle th, .table-middle td {
  vertical-align: middle;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #f6f9ff;
  --bs-table-accent-bg: none;
}
.table > :not(:first-child) {
  border-top: 2px solid #e1ecff;
}

/* HEADERS */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #012970;
}

.collapse:not(.show), .collapse:not(.in) {
  display: none;
  flex-direction: column;
}
.collapse.show, .collapse.in {
  display: flex !important;
}

body#product .swiper {
  overflow-x: hidden !important;
}
body#product .swiper-slide {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  opacity: 1;
  transform: scale(1) !important;
}
body#product .swiper-slide > img {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
}
body#product .swiper-slide > img.selected {
  border-color: #e1ecff;
}
body#product .swiper-slide > img.selected:hover {
  border-color: #012970;
}
body#product .swiper-slide > img:hover {
  border-color: #e1ecff;
}
body#product .swiper-slide-next, body#product .swiper-slide-prev {
  opacity: 1;
}

.swiper {
  width: 100%;
  height: auto;
  overflow: unset !important;
}
.swiper-wrapper {
  display: inline-flex;
  align-items: center;
}
.swiper-slide {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: -webkit-grab;
  cursor: grab;
  height: 100%;
  display: flex;
  opacity: 0.25;
  transform: scale(0.75) !important;
}
.swiper-slide > div {
  height: 100%;
}
.swiper-slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
}
.swiper-slide-next, .swiper-slide-prev {
  opacity: 0.45;
}
.swiper-button-next, .swiper-button-prev {
  color: #e1ecff !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 25px !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #012970 !important;
}
.swiper-button-next {
  right: -30px !important;
}
.swiper-button-prev {
  left: -30px !important;
}
.swiper-button-disabled {
  display: none !important;
}

/* WIDTHS */
.w-10-px {
  width: 10px;
}

.w-11-px {
  width: 11px;
}

.w-12-px {
  width: 12px;
}

.w-13-px {
  width: 13px;
}

.w-14-px {
  width: 14px;
}

.w-15-px {
  width: 15px;
}

.w-16-px {
  width: 16px;
}

.w-17-px {
  width: 17px;
}

.w-18-px {
  width: 18px;
}

.w-19-px {
  width: 19px;
}

.w-20-px {
  width: 20px;
}

.w-21-px {
  width: 21px;
}

.w-22-px {
  width: 22px;
}

.w-23-px {
  width: 23px;
}

.w-24-px {
  width: 24px;
}

.w-25-px {
  width: 25px;
}

.w-26-px {
  width: 26px;
}

.w-27-px {
  width: 27px;
}

.w-28-px {
  width: 28px;
}

.w-29-px {
  width: 29px;
}

.w-30-px {
  width: 30px;
}

.w-31-px {
  width: 31px;
}

.w-32-px {
  width: 32px;
}

.w-33-px {
  width: 33px;
}

.w-34-px {
  width: 34px;
}

.w-35-px {
  width: 35px;
}

.w-36-px {
  width: 36px;
}

.w-37-px {
  width: 37px;
}

.w-38-px {
  width: 38px;
}

.w-39-px {
  width: 39px;
}

.w-40-px {
  width: 40px;
}

.w-41-px {
  width: 41px;
}

.w-42-px {
  width: 42px;
}

.w-43-px {
  width: 43px;
}

.w-44-px {
  width: 44px;
}

.w-45-px {
  width: 45px;
}

.w-46-px {
  width: 46px;
}

.w-47-px {
  width: 47px;
}

.w-48-px {
  width: 48px;
}

.w-49-px {
  width: 49px;
}

.w-50-px {
  width: 50px;
}

.w-51-px {
  width: 51px;
}

.w-52-px {
  width: 52px;
}

.w-53-px {
  width: 53px;
}

.w-54-px {
  width: 54px;
}

.w-55-px {
  width: 55px;
}

.w-56-px {
  width: 56px;
}

.w-57-px {
  width: 57px;
}

.w-58-px {
  width: 58px;
}

.w-59-px {
  width: 59px;
}

.w-60-px {
  width: 60px;
}

.w-61-px {
  width: 61px;
}

.w-62-px {
  width: 62px;
}

.w-63-px {
  width: 63px;
}

.w-64-px {
  width: 64px;
}

.w-65-px {
  width: 65px;
}

.w-66-px {
  width: 66px;
}

.w-67-px {
  width: 67px;
}

.w-68-px {
  width: 68px;
}

.w-69-px {
  width: 69px;
}

.w-70-px {
  width: 70px;
}

.w-71-px {
  width: 71px;
}

.w-72-px {
  width: 72px;
}

.w-73-px {
  width: 73px;
}

.w-74-px {
  width: 74px;
}

.w-75-px {
  width: 75px;
}

.w-76-px {
  width: 76px;
}

.w-77-px {
  width: 77px;
}

.w-78-px {
  width: 78px;
}

.w-79-px {
  width: 79px;
}

.w-80-px {
  width: 80px;
}

.w-81-px {
  width: 81px;
}

.w-82-px {
  width: 82px;
}

.w-83-px {
  width: 83px;
}

.w-84-px {
  width: 84px;
}

.w-85-px {
  width: 85px;
}

.w-86-px {
  width: 86px;
}

.w-87-px {
  width: 87px;
}

.w-88-px {
  width: 88px;
}

.w-89-px {
  width: 89px;
}

.w-90-px {
  width: 90px;
}

.w-91-px {
  width: 91px;
}

.w-92-px {
  width: 92px;
}

.w-93-px {
  width: 93px;
}

.w-94-px {
  width: 94px;
}

.w-95-px {
  width: 95px;
}

.w-96-px {
  width: 96px;
}

.w-97-px {
  width: 97px;
}

.w-98-px {
  width: 98px;
}

.w-99-px {
  width: 99px;
}

.w-100-px {
  width: 100px;
}

.w-101-px {
  width: 101px;
}

.w-102-px {
  width: 102px;
}

.w-103-px {
  width: 103px;
}

.w-104-px {
  width: 104px;
}

.w-105-px {
  width: 105px;
}

.w-106-px {
  width: 106px;
}

.w-107-px {
  width: 107px;
}

.w-108-px {
  width: 108px;
}

.w-109-px {
  width: 109px;
}

.w-110-px {
  width: 110px;
}

.w-111-px {
  width: 111px;
}

.w-112-px {
  width: 112px;
}

.w-113-px {
  width: 113px;
}

.w-114-px {
  width: 114px;
}

.w-115-px {
  width: 115px;
}

.w-116-px {
  width: 116px;
}

.w-117-px {
  width: 117px;
}

.w-118-px {
  width: 118px;
}

.w-119-px {
  width: 119px;
}

.w-120-px {
  width: 120px;
}

.w-121-px {
  width: 121px;
}

.w-122-px {
  width: 122px;
}

.w-123-px {
  width: 123px;
}

.w-124-px {
  width: 124px;
}

.w-125-px {
  width: 125px;
}

.w-126-px {
  width: 126px;
}

.w-127-px {
  width: 127px;
}

.w-128-px {
  width: 128px;
}

.w-129-px {
  width: 129px;
}

.w-130-px {
  width: 130px;
}

.w-131-px {
  width: 131px;
}

.w-132-px {
  width: 132px;
}

.w-133-px {
  width: 133px;
}

.w-134-px {
  width: 134px;
}

.w-135-px {
  width: 135px;
}

.w-136-px {
  width: 136px;
}

.w-137-px {
  width: 137px;
}

.w-138-px {
  width: 138px;
}

.w-139-px {
  width: 139px;
}

.w-140-px {
  width: 140px;
}

.w-141-px {
  width: 141px;
}

.w-142-px {
  width: 142px;
}

.w-143-px {
  width: 143px;
}

.w-144-px {
  width: 144px;
}

.w-145-px {
  width: 145px;
}

.w-146-px {
  width: 146px;
}

.w-147-px {
  width: 147px;
}

.w-148-px {
  width: 148px;
}

.w-149-px {
  width: 149px;
}

.w-150-px {
  width: 150px;
}

.w-151-px {
  width: 151px;
}

.w-152-px {
  width: 152px;
}

.w-153-px {
  width: 153px;
}

.w-154-px {
  width: 154px;
}

.w-155-px {
  width: 155px;
}

.w-156-px {
  width: 156px;
}

.w-157-px {
  width: 157px;
}

.w-158-px {
  width: 158px;
}

.w-159-px {
  width: 159px;
}

.w-160-px {
  width: 160px;
}

.w-161-px {
  width: 161px;
}

.w-162-px {
  width: 162px;
}

.w-163-px {
  width: 163px;
}

.w-164-px {
  width: 164px;
}

.w-165-px {
  width: 165px;
}

.w-166-px {
  width: 166px;
}

.w-167-px {
  width: 167px;
}

.w-168-px {
  width: 168px;
}

.w-169-px {
  width: 169px;
}

.w-170-px {
  width: 170px;
}

.w-171-px {
  width: 171px;
}

.w-172-px {
  width: 172px;
}

.w-173-px {
  width: 173px;
}

.w-174-px {
  width: 174px;
}

.w-175-px {
  width: 175px;
}

.w-176-px {
  width: 176px;
}

.w-177-px {
  width: 177px;
}

.w-178-px {
  width: 178px;
}

.w-179-px {
  width: 179px;
}

.w-180-px {
  width: 180px;
}

.w-181-px {
  width: 181px;
}

.w-182-px {
  width: 182px;
}

.w-183-px {
  width: 183px;
}

.w-184-px {
  width: 184px;
}

.w-185-px {
  width: 185px;
}

.w-186-px {
  width: 186px;
}

.w-187-px {
  width: 187px;
}

.w-188-px {
  width: 188px;
}

.w-189-px {
  width: 189px;
}

.w-190-px {
  width: 190px;
}

.w-191-px {
  width: 191px;
}

.w-192-px {
  width: 192px;
}

.w-193-px {
  width: 193px;
}

.w-194-px {
  width: 194px;
}

.w-195-px {
  width: 195px;
}

.w-196-px {
  width: 196px;
}

.w-197-px {
  width: 197px;
}

.w-198-px {
  width: 198px;
}

.w-199-px {
  width: 199px;
}

.w-200-px {
  width: 200px;
}

.w-201-px {
  width: 201px;
}

.w-202-px {
  width: 202px;
}

.w-203-px {
  width: 203px;
}

.w-204-px {
  width: 204px;
}

.w-205-px {
  width: 205px;
}

.w-206-px {
  width: 206px;
}

.w-207-px {
  width: 207px;
}

.w-208-px {
  width: 208px;
}

.w-209-px {
  width: 209px;
}

.w-210-px {
  width: 210px;
}

.w-211-px {
  width: 211px;
}

.w-212-px {
  width: 212px;
}

.w-213-px {
  width: 213px;
}

.w-214-px {
  width: 214px;
}

.w-215-px {
  width: 215px;
}

.w-216-px {
  width: 216px;
}

.w-217-px {
  width: 217px;
}

.w-218-px {
  width: 218px;
}

.w-219-px {
  width: 219px;
}

.w-220-px {
  width: 220px;
}

.w-221-px {
  width: 221px;
}

.w-222-px {
  width: 222px;
}

.w-223-px {
  width: 223px;
}

.w-224-px {
  width: 224px;
}

.w-225-px {
  width: 225px;
}

.w-226-px {
  width: 226px;
}

.w-227-px {
  width: 227px;
}

.w-228-px {
  width: 228px;
}

.w-229-px {
  width: 229px;
}

.w-230-px {
  width: 230px;
}

.w-231-px {
  width: 231px;
}

.w-232-px {
  width: 232px;
}

.w-233-px {
  width: 233px;
}

.w-234-px {
  width: 234px;
}

.w-235-px {
  width: 235px;
}

.w-236-px {
  width: 236px;
}

.w-237-px {
  width: 237px;
}

.w-238-px {
  width: 238px;
}

.w-239-px {
  width: 239px;
}

.w-240-px {
  width: 240px;
}

.w-241-px {
  width: 241px;
}

.w-242-px {
  width: 242px;
}

.w-243-px {
  width: 243px;
}

.w-244-px {
  width: 244px;
}

.w-245-px {
  width: 245px;
}

.w-246-px {
  width: 246px;
}

.w-247-px {
  width: 247px;
}

.w-248-px {
  width: 248px;
}

.w-249-px {
  width: 249px;
}

.w-250-px {
  width: 250px;
}

.w-251-px {
  width: 251px;
}

.w-252-px {
  width: 252px;
}

.w-253-px {
  width: 253px;
}

.w-254-px {
  width: 254px;
}

.w-255-px {
  width: 255px;
}

.w-256-px {
  width: 256px;
}

.w-257-px {
  width: 257px;
}

.w-258-px {
  width: 258px;
}

.w-259-px {
  width: 259px;
}

.w-260-px {
  width: 260px;
}

.w-261-px {
  width: 261px;
}

.w-262-px {
  width: 262px;
}

.w-263-px {
  width: 263px;
}

.w-264-px {
  width: 264px;
}

.w-265-px {
  width: 265px;
}

.w-266-px {
  width: 266px;
}

.w-267-px {
  width: 267px;
}

.w-268-px {
  width: 268px;
}

.w-269-px {
  width: 269px;
}

.w-270-px {
  width: 270px;
}

.w-271-px {
  width: 271px;
}

.w-272-px {
  width: 272px;
}

.w-273-px {
  width: 273px;
}

.w-274-px {
  width: 274px;
}

.w-275-px {
  width: 275px;
}

.w-276-px {
  width: 276px;
}

.w-277-px {
  width: 277px;
}

.w-278-px {
  width: 278px;
}

.w-279-px {
  width: 279px;
}

.w-280-px {
  width: 280px;
}

.w-281-px {
  width: 281px;
}

.w-282-px {
  width: 282px;
}

.w-283-px {
  width: 283px;
}

.w-284-px {
  width: 284px;
}

.w-285-px {
  width: 285px;
}

.w-286-px {
  width: 286px;
}

.w-287-px {
  width: 287px;
}

.w-288-px {
  width: 288px;
}

.w-289-px {
  width: 289px;
}

.w-290-px {
  width: 290px;
}

.w-291-px {
  width: 291px;
}

.w-292-px {
  width: 292px;
}

.w-293-px {
  width: 293px;
}

.w-294-px {
  width: 294px;
}

.w-295-px {
  width: 295px;
}

.w-296-px {
  width: 296px;
}

.w-297-px {
  width: 297px;
}

.w-298-px {
  width: 298px;
}

.w-299-px {
  width: 299px;
}

.w-300-px {
  width: 300px;
}

.w-301-px {
  width: 301px;
}

.w-302-px {
  width: 302px;
}

.w-303-px {
  width: 303px;
}

.w-304-px {
  width: 304px;
}

.w-305-px {
  width: 305px;
}

.w-306-px {
  width: 306px;
}

.w-307-px {
  width: 307px;
}

.w-308-px {
  width: 308px;
}

.w-309-px {
  width: 309px;
}

.w-310-px {
  width: 310px;
}

.w-311-px {
  width: 311px;
}

.w-312-px {
  width: 312px;
}

.w-313-px {
  width: 313px;
}

.w-314-px {
  width: 314px;
}

.w-315-px {
  width: 315px;
}

.w-316-px {
  width: 316px;
}

.w-317-px {
  width: 317px;
}

.w-318-px {
  width: 318px;
}

.w-319-px {
  width: 319px;
}

.w-320-px {
  width: 320px;
}

.w-321-px {
  width: 321px;
}

.w-322-px {
  width: 322px;
}

.w-323-px {
  width: 323px;
}

.w-324-px {
  width: 324px;
}

.w-325-px {
  width: 325px;
}

.w-326-px {
  width: 326px;
}

.w-327-px {
  width: 327px;
}

.w-328-px {
  width: 328px;
}

.w-329-px {
  width: 329px;
}

.w-330-px {
  width: 330px;
}

.w-331-px {
  width: 331px;
}

.w-332-px {
  width: 332px;
}

.w-333-px {
  width: 333px;
}

.w-334-px {
  width: 334px;
}

.w-335-px {
  width: 335px;
}

.w-336-px {
  width: 336px;
}

.w-337-px {
  width: 337px;
}

.w-338-px {
  width: 338px;
}

.w-339-px {
  width: 339px;
}

.w-340-px {
  width: 340px;
}

.w-341-px {
  width: 341px;
}

.w-342-px {
  width: 342px;
}

.w-343-px {
  width: 343px;
}

.w-344-px {
  width: 344px;
}

.w-345-px {
  width: 345px;
}

.w-346-px {
  width: 346px;
}

.w-347-px {
  width: 347px;
}

.w-348-px {
  width: 348px;
}

.w-349-px {
  width: 349px;
}

.w-350-px {
  width: 350px;
}

.w-351-px {
  width: 351px;
}

.w-352-px {
  width: 352px;
}

.w-353-px {
  width: 353px;
}

.w-354-px {
  width: 354px;
}

.w-355-px {
  width: 355px;
}

.w-356-px {
  width: 356px;
}

.w-357-px {
  width: 357px;
}

.w-358-px {
  width: 358px;
}

.w-359-px {
  width: 359px;
}

.w-360-px {
  width: 360px;
}

.w-361-px {
  width: 361px;
}

.w-362-px {
  width: 362px;
}

.w-363-px {
  width: 363px;
}

.w-364-px {
  width: 364px;
}

.w-365-px {
  width: 365px;
}

.w-366-px {
  width: 366px;
}

.w-367-px {
  width: 367px;
}

.w-368-px {
  width: 368px;
}

.w-369-px {
  width: 369px;
}

.w-370-px {
  width: 370px;
}

.w-371-px {
  width: 371px;
}

.w-372-px {
  width: 372px;
}

.w-373-px {
  width: 373px;
}

.w-374-px {
  width: 374px;
}

.w-375-px {
  width: 375px;
}

.w-376-px {
  width: 376px;
}

.w-377-px {
  width: 377px;
}

.w-378-px {
  width: 378px;
}

.w-379-px {
  width: 379px;
}

.w-380-px {
  width: 380px;
}

.w-381-px {
  width: 381px;
}

.w-382-px {
  width: 382px;
}

.w-383-px {
  width: 383px;
}

.w-384-px {
  width: 384px;
}

.w-385-px {
  width: 385px;
}

.w-386-px {
  width: 386px;
}

.w-387-px {
  width: 387px;
}

.w-388-px {
  width: 388px;
}

.w-389-px {
  width: 389px;
}

.w-390-px {
  width: 390px;
}

.w-391-px {
  width: 391px;
}

.w-392-px {
  width: 392px;
}

.w-393-px {
  width: 393px;
}

.w-394-px {
  width: 394px;
}

.w-395-px {
  width: 395px;
}

.w-396-px {
  width: 396px;
}

.w-397-px {
  width: 397px;
}

.w-398-px {
  width: 398px;
}

.w-399-px {
  width: 399px;
}

.w-400-px {
  width: 400px;
}

.w-401-px {
  width: 401px;
}

.w-402-px {
  width: 402px;
}

.w-403-px {
  width: 403px;
}

.w-404-px {
  width: 404px;
}

.w-405-px {
  width: 405px;
}

.w-406-px {
  width: 406px;
}

.w-407-px {
  width: 407px;
}

.w-408-px {
  width: 408px;
}

.w-409-px {
  width: 409px;
}

.w-410-px {
  width: 410px;
}

.w-411-px {
  width: 411px;
}

.w-412-px {
  width: 412px;
}

.w-413-px {
  width: 413px;
}

.w-414-px {
  width: 414px;
}

.w-415-px {
  width: 415px;
}

.w-416-px {
  width: 416px;
}

.w-417-px {
  width: 417px;
}

.w-418-px {
  width: 418px;
}

.w-419-px {
  width: 419px;
}

.w-420-px {
  width: 420px;
}

.w-421-px {
  width: 421px;
}

.w-422-px {
  width: 422px;
}

.w-423-px {
  width: 423px;
}

.w-424-px {
  width: 424px;
}

.w-425-px {
  width: 425px;
}

.w-426-px {
  width: 426px;
}

.w-427-px {
  width: 427px;
}

.w-428-px {
  width: 428px;
}

.w-429-px {
  width: 429px;
}

.w-430-px {
  width: 430px;
}

.w-431-px {
  width: 431px;
}

.w-432-px {
  width: 432px;
}

.w-433-px {
  width: 433px;
}

.w-434-px {
  width: 434px;
}

.w-435-px {
  width: 435px;
}

.w-436-px {
  width: 436px;
}

.w-437-px {
  width: 437px;
}

.w-438-px {
  width: 438px;
}

.w-439-px {
  width: 439px;
}

.w-440-px {
  width: 440px;
}

.w-441-px {
  width: 441px;
}

.w-442-px {
  width: 442px;
}

.w-443-px {
  width: 443px;
}

.w-444-px {
  width: 444px;
}

.w-445-px {
  width: 445px;
}

.w-446-px {
  width: 446px;
}

.w-447-px {
  width: 447px;
}

.w-448-px {
  width: 448px;
}

.w-449-px {
  width: 449px;
}

.w-450-px {
  width: 450px;
}

.w-451-px {
  width: 451px;
}

.w-452-px {
  width: 452px;
}

.w-453-px {
  width: 453px;
}

.w-454-px {
  width: 454px;
}

.w-455-px {
  width: 455px;
}

.w-456-px {
  width: 456px;
}

.w-457-px {
  width: 457px;
}

.w-458-px {
  width: 458px;
}

.w-459-px {
  width: 459px;
}

.w-460-px {
  width: 460px;
}

.w-461-px {
  width: 461px;
}

.w-462-px {
  width: 462px;
}

.w-463-px {
  width: 463px;
}

.w-464-px {
  width: 464px;
}

.w-465-px {
  width: 465px;
}

.w-466-px {
  width: 466px;
}

.w-467-px {
  width: 467px;
}

.w-468-px {
  width: 468px;
}

.w-469-px {
  width: 469px;
}

.w-470-px {
  width: 470px;
}

.w-471-px {
  width: 471px;
}

.w-472-px {
  width: 472px;
}

.w-473-px {
  width: 473px;
}

.w-474-px {
  width: 474px;
}

.w-475-px {
  width: 475px;
}

.w-476-px {
  width: 476px;
}

.w-477-px {
  width: 477px;
}

.w-478-px {
  width: 478px;
}

.w-479-px {
  width: 479px;
}

.w-480-px {
  width: 480px;
}

.w-481-px {
  width: 481px;
}

.w-482-px {
  width: 482px;
}

.w-483-px {
  width: 483px;
}

.w-484-px {
  width: 484px;
}

.w-485-px {
  width: 485px;
}

.w-486-px {
  width: 486px;
}

.w-487-px {
  width: 487px;
}

.w-488-px {
  width: 488px;
}

.w-489-px {
  width: 489px;
}

.w-490-px {
  width: 490px;
}

.w-491-px {
  width: 491px;
}

.w-492-px {
  width: 492px;
}

.w-493-px {
  width: 493px;
}

.w-494-px {
  width: 494px;
}

.w-495-px {
  width: 495px;
}

.w-496-px {
  width: 496px;
}

.w-497-px {
  width: 497px;
}

.w-498-px {
  width: 498px;
}

.w-499-px {
  width: 499px;
}

.w-500-px {
  width: 500px;
}

.w-501-px {
  width: 501px;
}

.w-502-px {
  width: 502px;
}

.w-503-px {
  width: 503px;
}

.w-504-px {
  width: 504px;
}

.w-505-px {
  width: 505px;
}

.w-506-px {
  width: 506px;
}

.w-507-px {
  width: 507px;
}

.w-508-px {
  width: 508px;
}

.w-509-px {
  width: 509px;
}

.w-510-px {
  width: 510px;
}

.w-511-px {
  width: 511px;
}

.w-512-px {
  width: 512px;
}

.w-513-px {
  width: 513px;
}

.w-514-px {
  width: 514px;
}

.w-515-px {
  width: 515px;
}

.w-516-px {
  width: 516px;
}

.w-517-px {
  width: 517px;
}

.w-518-px {
  width: 518px;
}

.w-519-px {
  width: 519px;
}

.w-520-px {
  width: 520px;
}

.w-521-px {
  width: 521px;
}

.w-522-px {
  width: 522px;
}

.w-523-px {
  width: 523px;
}

.w-524-px {
  width: 524px;
}

.w-525-px {
  width: 525px;
}

.w-526-px {
  width: 526px;
}

.w-527-px {
  width: 527px;
}

.w-528-px {
  width: 528px;
}

.w-529-px {
  width: 529px;
}

.w-530-px {
  width: 530px;
}

.w-531-px {
  width: 531px;
}

.w-532-px {
  width: 532px;
}

.w-533-px {
  width: 533px;
}

.w-534-px {
  width: 534px;
}

.w-535-px {
  width: 535px;
}

.w-536-px {
  width: 536px;
}

.w-537-px {
  width: 537px;
}

.w-538-px {
  width: 538px;
}

.w-539-px {
  width: 539px;
}

.w-540-px {
  width: 540px;
}

.w-541-px {
  width: 541px;
}

.w-542-px {
  width: 542px;
}

.w-543-px {
  width: 543px;
}

.w-544-px {
  width: 544px;
}

.w-545-px {
  width: 545px;
}

.w-546-px {
  width: 546px;
}

.w-547-px {
  width: 547px;
}

.w-548-px {
  width: 548px;
}

.w-549-px {
  width: 549px;
}

.w-550-px {
  width: 550px;
}

.w-551-px {
  width: 551px;
}

.w-552-px {
  width: 552px;
}

.w-553-px {
  width: 553px;
}

.w-554-px {
  width: 554px;
}

.w-555-px {
  width: 555px;
}

.w-556-px {
  width: 556px;
}

.w-557-px {
  width: 557px;
}

.w-558-px {
  width: 558px;
}

.w-559-px {
  width: 559px;
}

.w-560-px {
  width: 560px;
}

.w-561-px {
  width: 561px;
}

.w-562-px {
  width: 562px;
}

.w-563-px {
  width: 563px;
}

.w-564-px {
  width: 564px;
}

.w-565-px {
  width: 565px;
}

.w-566-px {
  width: 566px;
}

.w-567-px {
  width: 567px;
}

.w-568-px {
  width: 568px;
}

.w-569-px {
  width: 569px;
}

.w-570-px {
  width: 570px;
}

.w-571-px {
  width: 571px;
}

.w-572-px {
  width: 572px;
}

.w-573-px {
  width: 573px;
}

.w-574-px {
  width: 574px;
}

.w-575-px {
  width: 575px;
}

.w-576-px {
  width: 576px;
}

.w-577-px {
  width: 577px;
}

.w-578-px {
  width: 578px;
}

.w-579-px {
  width: 579px;
}

.w-580-px {
  width: 580px;
}

.w-581-px {
  width: 581px;
}

.w-582-px {
  width: 582px;
}

.w-583-px {
  width: 583px;
}

.w-584-px {
  width: 584px;
}

.w-585-px {
  width: 585px;
}

.w-586-px {
  width: 586px;
}

.w-587-px {
  width: 587px;
}

.w-588-px {
  width: 588px;
}

.w-589-px {
  width: 589px;
}

.w-590-px {
  width: 590px;
}

.w-591-px {
  width: 591px;
}

.w-592-px {
  width: 592px;
}

.w-593-px {
  width: 593px;
}

.w-594-px {
  width: 594px;
}

.w-595-px {
  width: 595px;
}

.w-596-px {
  width: 596px;
}

.w-597-px {
  width: 597px;
}

.w-598-px {
  width: 598px;
}

.w-599-px {
  width: 599px;
}

.w-600-px {
  width: 600px;
}

.w-601-px {
  width: 601px;
}

.w-602-px {
  width: 602px;
}

.w-603-px {
  width: 603px;
}

.w-604-px {
  width: 604px;
}

.w-605-px {
  width: 605px;
}

.w-606-px {
  width: 606px;
}

.w-607-px {
  width: 607px;
}

.w-608-px {
  width: 608px;
}

.w-609-px {
  width: 609px;
}

.w-610-px {
  width: 610px;
}

.w-611-px {
  width: 611px;
}

.w-612-px {
  width: 612px;
}

.w-613-px {
  width: 613px;
}

.w-614-px {
  width: 614px;
}

.w-615-px {
  width: 615px;
}

.w-616-px {
  width: 616px;
}

.w-617-px {
  width: 617px;
}

.w-618-px {
  width: 618px;
}

.w-619-px {
  width: 619px;
}

.w-620-px {
  width: 620px;
}

.w-621-px {
  width: 621px;
}

.w-622-px {
  width: 622px;
}

.w-623-px {
  width: 623px;
}

.w-624-px {
  width: 624px;
}

.w-625-px {
  width: 625px;
}

.w-626-px {
  width: 626px;
}

.w-627-px {
  width: 627px;
}

.w-628-px {
  width: 628px;
}

.w-629-px {
  width: 629px;
}

.w-630-px {
  width: 630px;
}

.w-631-px {
  width: 631px;
}

.w-632-px {
  width: 632px;
}

.w-633-px {
  width: 633px;
}

.w-634-px {
  width: 634px;
}

.w-635-px {
  width: 635px;
}

.w-636-px {
  width: 636px;
}

.w-637-px {
  width: 637px;
}

.w-638-px {
  width: 638px;
}

.w-639-px {
  width: 639px;
}

.w-640-px {
  width: 640px;
}

.w-641-px {
  width: 641px;
}

.w-642-px {
  width: 642px;
}

.w-643-px {
  width: 643px;
}

.w-644-px {
  width: 644px;
}

.w-645-px {
  width: 645px;
}

.w-646-px {
  width: 646px;
}

.w-647-px {
  width: 647px;
}

.w-648-px {
  width: 648px;
}

.w-649-px {
  width: 649px;
}

.w-650-px {
  width: 650px;
}

.w-651-px {
  width: 651px;
}

.w-652-px {
  width: 652px;
}

.w-653-px {
  width: 653px;
}

.w-654-px {
  width: 654px;
}

.w-655-px {
  width: 655px;
}

.w-656-px {
  width: 656px;
}

.w-657-px {
  width: 657px;
}

.w-658-px {
  width: 658px;
}

.w-659-px {
  width: 659px;
}

.w-660-px {
  width: 660px;
}

.w-661-px {
  width: 661px;
}

.w-662-px {
  width: 662px;
}

.w-663-px {
  width: 663px;
}

.w-664-px {
  width: 664px;
}

.w-665-px {
  width: 665px;
}

.w-666-px {
  width: 666px;
}

.w-667-px {
  width: 667px;
}

.w-668-px {
  width: 668px;
}

.w-669-px {
  width: 669px;
}

.w-670-px {
  width: 670px;
}

.w-671-px {
  width: 671px;
}

.w-672-px {
  width: 672px;
}

.w-673-px {
  width: 673px;
}

.w-674-px {
  width: 674px;
}

.w-675-px {
  width: 675px;
}

.w-676-px {
  width: 676px;
}

.w-677-px {
  width: 677px;
}

.w-678-px {
  width: 678px;
}

.w-679-px {
  width: 679px;
}

.w-680-px {
  width: 680px;
}

.w-681-px {
  width: 681px;
}

.w-682-px {
  width: 682px;
}

.w-683-px {
  width: 683px;
}

.w-684-px {
  width: 684px;
}

.w-685-px {
  width: 685px;
}

.w-686-px {
  width: 686px;
}

.w-687-px {
  width: 687px;
}

.w-688-px {
  width: 688px;
}

.w-689-px {
  width: 689px;
}

.w-690-px {
  width: 690px;
}

.w-691-px {
  width: 691px;
}

.w-692-px {
  width: 692px;
}

.w-693-px {
  width: 693px;
}

.w-694-px {
  width: 694px;
}

.w-695-px {
  width: 695px;
}

.w-696-px {
  width: 696px;
}

.w-697-px {
  width: 697px;
}

.w-698-px {
  width: 698px;
}

.w-699-px {
  width: 699px;
}

.w-700-px {
  width: 700px;
}

.w-701-px {
  width: 701px;
}

.w-702-px {
  width: 702px;
}

.w-703-px {
  width: 703px;
}

.w-704-px {
  width: 704px;
}

.w-705-px {
  width: 705px;
}

.w-706-px {
  width: 706px;
}

.w-707-px {
  width: 707px;
}

.w-708-px {
  width: 708px;
}

.w-709-px {
  width: 709px;
}

.w-710-px {
  width: 710px;
}

.w-711-px {
  width: 711px;
}

.w-712-px {
  width: 712px;
}

.w-713-px {
  width: 713px;
}

.w-714-px {
  width: 714px;
}

.w-715-px {
  width: 715px;
}

.w-716-px {
  width: 716px;
}

.w-717-px {
  width: 717px;
}

.w-718-px {
  width: 718px;
}

.w-719-px {
  width: 719px;
}

.w-720-px {
  width: 720px;
}

.w-721-px {
  width: 721px;
}

.w-722-px {
  width: 722px;
}

.w-723-px {
  width: 723px;
}

.w-724-px {
  width: 724px;
}

.w-725-px {
  width: 725px;
}

.w-726-px {
  width: 726px;
}

.w-727-px {
  width: 727px;
}

.w-728-px {
  width: 728px;
}

.w-729-px {
  width: 729px;
}

.w-730-px {
  width: 730px;
}

.w-731-px {
  width: 731px;
}

.w-732-px {
  width: 732px;
}

.w-733-px {
  width: 733px;
}

.w-734-px {
  width: 734px;
}

.w-735-px {
  width: 735px;
}

.w-736-px {
  width: 736px;
}

.w-737-px {
  width: 737px;
}

.w-738-px {
  width: 738px;
}

.w-739-px {
  width: 739px;
}

.w-740-px {
  width: 740px;
}

.w-741-px {
  width: 741px;
}

.w-742-px {
  width: 742px;
}

.w-743-px {
  width: 743px;
}

.w-744-px {
  width: 744px;
}

.w-745-px {
  width: 745px;
}

.w-746-px {
  width: 746px;
}

.w-747-px {
  width: 747px;
}

.w-748-px {
  width: 748px;
}

.w-749-px {
  width: 749px;
}

.w-750-px {
  width: 750px;
}

.w-751-px {
  width: 751px;
}

.w-752-px {
  width: 752px;
}

.w-753-px {
  width: 753px;
}

.w-754-px {
  width: 754px;
}

.w-755-px {
  width: 755px;
}

.w-756-px {
  width: 756px;
}

.w-757-px {
  width: 757px;
}

.w-758-px {
  width: 758px;
}

.w-759-px {
  width: 759px;
}

.w-760-px {
  width: 760px;
}

.w-761-px {
  width: 761px;
}

.w-762-px {
  width: 762px;
}

.w-763-px {
  width: 763px;
}

.w-764-px {
  width: 764px;
}

.w-765-px {
  width: 765px;
}

.w-766-px {
  width: 766px;
}

.w-767-px {
  width: 767px;
}

.w-768-px {
  width: 768px;
}

.w-769-px {
  width: 769px;
}

.w-770-px {
  width: 770px;
}

.w-771-px {
  width: 771px;
}

.w-772-px {
  width: 772px;
}

.w-773-px {
  width: 773px;
}

.w-774-px {
  width: 774px;
}

.w-775-px {
  width: 775px;
}

.w-776-px {
  width: 776px;
}

.w-777-px {
  width: 777px;
}

.w-778-px {
  width: 778px;
}

.w-779-px {
  width: 779px;
}

.w-780-px {
  width: 780px;
}

.w-781-px {
  width: 781px;
}

.w-782-px {
  width: 782px;
}

.w-783-px {
  width: 783px;
}

.w-784-px {
  width: 784px;
}

.w-785-px {
  width: 785px;
}

.w-786-px {
  width: 786px;
}

.w-787-px {
  width: 787px;
}

.w-788-px {
  width: 788px;
}

.w-789-px {
  width: 789px;
}

.w-790-px {
  width: 790px;
}

.w-791-px {
  width: 791px;
}

.w-792-px {
  width: 792px;
}

.w-793-px {
  width: 793px;
}

.w-794-px {
  width: 794px;
}

.w-795-px {
  width: 795px;
}

.w-796-px {
  width: 796px;
}

.w-797-px {
  width: 797px;
}

.w-798-px {
  width: 798px;
}

.w-799-px {
  width: 799px;
}

.w-800-px {
  width: 800px;
}

.w-801-px {
  width: 801px;
}

.w-802-px {
  width: 802px;
}

.w-803-px {
  width: 803px;
}

.w-804-px {
  width: 804px;
}

.w-805-px {
  width: 805px;
}

.w-806-px {
  width: 806px;
}

.w-807-px {
  width: 807px;
}

.w-808-px {
  width: 808px;
}

.w-809-px {
  width: 809px;
}

.w-810-px {
  width: 810px;
}

.w-811-px {
  width: 811px;
}

.w-812-px {
  width: 812px;
}

.w-813-px {
  width: 813px;
}

.w-814-px {
  width: 814px;
}

.w-815-px {
  width: 815px;
}

.w-816-px {
  width: 816px;
}

.w-817-px {
  width: 817px;
}

.w-818-px {
  width: 818px;
}

.w-819-px {
  width: 819px;
}

.w-820-px {
  width: 820px;
}

.w-821-px {
  width: 821px;
}

.w-822-px {
  width: 822px;
}

.w-823-px {
  width: 823px;
}

.w-824-px {
  width: 824px;
}

.w-825-px {
  width: 825px;
}

.w-826-px {
  width: 826px;
}

.w-827-px {
  width: 827px;
}

.w-828-px {
  width: 828px;
}

.w-829-px {
  width: 829px;
}

.w-830-px {
  width: 830px;
}

.w-831-px {
  width: 831px;
}

.w-832-px {
  width: 832px;
}

.w-833-px {
  width: 833px;
}

.w-834-px {
  width: 834px;
}

.w-835-px {
  width: 835px;
}

.w-836-px {
  width: 836px;
}

.w-837-px {
  width: 837px;
}

.w-838-px {
  width: 838px;
}

.w-839-px {
  width: 839px;
}

.w-840-px {
  width: 840px;
}

.w-841-px {
  width: 841px;
}

.w-842-px {
  width: 842px;
}

.w-843-px {
  width: 843px;
}

.w-844-px {
  width: 844px;
}

.w-845-px {
  width: 845px;
}

.w-846-px {
  width: 846px;
}

.w-847-px {
  width: 847px;
}

.w-848-px {
  width: 848px;
}

.w-849-px {
  width: 849px;
}

.w-850-px {
  width: 850px;
}

.w-851-px {
  width: 851px;
}

.w-852-px {
  width: 852px;
}

.w-853-px {
  width: 853px;
}

.w-854-px {
  width: 854px;
}

.w-855-px {
  width: 855px;
}

.w-856-px {
  width: 856px;
}

.w-857-px {
  width: 857px;
}

.w-858-px {
  width: 858px;
}

.w-859-px {
  width: 859px;
}

.w-860-px {
  width: 860px;
}

.w-861-px {
  width: 861px;
}

.w-862-px {
  width: 862px;
}

.w-863-px {
  width: 863px;
}

.w-864-px {
  width: 864px;
}

.w-865-px {
  width: 865px;
}

.w-866-px {
  width: 866px;
}

.w-867-px {
  width: 867px;
}

.w-868-px {
  width: 868px;
}

.w-869-px {
  width: 869px;
}

.w-870-px {
  width: 870px;
}

.w-871-px {
  width: 871px;
}

.w-872-px {
  width: 872px;
}

.w-873-px {
  width: 873px;
}

.w-874-px {
  width: 874px;
}

.w-875-px {
  width: 875px;
}

.w-876-px {
  width: 876px;
}

.w-877-px {
  width: 877px;
}

.w-878-px {
  width: 878px;
}

.w-879-px {
  width: 879px;
}

.w-880-px {
  width: 880px;
}

.w-881-px {
  width: 881px;
}

.w-882-px {
  width: 882px;
}

.w-883-px {
  width: 883px;
}

.w-884-px {
  width: 884px;
}

.w-885-px {
  width: 885px;
}

.w-886-px {
  width: 886px;
}

.w-887-px {
  width: 887px;
}

.w-888-px {
  width: 888px;
}

.w-889-px {
  width: 889px;
}

.w-890-px {
  width: 890px;
}

.w-891-px {
  width: 891px;
}

.w-892-px {
  width: 892px;
}

.w-893-px {
  width: 893px;
}

.w-894-px {
  width: 894px;
}

.w-895-px {
  width: 895px;
}

.w-896-px {
  width: 896px;
}

.w-897-px {
  width: 897px;
}

.w-898-px {
  width: 898px;
}

.w-899-px {
  width: 899px;
}

.w-900-px {
  width: 900px;
}

.w-901-px {
  width: 901px;
}

.w-902-px {
  width: 902px;
}

.w-903-px {
  width: 903px;
}

.w-904-px {
  width: 904px;
}

.w-905-px {
  width: 905px;
}

.w-906-px {
  width: 906px;
}

.w-907-px {
  width: 907px;
}

.w-908-px {
  width: 908px;
}

.w-909-px {
  width: 909px;
}

.w-910-px {
  width: 910px;
}

.w-911-px {
  width: 911px;
}

.w-912-px {
  width: 912px;
}

.w-913-px {
  width: 913px;
}

.w-914-px {
  width: 914px;
}

.w-915-px {
  width: 915px;
}

.w-916-px {
  width: 916px;
}

.w-917-px {
  width: 917px;
}

.w-918-px {
  width: 918px;
}

.w-919-px {
  width: 919px;
}

.w-920-px {
  width: 920px;
}

.w-921-px {
  width: 921px;
}

.w-922-px {
  width: 922px;
}

.w-923-px {
  width: 923px;
}

.w-924-px {
  width: 924px;
}

.w-925-px {
  width: 925px;
}

.w-926-px {
  width: 926px;
}

.w-927-px {
  width: 927px;
}

.w-928-px {
  width: 928px;
}

.w-929-px {
  width: 929px;
}

.w-930-px {
  width: 930px;
}

.w-931-px {
  width: 931px;
}

.w-932-px {
  width: 932px;
}

.w-933-px {
  width: 933px;
}

.w-934-px {
  width: 934px;
}

.w-935-px {
  width: 935px;
}

.w-936-px {
  width: 936px;
}

.w-937-px {
  width: 937px;
}

.w-938-px {
  width: 938px;
}

.w-939-px {
  width: 939px;
}

.w-940-px {
  width: 940px;
}

.w-941-px {
  width: 941px;
}

.w-942-px {
  width: 942px;
}

.w-943-px {
  width: 943px;
}

.w-944-px {
  width: 944px;
}

.w-945-px {
  width: 945px;
}

.w-946-px {
  width: 946px;
}

.w-947-px {
  width: 947px;
}

.w-948-px {
  width: 948px;
}

.w-949-px {
  width: 949px;
}

.w-950-px {
  width: 950px;
}

.w-951-px {
  width: 951px;
}

.w-952-px {
  width: 952px;
}

.w-953-px {
  width: 953px;
}

.w-954-px {
  width: 954px;
}

.w-955-px {
  width: 955px;
}

.w-956-px {
  width: 956px;
}

.w-957-px {
  width: 957px;
}

.w-958-px {
  width: 958px;
}

.w-959-px {
  width: 959px;
}

.w-960-px {
  width: 960px;
}

.w-961-px {
  width: 961px;
}

.w-962-px {
  width: 962px;
}

.w-963-px {
  width: 963px;
}

.w-964-px {
  width: 964px;
}

.w-965-px {
  width: 965px;
}

.w-966-px {
  width: 966px;
}

.w-967-px {
  width: 967px;
}

.w-968-px {
  width: 968px;
}

.w-969-px {
  width: 969px;
}

.w-970-px {
  width: 970px;
}

.w-971-px {
  width: 971px;
}

.w-972-px {
  width: 972px;
}

.w-973-px {
  width: 973px;
}

.w-974-px {
  width: 974px;
}

.w-975-px {
  width: 975px;
}

.w-976-px {
  width: 976px;
}

.w-977-px {
  width: 977px;
}

.w-978-px {
  width: 978px;
}

.w-979-px {
  width: 979px;
}

.w-980-px {
  width: 980px;
}

.w-981-px {
  width: 981px;
}

.w-982-px {
  width: 982px;
}

.w-983-px {
  width: 983px;
}

.w-984-px {
  width: 984px;
}

.w-985-px {
  width: 985px;
}

.w-986-px {
  width: 986px;
}

.w-987-px {
  width: 987px;
}

.w-988-px {
  width: 988px;
}

.w-989-px {
  width: 989px;
}

.w-990-px {
  width: 990px;
}

.w-991-px {
  width: 991px;
}

.w-992-px {
  width: 992px;
}

.w-993-px {
  width: 993px;
}

.w-994-px {
  width: 994px;
}

.w-995-px {
  width: 995px;
}

.w-996-px {
  width: 996px;
}

.w-997-px {
  width: 997px;
}

.w-998-px {
  width: 998px;
}

.w-999-px {
  width: 999px;
}

.w-1000-px {
  width: 1000px;
}

.w-1001-px {
  width: 1001px;
}

.w-1002-px {
  width: 1002px;
}

.w-1003-px {
  width: 1003px;
}

.w-1004-px {
  width: 1004px;
}

.w-1005-px {
  width: 1005px;
}

.w-1006-px {
  width: 1006px;
}

.w-1007-px {
  width: 1007px;
}

.w-1008-px {
  width: 1008px;
}

.w-1009-px {
  width: 1009px;
}

.w-1010-px {
  width: 1010px;
}

.w-1011-px {
  width: 1011px;
}

.w-1012-px {
  width: 1012px;
}

.w-1013-px {
  width: 1013px;
}

.w-1014-px {
  width: 1014px;
}

.w-1015-px {
  width: 1015px;
}

.w-1016-px {
  width: 1016px;
}

.w-1017-px {
  width: 1017px;
}

.w-1018-px {
  width: 1018px;
}

.w-1019-px {
  width: 1019px;
}

.w-1020-px {
  width: 1020px;
}

.w-1021-px {
  width: 1021px;
}

.w-1022-px {
  width: 1022px;
}

.w-1023-px {
  width: 1023px;
}

.w-1024-px {
  width: 1024px;
}

.w-1025-px {
  width: 1025px;
}

.w-1026-px {
  width: 1026px;
}

.w-1027-px {
  width: 1027px;
}

.w-1028-px {
  width: 1028px;
}

.w-1029-px {
  width: 1029px;
}

.w-1030-px {
  width: 1030px;
}

.w-1031-px {
  width: 1031px;
}

.w-1032-px {
  width: 1032px;
}

.w-1033-px {
  width: 1033px;
}

.w-1034-px {
  width: 1034px;
}

.w-1035-px {
  width: 1035px;
}

.w-1036-px {
  width: 1036px;
}

.w-1037-px {
  width: 1037px;
}

.w-1038-px {
  width: 1038px;
}

.w-1039-px {
  width: 1039px;
}

.w-1040-px {
  width: 1040px;
}

.w-1041-px {
  width: 1041px;
}

.w-1042-px {
  width: 1042px;
}

.w-1043-px {
  width: 1043px;
}

.w-1044-px {
  width: 1044px;
}

.w-1045-px {
  width: 1045px;
}

.w-1046-px {
  width: 1046px;
}

.w-1047-px {
  width: 1047px;
}

.w-1048-px {
  width: 1048px;
}

.w-1049-px {
  width: 1049px;
}

.w-1050-px {
  width: 1050px;
}

.top-1-px {
  top: 1px !important;
}

.right-1-px {
  right: 1px !important;
}

.bottom-1-px {
  bottom: 1px !important;
}

.left-1-px {
  left: 1px !important;
}

.left-n-1-px {
  left: -1px !important;
}

.top-n-1-px {
  top: -1px !important;
}

.right-n-1-px {
  right: -1px !important;
}

.bottom-n-1-px {
  bottom: -1px !important;
}

.top-2-px {
  top: 2px !important;
}

.right-2-px {
  right: 2px !important;
}

.bottom-2-px {
  bottom: 2px !important;
}

.left-2-px {
  left: 2px !important;
}

.left-n-2-px {
  left: -2px !important;
}

.top-n-2-px {
  top: -2px !important;
}

.right-n-2-px {
  right: -2px !important;
}

.bottom-n-2-px {
  bottom: -2px !important;
}

.top-3-px {
  top: 3px !important;
}

.right-3-px {
  right: 3px !important;
}

.bottom-3-px {
  bottom: 3px !important;
}

.left-3-px {
  left: 3px !important;
}

.left-n-3-px {
  left: -3px !important;
}

.top-n-3-px {
  top: -3px !important;
}

.right-n-3-px {
  right: -3px !important;
}

.bottom-n-3-px {
  bottom: -3px !important;
}

.top-4-px {
  top: 4px !important;
}

.right-4-px {
  right: 4px !important;
}

.bottom-4-px {
  bottom: 4px !important;
}

.left-4-px {
  left: 4px !important;
}

.left-n-4-px {
  left: -4px !important;
}

.top-n-4-px {
  top: -4px !important;
}

.right-n-4-px {
  right: -4px !important;
}

.bottom-n-4-px {
  bottom: -4px !important;
}

.top-5-px {
  top: 5px !important;
}

.right-5-px {
  right: 5px !important;
}

.bottom-5-px {
  bottom: 5px !important;
}

.left-5-px {
  left: 5px !important;
}

.left-n-5-px {
  left: -5px !important;
}

.top-n-5-px {
  top: -5px !important;
}

.right-n-5-px {
  right: -5px !important;
}

.bottom-n-5-px {
  bottom: -5px !important;
}

.top-6-px {
  top: 6px !important;
}

.right-6-px {
  right: 6px !important;
}

.bottom-6-px {
  bottom: 6px !important;
}

.left-6-px {
  left: 6px !important;
}

.left-n-6-px {
  left: -6px !important;
}

.top-n-6-px {
  top: -6px !important;
}

.right-n-6-px {
  right: -6px !important;
}

.bottom-n-6-px {
  bottom: -6px !important;
}

.top-7-px {
  top: 7px !important;
}

.right-7-px {
  right: 7px !important;
}

.bottom-7-px {
  bottom: 7px !important;
}

.left-7-px {
  left: 7px !important;
}

.left-n-7-px {
  left: -7px !important;
}

.top-n-7-px {
  top: -7px !important;
}

.right-n-7-px {
  right: -7px !important;
}

.bottom-n-7-px {
  bottom: -7px !important;
}

.top-8-px {
  top: 8px !important;
}

.right-8-px {
  right: 8px !important;
}

.bottom-8-px {
  bottom: 8px !important;
}

.left-8-px {
  left: 8px !important;
}

.left-n-8-px {
  left: -8px !important;
}

.top-n-8-px {
  top: -8px !important;
}

.right-n-8-px {
  right: -8px !important;
}

.bottom-n-8-px {
  bottom: -8px !important;
}

.top-9-px {
  top: 9px !important;
}

.right-9-px {
  right: 9px !important;
}

.bottom-9-px {
  bottom: 9px !important;
}

.left-9-px {
  left: 9px !important;
}

.left-n-9-px {
  left: -9px !important;
}

.top-n-9-px {
  top: -9px !important;
}

.right-n-9-px {
  right: -9px !important;
}

.bottom-n-9-px {
  bottom: -9px !important;
}

.top-10-px {
  top: 10px !important;
}

.right-10-px {
  right: 10px !important;
}

.bottom-10-px {
  bottom: 10px !important;
}

.left-10-px {
  left: 10px !important;
}

.left-n-10-px {
  left: -10px !important;
}

.top-n-10-px {
  top: -10px !important;
}

.right-n-10-px {
  right: -10px !important;
}

.bottom-n-10-px {
  bottom: -10px !important;
}

.top-11-px {
  top: 11px !important;
}

.right-11-px {
  right: 11px !important;
}

.bottom-11-px {
  bottom: 11px !important;
}

.left-11-px {
  left: 11px !important;
}

.left-n-11-px {
  left: -11px !important;
}

.top-n-11-px {
  top: -11px !important;
}

.right-n-11-px {
  right: -11px !important;
}

.bottom-n-11-px {
  bottom: -11px !important;
}

.top-12-px {
  top: 12px !important;
}

.right-12-px {
  right: 12px !important;
}

.bottom-12-px {
  bottom: 12px !important;
}

.left-12-px {
  left: 12px !important;
}

.left-n-12-px {
  left: -12px !important;
}

.top-n-12-px {
  top: -12px !important;
}

.right-n-12-px {
  right: -12px !important;
}

.bottom-n-12-px {
  bottom: -12px !important;
}

.top-13-px {
  top: 13px !important;
}

.right-13-px {
  right: 13px !important;
}

.bottom-13-px {
  bottom: 13px !important;
}

.left-13-px {
  left: 13px !important;
}

.left-n-13-px {
  left: -13px !important;
}

.top-n-13-px {
  top: -13px !important;
}

.right-n-13-px {
  right: -13px !important;
}

.bottom-n-13-px {
  bottom: -13px !important;
}

.top-14-px {
  top: 14px !important;
}

.right-14-px {
  right: 14px !important;
}

.bottom-14-px {
  bottom: 14px !important;
}

.left-14-px {
  left: 14px !important;
}

.left-n-14-px {
  left: -14px !important;
}

.top-n-14-px {
  top: -14px !important;
}

.right-n-14-px {
  right: -14px !important;
}

.bottom-n-14-px {
  bottom: -14px !important;
}

.top-15-px {
  top: 15px !important;
}

.right-15-px {
  right: 15px !important;
}

.bottom-15-px {
  bottom: 15px !important;
}

.left-15-px {
  left: 15px !important;
}

.left-n-15-px {
  left: -15px !important;
}

.top-n-15-px {
  top: -15px !important;
}

.right-n-15-px {
  right: -15px !important;
}

.bottom-n-15-px {
  bottom: -15px !important;
}

.top-16-px {
  top: 16px !important;
}

.right-16-px {
  right: 16px !important;
}

.bottom-16-px {
  bottom: 16px !important;
}

.left-16-px {
  left: 16px !important;
}

.left-n-16-px {
  left: -16px !important;
}

.top-n-16-px {
  top: -16px !important;
}

.right-n-16-px {
  right: -16px !important;
}

.bottom-n-16-px {
  bottom: -16px !important;
}

.top-17-px {
  top: 17px !important;
}

.right-17-px {
  right: 17px !important;
}

.bottom-17-px {
  bottom: 17px !important;
}

.left-17-px {
  left: 17px !important;
}

.left-n-17-px {
  left: -17px !important;
}

.top-n-17-px {
  top: -17px !important;
}

.right-n-17-px {
  right: -17px !important;
}

.bottom-n-17-px {
  bottom: -17px !important;
}

.top-18-px {
  top: 18px !important;
}

.right-18-px {
  right: 18px !important;
}

.bottom-18-px {
  bottom: 18px !important;
}

.left-18-px {
  left: 18px !important;
}

.left-n-18-px {
  left: -18px !important;
}

.top-n-18-px {
  top: -18px !important;
}

.right-n-18-px {
  right: -18px !important;
}

.bottom-n-18-px {
  bottom: -18px !important;
}

.top-19-px {
  top: 19px !important;
}

.right-19-px {
  right: 19px !important;
}

.bottom-19-px {
  bottom: 19px !important;
}

.left-19-px {
  left: 19px !important;
}

.left-n-19-px {
  left: -19px !important;
}

.top-n-19-px {
  top: -19px !important;
}

.right-n-19-px {
  right: -19px !important;
}

.bottom-n-19-px {
  bottom: -19px !important;
}

.top-20-px {
  top: 20px !important;
}

.right-20-px {
  right: 20px !important;
}

.bottom-20-px {
  bottom: 20px !important;
}

.left-20-px {
  left: 20px !important;
}

.left-n-20-px {
  left: -20px !important;
}

.top-n-20-px {
  top: -20px !important;
}

.right-n-20-px {
  right: -20px !important;
}

.bottom-n-20-px {
  bottom: -20px !important;
}

.top-21-px {
  top: 21px !important;
}

.right-21-px {
  right: 21px !important;
}

.bottom-21-px {
  bottom: 21px !important;
}

.left-21-px {
  left: 21px !important;
}

.left-n-21-px {
  left: -21px !important;
}

.top-n-21-px {
  top: -21px !important;
}

.right-n-21-px {
  right: -21px !important;
}

.bottom-n-21-px {
  bottom: -21px !important;
}

.top-22-px {
  top: 22px !important;
}

.right-22-px {
  right: 22px !important;
}

.bottom-22-px {
  bottom: 22px !important;
}

.left-22-px {
  left: 22px !important;
}

.left-n-22-px {
  left: -22px !important;
}

.top-n-22-px {
  top: -22px !important;
}

.right-n-22-px {
  right: -22px !important;
}

.bottom-n-22-px {
  bottom: -22px !important;
}

.top-23-px {
  top: 23px !important;
}

.right-23-px {
  right: 23px !important;
}

.bottom-23-px {
  bottom: 23px !important;
}

.left-23-px {
  left: 23px !important;
}

.left-n-23-px {
  left: -23px !important;
}

.top-n-23-px {
  top: -23px !important;
}

.right-n-23-px {
  right: -23px !important;
}

.bottom-n-23-px {
  bottom: -23px !important;
}

.top-24-px {
  top: 24px !important;
}

.right-24-px {
  right: 24px !important;
}

.bottom-24-px {
  bottom: 24px !important;
}

.left-24-px {
  left: 24px !important;
}

.left-n-24-px {
  left: -24px !important;
}

.top-n-24-px {
  top: -24px !important;
}

.right-n-24-px {
  right: -24px !important;
}

.bottom-n-24-px {
  bottom: -24px !important;
}

.top-25-px {
  top: 25px !important;
}

.right-25-px {
  right: 25px !important;
}

.bottom-25-px {
  bottom: 25px !important;
}

.left-25-px {
  left: 25px !important;
}

.left-n-25-px {
  left: -25px !important;
}

.top-n-25-px {
  top: -25px !important;
}

.right-n-25-px {
  right: -25px !important;
}

.bottom-n-25-px {
  bottom: -25px !important;
}

.top-26-px {
  top: 26px !important;
}

.right-26-px {
  right: 26px !important;
}

.bottom-26-px {
  bottom: 26px !important;
}

.left-26-px {
  left: 26px !important;
}

.left-n-26-px {
  left: -26px !important;
}

.top-n-26-px {
  top: -26px !important;
}

.right-n-26-px {
  right: -26px !important;
}

.bottom-n-26-px {
  bottom: -26px !important;
}

.top-27-px {
  top: 27px !important;
}

.right-27-px {
  right: 27px !important;
}

.bottom-27-px {
  bottom: 27px !important;
}

.left-27-px {
  left: 27px !important;
}

.left-n-27-px {
  left: -27px !important;
}

.top-n-27-px {
  top: -27px !important;
}

.right-n-27-px {
  right: -27px !important;
}

.bottom-n-27-px {
  bottom: -27px !important;
}

.top-28-px {
  top: 28px !important;
}

.right-28-px {
  right: 28px !important;
}

.bottom-28-px {
  bottom: 28px !important;
}

.left-28-px {
  left: 28px !important;
}

.left-n-28-px {
  left: -28px !important;
}

.top-n-28-px {
  top: -28px !important;
}

.right-n-28-px {
  right: -28px !important;
}

.bottom-n-28-px {
  bottom: -28px !important;
}

.top-29-px {
  top: 29px !important;
}

.right-29-px {
  right: 29px !important;
}

.bottom-29-px {
  bottom: 29px !important;
}

.left-29-px {
  left: 29px !important;
}

.left-n-29-px {
  left: -29px !important;
}

.top-n-29-px {
  top: -29px !important;
}

.right-n-29-px {
  right: -29px !important;
}

.bottom-n-29-px {
  bottom: -29px !important;
}

.top-30-px {
  top: 30px !important;
}

.right-30-px {
  right: 30px !important;
}

.bottom-30-px {
  bottom: 30px !important;
}

.left-30-px {
  left: 30px !important;
}

.left-n-30-px {
  left: -30px !important;
}

.top-n-30-px {
  top: -30px !important;
}

.right-n-30-px {
  right: -30px !important;
}

.bottom-n-30-px {
  bottom: -30px !important;
}

.top-31-px {
  top: 31px !important;
}

.right-31-px {
  right: 31px !important;
}

.bottom-31-px {
  bottom: 31px !important;
}

.left-31-px {
  left: 31px !important;
}

.left-n-31-px {
  left: -31px !important;
}

.top-n-31-px {
  top: -31px !important;
}

.right-n-31-px {
  right: -31px !important;
}

.bottom-n-31-px {
  bottom: -31px !important;
}

.top-32-px {
  top: 32px !important;
}

.right-32-px {
  right: 32px !important;
}

.bottom-32-px {
  bottom: 32px !important;
}

.left-32-px {
  left: 32px !important;
}

.left-n-32-px {
  left: -32px !important;
}

.top-n-32-px {
  top: -32px !important;
}

.right-n-32-px {
  right: -32px !important;
}

.bottom-n-32-px {
  bottom: -32px !important;
}

.top-33-px {
  top: 33px !important;
}

.right-33-px {
  right: 33px !important;
}

.bottom-33-px {
  bottom: 33px !important;
}

.left-33-px {
  left: 33px !important;
}

.left-n-33-px {
  left: -33px !important;
}

.top-n-33-px {
  top: -33px !important;
}

.right-n-33-px {
  right: -33px !important;
}

.bottom-n-33-px {
  bottom: -33px !important;
}

.top-34-px {
  top: 34px !important;
}

.right-34-px {
  right: 34px !important;
}

.bottom-34-px {
  bottom: 34px !important;
}

.left-34-px {
  left: 34px !important;
}

.left-n-34-px {
  left: -34px !important;
}

.top-n-34-px {
  top: -34px !important;
}

.right-n-34-px {
  right: -34px !important;
}

.bottom-n-34-px {
  bottom: -34px !important;
}

.top-35-px {
  top: 35px !important;
}

.right-35-px {
  right: 35px !important;
}

.bottom-35-px {
  bottom: 35px !important;
}

.left-35-px {
  left: 35px !important;
}

.left-n-35-px {
  left: -35px !important;
}

.top-n-35-px {
  top: -35px !important;
}

.right-n-35-px {
  right: -35px !important;
}

.bottom-n-35-px {
  bottom: -35px !important;
}

.top-36-px {
  top: 36px !important;
}

.right-36-px {
  right: 36px !important;
}

.bottom-36-px {
  bottom: 36px !important;
}

.left-36-px {
  left: 36px !important;
}

.left-n-36-px {
  left: -36px !important;
}

.top-n-36-px {
  top: -36px !important;
}

.right-n-36-px {
  right: -36px !important;
}

.bottom-n-36-px {
  bottom: -36px !important;
}

.top-37-px {
  top: 37px !important;
}

.right-37-px {
  right: 37px !important;
}

.bottom-37-px {
  bottom: 37px !important;
}

.left-37-px {
  left: 37px !important;
}

.left-n-37-px {
  left: -37px !important;
}

.top-n-37-px {
  top: -37px !important;
}

.right-n-37-px {
  right: -37px !important;
}

.bottom-n-37-px {
  bottom: -37px !important;
}

.top-38-px {
  top: 38px !important;
}

.right-38-px {
  right: 38px !important;
}

.bottom-38-px {
  bottom: 38px !important;
}

.left-38-px {
  left: 38px !important;
}

.left-n-38-px {
  left: -38px !important;
}

.top-n-38-px {
  top: -38px !important;
}

.right-n-38-px {
  right: -38px !important;
}

.bottom-n-38-px {
  bottom: -38px !important;
}

.top-39-px {
  top: 39px !important;
}

.right-39-px {
  right: 39px !important;
}

.bottom-39-px {
  bottom: 39px !important;
}

.left-39-px {
  left: 39px !important;
}

.left-n-39-px {
  left: -39px !important;
}

.top-n-39-px {
  top: -39px !important;
}

.right-n-39-px {
  right: -39px !important;
}

.bottom-n-39-px {
  bottom: -39px !important;
}

.top-40-px {
  top: 40px !important;
}

.right-40-px {
  right: 40px !important;
}

.bottom-40-px {
  bottom: 40px !important;
}

.left-40-px {
  left: 40px !important;
}

.left-n-40-px {
  left: -40px !important;
}

.top-n-40-px {
  top: -40px !important;
}

.right-n-40-px {
  right: -40px !important;
}

.bottom-n-40-px {
  bottom: -40px !important;
}

.top-41-px {
  top: 41px !important;
}

.right-41-px {
  right: 41px !important;
}

.bottom-41-px {
  bottom: 41px !important;
}

.left-41-px {
  left: 41px !important;
}

.left-n-41-px {
  left: -41px !important;
}

.top-n-41-px {
  top: -41px !important;
}

.right-n-41-px {
  right: -41px !important;
}

.bottom-n-41-px {
  bottom: -41px !important;
}

.top-42-px {
  top: 42px !important;
}

.right-42-px {
  right: 42px !important;
}

.bottom-42-px {
  bottom: 42px !important;
}

.left-42-px {
  left: 42px !important;
}

.left-n-42-px {
  left: -42px !important;
}

.top-n-42-px {
  top: -42px !important;
}

.right-n-42-px {
  right: -42px !important;
}

.bottom-n-42-px {
  bottom: -42px !important;
}

.top-43-px {
  top: 43px !important;
}

.right-43-px {
  right: 43px !important;
}

.bottom-43-px {
  bottom: 43px !important;
}

.left-43-px {
  left: 43px !important;
}

.left-n-43-px {
  left: -43px !important;
}

.top-n-43-px {
  top: -43px !important;
}

.right-n-43-px {
  right: -43px !important;
}

.bottom-n-43-px {
  bottom: -43px !important;
}

.top-44-px {
  top: 44px !important;
}

.right-44-px {
  right: 44px !important;
}

.bottom-44-px {
  bottom: 44px !important;
}

.left-44-px {
  left: 44px !important;
}

.left-n-44-px {
  left: -44px !important;
}

.top-n-44-px {
  top: -44px !important;
}

.right-n-44-px {
  right: -44px !important;
}

.bottom-n-44-px {
  bottom: -44px !important;
}

.top-45-px {
  top: 45px !important;
}

.right-45-px {
  right: 45px !important;
}

.bottom-45-px {
  bottom: 45px !important;
}

.left-45-px {
  left: 45px !important;
}

.left-n-45-px {
  left: -45px !important;
}

.top-n-45-px {
  top: -45px !important;
}

.right-n-45-px {
  right: -45px !important;
}

.bottom-n-45-px {
  bottom: -45px !important;
}

.top-46-px {
  top: 46px !important;
}

.right-46-px {
  right: 46px !important;
}

.bottom-46-px {
  bottom: 46px !important;
}

.left-46-px {
  left: 46px !important;
}

.left-n-46-px {
  left: -46px !important;
}

.top-n-46-px {
  top: -46px !important;
}

.right-n-46-px {
  right: -46px !important;
}

.bottom-n-46-px {
  bottom: -46px !important;
}

.top-47-px {
  top: 47px !important;
}

.right-47-px {
  right: 47px !important;
}

.bottom-47-px {
  bottom: 47px !important;
}

.left-47-px {
  left: 47px !important;
}

.left-n-47-px {
  left: -47px !important;
}

.top-n-47-px {
  top: -47px !important;
}

.right-n-47-px {
  right: -47px !important;
}

.bottom-n-47-px {
  bottom: -47px !important;
}

.top-48-px {
  top: 48px !important;
}

.right-48-px {
  right: 48px !important;
}

.bottom-48-px {
  bottom: 48px !important;
}

.left-48-px {
  left: 48px !important;
}

.left-n-48-px {
  left: -48px !important;
}

.top-n-48-px {
  top: -48px !important;
}

.right-n-48-px {
  right: -48px !important;
}

.bottom-n-48-px {
  bottom: -48px !important;
}

.top-49-px {
  top: 49px !important;
}

.right-49-px {
  right: 49px !important;
}

.bottom-49-px {
  bottom: 49px !important;
}

.left-49-px {
  left: 49px !important;
}

.left-n-49-px {
  left: -49px !important;
}

.top-n-49-px {
  top: -49px !important;
}

.right-n-49-px {
  right: -49px !important;
}

.bottom-n-49-px {
  bottom: -49px !important;
}

.top-50-px {
  top: 50px !important;
}

.right-50-px {
  right: 50px !important;
}

.bottom-50-px {
  bottom: 50px !important;
}

.left-50-px {
  left: 50px !important;
}

.left-n-50-px {
  left: -50px !important;
}

.top-n-50-px {
  top: -50px !important;
}

.right-n-50-px {
  right: -50px !important;
}

.bottom-n-50-px {
  bottom: -50px !important;
}

.top-51-px {
  top: 51px !important;
}

.right-51-px {
  right: 51px !important;
}

.bottom-51-px {
  bottom: 51px !important;
}

.left-51-px {
  left: 51px !important;
}

.left-n-51-px {
  left: -51px !important;
}

.top-n-51-px {
  top: -51px !important;
}

.right-n-51-px {
  right: -51px !important;
}

.bottom-n-51-px {
  bottom: -51px !important;
}

.top-52-px {
  top: 52px !important;
}

.right-52-px {
  right: 52px !important;
}

.bottom-52-px {
  bottom: 52px !important;
}

.left-52-px {
  left: 52px !important;
}

.left-n-52-px {
  left: -52px !important;
}

.top-n-52-px {
  top: -52px !important;
}

.right-n-52-px {
  right: -52px !important;
}

.bottom-n-52-px {
  bottom: -52px !important;
}

.top-53-px {
  top: 53px !important;
}

.right-53-px {
  right: 53px !important;
}

.bottom-53-px {
  bottom: 53px !important;
}

.left-53-px {
  left: 53px !important;
}

.left-n-53-px {
  left: -53px !important;
}

.top-n-53-px {
  top: -53px !important;
}

.right-n-53-px {
  right: -53px !important;
}

.bottom-n-53-px {
  bottom: -53px !important;
}

.top-54-px {
  top: 54px !important;
}

.right-54-px {
  right: 54px !important;
}

.bottom-54-px {
  bottom: 54px !important;
}

.left-54-px {
  left: 54px !important;
}

.left-n-54-px {
  left: -54px !important;
}

.top-n-54-px {
  top: -54px !important;
}

.right-n-54-px {
  right: -54px !important;
}

.bottom-n-54-px {
  bottom: -54px !important;
}

.top-55-px {
  top: 55px !important;
}

.right-55-px {
  right: 55px !important;
}

.bottom-55-px {
  bottom: 55px !important;
}

.left-55-px {
  left: 55px !important;
}

.left-n-55-px {
  left: -55px !important;
}

.top-n-55-px {
  top: -55px !important;
}

.right-n-55-px {
  right: -55px !important;
}

.bottom-n-55-px {
  bottom: -55px !important;
}

.top-56-px {
  top: 56px !important;
}

.right-56-px {
  right: 56px !important;
}

.bottom-56-px {
  bottom: 56px !important;
}

.left-56-px {
  left: 56px !important;
}

.left-n-56-px {
  left: -56px !important;
}

.top-n-56-px {
  top: -56px !important;
}

.right-n-56-px {
  right: -56px !important;
}

.bottom-n-56-px {
  bottom: -56px !important;
}

.top-57-px {
  top: 57px !important;
}

.right-57-px {
  right: 57px !important;
}

.bottom-57-px {
  bottom: 57px !important;
}

.left-57-px {
  left: 57px !important;
}

.left-n-57-px {
  left: -57px !important;
}

.top-n-57-px {
  top: -57px !important;
}

.right-n-57-px {
  right: -57px !important;
}

.bottom-n-57-px {
  bottom: -57px !important;
}

.top-58-px {
  top: 58px !important;
}

.right-58-px {
  right: 58px !important;
}

.bottom-58-px {
  bottom: 58px !important;
}

.left-58-px {
  left: 58px !important;
}

.left-n-58-px {
  left: -58px !important;
}

.top-n-58-px {
  top: -58px !important;
}

.right-n-58-px {
  right: -58px !important;
}

.bottom-n-58-px {
  bottom: -58px !important;
}

.top-59-px {
  top: 59px !important;
}

.right-59-px {
  right: 59px !important;
}

.bottom-59-px {
  bottom: 59px !important;
}

.left-59-px {
  left: 59px !important;
}

.left-n-59-px {
  left: -59px !important;
}

.top-n-59-px {
  top: -59px !important;
}

.right-n-59-px {
  right: -59px !important;
}

.bottom-n-59-px {
  bottom: -59px !important;
}

.top-60-px {
  top: 60px !important;
}

.right-60-px {
  right: 60px !important;
}

.bottom-60-px {
  bottom: 60px !important;
}

.left-60-px {
  left: 60px !important;
}

.left-n-60-px {
  left: -60px !important;
}

.top-n-60-px {
  top: -60px !important;
}

.right-n-60-px {
  right: -60px !important;
}

.bottom-n-60-px {
  bottom: -60px !important;
}

.top-61-px {
  top: 61px !important;
}

.right-61-px {
  right: 61px !important;
}

.bottom-61-px {
  bottom: 61px !important;
}

.left-61-px {
  left: 61px !important;
}

.left-n-61-px {
  left: -61px !important;
}

.top-n-61-px {
  top: -61px !important;
}

.right-n-61-px {
  right: -61px !important;
}

.bottom-n-61-px {
  bottom: -61px !important;
}

.top-62-px {
  top: 62px !important;
}

.right-62-px {
  right: 62px !important;
}

.bottom-62-px {
  bottom: 62px !important;
}

.left-62-px {
  left: 62px !important;
}

.left-n-62-px {
  left: -62px !important;
}

.top-n-62-px {
  top: -62px !important;
}

.right-n-62-px {
  right: -62px !important;
}

.bottom-n-62-px {
  bottom: -62px !important;
}

.top-63-px {
  top: 63px !important;
}

.right-63-px {
  right: 63px !important;
}

.bottom-63-px {
  bottom: 63px !important;
}

.left-63-px {
  left: 63px !important;
}

.left-n-63-px {
  left: -63px !important;
}

.top-n-63-px {
  top: -63px !important;
}

.right-n-63-px {
  right: -63px !important;
}

.bottom-n-63-px {
  bottom: -63px !important;
}

.top-64-px {
  top: 64px !important;
}

.right-64-px {
  right: 64px !important;
}

.bottom-64-px {
  bottom: 64px !important;
}

.left-64-px {
  left: 64px !important;
}

.left-n-64-px {
  left: -64px !important;
}

.top-n-64-px {
  top: -64px !important;
}

.right-n-64-px {
  right: -64px !important;
}

.bottom-n-64-px {
  bottom: -64px !important;
}

.top-65-px {
  top: 65px !important;
}

.right-65-px {
  right: 65px !important;
}

.bottom-65-px {
  bottom: 65px !important;
}

.left-65-px {
  left: 65px !important;
}

.left-n-65-px {
  left: -65px !important;
}

.top-n-65-px {
  top: -65px !important;
}

.right-n-65-px {
  right: -65px !important;
}

.bottom-n-65-px {
  bottom: -65px !important;
}

.top-66-px {
  top: 66px !important;
}

.right-66-px {
  right: 66px !important;
}

.bottom-66-px {
  bottom: 66px !important;
}

.left-66-px {
  left: 66px !important;
}

.left-n-66-px {
  left: -66px !important;
}

.top-n-66-px {
  top: -66px !important;
}

.right-n-66-px {
  right: -66px !important;
}

.bottom-n-66-px {
  bottom: -66px !important;
}

.top-67-px {
  top: 67px !important;
}

.right-67-px {
  right: 67px !important;
}

.bottom-67-px {
  bottom: 67px !important;
}

.left-67-px {
  left: 67px !important;
}

.left-n-67-px {
  left: -67px !important;
}

.top-n-67-px {
  top: -67px !important;
}

.right-n-67-px {
  right: -67px !important;
}

.bottom-n-67-px {
  bottom: -67px !important;
}

.top-68-px {
  top: 68px !important;
}

.right-68-px {
  right: 68px !important;
}

.bottom-68-px {
  bottom: 68px !important;
}

.left-68-px {
  left: 68px !important;
}

.left-n-68-px {
  left: -68px !important;
}

.top-n-68-px {
  top: -68px !important;
}

.right-n-68-px {
  right: -68px !important;
}

.bottom-n-68-px {
  bottom: -68px !important;
}

.top-69-px {
  top: 69px !important;
}

.right-69-px {
  right: 69px !important;
}

.bottom-69-px {
  bottom: 69px !important;
}

.left-69-px {
  left: 69px !important;
}

.left-n-69-px {
  left: -69px !important;
}

.top-n-69-px {
  top: -69px !important;
}

.right-n-69-px {
  right: -69px !important;
}

.bottom-n-69-px {
  bottom: -69px !important;
}

.top-70-px {
  top: 70px !important;
}

.right-70-px {
  right: 70px !important;
}

.bottom-70-px {
  bottom: 70px !important;
}

.left-70-px {
  left: 70px !important;
}

.left-n-70-px {
  left: -70px !important;
}

.top-n-70-px {
  top: -70px !important;
}

.right-n-70-px {
  right: -70px !important;
}

.bottom-n-70-px {
  bottom: -70px !important;
}

.top-71-px {
  top: 71px !important;
}

.right-71-px {
  right: 71px !important;
}

.bottom-71-px {
  bottom: 71px !important;
}

.left-71-px {
  left: 71px !important;
}

.left-n-71-px {
  left: -71px !important;
}

.top-n-71-px {
  top: -71px !important;
}

.right-n-71-px {
  right: -71px !important;
}

.bottom-n-71-px {
  bottom: -71px !important;
}

.top-72-px {
  top: 72px !important;
}

.right-72-px {
  right: 72px !important;
}

.bottom-72-px {
  bottom: 72px !important;
}

.left-72-px {
  left: 72px !important;
}

.left-n-72-px {
  left: -72px !important;
}

.top-n-72-px {
  top: -72px !important;
}

.right-n-72-px {
  right: -72px !important;
}

.bottom-n-72-px {
  bottom: -72px !important;
}

.top-73-px {
  top: 73px !important;
}

.right-73-px {
  right: 73px !important;
}

.bottom-73-px {
  bottom: 73px !important;
}

.left-73-px {
  left: 73px !important;
}

.left-n-73-px {
  left: -73px !important;
}

.top-n-73-px {
  top: -73px !important;
}

.right-n-73-px {
  right: -73px !important;
}

.bottom-n-73-px {
  bottom: -73px !important;
}

.top-74-px {
  top: 74px !important;
}

.right-74-px {
  right: 74px !important;
}

.bottom-74-px {
  bottom: 74px !important;
}

.left-74-px {
  left: 74px !important;
}

.left-n-74-px {
  left: -74px !important;
}

.top-n-74-px {
  top: -74px !important;
}

.right-n-74-px {
  right: -74px !important;
}

.bottom-n-74-px {
  bottom: -74px !important;
}

.top-75-px {
  top: 75px !important;
}

.right-75-px {
  right: 75px !important;
}

.bottom-75-px {
  bottom: 75px !important;
}

.left-75-px {
  left: 75px !important;
}

.left-n-75-px {
  left: -75px !important;
}

.top-n-75-px {
  top: -75px !important;
}

.right-n-75-px {
  right: -75px !important;
}

.bottom-n-75-px {
  bottom: -75px !important;
}

.top-76-px {
  top: 76px !important;
}

.right-76-px {
  right: 76px !important;
}

.bottom-76-px {
  bottom: 76px !important;
}

.left-76-px {
  left: 76px !important;
}

.left-n-76-px {
  left: -76px !important;
}

.top-n-76-px {
  top: -76px !important;
}

.right-n-76-px {
  right: -76px !important;
}

.bottom-n-76-px {
  bottom: -76px !important;
}

.top-77-px {
  top: 77px !important;
}

.right-77-px {
  right: 77px !important;
}

.bottom-77-px {
  bottom: 77px !important;
}

.left-77-px {
  left: 77px !important;
}

.left-n-77-px {
  left: -77px !important;
}

.top-n-77-px {
  top: -77px !important;
}

.right-n-77-px {
  right: -77px !important;
}

.bottom-n-77-px {
  bottom: -77px !important;
}

.top-78-px {
  top: 78px !important;
}

.right-78-px {
  right: 78px !important;
}

.bottom-78-px {
  bottom: 78px !important;
}

.left-78-px {
  left: 78px !important;
}

.left-n-78-px {
  left: -78px !important;
}

.top-n-78-px {
  top: -78px !important;
}

.right-n-78-px {
  right: -78px !important;
}

.bottom-n-78-px {
  bottom: -78px !important;
}

.top-79-px {
  top: 79px !important;
}

.right-79-px {
  right: 79px !important;
}

.bottom-79-px {
  bottom: 79px !important;
}

.left-79-px {
  left: 79px !important;
}

.left-n-79-px {
  left: -79px !important;
}

.top-n-79-px {
  top: -79px !important;
}

.right-n-79-px {
  right: -79px !important;
}

.bottom-n-79-px {
  bottom: -79px !important;
}

.top-80-px {
  top: 80px !important;
}

.right-80-px {
  right: 80px !important;
}

.bottom-80-px {
  bottom: 80px !important;
}

.left-80-px {
  left: 80px !important;
}

.left-n-80-px {
  left: -80px !important;
}

.top-n-80-px {
  top: -80px !important;
}

.right-n-80-px {
  right: -80px !important;
}

.bottom-n-80-px {
  bottom: -80px !important;
}

.top-81-px {
  top: 81px !important;
}

.right-81-px {
  right: 81px !important;
}

.bottom-81-px {
  bottom: 81px !important;
}

.left-81-px {
  left: 81px !important;
}

.left-n-81-px {
  left: -81px !important;
}

.top-n-81-px {
  top: -81px !important;
}

.right-n-81-px {
  right: -81px !important;
}

.bottom-n-81-px {
  bottom: -81px !important;
}

.top-82-px {
  top: 82px !important;
}

.right-82-px {
  right: 82px !important;
}

.bottom-82-px {
  bottom: 82px !important;
}

.left-82-px {
  left: 82px !important;
}

.left-n-82-px {
  left: -82px !important;
}

.top-n-82-px {
  top: -82px !important;
}

.right-n-82-px {
  right: -82px !important;
}

.bottom-n-82-px {
  bottom: -82px !important;
}

.top-83-px {
  top: 83px !important;
}

.right-83-px {
  right: 83px !important;
}

.bottom-83-px {
  bottom: 83px !important;
}

.left-83-px {
  left: 83px !important;
}

.left-n-83-px {
  left: -83px !important;
}

.top-n-83-px {
  top: -83px !important;
}

.right-n-83-px {
  right: -83px !important;
}

.bottom-n-83-px {
  bottom: -83px !important;
}

.top-84-px {
  top: 84px !important;
}

.right-84-px {
  right: 84px !important;
}

.bottom-84-px {
  bottom: 84px !important;
}

.left-84-px {
  left: 84px !important;
}

.left-n-84-px {
  left: -84px !important;
}

.top-n-84-px {
  top: -84px !important;
}

.right-n-84-px {
  right: -84px !important;
}

.bottom-n-84-px {
  bottom: -84px !important;
}

.top-85-px {
  top: 85px !important;
}

.right-85-px {
  right: 85px !important;
}

.bottom-85-px {
  bottom: 85px !important;
}

.left-85-px {
  left: 85px !important;
}

.left-n-85-px {
  left: -85px !important;
}

.top-n-85-px {
  top: -85px !important;
}

.right-n-85-px {
  right: -85px !important;
}

.bottom-n-85-px {
  bottom: -85px !important;
}

.top-86-px {
  top: 86px !important;
}

.right-86-px {
  right: 86px !important;
}

.bottom-86-px {
  bottom: 86px !important;
}

.left-86-px {
  left: 86px !important;
}

.left-n-86-px {
  left: -86px !important;
}

.top-n-86-px {
  top: -86px !important;
}

.right-n-86-px {
  right: -86px !important;
}

.bottom-n-86-px {
  bottom: -86px !important;
}

.top-87-px {
  top: 87px !important;
}

.right-87-px {
  right: 87px !important;
}

.bottom-87-px {
  bottom: 87px !important;
}

.left-87-px {
  left: 87px !important;
}

.left-n-87-px {
  left: -87px !important;
}

.top-n-87-px {
  top: -87px !important;
}

.right-n-87-px {
  right: -87px !important;
}

.bottom-n-87-px {
  bottom: -87px !important;
}

.top-88-px {
  top: 88px !important;
}

.right-88-px {
  right: 88px !important;
}

.bottom-88-px {
  bottom: 88px !important;
}

.left-88-px {
  left: 88px !important;
}

.left-n-88-px {
  left: -88px !important;
}

.top-n-88-px {
  top: -88px !important;
}

.right-n-88-px {
  right: -88px !important;
}

.bottom-n-88-px {
  bottom: -88px !important;
}

.top-89-px {
  top: 89px !important;
}

.right-89-px {
  right: 89px !important;
}

.bottom-89-px {
  bottom: 89px !important;
}

.left-89-px {
  left: 89px !important;
}

.left-n-89-px {
  left: -89px !important;
}

.top-n-89-px {
  top: -89px !important;
}

.right-n-89-px {
  right: -89px !important;
}

.bottom-n-89-px {
  bottom: -89px !important;
}

.top-90-px {
  top: 90px !important;
}

.right-90-px {
  right: 90px !important;
}

.bottom-90-px {
  bottom: 90px !important;
}

.left-90-px {
  left: 90px !important;
}

.left-n-90-px {
  left: -90px !important;
}

.top-n-90-px {
  top: -90px !important;
}

.right-n-90-px {
  right: -90px !important;
}

.bottom-n-90-px {
  bottom: -90px !important;
}

.top-91-px {
  top: 91px !important;
}

.right-91-px {
  right: 91px !important;
}

.bottom-91-px {
  bottom: 91px !important;
}

.left-91-px {
  left: 91px !important;
}

.left-n-91-px {
  left: -91px !important;
}

.top-n-91-px {
  top: -91px !important;
}

.right-n-91-px {
  right: -91px !important;
}

.bottom-n-91-px {
  bottom: -91px !important;
}

.top-92-px {
  top: 92px !important;
}

.right-92-px {
  right: 92px !important;
}

.bottom-92-px {
  bottom: 92px !important;
}

.left-92-px {
  left: 92px !important;
}

.left-n-92-px {
  left: -92px !important;
}

.top-n-92-px {
  top: -92px !important;
}

.right-n-92-px {
  right: -92px !important;
}

.bottom-n-92-px {
  bottom: -92px !important;
}

.top-93-px {
  top: 93px !important;
}

.right-93-px {
  right: 93px !important;
}

.bottom-93-px {
  bottom: 93px !important;
}

.left-93-px {
  left: 93px !important;
}

.left-n-93-px {
  left: -93px !important;
}

.top-n-93-px {
  top: -93px !important;
}

.right-n-93-px {
  right: -93px !important;
}

.bottom-n-93-px {
  bottom: -93px !important;
}

.top-94-px {
  top: 94px !important;
}

.right-94-px {
  right: 94px !important;
}

.bottom-94-px {
  bottom: 94px !important;
}

.left-94-px {
  left: 94px !important;
}

.left-n-94-px {
  left: -94px !important;
}

.top-n-94-px {
  top: -94px !important;
}

.right-n-94-px {
  right: -94px !important;
}

.bottom-n-94-px {
  bottom: -94px !important;
}

.top-95-px {
  top: 95px !important;
}

.right-95-px {
  right: 95px !important;
}

.bottom-95-px {
  bottom: 95px !important;
}

.left-95-px {
  left: 95px !important;
}

.left-n-95-px {
  left: -95px !important;
}

.top-n-95-px {
  top: -95px !important;
}

.right-n-95-px {
  right: -95px !important;
}

.bottom-n-95-px {
  bottom: -95px !important;
}

.top-96-px {
  top: 96px !important;
}

.right-96-px {
  right: 96px !important;
}

.bottom-96-px {
  bottom: 96px !important;
}

.left-96-px {
  left: 96px !important;
}

.left-n-96-px {
  left: -96px !important;
}

.top-n-96-px {
  top: -96px !important;
}

.right-n-96-px {
  right: -96px !important;
}

.bottom-n-96-px {
  bottom: -96px !important;
}

.top-97-px {
  top: 97px !important;
}

.right-97-px {
  right: 97px !important;
}

.bottom-97-px {
  bottom: 97px !important;
}

.left-97-px {
  left: 97px !important;
}

.left-n-97-px {
  left: -97px !important;
}

.top-n-97-px {
  top: -97px !important;
}

.right-n-97-px {
  right: -97px !important;
}

.bottom-n-97-px {
  bottom: -97px !important;
}

.top-98-px {
  top: 98px !important;
}

.right-98-px {
  right: 98px !important;
}

.bottom-98-px {
  bottom: 98px !important;
}

.left-98-px {
  left: 98px !important;
}

.left-n-98-px {
  left: -98px !important;
}

.top-n-98-px {
  top: -98px !important;
}

.right-n-98-px {
  right: -98px !important;
}

.bottom-n-98-px {
  bottom: -98px !important;
}

.top-99-px {
  top: 99px !important;
}

.right-99-px {
  right: 99px !important;
}

.bottom-99-px {
  bottom: 99px !important;
}

.left-99-px {
  left: 99px !important;
}

.left-n-99-px {
  left: -99px !important;
}

.top-n-99-px {
  top: -99px !important;
}

.right-n-99-px {
  right: -99px !important;
}

.bottom-n-99-px {
  bottom: -99px !important;
}

.top-100-px {
  top: 100px !important;
}

.right-100-px {
  right: 100px !important;
}

.bottom-100-px {
  bottom: 100px !important;
}

.left-100-px {
  left: 100px !important;
}

.left-n-100-px {
  left: -100px !important;
}

.top-n-100-px {
  top: -100px !important;
}

.right-n-100-px {
  right: -100px !important;
}

.bottom-n-100-px {
  bottom: -100px !important;
}

.top-101-px {
  top: 101px !important;
}

.right-101-px {
  right: 101px !important;
}

.bottom-101-px {
  bottom: 101px !important;
}

.left-101-px {
  left: 101px !important;
}

.left-n-101-px {
  left: -101px !important;
}

.top-n-101-px {
  top: -101px !important;
}

.right-n-101-px {
  right: -101px !important;
}

.bottom-n-101-px {
  bottom: -101px !important;
}

.top-102-px {
  top: 102px !important;
}

.right-102-px {
  right: 102px !important;
}

.bottom-102-px {
  bottom: 102px !important;
}

.left-102-px {
  left: 102px !important;
}

.left-n-102-px {
  left: -102px !important;
}

.top-n-102-px {
  top: -102px !important;
}

.right-n-102-px {
  right: -102px !important;
}

.bottom-n-102-px {
  bottom: -102px !important;
}

.top-103-px {
  top: 103px !important;
}

.right-103-px {
  right: 103px !important;
}

.bottom-103-px {
  bottom: 103px !important;
}

.left-103-px {
  left: 103px !important;
}

.left-n-103-px {
  left: -103px !important;
}

.top-n-103-px {
  top: -103px !important;
}

.right-n-103-px {
  right: -103px !important;
}

.bottom-n-103-px {
  bottom: -103px !important;
}

.top-104-px {
  top: 104px !important;
}

.right-104-px {
  right: 104px !important;
}

.bottom-104-px {
  bottom: 104px !important;
}

.left-104-px {
  left: 104px !important;
}

.left-n-104-px {
  left: -104px !important;
}

.top-n-104-px {
  top: -104px !important;
}

.right-n-104-px {
  right: -104px !important;
}

.bottom-n-104-px {
  bottom: -104px !important;
}

.top-105-px {
  top: 105px !important;
}

.right-105-px {
  right: 105px !important;
}

.bottom-105-px {
  bottom: 105px !important;
}

.left-105-px {
  left: 105px !important;
}

.left-n-105-px {
  left: -105px !important;
}

.top-n-105-px {
  top: -105px !important;
}

.right-n-105-px {
  right: -105px !important;
}

.bottom-n-105-px {
  bottom: -105px !important;
}

.top-106-px {
  top: 106px !important;
}

.right-106-px {
  right: 106px !important;
}

.bottom-106-px {
  bottom: 106px !important;
}

.left-106-px {
  left: 106px !important;
}

.left-n-106-px {
  left: -106px !important;
}

.top-n-106-px {
  top: -106px !important;
}

.right-n-106-px {
  right: -106px !important;
}

.bottom-n-106-px {
  bottom: -106px !important;
}

.top-107-px {
  top: 107px !important;
}

.right-107-px {
  right: 107px !important;
}

.bottom-107-px {
  bottom: 107px !important;
}

.left-107-px {
  left: 107px !important;
}

.left-n-107-px {
  left: -107px !important;
}

.top-n-107-px {
  top: -107px !important;
}

.right-n-107-px {
  right: -107px !important;
}

.bottom-n-107-px {
  bottom: -107px !important;
}

.top-108-px {
  top: 108px !important;
}

.right-108-px {
  right: 108px !important;
}

.bottom-108-px {
  bottom: 108px !important;
}

.left-108-px {
  left: 108px !important;
}

.left-n-108-px {
  left: -108px !important;
}

.top-n-108-px {
  top: -108px !important;
}

.right-n-108-px {
  right: -108px !important;
}

.bottom-n-108-px {
  bottom: -108px !important;
}

.top-109-px {
  top: 109px !important;
}

.right-109-px {
  right: 109px !important;
}

.bottom-109-px {
  bottom: 109px !important;
}

.left-109-px {
  left: 109px !important;
}

.left-n-109-px {
  left: -109px !important;
}

.top-n-109-px {
  top: -109px !important;
}

.right-n-109-px {
  right: -109px !important;
}

.bottom-n-109-px {
  bottom: -109px !important;
}

.top-110-px {
  top: 110px !important;
}

.right-110-px {
  right: 110px !important;
}

.bottom-110-px {
  bottom: 110px !important;
}

.left-110-px {
  left: 110px !important;
}

.left-n-110-px {
  left: -110px !important;
}

.top-n-110-px {
  top: -110px !important;
}

.right-n-110-px {
  right: -110px !important;
}

.bottom-n-110-px {
  bottom: -110px !important;
}

.top-111-px {
  top: 111px !important;
}

.right-111-px {
  right: 111px !important;
}

.bottom-111-px {
  bottom: 111px !important;
}

.left-111-px {
  left: 111px !important;
}

.left-n-111-px {
  left: -111px !important;
}

.top-n-111-px {
  top: -111px !important;
}

.right-n-111-px {
  right: -111px !important;
}

.bottom-n-111-px {
  bottom: -111px !important;
}

.top-112-px {
  top: 112px !important;
}

.right-112-px {
  right: 112px !important;
}

.bottom-112-px {
  bottom: 112px !important;
}

.left-112-px {
  left: 112px !important;
}

.left-n-112-px {
  left: -112px !important;
}

.top-n-112-px {
  top: -112px !important;
}

.right-n-112-px {
  right: -112px !important;
}

.bottom-n-112-px {
  bottom: -112px !important;
}

.top-113-px {
  top: 113px !important;
}

.right-113-px {
  right: 113px !important;
}

.bottom-113-px {
  bottom: 113px !important;
}

.left-113-px {
  left: 113px !important;
}

.left-n-113-px {
  left: -113px !important;
}

.top-n-113-px {
  top: -113px !important;
}

.right-n-113-px {
  right: -113px !important;
}

.bottom-n-113-px {
  bottom: -113px !important;
}

.top-114-px {
  top: 114px !important;
}

.right-114-px {
  right: 114px !important;
}

.bottom-114-px {
  bottom: 114px !important;
}

.left-114-px {
  left: 114px !important;
}

.left-n-114-px {
  left: -114px !important;
}

.top-n-114-px {
  top: -114px !important;
}

.right-n-114-px {
  right: -114px !important;
}

.bottom-n-114-px {
  bottom: -114px !important;
}

.top-115-px {
  top: 115px !important;
}

.right-115-px {
  right: 115px !important;
}

.bottom-115-px {
  bottom: 115px !important;
}

.left-115-px {
  left: 115px !important;
}

.left-n-115-px {
  left: -115px !important;
}

.top-n-115-px {
  top: -115px !important;
}

.right-n-115-px {
  right: -115px !important;
}

.bottom-n-115-px {
  bottom: -115px !important;
}

.top-116-px {
  top: 116px !important;
}

.right-116-px {
  right: 116px !important;
}

.bottom-116-px {
  bottom: 116px !important;
}

.left-116-px {
  left: 116px !important;
}

.left-n-116-px {
  left: -116px !important;
}

.top-n-116-px {
  top: -116px !important;
}

.right-n-116-px {
  right: -116px !important;
}

.bottom-n-116-px {
  bottom: -116px !important;
}

.top-117-px {
  top: 117px !important;
}

.right-117-px {
  right: 117px !important;
}

.bottom-117-px {
  bottom: 117px !important;
}

.left-117-px {
  left: 117px !important;
}

.left-n-117-px {
  left: -117px !important;
}

.top-n-117-px {
  top: -117px !important;
}

.right-n-117-px {
  right: -117px !important;
}

.bottom-n-117-px {
  bottom: -117px !important;
}

.top-118-px {
  top: 118px !important;
}

.right-118-px {
  right: 118px !important;
}

.bottom-118-px {
  bottom: 118px !important;
}

.left-118-px {
  left: 118px !important;
}

.left-n-118-px {
  left: -118px !important;
}

.top-n-118-px {
  top: -118px !important;
}

.right-n-118-px {
  right: -118px !important;
}

.bottom-n-118-px {
  bottom: -118px !important;
}

.top-119-px {
  top: 119px !important;
}

.right-119-px {
  right: 119px !important;
}

.bottom-119-px {
  bottom: 119px !important;
}

.left-119-px {
  left: 119px !important;
}

.left-n-119-px {
  left: -119px !important;
}

.top-n-119-px {
  top: -119px !important;
}

.right-n-119-px {
  right: -119px !important;
}

.bottom-n-119-px {
  bottom: -119px !important;
}

.top-120-px {
  top: 120px !important;
}

.right-120-px {
  right: 120px !important;
}

.bottom-120-px {
  bottom: 120px !important;
}

.left-120-px {
  left: 120px !important;
}

.left-n-120-px {
  left: -120px !important;
}

.top-n-120-px {
  top: -120px !important;
}

.right-n-120-px {
  right: -120px !important;
}

.bottom-n-120-px {
  bottom: -120px !important;
}

.top-121-px {
  top: 121px !important;
}

.right-121-px {
  right: 121px !important;
}

.bottom-121-px {
  bottom: 121px !important;
}

.left-121-px {
  left: 121px !important;
}

.left-n-121-px {
  left: -121px !important;
}

.top-n-121-px {
  top: -121px !important;
}

.right-n-121-px {
  right: -121px !important;
}

.bottom-n-121-px {
  bottom: -121px !important;
}

.top-122-px {
  top: 122px !important;
}

.right-122-px {
  right: 122px !important;
}

.bottom-122-px {
  bottom: 122px !important;
}

.left-122-px {
  left: 122px !important;
}

.left-n-122-px {
  left: -122px !important;
}

.top-n-122-px {
  top: -122px !important;
}

.right-n-122-px {
  right: -122px !important;
}

.bottom-n-122-px {
  bottom: -122px !important;
}

.top-123-px {
  top: 123px !important;
}

.right-123-px {
  right: 123px !important;
}

.bottom-123-px {
  bottom: 123px !important;
}

.left-123-px {
  left: 123px !important;
}

.left-n-123-px {
  left: -123px !important;
}

.top-n-123-px {
  top: -123px !important;
}

.right-n-123-px {
  right: -123px !important;
}

.bottom-n-123-px {
  bottom: -123px !important;
}

.top-124-px {
  top: 124px !important;
}

.right-124-px {
  right: 124px !important;
}

.bottom-124-px {
  bottom: 124px !important;
}

.left-124-px {
  left: 124px !important;
}

.left-n-124-px {
  left: -124px !important;
}

.top-n-124-px {
  top: -124px !important;
}

.right-n-124-px {
  right: -124px !important;
}

.bottom-n-124-px {
  bottom: -124px !important;
}

.top-125-px {
  top: 125px !important;
}

.right-125-px {
  right: 125px !important;
}

.bottom-125-px {
  bottom: 125px !important;
}

.left-125-px {
  left: 125px !important;
}

.left-n-125-px {
  left: -125px !important;
}

.top-n-125-px {
  top: -125px !important;
}

.right-n-125-px {
  right: -125px !important;
}

.bottom-n-125-px {
  bottom: -125px !important;
}

.top-126-px {
  top: 126px !important;
}

.right-126-px {
  right: 126px !important;
}

.bottom-126-px {
  bottom: 126px !important;
}

.left-126-px {
  left: 126px !important;
}

.left-n-126-px {
  left: -126px !important;
}

.top-n-126-px {
  top: -126px !important;
}

.right-n-126-px {
  right: -126px !important;
}

.bottom-n-126-px {
  bottom: -126px !important;
}

.top-127-px {
  top: 127px !important;
}

.right-127-px {
  right: 127px !important;
}

.bottom-127-px {
  bottom: 127px !important;
}

.left-127-px {
  left: 127px !important;
}

.left-n-127-px {
  left: -127px !important;
}

.top-n-127-px {
  top: -127px !important;
}

.right-n-127-px {
  right: -127px !important;
}

.bottom-n-127-px {
  bottom: -127px !important;
}

.top-128-px {
  top: 128px !important;
}

.right-128-px {
  right: 128px !important;
}

.bottom-128-px {
  bottom: 128px !important;
}

.left-128-px {
  left: 128px !important;
}

.left-n-128-px {
  left: -128px !important;
}

.top-n-128-px {
  top: -128px !important;
}

.right-n-128-px {
  right: -128px !important;
}

.bottom-n-128-px {
  bottom: -128px !important;
}

.top-129-px {
  top: 129px !important;
}

.right-129-px {
  right: 129px !important;
}

.bottom-129-px {
  bottom: 129px !important;
}

.left-129-px {
  left: 129px !important;
}

.left-n-129-px {
  left: -129px !important;
}

.top-n-129-px {
  top: -129px !important;
}

.right-n-129-px {
  right: -129px !important;
}

.bottom-n-129-px {
  bottom: -129px !important;
}

.top-130-px {
  top: 130px !important;
}

.right-130-px {
  right: 130px !important;
}

.bottom-130-px {
  bottom: 130px !important;
}

.left-130-px {
  left: 130px !important;
}

.left-n-130-px {
  left: -130px !important;
}

.top-n-130-px {
  top: -130px !important;
}

.right-n-130-px {
  right: -130px !important;
}

.bottom-n-130-px {
  bottom: -130px !important;
}

.top-131-px {
  top: 131px !important;
}

.right-131-px {
  right: 131px !important;
}

.bottom-131-px {
  bottom: 131px !important;
}

.left-131-px {
  left: 131px !important;
}

.left-n-131-px {
  left: -131px !important;
}

.top-n-131-px {
  top: -131px !important;
}

.right-n-131-px {
  right: -131px !important;
}

.bottom-n-131-px {
  bottom: -131px !important;
}

.top-132-px {
  top: 132px !important;
}

.right-132-px {
  right: 132px !important;
}

.bottom-132-px {
  bottom: 132px !important;
}

.left-132-px {
  left: 132px !important;
}

.left-n-132-px {
  left: -132px !important;
}

.top-n-132-px {
  top: -132px !important;
}

.right-n-132-px {
  right: -132px !important;
}

.bottom-n-132-px {
  bottom: -132px !important;
}

.top-133-px {
  top: 133px !important;
}

.right-133-px {
  right: 133px !important;
}

.bottom-133-px {
  bottom: 133px !important;
}

.left-133-px {
  left: 133px !important;
}

.left-n-133-px {
  left: -133px !important;
}

.top-n-133-px {
  top: -133px !important;
}

.right-n-133-px {
  right: -133px !important;
}

.bottom-n-133-px {
  bottom: -133px !important;
}

.top-134-px {
  top: 134px !important;
}

.right-134-px {
  right: 134px !important;
}

.bottom-134-px {
  bottom: 134px !important;
}

.left-134-px {
  left: 134px !important;
}

.left-n-134-px {
  left: -134px !important;
}

.top-n-134-px {
  top: -134px !important;
}

.right-n-134-px {
  right: -134px !important;
}

.bottom-n-134-px {
  bottom: -134px !important;
}

.top-135-px {
  top: 135px !important;
}

.right-135-px {
  right: 135px !important;
}

.bottom-135-px {
  bottom: 135px !important;
}

.left-135-px {
  left: 135px !important;
}

.left-n-135-px {
  left: -135px !important;
}

.top-n-135-px {
  top: -135px !important;
}

.right-n-135-px {
  right: -135px !important;
}

.bottom-n-135-px {
  bottom: -135px !important;
}

.top-136-px {
  top: 136px !important;
}

.right-136-px {
  right: 136px !important;
}

.bottom-136-px {
  bottom: 136px !important;
}

.left-136-px {
  left: 136px !important;
}

.left-n-136-px {
  left: -136px !important;
}

.top-n-136-px {
  top: -136px !important;
}

.right-n-136-px {
  right: -136px !important;
}

.bottom-n-136-px {
  bottom: -136px !important;
}

.top-137-px {
  top: 137px !important;
}

.right-137-px {
  right: 137px !important;
}

.bottom-137-px {
  bottom: 137px !important;
}

.left-137-px {
  left: 137px !important;
}

.left-n-137-px {
  left: -137px !important;
}

.top-n-137-px {
  top: -137px !important;
}

.right-n-137-px {
  right: -137px !important;
}

.bottom-n-137-px {
  bottom: -137px !important;
}

.top-138-px {
  top: 138px !important;
}

.right-138-px {
  right: 138px !important;
}

.bottom-138-px {
  bottom: 138px !important;
}

.left-138-px {
  left: 138px !important;
}

.left-n-138-px {
  left: -138px !important;
}

.top-n-138-px {
  top: -138px !important;
}

.right-n-138-px {
  right: -138px !important;
}

.bottom-n-138-px {
  bottom: -138px !important;
}

.top-139-px {
  top: 139px !important;
}

.right-139-px {
  right: 139px !important;
}

.bottom-139-px {
  bottom: 139px !important;
}

.left-139-px {
  left: 139px !important;
}

.left-n-139-px {
  left: -139px !important;
}

.top-n-139-px {
  top: -139px !important;
}

.right-n-139-px {
  right: -139px !important;
}

.bottom-n-139-px {
  bottom: -139px !important;
}

.top-140-px {
  top: 140px !important;
}

.right-140-px {
  right: 140px !important;
}

.bottom-140-px {
  bottom: 140px !important;
}

.left-140-px {
  left: 140px !important;
}

.left-n-140-px {
  left: -140px !important;
}

.top-n-140-px {
  top: -140px !important;
}

.right-n-140-px {
  right: -140px !important;
}

.bottom-n-140-px {
  bottom: -140px !important;
}

.top-141-px {
  top: 141px !important;
}

.right-141-px {
  right: 141px !important;
}

.bottom-141-px {
  bottom: 141px !important;
}

.left-141-px {
  left: 141px !important;
}

.left-n-141-px {
  left: -141px !important;
}

.top-n-141-px {
  top: -141px !important;
}

.right-n-141-px {
  right: -141px !important;
}

.bottom-n-141-px {
  bottom: -141px !important;
}

.top-142-px {
  top: 142px !important;
}

.right-142-px {
  right: 142px !important;
}

.bottom-142-px {
  bottom: 142px !important;
}

.left-142-px {
  left: 142px !important;
}

.left-n-142-px {
  left: -142px !important;
}

.top-n-142-px {
  top: -142px !important;
}

.right-n-142-px {
  right: -142px !important;
}

.bottom-n-142-px {
  bottom: -142px !important;
}

.top-143-px {
  top: 143px !important;
}

.right-143-px {
  right: 143px !important;
}

.bottom-143-px {
  bottom: 143px !important;
}

.left-143-px {
  left: 143px !important;
}

.left-n-143-px {
  left: -143px !important;
}

.top-n-143-px {
  top: -143px !important;
}

.right-n-143-px {
  right: -143px !important;
}

.bottom-n-143-px {
  bottom: -143px !important;
}

.top-144-px {
  top: 144px !important;
}

.right-144-px {
  right: 144px !important;
}

.bottom-144-px {
  bottom: 144px !important;
}

.left-144-px {
  left: 144px !important;
}

.left-n-144-px {
  left: -144px !important;
}

.top-n-144-px {
  top: -144px !important;
}

.right-n-144-px {
  right: -144px !important;
}

.bottom-n-144-px {
  bottom: -144px !important;
}

.top-145-px {
  top: 145px !important;
}

.right-145-px {
  right: 145px !important;
}

.bottom-145-px {
  bottom: 145px !important;
}

.left-145-px {
  left: 145px !important;
}

.left-n-145-px {
  left: -145px !important;
}

.top-n-145-px {
  top: -145px !important;
}

.right-n-145-px {
  right: -145px !important;
}

.bottom-n-145-px {
  bottom: -145px !important;
}

.top-146-px {
  top: 146px !important;
}

.right-146-px {
  right: 146px !important;
}

.bottom-146-px {
  bottom: 146px !important;
}

.left-146-px {
  left: 146px !important;
}

.left-n-146-px {
  left: -146px !important;
}

.top-n-146-px {
  top: -146px !important;
}

.right-n-146-px {
  right: -146px !important;
}

.bottom-n-146-px {
  bottom: -146px !important;
}

.top-147-px {
  top: 147px !important;
}

.right-147-px {
  right: 147px !important;
}

.bottom-147-px {
  bottom: 147px !important;
}

.left-147-px {
  left: 147px !important;
}

.left-n-147-px {
  left: -147px !important;
}

.top-n-147-px {
  top: -147px !important;
}

.right-n-147-px {
  right: -147px !important;
}

.bottom-n-147-px {
  bottom: -147px !important;
}

.top-148-px {
  top: 148px !important;
}

.right-148-px {
  right: 148px !important;
}

.bottom-148-px {
  bottom: 148px !important;
}

.left-148-px {
  left: 148px !important;
}

.left-n-148-px {
  left: -148px !important;
}

.top-n-148-px {
  top: -148px !important;
}

.right-n-148-px {
  right: -148px !important;
}

.bottom-n-148-px {
  bottom: -148px !important;
}

.top-149-px {
  top: 149px !important;
}

.right-149-px {
  right: 149px !important;
}

.bottom-149-px {
  bottom: 149px !important;
}

.left-149-px {
  left: 149px !important;
}

.left-n-149-px {
  left: -149px !important;
}

.top-n-149-px {
  top: -149px !important;
}

.right-n-149-px {
  right: -149px !important;
}

.bottom-n-149-px {
  bottom: -149px !important;
}

.top-150-px {
  top: 150px !important;
}

.right-150-px {
  right: 150px !important;
}

.bottom-150-px {
  bottom: 150px !important;
}

.left-150-px {
  left: 150px !important;
}

.left-n-150-px {
  left: -150px !important;
}

.top-n-150-px {
  top: -150px !important;
}

.right-n-150-px {
  right: -150px !important;
}

.bottom-n-150-px {
  bottom: -150px !important;
}

.top-1-rem {
  top: calc(81px + 1rem);
}

.top-2-rem {
  top: calc(81px + 2rem);
}

.top-3-rem {
  top: calc(81px + 3rem);
}

.top-4-rem {
  top: calc(81px + 4rem);
}

.top-5-rem {
  top: calc(81px + 5rem);
}

.top-6-rem {
  top: calc(81px + 6rem);
}

.top-7-rem {
  top: calc(81px + 7rem);
}

.top-8-rem {
  top: calc(81px + 8rem);
}

.top-9-rem {
  top: calc(81px + 9rem);
}

.top-10-rem {
  top: calc(81px + 10rem);
}
/*# sourceMappingURL=pixelbrothers.css.map */
