@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofia-pro/SofiaPro-Medium.eot");
  src: url("../fonts/sofia-pro/SofiaPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/sofia-pro/SofiaPro-Medium.woff2") format("woff2"), url("../fonts/sofia-pro/SofiaPro-Medium.woff") format("woff"), url("../fonts/sofia-pro/SofiaPro-Medium.ttf") format("truetype"), url("../fonts/sofia-pro/SofiaPro-Medium.svg#SofiaPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro Semi";
  src: url("../fonts/sofia-pro/SofiaPro-SemiBold.eot");
  src: url("../fonts/sofia-pro/SofiaPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/sofia-pro/SofiaPro-SemiBold.woff2") format("woff2"), url("../fonts/sofia-pro/SofiaPro-SemiBold.woff") format("woff"), url("../fonts/sofia-pro/SofiaPro-SemiBold.ttf") format("truetype"), url("../fonts/sofia-pro/SofiaPro-SemiBold.svg#SofiaPro-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofia-pro/SofiaPro-Regular.eot");
  src: url("../fonts/sofia-pro/SofiaPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sofia-pro/SofiaPro-Regular.woff2") format("woff2"), url("../fonts/sofia-pro/SofiaPro-Regular.woff") format("woff"), url("../fonts/sofia-pro/SofiaPro-Regular.ttf") format("truetype"), url("../fonts/sofia-pro/SofiaPro-Regular.svg#SofiaPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofia-pro/SofiaPro-Bold.eot");
  src: url("../fonts/sofia-pro/SofiaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sofia-pro/SofiaPro-Bold.woff2") format("woff2"), url("../fonts/sofia-pro/SofiaPro-Bold.woff") format("woff"), url("../fonts/sofia-pro/SofiaPro-Bold.ttf") format("truetype"), url("../fonts/sofia-pro/SofiaPro-Bold.svg#SofiaPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofia-pro/SofiaPro-Light.eot");
  src: url("../fonts/sofia-pro/SofiaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/sofia-pro/SofiaPro-Light.woff2") format("woff2"), url("../fonts/sofia-pro/SofiaPro-Light.woff") format("woff"), url("../fonts/sofia-pro/SofiaPro-Light.ttf") format("truetype"), url("../fonts/sofia-pro/SofiaPro-Light.svg#SofiaPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --navy-blue: #004897;
  --blue: #38BAEC;
  --light-blue: #B9E5FB;
  --xlight-blue2: #DBEDF6;
  --xlight-blue: #E6F4FB;
  --purple: #9332E9;
  --light-gray: #fafafd;
  --med-gray: #C5C5C5;
  --dark-gray: #575757;
  --dark: #1D0333;
  --red: #DE160F;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.hidden {
  display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 2.5rem;
}

@media (min-width: 576px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1392px;
  }
}
.navbar {
  --bs-navbar-padding-y: calc(24/16*1rem);
}

@media screen and (max-width: 1024px) {
  .navbar {
    --bs-navbar-padding-y: calc(10/16*1rem);
  }
}
/*=============================================
=            font size            =
=============================================*/
.h1,
h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}

.h2,
h2 {
  font-size: 2.25rem;
}

.h3,
h3 {
  font-size: 1.875rem;
}

.h4,
h4 {
  font-size: 1.375rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1.1875rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
  .h2,
  h2 {
    font-size: 1.4375rem;
  }
  .h3,
  h3 {
    font-size: 1.4375rem;
  }
  .h4,
  h4 {
    font-size: 1.125rem;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
}
/*=====  End of font size  ======*/
/*=============================================
=            modal            =
=============================================*/
.modal {
  --bs-modal-width: 1392px ;
}

.modal-dialog {
  padding: 0 20px;
}

.modal-content {
  border: 0;
  border-radius: 10px;
}

/*=====  End of modal  ======*/
/*=============================================
=            base classes            =
=============================================*/
.flex {
  display: flex;
}
.flex--reverse {
  flex-direction: row-reverse;
}
.flex--column {
  flex-direction: column;
}
.flex--column-reverse {
  flex-direction: column-reverse;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--center {
  align-items: center;
  justify-content: center;
}
.flex--x-center {
  justify-content: center;
}
.flex--y-center {
  justify-content: center;
}
.flex--a-start {
  align-items: flex-start;
}
.flex--a-center {
  align-items: center;
}
.flex--a-end {
  align-items: flex-end;
}
.flex--a-stretch {
  align-items: stretch;
}
.flex--a-baseline {
  align-items: baseline;
}
.flex--j-start {
  justify-content: flex-start;
}
.flex--j-center {
  justify-content: center;
}
.flex--j-end {
  justify-content: flex-end;
}
.flex--j-stretch {
  justify-content: stretch;
}
.flex--j-sb {
  justify-content: space-between;
}
.flex--j-sa {
  justify-content: space-around;
}
.flex--j-se {
  justify-content: space-evenly;
}
.flex--gap-small {
  gap: 10px;
}
.flex--gap-medium {
  gap: 15px;
}
.flex--gap-large {
  gap: 20px;
}
.flex--gap-0 {
  gap: 0px;
}
.flex--gap-5 {
  gap: 5px;
}
.flex--gap-8 {
  gap: 8px;
}
.flex--gap-10 {
  gap: 10px;
}
.flex--gap-12 {
  gap: 12px;
}
.flex--gap-15 {
  gap: 15px;
}
.flex--gap-20 {
  gap: 20px;
}
.flex--gap-30 {
  gap: 30px;
}
.flex--gap-35 {
  gap: 35px;
}
.flex--gap-40 {
  gap: 40px;
}
.flex--gap-50 {
  gap: 50px;
}
.flex--gap-60 {
  gap: 60px;
}
.flex--gap-80 {
  gap: 80px;
}
.flex--gap-100 {
  gap: 100px;
}
.flex--order-1 {
  order: 1;
}
.flex--order-2 {
  order: 2;
}
.flex--order-3 {
  order: 3;
}
.flex--order-4 {
  order: 4;
}

@media screen and (max-width: 1024px) {
  .flex-sm--wrap {
    flex-wrap: wrap;
  }
  .flex-sm--gap-0 {
    gap: 0px;
  }
  .flex-sm--gap-5 {
    gap: 5px;
  }
  .flex-sm--gap-8 {
    gap: 8px;
  }
  .flex-sm--gap-10 {
    gap: 10px;
  }
  .flex-sm--gap-12 {
    gap: 12px;
  }
  .flex-sm--gap-15 {
    gap: 15px;
  }
  .flex-sm--gap-20 {
    gap: 20px;
  }
  .flex-sm--gap-30 {
    gap: 30px;
  }
  .flex-sm--gap-35 {
    gap: 35px;
  }
  .flex-sm--gap-40 {
    gap: 40px;
  }
  .flex-sm--gap-50 {
    gap: 50px;
  }
  .flex-sm--gap-60 {
    gap: 60px;
  }
  .flex-sm--gap-80 {
    gap: 80px;
  }
  .flex-sm--gap-100 {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .flex-xs--wrap {
    flex-wrap: wrap;
  }
  .flex-xs--gap-0 {
    gap: 0px;
  }
  .flex-xs--gap-5 {
    gap: 5px;
  }
  .flex-xs--gap-8 {
    gap: 8px;
  }
  .flex-xs--gap-10 {
    gap: 10px;
  }
  .flex-xs--gap-12 {
    gap: 12px;
  }
  .flex-xs--gap-15 {
    gap: 15px;
  }
  .flex-xs--gap-20 {
    gap: 20px;
  }
  .flex-xs--gap-30 {
    gap: 30px;
  }
  .flex-xs--gap-35 {
    gap: 35px;
  }
  .flex-xs--gap-40 {
    gap: 40px;
  }
  .flex-xs--gap-50 {
    gap: 50px;
  }
  .flex-xs--gap-60 {
    gap: 60px;
  }
  .flex-xs--gap-80 {
    gap: 80px;
  }
  .flex-xs--gap-100 {
    gap: 100px;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.grid__element-1 {
  grid-column: auto/span 1;
}
.grid__element-2 {
  grid-column: auto/span 2;
}
.grid__element-3 {
  grid-column: auto/span 3;
}
.grid__element-4 {
  grid-column: auto/span 4;
}
.grid__element-5 {
  grid-column: auto/span 5;
}
.grid__element-6 {
  grid-column: auto/span 6;
}
.grid__element-7 {
  grid-column: auto/span 7;
}
.grid__element-8 {
  grid-column: auto/span 8;
}
.grid__element-9 {
  grid-column: auto/span 9;
}
.grid__element-10 {
  grid-column: auto/span 10;
}
.grid__element-11 {
  grid-column: auto/span 11;
}
.grid__element-12 {
  grid-column: auto/span 12;
}
.grid__gap--small {
  grid-gap: 10px;
}
.grid__gap--medium {
  grid-gap: 15px;
}
.grid__gap--large {
  grid-gap: 20px;
}
.grid__gap--30 {
  grid-gap: 30px;
}
.grid__gap-x--small {
  grid-gap: 0 10px;
}
.grid__gap-x--medium {
  grid-gap: 0 15px;
}
.grid__gap-x--large {
  grid-gap: 0 20px;
}
.grid__gap-x--30 {
  grid-gap: 0 30px;
}
.grid--1col {
  grid-template-columns: 1fr;
}
.grid--2col {
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1024px) {
  .grid__element-sm-1 {
    grid-column: span 1;
  }
  .grid__element-sm-2 {
    grid-column: span 2;
  }
  .grid__element-sm-3 {
    grid-column: span 3;
  }
  .grid__element-sm-4 {
    grid-column: span 4;
  }
  .grid__element-sm-5 {
    grid-column: span 5;
  }
  .grid__element-sm-6 {
    grid-column: span 6;
  }
  .grid__element-sm-7 {
    grid-column: span 7;
  }
  .grid__element-sm-8 {
    grid-column: span 8;
  }
  .grid__element-sm-9 {
    grid-column: span 9;
  }
  .grid__element-sm-10 {
    grid-column: span 10;
  }
  .grid__element-sm-11 {
    grid-column: span 11;
  }
  .grid__element-sm-12 {
    grid-column: span 12;
  }
  .grid-sm--1col {
    grid-template-columns: 1fr;
  }
  .grid-sm--2col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid__element-xs-1 {
    grid-column: span 1;
  }
  .grid__element-xs-2 {
    grid-column: span 2;
  }
  .grid__element-xs-3 {
    grid-column: span 3;
  }
  .grid__element-xs-4 {
    grid-column: span 4;
  }
  .grid__element-xs-5 {
    grid-column: span 5;
  }
  .grid__element-xs-6 {
    grid-column: span 6;
  }
  .grid__element-xs-7 {
    grid-column: span 7;
  }
  .grid__element-xs-8 {
    grid-column: span 8;
  }
  .grid__element-xs-9 {
    grid-column: span 9;
  }
  .grid__element-xs-10 {
    grid-column: span 10;
  }
  .grid__element-xs-11 {
    grid-column: span 11;
  }
  .grid__element-xs-12 {
    grid-column: span 12;
  }
  .grid-xs--1col {
    grid-template-columns: 1fr;
  }
  .grid-xs--2col {
    grid-template-columns: 1fr 1fr;
  }
}
.order--1 {
  order: 1;
}
.order--2 {
  order: 2;
}
.order--3 {
  order: 3;
}
.order--4 {
  order: 4;
}
.order--5 {
  order: 5;
}
.order--6 {
  order: 6;
}
.order--7 {
  order: 7;
}
.order--8 {
  order: 8;
}
.order--9 {
  order: 9;
}
.order--10 {
  order: 10;
}
.order--11 {
  order: 11;
}
.order--12 {
  order: 12;
}

@media screen and (max-width: 1024px) {
  .order-sm--1 {
    order: 1;
  }
  .order-sm--2 {
    order: 2;
  }
  .order-sm--3 {
    order: 3;
  }
  .order-sm--4 {
    order: 4;
  }
  .order-sm--5 {
    order: 5;
  }
  .order-sm--6 {
    order: 6;
  }
  .order-sm--7 {
    order: 7;
  }
  .order-sm--8 {
    order: 8;
  }
  .order-sm--9 {
    order: 9;
  }
  .order-sm--10 {
    order: 10;
  }
  .order-sm--11 {
    order: 11;
  }
  .order-sm--12 {
    order: 12;
  }
}
@media screen and (max-width: 767px) {
  .order-xs--1 {
    order: 1;
  }
  .order-xs--2 {
    order: 2;
  }
  .order-xs--3 {
    order: 3;
  }
  .order-xs--4 {
    order: 4;
  }
  .order-xs--5 {
    order: 5;
  }
  .order-xs--6 {
    order: 6;
  }
  .order-xs--7 {
    order: 7;
  }
  .order-xs--8 {
    order: 8;
  }
  .order-xs--9 {
    order: 9;
  }
  .order-xs--10 {
    order: 10;
  }
  .order-xs--11 {
    order: 11;
  }
  .order-xs--12 {
    order: 12;
  }
}
/************/
.p--auto {
  padding: auto;
}
.p--0 {
  padding: 0px;
}
.p--5 {
  padding: 5px;
}
.p--10 {
  padding: 10px;
}
.p--15 {
  padding: 15px;
}
.p--20 {
  padding: 20px;
}
.p--25 {
  padding: 25px;
}
.p--30 {
  padding: 30px;
}
.p--35 {
  padding: 35px;
}
.p--40 {
  padding: 40px;
}
.p--45 {
  padding: 45px;
}
.p--50 {
  padding: 50px;
}
.p--55 {
  padding: 55px;
}
.p--60 {
  padding: 60px;
}
.p--65 {
  padding: 65px;
}
.p--70 {
  padding: 70px;
}
.p--75 {
  padding: 75px;
}
.p--80 {
  padding: 80px;
}
.p--85 {
  padding: 85px;
}
.p--90 {
  padding: 90px;
}
.p--95 {
  padding: 95px;
}
.p--100 {
  padding: 100px;
}
.p--2 {
  padding: 2px;
}
.p--105 {
  padding: 105px;
}
.p--115 {
  padding: 115px;
}
.p--120 {
  padding: 120px;
}
.p--140 {
  padding: 140px;
}
.p--150 {
  padding: 150px;
}
.p--230 {
  padding: 230px;
}

.pt--auto {
  padding-top: auto;
}
.pt--0 {
  padding-top: 0px;
}
.pt--5 {
  padding-top: 5px;
}
.pt--10 {
  padding-top: 10px;
}
.pt--15 {
  padding-top: 15px;
}
.pt--20 {
  padding-top: 20px;
}
.pt--25 {
  padding-top: 25px;
}
.pt--30 {
  padding-top: 30px;
}
.pt--35 {
  padding-top: 35px;
}
.pt--40 {
  padding-top: 40px;
}
.pt--45 {
  padding-top: 45px;
}
.pt--50 {
  padding-top: 50px;
}
.pt--55 {
  padding-top: 55px;
}
.pt--60 {
  padding-top: 60px;
}
.pt--65 {
  padding-top: 65px;
}
.pt--70 {
  padding-top: 70px;
}
.pt--75 {
  padding-top: 75px;
}
.pt--80 {
  padding-top: 80px;
}
.pt--85 {
  padding-top: 85px;
}
.pt--90 {
  padding-top: 90px;
}
.pt--95 {
  padding-top: 95px;
}
.pt--100 {
  padding-top: 100px;
}
.pt--2 {
  padding-top: 2px;
}
.pt--105 {
  padding-top: 105px;
}
.pt--115 {
  padding-top: 115px;
}
.pt--120 {
  padding-top: 120px;
}
.pt--140 {
  padding-top: 140px;
}
.pt--150 {
  padding-top: 150px;
}
.pt--230 {
  padding-top: 230px;
}

.pb--auto {
  padding-bottom: auto;
}
.pb--0 {
  padding-bottom: 0px;
}
.pb--5 {
  padding-bottom: 5px;
}
.pb--10 {
  padding-bottom: 10px;
}
.pb--15 {
  padding-bottom: 15px;
}
.pb--20 {
  padding-bottom: 20px;
}
.pb--25 {
  padding-bottom: 25px;
}
.pb--30 {
  padding-bottom: 30px;
}
.pb--35 {
  padding-bottom: 35px;
}
.pb--40 {
  padding-bottom: 40px;
}
.pb--45 {
  padding-bottom: 45px;
}
.pb--50 {
  padding-bottom: 50px;
}
.pb--55 {
  padding-bottom: 55px;
}
.pb--60 {
  padding-bottom: 60px;
}
.pb--65 {
  padding-bottom: 65px;
}
.pb--70 {
  padding-bottom: 70px;
}
.pb--75 {
  padding-bottom: 75px;
}
.pb--80 {
  padding-bottom: 80px;
}
.pb--85 {
  padding-bottom: 85px;
}
.pb--90 {
  padding-bottom: 90px;
}
.pb--95 {
  padding-bottom: 95px;
}
.pb--100 {
  padding-bottom: 100px;
}
.pb--2 {
  padding-bottom: 2px;
}
.pb--105 {
  padding-bottom: 105px;
}
.pb--115 {
  padding-bottom: 115px;
}
.pb--120 {
  padding-bottom: 120px;
}
.pb--140 {
  padding-bottom: 140px;
}
.pb--150 {
  padding-bottom: 150px;
}
.pb--230 {
  padding-bottom: 230px;
}

.pl--auto {
  padding-left: auto;
}
.pl--0 {
  padding-left: 0px;
}
.pl--5 {
  padding-left: 5px;
}
.pl--10 {
  padding-left: 10px;
}
.pl--15 {
  padding-left: 15px;
}
.pl--20 {
  padding-left: 20px;
}
.pl--25 {
  padding-left: 25px;
}
.pl--30 {
  padding-left: 30px;
}
.pl--35 {
  padding-left: 35px;
}
.pl--40 {
  padding-left: 40px;
}
.pl--45 {
  padding-left: 45px;
}
.pl--50 {
  padding-left: 50px;
}
.pl--55 {
  padding-left: 55px;
}
.pl--60 {
  padding-left: 60px;
}
.pl--65 {
  padding-left: 65px;
}
.pl--70 {
  padding-left: 70px;
}
.pl--75 {
  padding-left: 75px;
}
.pl--80 {
  padding-left: 80px;
}
.pl--85 {
  padding-left: 85px;
}
.pl--90 {
  padding-left: 90px;
}
.pl--95 {
  padding-left: 95px;
}
.pl--100 {
  padding-left: 100px;
}
.pl--2 {
  padding-left: 2px;
}
.pl--105 {
  padding-left: 105px;
}
.pl--115 {
  padding-left: 115px;
}
.pl--120 {
  padding-left: 120px;
}
.pl--140 {
  padding-left: 140px;
}
.pl--150 {
  padding-left: 150px;
}
.pl--230 {
  padding-left: 230px;
}

.pr--auto {
  padding-right: auto;
}
.pr--0 {
  padding-right: 0px;
}
.pr--5 {
  padding-right: 5px;
}
.pr--10 {
  padding-right: 10px;
}
.pr--15 {
  padding-right: 15px;
}
.pr--20 {
  padding-right: 20px;
}
.pr--25 {
  padding-right: 25px;
}
.pr--30 {
  padding-right: 30px;
}
.pr--35 {
  padding-right: 35px;
}
.pr--40 {
  padding-right: 40px;
}
.pr--45 {
  padding-right: 45px;
}
.pr--50 {
  padding-right: 50px;
}
.pr--55 {
  padding-right: 55px;
}
.pr--60 {
  padding-right: 60px;
}
.pr--65 {
  padding-right: 65px;
}
.pr--70 {
  padding-right: 70px;
}
.pr--75 {
  padding-right: 75px;
}
.pr--80 {
  padding-right: 80px;
}
.pr--85 {
  padding-right: 85px;
}
.pr--90 {
  padding-right: 90px;
}
.pr--95 {
  padding-right: 95px;
}
.pr--100 {
  padding-right: 100px;
}
.pr--2 {
  padding-right: 2px;
}
.pr--105 {
  padding-right: 105px;
}
.pr--115 {
  padding-right: 115px;
}
.pr--120 {
  padding-right: 120px;
}
.pr--140 {
  padding-right: 140px;
}
.pr--150 {
  padding-right: 150px;
}
.pr--230 {
  padding-right: 230px;
}

.px--auto {
  padding-right: auto;
  padding-left: auto;
}
.px--0 {
  padding-right: 0px;
  padding-left: 0px;
}
.px--5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px--10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px--15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px--20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px--25 {
  padding-right: 25px;
  padding-left: 25px;
}
.px--30 {
  padding-right: 30px;
  padding-left: 30px;
}
.px--35 {
  padding-right: 35px;
  padding-left: 35px;
}
.px--40 {
  padding-right: 40px;
  padding-left: 40px;
}
.px--45 {
  padding-right: 45px;
  padding-left: 45px;
}
.px--50 {
  padding-right: 50px;
  padding-left: 50px;
}
.px--55 {
  padding-right: 55px;
  padding-left: 55px;
}
.px--60 {
  padding-right: 60px;
  padding-left: 60px;
}
.px--65 {
  padding-right: 65px;
  padding-left: 65px;
}
.px--70 {
  padding-right: 70px;
  padding-left: 70px;
}
.px--75 {
  padding-right: 75px;
  padding-left: 75px;
}
.px--80 {
  padding-right: 80px;
  padding-left: 80px;
}
.px--85 {
  padding-right: 85px;
  padding-left: 85px;
}
.px--90 {
  padding-right: 90px;
  padding-left: 90px;
}
.px--95 {
  padding-right: 95px;
  padding-left: 95px;
}
.px--100 {
  padding-right: 100px;
  padding-left: 100px;
}
.px--2 {
  padding-right: 2px;
  padding-left: 2px;
}
.px--105 {
  padding-right: 105px;
  padding-left: 105px;
}
.px--115 {
  padding-right: 115px;
  padding-left: 115px;
}
.px--120 {
  padding-right: 120px;
  padding-left: 120px;
}
.px--140 {
  padding-right: 140px;
  padding-left: 140px;
}
.px--150 {
  padding-right: 150px;
  padding-left: 150px;
}
.px--230 {
  padding-right: 230px;
  padding-left: 230px;
}

.py--auto {
  padding-top: auto;
  padding-bottom: auto;
}
.py--0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py--5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py--10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py--15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py--20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py--25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py--30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py--35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py--45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py--50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py--55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.py--60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py--65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.py--70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py--75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.py--80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py--85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.py--90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py--95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.py--100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py--2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py--105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.py--115 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.py--120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py--140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.py--150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.py--230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.m--auto {
  margin: auto;
}
.m--0 {
  margin: 0px;
}
.m--5 {
  margin: 5px;
}
.m--10 {
  margin: 10px;
}
.m--15 {
  margin: 15px;
}
.m--20 {
  margin: 20px;
}
.m--25 {
  margin: 25px;
}
.m--30 {
  margin: 30px;
}
.m--35 {
  margin: 35px;
}
.m--40 {
  margin: 40px;
}
.m--45 {
  margin: 45px;
}
.m--50 {
  margin: 50px;
}
.m--55 {
  margin: 55px;
}
.m--60 {
  margin: 60px;
}
.m--65 {
  margin: 65px;
}
.m--70 {
  margin: 70px;
}
.m--75 {
  margin: 75px;
}
.m--80 {
  margin: 80px;
}
.m--85 {
  margin: 85px;
}
.m--90 {
  margin: 90px;
}
.m--95 {
  margin: 95px;
}
.m--100 {
  margin: 100px;
}
.m--2 {
  margin: 2px;
}
.m--105 {
  margin: 105px;
}
.m--115 {
  margin: 115px;
}
.m--120 {
  margin: 120px;
}
.m--140 {
  margin: 140px;
}
.m--150 {
  margin: 150px;
}
.m--230 {
  margin: 230px;
}

.mt--auto {
  margin-top: auto;
}
.mt--0 {
  margin-top: 0px;
}
.mt--5 {
  margin-top: 5px;
}
.mt--10 {
  margin-top: 10px;
}
.mt--15 {
  margin-top: 15px;
}
.mt--20 {
  margin-top: 20px;
}
.mt--25 {
  margin-top: 25px;
}
.mt--30 {
  margin-top: 30px;
}
.mt--35 {
  margin-top: 35px;
}
.mt--40 {
  margin-top: 40px;
}
.mt--45 {
  margin-top: 45px;
}
.mt--50 {
  margin-top: 50px;
}
.mt--55 {
  margin-top: 55px;
}
.mt--60 {
  margin-top: 60px;
}
.mt--65 {
  margin-top: 65px;
}
.mt--70 {
  margin-top: 70px;
}
.mt--75 {
  margin-top: 75px;
}
.mt--80 {
  margin-top: 80px;
}
.mt--85 {
  margin-top: 85px;
}
.mt--90 {
  margin-top: 90px;
}
.mt--95 {
  margin-top: 95px;
}
.mt--100 {
  margin-top: 100px;
}
.mt--2 {
  margin-top: 2px;
}
.mt--105 {
  margin-top: 105px;
}
.mt--115 {
  margin-top: 115px;
}
.mt--120 {
  margin-top: 120px;
}
.mt--140 {
  margin-top: 140px;
}
.mt--150 {
  margin-top: 150px;
}
.mt--230 {
  margin-top: 230px;
}

.mb--auto {
  margin-bottom: auto;
}
.mb--0 {
  margin-bottom: 0px;
}
.mb--5 {
  margin-bottom: 5px;
}
.mb--10 {
  margin-bottom: 10px;
}
.mb--15 {
  margin-bottom: 15px;
}
.mb--20 {
  margin-bottom: 20px;
}
.mb--25 {
  margin-bottom: 25px;
}
.mb--30 {
  margin-bottom: 30px;
}
.mb--35 {
  margin-bottom: 35px;
}
.mb--40 {
  margin-bottom: 40px;
}
.mb--45 {
  margin-bottom: 45px;
}
.mb--50 {
  margin-bottom: 50px;
}
.mb--55 {
  margin-bottom: 55px;
}
.mb--60 {
  margin-bottom: 60px;
}
.mb--65 {
  margin-bottom: 65px;
}
.mb--70 {
  margin-bottom: 70px;
}
.mb--75 {
  margin-bottom: 75px;
}
.mb--80 {
  margin-bottom: 80px;
}
.mb--85 {
  margin-bottom: 85px;
}
.mb--90 {
  margin-bottom: 90px;
}
.mb--95 {
  margin-bottom: 95px;
}
.mb--100 {
  margin-bottom: 100px;
}
.mb--2 {
  margin-bottom: 2px;
}
.mb--105 {
  margin-bottom: 105px;
}
.mb--115 {
  margin-bottom: 115px;
}
.mb--120 {
  margin-bottom: 120px;
}
.mb--140 {
  margin-bottom: 140px;
}
.mb--150 {
  margin-bottom: 150px;
}
.mb--230 {
  margin-bottom: 230px;
}

.ml--auto {
  margin-left: auto;
}
.ml--0 {
  margin-left: 0px;
}
.ml--5 {
  margin-left: 5px;
}
.ml--10 {
  margin-left: 10px;
}
.ml--15 {
  margin-left: 15px;
}
.ml--20 {
  margin-left: 20px;
}
.ml--25 {
  margin-left: 25px;
}
.ml--30 {
  margin-left: 30px;
}
.ml--35 {
  margin-left: 35px;
}
.ml--40 {
  margin-left: 40px;
}
.ml--45 {
  margin-left: 45px;
}
.ml--50 {
  margin-left: 50px;
}
.ml--55 {
  margin-left: 55px;
}
.ml--60 {
  margin-left: 60px;
}
.ml--65 {
  margin-left: 65px;
}
.ml--70 {
  margin-left: 70px;
}
.ml--75 {
  margin-left: 75px;
}
.ml--80 {
  margin-left: 80px;
}
.ml--85 {
  margin-left: 85px;
}
.ml--90 {
  margin-left: 90px;
}
.ml--95 {
  margin-left: 95px;
}
.ml--100 {
  margin-left: 100px;
}
.ml--2 {
  margin-left: 2px;
}
.ml--105 {
  margin-left: 105px;
}
.ml--115 {
  margin-left: 115px;
}
.ml--120 {
  margin-left: 120px;
}
.ml--140 {
  margin-left: 140px;
}
.ml--150 {
  margin-left: 150px;
}
.ml--230 {
  margin-left: 230px;
}

.mr--auto {
  margin-right: auto;
}
.mr--0 {
  margin-right: 0px;
}
.mr--5 {
  margin-right: 5px;
}
.mr--10 {
  margin-right: 10px;
}
.mr--15 {
  margin-right: 15px;
}
.mr--20 {
  margin-right: 20px;
}
.mr--25 {
  margin-right: 25px;
}
.mr--30 {
  margin-right: 30px;
}
.mr--35 {
  margin-right: 35px;
}
.mr--40 {
  margin-right: 40px;
}
.mr--45 {
  margin-right: 45px;
}
.mr--50 {
  margin-right: 50px;
}
.mr--55 {
  margin-right: 55px;
}
.mr--60 {
  margin-right: 60px;
}
.mr--65 {
  margin-right: 65px;
}
.mr--70 {
  margin-right: 70px;
}
.mr--75 {
  margin-right: 75px;
}
.mr--80 {
  margin-right: 80px;
}
.mr--85 {
  margin-right: 85px;
}
.mr--90 {
  margin-right: 90px;
}
.mr--95 {
  margin-right: 95px;
}
.mr--100 {
  margin-right: 100px;
}
.mr--2 {
  margin-right: 2px;
}
.mr--105 {
  margin-right: 105px;
}
.mr--115 {
  margin-right: 115px;
}
.mr--120 {
  margin-right: 120px;
}
.mr--140 {
  margin-right: 140px;
}
.mr--150 {
  margin-right: 150px;
}
.mr--230 {
  margin-right: 230px;
}

.mx--auto {
  margin-right: auto;
  margin-left: auto;
}
.mx--0 {
  margin-right: 0px;
  margin-left: 0px;
}
.mx--5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx--10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx--15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mx--20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx--25 {
  margin-right: 25px;
  margin-left: 25px;
}
.mx--30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx--35 {
  margin-right: 35px;
  margin-left: 35px;
}
.mx--40 {
  margin-right: 40px;
  margin-left: 40px;
}
.mx--45 {
  margin-right: 45px;
  margin-left: 45px;
}
.mx--50 {
  margin-right: 50px;
  margin-left: 50px;
}
.mx--55 {
  margin-right: 55px;
  margin-left: 55px;
}
.mx--60 {
  margin-right: 60px;
  margin-left: 60px;
}
.mx--65 {
  margin-right: 65px;
  margin-left: 65px;
}
.mx--70 {
  margin-right: 70px;
  margin-left: 70px;
}
.mx--75 {
  margin-right: 75px;
  margin-left: 75px;
}
.mx--80 {
  margin-right: 80px;
  margin-left: 80px;
}
.mx--85 {
  margin-right: 85px;
  margin-left: 85px;
}
.mx--90 {
  margin-right: 90px;
  margin-left: 90px;
}
.mx--95 {
  margin-right: 95px;
  margin-left: 95px;
}
.mx--100 {
  margin-right: 100px;
  margin-left: 100px;
}
.mx--2 {
  margin-right: 2px;
  margin-left: 2px;
}
.mx--105 {
  margin-right: 105px;
  margin-left: 105px;
}
.mx--115 {
  margin-right: 115px;
  margin-left: 115px;
}
.mx--120 {
  margin-right: 120px;
  margin-left: 120px;
}
.mx--140 {
  margin-right: 140px;
  margin-left: 140px;
}
.mx--150 {
  margin-right: 150px;
  margin-left: 150px;
}
.mx--230 {
  margin-right: 230px;
  margin-left: 230px;
}

.my--auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my--0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my--5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my--10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my--15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my--20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my--25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my--30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my--35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.my--40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my--45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.my--50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my--55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.my--60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my--65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.my--70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.my--75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.my--80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.my--85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.my--90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.my--95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.my--100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.my--2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.my--105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.my--115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.my--120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.my--140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.my--150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.my--230 {
  margin-top: 230px;
  margin-bottom: 230px;
}

@media screen and (max-width: 1024px) {
  .p-sm--auto {
    padding: auto;
  }
  .p-sm--0 {
    padding: 0px;
  }
  .p-sm--5 {
    padding: 5px;
  }
  .p-sm--10 {
    padding: 10px;
  }
  .p-sm--15 {
    padding: 15px;
  }
  .p-sm--20 {
    padding: 20px;
  }
  .p-sm--25 {
    padding: 25px;
  }
  .p-sm--30 {
    padding: 30px;
  }
  .p-sm--35 {
    padding: 35px;
  }
  .p-sm--40 {
    padding: 40px;
  }
  .p-sm--45 {
    padding: 45px;
  }
  .p-sm--50 {
    padding: 50px;
  }
  .p-sm--55 {
    padding: 55px;
  }
  .p-sm--60 {
    padding: 60px;
  }
  .p-sm--65 {
    padding: 65px;
  }
  .p-sm--70 {
    padding: 70px;
  }
  .p-sm--75 {
    padding: 75px;
  }
  .p-sm--80 {
    padding: 80px;
  }
  .p-sm--85 {
    padding: 85px;
  }
  .p-sm--90 {
    padding: 90px;
  }
  .p-sm--95 {
    padding: 95px;
  }
  .p-sm--100 {
    padding: 100px;
  }
  .p-sm--2 {
    padding: 2px;
  }
  .p-sm--105 {
    padding: 105px;
  }
  .p-sm--115 {
    padding: 115px;
  }
  .p-sm--120 {
    padding: 120px;
  }
  .p-sm--140 {
    padding: 140px;
  }
  .p-sm--150 {
    padding: 150px;
  }
  .p-sm--230 {
    padding: 230px;
  }
  .pt-sm--auto {
    padding-top: auto;
  }
  .pt-sm--0 {
    padding-top: 0px;
  }
  .pt-sm--5 {
    padding-top: 5px;
  }
  .pt-sm--10 {
    padding-top: 10px;
  }
  .pt-sm--15 {
    padding-top: 15px;
  }
  .pt-sm--20 {
    padding-top: 20px;
  }
  .pt-sm--25 {
    padding-top: 25px;
  }
  .pt-sm--30 {
    padding-top: 30px;
  }
  .pt-sm--35 {
    padding-top: 35px;
  }
  .pt-sm--40 {
    padding-top: 40px;
  }
  .pt-sm--45 {
    padding-top: 45px;
  }
  .pt-sm--50 {
    padding-top: 50px;
  }
  .pt-sm--55 {
    padding-top: 55px;
  }
  .pt-sm--60 {
    padding-top: 60px;
  }
  .pt-sm--65 {
    padding-top: 65px;
  }
  .pt-sm--70 {
    padding-top: 70px;
  }
  .pt-sm--75 {
    padding-top: 75px;
  }
  .pt-sm--80 {
    padding-top: 80px;
  }
  .pt-sm--85 {
    padding-top: 85px;
  }
  .pt-sm--90 {
    padding-top: 90px;
  }
  .pt-sm--95 {
    padding-top: 95px;
  }
  .pt-sm--100 {
    padding-top: 100px;
  }
  .pt-sm--2 {
    padding-top: 2px;
  }
  .pt-sm--105 {
    padding-top: 105px;
  }
  .pt-sm--115 {
    padding-top: 115px;
  }
  .pt-sm--120 {
    padding-top: 120px;
  }
  .pt-sm--140 {
    padding-top: 140px;
  }
  .pt-sm--150 {
    padding-top: 150px;
  }
  .pt-sm--230 {
    padding-top: 230px;
  }
  .pb-sm--auto {
    padding-bottom: auto;
  }
  .pb-sm--0 {
    padding-bottom: 0px;
  }
  .pb-sm--5 {
    padding-bottom: 5px;
  }
  .pb-sm--10 {
    padding-bottom: 10px;
  }
  .pb-sm--15 {
    padding-bottom: 15px;
  }
  .pb-sm--20 {
    padding-bottom: 20px;
  }
  .pb-sm--25 {
    padding-bottom: 25px;
  }
  .pb-sm--30 {
    padding-bottom: 30px;
  }
  .pb-sm--35 {
    padding-bottom: 35px;
  }
  .pb-sm--40 {
    padding-bottom: 40px;
  }
  .pb-sm--45 {
    padding-bottom: 45px;
  }
  .pb-sm--50 {
    padding-bottom: 50px;
  }
  .pb-sm--55 {
    padding-bottom: 55px;
  }
  .pb-sm--60 {
    padding-bottom: 60px;
  }
  .pb-sm--65 {
    padding-bottom: 65px;
  }
  .pb-sm--70 {
    padding-bottom: 70px;
  }
  .pb-sm--75 {
    padding-bottom: 75px;
  }
  .pb-sm--80 {
    padding-bottom: 80px;
  }
  .pb-sm--85 {
    padding-bottom: 85px;
  }
  .pb-sm--90 {
    padding-bottom: 90px;
  }
  .pb-sm--95 {
    padding-bottom: 95px;
  }
  .pb-sm--100 {
    padding-bottom: 100px;
  }
  .pb-sm--2 {
    padding-bottom: 2px;
  }
  .pb-sm--105 {
    padding-bottom: 105px;
  }
  .pb-sm--115 {
    padding-bottom: 115px;
  }
  .pb-sm--120 {
    padding-bottom: 120px;
  }
  .pb-sm--140 {
    padding-bottom: 140px;
  }
  .pb-sm--150 {
    padding-bottom: 150px;
  }
  .pb-sm--230 {
    padding-bottom: 230px;
  }
  .pl-sm--auto {
    padding-left: auto;
  }
  .pl-sm--0 {
    padding-left: 0px;
  }
  .pl-sm--5 {
    padding-left: 5px;
  }
  .pl-sm--10 {
    padding-left: 10px;
  }
  .pl-sm--15 {
    padding-left: 15px;
  }
  .pl-sm--20 {
    padding-left: 20px;
  }
  .pl-sm--25 {
    padding-left: 25px;
  }
  .pl-sm--30 {
    padding-left: 30px;
  }
  .pl-sm--35 {
    padding-left: 35px;
  }
  .pl-sm--40 {
    padding-left: 40px;
  }
  .pl-sm--45 {
    padding-left: 45px;
  }
  .pl-sm--50 {
    padding-left: 50px;
  }
  .pl-sm--55 {
    padding-left: 55px;
  }
  .pl-sm--60 {
    padding-left: 60px;
  }
  .pl-sm--65 {
    padding-left: 65px;
  }
  .pl-sm--70 {
    padding-left: 70px;
  }
  .pl-sm--75 {
    padding-left: 75px;
  }
  .pl-sm--80 {
    padding-left: 80px;
  }
  .pl-sm--85 {
    padding-left: 85px;
  }
  .pl-sm--90 {
    padding-left: 90px;
  }
  .pl-sm--95 {
    padding-left: 95px;
  }
  .pl-sm--100 {
    padding-left: 100px;
  }
  .pl-sm--2 {
    padding-left: 2px;
  }
  .pl-sm--105 {
    padding-left: 105px;
  }
  .pl-sm--115 {
    padding-left: 115px;
  }
  .pl-sm--120 {
    padding-left: 120px;
  }
  .pl-sm--140 {
    padding-left: 140px;
  }
  .pl-sm--150 {
    padding-left: 150px;
  }
  .pl-sm--230 {
    padding-left: 230px;
  }
  .pr-sm--auto {
    padding-right: auto;
  }
  .pr-sm--0 {
    padding-right: 0px;
  }
  .pr-sm--5 {
    padding-right: 5px;
  }
  .pr-sm--10 {
    padding-right: 10px;
  }
  .pr-sm--15 {
    padding-right: 15px;
  }
  .pr-sm--20 {
    padding-right: 20px;
  }
  .pr-sm--25 {
    padding-right: 25px;
  }
  .pr-sm--30 {
    padding-right: 30px;
  }
  .pr-sm--35 {
    padding-right: 35px;
  }
  .pr-sm--40 {
    padding-right: 40px;
  }
  .pr-sm--45 {
    padding-right: 45px;
  }
  .pr-sm--50 {
    padding-right: 50px;
  }
  .pr-sm--55 {
    padding-right: 55px;
  }
  .pr-sm--60 {
    padding-right: 60px;
  }
  .pr-sm--65 {
    padding-right: 65px;
  }
  .pr-sm--70 {
    padding-right: 70px;
  }
  .pr-sm--75 {
    padding-right: 75px;
  }
  .pr-sm--80 {
    padding-right: 80px;
  }
  .pr-sm--85 {
    padding-right: 85px;
  }
  .pr-sm--90 {
    padding-right: 90px;
  }
  .pr-sm--95 {
    padding-right: 95px;
  }
  .pr-sm--100 {
    padding-right: 100px;
  }
  .pr-sm--2 {
    padding-right: 2px;
  }
  .pr-sm--105 {
    padding-right: 105px;
  }
  .pr-sm--115 {
    padding-right: 115px;
  }
  .pr-sm--120 {
    padding-right: 120px;
  }
  .pr-sm--140 {
    padding-right: 140px;
  }
  .pr-sm--150 {
    padding-right: 150px;
  }
  .pr-sm--230 {
    padding-right: 230px;
  }
  .px-sm--auto {
    padding-right: auto;
    padding-left: auto;
  }
  .px-sm--0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .px-sm--5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .px-sm--10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .px-sm--15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-sm--20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .px-sm--25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .px-sm--30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-sm--35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .px-sm--40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .px-sm--45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-sm--50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .px-sm--55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .px-sm--60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-sm--65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .px-sm--70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .px-sm--75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .px-sm--80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .px-sm--85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .px-sm--90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .px-sm--95 {
    padding-right: 95px;
    padding-left: 95px;
  }
  .px-sm--100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .px-sm--2 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .px-sm--105 {
    padding-right: 105px;
    padding-left: 105px;
  }
  .px-sm--115 {
    padding-right: 115px;
    padding-left: 115px;
  }
  .px-sm--120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .px-sm--140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .px-sm--150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .px-sm--230 {
    padding-right: 230px;
    padding-left: 230px;
  }
  .py-sm--auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .py-sm--0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-sm--5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-sm--10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-sm--15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-sm--20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-sm--25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-sm--30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-sm--35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-sm--40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-sm--45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-sm--50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-sm--55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .py-sm--60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-sm--65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .py-sm--70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-sm--75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-sm--80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-sm--85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .py-sm--90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-sm--95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .py-sm--100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-sm--2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .py-sm--105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .py-sm--115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .py-sm--120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-sm--140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-sm--150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-sm--230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }
  .m-sm--auto {
    margin: auto;
  }
  .m-sm--0 {
    margin: 0px;
  }
  .m-sm--5 {
    margin: 5px;
  }
  .m-sm--10 {
    margin: 10px;
  }
  .m-sm--15 {
    margin: 15px;
  }
  .m-sm--20 {
    margin: 20px;
  }
  .m-sm--25 {
    margin: 25px;
  }
  .m-sm--30 {
    margin: 30px;
  }
  .m-sm--35 {
    margin: 35px;
  }
  .m-sm--40 {
    margin: 40px;
  }
  .m-sm--45 {
    margin: 45px;
  }
  .m-sm--50 {
    margin: 50px;
  }
  .m-sm--55 {
    margin: 55px;
  }
  .m-sm--60 {
    margin: 60px;
  }
  .m-sm--65 {
    margin: 65px;
  }
  .m-sm--70 {
    margin: 70px;
  }
  .m-sm--75 {
    margin: 75px;
  }
  .m-sm--80 {
    margin: 80px;
  }
  .m-sm--85 {
    margin: 85px;
  }
  .m-sm--90 {
    margin: 90px;
  }
  .m-sm--95 {
    margin: 95px;
  }
  .m-sm--100 {
    margin: 100px;
  }
  .m-sm--2 {
    margin: 2px;
  }
  .m-sm--105 {
    margin: 105px;
  }
  .m-sm--115 {
    margin: 115px;
  }
  .m-sm--120 {
    margin: 120px;
  }
  .m-sm--140 {
    margin: 140px;
  }
  .m-sm--150 {
    margin: 150px;
  }
  .m-sm--230 {
    margin: 230px;
  }
  .mt-sm--auto {
    margin-top: auto;
  }
  .mt-sm--0 {
    margin-top: 0px;
  }
  .mt-sm--5 {
    margin-top: 5px;
  }
  .mt-sm--10 {
    margin-top: 10px;
  }
  .mt-sm--15 {
    margin-top: 15px;
  }
  .mt-sm--20 {
    margin-top: 20px;
  }
  .mt-sm--25 {
    margin-top: 25px;
  }
  .mt-sm--30 {
    margin-top: 30px;
  }
  .mt-sm--35 {
    margin-top: 35px;
  }
  .mt-sm--40 {
    margin-top: 40px;
  }
  .mt-sm--45 {
    margin-top: 45px;
  }
  .mt-sm--50 {
    margin-top: 50px;
  }
  .mt-sm--55 {
    margin-top: 55px;
  }
  .mt-sm--60 {
    margin-top: 60px;
  }
  .mt-sm--65 {
    margin-top: 65px;
  }
  .mt-sm--70 {
    margin-top: 70px;
  }
  .mt-sm--75 {
    margin-top: 75px;
  }
  .mt-sm--80 {
    margin-top: 80px;
  }
  .mt-sm--85 {
    margin-top: 85px;
  }
  .mt-sm--90 {
    margin-top: 90px;
  }
  .mt-sm--95 {
    margin-top: 95px;
  }
  .mt-sm--100 {
    margin-top: 100px;
  }
  .mt-sm--2 {
    margin-top: 2px;
  }
  .mt-sm--105 {
    margin-top: 105px;
  }
  .mt-sm--115 {
    margin-top: 115px;
  }
  .mt-sm--120 {
    margin-top: 120px;
  }
  .mt-sm--140 {
    margin-top: 140px;
  }
  .mt-sm--150 {
    margin-top: 150px;
  }
  .mt-sm--230 {
    margin-top: 230px;
  }
  .mb-sm--auto {
    margin-bottom: auto;
  }
  .mb-sm--0 {
    margin-bottom: 0px;
  }
  .mb-sm--5 {
    margin-bottom: 5px;
  }
  .mb-sm--10 {
    margin-bottom: 10px;
  }
  .mb-sm--15 {
    margin-bottom: 15px;
  }
  .mb-sm--20 {
    margin-bottom: 20px;
  }
  .mb-sm--25 {
    margin-bottom: 25px;
  }
  .mb-sm--30 {
    margin-bottom: 30px;
  }
  .mb-sm--35 {
    margin-bottom: 35px;
  }
  .mb-sm--40 {
    margin-bottom: 40px;
  }
  .mb-sm--45 {
    margin-bottom: 45px;
  }
  .mb-sm--50 {
    margin-bottom: 50px;
  }
  .mb-sm--55 {
    margin-bottom: 55px;
  }
  .mb-sm--60 {
    margin-bottom: 60px;
  }
  .mb-sm--65 {
    margin-bottom: 65px;
  }
  .mb-sm--70 {
    margin-bottom: 70px;
  }
  .mb-sm--75 {
    margin-bottom: 75px;
  }
  .mb-sm--80 {
    margin-bottom: 80px;
  }
  .mb-sm--85 {
    margin-bottom: 85px;
  }
  .mb-sm--90 {
    margin-bottom: 90px;
  }
  .mb-sm--95 {
    margin-bottom: 95px;
  }
  .mb-sm--100 {
    margin-bottom: 100px;
  }
  .mb-sm--2 {
    margin-bottom: 2px;
  }
  .mb-sm--105 {
    margin-bottom: 105px;
  }
  .mb-sm--115 {
    margin-bottom: 115px;
  }
  .mb-sm--120 {
    margin-bottom: 120px;
  }
  .mb-sm--140 {
    margin-bottom: 140px;
  }
  .mb-sm--150 {
    margin-bottom: 150px;
  }
  .mb-sm--230 {
    margin-bottom: 230px;
  }
  .ml-sm--auto {
    margin-left: auto;
  }
  .ml-sm--0 {
    margin-left: 0px;
  }
  .ml-sm--5 {
    margin-left: 5px;
  }
  .ml-sm--10 {
    margin-left: 10px;
  }
  .ml-sm--15 {
    margin-left: 15px;
  }
  .ml-sm--20 {
    margin-left: 20px;
  }
  .ml-sm--25 {
    margin-left: 25px;
  }
  .ml-sm--30 {
    margin-left: 30px;
  }
  .ml-sm--35 {
    margin-left: 35px;
  }
  .ml-sm--40 {
    margin-left: 40px;
  }
  .ml-sm--45 {
    margin-left: 45px;
  }
  .ml-sm--50 {
    margin-left: 50px;
  }
  .ml-sm--55 {
    margin-left: 55px;
  }
  .ml-sm--60 {
    margin-left: 60px;
  }
  .ml-sm--65 {
    margin-left: 65px;
  }
  .ml-sm--70 {
    margin-left: 70px;
  }
  .ml-sm--75 {
    margin-left: 75px;
  }
  .ml-sm--80 {
    margin-left: 80px;
  }
  .ml-sm--85 {
    margin-left: 85px;
  }
  .ml-sm--90 {
    margin-left: 90px;
  }
  .ml-sm--95 {
    margin-left: 95px;
  }
  .ml-sm--100 {
    margin-left: 100px;
  }
  .ml-sm--2 {
    margin-left: 2px;
  }
  .ml-sm--105 {
    margin-left: 105px;
  }
  .ml-sm--115 {
    margin-left: 115px;
  }
  .ml-sm--120 {
    margin-left: 120px;
  }
  .ml-sm--140 {
    margin-left: 140px;
  }
  .ml-sm--150 {
    margin-left: 150px;
  }
  .ml-sm--230 {
    margin-left: 230px;
  }
  .mr-sm--auto {
    margin-right: auto;
  }
  .mr-sm--0 {
    margin-right: 0px;
  }
  .mr-sm--5 {
    margin-right: 5px;
  }
  .mr-sm--10 {
    margin-right: 10px;
  }
  .mr-sm--15 {
    margin-right: 15px;
  }
  .mr-sm--20 {
    margin-right: 20px;
  }
  .mr-sm--25 {
    margin-right: 25px;
  }
  .mr-sm--30 {
    margin-right: 30px;
  }
  .mr-sm--35 {
    margin-right: 35px;
  }
  .mr-sm--40 {
    margin-right: 40px;
  }
  .mr-sm--45 {
    margin-right: 45px;
  }
  .mr-sm--50 {
    margin-right: 50px;
  }
  .mr-sm--55 {
    margin-right: 55px;
  }
  .mr-sm--60 {
    margin-right: 60px;
  }
  .mr-sm--65 {
    margin-right: 65px;
  }
  .mr-sm--70 {
    margin-right: 70px;
  }
  .mr-sm--75 {
    margin-right: 75px;
  }
  .mr-sm--80 {
    margin-right: 80px;
  }
  .mr-sm--85 {
    margin-right: 85px;
  }
  .mr-sm--90 {
    margin-right: 90px;
  }
  .mr-sm--95 {
    margin-right: 95px;
  }
  .mr-sm--100 {
    margin-right: 100px;
  }
  .mr-sm--2 {
    margin-right: 2px;
  }
  .mr-sm--105 {
    margin-right: 105px;
  }
  .mr-sm--115 {
    margin-right: 115px;
  }
  .mr-sm--120 {
    margin-right: 120px;
  }
  .mr-sm--140 {
    margin-right: 140px;
  }
  .mr-sm--150 {
    margin-right: 150px;
  }
  .mr-sm--230 {
    margin-right: 230px;
  }
  .mx-sm--auto {
    margin-right: auto;
    margin-left: auto;
  }
  .mx-sm--0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mx-sm--5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mx-sm--10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mx-sm--15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mx-sm--20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mx-sm--25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .mx-sm--30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mx-sm--35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mx-sm--40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mx-sm--45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mx-sm--50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mx-sm--55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .mx-sm--60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mx-sm--65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .mx-sm--70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mx-sm--75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .mx-sm--80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mx-sm--85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .mx-sm--90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mx-sm--95 {
    margin-right: 95px;
    margin-left: 95px;
  }
  .mx-sm--100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mx-sm--2 {
    margin-right: 2px;
    margin-left: 2px;
  }
  .mx-sm--105 {
    margin-right: 105px;
    margin-left: 105px;
  }
  .mx-sm--115 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .mx-sm--120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .mx-sm--140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mx-sm--150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .mx-sm--230 {
    margin-right: 230px;
    margin-left: 230px;
  }
  .my-sm--auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .my-sm--0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-sm--5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-sm--10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-sm--15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-sm--20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-sm--25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-sm--30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm--35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .my-sm--40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-sm--45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-sm--50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-sm--55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .my-sm--60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-sm--65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .my-sm--70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-sm--75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-sm--80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-sm--85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .my-sm--90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-sm--95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .my-sm--100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-sm--2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .my-sm--105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .my-sm--115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .my-sm--120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-sm--140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-sm--150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-sm--230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }
}
@media screen and (max-width: 767px) {
  .p-xs--auto {
    padding: auto;
  }
  .p-xs--0 {
    padding: 0px;
  }
  .p-xs--5 {
    padding: 5px;
  }
  .p-xs--10 {
    padding: 10px;
  }
  .p-xs--15 {
    padding: 15px;
  }
  .p-xs--20 {
    padding: 20px;
  }
  .p-xs--25 {
    padding: 25px;
  }
  .p-xs--30 {
    padding: 30px;
  }
  .p-xs--35 {
    padding: 35px;
  }
  .p-xs--40 {
    padding: 40px;
  }
  .p-xs--45 {
    padding: 45px;
  }
  .p-xs--50 {
    padding: 50px;
  }
  .p-xs--55 {
    padding: 55px;
  }
  .p-xs--60 {
    padding: 60px;
  }
  .p-xs--65 {
    padding: 65px;
  }
  .p-xs--70 {
    padding: 70px;
  }
  .p-xs--75 {
    padding: 75px;
  }
  .p-xs--80 {
    padding: 80px;
  }
  .p-xs--85 {
    padding: 85px;
  }
  .p-xs--90 {
    padding: 90px;
  }
  .p-xs--95 {
    padding: 95px;
  }
  .p-xs--100 {
    padding: 100px;
  }
  .p-xs--2 {
    padding: 2px;
  }
  .p-xs--105 {
    padding: 105px;
  }
  .p-xs--115 {
    padding: 115px;
  }
  .p-xs--120 {
    padding: 120px;
  }
  .p-xs--140 {
    padding: 140px;
  }
  .p-xs--150 {
    padding: 150px;
  }
  .p-xs--230 {
    padding: 230px;
  }
  .pt-xs--auto {
    padding-top: auto;
  }
  .pt-xs--0 {
    padding-top: 0px;
  }
  .pt-xs--5 {
    padding-top: 5px;
  }
  .pt-xs--10 {
    padding-top: 10px;
  }
  .pt-xs--15 {
    padding-top: 15px;
  }
  .pt-xs--20 {
    padding-top: 20px;
  }
  .pt-xs--25 {
    padding-top: 25px;
  }
  .pt-xs--30 {
    padding-top: 30px;
  }
  .pt-xs--35 {
    padding-top: 35px;
  }
  .pt-xs--40 {
    padding-top: 40px;
  }
  .pt-xs--45 {
    padding-top: 45px;
  }
  .pt-xs--50 {
    padding-top: 50px;
  }
  .pt-xs--55 {
    padding-top: 55px;
  }
  .pt-xs--60 {
    padding-top: 60px;
  }
  .pt-xs--65 {
    padding-top: 65px;
  }
  .pt-xs--70 {
    padding-top: 70px;
  }
  .pt-xs--75 {
    padding-top: 75px;
  }
  .pt-xs--80 {
    padding-top: 80px;
  }
  .pt-xs--85 {
    padding-top: 85px;
  }
  .pt-xs--90 {
    padding-top: 90px;
  }
  .pt-xs--95 {
    padding-top: 95px;
  }
  .pt-xs--100 {
    padding-top: 100px;
  }
  .pt-xs--2 {
    padding-top: 2px;
  }
  .pt-xs--105 {
    padding-top: 105px;
  }
  .pt-xs--115 {
    padding-top: 115px;
  }
  .pt-xs--120 {
    padding-top: 120px;
  }
  .pt-xs--140 {
    padding-top: 140px;
  }
  .pt-xs--150 {
    padding-top: 150px;
  }
  .pt-xs--230 {
    padding-top: 230px;
  }
  .pb-xs--auto {
    padding-bottom: auto;
  }
  .pb-xs--0 {
    padding-bottom: 0px;
  }
  .pb-xs--5 {
    padding-bottom: 5px;
  }
  .pb-xs--10 {
    padding-bottom: 10px;
  }
  .pb-xs--15 {
    padding-bottom: 15px;
  }
  .pb-xs--20 {
    padding-bottom: 20px;
  }
  .pb-xs--25 {
    padding-bottom: 25px;
  }
  .pb-xs--30 {
    padding-bottom: 30px;
  }
  .pb-xs--35 {
    padding-bottom: 35px;
  }
  .pb-xs--40 {
    padding-bottom: 40px;
  }
  .pb-xs--45 {
    padding-bottom: 45px;
  }
  .pb-xs--50 {
    padding-bottom: 50px;
  }
  .pb-xs--55 {
    padding-bottom: 55px;
  }
  .pb-xs--60 {
    padding-bottom: 60px;
  }
  .pb-xs--65 {
    padding-bottom: 65px;
  }
  .pb-xs--70 {
    padding-bottom: 70px;
  }
  .pb-xs--75 {
    padding-bottom: 75px;
  }
  .pb-xs--80 {
    padding-bottom: 80px;
  }
  .pb-xs--85 {
    padding-bottom: 85px;
  }
  .pb-xs--90 {
    padding-bottom: 90px;
  }
  .pb-xs--95 {
    padding-bottom: 95px;
  }
  .pb-xs--100 {
    padding-bottom: 100px;
  }
  .pb-xs--2 {
    padding-bottom: 2px;
  }
  .pb-xs--105 {
    padding-bottom: 105px;
  }
  .pb-xs--115 {
    padding-bottom: 115px;
  }
  .pb-xs--120 {
    padding-bottom: 120px;
  }
  .pb-xs--140 {
    padding-bottom: 140px;
  }
  .pb-xs--150 {
    padding-bottom: 150px;
  }
  .pb-xs--230 {
    padding-bottom: 230px;
  }
  .pl-xs--auto {
    padding-left: auto;
  }
  .pl-xs--0 {
    padding-left: 0px;
  }
  .pl-xs--5 {
    padding-left: 5px;
  }
  .pl-xs--10 {
    padding-left: 10px;
  }
  .pl-xs--15 {
    padding-left: 15px;
  }
  .pl-xs--20 {
    padding-left: 20px;
  }
  .pl-xs--25 {
    padding-left: 25px;
  }
  .pl-xs--30 {
    padding-left: 30px;
  }
  .pl-xs--35 {
    padding-left: 35px;
  }
  .pl-xs--40 {
    padding-left: 40px;
  }
  .pl-xs--45 {
    padding-left: 45px;
  }
  .pl-xs--50 {
    padding-left: 50px;
  }
  .pl-xs--55 {
    padding-left: 55px;
  }
  .pl-xs--60 {
    padding-left: 60px;
  }
  .pl-xs--65 {
    padding-left: 65px;
  }
  .pl-xs--70 {
    padding-left: 70px;
  }
  .pl-xs--75 {
    padding-left: 75px;
  }
  .pl-xs--80 {
    padding-left: 80px;
  }
  .pl-xs--85 {
    padding-left: 85px;
  }
  .pl-xs--90 {
    padding-left: 90px;
  }
  .pl-xs--95 {
    padding-left: 95px;
  }
  .pl-xs--100 {
    padding-left: 100px;
  }
  .pl-xs--2 {
    padding-left: 2px;
  }
  .pl-xs--105 {
    padding-left: 105px;
  }
  .pl-xs--115 {
    padding-left: 115px;
  }
  .pl-xs--120 {
    padding-left: 120px;
  }
  .pl-xs--140 {
    padding-left: 140px;
  }
  .pl-xs--150 {
    padding-left: 150px;
  }
  .pl-xs--230 {
    padding-left: 230px;
  }
  .pr-xs--auto {
    padding-right: auto;
  }
  .pr-xs--0 {
    padding-right: 0px;
  }
  .pr-xs--5 {
    padding-right: 5px;
  }
  .pr-xs--10 {
    padding-right: 10px;
  }
  .pr-xs--15 {
    padding-right: 15px;
  }
  .pr-xs--20 {
    padding-right: 20px;
  }
  .pr-xs--25 {
    padding-right: 25px;
  }
  .pr-xs--30 {
    padding-right: 30px;
  }
  .pr-xs--35 {
    padding-right: 35px;
  }
  .pr-xs--40 {
    padding-right: 40px;
  }
  .pr-xs--45 {
    padding-right: 45px;
  }
  .pr-xs--50 {
    padding-right: 50px;
  }
  .pr-xs--55 {
    padding-right: 55px;
  }
  .pr-xs--60 {
    padding-right: 60px;
  }
  .pr-xs--65 {
    padding-right: 65px;
  }
  .pr-xs--70 {
    padding-right: 70px;
  }
  .pr-xs--75 {
    padding-right: 75px;
  }
  .pr-xs--80 {
    padding-right: 80px;
  }
  .pr-xs--85 {
    padding-right: 85px;
  }
  .pr-xs--90 {
    padding-right: 90px;
  }
  .pr-xs--95 {
    padding-right: 95px;
  }
  .pr-xs--100 {
    padding-right: 100px;
  }
  .pr-xs--2 {
    padding-right: 2px;
  }
  .pr-xs--105 {
    padding-right: 105px;
  }
  .pr-xs--115 {
    padding-right: 115px;
  }
  .pr-xs--120 {
    padding-right: 120px;
  }
  .pr-xs--140 {
    padding-right: 140px;
  }
  .pr-xs--150 {
    padding-right: 150px;
  }
  .pr-xs--230 {
    padding-right: 230px;
  }
  .px-xs--auto {
    padding-right: auto;
    padding-left: auto;
  }
  .px-xs--0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .px-xs--5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .px-xs--10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .px-xs--15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-xs--20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .px-xs--25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .px-xs--30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-xs--35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .px-xs--40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .px-xs--45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-xs--50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .px-xs--55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .px-xs--60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-xs--65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .px-xs--70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .px-xs--75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .px-xs--80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .px-xs--85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .px-xs--90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .px-xs--95 {
    padding-right: 95px;
    padding-left: 95px;
  }
  .px-xs--100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .px-xs--2 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .px-xs--105 {
    padding-right: 105px;
    padding-left: 105px;
  }
  .px-xs--115 {
    padding-right: 115px;
    padding-left: 115px;
  }
  .px-xs--120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .px-xs--140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .px-xs--150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .px-xs--230 {
    padding-right: 230px;
    padding-left: 230px;
  }
  .py-xs--auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .py-xs--0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-xs--5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-xs--10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-xs--15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-xs--20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-xs--25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-xs--30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-xs--35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-xs--40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-xs--45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-xs--50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-xs--55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .py-xs--60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-xs--65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .py-xs--70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-xs--75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-xs--80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-xs--85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .py-xs--90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-xs--95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .py-xs--100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-xs--2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .py-xs--105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .py-xs--115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .py-xs--120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-xs--140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-xs--150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-xs--230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }
  .m-xs--auto {
    margin: auto;
  }
  .m-xs--0 {
    margin: 0px;
  }
  .m-xs--5 {
    margin: 5px;
  }
  .m-xs--10 {
    margin: 10px;
  }
  .m-xs--15 {
    margin: 15px;
  }
  .m-xs--20 {
    margin: 20px;
  }
  .m-xs--25 {
    margin: 25px;
  }
  .m-xs--30 {
    margin: 30px;
  }
  .m-xs--35 {
    margin: 35px;
  }
  .m-xs--40 {
    margin: 40px;
  }
  .m-xs--45 {
    margin: 45px;
  }
  .m-xs--50 {
    margin: 50px;
  }
  .m-xs--55 {
    margin: 55px;
  }
  .m-xs--60 {
    margin: 60px;
  }
  .m-xs--65 {
    margin: 65px;
  }
  .m-xs--70 {
    margin: 70px;
  }
  .m-xs--75 {
    margin: 75px;
  }
  .m-xs--80 {
    margin: 80px;
  }
  .m-xs--85 {
    margin: 85px;
  }
  .m-xs--90 {
    margin: 90px;
  }
  .m-xs--95 {
    margin: 95px;
  }
  .m-xs--100 {
    margin: 100px;
  }
  .m-xs--2 {
    margin: 2px;
  }
  .m-xs--105 {
    margin: 105px;
  }
  .m-xs--115 {
    margin: 115px;
  }
  .m-xs--120 {
    margin: 120px;
  }
  .m-xs--140 {
    margin: 140px;
  }
  .m-xs--150 {
    margin: 150px;
  }
  .m-xs--230 {
    margin: 230px;
  }
  .mt-xs--auto {
    margin-top: auto;
  }
  .mt-xs--0 {
    margin-top: 0px;
  }
  .mt-xs--5 {
    margin-top: 5px;
  }
  .mt-xs--10 {
    margin-top: 10px;
  }
  .mt-xs--15 {
    margin-top: 15px;
  }
  .mt-xs--20 {
    margin-top: 20px;
  }
  .mt-xs--25 {
    margin-top: 25px;
  }
  .mt-xs--30 {
    margin-top: 30px;
  }
  .mt-xs--35 {
    margin-top: 35px;
  }
  .mt-xs--40 {
    margin-top: 40px;
  }
  .mt-xs--45 {
    margin-top: 45px;
  }
  .mt-xs--50 {
    margin-top: 50px;
  }
  .mt-xs--55 {
    margin-top: 55px;
  }
  .mt-xs--60 {
    margin-top: 60px;
  }
  .mt-xs--65 {
    margin-top: 65px;
  }
  .mt-xs--70 {
    margin-top: 70px;
  }
  .mt-xs--75 {
    margin-top: 75px;
  }
  .mt-xs--80 {
    margin-top: 80px;
  }
  .mt-xs--85 {
    margin-top: 85px;
  }
  .mt-xs--90 {
    margin-top: 90px;
  }
  .mt-xs--95 {
    margin-top: 95px;
  }
  .mt-xs--100 {
    margin-top: 100px;
  }
  .mt-xs--2 {
    margin-top: 2px;
  }
  .mt-xs--105 {
    margin-top: 105px;
  }
  .mt-xs--115 {
    margin-top: 115px;
  }
  .mt-xs--120 {
    margin-top: 120px;
  }
  .mt-xs--140 {
    margin-top: 140px;
  }
  .mt-xs--150 {
    margin-top: 150px;
  }
  .mt-xs--230 {
    margin-top: 230px;
  }
  .mb-xs--auto {
    margin-bottom: auto;
  }
  .mb-xs--0 {
    margin-bottom: 0px;
  }
  .mb-xs--5 {
    margin-bottom: 5px;
  }
  .mb-xs--10 {
    margin-bottom: 10px;
  }
  .mb-xs--15 {
    margin-bottom: 15px;
  }
  .mb-xs--20 {
    margin-bottom: 20px;
  }
  .mb-xs--25 {
    margin-bottom: 25px;
  }
  .mb-xs--30 {
    margin-bottom: 30px;
  }
  .mb-xs--35 {
    margin-bottom: 35px;
  }
  .mb-xs--40 {
    margin-bottom: 40px;
  }
  .mb-xs--45 {
    margin-bottom: 45px;
  }
  .mb-xs--50 {
    margin-bottom: 50px;
  }
  .mb-xs--55 {
    margin-bottom: 55px;
  }
  .mb-xs--60 {
    margin-bottom: 60px;
  }
  .mb-xs--65 {
    margin-bottom: 65px;
  }
  .mb-xs--70 {
    margin-bottom: 70px;
  }
  .mb-xs--75 {
    margin-bottom: 75px;
  }
  .mb-xs--80 {
    margin-bottom: 80px;
  }
  .mb-xs--85 {
    margin-bottom: 85px;
  }
  .mb-xs--90 {
    margin-bottom: 90px;
  }
  .mb-xs--95 {
    margin-bottom: 95px;
  }
  .mb-xs--100 {
    margin-bottom: 100px;
  }
  .mb-xs--2 {
    margin-bottom: 2px;
  }
  .mb-xs--105 {
    margin-bottom: 105px;
  }
  .mb-xs--115 {
    margin-bottom: 115px;
  }
  .mb-xs--120 {
    margin-bottom: 120px;
  }
  .mb-xs--140 {
    margin-bottom: 140px;
  }
  .mb-xs--150 {
    margin-bottom: 150px;
  }
  .mb-xs--230 {
    margin-bottom: 230px;
  }
  .ml-xs--auto {
    margin-left: auto;
  }
  .ml-xs--0 {
    margin-left: 0px;
  }
  .ml-xs--5 {
    margin-left: 5px;
  }
  .ml-xs--10 {
    margin-left: 10px;
  }
  .ml-xs--15 {
    margin-left: 15px;
  }
  .ml-xs--20 {
    margin-left: 20px;
  }
  .ml-xs--25 {
    margin-left: 25px;
  }
  .ml-xs--30 {
    margin-left: 30px;
  }
  .ml-xs--35 {
    margin-left: 35px;
  }
  .ml-xs--40 {
    margin-left: 40px;
  }
  .ml-xs--45 {
    margin-left: 45px;
  }
  .ml-xs--50 {
    margin-left: 50px;
  }
  .ml-xs--55 {
    margin-left: 55px;
  }
  .ml-xs--60 {
    margin-left: 60px;
  }
  .ml-xs--65 {
    margin-left: 65px;
  }
  .ml-xs--70 {
    margin-left: 70px;
  }
  .ml-xs--75 {
    margin-left: 75px;
  }
  .ml-xs--80 {
    margin-left: 80px;
  }
  .ml-xs--85 {
    margin-left: 85px;
  }
  .ml-xs--90 {
    margin-left: 90px;
  }
  .ml-xs--95 {
    margin-left: 95px;
  }
  .ml-xs--100 {
    margin-left: 100px;
  }
  .ml-xs--2 {
    margin-left: 2px;
  }
  .ml-xs--105 {
    margin-left: 105px;
  }
  .ml-xs--115 {
    margin-left: 115px;
  }
  .ml-xs--120 {
    margin-left: 120px;
  }
  .ml-xs--140 {
    margin-left: 140px;
  }
  .ml-xs--150 {
    margin-left: 150px;
  }
  .ml-xs--230 {
    margin-left: 230px;
  }
  .mr-xs--auto {
    margin-right: auto;
  }
  .mr-xs--0 {
    margin-right: 0px;
  }
  .mr-xs--5 {
    margin-right: 5px;
  }
  .mr-xs--10 {
    margin-right: 10px;
  }
  .mr-xs--15 {
    margin-right: 15px;
  }
  .mr-xs--20 {
    margin-right: 20px;
  }
  .mr-xs--25 {
    margin-right: 25px;
  }
  .mr-xs--30 {
    margin-right: 30px;
  }
  .mr-xs--35 {
    margin-right: 35px;
  }
  .mr-xs--40 {
    margin-right: 40px;
  }
  .mr-xs--45 {
    margin-right: 45px;
  }
  .mr-xs--50 {
    margin-right: 50px;
  }
  .mr-xs--55 {
    margin-right: 55px;
  }
  .mr-xs--60 {
    margin-right: 60px;
  }
  .mr-xs--65 {
    margin-right: 65px;
  }
  .mr-xs--70 {
    margin-right: 70px;
  }
  .mr-xs--75 {
    margin-right: 75px;
  }
  .mr-xs--80 {
    margin-right: 80px;
  }
  .mr-xs--85 {
    margin-right: 85px;
  }
  .mr-xs--90 {
    margin-right: 90px;
  }
  .mr-xs--95 {
    margin-right: 95px;
  }
  .mr-xs--100 {
    margin-right: 100px;
  }
  .mr-xs--2 {
    margin-right: 2px;
  }
  .mr-xs--105 {
    margin-right: 105px;
  }
  .mr-xs--115 {
    margin-right: 115px;
  }
  .mr-xs--120 {
    margin-right: 120px;
  }
  .mr-xs--140 {
    margin-right: 140px;
  }
  .mr-xs--150 {
    margin-right: 150px;
  }
  .mr-xs--230 {
    margin-right: 230px;
  }
  .mx-xs--auto {
    margin-right: auto;
    margin-left: auto;
  }
  .mx-xs--0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mx-xs--5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mx-xs--10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mx-xs--15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mx-xs--20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mx-xs--25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .mx-xs--30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mx-xs--35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mx-xs--40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mx-xs--45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mx-xs--50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mx-xs--55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .mx-xs--60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mx-xs--65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .mx-xs--70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mx-xs--75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .mx-xs--80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mx-xs--85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .mx-xs--90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mx-xs--95 {
    margin-right: 95px;
    margin-left: 95px;
  }
  .mx-xs--100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mx-xs--2 {
    margin-right: 2px;
    margin-left: 2px;
  }
  .mx-xs--105 {
    margin-right: 105px;
    margin-left: 105px;
  }
  .mx-xs--115 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .mx-xs--120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .mx-xs--140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mx-xs--150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .mx-xs--230 {
    margin-right: 230px;
    margin-left: 230px;
  }
  .my-xs--auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .my-xs--0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-xs--5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-xs--10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-xs--15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-xs--20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-xs--25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-xs--30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-xs--35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .my-xs--40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-xs--45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-xs--50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-xs--55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .my-xs--60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-xs--65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .my-xs--70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-xs--75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-xs--80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-xs--85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .my-xs--90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-xs--95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .my-xs--100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-xs--2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .my-xs--105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .my-xs--115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .my-xs--120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-xs--140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-xs--150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-xs--230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }
}
.full-width {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .full-width-xs {
    width: 100%;
  }
}
/*=====  End of base classes  ======*/
/*=============================================
=            fonts            =
=============================================*/
.fw {
  /* Thin 100 */
  /* Light 300 */
  /* Regular 400 */
  /* Medium 500 */
  /* Semibold 600 */
  /* Bold 700 */
  /* ExtraBold 700 */
  /* Black 900 */
}
.fw--100 {
  font-weight: 100;
}
.fw--200 {
  font-weight: 200;
}
.fw--300 {
  font-weight: 300;
}
.fw--400 {
  font-weight: 400;
}
.fw--500 {
  font-weight: 500;
}
.fw--600 {
  font-weight: 600;
}
.fw--700 {
  font-weight: 700;
}
.fw--800 {
  font-weight: 800;
}
.fw--900 {
  font-weight: 900;
}
.fw--thin {
  font-weight: 100;
}
.fw--light {
  font-weight: 300;
}
.fw--regular {
  font-weight: 400;
}
.fw--medium {
  font-weight: 500;
}
.fw--semibold {
  font-weight: 600;
}
.fw--bold {
  font-weight: 700;
}
.fw--extra-bold {
  font-weight: 800;
}
.fw--black {
  font-weight: 900;
}

.text_18, .text_18_600 {
  font-size: 1.125rem;
}
.text_18_600 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .text_18, .text_18_600 {
    font-size: 1rem;
  }
}

.text_14, .text_14_600, .text_14_400, .text_14_300, .text_14_200 {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.text_14_200 {
  font-weight: 200;
}
.text_14_300 {
  font-weight: 300;
}
.text_14_400 {
  font-weight: 400;
}
.text_14_600 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .text_14, .text_14_600, .text_14_400, .text_14_300, .text_14_200 {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.text_14_lg, .text_14_lg_600, .text_14_lg_300 {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.text_14_lg_300 {
  font-weight: 300;
}
.text_14_lg_600 {
  font-weight: 600;
}

.text_12, .text_12_300 {
  font-size: 12px;
  line-height: 1.1666666667;
}
.text_12_300 {
  font-weight: 300;
}

.tc--blue {
  color: var(--blue);
}
.tc--grey {
  color: var(--dark-gray);
}
.tc--navy-blue {
  color: var(--navy-blue);
}
.tc--white {
  color: var(--bs-white);
}

.ta--left {
  text-align: left;
}
.ta--right {
  text-align: right;
}
.ta--center {
  text-align: center;
}

.tt--uppercase {
  text-transform: uppercase;
}
.tt--lowercase {
  text-transform: lowercase;
}
.tt--capitalize {
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .ta-xs--left {
    text-align: left;
  }
  .ta-xs--right {
    text-align: right;
  }
  .ta-xs--center {
    text-align: center;
  }
}
/*=====  End of fonts  ======*/
/*=============================================
=            base elements            =
=============================================*/
.col--xsmall {
  width: 20%;
}
.col--small {
  width: 40%;
}
.col--big {
  width: 60%;
}
.col--half {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .col-sm--full {
    width: 100%;
  }
  .col-sm--xsmall {
    width: 20%;
  }
  .col-sm--small {
    width: 40%;
  }
  .col-sm--big {
    width: 60%;
  }
  .col-sm--half {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .col--small {
    width: 100%;
  }
  .col--big {
    width: 100%;
  }
  .col-xs--full {
    width: 100%;
  }
}
.bg-cover {
  background-size: cover;
  background-position: center;
}

.relative {
  position: relative;
}

/*=====  End of base elements  ======*/
/*=============================================
=            wysiwyg            =
=============================================*/
.wysiwyg a:not(.button, .btn_v1) {
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .wysiwyg a:not(.button, .btn_v1):hover {
    color: var(--blue);
  }
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  margin-top: 38px;
  font-weight: 700;
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: 25px;
  font-weight: 600;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 8px;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 20px 0;
  list-style: none;
  padding-left: 0;
}
.wysiwyg ul > li,
.wysiwyg ol > li {
  padding-left: 10px;
  margin: 10px 0;
  position: relative;
}
.wysiwyg ul > li::before,
.wysiwyg ol > li::before {
  position: absolute;
  left: 0;
}
.wysiwyg ul > li::before {
  content: "";
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: var(--blue);
  border-radius: 100%;
}
.wysiwyg ol {
  counter-reset: li;
}
.wysiwyg ol > li {
  counter-increment: li;
}
.wysiwyg ol > li::before {
  content: counter(li) ".";
  position: absolute;
  left: 0;
  color: var(--blue);
}
.wysiwyg video {
  height: 56.25%;
}
.wysiwyg .wp-video {
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3 {
    margin-top: 25px;
  }
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    margin-top: 20px;
  }
  .wysiwyg ul,
  .wysiwyg ol {
    margin: 15px 0;
  }
  .wysiwyg ul > li::before {
    top: 7px;
  }
}
/*=====  End of wysiwyg  ======*/
/*=============================================
=            bg item            =
=============================================*/
.bg-item, .bg-item--cover {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-item--cover {
  background-size: cover;
}

/*=====  End of bg item  ======*/
/*=============================================
=            z index            =
=============================================*/
.z-index--30 {
  z-index: 30;
}

/*=====  End of z index  ======*/
/*=============================================
=            modal            =
=============================================*/
.modal {
  background-color: rgba(var(--dark-gray), 0.81);
}
.modal__close {
  width: 36px;
  height: 36px;
  background-color: var(--dark-gray);
  border-radius: 5px;
  position: absolute;
  right: -18px;
  top: -15px;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: var(--bs-white);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .modal-dialog {
    align-items: flex-start;
    transform: translate(0) !important;
    padding: 20px 10px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal__close {
    right: 0;
    top: -10px;
  }
}
/*=====  End of modal  ======*/
/*=============================================
=            tooltip            =
=============================================*/
.css-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.css-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 15px;
  text-transform: initial;
  font-weight: 400;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 10px);
  left: 50%;
  margin-left: -60px;
}
.css-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.css-tooltip:hover .tooltiptext {
  visibility: visible;
}

/*=====  End of tooltip  ======*/
/*=============================================
=            button            =
=============================================*/
.btn-a, .wp-element-button,
.woocommerce a.woocommerce-button,
.woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
  font-size: 1.125rem;
  padding: 15px 17px;
  color: var(--bs-white);
  border-radius: 5px;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .btn-a:hover, .wp-element-button:hover,
  .woocommerce a.woocommerce-button:hover,
  .woocommerce button.button:hover,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover {
    color: var(--purple);
    border-color: var(--purple);
    background-color: var(--bs-white);
  }
}
.btn-a--violet {
  background-color: var(--purple);
  border-color: var(--purple);
}
.btn-a--white {
  background-color: var(--bs-white);
  border-color: var(--bs-white);
  color: var(--bs-black);
}
@media screen and (min-width: 1025px) {
  .btn-a--white:hover {
    color: var(--bs-white);
    border-color: var(--blue);
    background-color: var(--blue);
  }
}
.btn-a--small, .wp-element-button,
.woocommerce a.woocommerce-button,
.woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
  padding: 10px 23px;
}

@media screen and (max-width: 1024px) {
  .btn-a, .wp-element-button,
  .woocommerce a.woocommerce-button,
  .woocommerce button.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
    font-size: 1rem;
    padding: 11px 17px;
  }
  .btn-a--header {
    max-width: 120px;
    height: 32px;
    padding: 0 10px;
    font-size: 0.75rem;
    line-height: 1.0833333333;
    text-align: center;
    display: flex;
    align-items: center;
  }
}
/*=====  End of button  ======*/
/*=============================================
=            relative bg            =
=============================================*/
.rel-bg {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*=====  End of relative bg  ======*/
/*=============================================
=            icon in circle            =
=============================================*/
.icon-circle {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--xlight-blue);
  position: relative;
}
.icon-circle__img {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: 33px;
  max-height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .icon-circle--xs-small {
    width: 24px;
    height: 24px;
  }
  .icon-circle--xs-small .icon-circle__img {
    max-width: 24px;
    max-height: 18px;
  }
}
/*=====  End of icon in circle  ======*/
/*=============================================
=            logos slider            =
=============================================*/
.logos-slider--1 {
  margin-top: 8px;
}
.logos-slider--1 .swiper-wrapper {
  transform: translate3d(-49px, 0px, 0px);
}
.logos-slider__wrapper {
  padding: 0 98px;
  margin-left: -50px;
  overflow: hidden;
  position: relative;
}
.logos-slider__wrapper::before, .logos-slider__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 98px;
  z-index: 10;
}
.logos-slider__wrapper::before {
  left: 0;
  background: transparent linear-gradient(90deg, #FAFAFD 0%, rgba(250, 250, 253, 0) 100%) 0% 0% no-repeat padding-box;
}
.logos-slider__wrapper::after {
  right: 0;
  background: transparent linear-gradient(270deg, #FAFAFD 0%, rgba(250, 250, 253, 0) 100%) 0% 0% no-repeat padding-box;
}
.logos-slider__wrapper .swiper {
  overflow: visible;
}
.logos-slider__item {
  width: 84px;
  height: 30px;
}
.logos-slider__item-box {
  width: 100%;
  height: 100%;
  border: 1px solid var(--xlight-blue2);
  border-radius: 5px;
  background-color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .logos-slider__item-box:hover {
    border-color: var(--blue);
  }
}

@media screen and (max-width: 767px) {
  .logos-slider__wrapper {
    padding: 0 27px;
    margin-left: -20px;
  }
  .logos-slider__wrapper::before, .logos-slider__wrapper::after {
    width: 27px;
  }
}
/*=====  End of logos slider  ======*/
/*=============================================
=            pricing            =
=============================================*/
.pricing-item {
  background-color: var(--bs-white);
  border-radius: 10px;
  padding: 70px 35px 52px;
  height: 100%;
  position: relative;
}
.pricing-item--0 .pricing-item__price-text {
  font-weight: black;
}
.pricing-item--1 {
  background-color: var(--dark);
  color: var(--bs-white);
  box-shadow: 0px 9px 13px rgba(0, 0, 0, 0.1607843137);
}
.pricing-item--2 .pricing-item__price {
  margin-top: 30px;
}
.pricing-item--2 .pricing-item__price-text {
  font-size: 1.625rem;
}
.pricing-item__bg--1 {
  width: 26px;
  height: 24px;
  right: 12px;
  top: 12px;
  background-image: url("../img/svg/fullstar.svg");
}
.pricing-item__bg--2 {
  width: 110px;
  height: 67px;
  right: -80px;
  top: -63px;
  background-image: url("../img/svg/chosen.svg");
}
.pricing-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  max-height: 79px;
}
.pricing-item__header {
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--light-blue);
}
.pricing-item__title {
  margin-bottom: 16px;
}
.pricing-item__price {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pricing-item__price-text {
  color: var(--purple);
  font-weight: bold;
}
.pricing-item__price-label {
  margin-bottom: -2px;
}
.pricing-item__points ul {
  margin: 26px 0 14px;
  padding: 0;
  list-style: none;
}
.pricing-item__points li {
  margin: 0 0 12px;
  padding-left: 31px;
  position: relative;
}
.pricing-item__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/svg/check.svg");
}
.pricing-item__btn {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .pricing-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-item {
    padding-top: 49px;
    padding-bottom: 41px;
  }
  .pricing-item--2 .pricing-item__price {
    margin-top: 26px;
  }
  .pricing-item__bg--2 {
    width: 93px;
    height: 59px;
    right: 10px;
    top: auto;
    bottom: 100%;
    background-image: url("../img/svg/chosen_mobile.svg");
  }
  .pricing-item__img {
    max-height: 65px;
  }
  .pricing-item__title {
    font-size: 1.375rem;
  }
  .pricing-item__price-text {
    font-size: 1.625rem;
  }
  .pricing-item__points ul {
    margin: 15px 0;
  }
  .pricing-item__points li {
    margin: 14px 0;
  }
}
/*=====  End of pricing  ======*/
/*=============================================
=            faq            =
=============================================*/
.faq {
  display: flex;
  flex-direction: column;
  gap: 53px;
}
.faq__group-title {
  color: var(--med-gray);
  margin-bottom: 23px;
}
.faq__item {
  margin-bottom: 11px;
}
.faq__item.active .faq__question {
  color: var(--blue);
}
.faq__item.active .faq__icon::after {
  opacity: 0;
}
.faq__question {
  padding: 7px 40px 7px 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.faq__icon {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 14px;
  margin: auto;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  background-color: var(--dark);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out 0s;
}
.faq__icon::before {
  width: 100%;
  height: 1px;
}
.faq__icon::after {
  height: 100%;
  width: 1px;
}
.faq__answer-wrap {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.faq__answer {
  padding: 8px 20px 20px 10px;
}

@media screen and (max-width: 767px) {
  .faq {
    gap: 33px;
  }
  .faq__group-title {
    margin-bottom: 13px;
  }
  .faq__item {
    margin-bottom: 8px;
  }
  .faq__answer {
    padding: 7px 10px 22px 10px;
  }
}
/*=====  End of faq  ======*/
/*=============================================
=            modal            =
=============================================*/
.a-modal {
  padding: 30px;
  gap: 30px;
}
.a-modal__col {
  position: relative;
}
.a-modal__col--form {
  flex: 1 0 auto;
}
.a-modal__col--img {
  flex: 0 1 auto;
  max-width: 570px;
}
.a-modal__form {
  max-width: 366px;
  margin: auto;
  padding: 40px 0px 70px;
}
.a-modal__header {
  margin-bottom: 30px;
}
.a-modal__img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.a-modal__btn-close {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  background-color: var(--light-blue);
  border-radius: 6px;
  border: 0;
}
.a-modal__btn-close::before, .a-modal__btn-close::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 1px;
  background-color: var(--bs-black);
}
.a-modal__btn-close::before {
  transform: rotate(45deg);
}
.a-modal__btn-close::after {
  transform: rotate(-45deg);
}
.a-modal__register {
  color: var(--bs-white);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  gap: 40px;
  padding: 40px;
  font-size: 18px;
}
.a-modal__register::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.a-modal__register-btn {
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .a-modal__register {
    padding: 40px 20px 20px;
  }
  .a-modal__register-box {
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .a-modal {
    padding: 20px;
    flex-direction: column;
  }
  .a-modal__col {
    flex: 1 1 auto;
  }
  .a-modal__form {
    padding: 0;
  }
  .a-modal__btn-close {
    top: -10px;
    right: -10px;
  }
  .a-modal__register-xs {
    padding-top: 20px;
    border-top: 1px solid var(--med-gray);
  }
}
/*=====  End of modal  ======*/
/*=============================================
=            contact form            =
=============================================*/
.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form__btn-row {
  display: flex;
  justify-content: flex-end;
}

.form-field {
  position: relative;
  font-size: 0.875rem;
}
.form-field__label, .woocommerce form .form-row label, .woocommerce-page form .form-row label {
  margin-bottom: 2px;
  padding-left: 11px;
  display: block;
}
.form-field__elem, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container .select2-selection--single {
  border: 1px solid var(--med-gray);
  border-radius: 5px;
  font-size: inherit;
  padding: 16px 10px;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.form-field__elem--textarea {
  height: 150px;
  resize: none;
}
.form-field__elem[aria-invalid=true], .woocommerce form .form-row input[aria-invalid=true].input-text, .woocommerce form .form-row textarea[aria-invalid=true], .select2-container [aria-invalid=true].select2-selection--single {
  border-color: var(--red);
}
.form-field__elem::-moz-placeholder, .woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder, .select2-container .select2-selection--single::-moz-placeholder {
  color: var(--med-gray);
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.form-field__elem::placeholder, .woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder, .select2-container .select2-selection--single::placeholder {
  color: var(--med-gray);
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.form-field__elem:focus, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .select2-container .select2-selection--single:focus {
  border-color: var(--blue);
}
.form-field__elem:focus::-moz-placeholder, .woocommerce form .form-row input.input-text:focus::-moz-placeholder, .woocommerce form .form-row textarea:focus::-moz-placeholder, .select2-container .select2-selection--single:focus::-moz-placeholder {
  opacity: 0;
}
.form-field__elem:focus::placeholder, .woocommerce form .form-row input.input-text:focus::placeholder, .woocommerce form .form-row textarea:focus::placeholder, .select2-container .select2-selection--single:focus::placeholder {
  opacity: 0;
}
.form-field__elem:not(:-moz-placeholder-shown), .woocommerce form .form-row input.input-text:not(:-moz-placeholder-shown), .woocommerce form .form-row textarea:not(:-moz-placeholder-shown), .select2-container .select2-selection--single:not(:-moz-placeholder-shown) {
  border-color: var(--bs-black);
}
.form-field__elem:not(:placeholder-shown), .woocommerce form .form-row input.input-text:not(:placeholder-shown), .woocommerce form .form-row textarea:not(:placeholder-shown), .select2-container .select2-selection--single:not(:placeholder-shown) {
  border-color: var(--bs-black);
}
.form-field__elem[aria-invalid=true], .woocommerce form .form-row input[aria-invalid=true].input-text, .woocommerce form .form-row textarea[aria-invalid=true], .select2-container [aria-invalid=true].select2-selection--single {
  border-color: var(--red);
}
@media screen and (min-width: 1025px) {
  .form-field:hover .form-field__elem, .form-field:hover .woocommerce form .form-row input.input-text, .woocommerce form .form-row .form-field:hover input.input-text, .form-field:hover .woocommerce form .form-row textarea, .woocommerce form .form-row .form-field:hover textarea, .form-field:hover .select2-container .select2-selection--single, .select2-container .form-field:hover .select2-selection--single {
    border-color: var(--bs-black);
  }
  .form-field:hover .form-field__elem:focus, .form-field:hover .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row .form-field:hover input.input-text:focus, .form-field:hover .woocommerce form .form-row textarea:focus, .woocommerce form .form-row .form-field:hover textarea:focus, .form-field:hover .select2-container .select2-selection--single:focus, .select2-container .form-field:hover .select2-selection--single:focus {
    border-color: var(--blue);
  }
  .form-field:hover .form-field__elem::-moz-placeholder, .form-field:hover .woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row .form-field:hover input.input-text::-moz-placeholder, .form-field:hover .woocommerce form .form-row textarea::-moz-placeholder, .woocommerce form .form-row .form-field:hover textarea::-moz-placeholder, .form-field:hover .select2-container .select2-selection--single::-moz-placeholder, .select2-container .form-field:hover .select2-selection--single::-moz-placeholder {
    color: var(--bs-black);
  }
  .form-field:hover .form-field__elem::placeholder, .form-field:hover .woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row .form-field:hover input.input-text::placeholder, .form-field:hover .woocommerce form .form-row textarea::placeholder, .woocommerce form .form-row .form-field:hover textarea::placeholder, .form-field:hover .select2-container .select2-selection--single::placeholder, .select2-container .form-field:hover .select2-selection--single::placeholder {
    color: var(--bs-black);
  }
  .form-field:hover .form-field__elem:not(:-moz-placeholder-shown), .form-field:hover .woocommerce form .form-row input.input-text:not(:-moz-placeholder-shown), .woocommerce form .form-row .form-field:hover input.input-text:not(:-moz-placeholder-shown), .form-field:hover .woocommerce form .form-row textarea:not(:-moz-placeholder-shown), .woocommerce form .form-row .form-field:hover textarea:not(:-moz-placeholder-shown), .form-field:hover .select2-container .select2-selection--single:not(:-moz-placeholder-shown), .select2-container .form-field:hover .select2-selection--single:not(:-moz-placeholder-shown) {
    border-color: var(--bs-black);
  }
  .form-field:hover .form-field__elem:not(:placeholder-shown), .form-field:hover .woocommerce form .form-row input.input-text:not(:placeholder-shown), .woocommerce form .form-row .form-field:hover input.input-text:not(:placeholder-shown), .form-field:hover .woocommerce form .form-row textarea:not(:placeholder-shown), .woocommerce form .form-row .form-field:hover textarea:not(:placeholder-shown), .form-field:hover .select2-container .select2-selection--single:not(:placeholder-shown), .select2-container .form-field:hover .select2-selection--single:not(:placeholder-shown) {
    border-color: var(--bs-black);
  }
}
.form-field .wpcf7-form-control-wrap {
  display: block;
}
.form-field .wpcf7-not-valid-tip {
  font-size: 9px;
  text-align: right;
  position: absolute;
  right: 6px;
  top: 3px;
  padding: 3px 0;
}
.form-field .wpcf7-not-valid-tip::before {
  content: "! ";
}

.select2-container .select2-selection--single {
  height: 54px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1.2857142857;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 14px;
}

@media screen and (max-width: 767px) {
  .form-field__elem--textarea {
    height: 130px;
  }
}
.form-checkbox {
  font-size: 0.625rem;
}
.form-checkbox__row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.form-checkbox label {
  cursor: pointer;
}
.form-checkbox__elem {
  display: none;
}
.form-checkbox__elem:checked + .wpcf7-list-item-label .form-checkbox__square {
  border-color: var(--blue);
}
.form-checkbox__elem:checked + .wpcf7-list-item-label .form-checkbox__square::after {
  opacity: 1;
}
.form-checkbox__elem[aria-invalid=true] + .wpcf7-list-item-label .form-checkbox__square {
  border-color: var(--red);
}
.form-checkbox__square {
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid var(--med-gray);
  border-radius: 5px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out 0s;
}
.form-checkbox__square::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  margin: auto;
  width: 8px;
  height: 4px;
  border-left: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  transform: rotate(-55deg);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .form-checkbox:hover .form-checkbox__square {
    border-color: var(--bs-black);
  }
}

.wpcf7-form {
  overflow: visible;
}

.wpcf7 form.submitting, .wpcf7 form.resetting {
  opacity: 0.2;
  pointer-events: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: var(--wp--preset--color--light-green-cyan);
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 20px 0;
  color: var(--red);
}

.wpcf7-list-item {
  margin: 0;
}

.form-statute {
  position: relative;
}
.form-statute__label {
  font-weight: medium;
  text-decoration: underline;
  transition: all 0.3s ease-in-out 0s;
}
.form-statute__content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 114px;
  padding-top: 4px;
  display: none;
  z-index: 1000;
}
.form-statute__content::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 0;
  bottom: 1px;
  width: calc(100% - 8px);
  height: 18px;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF calc(100% - 6px)) 0% 0% no-repeat padding-box;
}
.form-statute__content-box {
  padding: 5px 5px 15px;
  overflow-y: auto;
  scrollbar-width: none;
  height: 100%;
  width: 100%;
  border: 1px solid var(--med-gray);
  border-radius: 4px;
  background-color: var(--light-gray);
  display: block;
}
@media screen and (min-width: 1025px) {
  .form-statute:hover .form-statute__label {
    color: var(--blue);
  }
  .form-statute:hover .form-statute__content {
    display: block;
  }
}
.form-statute.open .form-statute__label {
  color: var(--blue);
}
.form-statute.open .form-statute__content {
  display: block;
}

/*=====  End of contact form  ======*/
/*=====================================
=            base elements            =
=====================================*/
body {
  line-height: 1.2;
  font-size: 16px;
  margin: 0;
  text-rendering: optimizelegibility;
  font-family: "Sofia Pro", Arial, Helvetica, sans-serif;
}

.wrapper {
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 52px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

textarea,
input,
select,
button,
a {
  outline: none;
  box-shadow: none !important;
  font-family: inherit;
}

select,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input:not([type]),
textarea,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select,
option {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #000 !important;
}

textarea {
  overflow: auto;
}

[disabled] {
  cursor: not-allowed;
}

p {
  margin: 0;
}

/*=====  End of base elements  ======*/
.header-content {
  gap: 20px;
}

.header-nav {
  font-size: 0.8125rem;
}
.header-nav__item {
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .header-nav__item:hover {
    color: var(--blue);
  }
}

.header-btn {
  transition: all 0.3s ease-in-out 0s;
}

.hmb {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  padding: 10px 8px;
  background-color: var(--light-blue);
  border: 0;
}
.hmb__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 1px);
}
.hmb__line {
  width: 100%;
  height: 1px;
  background-color: var(--bs-black);
  transition: all 0.3s ease-in-out 0s;
}
.hmb__line--middle {
  background-color: transparent;
  position: relative;
}
.hmb__line--middle::before, .hmb__line--middle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bs-black);
  transition: all 0.3s ease-in-out 0s;
}

.header-backdrop {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: var(--dark-gray);
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: all 0.3s ease-in-out 0s;
}

.mobile-menu {
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: all 0.3s ease-in-out 0s;
}

.header.menuOpen .header-backdrop {
  opacity: 0.8;
  pointer-events: auto;
}
.header.menuOpen .mobile-menu {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.header.menuOpen .header-btn {
  opacity: 0;
  pointer-events: none;
}
.header.menuOpen .hmb__line--side {
  opacity: 0;
}
.header.menuOpen .hmb__line--middle::before {
  transform: rotate(45deg);
}
.header.menuOpen .hmb__line--middle::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .header-logo {
    max-height: 27px;
    max-width: 110px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header-content {
    gap: 8px;
  }
  .header-nav {
    margin-bottom: 25px;
  }
  .mobile-menu {
    text-align: center;
  }
  .header-content-m {
    padding: 30px 0 190px;
  }
  .header-backdrop {
    display: block;
  }
}
.sec {
  height: 300px;
}
.sec:nth-child(odd) {
  background-color: var(--bs-gray-200);
}
.sec:nth-child(even) {
  background-color: var(--bs-gray-300);
}

.f-row {
  display: flex;
}

.f-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.f-col--50 {
  width: 50%;
}
.f-col--40 {
  width: 40%;
}
.f-col--25 {
  width: 25%;
}
.f-col--22 {
  width: 22%;
}
.f-col--c5 {
  width: 41.66%;
}

.footer {
  padding: 36px 0;
  background-color: var(--light-gray);
}
.footer a {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .footer a:hover {
    text-decoration: underline;
  }
}
.footer ol,
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer_content {
  padding-bottom: 1.5625vw;
}
.footer .footer_content .subtitle {
  margin-bottom: 30px;
  font-size: 1.75rem;
  line-height: 1.085;
  font-weight: bold;
}
.footer .footer_content .text {
  font-size: 0.875rem;
  line-height: 1.28;
  color: #888;
}
.footer .footer_content .contacts_wrapper {
  display: flex;
  flex-direction: column;
}
.footer .footer_content .contacts_wrapper a {
  white-space: nowrap;
  font-size: 0.875rem;
}
.footer .footer_content .links_list a {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1;
}
.footer .link_email {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: #888;
  line-height: 2;
  text-decoration: none;
}
.footer .link_email::before {
  content: "";
  display: inline-block;
  background-image: url(../img/svg/icon_email.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  filter: var(--primary-filter, invert(60%) sepia(73%) saturate(416%) hue-rotate(153deg) brightness(92%) contrast(102%));
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  max-width: 23px;
  max-height: 23px;
  margin-right: 5px;
}
.footer .link_number {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: #888;
  line-height: 2;
  text-decoration: none;
}
.footer .link_number::before {
  content: "";
  display: inline-block;
  background-image: url(../img/svg/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  filter: var(--primary-filter, invert(60%) sepia(73%) saturate(416%) hue-rotate(153deg) brightness(92%) contrast(102%));
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  max-width: 23px;
  max-height: 23px;
  margin-right: 5px;
}
.footer .link_main_blue {
  color: #38baec;
  display: inline-block;
}
.footer .icon_wrapper--xxs {
  display: none;
}
.footer .icon_wrapper .icon_link {
  border-radius: 50%;
  border: 2px solid #000;
  filter: var(--primary-filter, invert(16%) sepia(67%) saturate(2868%) hue-rotate(244deg) brightness(87%) contrast(83%));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
}
.footer .icon_wrapper img {
  max-width: 14px;
  max-height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer_copy_wrapper {
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer .copy_link,
.footer .copy_text {
  color: #888;
  font-size: 0.75rem;
  white-space: nowrap;
}
.footer .copy_text {
  display: flex;
  align-items: center;
}
.footer .copy_text .epicup {
  width: 35px;
  margin: 0 4px;
  display: block;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out 0s;
  max-width: 150px;
  max-height: 110px;
}
@media screen and (min-width: 1025px) {
  .footer .copy_text .epicup:hover {
    filter: grayscale(0);
  }
}
.footer .vertical_divider_line {
  align-self: stretch;
  height: auto;
  width: 1px;
  margin: 0 0.5rem;
  background-color: #888;
}

@media screen and (max-width: 1024px) {
  .f-col-sm--40 {
    width: 40%;
  }
  .f-col-sm--70 {
    width: 70%;
  }
  .footer .footer_content_row {
    justify-content: flex-start !important;
  }
  .footer .footer_content {
    padding-bottom: 30px;
  }
  .footer .footer_content .text {
    font-size: 0.75rem;
  }
  .footer .footer_content .subtitle {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .footer .footer_content .contacts_wrapper a {
    font-size: 0.75rem;
  }
  .footer .footer_content .links_list a {
    font-size: 0.75rem;
    line-height: 0.8333333333;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0 0;
  }
  .footer .footer_copy_content {
    flex-direction: column;
  }
}
@media screen and (max-width: 499px) {
  .f-row {
    flex-wrap: wrap;
  }
  .f-col-xxs--75 {
    width: 75%;
  }
  .f-col-xxs--100 {
    width: 100%;
  }
  .footer .footer_content .subtitle {
    align-self: center;
  }
  .footer .footer_content .links_list a {
    text-align: center;
    width: 100%;
  }
  .footer .footer_content .last-col {
    margin-top: 30px;
  }
  .footer .middle-col {
    width: 75%;
    margin-left: 17.5vw;
  }
  .footer .icon_wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .footer .icon_wrapper--lg {
    display: none;
  }
  .footer__label {
    text-align: center;
  }
  .footer .footer_copy_wrapper {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .footer .copy_link,
  .footer .copy_text {
    text-align: center;
    justify-content: center;
  }
  .footer .privacy_links_wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
  }
  .footer .privacy_links_wrapper .vertical_divider_line {
    display: none;
  }
}
/*=============================================
=            app functions            =
=============================================*/
.lp-app-func {
  position: relative;
}
.lp-app-func::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: var(--light-gray);
}
.lp-app-func__box {
  padding: 80px 97px;
  background: transparent radial-gradient(closest-side at 31% 69%, #B9E5FB 0%, #E6F4FB 180%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
.lp-app-func__phone {
  padding: 0 20px;
}
.lp-app-func__img-wrap {
  margin-left: 28px;
}
.lp-app-func__img {
  transition: all 0.3s ease-in-out 0s;
}
.lp-app-func__img--absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-app-func__bg--1 {
  width: 80.3571428571%;
  padding-top: 80.3571428571%;
  left: -13.5204081633%;
  bottom: 0;
  background-image: url("../img/svg/ellipse-light.svg");
  z-index: 10;
}
.lp-app-func__bg--2 {
  width: 33.1632653061%;
  padding-top: 33.1632653061%;
  right: 0;
  top: 18.8679245283%;
  background-image: url("../img/svg/ellipse-med.svg");
  z-index: 10;
}
.lp-app-func__bg--3 {
  width: 96px;
  height: calc(100% + 40px);
  left: 135px;
  top: 0;
  background-image: url("../img/svg/streamer.svg");
  background-repeat: repeat-y;
  background-position: bottom;
  z-index: 20;
}
.lp-app-func__items {
  grid-gap: 45px 35px;
}
.lp-app-func.active[data-img="1"] .func-image-1 {
  opacity: 1;
}
.lp-app-func.active[data-img="2"] .func-image-2 {
  opacity: 1;
}
.lp-app-func.active[data-img="3"] .func-image-3 {
  opacity: 1;
}

.app-func-item {
  padding-top: 32px;
  position: relative;
}
.app-func-item__box {
  background-color: var(--bs-white);
  padding: 61px 20px 48px;
  border-radius: 5px;
  border: 1px solid var(--xlight-blue);
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.app-func-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out 0s;
}
.app-func-item__title {
  min-height: 53px;
  margin-bottom: 14px;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .app-func-item:hover .app-func-item__box {
    background-color: var(--blue);
    color: var(--bs-white);
  }
  .app-func-item:hover .app-func-item__img {
    top: 20px;
  }
  .app-func-item:hover .app-func-item__title {
    color: var(--bs-white);
  }
}

@media screen and (max-width: 1024px) {
  .lp-app-func__box {
    padding: 30px 20px;
  }
  .lp-app-func__phone {
    justify-content: center;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lp-app-func__img-wrap {
    max-width: 146px;
    margin-left: 0;
  }
  .lp-app-func__phone {
    padding-top: 33px;
  }
  .lp-app-func__phone-box {
    width: 100%;
    position: relative;
  }
  .lp-app-func__btn-label {
    position: absolute;
    max-width: 107px;
    right: 0;
    bottom: 70px;
    text-align: right;
    font-size: 1.25rem;
  }
  .lp-app-func__btn-wrap {
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 30;
    display: flex;
    justify-content: center;
  }
  .lp-app-func__items {
    grid-gap: 10px 0;
  }
  .lp-app-func__bg--1 {
    bottom: 6.7226890756%;
    left: -19.1780821918%;
  }
  .lp-app-func__bg--2 {
    top: 28.1512605042%;
    right: 7.5342465753%;
  }
  .app-func-item {
    padding-top: 20px;
  }
  .app-func-item__box {
    padding: 15px;
    text-align: left;
  }
  .app-func-item__img {
    margin-right: 15px;
    max-height: 40px;
  }
  .app-func-item__title {
    min-height: 0;
    margin-bottom: 8px;
    padding-right: 67px;
  }
}
/*=====  End of app functions  ======*/
/*=============================================
=            app benefits            =
=============================================*/
.lp-benefits {
  padding: 120px 0 80px;
}
.lp-benefits__header {
  padding-bottom: 50px;
}
.lp-benefits__content {
  margin: 0 -87px;
}
.lp-benefits__col {
  padding: 0 87px;
}
.lp-benefits__items {
  grid-gap: 40px 50px;
}
.lp-benefits__img-box {
  position: absolute;
  width: 147.8947368421%;
  padding-top: 70%;
  bottom: 110%;
  right: -50px;
}
.lp-benefits__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 50;
}
.lp-benefits__bg--1 {
  width: 58.0071174377%;
  padding-top: 58.0071174377%;
  left: 17.0818505338%;
  bottom: -9.7744360902%;
  background-image: url("../img/svg/ellipse-light.svg");
  z-index: 20;
}
.lp-benefits__bg--2 {
  width: 17.2004744958%;
  padding-top: 17.2004744958%;
  right: 20.1660735469%;
  top: 18.2957393484%;
  background-image: url("../img/svg/ellipse-blue.svg");
  z-index: 40;
}
.lp-benefits__bg--3 {
  width: 11.3879003559%;
  padding-top: 73.9027283511%;
  right: 34.1637010676%;
  bottom: 16.290726817%;
  background-image: url("../img/svg/streamer-short.svg");
  z-index: 30;
}

.benefits-item {
  padding: 10px 0 10px 16px;
  border-left: 1px solid var(--blue);
}
.benefits-item__title {
  margin: 16px 0;
  min-height: 53px;
}

.benefits-contact {
  max-width: 570px;
  margin-left: auto;
}
.benefits-contact__box {
  background-color: var(--blue);
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .lp-benefits {
    padding: 60px 0 40px;
  }
  .lp-benefits__img-box {
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    right: auto;
    bottom: 0;
    padding-top: 53.2577903683%;
    margin: 26px 0;
  }
  .lp-benefits__bg--3 {
    display: none;
  }
  .benefits-contact {
    max-width: 100%;
    margin-left: unset;
    display: flex;
    flex-direction: column;
  }
  .benefits-contact__box {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .lp-benefits {
    padding: 40px 0 30px;
  }
  .lp-benefits__header {
    padding-bottom: 33px;
  }
  .lp-benefits__items {
    grid-gap: 20px 0;
  }
  .lp-benefits__img-box {
    width: calc(100% + 77px);
    left: -65px;
    padding-top: 59%;
    margin: 30px 0 5px;
  }
  .benefits-item__title {
    margin: 10px 0 8px;
    min-height: 0;
  }
  .benefits-contact__box {
    padding: 25px 10px;
  }
}
/*=====  End of app benefits  ======*/
/*=============================================
=            search engine            =
=============================================*/
.lp-search-engine {
  background-color: var(--light-gray);
  position: relative;
}
.lp-search-engine__col-img {
  width: 42.1597633136%;
  position: relative;
}
.lp-search-engine__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lp-search-engine__bg--1 {
  position: absolute;
  width: 100vw;
  height: 114px;
  right: -22.4561403509%;
  bottom: 26.1845386534%;
  background-image: url("../img/svg/streamer-horizontal.svg");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: right;
}
.lp-search-engine__bg--2 {
  position: absolute;
  width: 100vw;
  height: 114px;
  left: 90.4166666667%;
  top: 127px;
  background-image: url("../img/svg/streamer-horizontal.svg");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: left;
}
.lp-search-engine__col-content {
  width: 57.8402366864%;
  padding: 80px 0 30px 50px;
}
.lp-search-engine__content {
  max-width: 554px;
  margin-left: auto;
  padding-bottom: 143px;
}
.lp-search-engine__items {
  margin-top: 24px;
}
.lp-search-engine__btn {
  margin-top: 40px;
}

.search-engine-item {
  flex: 1 1 0px;
  border-right: 1px solid var(--blue);
  padding: 10px;
  text-align: center;
}
.search-engine-item:first-child {
  border-left: 1px solid var(--blue);
}
.search-engine-item__circle {
  margin-right: 10px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .lp-search-engine__col-img {
    width: 100%;
    display: none;
  }
  .lp-search-engine__col-content {
    width: 100%;
    padding: 30px 0 36px;
  }
  .lp-search-engine__content {
    padding-bottom: 40px;
  }
  .lp-search-engine__bg--2 {
    display: none;
  }
  .lp-search-engine__items {
    margin-top: 20px;
  }
  .lp-search-engine__btn {
    margin-top: 30px;
    justify-content: flex-start;
  }
  .lp-search-engine__xs-img {
    margin-bottom: 30px;
  }
  .search-engine-item__circle {
    margin-right: 7px;
  }
  .search-engine-item__title {
    line-height: 1.1666666667;
  }
}
/*=====  End of search engine  ======*/
/*=============================================
=            reviews            =
=============================================*/
.lp-reviews {
  padding: 76px 0 85px;
}
.lp-reviews__header {
  margin-bottom: 56px;
}
.lp-reviews__container {
  max-width: 1156px;
  margin: auto;
}

.reviews-slider {
  padding: 0 55px;
}
.reviews-slider__wrapper {
  align-items: stretch;
}
.reviews-slider__container {
  position: relative;
}
.reviews-slider__arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-slider__arrow--prev {
  right: 100%;
}
.reviews-slider__arrow--next {
  left: 100%;
}
.reviews-slider__arrow--next .icon {
  transform: rotate(180deg);
}
.reviews-slider__arrow .icon {
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .reviews-slider__arrow:hover .icon {
    fill: var(--purple);
  }
}
.reviews-slider__item {
  text-align: center;
  padding: 30px 18px 20px;
  background-color: var(--xlight-blue);
  border-radius: 10px;
  height: unset;
  display: flex;
  flex-direction: column;
}
.reviews-slider__content {
  margin-bottom: 23px;
}
.reviews-slider__name {
  margin-top: auto;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .lp-reviews {
    padding: 30px 0;
  }
  .lp-reviews__header {
    margin-bottom: 30px;
  }
  .lp-reviews__btn-sec {
    justify-content: center;
  }
  .reviews-slider {
    padding: 0 40px;
  }
  .reviews-slider__arrow {
    width: 64px;
  }
}
/*=====  End of reviews  ======*/
/*=============================================
=            pricing            =
=============================================*/
.lp-pricing {
  padding: 80px 0 106px;
  background-color: var(--xlight-blue);
}
.lp-pricing__container {
  max-width: 1106px;
  margin: auto;
}
.lp-pricing__header {
  max-width: 700px;
  margin: auto;
}
.lp-pricing__plans {
  display: flex;
  align-items: stretch;
  margin: 112px -20px 0;
}
.lp-pricing__plan {
  flex: 1 1 0px;
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .lp-pricing__plans--2items .lp-pricing__plan:nth-child(even) {
    flex: 2 2 0px;
  }
  .lp-pricing__plans--2items .pricing-item--1 {
    padding-top: 40px;
  }
  .lp-pricing__plans--2items .pricing-item--1 .pricing-item__img {
    margin-left: 35px;
  }
  .lp-pricing__plans--2items .pricing-item--1 .pricing-item__price-text {
    font-size: 1.625rem;
  }
  .lp-pricing__plans--2items .pricing-item--1 .pricing-item__points ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 66px;
         column-gap: 66px;
  }
  .lp-pricing__plans--2items .pricing-item--1 .pricing-item__points li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
  .lp-pricing__plans--3items .lp-pricing__plan:nth-child(odd) {
    margin-top: 40px;
  }
  .lp-pricing__plans--3items .lp-pricing__plan:nth-child(even) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .lp-pricing__plans--2items .pricing-item__bg--2 {
    width: 93px;
    height: 59px;
    right: 10px;
    top: auto;
    bottom: 100%;
    background-image: url("../img/svg/chosen_mobile.svg");
  }
}
@media screen and (max-width: 1024px) {
  .lp-pricing__plans {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lp-pricing__plan {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .lp-pricing {
    padding: 30px 0 66px;
  }
  .lp-pricing__header {
    text-align: left;
  }
  .lp-pricing__subtitle {
    font-size: 1.625rem;
  }
  .lp-pricing__plans {
    margin: 73px 0 0;
    flex-direction: column;
    gap: 100px;
  }
  .lp-pricing__plan {
    padding: 0;
  }
}
/*=====  End of pricing  ======*/
/*=============================================
=            faq            =
=============================================*/
.lp-faq {
  background-color: var(--light-gray);
  padding-bottom: 62px;
}
.lp-faq__container {
  display: flex;
  margin: 0 -50px;
}
.lp-faq__col {
  padding: 0 50px;
}
.lp-faq__col--1 {
  width: 54.1420118343%;
}
.lp-faq__col--2 {
  width: 45.8579881657%;
}
.lp-faq__faq-box {
  padding: 80px 0 0;
}
.lp-faq__faq-wrapper {
  margin-top: 56px;
}
.lp-faq__contact {
  padding: 40px;
  background-color: var(--xlight-blue);
  border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width: 1024px) {
  .lp-faq {
    padding-bottom: 23px;
  }
  .lp-faq__container {
    margin: 0;
    flex-wrap: wrap;
  }
  .lp-faq__col {
    padding: 0;
    width: 100%;
  }
  .lp-faq__faq-box {
    padding: 30px 0 0;
  }
  .lp-faq__faq-wrapper {
    padding: 0 10px;
    margin-top: 33px;
  }
  .lp-faq__img {
    width: 100%;
    max-height: 620px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lp-faq__contact {
    padding: 25px 20px 20px;
  }
}
/*=====  End of faq  ======*/
/*=============================================
=            business card            =
=============================================*/
.lp-card {
  background-color: var(--light-gray);
  padding-bottom: 80px;
  padding-top: 80px;
}
.lp-card__box {
  background: transparent radial-gradient(closest-side at 8% 56%, #B9E5FB 0%, #E6F4FB 180%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
}
.lp-card__img-col {
  position: relative;
}
.lp-card__img-col--1 {
  width: calc(41.6879795396% - 285px);
}
.lp-card__img-col--2 {
  width: calc(58.3120204604% - 285px);
}
.lp-card__img1 {
  position: absolute;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 139.263803681%;
  padding-top: 170.245398773%;
  bottom: 0;
  left: -30.0613496933%;
}
.lp-card__img2 {
  position: absolute;
  width: 122.5877192982%;
  padding-top: 128.0701754386%;
  left: 18.4210526316%;
  bottom: 9.2067988669%;
}
.lp-card__img-bg {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
.lp-card__bg--1 {
  width: 64.0969162996%;
  padding-top: 64.0969162996%;
  left: -11.7346938776%;
  bottom: 4.5045045045%;
  background-image: url("../img/svg/ellipse-med.svg");
  z-index: 10;
}
.lp-card__bg--2 {
  width: 33.0396475771%;
  padding-top: 33.0396475771%;
  right: 32.6530612245%;
  top: 11.8918918919%;
  background-image: url("../img/svg/ellipse-med.svg");
  z-index: 10;
}
.lp-card__bg--3 {
  position: absolute;
  width: 100vw;
  height: 114px;
  right: 17.6211453744%;
  bottom: 14.4144144144%;
  background-image: url("../img/svg/streamer-horizontal.svg");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: right;
  z-index: 15;
}
.lp-card__bg--4 {
  position: absolute;
  width: 100vw;
  height: 114px;
  left: 5.366726297%;
  top: 3.7671232877%;
  background-image: url("../img/svg/streamer-horizontal.svg");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: left;
  z-index: 10;
}
.lp-card__content {
  width: 570px;
  padding: 80px 0 120px;
}
.lp-card__w-box {
  background-color: var(--bs-white);
  padding: 20px 20px 30px;
  border-radius: 10px;
}
.lp-card__items {
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 0 20px;
}
.lp-card__item1 {
  width: calc(42.6530612245% - 5px);
}
.lp-card__item2 {
  width: calc(100% - 60px);
}

.b-card {
  padding: 22px 80px 26px 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  border: 1px solid var(--light-gray);
  position: relative;
}
.b-card--blue {
  background-color: var(--xlight-blue);
}
.b-card--gold {
  background: #E8CC69 radial-gradient(closest-side at 74% 50%, rgba(255, 247, 219, 0.7) 0%, #E8CC69 130%) 0% 0% no-repeat padding-box;
}
.b-card__title {
  line-height: 1.125;
}
.b-card__logo-wrap {
  padding: 0 12px;
  border-radius: 5px;
}
.b-card__logo {
  max-height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-card__content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
.b-card__item1-label {
  font-size: 0.75rem;
  font-weight: 500;
  max-width: 70px;
}
.b-card__item1-price {
  white-space: nowrap;
  padding-right: 18px;
  position: relative;
}
.b-card__item1-price-val {
  color: var(--purple);
  font-size: 1.75rem;
  font-weight: bold;
}
.b-card__item1-price-label {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 0.875rem;
  font-weight: 300;
}
.b-card__item2-label {
  font-size: 0.875rem;
  font-weight: 300;
}
.b-card__item2-price {
  font-size: 1.625rem;
  white-space: nowrap;
  font-weight: bold;
}
.b-card__btn-wrap {
  position: absolute;
  right: -60px;
  bottom: 0;
  top: 0;
  align-items: center;
}

@media screen and (min-width: 1025px) and (max-width: 1499px) {
  .lp-card__img1 {
    left: 0;
  }
  .lp-card__img2 {
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-card__box {
    flex-wrap: wrap;
    background: transparent radial-gradient(closest-side at 13% 90%, #B9E5FB 0%, #E6F4FB 180%) 0% 0% no-repeat padding-box;
  }
  .lp-card__img-col--2 {
    width: 100%;
    order: 1;
  }
  .lp-card__img2 {
    position: relative;
    width: 100%;
    padding-top: 0;
    left: 0;
    bottom: 0;
    margin-top: -18px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -15px;
  }
  .lp-card__img2-sm {
    width: 98%;
    position: relative;
    z-index: 20;
    left: 60px;
    max-height: 450px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lp-card__bg--4 {
    height: 86px;
    left: 20px;
    left: 20px;
    top: 70px;
  }
  .lp-card__content {
    width: 100%;
    order: 2;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp-card {
    padding: 29px 0 30px;
  }
  .lp-card__content {
    padding-left: 19px;
    padding-right: 19px;
  }
  .lp-card__w-box {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 50px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-card__items {
    flex-wrap: wrap;
    padding: 0;
    gap: 12px;
  }
  .lp-card__item1 {
    width: 100%;
  }
  .lp-card__item2 {
    width: 100%;
  }
  .b-card--blue {
    padding: 15px 15px 26px;
  }
  .b-card--gold {
    padding: 10px 10px 34px;
  }
  .b-card__content {
    gap: 10px;
  }
  .b-card__content--1 {
    justify-content: flex-end;
  }
  .b-card__item1-label {
    font-size: 0.875rem;
    max-width: 100%;
  }
  .b-card__item1-price {
    padding-right: 8px;
  }
  .b-card__item1-price-val {
    font-size: 1.875rem;
  }
  .b-card__item2-price {
    font-size: 1.5rem;
  }
  .b-card__logo-wrap {
    padding: 2px 7px;
  }
  .b-card__logo {
    max-height: 34px;
  }
  .b-card__btn-wrap {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    top: auto;
    align-items: center;
  }
}
/*=====  End of business card  ======*/
.single-page {
  background-color: var(--light-gray);
  padding: 80px 0;
}

.woocommerce-MyAccount-navigation {
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul {
  padding: 20px;
  list-style: none;
  background-color: var(--bs-white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce-MyAccount-navigation li.is-active {
  color: var(--blue);
}
.woocommerce-MyAccount-navigation a {
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .woocommerce-MyAccount-navigation a:hover {
    text-decoration: underline;
  }
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
  color: var(--red);
  margin-top: 30px;
}

.woocommerce-MyAccount-content {
  padding: 20px;
  background-color: var(--bs-white);
}
.woocommerce-MyAccount-content p {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content a {
  color: var(--blue);
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
  }
}
.woocommerce-MyAccount-content .h1,
.woocommerce-MyAccount-content .h2,
.woocommerce-MyAccount-content .h3,
.woocommerce-MyAccount-content .h4,
.woocommerce-MyAccount-content .h5,
.woocommerce-MyAccount-content .h6,
.woocommerce-MyAccount-content h1,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h4,
.woocommerce-MyAccount-content h5,
.woocommerce-MyAccount-content h6 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-page {
    padding: 40px 0;
  }
}
/*=============================================
=            thank you page            =
=============================================*/
.woocommerce-order-received .single-page__title {
  display: none;
}
.woocommerce-order-received .page_content .h1,
.woocommerce-order-received .page_content .h2,
.woocommerce-order-received .page_content .h3,
.woocommerce-order-received .page_content .h4,
.woocommerce-order-received .page_content .h5,
.woocommerce-order-received .page_content .h6,
.woocommerce-order-received .page_content h1,
.woocommerce-order-received .page_content h2,
.woocommerce-order-received .page_content h3,
.woocommerce-order-received .page_content h4,
.woocommerce-order-received .page_content h5,
.woocommerce-order-received .page_content h6 {
  margin: 20px 0;
}
.woocommerce-order-received .page_content a:not(.btn-a):not(.wp-element-button):not(.woocommerce-button) {
  color: var(--blue);
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .woocommerce-order-received .page_content a:not(.btn-a):not(.wp-element-button):not(.woocommerce-button):hover {
    text-decoration: underline;
  }
}
.woocommerce-order-received .page_content p {
  margin-bottom: 20px;
}
.woocommerce-order-received .page_content .woocommerce-thankyou-order-received {
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 80px;
}
.woocommerce-order-received .page_content .woocommerce-thankyou-order-details {
  padding: 20px;
  background-color: var(--bs-white);
}

@media screen and (max-width: 767px) {
  .woocommerce-order-received .page_content .woocommerce-thankyou-order-received {
    font-size: 1.4375rem;
    margin-bottom: 40px;
  }
  .woocommerce-order-received .page_content .woocommerce-thankyou-order-details {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .woocommerce-order-received .page_content .woocommerce-thankyou-order-details li {
    border-right: 0;
  }
}
/*=====  End of thank you page  ======*/
/*==============================
=            footer            =
==============================*/
/*=====  End of footer  ======*/
/*===============================
=            cookies            =
===============================*/
.cooki_box {
  width: 100%;
  height: 62px;
  position: fixed;
  right: 0;
  bottom: 0;
  border: 1px solid #e1e1e1;
  background-color: #FFF;
  z-index: 999;
  line-height: 62px;
  overflow: hidden;
  display: none;
}
.cooki_box img {
  float: left;
  position: relative;
  top: -30px;
}
.cooki_box span {
  font-size: 14px;
  color: #5b5b5b;
  padding-left: 50px;
  padding-right: 6px;
}
.cooki_box a {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.3s ease-in-out all 0.3s ease-in-out;
}
.cooki_box a:hover {
  color: #0a1e60;
}
.cooki_box button {
  line-height: 34px;
  height: 34px;
  border: none;
  display: block;
  width: 126px;
  text-align: center;
  color: #FFF;
  background-color: #0a1e60;
  float: right;
  font-size: 15px;
  margin-top: 15px;
  margin-right: 46px;
  transition: all 0.3s ease-in-out all 0.3s ease-in-out;
}
.cooki_box button:hover {
  background-color: #BE2D2D;
}

/*=====  End of cookies  ======*/
@media screen and (max-width: 1024px) {
  /*==============================
  =            footer            =
  ==============================*/
  /*=====  End of footer  ======*/
  /*===============================
  =            cookies            =
  ===============================*/
  .cooki_box img {
    display: none;
  }
  .cooki_box span {
    padding-left: 0;
  }
  .cooki_box button {
    margin-right: 0;
  }
  /*=====  End of cookies  ======*/
}
@media screen and (max-width: 767px) {
  /*==============================
  =            footer            =
  ==============================*/
  /*=====  End of footer  ======*/
  /*===============================
  =            cookies            =
  ===============================*/
  .cooki_box {
    line-height: 1.2;
    height: 86px;
  }
  .cooki_box span {
    display: block;
    width: 100%;
    padding: 15px 0 10px;
  }
  .cooki_box a {
    margin-top: 8px;
    display: inline-block;
  }
  .cooki_box button {
    margin-top: 0;
  }
  /*=====  End of cookies  ======*/
}/*# sourceMappingURL=styles.css.map */