@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  box-sizing: border-box;
}
html.no_scroll {
  overflow: hidden;
}

body {
  background: #FFFEF8;
  overflow-x: hidden;
  margin: 0px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.fullwidth {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1350px) {
  .vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_column_container > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.container, .con {
  width: 1320px;
  min-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ingrid, .ingrid-wide {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.ingrid-wide {
  max-width: 1450px;
}

.ingrid-narrow .wpb_wrapper .wpb_wrapper,
.ingrid-narrow .wpb_wrapper .wpb_single_image,
.ingrid-narrow .wpb_wrapper .vc_sep_holder_l {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}
.ingrid-narrow .vc_column-inner {
  max-width: 890px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1350px) {
  .ingrid-narrow .vc_column-inner {
    max-width: 920px;
  }
}

.ingrid {
  max-width: 1320px;
}

.ingrid-inner.section-1-ingrid {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1320px) {
  .ingrid-inner.section-1-ingrid {
    padding-left: calc((100vw - 1320px) / 2);
    padding-right: 0px;
  }
}
.ingrid-inner.section-2-ingrid {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1320px) {
  .ingrid-inner.section-2-ingrid {
    padding-right: calc((100vw - 1320px) / 2);
    padding-left: 0px;
  }
}

.reversed .ingrid-inner.section-1-ingrid {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1320px) {
  .reversed .ingrid-inner.section-1-ingrid {
    padding-right: calc((100vw - 1320px) / 2);
    padding-left: 0px;
  }
}
.reversed .ingrid-inner.section-2-ingrid {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1320px) {
  .reversed .ingrid-inner.section-2-ingrid {
    padding-left: calc((100vw - 1320px) / 2);
    padding-right: 0px;
  }
}

.ingrid-wide {
  width: 1450px;
}

.bg-overlay {
  display: none;
  z-index: 9;
  opacity: 0.6;
  background-color: #2E4D0C;
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.mw-600 {
  max-width: 600px;
}
.mw-700 {
  max-width: 700px;
}
.mw-750 {
  max-width: 750px;
}
.mw-800 {
  max-width: 800px;
}
.mw-585 {
  max-width: 585px;
}
.mw-900 {
  max-width: 900px;
}
.mw-950 {
  max-width: 950px;
}
.mw-1000 {
  max-width: 1000px;
}
.mw-1100 {
  max-width: 1100px;
}

hr {
  margin: 0;
  border-style: solid;
  height: 1px;
  background: #F6F2E9;
  border: none;
  width: 100%;
}

.light_theme.gradient_overlay {
  background: linear-gradient(50deg, #b8cceb, rgba(16, 26, 77, 0));
}

.dark_theme.gradient_overlay {
  background: rgba(0, 0, 0, 0.3);
}

.row {
  display: flex;
  flex-direction: row;
}
.row-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-1 {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
}
.row-1-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-2 {
  display: flex;
  flex-direction: row;
  flex: 2;
  width: 100%;
}
.row-2-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-3 {
  display: flex;
  flex-direction: row;
  flex: 3;
  width: 100%;
}
.row-3-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-4 {
  display: flex;
  flex-direction: row;
  flex: 4;
  width: 100%;
}
.row-4-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-5 {
  display: flex;
  flex-direction: row;
  flex: 5;
  width: 100%;
}
.row-5-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-6 {
  display: flex;
  flex-direction: row;
  flex: 6;
  width: 100%;
}
.row-6-r {
  display: flex;
  flex-direction: row-reverse;
}

.col {
  display: flex;
  flex-direction: column;
}
.col-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.col-1-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-2 {
  display: flex;
  flex-direction: column;
  flex: 2;
  width: 100%;
}
.col-2-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-3 {
  display: flex;
  flex-direction: column;
  flex: 3;
  width: 100%;
}
.col-3-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-4 {
  display: flex;
  flex-direction: column;
  flex: 4;
  width: 100%;
}
.col-4-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-5 {
  display: flex;
  flex-direction: column;
  flex: 5;
  width: 100%;
}
.col-5-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-6 {
  display: flex;
  flex-direction: column;
  flex: 6;
  width: 100%;
}
.col-6-r {
  display: flex;
  flex-direction: column-reverse;
}

.grid {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.grid-1 {
  display: flex;
  flex-wrap: wrap;
}
.grid-1 > div {
  display: flex;
  flex: 1 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
.grid-2 {
  display: flex;
  flex-wrap: wrap;
}
.grid-2 > div {
  display: flex;
  flex: 1 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
.grid-3 {
  display: flex;
  flex-wrap: wrap;
}
.grid-3 > div {
  display: flex;
  flex: 1 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
.grid-4 {
  display: flex;
  flex-wrap: wrap;
}
.grid-4 > div {
  display: flex;
  flex: 1 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
.grid-5 {
  display: flex;
  flex-wrap: wrap;
}
.grid-5 > div {
  display: flex;
  flex: 1 0 calc(100% / 5);
  max-width: calc(100% / 5);
}
.grid-6 {
  display: flex;
  flex-wrap: wrap;
}
.grid-6 > div {
  display: flex;
  flex: 1 0 calc(100% / 6);
  max-width: calc(100% / 6);
}
.grid-1.g-xxs {
  display: flex;
  flex-wrap: wrap;
}
.grid-1.g-xxs > div {
  display: flex;
  flex: 1 0 calc(100% / 1);
  max-width: calc(100% / 1 - 5px * (1 - 1) / 1);
}
.grid-1.g-xs {
  display: flex;
  flex-wrap: wrap;
}
.grid-1.g-xs > div {
  display: flex;
  flex: 1 0 calc(100% / 1);
  max-width: calc(100% / 1 - 10px * (1 - 1) / 1);
}
.grid-1.g-sm {
  display: flex;
  flex-wrap: wrap;
}
.grid-1.g-sm > div {
  display: flex;
  flex: 1 0 calc(100% / 1);
  max-width: calc(100% / 1 - 20px * (1 - 1) / 1);
}
.grid-1.g-md {
  display: flex;
  flex-wrap: wrap;
}
.grid-1.g-md > div {
  display: flex;
  flex: 1 0 calc(100% / 1);
  max-width: calc(100% / 1 - 35px * (1 - 1) / 1);
}
.grid-1.g-lg {
  display: flex;
  flex-wrap: wrap;
}
.grid-1.g-lg > div {
  display: flex;
  flex: 1 0 calc(100% / 1);
  max-width: calc(100% / 1 - 80px * (1 - 1) / 1);
}
.grid-1.g-xl {
  display: flex;
  flex-wrap: wrap;
}
.grid-1.g-xl > div {
  display: flex;
  flex: 1 0 calc(100% / 1);
  max-width: calc(100% / 1 - 100px * (1 - 1) / 1);
}
.grid-1.g-xxl {
  display: flex;
  flex-wrap: wrap;
}
.grid-1.g-xxl > div {
  display: flex;
  flex: 1 0 calc(100% / 1);
  max-width: calc(100% / 1 - 120px * (1 - 1) / 1);
}
.grid-2.g-xxs {
  display: flex;
  flex-wrap: wrap;
}
.grid-2.g-xxs > div {
  display: flex;
  flex: 1 0 calc(100% / 2);
  max-width: calc(100% / 2 - 5px * (2 - 1) / 2);
}
.grid-2.g-xs {
  display: flex;
  flex-wrap: wrap;
}
.grid-2.g-xs > div {
  display: flex;
  flex: 1 0 calc(100% / 2);
  max-width: calc(100% / 2 - 10px * (2 - 1) / 2);
}
.grid-2.g-sm {
  display: flex;
  flex-wrap: wrap;
}
.grid-2.g-sm > div {
  display: flex;
  flex: 1 0 calc(100% / 2);
  max-width: calc(100% / 2 - 20px * (2 - 1) / 2);
}
.grid-2.g-md {
  display: flex;
  flex-wrap: wrap;
}
.grid-2.g-md > div {
  display: flex;
  flex: 1 0 calc(100% / 2);
  max-width: calc(100% / 2 - 35px * (2 - 1) / 2);
}
.grid-2.g-lg {
  display: flex;
  flex-wrap: wrap;
}
.grid-2.g-lg > div {
  display: flex;
  flex: 1 0 calc(100% / 2);
  max-width: calc(100% / 2 - 80px * (2 - 1) / 2);
}
.grid-2.g-xl {
  display: flex;
  flex-wrap: wrap;
}
.grid-2.g-xl > div {
  display: flex;
  flex: 1 0 calc(100% / 2);
  max-width: calc(100% / 2 - 100px * (2 - 1) / 2);
}
.grid-2.g-xxl {
  display: flex;
  flex-wrap: wrap;
}
.grid-2.g-xxl > div {
  display: flex;
  flex: 1 0 calc(100% / 2);
  max-width: calc(100% / 2 - 120px * (2 - 1) / 2);
}
.grid-3.g-xxs {
  display: flex;
  flex-wrap: wrap;
}
.grid-3.g-xxs > div {
  display: flex;
  flex: 1 0 calc(100% / 3);
  max-width: calc(100% / 3 - 5px * (3 - 1) / 3);
}
.grid-3.g-xs {
  display: flex;
  flex-wrap: wrap;
}
.grid-3.g-xs > div {
  display: flex;
  flex: 1 0 calc(100% / 3);
  max-width: calc(100% / 3 - 10px * (3 - 1) / 3);
}
.grid-3.g-sm {
  display: flex;
  flex-wrap: wrap;
}
.grid-3.g-sm > div {
  display: flex;
  flex: 1 0 calc(100% / 3);
  max-width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
.grid-3.g-md {
  display: flex;
  flex-wrap: wrap;
}
.grid-3.g-md > div {
  display: flex;
  flex: 1 0 calc(100% / 3);
  max-width: calc(100% / 3 - 35px * (3 - 1) / 3);
}
.grid-3.g-lg {
  display: flex;
  flex-wrap: wrap;
}
.grid-3.g-lg > div {
  display: flex;
  flex: 1 0 calc(100% / 3);
  max-width: calc(100% / 3 - 80px * (3 - 1) / 3);
}
.grid-3.g-xl {
  display: flex;
  flex-wrap: wrap;
}
.grid-3.g-xl > div {
  display: flex;
  flex: 1 0 calc(100% / 3);
  max-width: calc(100% / 3 - 100px * (3 - 1) / 3);
}
.grid-3.g-xxl {
  display: flex;
  flex-wrap: wrap;
}
.grid-3.g-xxl > div {
  display: flex;
  flex: 1 0 calc(100% / 3);
  max-width: calc(100% / 3 - 120px * (3 - 1) / 3);
}
.grid-4.g-xxs {
  display: flex;
  flex-wrap: wrap;
}
.grid-4.g-xxs > div {
  display: flex;
  flex: 1 0 calc(100% / 4);
  max-width: calc(100% / 4 - 5px * (4 - 1) / 4);
}
.grid-4.g-xs {
  display: flex;
  flex-wrap: wrap;
}
.grid-4.g-xs > div {
  display: flex;
  flex: 1 0 calc(100% / 4);
  max-width: calc(100% / 4 - 10px * (4 - 1) / 4);
}
.grid-4.g-sm {
  display: flex;
  flex-wrap: wrap;
}
.grid-4.g-sm > div {
  display: flex;
  flex: 1 0 calc(100% / 4);
  max-width: calc(100% / 4 - 20px * (4 - 1) / 4);
}
.grid-4.g-md {
  display: flex;
  flex-wrap: wrap;
}
.grid-4.g-md > div {
  display: flex;
  flex: 1 0 calc(100% / 4);
  max-width: calc(100% / 4 - 35px * (4 - 1) / 4);
}
.grid-4.g-lg {
  display: flex;
  flex-wrap: wrap;
}
.grid-4.g-lg > div {
  display: flex;
  flex: 1 0 calc(100% / 4);
  max-width: calc(100% / 4 - 80px * (4 - 1) / 4);
}
.grid-4.g-xl {
  display: flex;
  flex-wrap: wrap;
}
.grid-4.g-xl > div {
  display: flex;
  flex: 1 0 calc(100% / 4);
  max-width: calc(100% / 4 - 100px * (4 - 1) / 4);
}
.grid-4.g-xxl {
  display: flex;
  flex-wrap: wrap;
}
.grid-4.g-xxl > div {
  display: flex;
  flex: 1 0 calc(100% / 4);
  max-width: calc(100% / 4 - 120px * (4 - 1) / 4);
}
.grid-5.g-xxs {
  display: flex;
  flex-wrap: wrap;
}
.grid-5.g-xxs > div {
  display: flex;
  flex: 1 0 calc(100% / 5);
  max-width: calc(100% / 5 - 5px * (5 - 1) / 5);
}
.grid-5.g-xs {
  display: flex;
  flex-wrap: wrap;
}
.grid-5.g-xs > div {
  display: flex;
  flex: 1 0 calc(100% / 5);
  max-width: calc(100% / 5 - 10px * (5 - 1) / 5);
}
.grid-5.g-sm {
  display: flex;
  flex-wrap: wrap;
}
.grid-5.g-sm > div {
  display: flex;
  flex: 1 0 calc(100% / 5);
  max-width: calc(100% / 5 - 20px * (5 - 1) / 5);
}
.grid-5.g-md {
  display: flex;
  flex-wrap: wrap;
}
.grid-5.g-md > div {
  display: flex;
  flex: 1 0 calc(100% / 5);
  max-width: calc(100% / 5 - 35px * (5 - 1) / 5);
}
.grid-5.g-lg {
  display: flex;
  flex-wrap: wrap;
}
.grid-5.g-lg > div {
  display: flex;
  flex: 1 0 calc(100% / 5);
  max-width: calc(100% / 5 - 80px * (5 - 1) / 5);
}
.grid-5.g-xl {
  display: flex;
  flex-wrap: wrap;
}
.grid-5.g-xl > div {
  display: flex;
  flex: 1 0 calc(100% / 5);
  max-width: calc(100% / 5 - 100px * (5 - 1) / 5);
}
.grid-5.g-xxl {
  display: flex;
  flex-wrap: wrap;
}
.grid-5.g-xxl > div {
  display: flex;
  flex: 1 0 calc(100% / 5);
  max-width: calc(100% / 5 - 120px * (5 - 1) / 5);
}
.grid-6.g-xxs {
  display: flex;
  flex-wrap: wrap;
}
.grid-6.g-xxs > div {
  display: flex;
  flex: 1 0 calc(100% / 6);
  max-width: calc(100% / 6 - 5px * (6 - 1) / 6);
}
.grid-6.g-xs {
  display: flex;
  flex-wrap: wrap;
}
.grid-6.g-xs > div {
  display: flex;
  flex: 1 0 calc(100% / 6);
  max-width: calc(100% / 6 - 10px * (6 - 1) / 6);
}
.grid-6.g-sm {
  display: flex;
  flex-wrap: wrap;
}
.grid-6.g-sm > div {
  display: flex;
  flex: 1 0 calc(100% / 6);
  max-width: calc(100% / 6 - 20px * (6 - 1) / 6);
}
.grid-6.g-md {
  display: flex;
  flex-wrap: wrap;
}
.grid-6.g-md > div {
  display: flex;
  flex: 1 0 calc(100% / 6);
  max-width: calc(100% / 6 - 35px * (6 - 1) / 6);
}
.grid-6.g-lg {
  display: flex;
  flex-wrap: wrap;
}
.grid-6.g-lg > div {
  display: flex;
  flex: 1 0 calc(100% / 6);
  max-width: calc(100% / 6 - 80px * (6 - 1) / 6);
}
.grid-6.g-xl {
  display: flex;
  flex-wrap: wrap;
}
.grid-6.g-xl > div {
  display: flex;
  flex: 1 0 calc(100% / 6);
  max-width: calc(100% / 6 - 100px * (6 - 1) / 6);
}
.grid-6.g-xxl {
  display: flex;
  flex-wrap: wrap;
}
.grid-6.g-xxl > div {
  display: flex;
  flex: 1 0 calc(100% / 6);
  max-width: calc(100% / 6 - 120px * (6 - 1) / 6);
}

.row.a, .row-1.a, .row-2.a, .row-3.a, .row-4.a, .row-5.a, .row-6.a {
  justify-content: space-between;
}
.row.a-tl, .row.a-l, .row-1.a-tl, .row-1.a-l, .row-2.a-tl, .row-2.a-l, .row-3.a-tl, .row-3.a-l, .row-4.a-tl, .row-4.a-l, .row-5.a-tl, .row-5.a-l, .row-6.a-tl, .row-6.a-l {
  justify-content: flex-start;
  align-items: flex-start;
}
.row.a-tc, .row.a-c, .row-1.a-tc, .row-1.a-c, .row-2.a-tc, .row-2.a-c, .row-3.a-tc, .row-3.a-c, .row-4.a-tc, .row-4.a-c, .row-5.a-tc, .row-5.a-c, .row-6.a-tc, .row-6.a-c {
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.row.a-tr, .row.a-r, .row-1.a-tr, .row-1.a-r, .row-2.a-tr, .row-2.a-r, .row-3.a-tr, .row-3.a-r, .row-4.a-tr, .row-4.a-r, .row-5.a-tr, .row-5.a-r, .row-6.a-tr, .row-6.a-r {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: right;
}
.row.a-cl, .row-1.a-cl, .row-2.a-cl, .row-3.a-cl, .row-4.a-cl, .row-5.a-cl, .row-6.a-cl {
  justify-content: flex-start;
  align-items: center;
}
.row.a-cc, .row-1.a-cc, .row-2.a-cc, .row-3.a-cc, .row-4.a-cc, .row-5.a-cc, .row-6.a-cc {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.row.a-cr, .row-1.a-cr, .row-2.a-cr, .row-3.a-cr, .row-4.a-cr, .row-5.a-cr, .row-6.a-cr {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.row.a-bl, .row.a-b, .row-1.a-bl, .row-1.a-b, .row-2.a-bl, .row-2.a-b, .row-3.a-bl, .row-3.a-b, .row-4.a-bl, .row-4.a-b, .row-5.a-bl, .row-5.a-b, .row-6.a-bl, .row-6.a-b {
  justify-content: flex-start;
  align-items: flex-end;
}
.row.a-bc, .row-1.a-bc, .row-2.a-bc, .row-3.a-bc, .row-4.a-bc, .row-5.a-bc, .row-6.a-bc {
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.row.a-br, .row-1.a-br, .row-2.a-br, .row-3.a-br, .row-4.a-br, .row-5.a-br, .row-6.a-br {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.col.a, .col-1.a, .col-2.a, .col-3.a, .col-4.a, .col-5.a, .col-6.a {
  justify-content: space-between;
}
.col.a-tl, .col.a-l, .col-1.a-tl, .col-1.a-l, .col-2.a-tl, .col-2.a-l, .col-3.a-tl, .col-3.a-l, .col-4.a-tl, .col-4.a-l, .col-5.a-tl, .col-5.a-l, .col-6.a-tl, .col-6.a-l {
  justify-content: flex-start;
  align-items: flex-start;
}
.col.a-tc, .col.a-c, .col-1.a-tc, .col-1.a-c, .col-2.a-tc, .col-2.a-c, .col-3.a-tc, .col-3.a-c, .col-4.a-tc, .col-4.a-c, .col-5.a-tc, .col-5.a-c, .col-6.a-tc, .col-6.a-c {
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.col.a-tr, .col.a-r, .col-1.a-tr, .col-1.a-r, .col-2.a-tr, .col-2.a-r, .col-3.a-tr, .col-3.a-r, .col-4.a-tr, .col-4.a-r, .col-5.a-tr, .col-5.a-r, .col-6.a-tr, .col-6.a-r {
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
}
.col.a-cl, .col-1.a-cl, .col-2.a-cl, .col-3.a-cl, .col-4.a-cl, .col-5.a-cl, .col-6.a-cl {
  justify-content: center;
  align-items: flex-start;
}
.col.a-cc, .col-1.a-cc, .col-2.a-cc, .col-3.a-cc, .col-4.a-cc, .col-5.a-cc, .col-6.a-cc {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.col.a-cr, .col-1.a-cr, .col-2.a-cr, .col-3.a-cr, .col-4.a-cr, .col-5.a-cr, .col-6.a-cr {
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}
.col.a-bl, .col.a-b, .col-1.a-bl, .col-1.a-b, .col-2.a-bl, .col-2.a-b, .col-3.a-bl, .col-3.a-b, .col-4.a-bl, .col-4.a-b, .col-5.a-bl, .col-5.a-b, .col-6.a-bl, .col-6.a-b {
  justify-content: flex-end;
  align-items: flex-start;
}
.col.a-bc, .col-1.a-bc, .col-2.a-bc, .col-3.a-bc, .col-4.a-bc, .col-5.a-bc, .col-6.a-bc {
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.col.a-br, .col-1.a-br, .col-2.a-br, .col-3.a-br, .col-4.a-br, .col-5.a-br, .col-6.a-br {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .t-row {
    display: flex;
    flex-direction: row;
  }
  .t-row-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-1 {
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
  }
  .t-row-1-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-2 {
    display: flex;
    flex-direction: row;
    flex: 2;
    width: 100%;
  }
  .t-row-2-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-3 {
    display: flex;
    flex-direction: row;
    flex: 3;
    width: 100%;
  }
  .t-row-3-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-4 {
    display: flex;
    flex-direction: row;
    flex: 4;
    width: 100%;
  }
  .t-row-4-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-5 {
    display: flex;
    flex-direction: row;
    flex: 5;
    width: 100%;
  }
  .t-row-5-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-6 {
    display: flex;
    flex-direction: row;
    flex: 6;
    width: 100%;
  }
  .t-row-6-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-col {
    display: flex;
    flex-direction: column;
  }
  .t-col-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
  }
  .t-col-1-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-2 {
    display: flex;
    flex-direction: column;
    flex: 2;
    width: 100%;
  }
  .t-col-2-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-3 {
    display: flex;
    flex-direction: column;
    flex: 3;
    width: 100%;
  }
  .t-col-3-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-4 {
    display: flex;
    flex-direction: column;
    flex: 4;
    width: 100%;
  }
  .t-col-4-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-5 {
    display: flex;
    flex-direction: column;
    flex: 5;
    width: 100%;
  }
  .t-col-5-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-6 {
    display: flex;
    flex-direction: column;
    flex: 6;
    width: 100%;
  }
  .t-col-6-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-grid {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .t-grid-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-1 > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .t-grid-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-2 > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .t-grid-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-3 > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .t-grid-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-4 > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .t-grid-5 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-5 > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .t-grid-6 {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-6 > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .t-grid-1.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-1.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 5px * (1 - 1) / 1);
  }
  .t-grid-1.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-1.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 10px * (1 - 1) / 1);
  }
  .t-grid-1.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-1.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 20px * (1 - 1) / 1);
  }
  .t-grid-1.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-1.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 35px * (1 - 1) / 1);
  }
  .t-grid-1.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-1.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 80px * (1 - 1) / 1);
  }
  .t-grid-1.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-1.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 100px * (1 - 1) / 1);
  }
  .t-grid-1.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-1.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 120px * (1 - 1) / 1);
  }
  .t-grid-2.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-2.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 5px * (2 - 1) / 2);
  }
  .t-grid-2.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-2.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  .t-grid-2.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-2.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  .t-grid-2.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-2.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 35px * (2 - 1) / 2);
  }
  .t-grid-2.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-2.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 80px * (2 - 1) / 2);
  }
  .t-grid-2.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-2.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 100px * (2 - 1) / 2);
  }
  .t-grid-2.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-2.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 120px * (2 - 1) / 2);
  }
  .t-grid-3.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-3.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 5px * (3 - 1) / 3);
  }
  .t-grid-3.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-3.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 10px * (3 - 1) / 3);
  }
  .t-grid-3.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-3.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
  .t-grid-3.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-3.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 35px * (3 - 1) / 3);
  }
  .t-grid-3.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-3.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 80px * (3 - 1) / 3);
  }
  .t-grid-3.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-3.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 100px * (3 - 1) / 3);
  }
  .t-grid-3.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-3.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 120px * (3 - 1) / 3);
  }
  .t-grid-4.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-4.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 5px * (4 - 1) / 4);
  }
  .t-grid-4.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-4.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 10px * (4 - 1) / 4);
  }
  .t-grid-4.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-4.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 20px * (4 - 1) / 4);
  }
  .t-grid-4.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-4.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 35px * (4 - 1) / 4);
  }
  .t-grid-4.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-4.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 80px * (4 - 1) / 4);
  }
  .t-grid-4.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-4.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 100px * (4 - 1) / 4);
  }
  .t-grid-4.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-4.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 120px * (4 - 1) / 4);
  }
  .t-grid-5.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-5.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 5px * (5 - 1) / 5);
  }
  .t-grid-5.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-5.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 10px * (5 - 1) / 5);
  }
  .t-grid-5.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-5.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 20px * (5 - 1) / 5);
  }
  .t-grid-5.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-5.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 35px * (5 - 1) / 5);
  }
  .t-grid-5.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-5.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 80px * (5 - 1) / 5);
  }
  .t-grid-5.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-5.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 100px * (5 - 1) / 5);
  }
  .t-grid-5.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-5.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 120px * (5 - 1) / 5);
  }
  .t-grid-6.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-6.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 5px * (6 - 1) / 6);
  }
  .t-grid-6.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-6.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 10px * (6 - 1) / 6);
  }
  .t-grid-6.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-6.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 20px * (6 - 1) / 6);
  }
  .t-grid-6.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-6.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 35px * (6 - 1) / 6);
  }
  .t-grid-6.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-6.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 80px * (6 - 1) / 6);
  }
  .t-grid-6.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-6.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 100px * (6 - 1) / 6);
  }
  .t-grid-6.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .t-grid-6.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 120px * (6 - 1) / 6);
  }
  .t-row.t-a, .t-row-1.t-a, .t-row-2.t-a, .t-row-3.t-a, .t-row-4.t-a, .t-row-5.t-a, .t-row-6.t-a {
    justify-content: space-between;
  }
  .t-row.t-a-tl, .t-row.t-a-l, .t-row-1.t-a-tl, .t-row-1.t-a-l, .t-row-2.t-a-tl, .t-row-2.t-a-l, .t-row-3.t-a-tl, .t-row-3.t-a-l, .t-row-4.t-a-tl, .t-row-4.t-a-l, .t-row-5.t-a-tl, .t-row-5.t-a-l, .t-row-6.t-a-tl, .t-row-6.t-a-l {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .t-row.t-a-tc, .t-row.t-a-c, .t-row-1.t-a-tc, .t-row-1.t-a-c, .t-row-2.t-a-tc, .t-row-2.t-a-c, .t-row-3.t-a-tc, .t-row-3.t-a-c, .t-row-4.t-a-tc, .t-row-4.t-a-c, .t-row-5.t-a-tc, .t-row-5.t-a-c, .t-row-6.t-a-tc, .t-row-6.t-a-c {
    justify-content: center;
    align-items: flex-start;
    text-align: center;
  }
  .t-row.t-a-tr, .t-row.t-a-r, .t-row-1.t-a-tr, .t-row-1.t-a-r, .t-row-2.t-a-tr, .t-row-2.t-a-r, .t-row-3.t-a-tr, .t-row-3.t-a-r, .t-row-4.t-a-tr, .t-row-4.t-a-r, .t-row-5.t-a-tr, .t-row-5.t-a-r, .t-row-6.t-a-tr, .t-row-6.t-a-r {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
  }
  .t-row.t-a-cl, .t-row-1.t-a-cl, .t-row-2.t-a-cl, .t-row-3.t-a-cl, .t-row-4.t-a-cl, .t-row-5.t-a-cl, .t-row-6.t-a-cl {
    justify-content: flex-start;
    align-items: center;
  }
  .t-row.t-a-cc, .t-row-1.t-a-cc, .t-row-2.t-a-cc, .t-row-3.t-a-cc, .t-row-4.t-a-cc, .t-row-5.t-a-cc, .t-row-6.t-a-cc {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .t-row.t-a-cr, .t-row-1.t-a-cr, .t-row-2.t-a-cr, .t-row-3.t-a-cr, .t-row-4.t-a-cr, .t-row-5.t-a-cr, .t-row-6.t-a-cr {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }
  .t-row.t-a-bl, .t-row.t-a-b, .t-row-1.t-a-bl, .t-row-1.t-a-b, .t-row-2.t-a-bl, .t-row-2.t-a-b, .t-row-3.t-a-bl, .t-row-3.t-a-b, .t-row-4.t-a-bl, .t-row-4.t-a-b, .t-row-5.t-a-bl, .t-row-5.t-a-b, .t-row-6.t-a-bl, .t-row-6.t-a-b {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .t-row.t-a-bc, .t-row-1.t-a-bc, .t-row-2.t-a-bc, .t-row-3.t-a-bc, .t-row-4.t-a-bc, .t-row-5.t-a-bc, .t-row-6.t-a-bc {
    justify-content: center;
    align-items: flex-end;
    text-align: center;
  }
  .t-row.t-a-br, .t-row-1.t-a-br, .t-row-2.t-a-br, .t-row-3.t-a-br, .t-row-4.t-a-br, .t-row-5.t-a-br, .t-row-6.t-a-br {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .t-col.t-a, .t-col-1.t-a, .t-col-2.t-a, .t-col-3.t-a, .t-col-4.t-a, .t-col-5.t-a, .t-col-6.t-a {
    justify-content: space-between;
  }
  .t-col.t-a-tl, .t-col.t-a-l, .t-col-1.t-a-tl, .t-col-1.t-a-l, .t-col-2.t-a-tl, .t-col-2.t-a-l, .t-col-3.t-a-tl, .t-col-3.t-a-l, .t-col-4.t-a-tl, .t-col-4.t-a-l, .t-col-5.t-a-tl, .t-col-5.t-a-l, .t-col-6.t-a-tl, .t-col-6.t-a-l {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .t-col.t-a-tc, .t-col.t-a-c, .t-col-1.t-a-tc, .t-col-1.t-a-c, .t-col-2.t-a-tc, .t-col-2.t-a-c, .t-col-3.t-a-tc, .t-col-3.t-a-c, .t-col-4.t-a-tc, .t-col-4.t-a-c, .t-col-5.t-a-tc, .t-col-5.t-a-c, .t-col-6.t-a-tc, .t-col-6.t-a-c {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  .t-col.t-a-tr, .t-col.t-a-r, .t-col-1.t-a-tr, .t-col-1.t-a-r, .t-col-2.t-a-tr, .t-col-2.t-a-r, .t-col-3.t-a-tr, .t-col-3.t-a-r, .t-col-4.t-a-tr, .t-col-4.t-a-r, .t-col-5.t-a-tr, .t-col-5.t-a-r, .t-col-6.t-a-tr, .t-col-6.t-a-r {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
  }
  .t-col.t-a-cl, .t-col-1.t-a-cl, .t-col-2.t-a-cl, .t-col-3.t-a-cl, .t-col-4.t-a-cl, .t-col-5.t-a-cl, .t-col-6.t-a-cl {
    justify-content: center;
    align-items: flex-start;
  }
  .t-col.t-a-cc, .t-col-1.t-a-cc, .t-col-2.t-a-cc, .t-col-3.t-a-cc, .t-col-4.t-a-cc, .t-col-5.t-a-cc, .t-col-6.t-a-cc {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .t-col.t-a-cr, .t-col-1.t-a-cr, .t-col-2.t-a-cr, .t-col-3.t-a-cr, .t-col-4.t-a-cr, .t-col-5.t-a-cr, .t-col-6.t-a-cr {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
  }
  .t-col.t-a-bl, .t-col.t-a-b, .t-col-1.t-a-bl, .t-col-1.t-a-b, .t-col-2.t-a-bl, .t-col-2.t-a-b, .t-col-3.t-a-bl, .t-col-3.t-a-b, .t-col-4.t-a-bl, .t-col-4.t-a-b, .t-col-5.t-a-bl, .t-col-5.t-a-b, .t-col-6.t-a-bl, .t-col-6.t-a-b {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .t-col.t-a-bc, .t-col-1.t-a-bc, .t-col-2.t-a-bc, .t-col-3.t-a-bc, .t-col-4.t-a-bc, .t-col-5.t-a-bc, .t-col-6.t-a-bc {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
  }
  .t-col.t-a-br, .t-col-1.t-a-br, .t-col-2.t-a-br, .t-col-3.t-a-br, .t-col-4.t-a-br, .t-col-5.t-a-br, .t-col-6.t-a-br {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
}
@media only screen and (max-width: 790px) {
  .m-row {
    display: flex;
    flex-direction: row;
  }
  .m-row-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-1 {
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
  }
  .m-row-1-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-2 {
    display: flex;
    flex-direction: row;
    flex: 2;
    width: 100%;
  }
  .m-row-2-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-3 {
    display: flex;
    flex-direction: row;
    flex: 3;
    width: 100%;
  }
  .m-row-3-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-4 {
    display: flex;
    flex-direction: row;
    flex: 4;
    width: 100%;
  }
  .m-row-4-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-5 {
    display: flex;
    flex-direction: row;
    flex: 5;
    width: 100%;
  }
  .m-row-5-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-6 {
    display: flex;
    flex-direction: row;
    flex: 6;
    width: 100%;
  }
  .m-row-6-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-col {
    display: flex;
    flex-direction: column;
  }
  .m-col-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
  }
  .m-col-1-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-2 {
    display: flex;
    flex-direction: column;
    flex: 2;
    width: 100%;
  }
  .m-col-2-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-3 {
    display: flex;
    flex-direction: column;
    flex: 3;
    width: 100%;
  }
  .m-col-3-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-4 {
    display: flex;
    flex-direction: column;
    flex: 4;
    width: 100%;
  }
  .m-col-4-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-5 {
    display: flex;
    flex-direction: column;
    flex: 5;
    width: 100%;
  }
  .m-col-5-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-6 {
    display: flex;
    flex-direction: column;
    flex: 6;
    width: 100%;
  }
  .m-col-6-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-grid {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .m-grid-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-1 > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .m-grid-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-2 > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .m-grid-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-3 > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .m-grid-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-4 > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .m-grid-5 {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-5 > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .m-grid-6 {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-6 > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .m-grid-1.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-1.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 5px * (1 - 1) / 1);
  }
  .m-grid-1.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-1.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 10px * (1 - 1) / 1);
  }
  .m-grid-1.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-1.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 20px * (1 - 1) / 1);
  }
  .m-grid-1.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-1.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 35px * (1 - 1) / 1);
  }
  .m-grid-1.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-1.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 80px * (1 - 1) / 1);
  }
  .m-grid-1.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-1.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 100px * (1 - 1) / 1);
  }
  .m-grid-1.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-1.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 1);
    max-width: calc(100% / 1 - 120px * (1 - 1) / 1);
  }
  .m-grid-2.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-2.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 5px * (2 - 1) / 2);
  }
  .m-grid-2.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-2.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  .m-grid-2.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-2.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  .m-grid-2.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-2.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 35px * (2 - 1) / 2);
  }
  .m-grid-2.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-2.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 80px * (2 - 1) / 2);
  }
  .m-grid-2.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-2.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 100px * (2 - 1) / 2);
  }
  .m-grid-2.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-2.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 2);
    max-width: calc(100% / 2 - 120px * (2 - 1) / 2);
  }
  .m-grid-3.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-3.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 5px * (3 - 1) / 3);
  }
  .m-grid-3.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-3.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 10px * (3 - 1) / 3);
  }
  .m-grid-3.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-3.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
  .m-grid-3.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-3.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 35px * (3 - 1) / 3);
  }
  .m-grid-3.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-3.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 80px * (3 - 1) / 3);
  }
  .m-grid-3.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-3.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 100px * (3 - 1) / 3);
  }
  .m-grid-3.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-3.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 120px * (3 - 1) / 3);
  }
  .m-grid-4.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-4.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 5px * (4 - 1) / 4);
  }
  .m-grid-4.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-4.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 10px * (4 - 1) / 4);
  }
  .m-grid-4.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-4.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 20px * (4 - 1) / 4);
  }
  .m-grid-4.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-4.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 35px * (4 - 1) / 4);
  }
  .m-grid-4.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-4.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 80px * (4 - 1) / 4);
  }
  .m-grid-4.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-4.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 100px * (4 - 1) / 4);
  }
  .m-grid-4.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-4.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 4);
    max-width: calc(100% / 4 - 120px * (4 - 1) / 4);
  }
  .m-grid-5.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-5.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 5px * (5 - 1) / 5);
  }
  .m-grid-5.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-5.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 10px * (5 - 1) / 5);
  }
  .m-grid-5.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-5.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 20px * (5 - 1) / 5);
  }
  .m-grid-5.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-5.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 35px * (5 - 1) / 5);
  }
  .m-grid-5.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-5.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 80px * (5 - 1) / 5);
  }
  .m-grid-5.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-5.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 100px * (5 - 1) / 5);
  }
  .m-grid-5.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-5.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 5);
    max-width: calc(100% / 5 - 120px * (5 - 1) / 5);
  }
  .m-grid-6.g-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-6.g-xxs > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 5px * (6 - 1) / 6);
  }
  .m-grid-6.g-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-6.g-xs > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 10px * (6 - 1) / 6);
  }
  .m-grid-6.g-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-6.g-sm > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 20px * (6 - 1) / 6);
  }
  .m-grid-6.g-md {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-6.g-md > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 35px * (6 - 1) / 6);
  }
  .m-grid-6.g-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-6.g-lg > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 80px * (6 - 1) / 6);
  }
  .m-grid-6.g-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-6.g-xl > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 100px * (6 - 1) / 6);
  }
  .m-grid-6.g-xxl {
    display: flex;
    flex-wrap: wrap;
  }
  .m-grid-6.g-xxl > div {
    display: flex;
    flex: 1 0 calc(100% / 6);
    max-width: calc(100% / 6 - 120px * (6 - 1) / 6);
  }
  .m-row.m-a, .m-row-1.m-a, .m-row-2.m-a, .m-row-3.m-a, .m-row-4.m-a, .m-row-5.m-a, .m-row-6.m-a {
    justify-content: space-between;
  }
  .m-row.m-a-tl, .m-row.m-a-l, .m-row-1.m-a-tl, .m-row-1.m-a-l, .m-row-2.m-a-tl, .m-row-2.m-a-l, .m-row-3.m-a-tl, .m-row-3.m-a-l, .m-row-4.m-a-tl, .m-row-4.m-a-l, .m-row-5.m-a-tl, .m-row-5.m-a-l, .m-row-6.m-a-tl, .m-row-6.m-a-l {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .m-row.m-a-tc, .m-row.m-a-c, .m-row-1.m-a-tc, .m-row-1.m-a-c, .m-row-2.m-a-tc, .m-row-2.m-a-c, .m-row-3.m-a-tc, .m-row-3.m-a-c, .m-row-4.m-a-tc, .m-row-4.m-a-c, .m-row-5.m-a-tc, .m-row-5.m-a-c, .m-row-6.m-a-tc, .m-row-6.m-a-c {
    justify-content: center;
    align-items: flex-start;
    text-align: center;
  }
  .m-row.m-a-tr, .m-row.m-a-r, .m-row-1.m-a-tr, .m-row-1.m-a-r, .m-row-2.m-a-tr, .m-row-2.m-a-r, .m-row-3.m-a-tr, .m-row-3.m-a-r, .m-row-4.m-a-tr, .m-row-4.m-a-r, .m-row-5.m-a-tr, .m-row-5.m-a-r, .m-row-6.m-a-tr, .m-row-6.m-a-r {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
  }
  .m-row.m-a-cl, .m-row-1.m-a-cl, .m-row-2.m-a-cl, .m-row-3.m-a-cl, .m-row-4.m-a-cl, .m-row-5.m-a-cl, .m-row-6.m-a-cl {
    justify-content: flex-start;
    align-items: center;
  }
  .m-row.m-a-cc, .m-row-1.m-a-cc, .m-row-2.m-a-cc, .m-row-3.m-a-cc, .m-row-4.m-a-cc, .m-row-5.m-a-cc, .m-row-6.m-a-cc {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .m-row.m-a-cr, .m-row-1.m-a-cr, .m-row-2.m-a-cr, .m-row-3.m-a-cr, .m-row-4.m-a-cr, .m-row-5.m-a-cr, .m-row-6.m-a-cr {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }
  .m-row.m-a-bl, .m-row.m-a-b, .m-row-1.m-a-bl, .m-row-1.m-a-b, .m-row-2.m-a-bl, .m-row-2.m-a-b, .m-row-3.m-a-bl, .m-row-3.m-a-b, .m-row-4.m-a-bl, .m-row-4.m-a-b, .m-row-5.m-a-bl, .m-row-5.m-a-b, .m-row-6.m-a-bl, .m-row-6.m-a-b {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .m-row.m-a-bc, .m-row-1.m-a-bc, .m-row-2.m-a-bc, .m-row-3.m-a-bc, .m-row-4.m-a-bc, .m-row-5.m-a-bc, .m-row-6.m-a-bc {
    justify-content: center;
    align-items: flex-end;
    text-align: center;
  }
  .m-row.m-a-br, .m-row-1.m-a-br, .m-row-2.m-a-br, .m-row-3.m-a-br, .m-row-4.m-a-br, .m-row-5.m-a-br, .m-row-6.m-a-br {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .m-col.m-a, .m-col-1.m-a, .m-col-2.m-a, .m-col-3.m-a, .m-col-4.m-a, .m-col-5.m-a, .m-col-6.m-a {
    justify-content: space-between;
  }
  .m-col.m-a-tl, .m-col.m-a-l, .m-col-1.m-a-tl, .m-col-1.m-a-l, .m-col-2.m-a-tl, .m-col-2.m-a-l, .m-col-3.m-a-tl, .m-col-3.m-a-l, .m-col-4.m-a-tl, .m-col-4.m-a-l, .m-col-5.m-a-tl, .m-col-5.m-a-l, .m-col-6.m-a-tl, .m-col-6.m-a-l {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .m-col.m-a-tc, .m-col.m-a-c, .m-col-1.m-a-tc, .m-col-1.m-a-c, .m-col-2.m-a-tc, .m-col-2.m-a-c, .m-col-3.m-a-tc, .m-col-3.m-a-c, .m-col-4.m-a-tc, .m-col-4.m-a-c, .m-col-5.m-a-tc, .m-col-5.m-a-c, .m-col-6.m-a-tc, .m-col-6.m-a-c {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  .m-col.m-a-tr, .m-col.m-a-r, .m-col-1.m-a-tr, .m-col-1.m-a-r, .m-col-2.m-a-tr, .m-col-2.m-a-r, .m-col-3.m-a-tr, .m-col-3.m-a-r, .m-col-4.m-a-tr, .m-col-4.m-a-r, .m-col-5.m-a-tr, .m-col-5.m-a-r, .m-col-6.m-a-tr, .m-col-6.m-a-r {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
  }
  .m-col.m-a-cl, .m-col-1.m-a-cl, .m-col-2.m-a-cl, .m-col-3.m-a-cl, .m-col-4.m-a-cl, .m-col-5.m-a-cl, .m-col-6.m-a-cl {
    justify-content: center;
    align-items: flex-start;
  }
  .m-col.m-a-cc, .m-col-1.m-a-cc, .m-col-2.m-a-cc, .m-col-3.m-a-cc, .m-col-4.m-a-cc, .m-col-5.m-a-cc, .m-col-6.m-a-cc {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .m-col.m-a-cr, .m-col-1.m-a-cr, .m-col-2.m-a-cr, .m-col-3.m-a-cr, .m-col-4.m-a-cr, .m-col-5.m-a-cr, .m-col-6.m-a-cr {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
  }
  .m-col.m-a-bl, .m-col.m-a-b, .m-col-1.m-a-bl, .m-col-1.m-a-b, .m-col-2.m-a-bl, .m-col-2.m-a-b, .m-col-3.m-a-bl, .m-col-3.m-a-b, .m-col-4.m-a-bl, .m-col-4.m-a-b, .m-col-5.m-a-bl, .m-col-5.m-a-b, .m-col-6.m-a-bl, .m-col-6.m-a-b {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .m-col.m-a-bc, .m-col-1.m-a-bc, .m-col-2.m-a-bc, .m-col-3.m-a-bc, .m-col-4.m-a-bc, .m-col-5.m-a-bc, .m-col-6.m-a-bc {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
  }
  .m-col.m-a-br, .m-col-1.m-a-br, .m-col-2.m-a-br, .m-col-3.m-a-br, .m-col-4.m-a-br, .m-col-5.m-a-br, .m-col-6.m-a-br {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
}
.w-100 {
  width: 100%;
}

.wrap {
  flex-wrap: wrap;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .hide-mob {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-desk {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .p-xl-tb {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .p-xl-t {
    padding-top: 60px !important;
  }
  .p-xl-b {
    padding-bottom: 60px !important;
  }
  .p-lg-tb {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .p-lg-t {
    padding-top: 40px !important;
  }
  .p-lg-b {
    padding-bottom: 40px !important;
  }
  .p-md-tb {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .p-md-t {
    padding-top: 30px !important;
  }
  .p-md-b {
    padding-bottom: 30px !important;
  }
  .p-md-rl, .p-md-lr {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1320px) {
  .p-l-20-d {
    padding-left: 20px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .p-l-20-d {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .read-more-img {
    padding-bottom: 40px;
  }
}
@media (min-width: 1320px) {
  .read-more-img {
    padding-right: 40px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .read-more-img {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .page .vc_column_container > .vc_column-inner .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .page .vc_column_container > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .page-nav-offset-mob {
    padding-top: 110px !important;
  }
}

h0, h1, h2, h3, h4, h5, h6, h7, p, a, ul, li, .btn-1, .btn-2, .btn-3, .btn-4, .btn-5 {
  color: #FFFFFF;
}

h0, h1, h2, h3, h4, h5, h6, .eyebrow, .statement {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #FFFFFF;
}

h7, p, a, ul, li, .btn-1, .btn-2, .btn-3, .btn-4, .btn-5 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #FFFFFF;
}

h0 {
  font-size: 88px;
  font-weight: 600;
  line-height: 70px;
}
@media screen and (max-width: 1199px) {
  h0 {
    font-size: 60px;
  }
}
@media screen and (max-width: 789px) {
  h0 {
    font-size: 45px;
    line-height: 1;
  }
}

h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 789px) {
  h1 {
    font-size: 30px;
    line-height: 1;
  }
}

h2 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 789px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 789px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 789px) {
  h4 {
    font-size: 24px;
  }
}
h4.statement {
  font-weight: 500;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 789px) {
  h5 {
    font-size: 16px;
  }
}
h5 a {
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

h6 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 789px) {
  h6 {
    font-size: 15px;
  }
}

h7 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1199px) {
  h7 {
    font-size: 14px;
  }
}
@media screen and (max-width: 789px) {
  h7 {
    font-size: 13px;
  }
}

.eyebrow {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1199px) {
  .eyebrow {
    font-size: 15px;
  }
}
@media screen and (max-width: 789px) {
  .eyebrow {
    font-size: 14px;
  }
}

.statement {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .statement {
    font-size: 20px;
  }
}
@media screen and (max-width: 789px) {
  .statement {
    font-size: 17px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  p {
    font-size: 13px;
  }
}
@media screen and (max-width: 789px) {
  p {
    font-size: 13px;
  }
}
p a {
  text-decoration: underline;
}
p.large {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  p.large {
    font-size: 18px;
  }
}
@media screen and (max-width: 789px) {
  p.large {
    font-size: 14px;
  }
}

.xs-text {
  font-size: 12px;
}

b, strong {
  font-weight: 600;
}

ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
}

.dark_theme h0, .dark_theme h1, .dark_theme h2, .dark_theme h3, .dark_theme h4, .dark_theme h5, .dark_theme h6, .dark_theme p, .dark_theme a {
  color: #fff !important;
}
.dark_theme .btn-1 {
  background: #fff;
  color: #2E4D0C !important;
}
.dark_theme .btn-1:hover {
  border: 1px solid #fff;
  color: #fff !important;
  background: transparent;
}
.dark_theme .btn-2 {
  border: 1px solid transparent;
}
.dark_theme .btn-2:hover {
  border: 1px solid #96C547;
  color: #fff;
  background: #96C547;
}

.center-text,
.text-center {
  margin: auto;
  text-align: center;
}
.center-text h1, .center-text h2, .center-text h3, .center-text h4, .center-text h5, .center-text h6, .center-text p,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6,
.text-center p {
  margin: auto;
  text-align: center;
}

.full-width-img .wpb_wrapper,
.full-width-img .vc_single_image-wrapper,
.full-width-img img {
  width: 100vw;
  max-width: 100vw;
  overflow: visible;
}

.rte h1, .rte h2, .rte h3, .rte h4 {
  margin-bottom: 30px;
}
.rte h5, .rte h6, .rte p {
  margin-bottom: 15px;
}
.rte .btn-1, .rte .btn-2, .rte .btn-3, .rte .btn-4, .rte .btn-5 {
  margin-top: 30px;
  max-width: fit-content;
}
.rte ul {
  margin-left: 1rem;
  margin-bottom: 16px;
}
.rte ul li {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .rte ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 789px) {
  .rte ul li {
    font-size: 14px;
  }
}

.g-0 {
  gap: 0px;
}
.g-xxs {
  gap: 5px;
}
.g-xxsxxs {
  gap: 5px 5px;
}
.g-xxsxs {
  gap: 5px 10px;
}
.g-xxssm {
  gap: 5px 20px;
}
.g-xxsmd {
  gap: 5px 35px;
}
.g-xxslg {
  gap: 5px 80px;
}
.g-xxsxl {
  gap: 5px 100px;
}
.g-xxsxxl {
  gap: 5px 120px;
}
.g-xs {
  gap: 10px;
}
.g-xsxxs {
  gap: 10px 5px;
}
.g-xsxs {
  gap: 10px 10px;
}
.g-xssm {
  gap: 10px 20px;
}
.g-xsmd {
  gap: 10px 35px;
}
.g-xslg {
  gap: 10px 80px;
}
.g-xsxl {
  gap: 10px 100px;
}
.g-xsxxl {
  gap: 10px 120px;
}
.g-sm {
  gap: 20px;
}
.g-smxxs {
  gap: 20px 5px;
}
.g-smxs {
  gap: 20px 10px;
}
.g-smsm {
  gap: 20px 20px;
}
.g-smmd {
  gap: 20px 35px;
}
.g-smlg {
  gap: 20px 80px;
}
.g-smxl {
  gap: 20px 100px;
}
.g-smxxl {
  gap: 20px 120px;
}
.g-md {
  gap: 35px;
}
.g-mdxxs {
  gap: 35px 5px;
}
.g-mdxs {
  gap: 35px 10px;
}
.g-mdsm {
  gap: 35px 20px;
}
.g-mdmd {
  gap: 35px 35px;
}
.g-mdlg {
  gap: 35px 80px;
}
.g-mdxl {
  gap: 35px 100px;
}
.g-mdxxl {
  gap: 35px 120px;
}
.g-lg {
  gap: 80px;
}
.g-lgxxs {
  gap: 80px 5px;
}
.g-lgxs {
  gap: 80px 10px;
}
.g-lgsm {
  gap: 80px 20px;
}
.g-lgmd {
  gap: 80px 35px;
}
.g-lglg {
  gap: 80px 80px;
}
.g-lgxl {
  gap: 80px 100px;
}
.g-lgxxl {
  gap: 80px 120px;
}
.g-xl {
  gap: 100px;
}
.g-xlxxs {
  gap: 100px 5px;
}
.g-xlxs {
  gap: 100px 10px;
}
.g-xlsm {
  gap: 100px 20px;
}
.g-xlmd {
  gap: 100px 35px;
}
.g-xllg {
  gap: 100px 80px;
}
.g-xlxl {
  gap: 100px 100px;
}
.g-xlxxl {
  gap: 100px 120px;
}
.g-xxl {
  gap: 120px;
}
.g-xxlxxs {
  gap: 120px 5px;
}
.g-xxlxs {
  gap: 120px 10px;
}
.g-xxlsm {
  gap: 120px 20px;
}
.g-xxlmd {
  gap: 120px 35px;
}
.g-xxllg {
  gap: 120px 80px;
}
.g-xxlxl {
  gap: 120px 100px;
}
.g-xxlxxl {
  gap: 120px 120px;
}

.p-t {
  padding-top: 0;
}
.p-r {
  padding-right: 0;
}
.p-b {
  padding-bottom: 0;
}
.p-l {
  padding-left: 0;
}
.p-tr {
  padding-right: 0;
  padding-top: 0;
}
.p-br {
  padding-right: 0;
  padding-bottom: 0;
}
.p-rl, .p-lr {
  padding-right: 0;
  padding-left: 0;
}
.p-tb {
  padding-top: 0;
  padding-bottom: 0;
}
.p-bl {
  padding-left: 0;
  padding-bottom: 0;
}
.p-tl {
  padding-left: 0;
  padding-top: 0;
}
.p-xxs {
  padding: 5px;
}
.p-xxs-t {
  padding-top: 5px;
}
.p-xxs-r {
  padding-right: 5px;
}
.p-xxs-b {
  padding-bottom: 5px;
}
.p-xxs-l {
  padding-left: 5px;
}
.p-xxs-tr {
  padding-right: 5px;
  padding-top: 5px;
}
.p-xxs-br {
  padding-right: 5px;
  padding-bottom: 5px;
}
.p-xxs-rl, .p-xxs-lr {
  padding-right: 5px;
  padding-left: 5px;
}
.p-xxs-tb {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-xxs-bl {
  padding-left: 5px;
  padding-bottom: 5px;
}
.p-xxs-tl {
  padding-left: 5px;
  padding-top: 5px;
}
.p-xxsxxs {
  padding: 5px 5px;
}
.p-xxsxxs-t {
  padding-top: 5px;
}
.p-xxsxxs-r {
  padding-right: 5px;
}
.p-xxsxxs-b {
  padding-bottom: 5px;
}
.p-xxsxxs-l {
  padding-left: 5px;
}
.p-xxsxxs-tr {
  padding-right: 5px;
  padding-top: 5px;
}
.p-xxsxxs-br {
  padding-right: 5px;
  padding-bottom: 5px;
}
.p-xxsxxs-lr {
  padding-right: 5px;
  padding-left: 5px;
}
.p-xxsxxs-tb {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-xxsxxs-bl {
  padding-left: 5px;
  padding-bottom: 5px;
}
.p-xxsxxs-tl {
  padding-left: 5px;
  padding-top: 5px;
}
.p-xxsxs {
  padding: 5px 10px;
}
.p-xxsxs-t {
  padding-top: 5px;
}
.p-xxsxs-r {
  padding-right: 10px;
}
.p-xxsxs-b {
  padding-bottom: 5px;
}
.p-xxsxs-l {
  padding-left: 10px;
}
.p-xxsxs-tr {
  padding-right: 10px;
  padding-top: 5px;
}
.p-xxsxs-br {
  padding-right: 10px;
  padding-bottom: 5px;
}
.p-xxsxs-lr {
  padding-right: 10px;
  padding-left: 5px;
}
.p-xxsxs-tb {
  padding-top: 5px;
  padding-bottom: 10px;
}
.p-xxsxs-bl {
  padding-left: 10px;
  padding-bottom: 5px;
}
.p-xxsxs-tl {
  padding-left: 10px;
  padding-top: 5px;
}
.p-xxssm {
  padding: 5px 20px;
}
.p-xxssm-t {
  padding-top: 5px;
}
.p-xxssm-r {
  padding-right: 20px;
}
.p-xxssm-b {
  padding-bottom: 5px;
}
.p-xxssm-l {
  padding-left: 20px;
}
.p-xxssm-tr {
  padding-right: 20px;
  padding-top: 5px;
}
.p-xxssm-br {
  padding-right: 20px;
  padding-bottom: 5px;
}
.p-xxssm-lr {
  padding-right: 20px;
  padding-left: 5px;
}
.p-xxssm-tb {
  padding-top: 5px;
  padding-bottom: 20px;
}
.p-xxssm-bl {
  padding-left: 20px;
  padding-bottom: 5px;
}
.p-xxssm-tl {
  padding-left: 20px;
  padding-top: 5px;
}
.p-xxsmd {
  padding: 5px 35px;
}
.p-xxsmd-t {
  padding-top: 5px;
}
.p-xxsmd-r {
  padding-right: 35px;
}
.p-xxsmd-b {
  padding-bottom: 5px;
}
.p-xxsmd-l {
  padding-left: 35px;
}
.p-xxsmd-tr {
  padding-right: 35px;
  padding-top: 5px;
}
.p-xxsmd-br {
  padding-right: 35px;
  padding-bottom: 5px;
}
.p-xxsmd-lr {
  padding-right: 35px;
  padding-left: 5px;
}
.p-xxsmd-tb {
  padding-top: 5px;
  padding-bottom: 35px;
}
.p-xxsmd-bl {
  padding-left: 35px;
  padding-bottom: 5px;
}
.p-xxsmd-tl {
  padding-left: 35px;
  padding-top: 5px;
}
.p-xxslg {
  padding: 5px 80px;
}
.p-xxslg-t {
  padding-top: 5px;
}
.p-xxslg-r {
  padding-right: 80px;
}
.p-xxslg-b {
  padding-bottom: 5px;
}
.p-xxslg-l {
  padding-left: 80px;
}
.p-xxslg-tr {
  padding-right: 80px;
  padding-top: 5px;
}
.p-xxslg-br {
  padding-right: 80px;
  padding-bottom: 5px;
}
.p-xxslg-lr {
  padding-right: 80px;
  padding-left: 5px;
}
.p-xxslg-tb {
  padding-top: 5px;
  padding-bottom: 80px;
}
.p-xxslg-bl {
  padding-left: 80px;
  padding-bottom: 5px;
}
.p-xxslg-tl {
  padding-left: 80px;
  padding-top: 5px;
}
.p-xxsxl {
  padding: 5px 100px;
}
.p-xxsxl-t {
  padding-top: 5px;
}
.p-xxsxl-r {
  padding-right: 100px;
}
.p-xxsxl-b {
  padding-bottom: 5px;
}
.p-xxsxl-l {
  padding-left: 100px;
}
.p-xxsxl-tr {
  padding-right: 100px;
  padding-top: 5px;
}
.p-xxsxl-br {
  padding-right: 100px;
  padding-bottom: 5px;
}
.p-xxsxl-lr {
  padding-right: 100px;
  padding-left: 5px;
}
.p-xxsxl-tb {
  padding-top: 5px;
  padding-bottom: 100px;
}
.p-xxsxl-bl {
  padding-left: 100px;
  padding-bottom: 5px;
}
.p-xxsxl-tl {
  padding-left: 100px;
  padding-top: 5px;
}
.p-xxsxxl {
  padding: 5px 120px;
}
.p-xxsxxl-t {
  padding-top: 5px;
}
.p-xxsxxl-r {
  padding-right: 120px;
}
.p-xxsxxl-b {
  padding-bottom: 5px;
}
.p-xxsxxl-l {
  padding-left: 120px;
}
.p-xxsxxl-tr {
  padding-right: 120px;
  padding-top: 5px;
}
.p-xxsxxl-br {
  padding-right: 120px;
  padding-bottom: 5px;
}
.p-xxsxxl-lr {
  padding-right: 120px;
  padding-left: 5px;
}
.p-xxsxxl-tb {
  padding-top: 5px;
  padding-bottom: 120px;
}
.p-xxsxxl-bl {
  padding-left: 120px;
  padding-bottom: 5px;
}
.p-xxsxxl-tl {
  padding-left: 120px;
  padding-top: 5px;
}
.p-xs {
  padding: 10px;
}
.p-xs-t {
  padding-top: 10px;
}
.p-xs-r {
  padding-right: 10px;
}
.p-xs-b {
  padding-bottom: 10px;
}
.p-xs-l {
  padding-left: 10px;
}
.p-xs-tr {
  padding-right: 10px;
  padding-top: 10px;
}
.p-xs-br {
  padding-right: 10px;
  padding-bottom: 10px;
}
.p-xs-rl, .p-xs-lr {
  padding-right: 10px;
  padding-left: 10px;
}
.p-xs-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-xs-bl {
  padding-left: 10px;
  padding-bottom: 10px;
}
.p-xs-tl {
  padding-left: 10px;
  padding-top: 10px;
}
.p-xsxxs {
  padding: 10px 5px;
}
.p-xsxxs-t {
  padding-top: 10px;
}
.p-xsxxs-r {
  padding-right: 5px;
}
.p-xsxxs-b {
  padding-bottom: 10px;
}
.p-xsxxs-l {
  padding-left: 5px;
}
.p-xsxxs-tr {
  padding-right: 5px;
  padding-top: 10px;
}
.p-xsxxs-br {
  padding-right: 5px;
  padding-bottom: 10px;
}
.p-xsxxs-lr {
  padding-right: 5px;
  padding-left: 10px;
}
.p-xsxxs-tb {
  padding-top: 10px;
  padding-bottom: 5px;
}
.p-xsxxs-bl {
  padding-left: 5px;
  padding-bottom: 10px;
}
.p-xsxxs-tl {
  padding-left: 5px;
  padding-top: 10px;
}
.p-xsxs {
  padding: 10px 10px;
}
.p-xsxs-t {
  padding-top: 10px;
}
.p-xsxs-r {
  padding-right: 10px;
}
.p-xsxs-b {
  padding-bottom: 10px;
}
.p-xsxs-l {
  padding-left: 10px;
}
.p-xsxs-tr {
  padding-right: 10px;
  padding-top: 10px;
}
.p-xsxs-br {
  padding-right: 10px;
  padding-bottom: 10px;
}
.p-xsxs-lr {
  padding-right: 10px;
  padding-left: 10px;
}
.p-xsxs-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-xsxs-bl {
  padding-left: 10px;
  padding-bottom: 10px;
}
.p-xsxs-tl {
  padding-left: 10px;
  padding-top: 10px;
}
.p-xssm {
  padding: 10px 20px;
}
.p-xssm-t {
  padding-top: 10px;
}
.p-xssm-r {
  padding-right: 20px;
}
.p-xssm-b {
  padding-bottom: 10px;
}
.p-xssm-l {
  padding-left: 20px;
}
.p-xssm-tr {
  padding-right: 20px;
  padding-top: 10px;
}
.p-xssm-br {
  padding-right: 20px;
  padding-bottom: 10px;
}
.p-xssm-lr {
  padding-right: 20px;
  padding-left: 10px;
}
.p-xssm-tb {
  padding-top: 10px;
  padding-bottom: 20px;
}
.p-xssm-bl {
  padding-left: 20px;
  padding-bottom: 10px;
}
.p-xssm-tl {
  padding-left: 20px;
  padding-top: 10px;
}
.p-xsmd {
  padding: 10px 35px;
}
.p-xsmd-t {
  padding-top: 10px;
}
.p-xsmd-r {
  padding-right: 35px;
}
.p-xsmd-b {
  padding-bottom: 10px;
}
.p-xsmd-l {
  padding-left: 35px;
}
.p-xsmd-tr {
  padding-right: 35px;
  padding-top: 10px;
}
.p-xsmd-br {
  padding-right: 35px;
  padding-bottom: 10px;
}
.p-xsmd-lr {
  padding-right: 35px;
  padding-left: 10px;
}
.p-xsmd-tb {
  padding-top: 10px;
  padding-bottom: 35px;
}
.p-xsmd-bl {
  padding-left: 35px;
  padding-bottom: 10px;
}
.p-xsmd-tl {
  padding-left: 35px;
  padding-top: 10px;
}
.p-xslg {
  padding: 10px 80px;
}
.p-xslg-t {
  padding-top: 10px;
}
.p-xslg-r {
  padding-right: 80px;
}
.p-xslg-b {
  padding-bottom: 10px;
}
.p-xslg-l {
  padding-left: 80px;
}
.p-xslg-tr {
  padding-right: 80px;
  padding-top: 10px;
}
.p-xslg-br {
  padding-right: 80px;
  padding-bottom: 10px;
}
.p-xslg-lr {
  padding-right: 80px;
  padding-left: 10px;
}
.p-xslg-tb {
  padding-top: 10px;
  padding-bottom: 80px;
}
.p-xslg-bl {
  padding-left: 80px;
  padding-bottom: 10px;
}
.p-xslg-tl {
  padding-left: 80px;
  padding-top: 10px;
}
.p-xsxl {
  padding: 10px 100px;
}
.p-xsxl-t {
  padding-top: 10px;
}
.p-xsxl-r {
  padding-right: 100px;
}
.p-xsxl-b {
  padding-bottom: 10px;
}
.p-xsxl-l {
  padding-left: 100px;
}
.p-xsxl-tr {
  padding-right: 100px;
  padding-top: 10px;
}
.p-xsxl-br {
  padding-right: 100px;
  padding-bottom: 10px;
}
.p-xsxl-lr {
  padding-right: 100px;
  padding-left: 10px;
}
.p-xsxl-tb {
  padding-top: 10px;
  padding-bottom: 100px;
}
.p-xsxl-bl {
  padding-left: 100px;
  padding-bottom: 10px;
}
.p-xsxl-tl {
  padding-left: 100px;
  padding-top: 10px;
}
.p-xsxxl {
  padding: 10px 120px;
}
.p-xsxxl-t {
  padding-top: 10px;
}
.p-xsxxl-r {
  padding-right: 120px;
}
.p-xsxxl-b {
  padding-bottom: 10px;
}
.p-xsxxl-l {
  padding-left: 120px;
}
.p-xsxxl-tr {
  padding-right: 120px;
  padding-top: 10px;
}
.p-xsxxl-br {
  padding-right: 120px;
  padding-bottom: 10px;
}
.p-xsxxl-lr {
  padding-right: 120px;
  padding-left: 10px;
}
.p-xsxxl-tb {
  padding-top: 10px;
  padding-bottom: 120px;
}
.p-xsxxl-bl {
  padding-left: 120px;
  padding-bottom: 10px;
}
.p-xsxxl-tl {
  padding-left: 120px;
  padding-top: 10px;
}
.p-sm {
  padding: 20px;
}
.p-sm-t {
  padding-top: 20px;
}
.p-sm-r {
  padding-right: 20px;
}
.p-sm-b {
  padding-bottom: 20px;
}
.p-sm-l {
  padding-left: 20px;
}
.p-sm-tr {
  padding-right: 20px;
  padding-top: 20px;
}
.p-sm-br {
  padding-right: 20px;
  padding-bottom: 20px;
}
.p-sm-rl, .p-sm-lr {
  padding-right: 20px;
  padding-left: 20px;
}
.p-sm-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-sm-bl {
  padding-left: 20px;
  padding-bottom: 20px;
}
.p-sm-tl {
  padding-left: 20px;
  padding-top: 20px;
}
.p-smxxs {
  padding: 20px 5px;
}
.p-smxxs-t {
  padding-top: 20px;
}
.p-smxxs-r {
  padding-right: 5px;
}
.p-smxxs-b {
  padding-bottom: 20px;
}
.p-smxxs-l {
  padding-left: 5px;
}
.p-smxxs-tr {
  padding-right: 5px;
  padding-top: 20px;
}
.p-smxxs-br {
  padding-right: 5px;
  padding-bottom: 20px;
}
.p-smxxs-lr {
  padding-right: 5px;
  padding-left: 20px;
}
.p-smxxs-tb {
  padding-top: 20px;
  padding-bottom: 5px;
}
.p-smxxs-bl {
  padding-left: 5px;
  padding-bottom: 20px;
}
.p-smxxs-tl {
  padding-left: 5px;
  padding-top: 20px;
}
.p-smxs {
  padding: 20px 10px;
}
.p-smxs-t {
  padding-top: 20px;
}
.p-smxs-r {
  padding-right: 10px;
}
.p-smxs-b {
  padding-bottom: 20px;
}
.p-smxs-l {
  padding-left: 10px;
}
.p-smxs-tr {
  padding-right: 10px;
  padding-top: 20px;
}
.p-smxs-br {
  padding-right: 10px;
  padding-bottom: 20px;
}
.p-smxs-lr {
  padding-right: 10px;
  padding-left: 20px;
}
.p-smxs-tb {
  padding-top: 20px;
  padding-bottom: 10px;
}
.p-smxs-bl {
  padding-left: 10px;
  padding-bottom: 20px;
}
.p-smxs-tl {
  padding-left: 10px;
  padding-top: 20px;
}
.p-smsm {
  padding: 20px 20px;
}
.p-smsm-t {
  padding-top: 20px;
}
.p-smsm-r {
  padding-right: 20px;
}
.p-smsm-b {
  padding-bottom: 20px;
}
.p-smsm-l {
  padding-left: 20px;
}
.p-smsm-tr {
  padding-right: 20px;
  padding-top: 20px;
}
.p-smsm-br {
  padding-right: 20px;
  padding-bottom: 20px;
}
.p-smsm-lr {
  padding-right: 20px;
  padding-left: 20px;
}
.p-smsm-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-smsm-bl {
  padding-left: 20px;
  padding-bottom: 20px;
}
.p-smsm-tl {
  padding-left: 20px;
  padding-top: 20px;
}
.p-smmd {
  padding: 20px 35px;
}
.p-smmd-t {
  padding-top: 20px;
}
.p-smmd-r {
  padding-right: 35px;
}
.p-smmd-b {
  padding-bottom: 20px;
}
.p-smmd-l {
  padding-left: 35px;
}
.p-smmd-tr {
  padding-right: 35px;
  padding-top: 20px;
}
.p-smmd-br {
  padding-right: 35px;
  padding-bottom: 20px;
}
.p-smmd-lr {
  padding-right: 35px;
  padding-left: 20px;
}
.p-smmd-tb {
  padding-top: 20px;
  padding-bottom: 35px;
}
.p-smmd-bl {
  padding-left: 35px;
  padding-bottom: 20px;
}
.p-smmd-tl {
  padding-left: 35px;
  padding-top: 20px;
}
.p-smlg {
  padding: 20px 80px;
}
.p-smlg-t {
  padding-top: 20px;
}
.p-smlg-r {
  padding-right: 80px;
}
.p-smlg-b {
  padding-bottom: 20px;
}
.p-smlg-l {
  padding-left: 80px;
}
.p-smlg-tr {
  padding-right: 80px;
  padding-top: 20px;
}
.p-smlg-br {
  padding-right: 80px;
  padding-bottom: 20px;
}
.p-smlg-lr {
  padding-right: 80px;
  padding-left: 20px;
}
.p-smlg-tb {
  padding-top: 20px;
  padding-bottom: 80px;
}
.p-smlg-bl {
  padding-left: 80px;
  padding-bottom: 20px;
}
.p-smlg-tl {
  padding-left: 80px;
  padding-top: 20px;
}
.p-smxl {
  padding: 20px 100px;
}
.p-smxl-t {
  padding-top: 20px;
}
.p-smxl-r {
  padding-right: 100px;
}
.p-smxl-b {
  padding-bottom: 20px;
}
.p-smxl-l {
  padding-left: 100px;
}
.p-smxl-tr {
  padding-right: 100px;
  padding-top: 20px;
}
.p-smxl-br {
  padding-right: 100px;
  padding-bottom: 20px;
}
.p-smxl-lr {
  padding-right: 100px;
  padding-left: 20px;
}
.p-smxl-tb {
  padding-top: 20px;
  padding-bottom: 100px;
}
.p-smxl-bl {
  padding-left: 100px;
  padding-bottom: 20px;
}
.p-smxl-tl {
  padding-left: 100px;
  padding-top: 20px;
}
.p-smxxl {
  padding: 20px 120px;
}
.p-smxxl-t {
  padding-top: 20px;
}
.p-smxxl-r {
  padding-right: 120px;
}
.p-smxxl-b {
  padding-bottom: 20px;
}
.p-smxxl-l {
  padding-left: 120px;
}
.p-smxxl-tr {
  padding-right: 120px;
  padding-top: 20px;
}
.p-smxxl-br {
  padding-right: 120px;
  padding-bottom: 20px;
}
.p-smxxl-lr {
  padding-right: 120px;
  padding-left: 20px;
}
.p-smxxl-tb {
  padding-top: 20px;
  padding-bottom: 120px;
}
.p-smxxl-bl {
  padding-left: 120px;
  padding-bottom: 20px;
}
.p-smxxl-tl {
  padding-left: 120px;
  padding-top: 20px;
}
.p-md {
  padding: 35px;
}
.p-md-t {
  padding-top: 35px;
}
.p-md-r {
  padding-right: 35px;
}
.p-md-b {
  padding-bottom: 35px;
}
.p-md-l {
  padding-left: 35px;
}
.p-md-tr {
  padding-right: 35px;
  padding-top: 35px;
}
.p-md-br {
  padding-right: 35px;
  padding-bottom: 35px;
}
.p-md-rl, .p-md-lr {
  padding-right: 35px;
  padding-left: 35px;
}
.p-md-tb {
  padding-top: 35px;
  padding-bottom: 35px;
}
.p-md-bl {
  padding-left: 35px;
  padding-bottom: 35px;
}
.p-md-tl {
  padding-left: 35px;
  padding-top: 35px;
}
.p-mdxxs {
  padding: 35px 5px;
}
.p-mdxxs-t {
  padding-top: 35px;
}
.p-mdxxs-r {
  padding-right: 5px;
}
.p-mdxxs-b {
  padding-bottom: 35px;
}
.p-mdxxs-l {
  padding-left: 5px;
}
.p-mdxxs-tr {
  padding-right: 5px;
  padding-top: 35px;
}
.p-mdxxs-br {
  padding-right: 5px;
  padding-bottom: 35px;
}
.p-mdxxs-lr {
  padding-right: 5px;
  padding-left: 35px;
}
.p-mdxxs-tb {
  padding-top: 35px;
  padding-bottom: 5px;
}
.p-mdxxs-bl {
  padding-left: 5px;
  padding-bottom: 35px;
}
.p-mdxxs-tl {
  padding-left: 5px;
  padding-top: 35px;
}
.p-mdxs {
  padding: 35px 10px;
}
.p-mdxs-t {
  padding-top: 35px;
}
.p-mdxs-r {
  padding-right: 10px;
}
.p-mdxs-b {
  padding-bottom: 35px;
}
.p-mdxs-l {
  padding-left: 10px;
}
.p-mdxs-tr {
  padding-right: 10px;
  padding-top: 35px;
}
.p-mdxs-br {
  padding-right: 10px;
  padding-bottom: 35px;
}
.p-mdxs-lr {
  padding-right: 10px;
  padding-left: 35px;
}
.p-mdxs-tb {
  padding-top: 35px;
  padding-bottom: 10px;
}
.p-mdxs-bl {
  padding-left: 10px;
  padding-bottom: 35px;
}
.p-mdxs-tl {
  padding-left: 10px;
  padding-top: 35px;
}
.p-mdsm {
  padding: 35px 20px;
}
.p-mdsm-t {
  padding-top: 35px;
}
.p-mdsm-r {
  padding-right: 20px;
}
.p-mdsm-b {
  padding-bottom: 35px;
}
.p-mdsm-l {
  padding-left: 20px;
}
.p-mdsm-tr {
  padding-right: 20px;
  padding-top: 35px;
}
.p-mdsm-br {
  padding-right: 20px;
  padding-bottom: 35px;
}
.p-mdsm-lr {
  padding-right: 20px;
  padding-left: 35px;
}
.p-mdsm-tb {
  padding-top: 35px;
  padding-bottom: 20px;
}
.p-mdsm-bl {
  padding-left: 20px;
  padding-bottom: 35px;
}
.p-mdsm-tl {
  padding-left: 20px;
  padding-top: 35px;
}
.p-mdmd {
  padding: 35px 35px;
}
.p-mdmd-t {
  padding-top: 35px;
}
.p-mdmd-r {
  padding-right: 35px;
}
.p-mdmd-b {
  padding-bottom: 35px;
}
.p-mdmd-l {
  padding-left: 35px;
}
.p-mdmd-tr {
  padding-right: 35px;
  padding-top: 35px;
}
.p-mdmd-br {
  padding-right: 35px;
  padding-bottom: 35px;
}
.p-mdmd-lr {
  padding-right: 35px;
  padding-left: 35px;
}
.p-mdmd-tb {
  padding-top: 35px;
  padding-bottom: 35px;
}
.p-mdmd-bl {
  padding-left: 35px;
  padding-bottom: 35px;
}
.p-mdmd-tl {
  padding-left: 35px;
  padding-top: 35px;
}
.p-mdlg {
  padding: 35px 80px;
}
.p-mdlg-t {
  padding-top: 35px;
}
.p-mdlg-r {
  padding-right: 80px;
}
.p-mdlg-b {
  padding-bottom: 35px;
}
.p-mdlg-l {
  padding-left: 80px;
}
.p-mdlg-tr {
  padding-right: 80px;
  padding-top: 35px;
}
.p-mdlg-br {
  padding-right: 80px;
  padding-bottom: 35px;
}
.p-mdlg-lr {
  padding-right: 80px;
  padding-left: 35px;
}
.p-mdlg-tb {
  padding-top: 35px;
  padding-bottom: 80px;
}
.p-mdlg-bl {
  padding-left: 80px;
  padding-bottom: 35px;
}
.p-mdlg-tl {
  padding-left: 80px;
  padding-top: 35px;
}
.p-mdxl {
  padding: 35px 100px;
}
.p-mdxl-t {
  padding-top: 35px;
}
.p-mdxl-r {
  padding-right: 100px;
}
.p-mdxl-b {
  padding-bottom: 35px;
}
.p-mdxl-l {
  padding-left: 100px;
}
.p-mdxl-tr {
  padding-right: 100px;
  padding-top: 35px;
}
.p-mdxl-br {
  padding-right: 100px;
  padding-bottom: 35px;
}
.p-mdxl-lr {
  padding-right: 100px;
  padding-left: 35px;
}
.p-mdxl-tb {
  padding-top: 35px;
  padding-bottom: 100px;
}
.p-mdxl-bl {
  padding-left: 100px;
  padding-bottom: 35px;
}
.p-mdxl-tl {
  padding-left: 100px;
  padding-top: 35px;
}
.p-mdxxl {
  padding: 35px 120px;
}
.p-mdxxl-t {
  padding-top: 35px;
}
.p-mdxxl-r {
  padding-right: 120px;
}
.p-mdxxl-b {
  padding-bottom: 35px;
}
.p-mdxxl-l {
  padding-left: 120px;
}
.p-mdxxl-tr {
  padding-right: 120px;
  padding-top: 35px;
}
.p-mdxxl-br {
  padding-right: 120px;
  padding-bottom: 35px;
}
.p-mdxxl-lr {
  padding-right: 120px;
  padding-left: 35px;
}
.p-mdxxl-tb {
  padding-top: 35px;
  padding-bottom: 120px;
}
.p-mdxxl-bl {
  padding-left: 120px;
  padding-bottom: 35px;
}
.p-mdxxl-tl {
  padding-left: 120px;
  padding-top: 35px;
}
.p-lg {
  padding: 80px;
}
.p-lg-t {
  padding-top: 80px;
}
.p-lg-r {
  padding-right: 80px;
}
.p-lg-b {
  padding-bottom: 80px;
}
.p-lg-l {
  padding-left: 80px;
}
.p-lg-tr {
  padding-right: 80px;
  padding-top: 80px;
}
.p-lg-br {
  padding-right: 80px;
  padding-bottom: 80px;
}
.p-lg-rl, .p-lg-lr {
  padding-right: 80px;
  padding-left: 80px;
}
.p-lg-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-lg-bl {
  padding-left: 80px;
  padding-bottom: 80px;
}
.p-lg-tl {
  padding-left: 80px;
  padding-top: 80px;
}
.p-lgxxs {
  padding: 80px 5px;
}
.p-lgxxs-t {
  padding-top: 80px;
}
.p-lgxxs-r {
  padding-right: 5px;
}
.p-lgxxs-b {
  padding-bottom: 80px;
}
.p-lgxxs-l {
  padding-left: 5px;
}
.p-lgxxs-tr {
  padding-right: 5px;
  padding-top: 80px;
}
.p-lgxxs-br {
  padding-right: 5px;
  padding-bottom: 80px;
}
.p-lgxxs-lr {
  padding-right: 5px;
  padding-left: 80px;
}
.p-lgxxs-tb {
  padding-top: 80px;
  padding-bottom: 5px;
}
.p-lgxxs-bl {
  padding-left: 5px;
  padding-bottom: 80px;
}
.p-lgxxs-tl {
  padding-left: 5px;
  padding-top: 80px;
}
.p-lgxs {
  padding: 80px 10px;
}
.p-lgxs-t {
  padding-top: 80px;
}
.p-lgxs-r {
  padding-right: 10px;
}
.p-lgxs-b {
  padding-bottom: 80px;
}
.p-lgxs-l {
  padding-left: 10px;
}
.p-lgxs-tr {
  padding-right: 10px;
  padding-top: 80px;
}
.p-lgxs-br {
  padding-right: 10px;
  padding-bottom: 80px;
}
.p-lgxs-lr {
  padding-right: 10px;
  padding-left: 80px;
}
.p-lgxs-tb {
  padding-top: 80px;
  padding-bottom: 10px;
}
.p-lgxs-bl {
  padding-left: 10px;
  padding-bottom: 80px;
}
.p-lgxs-tl {
  padding-left: 10px;
  padding-top: 80px;
}
.p-lgsm {
  padding: 80px 20px;
}
.p-lgsm-t {
  padding-top: 80px;
}
.p-lgsm-r {
  padding-right: 20px;
}
.p-lgsm-b {
  padding-bottom: 80px;
}
.p-lgsm-l {
  padding-left: 20px;
}
.p-lgsm-tr {
  padding-right: 20px;
  padding-top: 80px;
}
.p-lgsm-br {
  padding-right: 20px;
  padding-bottom: 80px;
}
.p-lgsm-lr {
  padding-right: 20px;
  padding-left: 80px;
}
.p-lgsm-tb {
  padding-top: 80px;
  padding-bottom: 20px;
}
.p-lgsm-bl {
  padding-left: 20px;
  padding-bottom: 80px;
}
.p-lgsm-tl {
  padding-left: 20px;
  padding-top: 80px;
}
.p-lgmd {
  padding: 80px 35px;
}
.p-lgmd-t {
  padding-top: 80px;
}
.p-lgmd-r {
  padding-right: 35px;
}
.p-lgmd-b {
  padding-bottom: 80px;
}
.p-lgmd-l {
  padding-left: 35px;
}
.p-lgmd-tr {
  padding-right: 35px;
  padding-top: 80px;
}
.p-lgmd-br {
  padding-right: 35px;
  padding-bottom: 80px;
}
.p-lgmd-lr {
  padding-right: 35px;
  padding-left: 80px;
}
.p-lgmd-tb {
  padding-top: 80px;
  padding-bottom: 35px;
}
.p-lgmd-bl {
  padding-left: 35px;
  padding-bottom: 80px;
}
.p-lgmd-tl {
  padding-left: 35px;
  padding-top: 80px;
}
.p-lglg {
  padding: 80px 80px;
}
.p-lglg-t {
  padding-top: 80px;
}
.p-lglg-r {
  padding-right: 80px;
}
.p-lglg-b {
  padding-bottom: 80px;
}
.p-lglg-l {
  padding-left: 80px;
}
.p-lglg-tr {
  padding-right: 80px;
  padding-top: 80px;
}
.p-lglg-br {
  padding-right: 80px;
  padding-bottom: 80px;
}
.p-lglg-lr {
  padding-right: 80px;
  padding-left: 80px;
}
.p-lglg-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-lglg-bl {
  padding-left: 80px;
  padding-bottom: 80px;
}
.p-lglg-tl {
  padding-left: 80px;
  padding-top: 80px;
}
.p-lgxl {
  padding: 80px 100px;
}
.p-lgxl-t {
  padding-top: 80px;
}
.p-lgxl-r {
  padding-right: 100px;
}
.p-lgxl-b {
  padding-bottom: 80px;
}
.p-lgxl-l {
  padding-left: 100px;
}
.p-lgxl-tr {
  padding-right: 100px;
  padding-top: 80px;
}
.p-lgxl-br {
  padding-right: 100px;
  padding-bottom: 80px;
}
.p-lgxl-lr {
  padding-right: 100px;
  padding-left: 80px;
}
.p-lgxl-tb {
  padding-top: 80px;
  padding-bottom: 100px;
}
.p-lgxl-bl {
  padding-left: 100px;
  padding-bottom: 80px;
}
.p-lgxl-tl {
  padding-left: 100px;
  padding-top: 80px;
}
.p-lgxxl {
  padding: 80px 120px;
}
.p-lgxxl-t {
  padding-top: 80px;
}
.p-lgxxl-r {
  padding-right: 120px;
}
.p-lgxxl-b {
  padding-bottom: 80px;
}
.p-lgxxl-l {
  padding-left: 120px;
}
.p-lgxxl-tr {
  padding-right: 120px;
  padding-top: 80px;
}
.p-lgxxl-br {
  padding-right: 120px;
  padding-bottom: 80px;
}
.p-lgxxl-lr {
  padding-right: 120px;
  padding-left: 80px;
}
.p-lgxxl-tb {
  padding-top: 80px;
  padding-bottom: 120px;
}
.p-lgxxl-bl {
  padding-left: 120px;
  padding-bottom: 80px;
}
.p-lgxxl-tl {
  padding-left: 120px;
  padding-top: 80px;
}
.p-xl {
  padding: 100px;
}
.p-xl-t {
  padding-top: 100px;
}
.p-xl-r {
  padding-right: 100px;
}
.p-xl-b {
  padding-bottom: 100px;
}
.p-xl-l {
  padding-left: 100px;
}
.p-xl-tr {
  padding-right: 100px;
  padding-top: 100px;
}
.p-xl-br {
  padding-right: 100px;
  padding-bottom: 100px;
}
.p-xl-rl, .p-xl-lr {
  padding-right: 100px;
  padding-left: 100px;
}
.p-xl-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-xl-bl {
  padding-left: 100px;
  padding-bottom: 100px;
}
.p-xl-tl {
  padding-left: 100px;
  padding-top: 100px;
}
.p-xlxxs {
  padding: 100px 5px;
}
.p-xlxxs-t {
  padding-top: 100px;
}
.p-xlxxs-r {
  padding-right: 5px;
}
.p-xlxxs-b {
  padding-bottom: 100px;
}
.p-xlxxs-l {
  padding-left: 5px;
}
.p-xlxxs-tr {
  padding-right: 5px;
  padding-top: 100px;
}
.p-xlxxs-br {
  padding-right: 5px;
  padding-bottom: 100px;
}
.p-xlxxs-lr {
  padding-right: 5px;
  padding-left: 100px;
}
.p-xlxxs-tb {
  padding-top: 100px;
  padding-bottom: 5px;
}
.p-xlxxs-bl {
  padding-left: 5px;
  padding-bottom: 100px;
}
.p-xlxxs-tl {
  padding-left: 5px;
  padding-top: 100px;
}
.p-xlxs {
  padding: 100px 10px;
}
.p-xlxs-t {
  padding-top: 100px;
}
.p-xlxs-r {
  padding-right: 10px;
}
.p-xlxs-b {
  padding-bottom: 100px;
}
.p-xlxs-l {
  padding-left: 10px;
}
.p-xlxs-tr {
  padding-right: 10px;
  padding-top: 100px;
}
.p-xlxs-br {
  padding-right: 10px;
  padding-bottom: 100px;
}
.p-xlxs-lr {
  padding-right: 10px;
  padding-left: 100px;
}
.p-xlxs-tb {
  padding-top: 100px;
  padding-bottom: 10px;
}
.p-xlxs-bl {
  padding-left: 10px;
  padding-bottom: 100px;
}
.p-xlxs-tl {
  padding-left: 10px;
  padding-top: 100px;
}
.p-xlsm {
  padding: 100px 20px;
}
.p-xlsm-t {
  padding-top: 100px;
}
.p-xlsm-r {
  padding-right: 20px;
}
.p-xlsm-b {
  padding-bottom: 100px;
}
.p-xlsm-l {
  padding-left: 20px;
}
.p-xlsm-tr {
  padding-right: 20px;
  padding-top: 100px;
}
.p-xlsm-br {
  padding-right: 20px;
  padding-bottom: 100px;
}
.p-xlsm-lr {
  padding-right: 20px;
  padding-left: 100px;
}
.p-xlsm-tb {
  padding-top: 100px;
  padding-bottom: 20px;
}
.p-xlsm-bl {
  padding-left: 20px;
  padding-bottom: 100px;
}
.p-xlsm-tl {
  padding-left: 20px;
  padding-top: 100px;
}
.p-xlmd {
  padding: 100px 35px;
}
.p-xlmd-t {
  padding-top: 100px;
}
.p-xlmd-r {
  padding-right: 35px;
}
.p-xlmd-b {
  padding-bottom: 100px;
}
.p-xlmd-l {
  padding-left: 35px;
}
.p-xlmd-tr {
  padding-right: 35px;
  padding-top: 100px;
}
.p-xlmd-br {
  padding-right: 35px;
  padding-bottom: 100px;
}
.p-xlmd-lr {
  padding-right: 35px;
  padding-left: 100px;
}
.p-xlmd-tb {
  padding-top: 100px;
  padding-bottom: 35px;
}
.p-xlmd-bl {
  padding-left: 35px;
  padding-bottom: 100px;
}
.p-xlmd-tl {
  padding-left: 35px;
  padding-top: 100px;
}
.p-xllg {
  padding: 100px 80px;
}
.p-xllg-t {
  padding-top: 100px;
}
.p-xllg-r {
  padding-right: 80px;
}
.p-xllg-b {
  padding-bottom: 100px;
}
.p-xllg-l {
  padding-left: 80px;
}
.p-xllg-tr {
  padding-right: 80px;
  padding-top: 100px;
}
.p-xllg-br {
  padding-right: 80px;
  padding-bottom: 100px;
}
.p-xllg-lr {
  padding-right: 80px;
  padding-left: 100px;
}
.p-xllg-tb {
  padding-top: 100px;
  padding-bottom: 80px;
}
.p-xllg-bl {
  padding-left: 80px;
  padding-bottom: 100px;
}
.p-xllg-tl {
  padding-left: 80px;
  padding-top: 100px;
}
.p-xlxl {
  padding: 100px 100px;
}
.p-xlxl-t {
  padding-top: 100px;
}
.p-xlxl-r {
  padding-right: 100px;
}
.p-xlxl-b {
  padding-bottom: 100px;
}
.p-xlxl-l {
  padding-left: 100px;
}
.p-xlxl-tr {
  padding-right: 100px;
  padding-top: 100px;
}
.p-xlxl-br {
  padding-right: 100px;
  padding-bottom: 100px;
}
.p-xlxl-lr {
  padding-right: 100px;
  padding-left: 100px;
}
.p-xlxl-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-xlxl-bl {
  padding-left: 100px;
  padding-bottom: 100px;
}
.p-xlxl-tl {
  padding-left: 100px;
  padding-top: 100px;
}
.p-xlxxl {
  padding: 100px 120px;
}
.p-xlxxl-t {
  padding-top: 100px;
}
.p-xlxxl-r {
  padding-right: 120px;
}
.p-xlxxl-b {
  padding-bottom: 100px;
}
.p-xlxxl-l {
  padding-left: 120px;
}
.p-xlxxl-tr {
  padding-right: 120px;
  padding-top: 100px;
}
.p-xlxxl-br {
  padding-right: 120px;
  padding-bottom: 100px;
}
.p-xlxxl-lr {
  padding-right: 120px;
  padding-left: 100px;
}
.p-xlxxl-tb {
  padding-top: 100px;
  padding-bottom: 120px;
}
.p-xlxxl-bl {
  padding-left: 120px;
  padding-bottom: 100px;
}
.p-xlxxl-tl {
  padding-left: 120px;
  padding-top: 100px;
}
.p-xxl {
  padding: 120px;
}
.p-xxl-t {
  padding-top: 120px;
}
.p-xxl-r {
  padding-right: 120px;
}
.p-xxl-b {
  padding-bottom: 120px;
}
.p-xxl-l {
  padding-left: 120px;
}
.p-xxl-tr {
  padding-right: 120px;
  padding-top: 120px;
}
.p-xxl-br {
  padding-right: 120px;
  padding-bottom: 120px;
}
.p-xxl-rl, .p-xxl-lr {
  padding-right: 120px;
  padding-left: 120px;
}
.p-xxl-tb {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-xxl-bl {
  padding-left: 120px;
  padding-bottom: 120px;
}
.p-xxl-tl {
  padding-left: 120px;
  padding-top: 120px;
}
.p-xxlxxs {
  padding: 120px 5px;
}
.p-xxlxxs-t {
  padding-top: 120px;
}
.p-xxlxxs-r {
  padding-right: 5px;
}
.p-xxlxxs-b {
  padding-bottom: 120px;
}
.p-xxlxxs-l {
  padding-left: 5px;
}
.p-xxlxxs-tr {
  padding-right: 5px;
  padding-top: 120px;
}
.p-xxlxxs-br {
  padding-right: 5px;
  padding-bottom: 120px;
}
.p-xxlxxs-lr {
  padding-right: 5px;
  padding-left: 120px;
}
.p-xxlxxs-tb {
  padding-top: 120px;
  padding-bottom: 5px;
}
.p-xxlxxs-bl {
  padding-left: 5px;
  padding-bottom: 120px;
}
.p-xxlxxs-tl {
  padding-left: 5px;
  padding-top: 120px;
}
.p-xxlxs {
  padding: 120px 10px;
}
.p-xxlxs-t {
  padding-top: 120px;
}
.p-xxlxs-r {
  padding-right: 10px;
}
.p-xxlxs-b {
  padding-bottom: 120px;
}
.p-xxlxs-l {
  padding-left: 10px;
}
.p-xxlxs-tr {
  padding-right: 10px;
  padding-top: 120px;
}
.p-xxlxs-br {
  padding-right: 10px;
  padding-bottom: 120px;
}
.p-xxlxs-lr {
  padding-right: 10px;
  padding-left: 120px;
}
.p-xxlxs-tb {
  padding-top: 120px;
  padding-bottom: 10px;
}
.p-xxlxs-bl {
  padding-left: 10px;
  padding-bottom: 120px;
}
.p-xxlxs-tl {
  padding-left: 10px;
  padding-top: 120px;
}
.p-xxlsm {
  padding: 120px 20px;
}
.p-xxlsm-t {
  padding-top: 120px;
}
.p-xxlsm-r {
  padding-right: 20px;
}
.p-xxlsm-b {
  padding-bottom: 120px;
}
.p-xxlsm-l {
  padding-left: 20px;
}
.p-xxlsm-tr {
  padding-right: 20px;
  padding-top: 120px;
}
.p-xxlsm-br {
  padding-right: 20px;
  padding-bottom: 120px;
}
.p-xxlsm-lr {
  padding-right: 20px;
  padding-left: 120px;
}
.p-xxlsm-tb {
  padding-top: 120px;
  padding-bottom: 20px;
}
.p-xxlsm-bl {
  padding-left: 20px;
  padding-bottom: 120px;
}
.p-xxlsm-tl {
  padding-left: 20px;
  padding-top: 120px;
}
.p-xxlmd {
  padding: 120px 35px;
}
.p-xxlmd-t {
  padding-top: 120px;
}
.p-xxlmd-r {
  padding-right: 35px;
}
.p-xxlmd-b {
  padding-bottom: 120px;
}
.p-xxlmd-l {
  padding-left: 35px;
}
.p-xxlmd-tr {
  padding-right: 35px;
  padding-top: 120px;
}
.p-xxlmd-br {
  padding-right: 35px;
  padding-bottom: 120px;
}
.p-xxlmd-lr {
  padding-right: 35px;
  padding-left: 120px;
}
.p-xxlmd-tb {
  padding-top: 120px;
  padding-bottom: 35px;
}
.p-xxlmd-bl {
  padding-left: 35px;
  padding-bottom: 120px;
}
.p-xxlmd-tl {
  padding-left: 35px;
  padding-top: 120px;
}
.p-xxllg {
  padding: 120px 80px;
}
.p-xxllg-t {
  padding-top: 120px;
}
.p-xxllg-r {
  padding-right: 80px;
}
.p-xxllg-b {
  padding-bottom: 120px;
}
.p-xxllg-l {
  padding-left: 80px;
}
.p-xxllg-tr {
  padding-right: 80px;
  padding-top: 120px;
}
.p-xxllg-br {
  padding-right: 80px;
  padding-bottom: 120px;
}
.p-xxllg-lr {
  padding-right: 80px;
  padding-left: 120px;
}
.p-xxllg-tb {
  padding-top: 120px;
  padding-bottom: 80px;
}
.p-xxllg-bl {
  padding-left: 80px;
  padding-bottom: 120px;
}
.p-xxllg-tl {
  padding-left: 80px;
  padding-top: 120px;
}
.p-xxlxl {
  padding: 120px 100px;
}
.p-xxlxl-t {
  padding-top: 120px;
}
.p-xxlxl-r {
  padding-right: 100px;
}
.p-xxlxl-b {
  padding-bottom: 120px;
}
.p-xxlxl-l {
  padding-left: 100px;
}
.p-xxlxl-tr {
  padding-right: 100px;
  padding-top: 120px;
}
.p-xxlxl-br {
  padding-right: 100px;
  padding-bottom: 120px;
}
.p-xxlxl-lr {
  padding-right: 100px;
  padding-left: 120px;
}
.p-xxlxl-tb {
  padding-top: 120px;
  padding-bottom: 100px;
}
.p-xxlxl-bl {
  padding-left: 100px;
  padding-bottom: 120px;
}
.p-xxlxl-tl {
  padding-left: 100px;
  padding-top: 120px;
}
.p-xxlxxl {
  padding: 120px 120px;
}
.p-xxlxxl-t {
  padding-top: 120px;
}
.p-xxlxxl-r {
  padding-right: 120px;
}
.p-xxlxxl-b {
  padding-bottom: 120px;
}
.p-xxlxxl-l {
  padding-left: 120px;
}
.p-xxlxxl-tr {
  padding-right: 120px;
  padding-top: 120px;
}
.p-xxlxxl-br {
  padding-right: 120px;
  padding-bottom: 120px;
}
.p-xxlxxl-lr {
  padding-right: 120px;
  padding-left: 120px;
}
.p-xxlxxl-tb {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-xxlxxl-bl {
  padding-left: 120px;
  padding-bottom: 120px;
}
.p-xxlxxl-tl {
  padding-left: 120px;
  padding-top: 120px;
}
.p-0 {
  padding: 0px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-r-0 {
  padding-right: 0px;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-l-0 {
  padding-left: 0px;
}
.p-tr-0 {
  padding-right: 0px;
  padding-top: 0px;
}
.p-br-0 {
  padding-right: 0px;
  padding-bottom: 0px;
}
.p-rl-0, .p-lr-0 {
  padding-right: 0px;
  padding-left: 0px;
}
.p-tb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-bl-0 {
  padding-left: 0px;
  padding-bottom: 0px;
}
.p-tl-0 {
  padding-left: 0px;
  padding-top: 0px;
}

.m-t {
  margin-top: 0;
}
.m-r {
  margin-right: 0;
}
.m-b {
  margin-bottom: 0;
}
.m-l {
  margin-left: 0;
}
.m-tr {
  margin-right: 0;
  margin-top: 0;
}
.m-br {
  margin-right: 0;
  margin-bottom: 0;
}
.m-rl, .m-lr {
  margin-right: 0;
  margin-left: 0;
}
.m-tb {
  margin-top: 0;
  margin-bottom: 0;
}
.m-bl {
  margin-left: 0;
  margin-bottom: 0;
}
.m-tl {
  margin-left: 0;
  margin-top: 0;
}
.m-xxs {
  margin: 5px;
}
.m-xxs-t {
  margin-top: 5px;
}
.m-xxs-r {
  margin-right: 5px;
}
.m-xxs-b {
  margin-bottom: 5px;
}
.m-xxs-l {
  margin-left: 5px;
}
.m-xxs-tr {
  margin-right: 5px;
  margin-top: 5px;
}
.m-xxs-br {
  margin-right: 5px;
  margin-bottom: 5px;
}
.m-xxs-rl, .m-xxs-lr {
  margin-right: 5px;
  margin-left: 5px;
}
.m-xxs-tb {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-xxs-bl {
  margin-left: 5px;
  margin-bottom: 5px;
}
.m-xxs-tl {
  margin-left: 5px;
  margin-top: 5px;
}
.m-xxsxxs {
  margin: 5px 5px;
}
.m-xxsxxs-t {
  margin-top: 5px;
}
.m-xxsxxs-r {
  margin-right: 5px;
}
.m-xxsxxs-b {
  margin-bottom: 5px;
}
.m-xxsxxs-l {
  margin-left: 5px;
}
.m-xxsxxs-tr {
  margin-right: 5px;
  margin-top: 5px;
}
.m-xxsxxs-br {
  margin-right: 5px;
  margin-bottom: 5px;
}
.m-xxsxxs-lr {
  margin-right: 5px;
  margin-left: 5px;
}
.m-xxsxxs-tb {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-xxsxxs-bl {
  margin-left: 5px;
  margin-bottom: 5px;
}
.m-xxsxxs-tl {
  margin-left: 5px;
  margin-top: 5px;
}
.m-xxsxs {
  margin: 5px 10px;
}
.m-xxsxs-t {
  margin-top: 5px;
}
.m-xxsxs-r {
  margin-right: 10px;
}
.m-xxsxs-b {
  margin-bottom: 5px;
}
.m-xxsxs-l {
  margin-left: 10px;
}
.m-xxsxs-tr {
  margin-right: 10px;
  margin-top: 5px;
}
.m-xxsxs-br {
  margin-right: 10px;
  margin-bottom: 5px;
}
.m-xxsxs-lr {
  margin-right: 10px;
  margin-left: 5px;
}
.m-xxsxs-tb {
  margin-top: 5px;
  margin-bottom: 10px;
}
.m-xxsxs-bl {
  margin-left: 10px;
  margin-bottom: 5px;
}
.m-xxsxs-tl {
  margin-left: 10px;
  margin-top: 5px;
}
.m-xxssm {
  margin: 5px 20px;
}
.m-xxssm-t {
  margin-top: 5px;
}
.m-xxssm-r {
  margin-right: 20px;
}
.m-xxssm-b {
  margin-bottom: 5px;
}
.m-xxssm-l {
  margin-left: 20px;
}
.m-xxssm-tr {
  margin-right: 20px;
  margin-top: 5px;
}
.m-xxssm-br {
  margin-right: 20px;
  margin-bottom: 5px;
}
.m-xxssm-lr {
  margin-right: 20px;
  margin-left: 5px;
}
.m-xxssm-tb {
  margin-top: 5px;
  margin-bottom: 20px;
}
.m-xxssm-bl {
  margin-left: 20px;
  margin-bottom: 5px;
}
.m-xxssm-tl {
  margin-left: 20px;
  margin-top: 5px;
}
.m-xxsmd {
  margin: 5px 35px;
}
.m-xxsmd-t {
  margin-top: 5px;
}
.m-xxsmd-r {
  margin-right: 35px;
}
.m-xxsmd-b {
  margin-bottom: 5px;
}
.m-xxsmd-l {
  margin-left: 35px;
}
.m-xxsmd-tr {
  margin-right: 35px;
  margin-top: 5px;
}
.m-xxsmd-br {
  margin-right: 35px;
  margin-bottom: 5px;
}
.m-xxsmd-lr {
  margin-right: 35px;
  margin-left: 5px;
}
.m-xxsmd-tb {
  margin-top: 5px;
  margin-bottom: 35px;
}
.m-xxsmd-bl {
  margin-left: 35px;
  margin-bottom: 5px;
}
.m-xxsmd-tl {
  margin-left: 35px;
  margin-top: 5px;
}
.m-xxslg {
  margin: 5px 80px;
}
.m-xxslg-t {
  margin-top: 5px;
}
.m-xxslg-r {
  margin-right: 80px;
}
.m-xxslg-b {
  margin-bottom: 5px;
}
.m-xxslg-l {
  margin-left: 80px;
}
.m-xxslg-tr {
  margin-right: 80px;
  margin-top: 5px;
}
.m-xxslg-br {
  margin-right: 80px;
  margin-bottom: 5px;
}
.m-xxslg-lr {
  margin-right: 80px;
  margin-left: 5px;
}
.m-xxslg-tb {
  margin-top: 5px;
  margin-bottom: 80px;
}
.m-xxslg-bl {
  margin-left: 80px;
  margin-bottom: 5px;
}
.m-xxslg-tl {
  margin-left: 80px;
  margin-top: 5px;
}
.m-xxsxl {
  margin: 5px 100px;
}
.m-xxsxl-t {
  margin-top: 5px;
}
.m-xxsxl-r {
  margin-right: 100px;
}
.m-xxsxl-b {
  margin-bottom: 5px;
}
.m-xxsxl-l {
  margin-left: 100px;
}
.m-xxsxl-tr {
  margin-right: 100px;
  margin-top: 5px;
}
.m-xxsxl-br {
  margin-right: 100px;
  margin-bottom: 5px;
}
.m-xxsxl-lr {
  margin-right: 100px;
  margin-left: 5px;
}
.m-xxsxl-tb {
  margin-top: 5px;
  margin-bottom: 100px;
}
.m-xxsxl-bl {
  margin-left: 100px;
  margin-bottom: 5px;
}
.m-xxsxl-tl {
  margin-left: 100px;
  margin-top: 5px;
}
.m-xxsxxl {
  margin: 5px 120px;
}
.m-xxsxxl-t {
  margin-top: 5px;
}
.m-xxsxxl-r {
  margin-right: 120px;
}
.m-xxsxxl-b {
  margin-bottom: 5px;
}
.m-xxsxxl-l {
  margin-left: 120px;
}
.m-xxsxxl-tr {
  margin-right: 120px;
  margin-top: 5px;
}
.m-xxsxxl-br {
  margin-right: 120px;
  margin-bottom: 5px;
}
.m-xxsxxl-lr {
  margin-right: 120px;
  margin-left: 5px;
}
.m-xxsxxl-tb {
  margin-top: 5px;
  margin-bottom: 120px;
}
.m-xxsxxl-bl {
  margin-left: 120px;
  margin-bottom: 5px;
}
.m-xxsxxl-tl {
  margin-left: 120px;
  margin-top: 5px;
}
.m-xs {
  margin: 10px;
}
.m-xs-t {
  margin-top: 10px;
}
.m-xs-r {
  margin-right: 10px;
}
.m-xs-b {
  margin-bottom: 10px;
}
.m-xs-l {
  margin-left: 10px;
}
.m-xs-tr {
  margin-right: 10px;
  margin-top: 10px;
}
.m-xs-br {
  margin-right: 10px;
  margin-bottom: 10px;
}
.m-xs-rl, .m-xs-lr {
  margin-right: 10px;
  margin-left: 10px;
}
.m-xs-tb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-xs-bl {
  margin-left: 10px;
  margin-bottom: 10px;
}
.m-xs-tl {
  margin-left: 10px;
  margin-top: 10px;
}
.m-xsxxs {
  margin: 10px 5px;
}
.m-xsxxs-t {
  margin-top: 10px;
}
.m-xsxxs-r {
  margin-right: 5px;
}
.m-xsxxs-b {
  margin-bottom: 10px;
}
.m-xsxxs-l {
  margin-left: 5px;
}
.m-xsxxs-tr {
  margin-right: 5px;
  margin-top: 10px;
}
.m-xsxxs-br {
  margin-right: 5px;
  margin-bottom: 10px;
}
.m-xsxxs-lr {
  margin-right: 5px;
  margin-left: 10px;
}
.m-xsxxs-tb {
  margin-top: 10px;
  margin-bottom: 5px;
}
.m-xsxxs-bl {
  margin-left: 5px;
  margin-bottom: 10px;
}
.m-xsxxs-tl {
  margin-left: 5px;
  margin-top: 10px;
}
.m-xsxs {
  margin: 10px 10px;
}
.m-xsxs-t {
  margin-top: 10px;
}
.m-xsxs-r {
  margin-right: 10px;
}
.m-xsxs-b {
  margin-bottom: 10px;
}
.m-xsxs-l {
  margin-left: 10px;
}
.m-xsxs-tr {
  margin-right: 10px;
  margin-top: 10px;
}
.m-xsxs-br {
  margin-right: 10px;
  margin-bottom: 10px;
}
.m-xsxs-lr {
  margin-right: 10px;
  margin-left: 10px;
}
.m-xsxs-tb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-xsxs-bl {
  margin-left: 10px;
  margin-bottom: 10px;
}
.m-xsxs-tl {
  margin-left: 10px;
  margin-top: 10px;
}
.m-xssm {
  margin: 10px 20px;
}
.m-xssm-t {
  margin-top: 10px;
}
.m-xssm-r {
  margin-right: 20px;
}
.m-xssm-b {
  margin-bottom: 10px;
}
.m-xssm-l {
  margin-left: 20px;
}
.m-xssm-tr {
  margin-right: 20px;
  margin-top: 10px;
}
.m-xssm-br {
  margin-right: 20px;
  margin-bottom: 10px;
}
.m-xssm-lr {
  margin-right: 20px;
  margin-left: 10px;
}
.m-xssm-tb {
  margin-top: 10px;
  margin-bottom: 20px;
}
.m-xssm-bl {
  margin-left: 20px;
  margin-bottom: 10px;
}
.m-xssm-tl {
  margin-left: 20px;
  margin-top: 10px;
}
.m-xsmd {
  margin: 10px 35px;
}
.m-xsmd-t {
  margin-top: 10px;
}
.m-xsmd-r {
  margin-right: 35px;
}
.m-xsmd-b {
  margin-bottom: 10px;
}
.m-xsmd-l {
  margin-left: 35px;
}
.m-xsmd-tr {
  margin-right: 35px;
  margin-top: 10px;
}
.m-xsmd-br {
  margin-right: 35px;
  margin-bottom: 10px;
}
.m-xsmd-lr {
  margin-right: 35px;
  margin-left: 10px;
}
.m-xsmd-tb {
  margin-top: 10px;
  margin-bottom: 35px;
}
.m-xsmd-bl {
  margin-left: 35px;
  margin-bottom: 10px;
}
.m-xsmd-tl {
  margin-left: 35px;
  margin-top: 10px;
}
.m-xslg {
  margin: 10px 80px;
}
.m-xslg-t {
  margin-top: 10px;
}
.m-xslg-r {
  margin-right: 80px;
}
.m-xslg-b {
  margin-bottom: 10px;
}
.m-xslg-l {
  margin-left: 80px;
}
.m-xslg-tr {
  margin-right: 80px;
  margin-top: 10px;
}
.m-xslg-br {
  margin-right: 80px;
  margin-bottom: 10px;
}
.m-xslg-lr {
  margin-right: 80px;
  margin-left: 10px;
}
.m-xslg-tb {
  margin-top: 10px;
  margin-bottom: 80px;
}
.m-xslg-bl {
  margin-left: 80px;
  margin-bottom: 10px;
}
.m-xslg-tl {
  margin-left: 80px;
  margin-top: 10px;
}
.m-xsxl {
  margin: 10px 100px;
}
.m-xsxl-t {
  margin-top: 10px;
}
.m-xsxl-r {
  margin-right: 100px;
}
.m-xsxl-b {
  margin-bottom: 10px;
}
.m-xsxl-l {
  margin-left: 100px;
}
.m-xsxl-tr {
  margin-right: 100px;
  margin-top: 10px;
}
.m-xsxl-br {
  margin-right: 100px;
  margin-bottom: 10px;
}
.m-xsxl-lr {
  margin-right: 100px;
  margin-left: 10px;
}
.m-xsxl-tb {
  margin-top: 10px;
  margin-bottom: 100px;
}
.m-xsxl-bl {
  margin-left: 100px;
  margin-bottom: 10px;
}
.m-xsxl-tl {
  margin-left: 100px;
  margin-top: 10px;
}
.m-xsxxl {
  margin: 10px 120px;
}
.m-xsxxl-t {
  margin-top: 10px;
}
.m-xsxxl-r {
  margin-right: 120px;
}
.m-xsxxl-b {
  margin-bottom: 10px;
}
.m-xsxxl-l {
  margin-left: 120px;
}
.m-xsxxl-tr {
  margin-right: 120px;
  margin-top: 10px;
}
.m-xsxxl-br {
  margin-right: 120px;
  margin-bottom: 10px;
}
.m-xsxxl-lr {
  margin-right: 120px;
  margin-left: 10px;
}
.m-xsxxl-tb {
  margin-top: 10px;
  margin-bottom: 120px;
}
.m-xsxxl-bl {
  margin-left: 120px;
  margin-bottom: 10px;
}
.m-xsxxl-tl {
  margin-left: 120px;
  margin-top: 10px;
}
.m-sm {
  margin: 20px;
}
.m-sm-t {
  margin-top: 20px;
}
.m-sm-r {
  margin-right: 20px;
}
.m-sm-b {
  margin-bottom: 20px;
}
.m-sm-l {
  margin-left: 20px;
}
.m-sm-tr {
  margin-right: 20px;
  margin-top: 20px;
}
.m-sm-br {
  margin-right: 20px;
  margin-bottom: 20px;
}
.m-sm-rl, .m-sm-lr {
  margin-right: 20px;
  margin-left: 20px;
}
.m-sm-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-sm-bl {
  margin-left: 20px;
  margin-bottom: 20px;
}
.m-sm-tl {
  margin-left: 20px;
  margin-top: 20px;
}
.m-smxxs {
  margin: 20px 5px;
}
.m-smxxs-t {
  margin-top: 20px;
}
.m-smxxs-r {
  margin-right: 5px;
}
.m-smxxs-b {
  margin-bottom: 20px;
}
.m-smxxs-l {
  margin-left: 5px;
}
.m-smxxs-tr {
  margin-right: 5px;
  margin-top: 20px;
}
.m-smxxs-br {
  margin-right: 5px;
  margin-bottom: 20px;
}
.m-smxxs-lr {
  margin-right: 5px;
  margin-left: 20px;
}
.m-smxxs-tb {
  margin-top: 20px;
  margin-bottom: 5px;
}
.m-smxxs-bl {
  margin-left: 5px;
  margin-bottom: 20px;
}
.m-smxxs-tl {
  margin-left: 5px;
  margin-top: 20px;
}
.m-smxs {
  margin: 20px 10px;
}
.m-smxs-t {
  margin-top: 20px;
}
.m-smxs-r {
  margin-right: 10px;
}
.m-smxs-b {
  margin-bottom: 20px;
}
.m-smxs-l {
  margin-left: 10px;
}
.m-smxs-tr {
  margin-right: 10px;
  margin-top: 20px;
}
.m-smxs-br {
  margin-right: 10px;
  margin-bottom: 20px;
}
.m-smxs-lr {
  margin-right: 10px;
  margin-left: 20px;
}
.m-smxs-tb {
  margin-top: 20px;
  margin-bottom: 10px;
}
.m-smxs-bl {
  margin-left: 10px;
  margin-bottom: 20px;
}
.m-smxs-tl {
  margin-left: 10px;
  margin-top: 20px;
}
.m-smsm {
  margin: 20px 20px;
}
.m-smsm-t {
  margin-top: 20px;
}
.m-smsm-r {
  margin-right: 20px;
}
.m-smsm-b {
  margin-bottom: 20px;
}
.m-smsm-l {
  margin-left: 20px;
}
.m-smsm-tr {
  margin-right: 20px;
  margin-top: 20px;
}
.m-smsm-br {
  margin-right: 20px;
  margin-bottom: 20px;
}
.m-smsm-lr {
  margin-right: 20px;
  margin-left: 20px;
}
.m-smsm-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-smsm-bl {
  margin-left: 20px;
  margin-bottom: 20px;
}
.m-smsm-tl {
  margin-left: 20px;
  margin-top: 20px;
}
.m-smmd {
  margin: 20px 35px;
}
.m-smmd-t {
  margin-top: 20px;
}
.m-smmd-r {
  margin-right: 35px;
}
.m-smmd-b {
  margin-bottom: 20px;
}
.m-smmd-l {
  margin-left: 35px;
}
.m-smmd-tr {
  margin-right: 35px;
  margin-top: 20px;
}
.m-smmd-br {
  margin-right: 35px;
  margin-bottom: 20px;
}
.m-smmd-lr {
  margin-right: 35px;
  margin-left: 20px;
}
.m-smmd-tb {
  margin-top: 20px;
  margin-bottom: 35px;
}
.m-smmd-bl {
  margin-left: 35px;
  margin-bottom: 20px;
}
.m-smmd-tl {
  margin-left: 35px;
  margin-top: 20px;
}
.m-smlg {
  margin: 20px 80px;
}
.m-smlg-t {
  margin-top: 20px;
}
.m-smlg-r {
  margin-right: 80px;
}
.m-smlg-b {
  margin-bottom: 20px;
}
.m-smlg-l {
  margin-left: 80px;
}
.m-smlg-tr {
  margin-right: 80px;
  margin-top: 20px;
}
.m-smlg-br {
  margin-right: 80px;
  margin-bottom: 20px;
}
.m-smlg-lr {
  margin-right: 80px;
  margin-left: 20px;
}
.m-smlg-tb {
  margin-top: 20px;
  margin-bottom: 80px;
}
.m-smlg-bl {
  margin-left: 80px;
  margin-bottom: 20px;
}
.m-smlg-tl {
  margin-left: 80px;
  margin-top: 20px;
}
.m-smxl {
  margin: 20px 100px;
}
.m-smxl-t {
  margin-top: 20px;
}
.m-smxl-r {
  margin-right: 100px;
}
.m-smxl-b {
  margin-bottom: 20px;
}
.m-smxl-l {
  margin-left: 100px;
}
.m-smxl-tr {
  margin-right: 100px;
  margin-top: 20px;
}
.m-smxl-br {
  margin-right: 100px;
  margin-bottom: 20px;
}
.m-smxl-lr {
  margin-right: 100px;
  margin-left: 20px;
}
.m-smxl-tb {
  margin-top: 20px;
  margin-bottom: 100px;
}
.m-smxl-bl {
  margin-left: 100px;
  margin-bottom: 20px;
}
.m-smxl-tl {
  margin-left: 100px;
  margin-top: 20px;
}
.m-smxxl {
  margin: 20px 120px;
}
.m-smxxl-t {
  margin-top: 20px;
}
.m-smxxl-r {
  margin-right: 120px;
}
.m-smxxl-b {
  margin-bottom: 20px;
}
.m-smxxl-l {
  margin-left: 120px;
}
.m-smxxl-tr {
  margin-right: 120px;
  margin-top: 20px;
}
.m-smxxl-br {
  margin-right: 120px;
  margin-bottom: 20px;
}
.m-smxxl-lr {
  margin-right: 120px;
  margin-left: 20px;
}
.m-smxxl-tb {
  margin-top: 20px;
  margin-bottom: 120px;
}
.m-smxxl-bl {
  margin-left: 120px;
  margin-bottom: 20px;
}
.m-smxxl-tl {
  margin-left: 120px;
  margin-top: 20px;
}
.m-md {
  margin: 35px;
}
.m-md-t {
  margin-top: 35px;
}
.m-md-r {
  margin-right: 35px;
}
.m-md-b {
  margin-bottom: 35px;
}
.m-md-l {
  margin-left: 35px;
}
.m-md-tr {
  margin-right: 35px;
  margin-top: 35px;
}
.m-md-br {
  margin-right: 35px;
  margin-bottom: 35px;
}
.m-md-rl, .m-md-lr {
  margin-right: 35px;
  margin-left: 35px;
}
.m-md-tb {
  margin-top: 35px;
  margin-bottom: 35px;
}
.m-md-bl {
  margin-left: 35px;
  margin-bottom: 35px;
}
.m-md-tl {
  margin-left: 35px;
  margin-top: 35px;
}
.m-mdxxs {
  margin: 35px 5px;
}
.m-mdxxs-t {
  margin-top: 35px;
}
.m-mdxxs-r {
  margin-right: 5px;
}
.m-mdxxs-b {
  margin-bottom: 35px;
}
.m-mdxxs-l {
  margin-left: 5px;
}
.m-mdxxs-tr {
  margin-right: 5px;
  margin-top: 35px;
}
.m-mdxxs-br {
  margin-right: 5px;
  margin-bottom: 35px;
}
.m-mdxxs-lr {
  margin-right: 5px;
  margin-left: 35px;
}
.m-mdxxs-tb {
  margin-top: 35px;
  margin-bottom: 5px;
}
.m-mdxxs-bl {
  margin-left: 5px;
  margin-bottom: 35px;
}
.m-mdxxs-tl {
  margin-left: 5px;
  margin-top: 35px;
}
.m-mdxs {
  margin: 35px 10px;
}
.m-mdxs-t {
  margin-top: 35px;
}
.m-mdxs-r {
  margin-right: 10px;
}
.m-mdxs-b {
  margin-bottom: 35px;
}
.m-mdxs-l {
  margin-left: 10px;
}
.m-mdxs-tr {
  margin-right: 10px;
  margin-top: 35px;
}
.m-mdxs-br {
  margin-right: 10px;
  margin-bottom: 35px;
}
.m-mdxs-lr {
  margin-right: 10px;
  margin-left: 35px;
}
.m-mdxs-tb {
  margin-top: 35px;
  margin-bottom: 10px;
}
.m-mdxs-bl {
  margin-left: 10px;
  margin-bottom: 35px;
}
.m-mdxs-tl {
  margin-left: 10px;
  margin-top: 35px;
}
.m-mdsm {
  margin: 35px 20px;
}
.m-mdsm-t {
  margin-top: 35px;
}
.m-mdsm-r {
  margin-right: 20px;
}
.m-mdsm-b {
  margin-bottom: 35px;
}
.m-mdsm-l {
  margin-left: 20px;
}
.m-mdsm-tr {
  margin-right: 20px;
  margin-top: 35px;
}
.m-mdsm-br {
  margin-right: 20px;
  margin-bottom: 35px;
}
.m-mdsm-lr {
  margin-right: 20px;
  margin-left: 35px;
}
.m-mdsm-tb {
  margin-top: 35px;
  margin-bottom: 20px;
}
.m-mdsm-bl {
  margin-left: 20px;
  margin-bottom: 35px;
}
.m-mdsm-tl {
  margin-left: 20px;
  margin-top: 35px;
}
.m-mdmd {
  margin: 35px 35px;
}
.m-mdmd-t {
  margin-top: 35px;
}
.m-mdmd-r {
  margin-right: 35px;
}
.m-mdmd-b {
  margin-bottom: 35px;
}
.m-mdmd-l {
  margin-left: 35px;
}
.m-mdmd-tr {
  margin-right: 35px;
  margin-top: 35px;
}
.m-mdmd-br {
  margin-right: 35px;
  margin-bottom: 35px;
}
.m-mdmd-lr {
  margin-right: 35px;
  margin-left: 35px;
}
.m-mdmd-tb {
  margin-top: 35px;
  margin-bottom: 35px;
}
.m-mdmd-bl {
  margin-left: 35px;
  margin-bottom: 35px;
}
.m-mdmd-tl {
  margin-left: 35px;
  margin-top: 35px;
}
.m-mdlg {
  margin: 35px 80px;
}
.m-mdlg-t {
  margin-top: 35px;
}
.m-mdlg-r {
  margin-right: 80px;
}
.m-mdlg-b {
  margin-bottom: 35px;
}
.m-mdlg-l {
  margin-left: 80px;
}
.m-mdlg-tr {
  margin-right: 80px;
  margin-top: 35px;
}
.m-mdlg-br {
  margin-right: 80px;
  margin-bottom: 35px;
}
.m-mdlg-lr {
  margin-right: 80px;
  margin-left: 35px;
}
.m-mdlg-tb {
  margin-top: 35px;
  margin-bottom: 80px;
}
.m-mdlg-bl {
  margin-left: 80px;
  margin-bottom: 35px;
}
.m-mdlg-tl {
  margin-left: 80px;
  margin-top: 35px;
}
.m-mdxl {
  margin: 35px 100px;
}
.m-mdxl-t {
  margin-top: 35px;
}
.m-mdxl-r {
  margin-right: 100px;
}
.m-mdxl-b {
  margin-bottom: 35px;
}
.m-mdxl-l {
  margin-left: 100px;
}
.m-mdxl-tr {
  margin-right: 100px;
  margin-top: 35px;
}
.m-mdxl-br {
  margin-right: 100px;
  margin-bottom: 35px;
}
.m-mdxl-lr {
  margin-right: 100px;
  margin-left: 35px;
}
.m-mdxl-tb {
  margin-top: 35px;
  margin-bottom: 100px;
}
.m-mdxl-bl {
  margin-left: 100px;
  margin-bottom: 35px;
}
.m-mdxl-tl {
  margin-left: 100px;
  margin-top: 35px;
}
.m-mdxxl {
  margin: 35px 120px;
}
.m-mdxxl-t {
  margin-top: 35px;
}
.m-mdxxl-r {
  margin-right: 120px;
}
.m-mdxxl-b {
  margin-bottom: 35px;
}
.m-mdxxl-l {
  margin-left: 120px;
}
.m-mdxxl-tr {
  margin-right: 120px;
  margin-top: 35px;
}
.m-mdxxl-br {
  margin-right: 120px;
  margin-bottom: 35px;
}
.m-mdxxl-lr {
  margin-right: 120px;
  margin-left: 35px;
}
.m-mdxxl-tb {
  margin-top: 35px;
  margin-bottom: 120px;
}
.m-mdxxl-bl {
  margin-left: 120px;
  margin-bottom: 35px;
}
.m-mdxxl-tl {
  margin-left: 120px;
  margin-top: 35px;
}
.m-lg {
  margin: 80px;
}
.m-lg-t {
  margin-top: 80px;
}
.m-lg-r {
  margin-right: 80px;
}
.m-lg-b {
  margin-bottom: 80px;
}
.m-lg-l {
  margin-left: 80px;
}
.m-lg-tr {
  margin-right: 80px;
  margin-top: 80px;
}
.m-lg-br {
  margin-right: 80px;
  margin-bottom: 80px;
}
.m-lg-rl, .m-lg-lr {
  margin-right: 80px;
  margin-left: 80px;
}
.m-lg-tb {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-lg-bl {
  margin-left: 80px;
  margin-bottom: 80px;
}
.m-lg-tl {
  margin-left: 80px;
  margin-top: 80px;
}
.m-lgxxs {
  margin: 80px 5px;
}
.m-lgxxs-t {
  margin-top: 80px;
}
.m-lgxxs-r {
  margin-right: 5px;
}
.m-lgxxs-b {
  margin-bottom: 80px;
}
.m-lgxxs-l {
  margin-left: 5px;
}
.m-lgxxs-tr {
  margin-right: 5px;
  margin-top: 80px;
}
.m-lgxxs-br {
  margin-right: 5px;
  margin-bottom: 80px;
}
.m-lgxxs-lr {
  margin-right: 5px;
  margin-left: 80px;
}
.m-lgxxs-tb {
  margin-top: 80px;
  margin-bottom: 5px;
}
.m-lgxxs-bl {
  margin-left: 5px;
  margin-bottom: 80px;
}
.m-lgxxs-tl {
  margin-left: 5px;
  margin-top: 80px;
}
.m-lgxs {
  margin: 80px 10px;
}
.m-lgxs-t {
  margin-top: 80px;
}
.m-lgxs-r {
  margin-right: 10px;
}
.m-lgxs-b {
  margin-bottom: 80px;
}
.m-lgxs-l {
  margin-left: 10px;
}
.m-lgxs-tr {
  margin-right: 10px;
  margin-top: 80px;
}
.m-lgxs-br {
  margin-right: 10px;
  margin-bottom: 80px;
}
.m-lgxs-lr {
  margin-right: 10px;
  margin-left: 80px;
}
.m-lgxs-tb {
  margin-top: 80px;
  margin-bottom: 10px;
}
.m-lgxs-bl {
  margin-left: 10px;
  margin-bottom: 80px;
}
.m-lgxs-tl {
  margin-left: 10px;
  margin-top: 80px;
}
.m-lgsm {
  margin: 80px 20px;
}
.m-lgsm-t {
  margin-top: 80px;
}
.m-lgsm-r {
  margin-right: 20px;
}
.m-lgsm-b {
  margin-bottom: 80px;
}
.m-lgsm-l {
  margin-left: 20px;
}
.m-lgsm-tr {
  margin-right: 20px;
  margin-top: 80px;
}
.m-lgsm-br {
  margin-right: 20px;
  margin-bottom: 80px;
}
.m-lgsm-lr {
  margin-right: 20px;
  margin-left: 80px;
}
.m-lgsm-tb {
  margin-top: 80px;
  margin-bottom: 20px;
}
.m-lgsm-bl {
  margin-left: 20px;
  margin-bottom: 80px;
}
.m-lgsm-tl {
  margin-left: 20px;
  margin-top: 80px;
}
.m-lgmd {
  margin: 80px 35px;
}
.m-lgmd-t {
  margin-top: 80px;
}
.m-lgmd-r {
  margin-right: 35px;
}
.m-lgmd-b {
  margin-bottom: 80px;
}
.m-lgmd-l {
  margin-left: 35px;
}
.m-lgmd-tr {
  margin-right: 35px;
  margin-top: 80px;
}
.m-lgmd-br {
  margin-right: 35px;
  margin-bottom: 80px;
}
.m-lgmd-lr {
  margin-right: 35px;
  margin-left: 80px;
}
.m-lgmd-tb {
  margin-top: 80px;
  margin-bottom: 35px;
}
.m-lgmd-bl {
  margin-left: 35px;
  margin-bottom: 80px;
}
.m-lgmd-tl {
  margin-left: 35px;
  margin-top: 80px;
}
.m-lglg {
  margin: 80px 80px;
}
.m-lglg-t {
  margin-top: 80px;
}
.m-lglg-r {
  margin-right: 80px;
}
.m-lglg-b {
  margin-bottom: 80px;
}
.m-lglg-l {
  margin-left: 80px;
}
.m-lglg-tr {
  margin-right: 80px;
  margin-top: 80px;
}
.m-lglg-br {
  margin-right: 80px;
  margin-bottom: 80px;
}
.m-lglg-lr {
  margin-right: 80px;
  margin-left: 80px;
}
.m-lglg-tb {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-lglg-bl {
  margin-left: 80px;
  margin-bottom: 80px;
}
.m-lglg-tl {
  margin-left: 80px;
  margin-top: 80px;
}
.m-lgxl {
  margin: 80px 100px;
}
.m-lgxl-t {
  margin-top: 80px;
}
.m-lgxl-r {
  margin-right: 100px;
}
.m-lgxl-b {
  margin-bottom: 80px;
}
.m-lgxl-l {
  margin-left: 100px;
}
.m-lgxl-tr {
  margin-right: 100px;
  margin-top: 80px;
}
.m-lgxl-br {
  margin-right: 100px;
  margin-bottom: 80px;
}
.m-lgxl-lr {
  margin-right: 100px;
  margin-left: 80px;
}
.m-lgxl-tb {
  margin-top: 80px;
  margin-bottom: 100px;
}
.m-lgxl-bl {
  margin-left: 100px;
  margin-bottom: 80px;
}
.m-lgxl-tl {
  margin-left: 100px;
  margin-top: 80px;
}
.m-lgxxl {
  margin: 80px 120px;
}
.m-lgxxl-t {
  margin-top: 80px;
}
.m-lgxxl-r {
  margin-right: 120px;
}
.m-lgxxl-b {
  margin-bottom: 80px;
}
.m-lgxxl-l {
  margin-left: 120px;
}
.m-lgxxl-tr {
  margin-right: 120px;
  margin-top: 80px;
}
.m-lgxxl-br {
  margin-right: 120px;
  margin-bottom: 80px;
}
.m-lgxxl-lr {
  margin-right: 120px;
  margin-left: 80px;
}
.m-lgxxl-tb {
  margin-top: 80px;
  margin-bottom: 120px;
}
.m-lgxxl-bl {
  margin-left: 120px;
  margin-bottom: 80px;
}
.m-lgxxl-tl {
  margin-left: 120px;
  margin-top: 80px;
}
.m-xl {
  margin: 100px;
}
.m-xl-t {
  margin-top: 100px;
}
.m-xl-r {
  margin-right: 100px;
}
.m-xl-b {
  margin-bottom: 100px;
}
.m-xl-l {
  margin-left: 100px;
}
.m-xl-tr {
  margin-right: 100px;
  margin-top: 100px;
}
.m-xl-br {
  margin-right: 100px;
  margin-bottom: 100px;
}
.m-xl-rl, .m-xl-lr {
  margin-right: 100px;
  margin-left: 100px;
}
.m-xl-tb {
  margin-top: 100px;
  margin-bottom: 100px;
}
.m-xl-bl {
  margin-left: 100px;
  margin-bottom: 100px;
}
.m-xl-tl {
  margin-left: 100px;
  margin-top: 100px;
}
.m-xlxxs {
  margin: 100px 5px;
}
.m-xlxxs-t {
  margin-top: 100px;
}
.m-xlxxs-r {
  margin-right: 5px;
}
.m-xlxxs-b {
  margin-bottom: 100px;
}
.m-xlxxs-l {
  margin-left: 5px;
}
.m-xlxxs-tr {
  margin-right: 5px;
  margin-top: 100px;
}
.m-xlxxs-br {
  margin-right: 5px;
  margin-bottom: 100px;
}
.m-xlxxs-lr {
  margin-right: 5px;
  margin-left: 100px;
}
.m-xlxxs-tb {
  margin-top: 100px;
  margin-bottom: 5px;
}
.m-xlxxs-bl {
  margin-left: 5px;
  margin-bottom: 100px;
}
.m-xlxxs-tl {
  margin-left: 5px;
  margin-top: 100px;
}
.m-xlxs {
  margin: 100px 10px;
}
.m-xlxs-t {
  margin-top: 100px;
}
.m-xlxs-r {
  margin-right: 10px;
}
.m-xlxs-b {
  margin-bottom: 100px;
}
.m-xlxs-l {
  margin-left: 10px;
}
.m-xlxs-tr {
  margin-right: 10px;
  margin-top: 100px;
}
.m-xlxs-br {
  margin-right: 10px;
  margin-bottom: 100px;
}
.m-xlxs-lr {
  margin-right: 10px;
  margin-left: 100px;
}
.m-xlxs-tb {
  margin-top: 100px;
  margin-bottom: 10px;
}
.m-xlxs-bl {
  margin-left: 10px;
  margin-bottom: 100px;
}
.m-xlxs-tl {
  margin-left: 10px;
  margin-top: 100px;
}
.m-xlsm {
  margin: 100px 20px;
}
.m-xlsm-t {
  margin-top: 100px;
}
.m-xlsm-r {
  margin-right: 20px;
}
.m-xlsm-b {
  margin-bottom: 100px;
}
.m-xlsm-l {
  margin-left: 20px;
}
.m-xlsm-tr {
  margin-right: 20px;
  margin-top: 100px;
}
.m-xlsm-br {
  margin-right: 20px;
  margin-bottom: 100px;
}
.m-xlsm-lr {
  margin-right: 20px;
  margin-left: 100px;
}
.m-xlsm-tb {
  margin-top: 100px;
  margin-bottom: 20px;
}
.m-xlsm-bl {
  margin-left: 20px;
  margin-bottom: 100px;
}
.m-xlsm-tl {
  margin-left: 20px;
  margin-top: 100px;
}
.m-xlmd {
  margin: 100px 35px;
}
.m-xlmd-t {
  margin-top: 100px;
}
.m-xlmd-r {
  margin-right: 35px;
}
.m-xlmd-b {
  margin-bottom: 100px;
}
.m-xlmd-l {
  margin-left: 35px;
}
.m-xlmd-tr {
  margin-right: 35px;
  margin-top: 100px;
}
.m-xlmd-br {
  margin-right: 35px;
  margin-bottom: 100px;
}
.m-xlmd-lr {
  margin-right: 35px;
  margin-left: 100px;
}
.m-xlmd-tb {
  margin-top: 100px;
  margin-bottom: 35px;
}
.m-xlmd-bl {
  margin-left: 35px;
  margin-bottom: 100px;
}
.m-xlmd-tl {
  margin-left: 35px;
  margin-top: 100px;
}
.m-xllg {
  margin: 100px 80px;
}
.m-xllg-t {
  margin-top: 100px;
}
.m-xllg-r {
  margin-right: 80px;
}
.m-xllg-b {
  margin-bottom: 100px;
}
.m-xllg-l {
  margin-left: 80px;
}
.m-xllg-tr {
  margin-right: 80px;
  margin-top: 100px;
}
.m-xllg-br {
  margin-right: 80px;
  margin-bottom: 100px;
}
.m-xllg-lr {
  margin-right: 80px;
  margin-left: 100px;
}
.m-xllg-tb {
  margin-top: 100px;
  margin-bottom: 80px;
}
.m-xllg-bl {
  margin-left: 80px;
  margin-bottom: 100px;
}
.m-xllg-tl {
  margin-left: 80px;
  margin-top: 100px;
}
.m-xlxl {
  margin: 100px 100px;
}
.m-xlxl-t {
  margin-top: 100px;
}
.m-xlxl-r {
  margin-right: 100px;
}
.m-xlxl-b {
  margin-bottom: 100px;
}
.m-xlxl-l {
  margin-left: 100px;
}
.m-xlxl-tr {
  margin-right: 100px;
  margin-top: 100px;
}
.m-xlxl-br {
  margin-right: 100px;
  margin-bottom: 100px;
}
.m-xlxl-lr {
  margin-right: 100px;
  margin-left: 100px;
}
.m-xlxl-tb {
  margin-top: 100px;
  margin-bottom: 100px;
}
.m-xlxl-bl {
  margin-left: 100px;
  margin-bottom: 100px;
}
.m-xlxl-tl {
  margin-left: 100px;
  margin-top: 100px;
}
.m-xlxxl {
  margin: 100px 120px;
}
.m-xlxxl-t {
  margin-top: 100px;
}
.m-xlxxl-r {
  margin-right: 120px;
}
.m-xlxxl-b {
  margin-bottom: 100px;
}
.m-xlxxl-l {
  margin-left: 120px;
}
.m-xlxxl-tr {
  margin-right: 120px;
  margin-top: 100px;
}
.m-xlxxl-br {
  margin-right: 120px;
  margin-bottom: 100px;
}
.m-xlxxl-lr {
  margin-right: 120px;
  margin-left: 100px;
}
.m-xlxxl-tb {
  margin-top: 100px;
  margin-bottom: 120px;
}
.m-xlxxl-bl {
  margin-left: 120px;
  margin-bottom: 100px;
}
.m-xlxxl-tl {
  margin-left: 120px;
  margin-top: 100px;
}
.m-xxl {
  margin: 120px;
}
.m-xxl-t {
  margin-top: 120px;
}
.m-xxl-r {
  margin-right: 120px;
}
.m-xxl-b {
  margin-bottom: 120px;
}
.m-xxl-l {
  margin-left: 120px;
}
.m-xxl-tr {
  margin-right: 120px;
  margin-top: 120px;
}
.m-xxl-br {
  margin-right: 120px;
  margin-bottom: 120px;
}
.m-xxl-rl, .m-xxl-lr {
  margin-right: 120px;
  margin-left: 120px;
}
.m-xxl-tb {
  margin-top: 120px;
  margin-bottom: 120px;
}
.m-xxl-bl {
  margin-left: 120px;
  margin-bottom: 120px;
}
.m-xxl-tl {
  margin-left: 120px;
  margin-top: 120px;
}
.m-xxlxxs {
  margin: 120px 5px;
}
.m-xxlxxs-t {
  margin-top: 120px;
}
.m-xxlxxs-r {
  margin-right: 5px;
}
.m-xxlxxs-b {
  margin-bottom: 120px;
}
.m-xxlxxs-l {
  margin-left: 5px;
}
.m-xxlxxs-tr {
  margin-right: 5px;
  margin-top: 120px;
}
.m-xxlxxs-br {
  margin-right: 5px;
  margin-bottom: 120px;
}
.m-xxlxxs-lr {
  margin-right: 5px;
  margin-left: 120px;
}
.m-xxlxxs-tb {
  margin-top: 120px;
  margin-bottom: 5px;
}
.m-xxlxxs-bl {
  margin-left: 5px;
  margin-bottom: 120px;
}
.m-xxlxxs-tl {
  margin-left: 5px;
  margin-top: 120px;
}
.m-xxlxs {
  margin: 120px 10px;
}
.m-xxlxs-t {
  margin-top: 120px;
}
.m-xxlxs-r {
  margin-right: 10px;
}
.m-xxlxs-b {
  margin-bottom: 120px;
}
.m-xxlxs-l {
  margin-left: 10px;
}
.m-xxlxs-tr {
  margin-right: 10px;
  margin-top: 120px;
}
.m-xxlxs-br {
  margin-right: 10px;
  margin-bottom: 120px;
}
.m-xxlxs-lr {
  margin-right: 10px;
  margin-left: 120px;
}
.m-xxlxs-tb {
  margin-top: 120px;
  margin-bottom: 10px;
}
.m-xxlxs-bl {
  margin-left: 10px;
  margin-bottom: 120px;
}
.m-xxlxs-tl {
  margin-left: 10px;
  margin-top: 120px;
}
.m-xxlsm {
  margin: 120px 20px;
}
.m-xxlsm-t {
  margin-top: 120px;
}
.m-xxlsm-r {
  margin-right: 20px;
}
.m-xxlsm-b {
  margin-bottom: 120px;
}
.m-xxlsm-l {
  margin-left: 20px;
}
.m-xxlsm-tr {
  margin-right: 20px;
  margin-top: 120px;
}
.m-xxlsm-br {
  margin-right: 20px;
  margin-bottom: 120px;
}
.m-xxlsm-lr {
  margin-right: 20px;
  margin-left: 120px;
}
.m-xxlsm-tb {
  margin-top: 120px;
  margin-bottom: 20px;
}
.m-xxlsm-bl {
  margin-left: 20px;
  margin-bottom: 120px;
}
.m-xxlsm-tl {
  margin-left: 20px;
  margin-top: 120px;
}
.m-xxlmd {
  margin: 120px 35px;
}
.m-xxlmd-t {
  margin-top: 120px;
}
.m-xxlmd-r {
  margin-right: 35px;
}
.m-xxlmd-b {
  margin-bottom: 120px;
}
.m-xxlmd-l {
  margin-left: 35px;
}
.m-xxlmd-tr {
  margin-right: 35px;
  margin-top: 120px;
}
.m-xxlmd-br {
  margin-right: 35px;
  margin-bottom: 120px;
}
.m-xxlmd-lr {
  margin-right: 35px;
  margin-left: 120px;
}
.m-xxlmd-tb {
  margin-top: 120px;
  margin-bottom: 35px;
}
.m-xxlmd-bl {
  margin-left: 35px;
  margin-bottom: 120px;
}
.m-xxlmd-tl {
  margin-left: 35px;
  margin-top: 120px;
}
.m-xxllg {
  margin: 120px 80px;
}
.m-xxllg-t {
  margin-top: 120px;
}
.m-xxllg-r {
  margin-right: 80px;
}
.m-xxllg-b {
  margin-bottom: 120px;
}
.m-xxllg-l {
  margin-left: 80px;
}
.m-xxllg-tr {
  margin-right: 80px;
  margin-top: 120px;
}
.m-xxllg-br {
  margin-right: 80px;
  margin-bottom: 120px;
}
.m-xxllg-lr {
  margin-right: 80px;
  margin-left: 120px;
}
.m-xxllg-tb {
  margin-top: 120px;
  margin-bottom: 80px;
}
.m-xxllg-bl {
  margin-left: 80px;
  margin-bottom: 120px;
}
.m-xxllg-tl {
  margin-left: 80px;
  margin-top: 120px;
}
.m-xxlxl {
  margin: 120px 100px;
}
.m-xxlxl-t {
  margin-top: 120px;
}
.m-xxlxl-r {
  margin-right: 100px;
}
.m-xxlxl-b {
  margin-bottom: 120px;
}
.m-xxlxl-l {
  margin-left: 100px;
}
.m-xxlxl-tr {
  margin-right: 100px;
  margin-top: 120px;
}
.m-xxlxl-br {
  margin-right: 100px;
  margin-bottom: 120px;
}
.m-xxlxl-lr {
  margin-right: 100px;
  margin-left: 120px;
}
.m-xxlxl-tb {
  margin-top: 120px;
  margin-bottom: 100px;
}
.m-xxlxl-bl {
  margin-left: 100px;
  margin-bottom: 120px;
}
.m-xxlxl-tl {
  margin-left: 100px;
  margin-top: 120px;
}
.m-xxlxxl {
  margin: 120px 120px;
}
.m-xxlxxl-t {
  margin-top: 120px;
}
.m-xxlxxl-r {
  margin-right: 120px;
}
.m-xxlxxl-b {
  margin-bottom: 120px;
}
.m-xxlxxl-l {
  margin-left: 120px;
}
.m-xxlxxl-tr {
  margin-right: 120px;
  margin-top: 120px;
}
.m-xxlxxl-br {
  margin-right: 120px;
  margin-bottom: 120px;
}
.m-xxlxxl-lr {
  margin-right: 120px;
  margin-left: 120px;
}
.m-xxlxxl-tb {
  margin-top: 120px;
  margin-bottom: 120px;
}
.m-xxlxxl-bl {
  margin-left: 120px;
  margin-bottom: 120px;
}
.m-xxlxxl-tl {
  margin-left: 120px;
  margin-top: 120px;
}
.m-0 {
  margin: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-tr-0 {
  margin-right: 0px;
  margin-top: 0px;
}
.m-br-0 {
  margin-right: 0px;
  margin-bottom: 0px;
}
.m-rl-0, .m-lr-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.m-tb-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.m-bl-0 {
  margin-left: 0px;
  margin-bottom: 0px;
}
.m-tl-0 {
  margin-left: 0px;
  margin-top: 0px;
}

@media only screen and (max-width: 790px) {
  .m-g-0 {
    gap: 0px;
  }
  .m-g-xxs {
    gap: 5px;
  }
  .m-g-xxsxxs {
    gap: 5px 5px;
  }
  .m-g-xxsxs {
    gap: 5px 10px;
  }
  .m-g-xxssm {
    gap: 5px 20px;
  }
  .m-g-xxsmd {
    gap: 5px 35px;
  }
  .m-g-xxslg {
    gap: 5px 80px;
  }
  .m-g-xxsxl {
    gap: 5px 100px;
  }
  .m-g-xxsxxl {
    gap: 5px 120px;
  }
  .m-g-xs {
    gap: 10px;
  }
  .m-g-xsxxs {
    gap: 10px 5px;
  }
  .m-g-xsxs {
    gap: 10px 10px;
  }
  .m-g-xssm {
    gap: 10px 20px;
  }
  .m-g-xsmd {
    gap: 10px 35px;
  }
  .m-g-xslg {
    gap: 10px 80px;
  }
  .m-g-xsxl {
    gap: 10px 100px;
  }
  .m-g-xsxxl {
    gap: 10px 120px;
  }
  .m-g-sm {
    gap: 20px;
  }
  .m-g-smxxs {
    gap: 20px 5px;
  }
  .m-g-smxs {
    gap: 20px 10px;
  }
  .m-g-smsm {
    gap: 20px 20px;
  }
  .m-g-smmd {
    gap: 20px 35px;
  }
  .m-g-smlg {
    gap: 20px 80px;
  }
  .m-g-smxl {
    gap: 20px 100px;
  }
  .m-g-smxxl {
    gap: 20px 120px;
  }
  .m-g-md {
    gap: 35px;
  }
  .m-g-mdxxs {
    gap: 35px 5px;
  }
  .m-g-mdxs {
    gap: 35px 10px;
  }
  .m-g-mdsm {
    gap: 35px 20px;
  }
  .m-g-mdmd {
    gap: 35px 35px;
  }
  .m-g-mdlg {
    gap: 35px 80px;
  }
  .m-g-mdxl {
    gap: 35px 100px;
  }
  .m-g-mdxxl {
    gap: 35px 120px;
  }
  .m-g-lg {
    gap: 80px;
  }
  .m-g-lgxxs {
    gap: 80px 5px;
  }
  .m-g-lgxs {
    gap: 80px 10px;
  }
  .m-g-lgsm {
    gap: 80px 20px;
  }
  .m-g-lgmd {
    gap: 80px 35px;
  }
  .m-g-lglg {
    gap: 80px 80px;
  }
  .m-g-lgxl {
    gap: 80px 100px;
  }
  .m-g-lgxxl {
    gap: 80px 120px;
  }
  .m-g-xl {
    gap: 100px;
  }
  .m-g-xlxxs {
    gap: 100px 5px;
  }
  .m-g-xlxs {
    gap: 100px 10px;
  }
  .m-g-xlsm {
    gap: 100px 20px;
  }
  .m-g-xlmd {
    gap: 100px 35px;
  }
  .m-g-xllg {
    gap: 100px 80px;
  }
  .m-g-xlxl {
    gap: 100px 100px;
  }
  .m-g-xlxxl {
    gap: 100px 120px;
  }
  .m-g-xxl {
    gap: 120px;
  }
  .m-g-xxlxxs {
    gap: 120px 5px;
  }
  .m-g-xxlxs {
    gap: 120px 10px;
  }
  .m-g-xxlsm {
    gap: 120px 20px;
  }
  .m-g-xxlmd {
    gap: 120px 35px;
  }
  .m-g-xxllg {
    gap: 120px 80px;
  }
  .m-g-xxlxl {
    gap: 120px 100px;
  }
  .m-g-xxlxxl {
    gap: 120px 120px;
  }
  .m-p-t {
    padding-top: 0;
  }
  .m-p-r {
    padding-right: 0;
  }
  .m-p-b {
    padding-bottom: 0;
  }
  .m-p-l {
    padding-left: 0;
  }
  .m-p-tr {
    padding-right: 0;
    padding-top: 0;
  }
  .m-p-br {
    padding-right: 0;
    padding-bottom: 0;
  }
  .m-p-rl, .m-p-lr {
    padding-right: 0;
    padding-left: 0;
  }
  .m-p-tb {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-p-bl {
    padding-left: 0;
    padding-bottom: 0;
  }
  .m-p-tl {
    padding-left: 0;
    padding-top: 0;
  }
  .m-p-xxs {
    padding: 5px;
  }
  .m-p-xxs-t {
    padding-top: 5px;
  }
  .m-p-xxs-r {
    padding-right: 5px;
  }
  .m-p-xxs-b {
    padding-bottom: 5px;
  }
  .m-p-xxs-l {
    padding-left: 5px;
  }
  .m-p-xxs-tr {
    padding-right: 5px;
    padding-top: 5px;
  }
  .m-p-xxs-br {
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .m-p-xxs-rl, .m-p-xxs-lr {
    padding-right: 5px;
    padding-left: 5px;
  }
  .m-p-xxs-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-p-xxs-bl {
    padding-left: 5px;
    padding-bottom: 5px;
  }
  .m-p-xxs-tl {
    padding-left: 5px;
    padding-top: 5px;
  }
  .m-p-xxsxxs {
    padding: 5px 5px;
  }
  .m-p-xxsxxs-t {
    padding-top: 5px;
  }
  .m-p-xxsxxs-r {
    padding-right: 5px;
  }
  .m-p-xxsxxs-b {
    padding-bottom: 5px;
  }
  .m-p-xxsxxs-l {
    padding-left: 5px;
  }
  .m-p-xxsxxs-tr {
    padding-right: 5px;
    padding-top: 5px;
  }
  .m-p-xxsxxs-br {
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .m-p-xxsxxs-lr {
    padding-right: 5px;
    padding-left: 5px;
  }
  .m-p-xxsxxs-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-p-xxsxxs-bl {
    padding-left: 5px;
    padding-bottom: 5px;
  }
  .m-p-xxsxxs-tl {
    padding-left: 5px;
    padding-top: 5px;
  }
  .m-p-xxsxs {
    padding: 5px 10px;
  }
  .m-p-xxsxs-t {
    padding-top: 5px;
  }
  .m-p-xxsxs-r {
    padding-right: 10px;
  }
  .m-p-xxsxs-b {
    padding-bottom: 5px;
  }
  .m-p-xxsxs-l {
    padding-left: 10px;
  }
  .m-p-xxsxs-tr {
    padding-right: 10px;
    padding-top: 5px;
  }
  .m-p-xxsxs-br {
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .m-p-xxsxs-lr {
    padding-right: 10px;
    padding-left: 5px;
  }
  .m-p-xxsxs-tb {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .m-p-xxsxs-bl {
    padding-left: 10px;
    padding-bottom: 5px;
  }
  .m-p-xxsxs-tl {
    padding-left: 10px;
    padding-top: 5px;
  }
  .m-p-xxssm {
    padding: 5px 20px;
  }
  .m-p-xxssm-t {
    padding-top: 5px;
  }
  .m-p-xxssm-r {
    padding-right: 20px;
  }
  .m-p-xxssm-b {
    padding-bottom: 5px;
  }
  .m-p-xxssm-l {
    padding-left: 20px;
  }
  .m-p-xxssm-tr {
    padding-right: 20px;
    padding-top: 5px;
  }
  .m-p-xxssm-br {
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .m-p-xxssm-lr {
    padding-right: 20px;
    padding-left: 5px;
  }
  .m-p-xxssm-tb {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .m-p-xxssm-bl {
    padding-left: 20px;
    padding-bottom: 5px;
  }
  .m-p-xxssm-tl {
    padding-left: 20px;
    padding-top: 5px;
  }
  .m-p-xxsmd {
    padding: 5px 35px;
  }
  .m-p-xxsmd-t {
    padding-top: 5px;
  }
  .m-p-xxsmd-r {
    padding-right: 35px;
  }
  .m-p-xxsmd-b {
    padding-bottom: 5px;
  }
  .m-p-xxsmd-l {
    padding-left: 35px;
  }
  .m-p-xxsmd-tr {
    padding-right: 35px;
    padding-top: 5px;
  }
  .m-p-xxsmd-br {
    padding-right: 35px;
    padding-bottom: 5px;
  }
  .m-p-xxsmd-lr {
    padding-right: 35px;
    padding-left: 5px;
  }
  .m-p-xxsmd-tb {
    padding-top: 5px;
    padding-bottom: 35px;
  }
  .m-p-xxsmd-bl {
    padding-left: 35px;
    padding-bottom: 5px;
  }
  .m-p-xxsmd-tl {
    padding-left: 35px;
    padding-top: 5px;
  }
  .m-p-xxslg {
    padding: 5px 80px;
  }
  .m-p-xxslg-t {
    padding-top: 5px;
  }
  .m-p-xxslg-r {
    padding-right: 80px;
  }
  .m-p-xxslg-b {
    padding-bottom: 5px;
  }
  .m-p-xxslg-l {
    padding-left: 80px;
  }
  .m-p-xxslg-tr {
    padding-right: 80px;
    padding-top: 5px;
  }
  .m-p-xxslg-br {
    padding-right: 80px;
    padding-bottom: 5px;
  }
  .m-p-xxslg-lr {
    padding-right: 80px;
    padding-left: 5px;
  }
  .m-p-xxslg-tb {
    padding-top: 5px;
    padding-bottom: 80px;
  }
  .m-p-xxslg-bl {
    padding-left: 80px;
    padding-bottom: 5px;
  }
  .m-p-xxslg-tl {
    padding-left: 80px;
    padding-top: 5px;
  }
  .m-p-xxsxl {
    padding: 5px 100px;
  }
  .m-p-xxsxl-t {
    padding-top: 5px;
  }
  .m-p-xxsxl-r {
    padding-right: 100px;
  }
  .m-p-xxsxl-b {
    padding-bottom: 5px;
  }
  .m-p-xxsxl-l {
    padding-left: 100px;
  }
  .m-p-xxsxl-tr {
    padding-right: 100px;
    padding-top: 5px;
  }
  .m-p-xxsxl-br {
    padding-right: 100px;
    padding-bottom: 5px;
  }
  .m-p-xxsxl-lr {
    padding-right: 100px;
    padding-left: 5px;
  }
  .m-p-xxsxl-tb {
    padding-top: 5px;
    padding-bottom: 100px;
  }
  .m-p-xxsxl-bl {
    padding-left: 100px;
    padding-bottom: 5px;
  }
  .m-p-xxsxl-tl {
    padding-left: 100px;
    padding-top: 5px;
  }
  .m-p-xxsxxl {
    padding: 5px 120px;
  }
  .m-p-xxsxxl-t {
    padding-top: 5px;
  }
  .m-p-xxsxxl-r {
    padding-right: 120px;
  }
  .m-p-xxsxxl-b {
    padding-bottom: 5px;
  }
  .m-p-xxsxxl-l {
    padding-left: 120px;
  }
  .m-p-xxsxxl-tr {
    padding-right: 120px;
    padding-top: 5px;
  }
  .m-p-xxsxxl-br {
    padding-right: 120px;
    padding-bottom: 5px;
  }
  .m-p-xxsxxl-lr {
    padding-right: 120px;
    padding-left: 5px;
  }
  .m-p-xxsxxl-tb {
    padding-top: 5px;
    padding-bottom: 120px;
  }
  .m-p-xxsxxl-bl {
    padding-left: 120px;
    padding-bottom: 5px;
  }
  .m-p-xxsxxl-tl {
    padding-left: 120px;
    padding-top: 5px;
  }
  .m-p-xs {
    padding: 10px;
  }
  .m-p-xs-t {
    padding-top: 10px;
  }
  .m-p-xs-r {
    padding-right: 10px;
  }
  .m-p-xs-b {
    padding-bottom: 10px;
  }
  .m-p-xs-l {
    padding-left: 10px;
  }
  .m-p-xs-tr {
    padding-right: 10px;
    padding-top: 10px;
  }
  .m-p-xs-br {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .m-p-xs-rl, .m-p-xs-lr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .m-p-xs-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-p-xs-bl {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .m-p-xs-tl {
    padding-left: 10px;
    padding-top: 10px;
  }
  .m-p-xsxxs {
    padding: 10px 5px;
  }
  .m-p-xsxxs-t {
    padding-top: 10px;
  }
  .m-p-xsxxs-r {
    padding-right: 5px;
  }
  .m-p-xsxxs-b {
    padding-bottom: 10px;
  }
  .m-p-xsxxs-l {
    padding-left: 5px;
  }
  .m-p-xsxxs-tr {
    padding-right: 5px;
    padding-top: 10px;
  }
  .m-p-xsxxs-br {
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .m-p-xsxxs-lr {
    padding-right: 5px;
    padding-left: 10px;
  }
  .m-p-xsxxs-tb {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .m-p-xsxxs-bl {
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .m-p-xsxxs-tl {
    padding-left: 5px;
    padding-top: 10px;
  }
  .m-p-xsxs {
    padding: 10px 10px;
  }
  .m-p-xsxs-t {
    padding-top: 10px;
  }
  .m-p-xsxs-r {
    padding-right: 10px;
  }
  .m-p-xsxs-b {
    padding-bottom: 10px;
  }
  .m-p-xsxs-l {
    padding-left: 10px;
  }
  .m-p-xsxs-tr {
    padding-right: 10px;
    padding-top: 10px;
  }
  .m-p-xsxs-br {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .m-p-xsxs-lr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .m-p-xsxs-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-p-xsxs-bl {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .m-p-xsxs-tl {
    padding-left: 10px;
    padding-top: 10px;
  }
  .m-p-xssm {
    padding: 10px 20px;
  }
  .m-p-xssm-t {
    padding-top: 10px;
  }
  .m-p-xssm-r {
    padding-right: 20px;
  }
  .m-p-xssm-b {
    padding-bottom: 10px;
  }
  .m-p-xssm-l {
    padding-left: 20px;
  }
  .m-p-xssm-tr {
    padding-right: 20px;
    padding-top: 10px;
  }
  .m-p-xssm-br {
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .m-p-xssm-lr {
    padding-right: 20px;
    padding-left: 10px;
  }
  .m-p-xssm-tb {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .m-p-xssm-bl {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .m-p-xssm-tl {
    padding-left: 20px;
    padding-top: 10px;
  }
  .m-p-xsmd {
    padding: 10px 35px;
  }
  .m-p-xsmd-t {
    padding-top: 10px;
  }
  .m-p-xsmd-r {
    padding-right: 35px;
  }
  .m-p-xsmd-b {
    padding-bottom: 10px;
  }
  .m-p-xsmd-l {
    padding-left: 35px;
  }
  .m-p-xsmd-tr {
    padding-right: 35px;
    padding-top: 10px;
  }
  .m-p-xsmd-br {
    padding-right: 35px;
    padding-bottom: 10px;
  }
  .m-p-xsmd-lr {
    padding-right: 35px;
    padding-left: 10px;
  }
  .m-p-xsmd-tb {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .m-p-xsmd-bl {
    padding-left: 35px;
    padding-bottom: 10px;
  }
  .m-p-xsmd-tl {
    padding-left: 35px;
    padding-top: 10px;
  }
  .m-p-xslg {
    padding: 10px 80px;
  }
  .m-p-xslg-t {
    padding-top: 10px;
  }
  .m-p-xslg-r {
    padding-right: 80px;
  }
  .m-p-xslg-b {
    padding-bottom: 10px;
  }
  .m-p-xslg-l {
    padding-left: 80px;
  }
  .m-p-xslg-tr {
    padding-right: 80px;
    padding-top: 10px;
  }
  .m-p-xslg-br {
    padding-right: 80px;
    padding-bottom: 10px;
  }
  .m-p-xslg-lr {
    padding-right: 80px;
    padding-left: 10px;
  }
  .m-p-xslg-tb {
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .m-p-xslg-bl {
    padding-left: 80px;
    padding-bottom: 10px;
  }
  .m-p-xslg-tl {
    padding-left: 80px;
    padding-top: 10px;
  }
  .m-p-xsxl {
    padding: 10px 100px;
  }
  .m-p-xsxl-t {
    padding-top: 10px;
  }
  .m-p-xsxl-r {
    padding-right: 100px;
  }
  .m-p-xsxl-b {
    padding-bottom: 10px;
  }
  .m-p-xsxl-l {
    padding-left: 100px;
  }
  .m-p-xsxl-tr {
    padding-right: 100px;
    padding-top: 10px;
  }
  .m-p-xsxl-br {
    padding-right: 100px;
    padding-bottom: 10px;
  }
  .m-p-xsxl-lr {
    padding-right: 100px;
    padding-left: 10px;
  }
  .m-p-xsxl-tb {
    padding-top: 10px;
    padding-bottom: 100px;
  }
  .m-p-xsxl-bl {
    padding-left: 100px;
    padding-bottom: 10px;
  }
  .m-p-xsxl-tl {
    padding-left: 100px;
    padding-top: 10px;
  }
  .m-p-xsxxl {
    padding: 10px 120px;
  }
  .m-p-xsxxl-t {
    padding-top: 10px;
  }
  .m-p-xsxxl-r {
    padding-right: 120px;
  }
  .m-p-xsxxl-b {
    padding-bottom: 10px;
  }
  .m-p-xsxxl-l {
    padding-left: 120px;
  }
  .m-p-xsxxl-tr {
    padding-right: 120px;
    padding-top: 10px;
  }
  .m-p-xsxxl-br {
    padding-right: 120px;
    padding-bottom: 10px;
  }
  .m-p-xsxxl-lr {
    padding-right: 120px;
    padding-left: 10px;
  }
  .m-p-xsxxl-tb {
    padding-top: 10px;
    padding-bottom: 120px;
  }
  .m-p-xsxxl-bl {
    padding-left: 120px;
    padding-bottom: 10px;
  }
  .m-p-xsxxl-tl {
    padding-left: 120px;
    padding-top: 10px;
  }
  .m-p-sm {
    padding: 20px;
  }
  .m-p-sm-t {
    padding-top: 20px;
  }
  .m-p-sm-r {
    padding-right: 20px;
  }
  .m-p-sm-b {
    padding-bottom: 20px;
  }
  .m-p-sm-l {
    padding-left: 20px;
  }
  .m-p-sm-tr {
    padding-right: 20px;
    padding-top: 20px;
  }
  .m-p-sm-br {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .m-p-sm-rl, .m-p-sm-lr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-p-sm-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-p-sm-bl {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .m-p-sm-tl {
    padding-left: 20px;
    padding-top: 20px;
  }
  .m-p-smxxs {
    padding: 20px 5px;
  }
  .m-p-smxxs-t {
    padding-top: 20px;
  }
  .m-p-smxxs-r {
    padding-right: 5px;
  }
  .m-p-smxxs-b {
    padding-bottom: 20px;
  }
  .m-p-smxxs-l {
    padding-left: 5px;
  }
  .m-p-smxxs-tr {
    padding-right: 5px;
    padding-top: 20px;
  }
  .m-p-smxxs-br {
    padding-right: 5px;
    padding-bottom: 20px;
  }
  .m-p-smxxs-lr {
    padding-right: 5px;
    padding-left: 20px;
  }
  .m-p-smxxs-tb {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .m-p-smxxs-bl {
    padding-left: 5px;
    padding-bottom: 20px;
  }
  .m-p-smxxs-tl {
    padding-left: 5px;
    padding-top: 20px;
  }
  .m-p-smxs {
    padding: 20px 10px;
  }
  .m-p-smxs-t {
    padding-top: 20px;
  }
  .m-p-smxs-r {
    padding-right: 10px;
  }
  .m-p-smxs-b {
    padding-bottom: 20px;
  }
  .m-p-smxs-l {
    padding-left: 10px;
  }
  .m-p-smxs-tr {
    padding-right: 10px;
    padding-top: 20px;
  }
  .m-p-smxs-br {
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .m-p-smxs-lr {
    padding-right: 10px;
    padding-left: 20px;
  }
  .m-p-smxs-tb {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .m-p-smxs-bl {
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .m-p-smxs-tl {
    padding-left: 10px;
    padding-top: 20px;
  }
  .m-p-smsm {
    padding: 20px 20px;
  }
  .m-p-smsm-t {
    padding-top: 20px;
  }
  .m-p-smsm-r {
    padding-right: 20px;
  }
  .m-p-smsm-b {
    padding-bottom: 20px;
  }
  .m-p-smsm-l {
    padding-left: 20px;
  }
  .m-p-smsm-tr {
    padding-right: 20px;
    padding-top: 20px;
  }
  .m-p-smsm-br {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .m-p-smsm-lr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-p-smsm-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-p-smsm-bl {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .m-p-smsm-tl {
    padding-left: 20px;
    padding-top: 20px;
  }
  .m-p-smmd {
    padding: 20px 35px;
  }
  .m-p-smmd-t {
    padding-top: 20px;
  }
  .m-p-smmd-r {
    padding-right: 35px;
  }
  .m-p-smmd-b {
    padding-bottom: 20px;
  }
  .m-p-smmd-l {
    padding-left: 35px;
  }
  .m-p-smmd-tr {
    padding-right: 35px;
    padding-top: 20px;
  }
  .m-p-smmd-br {
    padding-right: 35px;
    padding-bottom: 20px;
  }
  .m-p-smmd-lr {
    padding-right: 35px;
    padding-left: 20px;
  }
  .m-p-smmd-tb {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .m-p-smmd-bl {
    padding-left: 35px;
    padding-bottom: 20px;
  }
  .m-p-smmd-tl {
    padding-left: 35px;
    padding-top: 20px;
  }
  .m-p-smlg {
    padding: 20px 80px;
  }
  .m-p-smlg-t {
    padding-top: 20px;
  }
  .m-p-smlg-r {
    padding-right: 80px;
  }
  .m-p-smlg-b {
    padding-bottom: 20px;
  }
  .m-p-smlg-l {
    padding-left: 80px;
  }
  .m-p-smlg-tr {
    padding-right: 80px;
    padding-top: 20px;
  }
  .m-p-smlg-br {
    padding-right: 80px;
    padding-bottom: 20px;
  }
  .m-p-smlg-lr {
    padding-right: 80px;
    padding-left: 20px;
  }
  .m-p-smlg-tb {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .m-p-smlg-bl {
    padding-left: 80px;
    padding-bottom: 20px;
  }
  .m-p-smlg-tl {
    padding-left: 80px;
    padding-top: 20px;
  }
  .m-p-smxl {
    padding: 20px 100px;
  }
  .m-p-smxl-t {
    padding-top: 20px;
  }
  .m-p-smxl-r {
    padding-right: 100px;
  }
  .m-p-smxl-b {
    padding-bottom: 20px;
  }
  .m-p-smxl-l {
    padding-left: 100px;
  }
  .m-p-smxl-tr {
    padding-right: 100px;
    padding-top: 20px;
  }
  .m-p-smxl-br {
    padding-right: 100px;
    padding-bottom: 20px;
  }
  .m-p-smxl-lr {
    padding-right: 100px;
    padding-left: 20px;
  }
  .m-p-smxl-tb {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .m-p-smxl-bl {
    padding-left: 100px;
    padding-bottom: 20px;
  }
  .m-p-smxl-tl {
    padding-left: 100px;
    padding-top: 20px;
  }
  .m-p-smxxl {
    padding: 20px 120px;
  }
  .m-p-smxxl-t {
    padding-top: 20px;
  }
  .m-p-smxxl-r {
    padding-right: 120px;
  }
  .m-p-smxxl-b {
    padding-bottom: 20px;
  }
  .m-p-smxxl-l {
    padding-left: 120px;
  }
  .m-p-smxxl-tr {
    padding-right: 120px;
    padding-top: 20px;
  }
  .m-p-smxxl-br {
    padding-right: 120px;
    padding-bottom: 20px;
  }
  .m-p-smxxl-lr {
    padding-right: 120px;
    padding-left: 20px;
  }
  .m-p-smxxl-tb {
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .m-p-smxxl-bl {
    padding-left: 120px;
    padding-bottom: 20px;
  }
  .m-p-smxxl-tl {
    padding-left: 120px;
    padding-top: 20px;
  }
  .m-p-md {
    padding: 35px;
  }
  .m-p-md-t {
    padding-top: 35px;
  }
  .m-p-md-r {
    padding-right: 35px;
  }
  .m-p-md-b {
    padding-bottom: 35px;
  }
  .m-p-md-l {
    padding-left: 35px;
  }
  .m-p-md-tr {
    padding-right: 35px;
    padding-top: 35px;
  }
  .m-p-md-br {
    padding-right: 35px;
    padding-bottom: 35px;
  }
  .m-p-md-rl, .m-p-md-lr {
    padding-right: 35px;
    padding-left: 35px;
  }
  .m-p-md-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .m-p-md-bl {
    padding-left: 35px;
    padding-bottom: 35px;
  }
  .m-p-md-tl {
    padding-left: 35px;
    padding-top: 35px;
  }
  .m-p-mdxxs {
    padding: 35px 5px;
  }
  .m-p-mdxxs-t {
    padding-top: 35px;
  }
  .m-p-mdxxs-r {
    padding-right: 5px;
  }
  .m-p-mdxxs-b {
    padding-bottom: 35px;
  }
  .m-p-mdxxs-l {
    padding-left: 5px;
  }
  .m-p-mdxxs-tr {
    padding-right: 5px;
    padding-top: 35px;
  }
  .m-p-mdxxs-br {
    padding-right: 5px;
    padding-bottom: 35px;
  }
  .m-p-mdxxs-lr {
    padding-right: 5px;
    padding-left: 35px;
  }
  .m-p-mdxxs-tb {
    padding-top: 35px;
    padding-bottom: 5px;
  }
  .m-p-mdxxs-bl {
    padding-left: 5px;
    padding-bottom: 35px;
  }
  .m-p-mdxxs-tl {
    padding-left: 5px;
    padding-top: 35px;
  }
  .m-p-mdxs {
    padding: 35px 10px;
  }
  .m-p-mdxs-t {
    padding-top: 35px;
  }
  .m-p-mdxs-r {
    padding-right: 10px;
  }
  .m-p-mdxs-b {
    padding-bottom: 35px;
  }
  .m-p-mdxs-l {
    padding-left: 10px;
  }
  .m-p-mdxs-tr {
    padding-right: 10px;
    padding-top: 35px;
  }
  .m-p-mdxs-br {
    padding-right: 10px;
    padding-bottom: 35px;
  }
  .m-p-mdxs-lr {
    padding-right: 10px;
    padding-left: 35px;
  }
  .m-p-mdxs-tb {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .m-p-mdxs-bl {
    padding-left: 10px;
    padding-bottom: 35px;
  }
  .m-p-mdxs-tl {
    padding-left: 10px;
    padding-top: 35px;
  }
  .m-p-mdsm {
    padding: 35px 20px;
  }
  .m-p-mdsm-t {
    padding-top: 35px;
  }
  .m-p-mdsm-r {
    padding-right: 20px;
  }
  .m-p-mdsm-b {
    padding-bottom: 35px;
  }
  .m-p-mdsm-l {
    padding-left: 20px;
  }
  .m-p-mdsm-tr {
    padding-right: 20px;
    padding-top: 35px;
  }
  .m-p-mdsm-br {
    padding-right: 20px;
    padding-bottom: 35px;
  }
  .m-p-mdsm-lr {
    padding-right: 20px;
    padding-left: 35px;
  }
  .m-p-mdsm-tb {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .m-p-mdsm-bl {
    padding-left: 20px;
    padding-bottom: 35px;
  }
  .m-p-mdsm-tl {
    padding-left: 20px;
    padding-top: 35px;
  }
  .m-p-mdmd {
    padding: 35px 35px;
  }
  .m-p-mdmd-t {
    padding-top: 35px;
  }
  .m-p-mdmd-r {
    padding-right: 35px;
  }
  .m-p-mdmd-b {
    padding-bottom: 35px;
  }
  .m-p-mdmd-l {
    padding-left: 35px;
  }
  .m-p-mdmd-tr {
    padding-right: 35px;
    padding-top: 35px;
  }
  .m-p-mdmd-br {
    padding-right: 35px;
    padding-bottom: 35px;
  }
  .m-p-mdmd-lr {
    padding-right: 35px;
    padding-left: 35px;
  }
  .m-p-mdmd-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .m-p-mdmd-bl {
    padding-left: 35px;
    padding-bottom: 35px;
  }
  .m-p-mdmd-tl {
    padding-left: 35px;
    padding-top: 35px;
  }
  .m-p-mdlg {
    padding: 35px 80px;
  }
  .m-p-mdlg-t {
    padding-top: 35px;
  }
  .m-p-mdlg-r {
    padding-right: 80px;
  }
  .m-p-mdlg-b {
    padding-bottom: 35px;
  }
  .m-p-mdlg-l {
    padding-left: 80px;
  }
  .m-p-mdlg-tr {
    padding-right: 80px;
    padding-top: 35px;
  }
  .m-p-mdlg-br {
    padding-right: 80px;
    padding-bottom: 35px;
  }
  .m-p-mdlg-lr {
    padding-right: 80px;
    padding-left: 35px;
  }
  .m-p-mdlg-tb {
    padding-top: 35px;
    padding-bottom: 80px;
  }
  .m-p-mdlg-bl {
    padding-left: 80px;
    padding-bottom: 35px;
  }
  .m-p-mdlg-tl {
    padding-left: 80px;
    padding-top: 35px;
  }
  .m-p-mdxl {
    padding: 35px 100px;
  }
  .m-p-mdxl-t {
    padding-top: 35px;
  }
  .m-p-mdxl-r {
    padding-right: 100px;
  }
  .m-p-mdxl-b {
    padding-bottom: 35px;
  }
  .m-p-mdxl-l {
    padding-left: 100px;
  }
  .m-p-mdxl-tr {
    padding-right: 100px;
    padding-top: 35px;
  }
  .m-p-mdxl-br {
    padding-right: 100px;
    padding-bottom: 35px;
  }
  .m-p-mdxl-lr {
    padding-right: 100px;
    padding-left: 35px;
  }
  .m-p-mdxl-tb {
    padding-top: 35px;
    padding-bottom: 100px;
  }
  .m-p-mdxl-bl {
    padding-left: 100px;
    padding-bottom: 35px;
  }
  .m-p-mdxl-tl {
    padding-left: 100px;
    padding-top: 35px;
  }
  .m-p-mdxxl {
    padding: 35px 120px;
  }
  .m-p-mdxxl-t {
    padding-top: 35px;
  }
  .m-p-mdxxl-r {
    padding-right: 120px;
  }
  .m-p-mdxxl-b {
    padding-bottom: 35px;
  }
  .m-p-mdxxl-l {
    padding-left: 120px;
  }
  .m-p-mdxxl-tr {
    padding-right: 120px;
    padding-top: 35px;
  }
  .m-p-mdxxl-br {
    padding-right: 120px;
    padding-bottom: 35px;
  }
  .m-p-mdxxl-lr {
    padding-right: 120px;
    padding-left: 35px;
  }
  .m-p-mdxxl-tb {
    padding-top: 35px;
    padding-bottom: 120px;
  }
  .m-p-mdxxl-bl {
    padding-left: 120px;
    padding-bottom: 35px;
  }
  .m-p-mdxxl-tl {
    padding-left: 120px;
    padding-top: 35px;
  }
  .m-p-lg {
    padding: 80px;
  }
  .m-p-lg-t {
    padding-top: 80px;
  }
  .m-p-lg-r {
    padding-right: 80px;
  }
  .m-p-lg-b {
    padding-bottom: 80px;
  }
  .m-p-lg-l {
    padding-left: 80px;
  }
  .m-p-lg-tr {
    padding-right: 80px;
    padding-top: 80px;
  }
  .m-p-lg-br {
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .m-p-lg-rl, .m-p-lg-lr {
    padding-right: 80px;
    padding-left: 80px;
  }
  .m-p-lg-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-p-lg-bl {
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .m-p-lg-tl {
    padding-left: 80px;
    padding-top: 80px;
  }
  .m-p-lgxxs {
    padding: 80px 5px;
  }
  .m-p-lgxxs-t {
    padding-top: 80px;
  }
  .m-p-lgxxs-r {
    padding-right: 5px;
  }
  .m-p-lgxxs-b {
    padding-bottom: 80px;
  }
  .m-p-lgxxs-l {
    padding-left: 5px;
  }
  .m-p-lgxxs-tr {
    padding-right: 5px;
    padding-top: 80px;
  }
  .m-p-lgxxs-br {
    padding-right: 5px;
    padding-bottom: 80px;
  }
  .m-p-lgxxs-lr {
    padding-right: 5px;
    padding-left: 80px;
  }
  .m-p-lgxxs-tb {
    padding-top: 80px;
    padding-bottom: 5px;
  }
  .m-p-lgxxs-bl {
    padding-left: 5px;
    padding-bottom: 80px;
  }
  .m-p-lgxxs-tl {
    padding-left: 5px;
    padding-top: 80px;
  }
  .m-p-lgxs {
    padding: 80px 10px;
  }
  .m-p-lgxs-t {
    padding-top: 80px;
  }
  .m-p-lgxs-r {
    padding-right: 10px;
  }
  .m-p-lgxs-b {
    padding-bottom: 80px;
  }
  .m-p-lgxs-l {
    padding-left: 10px;
  }
  .m-p-lgxs-tr {
    padding-right: 10px;
    padding-top: 80px;
  }
  .m-p-lgxs-br {
    padding-right: 10px;
    padding-bottom: 80px;
  }
  .m-p-lgxs-lr {
    padding-right: 10px;
    padding-left: 80px;
  }
  .m-p-lgxs-tb {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .m-p-lgxs-bl {
    padding-left: 10px;
    padding-bottom: 80px;
  }
  .m-p-lgxs-tl {
    padding-left: 10px;
    padding-top: 80px;
  }
  .m-p-lgsm {
    padding: 80px 20px;
  }
  .m-p-lgsm-t {
    padding-top: 80px;
  }
  .m-p-lgsm-r {
    padding-right: 20px;
  }
  .m-p-lgsm-b {
    padding-bottom: 80px;
  }
  .m-p-lgsm-l {
    padding-left: 20px;
  }
  .m-p-lgsm-tr {
    padding-right: 20px;
    padding-top: 80px;
  }
  .m-p-lgsm-br {
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .m-p-lgsm-lr {
    padding-right: 20px;
    padding-left: 80px;
  }
  .m-p-lgsm-tb {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .m-p-lgsm-bl {
    padding-left: 20px;
    padding-bottom: 80px;
  }
  .m-p-lgsm-tl {
    padding-left: 20px;
    padding-top: 80px;
  }
  .m-p-lgmd {
    padding: 80px 35px;
  }
  .m-p-lgmd-t {
    padding-top: 80px;
  }
  .m-p-lgmd-r {
    padding-right: 35px;
  }
  .m-p-lgmd-b {
    padding-bottom: 80px;
  }
  .m-p-lgmd-l {
    padding-left: 35px;
  }
  .m-p-lgmd-tr {
    padding-right: 35px;
    padding-top: 80px;
  }
  .m-p-lgmd-br {
    padding-right: 35px;
    padding-bottom: 80px;
  }
  .m-p-lgmd-lr {
    padding-right: 35px;
    padding-left: 80px;
  }
  .m-p-lgmd-tb {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .m-p-lgmd-bl {
    padding-left: 35px;
    padding-bottom: 80px;
  }
  .m-p-lgmd-tl {
    padding-left: 35px;
    padding-top: 80px;
  }
  .m-p-lglg {
    padding: 80px 80px;
  }
  .m-p-lglg-t {
    padding-top: 80px;
  }
  .m-p-lglg-r {
    padding-right: 80px;
  }
  .m-p-lglg-b {
    padding-bottom: 80px;
  }
  .m-p-lglg-l {
    padding-left: 80px;
  }
  .m-p-lglg-tr {
    padding-right: 80px;
    padding-top: 80px;
  }
  .m-p-lglg-br {
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .m-p-lglg-lr {
    padding-right: 80px;
    padding-left: 80px;
  }
  .m-p-lglg-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-p-lglg-bl {
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .m-p-lglg-tl {
    padding-left: 80px;
    padding-top: 80px;
  }
  .m-p-lgxl {
    padding: 80px 100px;
  }
  .m-p-lgxl-t {
    padding-top: 80px;
  }
  .m-p-lgxl-r {
    padding-right: 100px;
  }
  .m-p-lgxl-b {
    padding-bottom: 80px;
  }
  .m-p-lgxl-l {
    padding-left: 100px;
  }
  .m-p-lgxl-tr {
    padding-right: 100px;
    padding-top: 80px;
  }
  .m-p-lgxl-br {
    padding-right: 100px;
    padding-bottom: 80px;
  }
  .m-p-lgxl-lr {
    padding-right: 100px;
    padding-left: 80px;
  }
  .m-p-lgxl-tb {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .m-p-lgxl-bl {
    padding-left: 100px;
    padding-bottom: 80px;
  }
  .m-p-lgxl-tl {
    padding-left: 100px;
    padding-top: 80px;
  }
  .m-p-lgxxl {
    padding: 80px 120px;
  }
  .m-p-lgxxl-t {
    padding-top: 80px;
  }
  .m-p-lgxxl-r {
    padding-right: 120px;
  }
  .m-p-lgxxl-b {
    padding-bottom: 80px;
  }
  .m-p-lgxxl-l {
    padding-left: 120px;
  }
  .m-p-lgxxl-tr {
    padding-right: 120px;
    padding-top: 80px;
  }
  .m-p-lgxxl-br {
    padding-right: 120px;
    padding-bottom: 80px;
  }
  .m-p-lgxxl-lr {
    padding-right: 120px;
    padding-left: 80px;
  }
  .m-p-lgxxl-tb {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .m-p-lgxxl-bl {
    padding-left: 120px;
    padding-bottom: 80px;
  }
  .m-p-lgxxl-tl {
    padding-left: 120px;
    padding-top: 80px;
  }
  .m-p-xl {
    padding: 100px;
  }
  .m-p-xl-t {
    padding-top: 100px;
  }
  .m-p-xl-r {
    padding-right: 100px;
  }
  .m-p-xl-b {
    padding-bottom: 100px;
  }
  .m-p-xl-l {
    padding-left: 100px;
  }
  .m-p-xl-tr {
    padding-right: 100px;
    padding-top: 100px;
  }
  .m-p-xl-br {
    padding-right: 100px;
    padding-bottom: 100px;
  }
  .m-p-xl-rl, .m-p-xl-lr {
    padding-right: 100px;
    padding-left: 100px;
  }
  .m-p-xl-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .m-p-xl-bl {
    padding-left: 100px;
    padding-bottom: 100px;
  }
  .m-p-xl-tl {
    padding-left: 100px;
    padding-top: 100px;
  }
  .m-p-xlxxs {
    padding: 100px 5px;
  }
  .m-p-xlxxs-t {
    padding-top: 100px;
  }
  .m-p-xlxxs-r {
    padding-right: 5px;
  }
  .m-p-xlxxs-b {
    padding-bottom: 100px;
  }
  .m-p-xlxxs-l {
    padding-left: 5px;
  }
  .m-p-xlxxs-tr {
    padding-right: 5px;
    padding-top: 100px;
  }
  .m-p-xlxxs-br {
    padding-right: 5px;
    padding-bottom: 100px;
  }
  .m-p-xlxxs-lr {
    padding-right: 5px;
    padding-left: 100px;
  }
  .m-p-xlxxs-tb {
    padding-top: 100px;
    padding-bottom: 5px;
  }
  .m-p-xlxxs-bl {
    padding-left: 5px;
    padding-bottom: 100px;
  }
  .m-p-xlxxs-tl {
    padding-left: 5px;
    padding-top: 100px;
  }
  .m-p-xlxs {
    padding: 100px 10px;
  }
  .m-p-xlxs-t {
    padding-top: 100px;
  }
  .m-p-xlxs-r {
    padding-right: 10px;
  }
  .m-p-xlxs-b {
    padding-bottom: 100px;
  }
  .m-p-xlxs-l {
    padding-left: 10px;
  }
  .m-p-xlxs-tr {
    padding-right: 10px;
    padding-top: 100px;
  }
  .m-p-xlxs-br {
    padding-right: 10px;
    padding-bottom: 100px;
  }
  .m-p-xlxs-lr {
    padding-right: 10px;
    padding-left: 100px;
  }
  .m-p-xlxs-tb {
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .m-p-xlxs-bl {
    padding-left: 10px;
    padding-bottom: 100px;
  }
  .m-p-xlxs-tl {
    padding-left: 10px;
    padding-top: 100px;
  }
  .m-p-xlsm {
    padding: 100px 20px;
  }
  .m-p-xlsm-t {
    padding-top: 100px;
  }
  .m-p-xlsm-r {
    padding-right: 20px;
  }
  .m-p-xlsm-b {
    padding-bottom: 100px;
  }
  .m-p-xlsm-l {
    padding-left: 20px;
  }
  .m-p-xlsm-tr {
    padding-right: 20px;
    padding-top: 100px;
  }
  .m-p-xlsm-br {
    padding-right: 20px;
    padding-bottom: 100px;
  }
  .m-p-xlsm-lr {
    padding-right: 20px;
    padding-left: 100px;
  }
  .m-p-xlsm-tb {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .m-p-xlsm-bl {
    padding-left: 20px;
    padding-bottom: 100px;
  }
  .m-p-xlsm-tl {
    padding-left: 20px;
    padding-top: 100px;
  }
  .m-p-xlmd {
    padding: 100px 35px;
  }
  .m-p-xlmd-t {
    padding-top: 100px;
  }
  .m-p-xlmd-r {
    padding-right: 35px;
  }
  .m-p-xlmd-b {
    padding-bottom: 100px;
  }
  .m-p-xlmd-l {
    padding-left: 35px;
  }
  .m-p-xlmd-tr {
    padding-right: 35px;
    padding-top: 100px;
  }
  .m-p-xlmd-br {
    padding-right: 35px;
    padding-bottom: 100px;
  }
  .m-p-xlmd-lr {
    padding-right: 35px;
    padding-left: 100px;
  }
  .m-p-xlmd-tb {
    padding-top: 100px;
    padding-bottom: 35px;
  }
  .m-p-xlmd-bl {
    padding-left: 35px;
    padding-bottom: 100px;
  }
  .m-p-xlmd-tl {
    padding-left: 35px;
    padding-top: 100px;
  }
  .m-p-xllg {
    padding: 100px 80px;
  }
  .m-p-xllg-t {
    padding-top: 100px;
  }
  .m-p-xllg-r {
    padding-right: 80px;
  }
  .m-p-xllg-b {
    padding-bottom: 100px;
  }
  .m-p-xllg-l {
    padding-left: 80px;
  }
  .m-p-xllg-tr {
    padding-right: 80px;
    padding-top: 100px;
  }
  .m-p-xllg-br {
    padding-right: 80px;
    padding-bottom: 100px;
  }
  .m-p-xllg-lr {
    padding-right: 80px;
    padding-left: 100px;
  }
  .m-p-xllg-tb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .m-p-xllg-bl {
    padding-left: 80px;
    padding-bottom: 100px;
  }
  .m-p-xllg-tl {
    padding-left: 80px;
    padding-top: 100px;
  }
  .m-p-xlxl {
    padding: 100px 100px;
  }
  .m-p-xlxl-t {
    padding-top: 100px;
  }
  .m-p-xlxl-r {
    padding-right: 100px;
  }
  .m-p-xlxl-b {
    padding-bottom: 100px;
  }
  .m-p-xlxl-l {
    padding-left: 100px;
  }
  .m-p-xlxl-tr {
    padding-right: 100px;
    padding-top: 100px;
  }
  .m-p-xlxl-br {
    padding-right: 100px;
    padding-bottom: 100px;
  }
  .m-p-xlxl-lr {
    padding-right: 100px;
    padding-left: 100px;
  }
  .m-p-xlxl-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .m-p-xlxl-bl {
    padding-left: 100px;
    padding-bottom: 100px;
  }
  .m-p-xlxl-tl {
    padding-left: 100px;
    padding-top: 100px;
  }
  .m-p-xlxxl {
    padding: 100px 120px;
  }
  .m-p-xlxxl-t {
    padding-top: 100px;
  }
  .m-p-xlxxl-r {
    padding-right: 120px;
  }
  .m-p-xlxxl-b {
    padding-bottom: 100px;
  }
  .m-p-xlxxl-l {
    padding-left: 120px;
  }
  .m-p-xlxxl-tr {
    padding-right: 120px;
    padding-top: 100px;
  }
  .m-p-xlxxl-br {
    padding-right: 120px;
    padding-bottom: 100px;
  }
  .m-p-xlxxl-lr {
    padding-right: 120px;
    padding-left: 100px;
  }
  .m-p-xlxxl-tb {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .m-p-xlxxl-bl {
    padding-left: 120px;
    padding-bottom: 100px;
  }
  .m-p-xlxxl-tl {
    padding-left: 120px;
    padding-top: 100px;
  }
  .m-p-xxl {
    padding: 120px;
  }
  .m-p-xxl-t {
    padding-top: 120px;
  }
  .m-p-xxl-r {
    padding-right: 120px;
  }
  .m-p-xxl-b {
    padding-bottom: 120px;
  }
  .m-p-xxl-l {
    padding-left: 120px;
  }
  .m-p-xxl-tr {
    padding-right: 120px;
    padding-top: 120px;
  }
  .m-p-xxl-br {
    padding-right: 120px;
    padding-bottom: 120px;
  }
  .m-p-xxl-rl, .m-p-xxl-lr {
    padding-right: 120px;
    padding-left: 120px;
  }
  .m-p-xxl-tb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .m-p-xxl-bl {
    padding-left: 120px;
    padding-bottom: 120px;
  }
  .m-p-xxl-tl {
    padding-left: 120px;
    padding-top: 120px;
  }
  .m-p-xxlxxs {
    padding: 120px 5px;
  }
  .m-p-xxlxxs-t {
    padding-top: 120px;
  }
  .m-p-xxlxxs-r {
    padding-right: 5px;
  }
  .m-p-xxlxxs-b {
    padding-bottom: 120px;
  }
  .m-p-xxlxxs-l {
    padding-left: 5px;
  }
  .m-p-xxlxxs-tr {
    padding-right: 5px;
    padding-top: 120px;
  }
  .m-p-xxlxxs-br {
    padding-right: 5px;
    padding-bottom: 120px;
  }
  .m-p-xxlxxs-lr {
    padding-right: 5px;
    padding-left: 120px;
  }
  .m-p-xxlxxs-tb {
    padding-top: 120px;
    padding-bottom: 5px;
  }
  .m-p-xxlxxs-bl {
    padding-left: 5px;
    padding-bottom: 120px;
  }
  .m-p-xxlxxs-tl {
    padding-left: 5px;
    padding-top: 120px;
  }
  .m-p-xxlxs {
    padding: 120px 10px;
  }
  .m-p-xxlxs-t {
    padding-top: 120px;
  }
  .m-p-xxlxs-r {
    padding-right: 10px;
  }
  .m-p-xxlxs-b {
    padding-bottom: 120px;
  }
  .m-p-xxlxs-l {
    padding-left: 10px;
  }
  .m-p-xxlxs-tr {
    padding-right: 10px;
    padding-top: 120px;
  }
  .m-p-xxlxs-br {
    padding-right: 10px;
    padding-bottom: 120px;
  }
  .m-p-xxlxs-lr {
    padding-right: 10px;
    padding-left: 120px;
  }
  .m-p-xxlxs-tb {
    padding-top: 120px;
    padding-bottom: 10px;
  }
  .m-p-xxlxs-bl {
    padding-left: 10px;
    padding-bottom: 120px;
  }
  .m-p-xxlxs-tl {
    padding-left: 10px;
    padding-top: 120px;
  }
  .m-p-xxlsm {
    padding: 120px 20px;
  }
  .m-p-xxlsm-t {
    padding-top: 120px;
  }
  .m-p-xxlsm-r {
    padding-right: 20px;
  }
  .m-p-xxlsm-b {
    padding-bottom: 120px;
  }
  .m-p-xxlsm-l {
    padding-left: 20px;
  }
  .m-p-xxlsm-tr {
    padding-right: 20px;
    padding-top: 120px;
  }
  .m-p-xxlsm-br {
    padding-right: 20px;
    padding-bottom: 120px;
  }
  .m-p-xxlsm-lr {
    padding-right: 20px;
    padding-left: 120px;
  }
  .m-p-xxlsm-tb {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .m-p-xxlsm-bl {
    padding-left: 20px;
    padding-bottom: 120px;
  }
  .m-p-xxlsm-tl {
    padding-left: 20px;
    padding-top: 120px;
  }
  .m-p-xxlmd {
    padding: 120px 35px;
  }
  .m-p-xxlmd-t {
    padding-top: 120px;
  }
  .m-p-xxlmd-r {
    padding-right: 35px;
  }
  .m-p-xxlmd-b {
    padding-bottom: 120px;
  }
  .m-p-xxlmd-l {
    padding-left: 35px;
  }
  .m-p-xxlmd-tr {
    padding-right: 35px;
    padding-top: 120px;
  }
  .m-p-xxlmd-br {
    padding-right: 35px;
    padding-bottom: 120px;
  }
  .m-p-xxlmd-lr {
    padding-right: 35px;
    padding-left: 120px;
  }
  .m-p-xxlmd-tb {
    padding-top: 120px;
    padding-bottom: 35px;
  }
  .m-p-xxlmd-bl {
    padding-left: 35px;
    padding-bottom: 120px;
  }
  .m-p-xxlmd-tl {
    padding-left: 35px;
    padding-top: 120px;
  }
  .m-p-xxllg {
    padding: 120px 80px;
  }
  .m-p-xxllg-t {
    padding-top: 120px;
  }
  .m-p-xxllg-r {
    padding-right: 80px;
  }
  .m-p-xxllg-b {
    padding-bottom: 120px;
  }
  .m-p-xxllg-l {
    padding-left: 80px;
  }
  .m-p-xxllg-tr {
    padding-right: 80px;
    padding-top: 120px;
  }
  .m-p-xxllg-br {
    padding-right: 80px;
    padding-bottom: 120px;
  }
  .m-p-xxllg-lr {
    padding-right: 80px;
    padding-left: 120px;
  }
  .m-p-xxllg-tb {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .m-p-xxllg-bl {
    padding-left: 80px;
    padding-bottom: 120px;
  }
  .m-p-xxllg-tl {
    padding-left: 80px;
    padding-top: 120px;
  }
  .m-p-xxlxl {
    padding: 120px 100px;
  }
  .m-p-xxlxl-t {
    padding-top: 120px;
  }
  .m-p-xxlxl-r {
    padding-right: 100px;
  }
  .m-p-xxlxl-b {
    padding-bottom: 120px;
  }
  .m-p-xxlxl-l {
    padding-left: 100px;
  }
  .m-p-xxlxl-tr {
    padding-right: 100px;
    padding-top: 120px;
  }
  .m-p-xxlxl-br {
    padding-right: 100px;
    padding-bottom: 120px;
  }
  .m-p-xxlxl-lr {
    padding-right: 100px;
    padding-left: 120px;
  }
  .m-p-xxlxl-tb {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .m-p-xxlxl-bl {
    padding-left: 100px;
    padding-bottom: 120px;
  }
  .m-p-xxlxl-tl {
    padding-left: 100px;
    padding-top: 120px;
  }
  .m-p-xxlxxl {
    padding: 120px 120px;
  }
  .m-p-xxlxxl-t {
    padding-top: 120px;
  }
  .m-p-xxlxxl-r {
    padding-right: 120px;
  }
  .m-p-xxlxxl-b {
    padding-bottom: 120px;
  }
  .m-p-xxlxxl-l {
    padding-left: 120px;
  }
  .m-p-xxlxxl-tr {
    padding-right: 120px;
    padding-top: 120px;
  }
  .m-p-xxlxxl-br {
    padding-right: 120px;
    padding-bottom: 120px;
  }
  .m-p-xxlxxl-lr {
    padding-right: 120px;
    padding-left: 120px;
  }
  .m-p-xxlxxl-tb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .m-p-xxlxxl-bl {
    padding-left: 120px;
    padding-bottom: 120px;
  }
  .m-p-xxlxxl-tl {
    padding-left: 120px;
    padding-top: 120px;
  }
  .m-p-0 {
    padding: 0px;
  }
  .m-p-t-0 {
    padding-top: 0px;
  }
  .m-p-r-0 {
    padding-right: 0px;
  }
  .m-p-b-0 {
    padding-bottom: 0px;
  }
  .m-p-l-0 {
    padding-left: 0px;
  }
  .m-p-tr-0 {
    padding-right: 0px;
    padding-top: 0px;
  }
  .m-p-br-0 {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .m-p-rl-0, .m-p-lr-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .m-p-tb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m-p-bl-0 {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .m-p-tl-0 {
    padding-left: 0px;
    padding-top: 0px;
  }
  .m-m-t {
    margin-top: 0;
  }
  .m-m-r {
    margin-right: 0;
  }
  .m-m-b {
    margin-bottom: 0;
  }
  .m-m-l {
    margin-left: 0;
  }
  .m-m-tr {
    margin-right: 0;
    margin-top: 0;
  }
  .m-m-br {
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-m-rl, .m-m-lr {
    margin-right: 0;
    margin-left: 0;
  }
  .m-m-tb {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-m-bl {
    margin-left: 0;
    margin-bottom: 0;
  }
  .m-m-tl {
    margin-left: 0;
    margin-top: 0;
  }
  .m-m-xxs {
    margin: 5px;
  }
  .m-m-xxs-t {
    margin-top: 5px;
  }
  .m-m-xxs-r {
    margin-right: 5px;
  }
  .m-m-xxs-b {
    margin-bottom: 5px;
  }
  .m-m-xxs-l {
    margin-left: 5px;
  }
  .m-m-xxs-tr {
    margin-right: 5px;
    margin-top: 5px;
  }
  .m-m-xxs-br {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .m-m-xxs-rl, .m-m-xxs-lr {
    margin-right: 5px;
    margin-left: 5px;
  }
  .m-m-xxs-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .m-m-xxs-bl {
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .m-m-xxs-tl {
    margin-left: 5px;
    margin-top: 5px;
  }
  .m-m-xxsxxs {
    margin: 5px 5px;
  }
  .m-m-xxsxxs-t {
    margin-top: 5px;
  }
  .m-m-xxsxxs-r {
    margin-right: 5px;
  }
  .m-m-xxsxxs-b {
    margin-bottom: 5px;
  }
  .m-m-xxsxxs-l {
    margin-left: 5px;
  }
  .m-m-xxsxxs-tr {
    margin-right: 5px;
    margin-top: 5px;
  }
  .m-m-xxsxxs-br {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .m-m-xxsxxs-lr {
    margin-right: 5px;
    margin-left: 5px;
  }
  .m-m-xxsxxs-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .m-m-xxsxxs-bl {
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .m-m-xxsxxs-tl {
    margin-left: 5px;
    margin-top: 5px;
  }
  .m-m-xxsxs {
    margin: 5px 10px;
  }
  .m-m-xxsxs-t {
    margin-top: 5px;
  }
  .m-m-xxsxs-r {
    margin-right: 10px;
  }
  .m-m-xxsxs-b {
    margin-bottom: 5px;
  }
  .m-m-xxsxs-l {
    margin-left: 10px;
  }
  .m-m-xxsxs-tr {
    margin-right: 10px;
    margin-top: 5px;
  }
  .m-m-xxsxs-br {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .m-m-xxsxs-lr {
    margin-right: 10px;
    margin-left: 5px;
  }
  .m-m-xxsxs-tb {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .m-m-xxsxs-bl {
    margin-left: 10px;
    margin-bottom: 5px;
  }
  .m-m-xxsxs-tl {
    margin-left: 10px;
    margin-top: 5px;
  }
  .m-m-xxssm {
    margin: 5px 20px;
  }
  .m-m-xxssm-t {
    margin-top: 5px;
  }
  .m-m-xxssm-r {
    margin-right: 20px;
  }
  .m-m-xxssm-b {
    margin-bottom: 5px;
  }
  .m-m-xxssm-l {
    margin-left: 20px;
  }
  .m-m-xxssm-tr {
    margin-right: 20px;
    margin-top: 5px;
  }
  .m-m-xxssm-br {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .m-m-xxssm-lr {
    margin-right: 20px;
    margin-left: 5px;
  }
  .m-m-xxssm-tb {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .m-m-xxssm-bl {
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .m-m-xxssm-tl {
    margin-left: 20px;
    margin-top: 5px;
  }
  .m-m-xxsmd {
    margin: 5px 35px;
  }
  .m-m-xxsmd-t {
    margin-top: 5px;
  }
  .m-m-xxsmd-r {
    margin-right: 35px;
  }
  .m-m-xxsmd-b {
    margin-bottom: 5px;
  }
  .m-m-xxsmd-l {
    margin-left: 35px;
  }
  .m-m-xxsmd-tr {
    margin-right: 35px;
    margin-top: 5px;
  }
  .m-m-xxsmd-br {
    margin-right: 35px;
    margin-bottom: 5px;
  }
  .m-m-xxsmd-lr {
    margin-right: 35px;
    margin-left: 5px;
  }
  .m-m-xxsmd-tb {
    margin-top: 5px;
    margin-bottom: 35px;
  }
  .m-m-xxsmd-bl {
    margin-left: 35px;
    margin-bottom: 5px;
  }
  .m-m-xxsmd-tl {
    margin-left: 35px;
    margin-top: 5px;
  }
  .m-m-xxslg {
    margin: 5px 80px;
  }
  .m-m-xxslg-t {
    margin-top: 5px;
  }
  .m-m-xxslg-r {
    margin-right: 80px;
  }
  .m-m-xxslg-b {
    margin-bottom: 5px;
  }
  .m-m-xxslg-l {
    margin-left: 80px;
  }
  .m-m-xxslg-tr {
    margin-right: 80px;
    margin-top: 5px;
  }
  .m-m-xxslg-br {
    margin-right: 80px;
    margin-bottom: 5px;
  }
  .m-m-xxslg-lr {
    margin-right: 80px;
    margin-left: 5px;
  }
  .m-m-xxslg-tb {
    margin-top: 5px;
    margin-bottom: 80px;
  }
  .m-m-xxslg-bl {
    margin-left: 80px;
    margin-bottom: 5px;
  }
  .m-m-xxslg-tl {
    margin-left: 80px;
    margin-top: 5px;
  }
  .m-m-xxsxl {
    margin: 5px 100px;
  }
  .m-m-xxsxl-t {
    margin-top: 5px;
  }
  .m-m-xxsxl-r {
    margin-right: 100px;
  }
  .m-m-xxsxl-b {
    margin-bottom: 5px;
  }
  .m-m-xxsxl-l {
    margin-left: 100px;
  }
  .m-m-xxsxl-tr {
    margin-right: 100px;
    margin-top: 5px;
  }
  .m-m-xxsxl-br {
    margin-right: 100px;
    margin-bottom: 5px;
  }
  .m-m-xxsxl-lr {
    margin-right: 100px;
    margin-left: 5px;
  }
  .m-m-xxsxl-tb {
    margin-top: 5px;
    margin-bottom: 100px;
  }
  .m-m-xxsxl-bl {
    margin-left: 100px;
    margin-bottom: 5px;
  }
  .m-m-xxsxl-tl {
    margin-left: 100px;
    margin-top: 5px;
  }
  .m-m-xxsxxl {
    margin: 5px 120px;
  }
  .m-m-xxsxxl-t {
    margin-top: 5px;
  }
  .m-m-xxsxxl-r {
    margin-right: 120px;
  }
  .m-m-xxsxxl-b {
    margin-bottom: 5px;
  }
  .m-m-xxsxxl-l {
    margin-left: 120px;
  }
  .m-m-xxsxxl-tr {
    margin-right: 120px;
    margin-top: 5px;
  }
  .m-m-xxsxxl-br {
    margin-right: 120px;
    margin-bottom: 5px;
  }
  .m-m-xxsxxl-lr {
    margin-right: 120px;
    margin-left: 5px;
  }
  .m-m-xxsxxl-tb {
    margin-top: 5px;
    margin-bottom: 120px;
  }
  .m-m-xxsxxl-bl {
    margin-left: 120px;
    margin-bottom: 5px;
  }
  .m-m-xxsxxl-tl {
    margin-left: 120px;
    margin-top: 5px;
  }
  .m-m-xs {
    margin: 10px;
  }
  .m-m-xs-t {
    margin-top: 10px;
  }
  .m-m-xs-r {
    margin-right: 10px;
  }
  .m-m-xs-b {
    margin-bottom: 10px;
  }
  .m-m-xs-l {
    margin-left: 10px;
  }
  .m-m-xs-tr {
    margin-right: 10px;
    margin-top: 10px;
  }
  .m-m-xs-br {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .m-m-xs-rl, .m-m-xs-lr {
    margin-right: 10px;
    margin-left: 10px;
  }
  .m-m-xs-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .m-m-xs-bl {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .m-m-xs-tl {
    margin-left: 10px;
    margin-top: 10px;
  }
  .m-m-xsxxs {
    margin: 10px 5px;
  }
  .m-m-xsxxs-t {
    margin-top: 10px;
  }
  .m-m-xsxxs-r {
    margin-right: 5px;
  }
  .m-m-xsxxs-b {
    margin-bottom: 10px;
  }
  .m-m-xsxxs-l {
    margin-left: 5px;
  }
  .m-m-xsxxs-tr {
    margin-right: 5px;
    margin-top: 10px;
  }
  .m-m-xsxxs-br {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .m-m-xsxxs-lr {
    margin-right: 5px;
    margin-left: 10px;
  }
  .m-m-xsxxs-tb {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .m-m-xsxxs-bl {
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .m-m-xsxxs-tl {
    margin-left: 5px;
    margin-top: 10px;
  }
  .m-m-xsxs {
    margin: 10px 10px;
  }
  .m-m-xsxs-t {
    margin-top: 10px;
  }
  .m-m-xsxs-r {
    margin-right: 10px;
  }
  .m-m-xsxs-b {
    margin-bottom: 10px;
  }
  .m-m-xsxs-l {
    margin-left: 10px;
  }
  .m-m-xsxs-tr {
    margin-right: 10px;
    margin-top: 10px;
  }
  .m-m-xsxs-br {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .m-m-xsxs-lr {
    margin-right: 10px;
    margin-left: 10px;
  }
  .m-m-xsxs-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .m-m-xsxs-bl {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .m-m-xsxs-tl {
    margin-left: 10px;
    margin-top: 10px;
  }
  .m-m-xssm {
    margin: 10px 20px;
  }
  .m-m-xssm-t {
    margin-top: 10px;
  }
  .m-m-xssm-r {
    margin-right: 20px;
  }
  .m-m-xssm-b {
    margin-bottom: 10px;
  }
  .m-m-xssm-l {
    margin-left: 20px;
  }
  .m-m-xssm-tr {
    margin-right: 20px;
    margin-top: 10px;
  }
  .m-m-xssm-br {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .m-m-xssm-lr {
    margin-right: 20px;
    margin-left: 10px;
  }
  .m-m-xssm-tb {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .m-m-xssm-bl {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .m-m-xssm-tl {
    margin-left: 20px;
    margin-top: 10px;
  }
  .m-m-xsmd {
    margin: 10px 35px;
  }
  .m-m-xsmd-t {
    margin-top: 10px;
  }
  .m-m-xsmd-r {
    margin-right: 35px;
  }
  .m-m-xsmd-b {
    margin-bottom: 10px;
  }
  .m-m-xsmd-l {
    margin-left: 35px;
  }
  .m-m-xsmd-tr {
    margin-right: 35px;
    margin-top: 10px;
  }
  .m-m-xsmd-br {
    margin-right: 35px;
    margin-bottom: 10px;
  }
  .m-m-xsmd-lr {
    margin-right: 35px;
    margin-left: 10px;
  }
  .m-m-xsmd-tb {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .m-m-xsmd-bl {
    margin-left: 35px;
    margin-bottom: 10px;
  }
  .m-m-xsmd-tl {
    margin-left: 35px;
    margin-top: 10px;
  }
  .m-m-xslg {
    margin: 10px 80px;
  }
  .m-m-xslg-t {
    margin-top: 10px;
  }
  .m-m-xslg-r {
    margin-right: 80px;
  }
  .m-m-xslg-b {
    margin-bottom: 10px;
  }
  .m-m-xslg-l {
    margin-left: 80px;
  }
  .m-m-xslg-tr {
    margin-right: 80px;
    margin-top: 10px;
  }
  .m-m-xslg-br {
    margin-right: 80px;
    margin-bottom: 10px;
  }
  .m-m-xslg-lr {
    margin-right: 80px;
    margin-left: 10px;
  }
  .m-m-xslg-tb {
    margin-top: 10px;
    margin-bottom: 80px;
  }
  .m-m-xslg-bl {
    margin-left: 80px;
    margin-bottom: 10px;
  }
  .m-m-xslg-tl {
    margin-left: 80px;
    margin-top: 10px;
  }
  .m-m-xsxl {
    margin: 10px 100px;
  }
  .m-m-xsxl-t {
    margin-top: 10px;
  }
  .m-m-xsxl-r {
    margin-right: 100px;
  }
  .m-m-xsxl-b {
    margin-bottom: 10px;
  }
  .m-m-xsxl-l {
    margin-left: 100px;
  }
  .m-m-xsxl-tr {
    margin-right: 100px;
    margin-top: 10px;
  }
  .m-m-xsxl-br {
    margin-right: 100px;
    margin-bottom: 10px;
  }
  .m-m-xsxl-lr {
    margin-right: 100px;
    margin-left: 10px;
  }
  .m-m-xsxl-tb {
    margin-top: 10px;
    margin-bottom: 100px;
  }
  .m-m-xsxl-bl {
    margin-left: 100px;
    margin-bottom: 10px;
  }
  .m-m-xsxl-tl {
    margin-left: 100px;
    margin-top: 10px;
  }
  .m-m-xsxxl {
    margin: 10px 120px;
  }
  .m-m-xsxxl-t {
    margin-top: 10px;
  }
  .m-m-xsxxl-r {
    margin-right: 120px;
  }
  .m-m-xsxxl-b {
    margin-bottom: 10px;
  }
  .m-m-xsxxl-l {
    margin-left: 120px;
  }
  .m-m-xsxxl-tr {
    margin-right: 120px;
    margin-top: 10px;
  }
  .m-m-xsxxl-br {
    margin-right: 120px;
    margin-bottom: 10px;
  }
  .m-m-xsxxl-lr {
    margin-right: 120px;
    margin-left: 10px;
  }
  .m-m-xsxxl-tb {
    margin-top: 10px;
    margin-bottom: 120px;
  }
  .m-m-xsxxl-bl {
    margin-left: 120px;
    margin-bottom: 10px;
  }
  .m-m-xsxxl-tl {
    margin-left: 120px;
    margin-top: 10px;
  }
  .m-m-sm {
    margin: 20px;
  }
  .m-m-sm-t {
    margin-top: 20px;
  }
  .m-m-sm-r {
    margin-right: 20px;
  }
  .m-m-sm-b {
    margin-bottom: 20px;
  }
  .m-m-sm-l {
    margin-left: 20px;
  }
  .m-m-sm-tr {
    margin-right: 20px;
    margin-top: 20px;
  }
  .m-m-sm-br {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .m-m-sm-rl, .m-m-sm-lr {
    margin-right: 20px;
    margin-left: 20px;
  }
  .m-m-sm-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-m-sm-bl {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .m-m-sm-tl {
    margin-left: 20px;
    margin-top: 20px;
  }
  .m-m-smxxs {
    margin: 20px 5px;
  }
  .m-m-smxxs-t {
    margin-top: 20px;
  }
  .m-m-smxxs-r {
    margin-right: 5px;
  }
  .m-m-smxxs-b {
    margin-bottom: 20px;
  }
  .m-m-smxxs-l {
    margin-left: 5px;
  }
  .m-m-smxxs-tr {
    margin-right: 5px;
    margin-top: 20px;
  }
  .m-m-smxxs-br {
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .m-m-smxxs-lr {
    margin-right: 5px;
    margin-left: 20px;
  }
  .m-m-smxxs-tb {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .m-m-smxxs-bl {
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .m-m-smxxs-tl {
    margin-left: 5px;
    margin-top: 20px;
  }
  .m-m-smxs {
    margin: 20px 10px;
  }
  .m-m-smxs-t {
    margin-top: 20px;
  }
  .m-m-smxs-r {
    margin-right: 10px;
  }
  .m-m-smxs-b {
    margin-bottom: 20px;
  }
  .m-m-smxs-l {
    margin-left: 10px;
  }
  .m-m-smxs-tr {
    margin-right: 10px;
    margin-top: 20px;
  }
  .m-m-smxs-br {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .m-m-smxs-lr {
    margin-right: 10px;
    margin-left: 20px;
  }
  .m-m-smxs-tb {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .m-m-smxs-bl {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .m-m-smxs-tl {
    margin-left: 10px;
    margin-top: 20px;
  }
  .m-m-smsm {
    margin: 20px 20px;
  }
  .m-m-smsm-t {
    margin-top: 20px;
  }
  .m-m-smsm-r {
    margin-right: 20px;
  }
  .m-m-smsm-b {
    margin-bottom: 20px;
  }
  .m-m-smsm-l {
    margin-left: 20px;
  }
  .m-m-smsm-tr {
    margin-right: 20px;
    margin-top: 20px;
  }
  .m-m-smsm-br {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .m-m-smsm-lr {
    margin-right: 20px;
    margin-left: 20px;
  }
  .m-m-smsm-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-m-smsm-bl {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .m-m-smsm-tl {
    margin-left: 20px;
    margin-top: 20px;
  }
  .m-m-smmd {
    margin: 20px 35px;
  }
  .m-m-smmd-t {
    margin-top: 20px;
  }
  .m-m-smmd-r {
    margin-right: 35px;
  }
  .m-m-smmd-b {
    margin-bottom: 20px;
  }
  .m-m-smmd-l {
    margin-left: 35px;
  }
  .m-m-smmd-tr {
    margin-right: 35px;
    margin-top: 20px;
  }
  .m-m-smmd-br {
    margin-right: 35px;
    margin-bottom: 20px;
  }
  .m-m-smmd-lr {
    margin-right: 35px;
    margin-left: 20px;
  }
  .m-m-smmd-tb {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .m-m-smmd-bl {
    margin-left: 35px;
    margin-bottom: 20px;
  }
  .m-m-smmd-tl {
    margin-left: 35px;
    margin-top: 20px;
  }
  .m-m-smlg {
    margin: 20px 80px;
  }
  .m-m-smlg-t {
    margin-top: 20px;
  }
  .m-m-smlg-r {
    margin-right: 80px;
  }
  .m-m-smlg-b {
    margin-bottom: 20px;
  }
  .m-m-smlg-l {
    margin-left: 80px;
  }
  .m-m-smlg-tr {
    margin-right: 80px;
    margin-top: 20px;
  }
  .m-m-smlg-br {
    margin-right: 80px;
    margin-bottom: 20px;
  }
  .m-m-smlg-lr {
    margin-right: 80px;
    margin-left: 20px;
  }
  .m-m-smlg-tb {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .m-m-smlg-bl {
    margin-left: 80px;
    margin-bottom: 20px;
  }
  .m-m-smlg-tl {
    margin-left: 80px;
    margin-top: 20px;
  }
  .m-m-smxl {
    margin: 20px 100px;
  }
  .m-m-smxl-t {
    margin-top: 20px;
  }
  .m-m-smxl-r {
    margin-right: 100px;
  }
  .m-m-smxl-b {
    margin-bottom: 20px;
  }
  .m-m-smxl-l {
    margin-left: 100px;
  }
  .m-m-smxl-tr {
    margin-right: 100px;
    margin-top: 20px;
  }
  .m-m-smxl-br {
    margin-right: 100px;
    margin-bottom: 20px;
  }
  .m-m-smxl-lr {
    margin-right: 100px;
    margin-left: 20px;
  }
  .m-m-smxl-tb {
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .m-m-smxl-bl {
    margin-left: 100px;
    margin-bottom: 20px;
  }
  .m-m-smxl-tl {
    margin-left: 100px;
    margin-top: 20px;
  }
  .m-m-smxxl {
    margin: 20px 120px;
  }
  .m-m-smxxl-t {
    margin-top: 20px;
  }
  .m-m-smxxl-r {
    margin-right: 120px;
  }
  .m-m-smxxl-b {
    margin-bottom: 20px;
  }
  .m-m-smxxl-l {
    margin-left: 120px;
  }
  .m-m-smxxl-tr {
    margin-right: 120px;
    margin-top: 20px;
  }
  .m-m-smxxl-br {
    margin-right: 120px;
    margin-bottom: 20px;
  }
  .m-m-smxxl-lr {
    margin-right: 120px;
    margin-left: 20px;
  }
  .m-m-smxxl-tb {
    margin-top: 20px;
    margin-bottom: 120px;
  }
  .m-m-smxxl-bl {
    margin-left: 120px;
    margin-bottom: 20px;
  }
  .m-m-smxxl-tl {
    margin-left: 120px;
    margin-top: 20px;
  }
  .m-m-md {
    margin: 35px;
  }
  .m-m-md-t {
    margin-top: 35px;
  }
  .m-m-md-r {
    margin-right: 35px;
  }
  .m-m-md-b {
    margin-bottom: 35px;
  }
  .m-m-md-l {
    margin-left: 35px;
  }
  .m-m-md-tr {
    margin-right: 35px;
    margin-top: 35px;
  }
  .m-m-md-br {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .m-m-md-rl, .m-m-md-lr {
    margin-right: 35px;
    margin-left: 35px;
  }
  .m-m-md-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .m-m-md-bl {
    margin-left: 35px;
    margin-bottom: 35px;
  }
  .m-m-md-tl {
    margin-left: 35px;
    margin-top: 35px;
  }
  .m-m-mdxxs {
    margin: 35px 5px;
  }
  .m-m-mdxxs-t {
    margin-top: 35px;
  }
  .m-m-mdxxs-r {
    margin-right: 5px;
  }
  .m-m-mdxxs-b {
    margin-bottom: 35px;
  }
  .m-m-mdxxs-l {
    margin-left: 5px;
  }
  .m-m-mdxxs-tr {
    margin-right: 5px;
    margin-top: 35px;
  }
  .m-m-mdxxs-br {
    margin-right: 5px;
    margin-bottom: 35px;
  }
  .m-m-mdxxs-lr {
    margin-right: 5px;
    margin-left: 35px;
  }
  .m-m-mdxxs-tb {
    margin-top: 35px;
    margin-bottom: 5px;
  }
  .m-m-mdxxs-bl {
    margin-left: 5px;
    margin-bottom: 35px;
  }
  .m-m-mdxxs-tl {
    margin-left: 5px;
    margin-top: 35px;
  }
  .m-m-mdxs {
    margin: 35px 10px;
  }
  .m-m-mdxs-t {
    margin-top: 35px;
  }
  .m-m-mdxs-r {
    margin-right: 10px;
  }
  .m-m-mdxs-b {
    margin-bottom: 35px;
  }
  .m-m-mdxs-l {
    margin-left: 10px;
  }
  .m-m-mdxs-tr {
    margin-right: 10px;
    margin-top: 35px;
  }
  .m-m-mdxs-br {
    margin-right: 10px;
    margin-bottom: 35px;
  }
  .m-m-mdxs-lr {
    margin-right: 10px;
    margin-left: 35px;
  }
  .m-m-mdxs-tb {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .m-m-mdxs-bl {
    margin-left: 10px;
    margin-bottom: 35px;
  }
  .m-m-mdxs-tl {
    margin-left: 10px;
    margin-top: 35px;
  }
  .m-m-mdsm {
    margin: 35px 20px;
  }
  .m-m-mdsm-t {
    margin-top: 35px;
  }
  .m-m-mdsm-r {
    margin-right: 20px;
  }
  .m-m-mdsm-b {
    margin-bottom: 35px;
  }
  .m-m-mdsm-l {
    margin-left: 20px;
  }
  .m-m-mdsm-tr {
    margin-right: 20px;
    margin-top: 35px;
  }
  .m-m-mdsm-br {
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .m-m-mdsm-lr {
    margin-right: 20px;
    margin-left: 35px;
  }
  .m-m-mdsm-tb {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .m-m-mdsm-bl {
    margin-left: 20px;
    margin-bottom: 35px;
  }
  .m-m-mdsm-tl {
    margin-left: 20px;
    margin-top: 35px;
  }
  .m-m-mdmd {
    margin: 35px 35px;
  }
  .m-m-mdmd-t {
    margin-top: 35px;
  }
  .m-m-mdmd-r {
    margin-right: 35px;
  }
  .m-m-mdmd-b {
    margin-bottom: 35px;
  }
  .m-m-mdmd-l {
    margin-left: 35px;
  }
  .m-m-mdmd-tr {
    margin-right: 35px;
    margin-top: 35px;
  }
  .m-m-mdmd-br {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .m-m-mdmd-lr {
    margin-right: 35px;
    margin-left: 35px;
  }
  .m-m-mdmd-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .m-m-mdmd-bl {
    margin-left: 35px;
    margin-bottom: 35px;
  }
  .m-m-mdmd-tl {
    margin-left: 35px;
    margin-top: 35px;
  }
  .m-m-mdlg {
    margin: 35px 80px;
  }
  .m-m-mdlg-t {
    margin-top: 35px;
  }
  .m-m-mdlg-r {
    margin-right: 80px;
  }
  .m-m-mdlg-b {
    margin-bottom: 35px;
  }
  .m-m-mdlg-l {
    margin-left: 80px;
  }
  .m-m-mdlg-tr {
    margin-right: 80px;
    margin-top: 35px;
  }
  .m-m-mdlg-br {
    margin-right: 80px;
    margin-bottom: 35px;
  }
  .m-m-mdlg-lr {
    margin-right: 80px;
    margin-left: 35px;
  }
  .m-m-mdlg-tb {
    margin-top: 35px;
    margin-bottom: 80px;
  }
  .m-m-mdlg-bl {
    margin-left: 80px;
    margin-bottom: 35px;
  }
  .m-m-mdlg-tl {
    margin-left: 80px;
    margin-top: 35px;
  }
  .m-m-mdxl {
    margin: 35px 100px;
  }
  .m-m-mdxl-t {
    margin-top: 35px;
  }
  .m-m-mdxl-r {
    margin-right: 100px;
  }
  .m-m-mdxl-b {
    margin-bottom: 35px;
  }
  .m-m-mdxl-l {
    margin-left: 100px;
  }
  .m-m-mdxl-tr {
    margin-right: 100px;
    margin-top: 35px;
  }
  .m-m-mdxl-br {
    margin-right: 100px;
    margin-bottom: 35px;
  }
  .m-m-mdxl-lr {
    margin-right: 100px;
    margin-left: 35px;
  }
  .m-m-mdxl-tb {
    margin-top: 35px;
    margin-bottom: 100px;
  }
  .m-m-mdxl-bl {
    margin-left: 100px;
    margin-bottom: 35px;
  }
  .m-m-mdxl-tl {
    margin-left: 100px;
    margin-top: 35px;
  }
  .m-m-mdxxl {
    margin: 35px 120px;
  }
  .m-m-mdxxl-t {
    margin-top: 35px;
  }
  .m-m-mdxxl-r {
    margin-right: 120px;
  }
  .m-m-mdxxl-b {
    margin-bottom: 35px;
  }
  .m-m-mdxxl-l {
    margin-left: 120px;
  }
  .m-m-mdxxl-tr {
    margin-right: 120px;
    margin-top: 35px;
  }
  .m-m-mdxxl-br {
    margin-right: 120px;
    margin-bottom: 35px;
  }
  .m-m-mdxxl-lr {
    margin-right: 120px;
    margin-left: 35px;
  }
  .m-m-mdxxl-tb {
    margin-top: 35px;
    margin-bottom: 120px;
  }
  .m-m-mdxxl-bl {
    margin-left: 120px;
    margin-bottom: 35px;
  }
  .m-m-mdxxl-tl {
    margin-left: 120px;
    margin-top: 35px;
  }
  .m-m-lg {
    margin: 80px;
  }
  .m-m-lg-t {
    margin-top: 80px;
  }
  .m-m-lg-r {
    margin-right: 80px;
  }
  .m-m-lg-b {
    margin-bottom: 80px;
  }
  .m-m-lg-l {
    margin-left: 80px;
  }
  .m-m-lg-tr {
    margin-right: 80px;
    margin-top: 80px;
  }
  .m-m-lg-br {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .m-m-lg-rl, .m-m-lg-lr {
    margin-right: 80px;
    margin-left: 80px;
  }
  .m-m-lg-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-m-lg-bl {
    margin-left: 80px;
    margin-bottom: 80px;
  }
  .m-m-lg-tl {
    margin-left: 80px;
    margin-top: 80px;
  }
  .m-m-lgxxs {
    margin: 80px 5px;
  }
  .m-m-lgxxs-t {
    margin-top: 80px;
  }
  .m-m-lgxxs-r {
    margin-right: 5px;
  }
  .m-m-lgxxs-b {
    margin-bottom: 80px;
  }
  .m-m-lgxxs-l {
    margin-left: 5px;
  }
  .m-m-lgxxs-tr {
    margin-right: 5px;
    margin-top: 80px;
  }
  .m-m-lgxxs-br {
    margin-right: 5px;
    margin-bottom: 80px;
  }
  .m-m-lgxxs-lr {
    margin-right: 5px;
    margin-left: 80px;
  }
  .m-m-lgxxs-tb {
    margin-top: 80px;
    margin-bottom: 5px;
  }
  .m-m-lgxxs-bl {
    margin-left: 5px;
    margin-bottom: 80px;
  }
  .m-m-lgxxs-tl {
    margin-left: 5px;
    margin-top: 80px;
  }
  .m-m-lgxs {
    margin: 80px 10px;
  }
  .m-m-lgxs-t {
    margin-top: 80px;
  }
  .m-m-lgxs-r {
    margin-right: 10px;
  }
  .m-m-lgxs-b {
    margin-bottom: 80px;
  }
  .m-m-lgxs-l {
    margin-left: 10px;
  }
  .m-m-lgxs-tr {
    margin-right: 10px;
    margin-top: 80px;
  }
  .m-m-lgxs-br {
    margin-right: 10px;
    margin-bottom: 80px;
  }
  .m-m-lgxs-lr {
    margin-right: 10px;
    margin-left: 80px;
  }
  .m-m-lgxs-tb {
    margin-top: 80px;
    margin-bottom: 10px;
  }
  .m-m-lgxs-bl {
    margin-left: 10px;
    margin-bottom: 80px;
  }
  .m-m-lgxs-tl {
    margin-left: 10px;
    margin-top: 80px;
  }
  .m-m-lgsm {
    margin: 80px 20px;
  }
  .m-m-lgsm-t {
    margin-top: 80px;
  }
  .m-m-lgsm-r {
    margin-right: 20px;
  }
  .m-m-lgsm-b {
    margin-bottom: 80px;
  }
  .m-m-lgsm-l {
    margin-left: 20px;
  }
  .m-m-lgsm-tr {
    margin-right: 20px;
    margin-top: 80px;
  }
  .m-m-lgsm-br {
    margin-right: 20px;
    margin-bottom: 80px;
  }
  .m-m-lgsm-lr {
    margin-right: 20px;
    margin-left: 80px;
  }
  .m-m-lgsm-tb {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .m-m-lgsm-bl {
    margin-left: 20px;
    margin-bottom: 80px;
  }
  .m-m-lgsm-tl {
    margin-left: 20px;
    margin-top: 80px;
  }
  .m-m-lgmd {
    margin: 80px 35px;
  }
  .m-m-lgmd-t {
    margin-top: 80px;
  }
  .m-m-lgmd-r {
    margin-right: 35px;
  }
  .m-m-lgmd-b {
    margin-bottom: 80px;
  }
  .m-m-lgmd-l {
    margin-left: 35px;
  }
  .m-m-lgmd-tr {
    margin-right: 35px;
    margin-top: 80px;
  }
  .m-m-lgmd-br {
    margin-right: 35px;
    margin-bottom: 80px;
  }
  .m-m-lgmd-lr {
    margin-right: 35px;
    margin-left: 80px;
  }
  .m-m-lgmd-tb {
    margin-top: 80px;
    margin-bottom: 35px;
  }
  .m-m-lgmd-bl {
    margin-left: 35px;
    margin-bottom: 80px;
  }
  .m-m-lgmd-tl {
    margin-left: 35px;
    margin-top: 80px;
  }
  .m-m-lglg {
    margin: 80px 80px;
  }
  .m-m-lglg-t {
    margin-top: 80px;
  }
  .m-m-lglg-r {
    margin-right: 80px;
  }
  .m-m-lglg-b {
    margin-bottom: 80px;
  }
  .m-m-lglg-l {
    margin-left: 80px;
  }
  .m-m-lglg-tr {
    margin-right: 80px;
    margin-top: 80px;
  }
  .m-m-lglg-br {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .m-m-lglg-lr {
    margin-right: 80px;
    margin-left: 80px;
  }
  .m-m-lglg-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-m-lglg-bl {
    margin-left: 80px;
    margin-bottom: 80px;
  }
  .m-m-lglg-tl {
    margin-left: 80px;
    margin-top: 80px;
  }
  .m-m-lgxl {
    margin: 80px 100px;
  }
  .m-m-lgxl-t {
    margin-top: 80px;
  }
  .m-m-lgxl-r {
    margin-right: 100px;
  }
  .m-m-lgxl-b {
    margin-bottom: 80px;
  }
  .m-m-lgxl-l {
    margin-left: 100px;
  }
  .m-m-lgxl-tr {
    margin-right: 100px;
    margin-top: 80px;
  }
  .m-m-lgxl-br {
    margin-right: 100px;
    margin-bottom: 80px;
  }
  .m-m-lgxl-lr {
    margin-right: 100px;
    margin-left: 80px;
  }
  .m-m-lgxl-tb {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .m-m-lgxl-bl {
    margin-left: 100px;
    margin-bottom: 80px;
  }
  .m-m-lgxl-tl {
    margin-left: 100px;
    margin-top: 80px;
  }
  .m-m-lgxxl {
    margin: 80px 120px;
  }
  .m-m-lgxxl-t {
    margin-top: 80px;
  }
  .m-m-lgxxl-r {
    margin-right: 120px;
  }
  .m-m-lgxxl-b {
    margin-bottom: 80px;
  }
  .m-m-lgxxl-l {
    margin-left: 120px;
  }
  .m-m-lgxxl-tr {
    margin-right: 120px;
    margin-top: 80px;
  }
  .m-m-lgxxl-br {
    margin-right: 120px;
    margin-bottom: 80px;
  }
  .m-m-lgxxl-lr {
    margin-right: 120px;
    margin-left: 80px;
  }
  .m-m-lgxxl-tb {
    margin-top: 80px;
    margin-bottom: 120px;
  }
  .m-m-lgxxl-bl {
    margin-left: 120px;
    margin-bottom: 80px;
  }
  .m-m-lgxxl-tl {
    margin-left: 120px;
    margin-top: 80px;
  }
  .m-m-xl {
    margin: 100px;
  }
  .m-m-xl-t {
    margin-top: 100px;
  }
  .m-m-xl-r {
    margin-right: 100px;
  }
  .m-m-xl-b {
    margin-bottom: 100px;
  }
  .m-m-xl-l {
    margin-left: 100px;
  }
  .m-m-xl-tr {
    margin-right: 100px;
    margin-top: 100px;
  }
  .m-m-xl-br {
    margin-right: 100px;
    margin-bottom: 100px;
  }
  .m-m-xl-rl, .m-m-xl-lr {
    margin-right: 100px;
    margin-left: 100px;
  }
  .m-m-xl-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-m-xl-bl {
    margin-left: 100px;
    margin-bottom: 100px;
  }
  .m-m-xl-tl {
    margin-left: 100px;
    margin-top: 100px;
  }
  .m-m-xlxxs {
    margin: 100px 5px;
  }
  .m-m-xlxxs-t {
    margin-top: 100px;
  }
  .m-m-xlxxs-r {
    margin-right: 5px;
  }
  .m-m-xlxxs-b {
    margin-bottom: 100px;
  }
  .m-m-xlxxs-l {
    margin-left: 5px;
  }
  .m-m-xlxxs-tr {
    margin-right: 5px;
    margin-top: 100px;
  }
  .m-m-xlxxs-br {
    margin-right: 5px;
    margin-bottom: 100px;
  }
  .m-m-xlxxs-lr {
    margin-right: 5px;
    margin-left: 100px;
  }
  .m-m-xlxxs-tb {
    margin-top: 100px;
    margin-bottom: 5px;
  }
  .m-m-xlxxs-bl {
    margin-left: 5px;
    margin-bottom: 100px;
  }
  .m-m-xlxxs-tl {
    margin-left: 5px;
    margin-top: 100px;
  }
  .m-m-xlxs {
    margin: 100px 10px;
  }
  .m-m-xlxs-t {
    margin-top: 100px;
  }
  .m-m-xlxs-r {
    margin-right: 10px;
  }
  .m-m-xlxs-b {
    margin-bottom: 100px;
  }
  .m-m-xlxs-l {
    margin-left: 10px;
  }
  .m-m-xlxs-tr {
    margin-right: 10px;
    margin-top: 100px;
  }
  .m-m-xlxs-br {
    margin-right: 10px;
    margin-bottom: 100px;
  }
  .m-m-xlxs-lr {
    margin-right: 10px;
    margin-left: 100px;
  }
  .m-m-xlxs-tb {
    margin-top: 100px;
    margin-bottom: 10px;
  }
  .m-m-xlxs-bl {
    margin-left: 10px;
    margin-bottom: 100px;
  }
  .m-m-xlxs-tl {
    margin-left: 10px;
    margin-top: 100px;
  }
  .m-m-xlsm {
    margin: 100px 20px;
  }
  .m-m-xlsm-t {
    margin-top: 100px;
  }
  .m-m-xlsm-r {
    margin-right: 20px;
  }
  .m-m-xlsm-b {
    margin-bottom: 100px;
  }
  .m-m-xlsm-l {
    margin-left: 20px;
  }
  .m-m-xlsm-tr {
    margin-right: 20px;
    margin-top: 100px;
  }
  .m-m-xlsm-br {
    margin-right: 20px;
    margin-bottom: 100px;
  }
  .m-m-xlsm-lr {
    margin-right: 20px;
    margin-left: 100px;
  }
  .m-m-xlsm-tb {
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .m-m-xlsm-bl {
    margin-left: 20px;
    margin-bottom: 100px;
  }
  .m-m-xlsm-tl {
    margin-left: 20px;
    margin-top: 100px;
  }
  .m-m-xlmd {
    margin: 100px 35px;
  }
  .m-m-xlmd-t {
    margin-top: 100px;
  }
  .m-m-xlmd-r {
    margin-right: 35px;
  }
  .m-m-xlmd-b {
    margin-bottom: 100px;
  }
  .m-m-xlmd-l {
    margin-left: 35px;
  }
  .m-m-xlmd-tr {
    margin-right: 35px;
    margin-top: 100px;
  }
  .m-m-xlmd-br {
    margin-right: 35px;
    margin-bottom: 100px;
  }
  .m-m-xlmd-lr {
    margin-right: 35px;
    margin-left: 100px;
  }
  .m-m-xlmd-tb {
    margin-top: 100px;
    margin-bottom: 35px;
  }
  .m-m-xlmd-bl {
    margin-left: 35px;
    margin-bottom: 100px;
  }
  .m-m-xlmd-tl {
    margin-left: 35px;
    margin-top: 100px;
  }
  .m-m-xllg {
    margin: 100px 80px;
  }
  .m-m-xllg-t {
    margin-top: 100px;
  }
  .m-m-xllg-r {
    margin-right: 80px;
  }
  .m-m-xllg-b {
    margin-bottom: 100px;
  }
  .m-m-xllg-l {
    margin-left: 80px;
  }
  .m-m-xllg-tr {
    margin-right: 80px;
    margin-top: 100px;
  }
  .m-m-xllg-br {
    margin-right: 80px;
    margin-bottom: 100px;
  }
  .m-m-xllg-lr {
    margin-right: 80px;
    margin-left: 100px;
  }
  .m-m-xllg-tb {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .m-m-xllg-bl {
    margin-left: 80px;
    margin-bottom: 100px;
  }
  .m-m-xllg-tl {
    margin-left: 80px;
    margin-top: 100px;
  }
  .m-m-xlxl {
    margin: 100px 100px;
  }
  .m-m-xlxl-t {
    margin-top: 100px;
  }
  .m-m-xlxl-r {
    margin-right: 100px;
  }
  .m-m-xlxl-b {
    margin-bottom: 100px;
  }
  .m-m-xlxl-l {
    margin-left: 100px;
  }
  .m-m-xlxl-tr {
    margin-right: 100px;
    margin-top: 100px;
  }
  .m-m-xlxl-br {
    margin-right: 100px;
    margin-bottom: 100px;
  }
  .m-m-xlxl-lr {
    margin-right: 100px;
    margin-left: 100px;
  }
  .m-m-xlxl-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-m-xlxl-bl {
    margin-left: 100px;
    margin-bottom: 100px;
  }
  .m-m-xlxl-tl {
    margin-left: 100px;
    margin-top: 100px;
  }
  .m-m-xlxxl {
    margin: 100px 120px;
  }
  .m-m-xlxxl-t {
    margin-top: 100px;
  }
  .m-m-xlxxl-r {
    margin-right: 120px;
  }
  .m-m-xlxxl-b {
    margin-bottom: 100px;
  }
  .m-m-xlxxl-l {
    margin-left: 120px;
  }
  .m-m-xlxxl-tr {
    margin-right: 120px;
    margin-top: 100px;
  }
  .m-m-xlxxl-br {
    margin-right: 120px;
    margin-bottom: 100px;
  }
  .m-m-xlxxl-lr {
    margin-right: 120px;
    margin-left: 100px;
  }
  .m-m-xlxxl-tb {
    margin-top: 100px;
    margin-bottom: 120px;
  }
  .m-m-xlxxl-bl {
    margin-left: 120px;
    margin-bottom: 100px;
  }
  .m-m-xlxxl-tl {
    margin-left: 120px;
    margin-top: 100px;
  }
  .m-m-xxl {
    margin: 120px;
  }
  .m-m-xxl-t {
    margin-top: 120px;
  }
  .m-m-xxl-r {
    margin-right: 120px;
  }
  .m-m-xxl-b {
    margin-bottom: 120px;
  }
  .m-m-xxl-l {
    margin-left: 120px;
  }
  .m-m-xxl-tr {
    margin-right: 120px;
    margin-top: 120px;
  }
  .m-m-xxl-br {
    margin-right: 120px;
    margin-bottom: 120px;
  }
  .m-m-xxl-rl, .m-m-xxl-lr {
    margin-right: 120px;
    margin-left: 120px;
  }
  .m-m-xxl-tb {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-m-xxl-bl {
    margin-left: 120px;
    margin-bottom: 120px;
  }
  .m-m-xxl-tl {
    margin-left: 120px;
    margin-top: 120px;
  }
  .m-m-xxlxxs {
    margin: 120px 5px;
  }
  .m-m-xxlxxs-t {
    margin-top: 120px;
  }
  .m-m-xxlxxs-r {
    margin-right: 5px;
  }
  .m-m-xxlxxs-b {
    margin-bottom: 120px;
  }
  .m-m-xxlxxs-l {
    margin-left: 5px;
  }
  .m-m-xxlxxs-tr {
    margin-right: 5px;
    margin-top: 120px;
  }
  .m-m-xxlxxs-br {
    margin-right: 5px;
    margin-bottom: 120px;
  }
  .m-m-xxlxxs-lr {
    margin-right: 5px;
    margin-left: 120px;
  }
  .m-m-xxlxxs-tb {
    margin-top: 120px;
    margin-bottom: 5px;
  }
  .m-m-xxlxxs-bl {
    margin-left: 5px;
    margin-bottom: 120px;
  }
  .m-m-xxlxxs-tl {
    margin-left: 5px;
    margin-top: 120px;
  }
  .m-m-xxlxs {
    margin: 120px 10px;
  }
  .m-m-xxlxs-t {
    margin-top: 120px;
  }
  .m-m-xxlxs-r {
    margin-right: 10px;
  }
  .m-m-xxlxs-b {
    margin-bottom: 120px;
  }
  .m-m-xxlxs-l {
    margin-left: 10px;
  }
  .m-m-xxlxs-tr {
    margin-right: 10px;
    margin-top: 120px;
  }
  .m-m-xxlxs-br {
    margin-right: 10px;
    margin-bottom: 120px;
  }
  .m-m-xxlxs-lr {
    margin-right: 10px;
    margin-left: 120px;
  }
  .m-m-xxlxs-tb {
    margin-top: 120px;
    margin-bottom: 10px;
  }
  .m-m-xxlxs-bl {
    margin-left: 10px;
    margin-bottom: 120px;
  }
  .m-m-xxlxs-tl {
    margin-left: 10px;
    margin-top: 120px;
  }
  .m-m-xxlsm {
    margin: 120px 20px;
  }
  .m-m-xxlsm-t {
    margin-top: 120px;
  }
  .m-m-xxlsm-r {
    margin-right: 20px;
  }
  .m-m-xxlsm-b {
    margin-bottom: 120px;
  }
  .m-m-xxlsm-l {
    margin-left: 20px;
  }
  .m-m-xxlsm-tr {
    margin-right: 20px;
    margin-top: 120px;
  }
  .m-m-xxlsm-br {
    margin-right: 20px;
    margin-bottom: 120px;
  }
  .m-m-xxlsm-lr {
    margin-right: 20px;
    margin-left: 120px;
  }
  .m-m-xxlsm-tb {
    margin-top: 120px;
    margin-bottom: 20px;
  }
  .m-m-xxlsm-bl {
    margin-left: 20px;
    margin-bottom: 120px;
  }
  .m-m-xxlsm-tl {
    margin-left: 20px;
    margin-top: 120px;
  }
  .m-m-xxlmd {
    margin: 120px 35px;
  }
  .m-m-xxlmd-t {
    margin-top: 120px;
  }
  .m-m-xxlmd-r {
    margin-right: 35px;
  }
  .m-m-xxlmd-b {
    margin-bottom: 120px;
  }
  .m-m-xxlmd-l {
    margin-left: 35px;
  }
  .m-m-xxlmd-tr {
    margin-right: 35px;
    margin-top: 120px;
  }
  .m-m-xxlmd-br {
    margin-right: 35px;
    margin-bottom: 120px;
  }
  .m-m-xxlmd-lr {
    margin-right: 35px;
    margin-left: 120px;
  }
  .m-m-xxlmd-tb {
    margin-top: 120px;
    margin-bottom: 35px;
  }
  .m-m-xxlmd-bl {
    margin-left: 35px;
    margin-bottom: 120px;
  }
  .m-m-xxlmd-tl {
    margin-left: 35px;
    margin-top: 120px;
  }
  .m-m-xxllg {
    margin: 120px 80px;
  }
  .m-m-xxllg-t {
    margin-top: 120px;
  }
  .m-m-xxllg-r {
    margin-right: 80px;
  }
  .m-m-xxllg-b {
    margin-bottom: 120px;
  }
  .m-m-xxllg-l {
    margin-left: 80px;
  }
  .m-m-xxllg-tr {
    margin-right: 80px;
    margin-top: 120px;
  }
  .m-m-xxllg-br {
    margin-right: 80px;
    margin-bottom: 120px;
  }
  .m-m-xxllg-lr {
    margin-right: 80px;
    margin-left: 120px;
  }
  .m-m-xxllg-tb {
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .m-m-xxllg-bl {
    margin-left: 80px;
    margin-bottom: 120px;
  }
  .m-m-xxllg-tl {
    margin-left: 80px;
    margin-top: 120px;
  }
  .m-m-xxlxl {
    margin: 120px 100px;
  }
  .m-m-xxlxl-t {
    margin-top: 120px;
  }
  .m-m-xxlxl-r {
    margin-right: 100px;
  }
  .m-m-xxlxl-b {
    margin-bottom: 120px;
  }
  .m-m-xxlxl-l {
    margin-left: 100px;
  }
  .m-m-xxlxl-tr {
    margin-right: 100px;
    margin-top: 120px;
  }
  .m-m-xxlxl-br {
    margin-right: 100px;
    margin-bottom: 120px;
  }
  .m-m-xxlxl-lr {
    margin-right: 100px;
    margin-left: 120px;
  }
  .m-m-xxlxl-tb {
    margin-top: 120px;
    margin-bottom: 100px;
  }
  .m-m-xxlxl-bl {
    margin-left: 100px;
    margin-bottom: 120px;
  }
  .m-m-xxlxl-tl {
    margin-left: 100px;
    margin-top: 120px;
  }
  .m-m-xxlxxl {
    margin: 120px 120px;
  }
  .m-m-xxlxxl-t {
    margin-top: 120px;
  }
  .m-m-xxlxxl-r {
    margin-right: 120px;
  }
  .m-m-xxlxxl-b {
    margin-bottom: 120px;
  }
  .m-m-xxlxxl-l {
    margin-left: 120px;
  }
  .m-m-xxlxxl-tr {
    margin-right: 120px;
    margin-top: 120px;
  }
  .m-m-xxlxxl-br {
    margin-right: 120px;
    margin-bottom: 120px;
  }
  .m-m-xxlxxl-lr {
    margin-right: 120px;
    margin-left: 120px;
  }
  .m-m-xxlxxl-tb {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-m-xxlxxl-bl {
    margin-left: 120px;
    margin-bottom: 120px;
  }
  .m-m-xxlxxl-tl {
    margin-left: 120px;
    margin-top: 120px;
  }
  .m-m-0 {
    margin: 0px;
  }
  .m-m-t-0 {
    margin-top: 0px;
  }
  .m-m-r-0 {
    margin-right: 0px;
  }
  .m-m-b-0 {
    margin-bottom: 0px;
  }
  .m-m-l-0 {
    margin-left: 0px;
  }
  .m-m-tr-0 {
    margin-right: 0px;
    margin-top: 0px;
  }
  .m-m-br-0 {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .m-m-rl-0, .m-m-lr-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .m-m-tb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-m-bl-0 {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .m-m-tl-0 {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .t-g-0 {
    gap: 0px;
  }
  .t-g-xxs {
    gap: 5px;
  }
  .t-g-xxsxxs {
    gap: 5px 5px;
  }
  .t-g-xxsxs {
    gap: 5px 10px;
  }
  .t-g-xxssm {
    gap: 5px 20px;
  }
  .t-g-xxsmd {
    gap: 5px 35px;
  }
  .t-g-xxslg {
    gap: 5px 80px;
  }
  .t-g-xxsxl {
    gap: 5px 100px;
  }
  .t-g-xxsxxl {
    gap: 5px 120px;
  }
  .t-g-xs {
    gap: 10px;
  }
  .t-g-xsxxs {
    gap: 10px 5px;
  }
  .t-g-xsxs {
    gap: 10px 10px;
  }
  .t-g-xssm {
    gap: 10px 20px;
  }
  .t-g-xsmd {
    gap: 10px 35px;
  }
  .t-g-xslg {
    gap: 10px 80px;
  }
  .t-g-xsxl {
    gap: 10px 100px;
  }
  .t-g-xsxxl {
    gap: 10px 120px;
  }
  .t-g-sm {
    gap: 20px;
  }
  .t-g-smxxs {
    gap: 20px 5px;
  }
  .t-g-smxs {
    gap: 20px 10px;
  }
  .t-g-smsm {
    gap: 20px 20px;
  }
  .t-g-smmd {
    gap: 20px 35px;
  }
  .t-g-smlg {
    gap: 20px 80px;
  }
  .t-g-smxl {
    gap: 20px 100px;
  }
  .t-g-smxxl {
    gap: 20px 120px;
  }
  .t-g-md {
    gap: 35px;
  }
  .t-g-mdxxs {
    gap: 35px 5px;
  }
  .t-g-mdxs {
    gap: 35px 10px;
  }
  .t-g-mdsm {
    gap: 35px 20px;
  }
  .t-g-mdmd {
    gap: 35px 35px;
  }
  .t-g-mdlg {
    gap: 35px 80px;
  }
  .t-g-mdxl {
    gap: 35px 100px;
  }
  .t-g-mdxxl {
    gap: 35px 120px;
  }
  .t-g-lg {
    gap: 80px;
  }
  .t-g-lgxxs {
    gap: 80px 5px;
  }
  .t-g-lgxs {
    gap: 80px 10px;
  }
  .t-g-lgsm {
    gap: 80px 20px;
  }
  .t-g-lgmd {
    gap: 80px 35px;
  }
  .t-g-lglg {
    gap: 80px 80px;
  }
  .t-g-lgxl {
    gap: 80px 100px;
  }
  .t-g-lgxxl {
    gap: 80px 120px;
  }
  .t-g-xl {
    gap: 100px;
  }
  .t-g-xlxxs {
    gap: 100px 5px;
  }
  .t-g-xlxs {
    gap: 100px 10px;
  }
  .t-g-xlsm {
    gap: 100px 20px;
  }
  .t-g-xlmd {
    gap: 100px 35px;
  }
  .t-g-xllg {
    gap: 100px 80px;
  }
  .t-g-xlxl {
    gap: 100px 100px;
  }
  .t-g-xlxxl {
    gap: 100px 120px;
  }
  .t-g-xxl {
    gap: 120px;
  }
  .t-g-xxlxxs {
    gap: 120px 5px;
  }
  .t-g-xxlxs {
    gap: 120px 10px;
  }
  .t-g-xxlsm {
    gap: 120px 20px;
  }
  .t-g-xxlmd {
    gap: 120px 35px;
  }
  .t-g-xxllg {
    gap: 120px 80px;
  }
  .t-g-xxlxl {
    gap: 120px 100px;
  }
  .t-g-xxlxxl {
    gap: 120px 120px;
  }
  .t-p-t {
    padding-top: 0;
  }
  .t-p-r {
    padding-right: 0;
  }
  .t-p-b {
    padding-bottom: 0;
  }
  .t-p-l {
    padding-left: 0;
  }
  .t-p-tr {
    padding-right: 0;
    padding-top: 0;
  }
  .t-p-br {
    padding-right: 0;
    padding-bottom: 0;
  }
  .t-p-rl, .t-p-lr {
    padding-right: 0;
    padding-left: 0;
  }
  .t-p-tb {
    padding-top: 0;
    padding-bottom: 0;
  }
  .t-p-bl {
    padding-left: 0;
    padding-bottom: 0;
  }
  .t-p-tl {
    padding-left: 0;
    padding-top: 0;
  }
  .t-p-xxs {
    padding: 5px;
  }
  .t-p-xxs-t {
    padding-top: 5px;
  }
  .t-p-xxs-r {
    padding-right: 5px;
  }
  .t-p-xxs-b {
    padding-bottom: 5px;
  }
  .t-p-xxs-l {
    padding-left: 5px;
  }
  .t-p-xxs-tr {
    padding-right: 5px;
    padding-top: 5px;
  }
  .t-p-xxs-br {
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .t-p-xxs-rl, .t-p-xxs-lr {
    padding-right: 5px;
    padding-left: 5px;
  }
  .t-p-xxs-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .t-p-xxs-bl {
    padding-left: 5px;
    padding-bottom: 5px;
  }
  .t-p-xxs-tl {
    padding-left: 5px;
    padding-top: 5px;
  }
  .t-p-xxsxxs {
    padding: 5px 5px;
  }
  .t-p-xxsxxs-t {
    padding-top: 5px;
  }
  .t-p-xxsxxs-r {
    padding-right: 5px;
  }
  .t-p-xxsxxs-b {
    padding-bottom: 5px;
  }
  .t-p-xxsxxs-l {
    padding-left: 5px;
  }
  .t-p-xxsxxs-tr {
    padding-right: 5px;
    padding-top: 5px;
  }
  .t-p-xxsxxs-br {
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .t-p-xxsxxs-lr {
    padding-right: 5px;
    padding-left: 5px;
  }
  .t-p-xxsxxs-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .t-p-xxsxxs-bl {
    padding-left: 5px;
    padding-bottom: 5px;
  }
  .t-p-xxsxxs-tl {
    padding-left: 5px;
    padding-top: 5px;
  }
  .t-p-xxsxs {
    padding: 5px 10px;
  }
  .t-p-xxsxs-t {
    padding-top: 5px;
  }
  .t-p-xxsxs-r {
    padding-right: 10px;
  }
  .t-p-xxsxs-b {
    padding-bottom: 5px;
  }
  .t-p-xxsxs-l {
    padding-left: 10px;
  }
  .t-p-xxsxs-tr {
    padding-right: 10px;
    padding-top: 5px;
  }
  .t-p-xxsxs-br {
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .t-p-xxsxs-lr {
    padding-right: 10px;
    padding-left: 5px;
  }
  .t-p-xxsxs-tb {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .t-p-xxsxs-bl {
    padding-left: 10px;
    padding-bottom: 5px;
  }
  .t-p-xxsxs-tl {
    padding-left: 10px;
    padding-top: 5px;
  }
  .t-p-xxssm {
    padding: 5px 20px;
  }
  .t-p-xxssm-t {
    padding-top: 5px;
  }
  .t-p-xxssm-r {
    padding-right: 20px;
  }
  .t-p-xxssm-b {
    padding-bottom: 5px;
  }
  .t-p-xxssm-l {
    padding-left: 20px;
  }
  .t-p-xxssm-tr {
    padding-right: 20px;
    padding-top: 5px;
  }
  .t-p-xxssm-br {
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .t-p-xxssm-lr {
    padding-right: 20px;
    padding-left: 5px;
  }
  .t-p-xxssm-tb {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .t-p-xxssm-bl {
    padding-left: 20px;
    padding-bottom: 5px;
  }
  .t-p-xxssm-tl {
    padding-left: 20px;
    padding-top: 5px;
  }
  .t-p-xxsmd {
    padding: 5px 35px;
  }
  .t-p-xxsmd-t {
    padding-top: 5px;
  }
  .t-p-xxsmd-r {
    padding-right: 35px;
  }
  .t-p-xxsmd-b {
    padding-bottom: 5px;
  }
  .t-p-xxsmd-l {
    padding-left: 35px;
  }
  .t-p-xxsmd-tr {
    padding-right: 35px;
    padding-top: 5px;
  }
  .t-p-xxsmd-br {
    padding-right: 35px;
    padding-bottom: 5px;
  }
  .t-p-xxsmd-lr {
    padding-right: 35px;
    padding-left: 5px;
  }
  .t-p-xxsmd-tb {
    padding-top: 5px;
    padding-bottom: 35px;
  }
  .t-p-xxsmd-bl {
    padding-left: 35px;
    padding-bottom: 5px;
  }
  .t-p-xxsmd-tl {
    padding-left: 35px;
    padding-top: 5px;
  }
  .t-p-xxslg {
    padding: 5px 80px;
  }
  .t-p-xxslg-t {
    padding-top: 5px;
  }
  .t-p-xxslg-r {
    padding-right: 80px;
  }
  .t-p-xxslg-b {
    padding-bottom: 5px;
  }
  .t-p-xxslg-l {
    padding-left: 80px;
  }
  .t-p-xxslg-tr {
    padding-right: 80px;
    padding-top: 5px;
  }
  .t-p-xxslg-br {
    padding-right: 80px;
    padding-bottom: 5px;
  }
  .t-p-xxslg-lr {
    padding-right: 80px;
    padding-left: 5px;
  }
  .t-p-xxslg-tb {
    padding-top: 5px;
    padding-bottom: 80px;
  }
  .t-p-xxslg-bl {
    padding-left: 80px;
    padding-bottom: 5px;
  }
  .t-p-xxslg-tl {
    padding-left: 80px;
    padding-top: 5px;
  }
  .t-p-xxsxl {
    padding: 5px 100px;
  }
  .t-p-xxsxl-t {
    padding-top: 5px;
  }
  .t-p-xxsxl-r {
    padding-right: 100px;
  }
  .t-p-xxsxl-b {
    padding-bottom: 5px;
  }
  .t-p-xxsxl-l {
    padding-left: 100px;
  }
  .t-p-xxsxl-tr {
    padding-right: 100px;
    padding-top: 5px;
  }
  .t-p-xxsxl-br {
    padding-right: 100px;
    padding-bottom: 5px;
  }
  .t-p-xxsxl-lr {
    padding-right: 100px;
    padding-left: 5px;
  }
  .t-p-xxsxl-tb {
    padding-top: 5px;
    padding-bottom: 100px;
  }
  .t-p-xxsxl-bl {
    padding-left: 100px;
    padding-bottom: 5px;
  }
  .t-p-xxsxl-tl {
    padding-left: 100px;
    padding-top: 5px;
  }
  .t-p-xxsxxl {
    padding: 5px 120px;
  }
  .t-p-xxsxxl-t {
    padding-top: 5px;
  }
  .t-p-xxsxxl-r {
    padding-right: 120px;
  }
  .t-p-xxsxxl-b {
    padding-bottom: 5px;
  }
  .t-p-xxsxxl-l {
    padding-left: 120px;
  }
  .t-p-xxsxxl-tr {
    padding-right: 120px;
    padding-top: 5px;
  }
  .t-p-xxsxxl-br {
    padding-right: 120px;
    padding-bottom: 5px;
  }
  .t-p-xxsxxl-lr {
    padding-right: 120px;
    padding-left: 5px;
  }
  .t-p-xxsxxl-tb {
    padding-top: 5px;
    padding-bottom: 120px;
  }
  .t-p-xxsxxl-bl {
    padding-left: 120px;
    padding-bottom: 5px;
  }
  .t-p-xxsxxl-tl {
    padding-left: 120px;
    padding-top: 5px;
  }
  .t-p-xs {
    padding: 10px;
  }
  .t-p-xs-t {
    padding-top: 10px;
  }
  .t-p-xs-r {
    padding-right: 10px;
  }
  .t-p-xs-b {
    padding-bottom: 10px;
  }
  .t-p-xs-l {
    padding-left: 10px;
  }
  .t-p-xs-tr {
    padding-right: 10px;
    padding-top: 10px;
  }
  .t-p-xs-br {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .t-p-xs-rl, .t-p-xs-lr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .t-p-xs-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .t-p-xs-bl {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .t-p-xs-tl {
    padding-left: 10px;
    padding-top: 10px;
  }
  .t-p-xsxxs {
    padding: 10px 5px;
  }
  .t-p-xsxxs-t {
    padding-top: 10px;
  }
  .t-p-xsxxs-r {
    padding-right: 5px;
  }
  .t-p-xsxxs-b {
    padding-bottom: 10px;
  }
  .t-p-xsxxs-l {
    padding-left: 5px;
  }
  .t-p-xsxxs-tr {
    padding-right: 5px;
    padding-top: 10px;
  }
  .t-p-xsxxs-br {
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .t-p-xsxxs-lr {
    padding-right: 5px;
    padding-left: 10px;
  }
  .t-p-xsxxs-tb {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .t-p-xsxxs-bl {
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .t-p-xsxxs-tl {
    padding-left: 5px;
    padding-top: 10px;
  }
  .t-p-xsxs {
    padding: 10px 10px;
  }
  .t-p-xsxs-t {
    padding-top: 10px;
  }
  .t-p-xsxs-r {
    padding-right: 10px;
  }
  .t-p-xsxs-b {
    padding-bottom: 10px;
  }
  .t-p-xsxs-l {
    padding-left: 10px;
  }
  .t-p-xsxs-tr {
    padding-right: 10px;
    padding-top: 10px;
  }
  .t-p-xsxs-br {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .t-p-xsxs-lr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .t-p-xsxs-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .t-p-xsxs-bl {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .t-p-xsxs-tl {
    padding-left: 10px;
    padding-top: 10px;
  }
  .t-p-xssm {
    padding: 10px 20px;
  }
  .t-p-xssm-t {
    padding-top: 10px;
  }
  .t-p-xssm-r {
    padding-right: 20px;
  }
  .t-p-xssm-b {
    padding-bottom: 10px;
  }
  .t-p-xssm-l {
    padding-left: 20px;
  }
  .t-p-xssm-tr {
    padding-right: 20px;
    padding-top: 10px;
  }
  .t-p-xssm-br {
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .t-p-xssm-lr {
    padding-right: 20px;
    padding-left: 10px;
  }
  .t-p-xssm-tb {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .t-p-xssm-bl {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .t-p-xssm-tl {
    padding-left: 20px;
    padding-top: 10px;
  }
  .t-p-xsmd {
    padding: 10px 35px;
  }
  .t-p-xsmd-t {
    padding-top: 10px;
  }
  .t-p-xsmd-r {
    padding-right: 35px;
  }
  .t-p-xsmd-b {
    padding-bottom: 10px;
  }
  .t-p-xsmd-l {
    padding-left: 35px;
  }
  .t-p-xsmd-tr {
    padding-right: 35px;
    padding-top: 10px;
  }
  .t-p-xsmd-br {
    padding-right: 35px;
    padding-bottom: 10px;
  }
  .t-p-xsmd-lr {
    padding-right: 35px;
    padding-left: 10px;
  }
  .t-p-xsmd-tb {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .t-p-xsmd-bl {
    padding-left: 35px;
    padding-bottom: 10px;
  }
  .t-p-xsmd-tl {
    padding-left: 35px;
    padding-top: 10px;
  }
  .t-p-xslg {
    padding: 10px 80px;
  }
  .t-p-xslg-t {
    padding-top: 10px;
  }
  .t-p-xslg-r {
    padding-right: 80px;
  }
  .t-p-xslg-b {
    padding-bottom: 10px;
  }
  .t-p-xslg-l {
    padding-left: 80px;
  }
  .t-p-xslg-tr {
    padding-right: 80px;
    padding-top: 10px;
  }
  .t-p-xslg-br {
    padding-right: 80px;
    padding-bottom: 10px;
  }
  .t-p-xslg-lr {
    padding-right: 80px;
    padding-left: 10px;
  }
  .t-p-xslg-tb {
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .t-p-xslg-bl {
    padding-left: 80px;
    padding-bottom: 10px;
  }
  .t-p-xslg-tl {
    padding-left: 80px;
    padding-top: 10px;
  }
  .t-p-xsxl {
    padding: 10px 100px;
  }
  .t-p-xsxl-t {
    padding-top: 10px;
  }
  .t-p-xsxl-r {
    padding-right: 100px;
  }
  .t-p-xsxl-b {
    padding-bottom: 10px;
  }
  .t-p-xsxl-l {
    padding-left: 100px;
  }
  .t-p-xsxl-tr {
    padding-right: 100px;
    padding-top: 10px;
  }
  .t-p-xsxl-br {
    padding-right: 100px;
    padding-bottom: 10px;
  }
  .t-p-xsxl-lr {
    padding-right: 100px;
    padding-left: 10px;
  }
  .t-p-xsxl-tb {
    padding-top: 10px;
    padding-bottom: 100px;
  }
  .t-p-xsxl-bl {
    padding-left: 100px;
    padding-bottom: 10px;
  }
  .t-p-xsxl-tl {
    padding-left: 100px;
    padding-top: 10px;
  }
  .t-p-xsxxl {
    padding: 10px 120px;
  }
  .t-p-xsxxl-t {
    padding-top: 10px;
  }
  .t-p-xsxxl-r {
    padding-right: 120px;
  }
  .t-p-xsxxl-b {
    padding-bottom: 10px;
  }
  .t-p-xsxxl-l {
    padding-left: 120px;
  }
  .t-p-xsxxl-tr {
    padding-right: 120px;
    padding-top: 10px;
  }
  .t-p-xsxxl-br {
    padding-right: 120px;
    padding-bottom: 10px;
  }
  .t-p-xsxxl-lr {
    padding-right: 120px;
    padding-left: 10px;
  }
  .t-p-xsxxl-tb {
    padding-top: 10px;
    padding-bottom: 120px;
  }
  .t-p-xsxxl-bl {
    padding-left: 120px;
    padding-bottom: 10px;
  }
  .t-p-xsxxl-tl {
    padding-left: 120px;
    padding-top: 10px;
  }
  .t-p-sm {
    padding: 20px;
  }
  .t-p-sm-t {
    padding-top: 20px;
  }
  .t-p-sm-r {
    padding-right: 20px;
  }
  .t-p-sm-b {
    padding-bottom: 20px;
  }
  .t-p-sm-l {
    padding-left: 20px;
  }
  .t-p-sm-tr {
    padding-right: 20px;
    padding-top: 20px;
  }
  .t-p-sm-br {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .t-p-sm-rl, .t-p-sm-lr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .t-p-sm-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .t-p-sm-bl {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .t-p-sm-tl {
    padding-left: 20px;
    padding-top: 20px;
  }
  .t-p-smxxs {
    padding: 20px 5px;
  }
  .t-p-smxxs-t {
    padding-top: 20px;
  }
  .t-p-smxxs-r {
    padding-right: 5px;
  }
  .t-p-smxxs-b {
    padding-bottom: 20px;
  }
  .t-p-smxxs-l {
    padding-left: 5px;
  }
  .t-p-smxxs-tr {
    padding-right: 5px;
    padding-top: 20px;
  }
  .t-p-smxxs-br {
    padding-right: 5px;
    padding-bottom: 20px;
  }
  .t-p-smxxs-lr {
    padding-right: 5px;
    padding-left: 20px;
  }
  .t-p-smxxs-tb {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .t-p-smxxs-bl {
    padding-left: 5px;
    padding-bottom: 20px;
  }
  .t-p-smxxs-tl {
    padding-left: 5px;
    padding-top: 20px;
  }
  .t-p-smxs {
    padding: 20px 10px;
  }
  .t-p-smxs-t {
    padding-top: 20px;
  }
  .t-p-smxs-r {
    padding-right: 10px;
  }
  .t-p-smxs-b {
    padding-bottom: 20px;
  }
  .t-p-smxs-l {
    padding-left: 10px;
  }
  .t-p-smxs-tr {
    padding-right: 10px;
    padding-top: 20px;
  }
  .t-p-smxs-br {
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .t-p-smxs-lr {
    padding-right: 10px;
    padding-left: 20px;
  }
  .t-p-smxs-tb {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .t-p-smxs-bl {
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .t-p-smxs-tl {
    padding-left: 10px;
    padding-top: 20px;
  }
  .t-p-smsm {
    padding: 20px 20px;
  }
  .t-p-smsm-t {
    padding-top: 20px;
  }
  .t-p-smsm-r {
    padding-right: 20px;
  }
  .t-p-smsm-b {
    padding-bottom: 20px;
  }
  .t-p-smsm-l {
    padding-left: 20px;
  }
  .t-p-smsm-tr {
    padding-right: 20px;
    padding-top: 20px;
  }
  .t-p-smsm-br {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .t-p-smsm-lr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .t-p-smsm-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .t-p-smsm-bl {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .t-p-smsm-tl {
    padding-left: 20px;
    padding-top: 20px;
  }
  .t-p-smmd {
    padding: 20px 35px;
  }
  .t-p-smmd-t {
    padding-top: 20px;
  }
  .t-p-smmd-r {
    padding-right: 35px;
  }
  .t-p-smmd-b {
    padding-bottom: 20px;
  }
  .t-p-smmd-l {
    padding-left: 35px;
  }
  .t-p-smmd-tr {
    padding-right: 35px;
    padding-top: 20px;
  }
  .t-p-smmd-br {
    padding-right: 35px;
    padding-bottom: 20px;
  }
  .t-p-smmd-lr {
    padding-right: 35px;
    padding-left: 20px;
  }
  .t-p-smmd-tb {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .t-p-smmd-bl {
    padding-left: 35px;
    padding-bottom: 20px;
  }
  .t-p-smmd-tl {
    padding-left: 35px;
    padding-top: 20px;
  }
  .t-p-smlg {
    padding: 20px 80px;
  }
  .t-p-smlg-t {
    padding-top: 20px;
  }
  .t-p-smlg-r {
    padding-right: 80px;
  }
  .t-p-smlg-b {
    padding-bottom: 20px;
  }
  .t-p-smlg-l {
    padding-left: 80px;
  }
  .t-p-smlg-tr {
    padding-right: 80px;
    padding-top: 20px;
  }
  .t-p-smlg-br {
    padding-right: 80px;
    padding-bottom: 20px;
  }
  .t-p-smlg-lr {
    padding-right: 80px;
    padding-left: 20px;
  }
  .t-p-smlg-tb {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .t-p-smlg-bl {
    padding-left: 80px;
    padding-bottom: 20px;
  }
  .t-p-smlg-tl {
    padding-left: 80px;
    padding-top: 20px;
  }
  .t-p-smxl {
    padding: 20px 100px;
  }
  .t-p-smxl-t {
    padding-top: 20px;
  }
  .t-p-smxl-r {
    padding-right: 100px;
  }
  .t-p-smxl-b {
    padding-bottom: 20px;
  }
  .t-p-smxl-l {
    padding-left: 100px;
  }
  .t-p-smxl-tr {
    padding-right: 100px;
    padding-top: 20px;
  }
  .t-p-smxl-br {
    padding-right: 100px;
    padding-bottom: 20px;
  }
  .t-p-smxl-lr {
    padding-right: 100px;
    padding-left: 20px;
  }
  .t-p-smxl-tb {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .t-p-smxl-bl {
    padding-left: 100px;
    padding-bottom: 20px;
  }
  .t-p-smxl-tl {
    padding-left: 100px;
    padding-top: 20px;
  }
  .t-p-smxxl {
    padding: 20px 120px;
  }
  .t-p-smxxl-t {
    padding-top: 20px;
  }
  .t-p-smxxl-r {
    padding-right: 120px;
  }
  .t-p-smxxl-b {
    padding-bottom: 20px;
  }
  .t-p-smxxl-l {
    padding-left: 120px;
  }
  .t-p-smxxl-tr {
    padding-right: 120px;
    padding-top: 20px;
  }
  .t-p-smxxl-br {
    padding-right: 120px;
    padding-bottom: 20px;
  }
  .t-p-smxxl-lr {
    padding-right: 120px;
    padding-left: 20px;
  }
  .t-p-smxxl-tb {
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .t-p-smxxl-bl {
    padding-left: 120px;
    padding-bottom: 20px;
  }
  .t-p-smxxl-tl {
    padding-left: 120px;
    padding-top: 20px;
  }
  .t-p-md {
    padding: 35px;
  }
  .t-p-md-t {
    padding-top: 35px;
  }
  .t-p-md-r {
    padding-right: 35px;
  }
  .t-p-md-b {
    padding-bottom: 35px;
  }
  .t-p-md-l {
    padding-left: 35px;
  }
  .t-p-md-tr {
    padding-right: 35px;
    padding-top: 35px;
  }
  .t-p-md-br {
    padding-right: 35px;
    padding-bottom: 35px;
  }
  .t-p-md-rl, .t-p-md-lr {
    padding-right: 35px;
    padding-left: 35px;
  }
  .t-p-md-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .t-p-md-bl {
    padding-left: 35px;
    padding-bottom: 35px;
  }
  .t-p-md-tl {
    padding-left: 35px;
    padding-top: 35px;
  }
  .t-p-mdxxs {
    padding: 35px 5px;
  }
  .t-p-mdxxs-t {
    padding-top: 35px;
  }
  .t-p-mdxxs-r {
    padding-right: 5px;
  }
  .t-p-mdxxs-b {
    padding-bottom: 35px;
  }
  .t-p-mdxxs-l {
    padding-left: 5px;
  }
  .t-p-mdxxs-tr {
    padding-right: 5px;
    padding-top: 35px;
  }
  .t-p-mdxxs-br {
    padding-right: 5px;
    padding-bottom: 35px;
  }
  .t-p-mdxxs-lr {
    padding-right: 5px;
    padding-left: 35px;
  }
  .t-p-mdxxs-tb {
    padding-top: 35px;
    padding-bottom: 5px;
  }
  .t-p-mdxxs-bl {
    padding-left: 5px;
    padding-bottom: 35px;
  }
  .t-p-mdxxs-tl {
    padding-left: 5px;
    padding-top: 35px;
  }
  .t-p-mdxs {
    padding: 35px 10px;
  }
  .t-p-mdxs-t {
    padding-top: 35px;
  }
  .t-p-mdxs-r {
    padding-right: 10px;
  }
  .t-p-mdxs-b {
    padding-bottom: 35px;
  }
  .t-p-mdxs-l {
    padding-left: 10px;
  }
  .t-p-mdxs-tr {
    padding-right: 10px;
    padding-top: 35px;
  }
  .t-p-mdxs-br {
    padding-right: 10px;
    padding-bottom: 35px;
  }
  .t-p-mdxs-lr {
    padding-right: 10px;
    padding-left: 35px;
  }
  .t-p-mdxs-tb {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .t-p-mdxs-bl {
    padding-left: 10px;
    padding-bottom: 35px;
  }
  .t-p-mdxs-tl {
    padding-left: 10px;
    padding-top: 35px;
  }
  .t-p-mdsm {
    padding: 35px 20px;
  }
  .t-p-mdsm-t {
    padding-top: 35px;
  }
  .t-p-mdsm-r {
    padding-right: 20px;
  }
  .t-p-mdsm-b {
    padding-bottom: 35px;
  }
  .t-p-mdsm-l {
    padding-left: 20px;
  }
  .t-p-mdsm-tr {
    padding-right: 20px;
    padding-top: 35px;
  }
  .t-p-mdsm-br {
    padding-right: 20px;
    padding-bottom: 35px;
  }
  .t-p-mdsm-lr {
    padding-right: 20px;
    padding-left: 35px;
  }
  .t-p-mdsm-tb {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .t-p-mdsm-bl {
    padding-left: 20px;
    padding-bottom: 35px;
  }
  .t-p-mdsm-tl {
    padding-left: 20px;
    padding-top: 35px;
  }
  .t-p-mdmd {
    padding: 35px 35px;
  }
  .t-p-mdmd-t {
    padding-top: 35px;
  }
  .t-p-mdmd-r {
    padding-right: 35px;
  }
  .t-p-mdmd-b {
    padding-bottom: 35px;
  }
  .t-p-mdmd-l {
    padding-left: 35px;
  }
  .t-p-mdmd-tr {
    padding-right: 35px;
    padding-top: 35px;
  }
  .t-p-mdmd-br {
    padding-right: 35px;
    padding-bottom: 35px;
  }
  .t-p-mdmd-lr {
    padding-right: 35px;
    padding-left: 35px;
  }
  .t-p-mdmd-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .t-p-mdmd-bl {
    padding-left: 35px;
    padding-bottom: 35px;
  }
  .t-p-mdmd-tl {
    padding-left: 35px;
    padding-top: 35px;
  }
  .t-p-mdlg {
    padding: 35px 80px;
  }
  .t-p-mdlg-t {
    padding-top: 35px;
  }
  .t-p-mdlg-r {
    padding-right: 80px;
  }
  .t-p-mdlg-b {
    padding-bottom: 35px;
  }
  .t-p-mdlg-l {
    padding-left: 80px;
  }
  .t-p-mdlg-tr {
    padding-right: 80px;
    padding-top: 35px;
  }
  .t-p-mdlg-br {
    padding-right: 80px;
    padding-bottom: 35px;
  }
  .t-p-mdlg-lr {
    padding-right: 80px;
    padding-left: 35px;
  }
  .t-p-mdlg-tb {
    padding-top: 35px;
    padding-bottom: 80px;
  }
  .t-p-mdlg-bl {
    padding-left: 80px;
    padding-bottom: 35px;
  }
  .t-p-mdlg-tl {
    padding-left: 80px;
    padding-top: 35px;
  }
  .t-p-mdxl {
    padding: 35px 100px;
  }
  .t-p-mdxl-t {
    padding-top: 35px;
  }
  .t-p-mdxl-r {
    padding-right: 100px;
  }
  .t-p-mdxl-b {
    padding-bottom: 35px;
  }
  .t-p-mdxl-l {
    padding-left: 100px;
  }
  .t-p-mdxl-tr {
    padding-right: 100px;
    padding-top: 35px;
  }
  .t-p-mdxl-br {
    padding-right: 100px;
    padding-bottom: 35px;
  }
  .t-p-mdxl-lr {
    padding-right: 100px;
    padding-left: 35px;
  }
  .t-p-mdxl-tb {
    padding-top: 35px;
    padding-bottom: 100px;
  }
  .t-p-mdxl-bl {
    padding-left: 100px;
    padding-bottom: 35px;
  }
  .t-p-mdxl-tl {
    padding-left: 100px;
    padding-top: 35px;
  }
  .t-p-mdxxl {
    padding: 35px 120px;
  }
  .t-p-mdxxl-t {
    padding-top: 35px;
  }
  .t-p-mdxxl-r {
    padding-right: 120px;
  }
  .t-p-mdxxl-b {
    padding-bottom: 35px;
  }
  .t-p-mdxxl-l {
    padding-left: 120px;
  }
  .t-p-mdxxl-tr {
    padding-right: 120px;
    padding-top: 35px;
  }
  .t-p-mdxxl-br {
    padding-right: 120px;
    padding-bottom: 35px;
  }
  .t-p-mdxxl-lr {
    padding-right: 120px;
    padding-left: 35px;
  }
  .t-p-mdxxl-tb {
    padding-top: 35px;
    padding-bottom: 120px;
  }
  .t-p-mdxxl-bl {
    padding-left: 120px;
    padding-bottom: 35px;
  }
  .t-p-mdxxl-tl {
    padding-left: 120px;
    padding-top: 35px;
  }
  .t-p-lg {
    padding: 80px;
  }
  .t-p-lg-t {
    padding-top: 80px;
  }
  .t-p-lg-r {
    padding-right: 80px;
  }
  .t-p-lg-b {
    padding-bottom: 80px;
  }
  .t-p-lg-l {
    padding-left: 80px;
  }
  .t-p-lg-tr {
    padding-right: 80px;
    padding-top: 80px;
  }
  .t-p-lg-br {
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .t-p-lg-rl, .t-p-lg-lr {
    padding-right: 80px;
    padding-left: 80px;
  }
  .t-p-lg-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .t-p-lg-bl {
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .t-p-lg-tl {
    padding-left: 80px;
    padding-top: 80px;
  }
  .t-p-lgxxs {
    padding: 80px 5px;
  }
  .t-p-lgxxs-t {
    padding-top: 80px;
  }
  .t-p-lgxxs-r {
    padding-right: 5px;
  }
  .t-p-lgxxs-b {
    padding-bottom: 80px;
  }
  .t-p-lgxxs-l {
    padding-left: 5px;
  }
  .t-p-lgxxs-tr {
    padding-right: 5px;
    padding-top: 80px;
  }
  .t-p-lgxxs-br {
    padding-right: 5px;
    padding-bottom: 80px;
  }
  .t-p-lgxxs-lr {
    padding-right: 5px;
    padding-left: 80px;
  }
  .t-p-lgxxs-tb {
    padding-top: 80px;
    padding-bottom: 5px;
  }
  .t-p-lgxxs-bl {
    padding-left: 5px;
    padding-bottom: 80px;
  }
  .t-p-lgxxs-tl {
    padding-left: 5px;
    padding-top: 80px;
  }
  .t-p-lgxs {
    padding: 80px 10px;
  }
  .t-p-lgxs-t {
    padding-top: 80px;
  }
  .t-p-lgxs-r {
    padding-right: 10px;
  }
  .t-p-lgxs-b {
    padding-bottom: 80px;
  }
  .t-p-lgxs-l {
    padding-left: 10px;
  }
  .t-p-lgxs-tr {
    padding-right: 10px;
    padding-top: 80px;
  }
  .t-p-lgxs-br {
    padding-right: 10px;
    padding-bottom: 80px;
  }
  .t-p-lgxs-lr {
    padding-right: 10px;
    padding-left: 80px;
  }
  .t-p-lgxs-tb {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .t-p-lgxs-bl {
    padding-left: 10px;
    padding-bottom: 80px;
  }
  .t-p-lgxs-tl {
    padding-left: 10px;
    padding-top: 80px;
  }
  .t-p-lgsm {
    padding: 80px 20px;
  }
  .t-p-lgsm-t {
    padding-top: 80px;
  }
  .t-p-lgsm-r {
    padding-right: 20px;
  }
  .t-p-lgsm-b {
    padding-bottom: 80px;
  }
  .t-p-lgsm-l {
    padding-left: 20px;
  }
  .t-p-lgsm-tr {
    padding-right: 20px;
    padding-top: 80px;
  }
  .t-p-lgsm-br {
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .t-p-lgsm-lr {
    padding-right: 20px;
    padding-left: 80px;
  }
  .t-p-lgsm-tb {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .t-p-lgsm-bl {
    padding-left: 20px;
    padding-bottom: 80px;
  }
  .t-p-lgsm-tl {
    padding-left: 20px;
    padding-top: 80px;
  }
  .t-p-lgmd {
    padding: 80px 35px;
  }
  .t-p-lgmd-t {
    padding-top: 80px;
  }
  .t-p-lgmd-r {
    padding-right: 35px;
  }
  .t-p-lgmd-b {
    padding-bottom: 80px;
  }
  .t-p-lgmd-l {
    padding-left: 35px;
  }
  .t-p-lgmd-tr {
    padding-right: 35px;
    padding-top: 80px;
  }
  .t-p-lgmd-br {
    padding-right: 35px;
    padding-bottom: 80px;
  }
  .t-p-lgmd-lr {
    padding-right: 35px;
    padding-left: 80px;
  }
  .t-p-lgmd-tb {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .t-p-lgmd-bl {
    padding-left: 35px;
    padding-bottom: 80px;
  }
  .t-p-lgmd-tl {
    padding-left: 35px;
    padding-top: 80px;
  }
  .t-p-lglg {
    padding: 80px 80px;
  }
  .t-p-lglg-t {
    padding-top: 80px;
  }
  .t-p-lglg-r {
    padding-right: 80px;
  }
  .t-p-lglg-b {
    padding-bottom: 80px;
  }
  .t-p-lglg-l {
    padding-left: 80px;
  }
  .t-p-lglg-tr {
    padding-right: 80px;
    padding-top: 80px;
  }
  .t-p-lglg-br {
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .t-p-lglg-lr {
    padding-right: 80px;
    padding-left: 80px;
  }
  .t-p-lglg-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .t-p-lglg-bl {
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .t-p-lglg-tl {
    padding-left: 80px;
    padding-top: 80px;
  }
  .t-p-lgxl {
    padding: 80px 100px;
  }
  .t-p-lgxl-t {
    padding-top: 80px;
  }
  .t-p-lgxl-r {
    padding-right: 100px;
  }
  .t-p-lgxl-b {
    padding-bottom: 80px;
  }
  .t-p-lgxl-l {
    padding-left: 100px;
  }
  .t-p-lgxl-tr {
    padding-right: 100px;
    padding-top: 80px;
  }
  .t-p-lgxl-br {
    padding-right: 100px;
    padding-bottom: 80px;
  }
  .t-p-lgxl-lr {
    padding-right: 100px;
    padding-left: 80px;
  }
  .t-p-lgxl-tb {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .t-p-lgxl-bl {
    padding-left: 100px;
    padding-bottom: 80px;
  }
  .t-p-lgxl-tl {
    padding-left: 100px;
    padding-top: 80px;
  }
  .t-p-lgxxl {
    padding: 80px 120px;
  }
  .t-p-lgxxl-t {
    padding-top: 80px;
  }
  .t-p-lgxxl-r {
    padding-right: 120px;
  }
  .t-p-lgxxl-b {
    padding-bottom: 80px;
  }
  .t-p-lgxxl-l {
    padding-left: 120px;
  }
  .t-p-lgxxl-tr {
    padding-right: 120px;
    padding-top: 80px;
  }
  .t-p-lgxxl-br {
    padding-right: 120px;
    padding-bottom: 80px;
  }
  .t-p-lgxxl-lr {
    padding-right: 120px;
    padding-left: 80px;
  }
  .t-p-lgxxl-tb {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .t-p-lgxxl-bl {
    padding-left: 120px;
    padding-bottom: 80px;
  }
  .t-p-lgxxl-tl {
    padding-left: 120px;
    padding-top: 80px;
  }
  .t-p-xl {
    padding: 100px;
  }
  .t-p-xl-t {
    padding-top: 100px;
  }
  .t-p-xl-r {
    padding-right: 100px;
  }
  .t-p-xl-b {
    padding-bottom: 100px;
  }
  .t-p-xl-l {
    padding-left: 100px;
  }
  .t-p-xl-tr {
    padding-right: 100px;
    padding-top: 100px;
  }
  .t-p-xl-br {
    padding-right: 100px;
    padding-bottom: 100px;
  }
  .t-p-xl-rl, .t-p-xl-lr {
    padding-right: 100px;
    padding-left: 100px;
  }
  .t-p-xl-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .t-p-xl-bl {
    padding-left: 100px;
    padding-bottom: 100px;
  }
  .t-p-xl-tl {
    padding-left: 100px;
    padding-top: 100px;
  }
  .t-p-xlxxs {
    padding: 100px 5px;
  }
  .t-p-xlxxs-t {
    padding-top: 100px;
  }
  .t-p-xlxxs-r {
    padding-right: 5px;
  }
  .t-p-xlxxs-b {
    padding-bottom: 100px;
  }
  .t-p-xlxxs-l {
    padding-left: 5px;
  }
  .t-p-xlxxs-tr {
    padding-right: 5px;
    padding-top: 100px;
  }
  .t-p-xlxxs-br {
    padding-right: 5px;
    padding-bottom: 100px;
  }
  .t-p-xlxxs-lr {
    padding-right: 5px;
    padding-left: 100px;
  }
  .t-p-xlxxs-tb {
    padding-top: 100px;
    padding-bottom: 5px;
  }
  .t-p-xlxxs-bl {
    padding-left: 5px;
    padding-bottom: 100px;
  }
  .t-p-xlxxs-tl {
    padding-left: 5px;
    padding-top: 100px;
  }
  .t-p-xlxs {
    padding: 100px 10px;
  }
  .t-p-xlxs-t {
    padding-top: 100px;
  }
  .t-p-xlxs-r {
    padding-right: 10px;
  }
  .t-p-xlxs-b {
    padding-bottom: 100px;
  }
  .t-p-xlxs-l {
    padding-left: 10px;
  }
  .t-p-xlxs-tr {
    padding-right: 10px;
    padding-top: 100px;
  }
  .t-p-xlxs-br {
    padding-right: 10px;
    padding-bottom: 100px;
  }
  .t-p-xlxs-lr {
    padding-right: 10px;
    padding-left: 100px;
  }
  .t-p-xlxs-tb {
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .t-p-xlxs-bl {
    padding-left: 10px;
    padding-bottom: 100px;
  }
  .t-p-xlxs-tl {
    padding-left: 10px;
    padding-top: 100px;
  }
  .t-p-xlsm {
    padding: 100px 20px;
  }
  .t-p-xlsm-t {
    padding-top: 100px;
  }
  .t-p-xlsm-r {
    padding-right: 20px;
  }
  .t-p-xlsm-b {
    padding-bottom: 100px;
  }
  .t-p-xlsm-l {
    padding-left: 20px;
  }
  .t-p-xlsm-tr {
    padding-right: 20px;
    padding-top: 100px;
  }
  .t-p-xlsm-br {
    padding-right: 20px;
    padding-bottom: 100px;
  }
  .t-p-xlsm-lr {
    padding-right: 20px;
    padding-left: 100px;
  }
  .t-p-xlsm-tb {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .t-p-xlsm-bl {
    padding-left: 20px;
    padding-bottom: 100px;
  }
  .t-p-xlsm-tl {
    padding-left: 20px;
    padding-top: 100px;
  }
  .t-p-xlmd {
    padding: 100px 35px;
  }
  .t-p-xlmd-t {
    padding-top: 100px;
  }
  .t-p-xlmd-r {
    padding-right: 35px;
  }
  .t-p-xlmd-b {
    padding-bottom: 100px;
  }
  .t-p-xlmd-l {
    padding-left: 35px;
  }
  .t-p-xlmd-tr {
    padding-right: 35px;
    padding-top: 100px;
  }
  .t-p-xlmd-br {
    padding-right: 35px;
    padding-bottom: 100px;
  }
  .t-p-xlmd-lr {
    padding-right: 35px;
    padding-left: 100px;
  }
  .t-p-xlmd-tb {
    padding-top: 100px;
    padding-bottom: 35px;
  }
  .t-p-xlmd-bl {
    padding-left: 35px;
    padding-bottom: 100px;
  }
  .t-p-xlmd-tl {
    padding-left: 35px;
    padding-top: 100px;
  }
  .t-p-xllg {
    padding: 100px 80px;
  }
  .t-p-xllg-t {
    padding-top: 100px;
  }
  .t-p-xllg-r {
    padding-right: 80px;
  }
  .t-p-xllg-b {
    padding-bottom: 100px;
  }
  .t-p-xllg-l {
    padding-left: 80px;
  }
  .t-p-xllg-tr {
    padding-right: 80px;
    padding-top: 100px;
  }
  .t-p-xllg-br {
    padding-right: 80px;
    padding-bottom: 100px;
  }
  .t-p-xllg-lr {
    padding-right: 80px;
    padding-left: 100px;
  }
  .t-p-xllg-tb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .t-p-xllg-bl {
    padding-left: 80px;
    padding-bottom: 100px;
  }
  .t-p-xllg-tl {
    padding-left: 80px;
    padding-top: 100px;
  }
  .t-p-xlxl {
    padding: 100px 100px;
  }
  .t-p-xlxl-t {
    padding-top: 100px;
  }
  .t-p-xlxl-r {
    padding-right: 100px;
  }
  .t-p-xlxl-b {
    padding-bottom: 100px;
  }
  .t-p-xlxl-l {
    padding-left: 100px;
  }
  .t-p-xlxl-tr {
    padding-right: 100px;
    padding-top: 100px;
  }
  .t-p-xlxl-br {
    padding-right: 100px;
    padding-bottom: 100px;
  }
  .t-p-xlxl-lr {
    padding-right: 100px;
    padding-left: 100px;
  }
  .t-p-xlxl-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .t-p-xlxl-bl {
    padding-left: 100px;
    padding-bottom: 100px;
  }
  .t-p-xlxl-tl {
    padding-left: 100px;
    padding-top: 100px;
  }
  .t-p-xlxxl {
    padding: 100px 120px;
  }
  .t-p-xlxxl-t {
    padding-top: 100px;
  }
  .t-p-xlxxl-r {
    padding-right: 120px;
  }
  .t-p-xlxxl-b {
    padding-bottom: 100px;
  }
  .t-p-xlxxl-l {
    padding-left: 120px;
  }
  .t-p-xlxxl-tr {
    padding-right: 120px;
    padding-top: 100px;
  }
  .t-p-xlxxl-br {
    padding-right: 120px;
    padding-bottom: 100px;
  }
  .t-p-xlxxl-lr {
    padding-right: 120px;
    padding-left: 100px;
  }
  .t-p-xlxxl-tb {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .t-p-xlxxl-bl {
    padding-left: 120px;
    padding-bottom: 100px;
  }
  .t-p-xlxxl-tl {
    padding-left: 120px;
    padding-top: 100px;
  }
  .t-p-xxl {
    padding: 120px;
  }
  .t-p-xxl-t {
    padding-top: 120px;
  }
  .t-p-xxl-r {
    padding-right: 120px;
  }
  .t-p-xxl-b {
    padding-bottom: 120px;
  }
  .t-p-xxl-l {
    padding-left: 120px;
  }
  .t-p-xxl-tr {
    padding-right: 120px;
    padding-top: 120px;
  }
  .t-p-xxl-br {
    padding-right: 120px;
    padding-bottom: 120px;
  }
  .t-p-xxl-rl, .t-p-xxl-lr {
    padding-right: 120px;
    padding-left: 120px;
  }
  .t-p-xxl-tb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .t-p-xxl-bl {
    padding-left: 120px;
    padding-bottom: 120px;
  }
  .t-p-xxl-tl {
    padding-left: 120px;
    padding-top: 120px;
  }
  .t-p-xxlxxs {
    padding: 120px 5px;
  }
  .t-p-xxlxxs-t {
    padding-top: 120px;
  }
  .t-p-xxlxxs-r {
    padding-right: 5px;
  }
  .t-p-xxlxxs-b {
    padding-bottom: 120px;
  }
  .t-p-xxlxxs-l {
    padding-left: 5px;
  }
  .t-p-xxlxxs-tr {
    padding-right: 5px;
    padding-top: 120px;
  }
  .t-p-xxlxxs-br {
    padding-right: 5px;
    padding-bottom: 120px;
  }
  .t-p-xxlxxs-lr {
    padding-right: 5px;
    padding-left: 120px;
  }
  .t-p-xxlxxs-tb {
    padding-top: 120px;
    padding-bottom: 5px;
  }
  .t-p-xxlxxs-bl {
    padding-left: 5px;
    padding-bottom: 120px;
  }
  .t-p-xxlxxs-tl {
    padding-left: 5px;
    padding-top: 120px;
  }
  .t-p-xxlxs {
    padding: 120px 10px;
  }
  .t-p-xxlxs-t {
    padding-top: 120px;
  }
  .t-p-xxlxs-r {
    padding-right: 10px;
  }
  .t-p-xxlxs-b {
    padding-bottom: 120px;
  }
  .t-p-xxlxs-l {
    padding-left: 10px;
  }
  .t-p-xxlxs-tr {
    padding-right: 10px;
    padding-top: 120px;
  }
  .t-p-xxlxs-br {
    padding-right: 10px;
    padding-bottom: 120px;
  }
  .t-p-xxlxs-lr {
    padding-right: 10px;
    padding-left: 120px;
  }
  .t-p-xxlxs-tb {
    padding-top: 120px;
    padding-bottom: 10px;
  }
  .t-p-xxlxs-bl {
    padding-left: 10px;
    padding-bottom: 120px;
  }
  .t-p-xxlxs-tl {
    padding-left: 10px;
    padding-top: 120px;
  }
  .t-p-xxlsm {
    padding: 120px 20px;
  }
  .t-p-xxlsm-t {
    padding-top: 120px;
  }
  .t-p-xxlsm-r {
    padding-right: 20px;
  }
  .t-p-xxlsm-b {
    padding-bottom: 120px;
  }
  .t-p-xxlsm-l {
    padding-left: 20px;
  }
  .t-p-xxlsm-tr {
    padding-right: 20px;
    padding-top: 120px;
  }
  .t-p-xxlsm-br {
    padding-right: 20px;
    padding-bottom: 120px;
  }
  .t-p-xxlsm-lr {
    padding-right: 20px;
    padding-left: 120px;
  }
  .t-p-xxlsm-tb {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .t-p-xxlsm-bl {
    padding-left: 20px;
    padding-bottom: 120px;
  }
  .t-p-xxlsm-tl {
    padding-left: 20px;
    padding-top: 120px;
  }
  .t-p-xxlmd {
    padding: 120px 35px;
  }
  .t-p-xxlmd-t {
    padding-top: 120px;
  }
  .t-p-xxlmd-r {
    padding-right: 35px;
  }
  .t-p-xxlmd-b {
    padding-bottom: 120px;
  }
  .t-p-xxlmd-l {
    padding-left: 35px;
  }
  .t-p-xxlmd-tr {
    padding-right: 35px;
    padding-top: 120px;
  }
  .t-p-xxlmd-br {
    padding-right: 35px;
    padding-bottom: 120px;
  }
  .t-p-xxlmd-lr {
    padding-right: 35px;
    padding-left: 120px;
  }
  .t-p-xxlmd-tb {
    padding-top: 120px;
    padding-bottom: 35px;
  }
  .t-p-xxlmd-bl {
    padding-left: 35px;
    padding-bottom: 120px;
  }
  .t-p-xxlmd-tl {
    padding-left: 35px;
    padding-top: 120px;
  }
  .t-p-xxllg {
    padding: 120px 80px;
  }
  .t-p-xxllg-t {
    padding-top: 120px;
  }
  .t-p-xxllg-r {
    padding-right: 80px;
  }
  .t-p-xxllg-b {
    padding-bottom: 120px;
  }
  .t-p-xxllg-l {
    padding-left: 80px;
  }
  .t-p-xxllg-tr {
    padding-right: 80px;
    padding-top: 120px;
  }
  .t-p-xxllg-br {
    padding-right: 80px;
    padding-bottom: 120px;
  }
  .t-p-xxllg-lr {
    padding-right: 80px;
    padding-left: 120px;
  }
  .t-p-xxllg-tb {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .t-p-xxllg-bl {
    padding-left: 80px;
    padding-bottom: 120px;
  }
  .t-p-xxllg-tl {
    padding-left: 80px;
    padding-top: 120px;
  }
  .t-p-xxlxl {
    padding: 120px 100px;
  }
  .t-p-xxlxl-t {
    padding-top: 120px;
  }
  .t-p-xxlxl-r {
    padding-right: 100px;
  }
  .t-p-xxlxl-b {
    padding-bottom: 120px;
  }
  .t-p-xxlxl-l {
    padding-left: 100px;
  }
  .t-p-xxlxl-tr {
    padding-right: 100px;
    padding-top: 120px;
  }
  .t-p-xxlxl-br {
    padding-right: 100px;
    padding-bottom: 120px;
  }
  .t-p-xxlxl-lr {
    padding-right: 100px;
    padding-left: 120px;
  }
  .t-p-xxlxl-tb {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .t-p-xxlxl-bl {
    padding-left: 100px;
    padding-bottom: 120px;
  }
  .t-p-xxlxl-tl {
    padding-left: 100px;
    padding-top: 120px;
  }
  .t-p-xxlxxl {
    padding: 120px 120px;
  }
  .t-p-xxlxxl-t {
    padding-top: 120px;
  }
  .t-p-xxlxxl-r {
    padding-right: 120px;
  }
  .t-p-xxlxxl-b {
    padding-bottom: 120px;
  }
  .t-p-xxlxxl-l {
    padding-left: 120px;
  }
  .t-p-xxlxxl-tr {
    padding-right: 120px;
    padding-top: 120px;
  }
  .t-p-xxlxxl-br {
    padding-right: 120px;
    padding-bottom: 120px;
  }
  .t-p-xxlxxl-lr {
    padding-right: 120px;
    padding-left: 120px;
  }
  .t-p-xxlxxl-tb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .t-p-xxlxxl-bl {
    padding-left: 120px;
    padding-bottom: 120px;
  }
  .t-p-xxlxxl-tl {
    padding-left: 120px;
    padding-top: 120px;
  }
  .t-p-0 {
    padding: 0px;
  }
  .t-p-t-0 {
    padding-top: 0px;
  }
  .t-p-r-0 {
    padding-right: 0px;
  }
  .t-p-b-0 {
    padding-bottom: 0px;
  }
  .t-p-l-0 {
    padding-left: 0px;
  }
  .t-p-tr-0 {
    padding-right: 0px;
    padding-top: 0px;
  }
  .t-p-br-0 {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .t-p-rl-0, .t-p-lr-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .t-p-tb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .t-p-bl-0 {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .t-p-tl-0 {
    padding-left: 0px;
    padding-top: 0px;
  }
  .t-m-t {
    margin-top: 0;
  }
  .t-m-r {
    margin-right: 0;
  }
  .t-m-b {
    margin-bottom: 0;
  }
  .t-m-l {
    margin-left: 0;
  }
  .t-m-tr {
    margin-right: 0;
    margin-top: 0;
  }
  .t-m-br {
    margin-right: 0;
    margin-bottom: 0;
  }
  .t-m-rl, .t-m-lr {
    margin-right: 0;
    margin-left: 0;
  }
  .t-m-tb {
    margin-top: 0;
    margin-bottom: 0;
  }
  .t-m-bl {
    margin-left: 0;
    margin-bottom: 0;
  }
  .t-m-tl {
    margin-left: 0;
    margin-top: 0;
  }
  .t-m-xxs {
    margin: 5px;
  }
  .t-m-xxs-t {
    margin-top: 5px;
  }
  .t-m-xxs-r {
    margin-right: 5px;
  }
  .t-m-xxs-b {
    margin-bottom: 5px;
  }
  .t-m-xxs-l {
    margin-left: 5px;
  }
  .t-m-xxs-tr {
    margin-right: 5px;
    margin-top: 5px;
  }
  .t-m-xxs-br {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .t-m-xxs-rl, .t-m-xxs-lr {
    margin-right: 5px;
    margin-left: 5px;
  }
  .t-m-xxs-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .t-m-xxs-bl {
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .t-m-xxs-tl {
    margin-left: 5px;
    margin-top: 5px;
  }
  .t-m-xxsxxs {
    margin: 5px 5px;
  }
  .t-m-xxsxxs-t {
    margin-top: 5px;
  }
  .t-m-xxsxxs-r {
    margin-right: 5px;
  }
  .t-m-xxsxxs-b {
    margin-bottom: 5px;
  }
  .t-m-xxsxxs-l {
    margin-left: 5px;
  }
  .t-m-xxsxxs-tr {
    margin-right: 5px;
    margin-top: 5px;
  }
  .t-m-xxsxxs-br {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .t-m-xxsxxs-lr {
    margin-right: 5px;
    margin-left: 5px;
  }
  .t-m-xxsxxs-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .t-m-xxsxxs-bl {
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .t-m-xxsxxs-tl {
    margin-left: 5px;
    margin-top: 5px;
  }
  .t-m-xxsxs {
    margin: 5px 10px;
  }
  .t-m-xxsxs-t {
    margin-top: 5px;
  }
  .t-m-xxsxs-r {
    margin-right: 10px;
  }
  .t-m-xxsxs-b {
    margin-bottom: 5px;
  }
  .t-m-xxsxs-l {
    margin-left: 10px;
  }
  .t-m-xxsxs-tr {
    margin-right: 10px;
    margin-top: 5px;
  }
  .t-m-xxsxs-br {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .t-m-xxsxs-lr {
    margin-right: 10px;
    margin-left: 5px;
  }
  .t-m-xxsxs-tb {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .t-m-xxsxs-bl {
    margin-left: 10px;
    margin-bottom: 5px;
  }
  .t-m-xxsxs-tl {
    margin-left: 10px;
    margin-top: 5px;
  }
  .t-m-xxssm {
    margin: 5px 20px;
  }
  .t-m-xxssm-t {
    margin-top: 5px;
  }
  .t-m-xxssm-r {
    margin-right: 20px;
  }
  .t-m-xxssm-b {
    margin-bottom: 5px;
  }
  .t-m-xxssm-l {
    margin-left: 20px;
  }
  .t-m-xxssm-tr {
    margin-right: 20px;
    margin-top: 5px;
  }
  .t-m-xxssm-br {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .t-m-xxssm-lr {
    margin-right: 20px;
    margin-left: 5px;
  }
  .t-m-xxssm-tb {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .t-m-xxssm-bl {
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .t-m-xxssm-tl {
    margin-left: 20px;
    margin-top: 5px;
  }
  .t-m-xxsmd {
    margin: 5px 35px;
  }
  .t-m-xxsmd-t {
    margin-top: 5px;
  }
  .t-m-xxsmd-r {
    margin-right: 35px;
  }
  .t-m-xxsmd-b {
    margin-bottom: 5px;
  }
  .t-m-xxsmd-l {
    margin-left: 35px;
  }
  .t-m-xxsmd-tr {
    margin-right: 35px;
    margin-top: 5px;
  }
  .t-m-xxsmd-br {
    margin-right: 35px;
    margin-bottom: 5px;
  }
  .t-m-xxsmd-lr {
    margin-right: 35px;
    margin-left: 5px;
  }
  .t-m-xxsmd-tb {
    margin-top: 5px;
    margin-bottom: 35px;
  }
  .t-m-xxsmd-bl {
    margin-left: 35px;
    margin-bottom: 5px;
  }
  .t-m-xxsmd-tl {
    margin-left: 35px;
    margin-top: 5px;
  }
  .t-m-xxslg {
    margin: 5px 80px;
  }
  .t-m-xxslg-t {
    margin-top: 5px;
  }
  .t-m-xxslg-r {
    margin-right: 80px;
  }
  .t-m-xxslg-b {
    margin-bottom: 5px;
  }
  .t-m-xxslg-l {
    margin-left: 80px;
  }
  .t-m-xxslg-tr {
    margin-right: 80px;
    margin-top: 5px;
  }
  .t-m-xxslg-br {
    margin-right: 80px;
    margin-bottom: 5px;
  }
  .t-m-xxslg-lr {
    margin-right: 80px;
    margin-left: 5px;
  }
  .t-m-xxslg-tb {
    margin-top: 5px;
    margin-bottom: 80px;
  }
  .t-m-xxslg-bl {
    margin-left: 80px;
    margin-bottom: 5px;
  }
  .t-m-xxslg-tl {
    margin-left: 80px;
    margin-top: 5px;
  }
  .t-m-xxsxl {
    margin: 5px 100px;
  }
  .t-m-xxsxl-t {
    margin-top: 5px;
  }
  .t-m-xxsxl-r {
    margin-right: 100px;
  }
  .t-m-xxsxl-b {
    margin-bottom: 5px;
  }
  .t-m-xxsxl-l {
    margin-left: 100px;
  }
  .t-m-xxsxl-tr {
    margin-right: 100px;
    margin-top: 5px;
  }
  .t-m-xxsxl-br {
    margin-right: 100px;
    margin-bottom: 5px;
  }
  .t-m-xxsxl-lr {
    margin-right: 100px;
    margin-left: 5px;
  }
  .t-m-xxsxl-tb {
    margin-top: 5px;
    margin-bottom: 100px;
  }
  .t-m-xxsxl-bl {
    margin-left: 100px;
    margin-bottom: 5px;
  }
  .t-m-xxsxl-tl {
    margin-left: 100px;
    margin-top: 5px;
  }
  .t-m-xxsxxl {
    margin: 5px 120px;
  }
  .t-m-xxsxxl-t {
    margin-top: 5px;
  }
  .t-m-xxsxxl-r {
    margin-right: 120px;
  }
  .t-m-xxsxxl-b {
    margin-bottom: 5px;
  }
  .t-m-xxsxxl-l {
    margin-left: 120px;
  }
  .t-m-xxsxxl-tr {
    margin-right: 120px;
    margin-top: 5px;
  }
  .t-m-xxsxxl-br {
    margin-right: 120px;
    margin-bottom: 5px;
  }
  .t-m-xxsxxl-lr {
    margin-right: 120px;
    margin-left: 5px;
  }
  .t-m-xxsxxl-tb {
    margin-top: 5px;
    margin-bottom: 120px;
  }
  .t-m-xxsxxl-bl {
    margin-left: 120px;
    margin-bottom: 5px;
  }
  .t-m-xxsxxl-tl {
    margin-left: 120px;
    margin-top: 5px;
  }
  .t-m-xs {
    margin: 10px;
  }
  .t-m-xs-t {
    margin-top: 10px;
  }
  .t-m-xs-r {
    margin-right: 10px;
  }
  .t-m-xs-b {
    margin-bottom: 10px;
  }
  .t-m-xs-l {
    margin-left: 10px;
  }
  .t-m-xs-tr {
    margin-right: 10px;
    margin-top: 10px;
  }
  .t-m-xs-br {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .t-m-xs-rl, .t-m-xs-lr {
    margin-right: 10px;
    margin-left: 10px;
  }
  .t-m-xs-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .t-m-xs-bl {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .t-m-xs-tl {
    margin-left: 10px;
    margin-top: 10px;
  }
  .t-m-xsxxs {
    margin: 10px 5px;
  }
  .t-m-xsxxs-t {
    margin-top: 10px;
  }
  .t-m-xsxxs-r {
    margin-right: 5px;
  }
  .t-m-xsxxs-b {
    margin-bottom: 10px;
  }
  .t-m-xsxxs-l {
    margin-left: 5px;
  }
  .t-m-xsxxs-tr {
    margin-right: 5px;
    margin-top: 10px;
  }
  .t-m-xsxxs-br {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .t-m-xsxxs-lr {
    margin-right: 5px;
    margin-left: 10px;
  }
  .t-m-xsxxs-tb {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .t-m-xsxxs-bl {
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .t-m-xsxxs-tl {
    margin-left: 5px;
    margin-top: 10px;
  }
  .t-m-xsxs {
    margin: 10px 10px;
  }
  .t-m-xsxs-t {
    margin-top: 10px;
  }
  .t-m-xsxs-r {
    margin-right: 10px;
  }
  .t-m-xsxs-b {
    margin-bottom: 10px;
  }
  .t-m-xsxs-l {
    margin-left: 10px;
  }
  .t-m-xsxs-tr {
    margin-right: 10px;
    margin-top: 10px;
  }
  .t-m-xsxs-br {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .t-m-xsxs-lr {
    margin-right: 10px;
    margin-left: 10px;
  }
  .t-m-xsxs-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .t-m-xsxs-bl {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .t-m-xsxs-tl {
    margin-left: 10px;
    margin-top: 10px;
  }
  .t-m-xssm {
    margin: 10px 20px;
  }
  .t-m-xssm-t {
    margin-top: 10px;
  }
  .t-m-xssm-r {
    margin-right: 20px;
  }
  .t-m-xssm-b {
    margin-bottom: 10px;
  }
  .t-m-xssm-l {
    margin-left: 20px;
  }
  .t-m-xssm-tr {
    margin-right: 20px;
    margin-top: 10px;
  }
  .t-m-xssm-br {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .t-m-xssm-lr {
    margin-right: 20px;
    margin-left: 10px;
  }
  .t-m-xssm-tb {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .t-m-xssm-bl {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .t-m-xssm-tl {
    margin-left: 20px;
    margin-top: 10px;
  }
  .t-m-xsmd {
    margin: 10px 35px;
  }
  .t-m-xsmd-t {
    margin-top: 10px;
  }
  .t-m-xsmd-r {
    margin-right: 35px;
  }
  .t-m-xsmd-b {
    margin-bottom: 10px;
  }
  .t-m-xsmd-l {
    margin-left: 35px;
  }
  .t-m-xsmd-tr {
    margin-right: 35px;
    margin-top: 10px;
  }
  .t-m-xsmd-br {
    margin-right: 35px;
    margin-bottom: 10px;
  }
  .t-m-xsmd-lr {
    margin-right: 35px;
    margin-left: 10px;
  }
  .t-m-xsmd-tb {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .t-m-xsmd-bl {
    margin-left: 35px;
    margin-bottom: 10px;
  }
  .t-m-xsmd-tl {
    margin-left: 35px;
    margin-top: 10px;
  }
  .t-m-xslg {
    margin: 10px 80px;
  }
  .t-m-xslg-t {
    margin-top: 10px;
  }
  .t-m-xslg-r {
    margin-right: 80px;
  }
  .t-m-xslg-b {
    margin-bottom: 10px;
  }
  .t-m-xslg-l {
    margin-left: 80px;
  }
  .t-m-xslg-tr {
    margin-right: 80px;
    margin-top: 10px;
  }
  .t-m-xslg-br {
    margin-right: 80px;
    margin-bottom: 10px;
  }
  .t-m-xslg-lr {
    margin-right: 80px;
    margin-left: 10px;
  }
  .t-m-xslg-tb {
    margin-top: 10px;
    margin-bottom: 80px;
  }
  .t-m-xslg-bl {
    margin-left: 80px;
    margin-bottom: 10px;
  }
  .t-m-xslg-tl {
    margin-left: 80px;
    margin-top: 10px;
  }
  .t-m-xsxl {
    margin: 10px 100px;
  }
  .t-m-xsxl-t {
    margin-top: 10px;
  }
  .t-m-xsxl-r {
    margin-right: 100px;
  }
  .t-m-xsxl-b {
    margin-bottom: 10px;
  }
  .t-m-xsxl-l {
    margin-left: 100px;
  }
  .t-m-xsxl-tr {
    margin-right: 100px;
    margin-top: 10px;
  }
  .t-m-xsxl-br {
    margin-right: 100px;
    margin-bottom: 10px;
  }
  .t-m-xsxl-lr {
    margin-right: 100px;
    margin-left: 10px;
  }
  .t-m-xsxl-tb {
    margin-top: 10px;
    margin-bottom: 100px;
  }
  .t-m-xsxl-bl {
    margin-left: 100px;
    margin-bottom: 10px;
  }
  .t-m-xsxl-tl {
    margin-left: 100px;
    margin-top: 10px;
  }
  .t-m-xsxxl {
    margin: 10px 120px;
  }
  .t-m-xsxxl-t {
    margin-top: 10px;
  }
  .t-m-xsxxl-r {
    margin-right: 120px;
  }
  .t-m-xsxxl-b {
    margin-bottom: 10px;
  }
  .t-m-xsxxl-l {
    margin-left: 120px;
  }
  .t-m-xsxxl-tr {
    margin-right: 120px;
    margin-top: 10px;
  }
  .t-m-xsxxl-br {
    margin-right: 120px;
    margin-bottom: 10px;
  }
  .t-m-xsxxl-lr {
    margin-right: 120px;
    margin-left: 10px;
  }
  .t-m-xsxxl-tb {
    margin-top: 10px;
    margin-bottom: 120px;
  }
  .t-m-xsxxl-bl {
    margin-left: 120px;
    margin-bottom: 10px;
  }
  .t-m-xsxxl-tl {
    margin-left: 120px;
    margin-top: 10px;
  }
  .t-m-sm {
    margin: 20px;
  }
  .t-m-sm-t {
    margin-top: 20px;
  }
  .t-m-sm-r {
    margin-right: 20px;
  }
  .t-m-sm-b {
    margin-bottom: 20px;
  }
  .t-m-sm-l {
    margin-left: 20px;
  }
  .t-m-sm-tr {
    margin-right: 20px;
    margin-top: 20px;
  }
  .t-m-sm-br {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .t-m-sm-rl, .t-m-sm-lr {
    margin-right: 20px;
    margin-left: 20px;
  }
  .t-m-sm-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .t-m-sm-bl {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .t-m-sm-tl {
    margin-left: 20px;
    margin-top: 20px;
  }
  .t-m-smxxs {
    margin: 20px 5px;
  }
  .t-m-smxxs-t {
    margin-top: 20px;
  }
  .t-m-smxxs-r {
    margin-right: 5px;
  }
  .t-m-smxxs-b {
    margin-bottom: 20px;
  }
  .t-m-smxxs-l {
    margin-left: 5px;
  }
  .t-m-smxxs-tr {
    margin-right: 5px;
    margin-top: 20px;
  }
  .t-m-smxxs-br {
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .t-m-smxxs-lr {
    margin-right: 5px;
    margin-left: 20px;
  }
  .t-m-smxxs-tb {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .t-m-smxxs-bl {
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .t-m-smxxs-tl {
    margin-left: 5px;
    margin-top: 20px;
  }
  .t-m-smxs {
    margin: 20px 10px;
  }
  .t-m-smxs-t {
    margin-top: 20px;
  }
  .t-m-smxs-r {
    margin-right: 10px;
  }
  .t-m-smxs-b {
    margin-bottom: 20px;
  }
  .t-m-smxs-l {
    margin-left: 10px;
  }
  .t-m-smxs-tr {
    margin-right: 10px;
    margin-top: 20px;
  }
  .t-m-smxs-br {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .t-m-smxs-lr {
    margin-right: 10px;
    margin-left: 20px;
  }
  .t-m-smxs-tb {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .t-m-smxs-bl {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .t-m-smxs-tl {
    margin-left: 10px;
    margin-top: 20px;
  }
  .t-m-smsm {
    margin: 20px 20px;
  }
  .t-m-smsm-t {
    margin-top: 20px;
  }
  .t-m-smsm-r {
    margin-right: 20px;
  }
  .t-m-smsm-b {
    margin-bottom: 20px;
  }
  .t-m-smsm-l {
    margin-left: 20px;
  }
  .t-m-smsm-tr {
    margin-right: 20px;
    margin-top: 20px;
  }
  .t-m-smsm-br {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .t-m-smsm-lr {
    margin-right: 20px;
    margin-left: 20px;
  }
  .t-m-smsm-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .t-m-smsm-bl {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .t-m-smsm-tl {
    margin-left: 20px;
    margin-top: 20px;
  }
  .t-m-smmd {
    margin: 20px 35px;
  }
  .t-m-smmd-t {
    margin-top: 20px;
  }
  .t-m-smmd-r {
    margin-right: 35px;
  }
  .t-m-smmd-b {
    margin-bottom: 20px;
  }
  .t-m-smmd-l {
    margin-left: 35px;
  }
  .t-m-smmd-tr {
    margin-right: 35px;
    margin-top: 20px;
  }
  .t-m-smmd-br {
    margin-right: 35px;
    margin-bottom: 20px;
  }
  .t-m-smmd-lr {
    margin-right: 35px;
    margin-left: 20px;
  }
  .t-m-smmd-tb {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .t-m-smmd-bl {
    margin-left: 35px;
    margin-bottom: 20px;
  }
  .t-m-smmd-tl {
    margin-left: 35px;
    margin-top: 20px;
  }
  .t-m-smlg {
    margin: 20px 80px;
  }
  .t-m-smlg-t {
    margin-top: 20px;
  }
  .t-m-smlg-r {
    margin-right: 80px;
  }
  .t-m-smlg-b {
    margin-bottom: 20px;
  }
  .t-m-smlg-l {
    margin-left: 80px;
  }
  .t-m-smlg-tr {
    margin-right: 80px;
    margin-top: 20px;
  }
  .t-m-smlg-br {
    margin-right: 80px;
    margin-bottom: 20px;
  }
  .t-m-smlg-lr {
    margin-right: 80px;
    margin-left: 20px;
  }
  .t-m-smlg-tb {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .t-m-smlg-bl {
    margin-left: 80px;
    margin-bottom: 20px;
  }
  .t-m-smlg-tl {
    margin-left: 80px;
    margin-top: 20px;
  }
  .t-m-smxl {
    margin: 20px 100px;
  }
  .t-m-smxl-t {
    margin-top: 20px;
  }
  .t-m-smxl-r {
    margin-right: 100px;
  }
  .t-m-smxl-b {
    margin-bottom: 20px;
  }
  .t-m-smxl-l {
    margin-left: 100px;
  }
  .t-m-smxl-tr {
    margin-right: 100px;
    margin-top: 20px;
  }
  .t-m-smxl-br {
    margin-right: 100px;
    margin-bottom: 20px;
  }
  .t-m-smxl-lr {
    margin-right: 100px;
    margin-left: 20px;
  }
  .t-m-smxl-tb {
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .t-m-smxl-bl {
    margin-left: 100px;
    margin-bottom: 20px;
  }
  .t-m-smxl-tl {
    margin-left: 100px;
    margin-top: 20px;
  }
  .t-m-smxxl {
    margin: 20px 120px;
  }
  .t-m-smxxl-t {
    margin-top: 20px;
  }
  .t-m-smxxl-r {
    margin-right: 120px;
  }
  .t-m-smxxl-b {
    margin-bottom: 20px;
  }
  .t-m-smxxl-l {
    margin-left: 120px;
  }
  .t-m-smxxl-tr {
    margin-right: 120px;
    margin-top: 20px;
  }
  .t-m-smxxl-br {
    margin-right: 120px;
    margin-bottom: 20px;
  }
  .t-m-smxxl-lr {
    margin-right: 120px;
    margin-left: 20px;
  }
  .t-m-smxxl-tb {
    margin-top: 20px;
    margin-bottom: 120px;
  }
  .t-m-smxxl-bl {
    margin-left: 120px;
    margin-bottom: 20px;
  }
  .t-m-smxxl-tl {
    margin-left: 120px;
    margin-top: 20px;
  }
  .t-m-md {
    margin: 35px;
  }
  .t-m-md-t {
    margin-top: 35px;
  }
  .t-m-md-r {
    margin-right: 35px;
  }
  .t-m-md-b {
    margin-bottom: 35px;
  }
  .t-m-md-l {
    margin-left: 35px;
  }
  .t-m-md-tr {
    margin-right: 35px;
    margin-top: 35px;
  }
  .t-m-md-br {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .t-m-md-rl, .t-m-md-lr {
    margin-right: 35px;
    margin-left: 35px;
  }
  .t-m-md-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .t-m-md-bl {
    margin-left: 35px;
    margin-bottom: 35px;
  }
  .t-m-md-tl {
    margin-left: 35px;
    margin-top: 35px;
  }
  .t-m-mdxxs {
    margin: 35px 5px;
  }
  .t-m-mdxxs-t {
    margin-top: 35px;
  }
  .t-m-mdxxs-r {
    margin-right: 5px;
  }
  .t-m-mdxxs-b {
    margin-bottom: 35px;
  }
  .t-m-mdxxs-l {
    margin-left: 5px;
  }
  .t-m-mdxxs-tr {
    margin-right: 5px;
    margin-top: 35px;
  }
  .t-m-mdxxs-br {
    margin-right: 5px;
    margin-bottom: 35px;
  }
  .t-m-mdxxs-lr {
    margin-right: 5px;
    margin-left: 35px;
  }
  .t-m-mdxxs-tb {
    margin-top: 35px;
    margin-bottom: 5px;
  }
  .t-m-mdxxs-bl {
    margin-left: 5px;
    margin-bottom: 35px;
  }
  .t-m-mdxxs-tl {
    margin-left: 5px;
    margin-top: 35px;
  }
  .t-m-mdxs {
    margin: 35px 10px;
  }
  .t-m-mdxs-t {
    margin-top: 35px;
  }
  .t-m-mdxs-r {
    margin-right: 10px;
  }
  .t-m-mdxs-b {
    margin-bottom: 35px;
  }
  .t-m-mdxs-l {
    margin-left: 10px;
  }
  .t-m-mdxs-tr {
    margin-right: 10px;
    margin-top: 35px;
  }
  .t-m-mdxs-br {
    margin-right: 10px;
    margin-bottom: 35px;
  }
  .t-m-mdxs-lr {
    margin-right: 10px;
    margin-left: 35px;
  }
  .t-m-mdxs-tb {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .t-m-mdxs-bl {
    margin-left: 10px;
    margin-bottom: 35px;
  }
  .t-m-mdxs-tl {
    margin-left: 10px;
    margin-top: 35px;
  }
  .t-m-mdsm {
    margin: 35px 20px;
  }
  .t-m-mdsm-t {
    margin-top: 35px;
  }
  .t-m-mdsm-r {
    margin-right: 20px;
  }
  .t-m-mdsm-b {
    margin-bottom: 35px;
  }
  .t-m-mdsm-l {
    margin-left: 20px;
  }
  .t-m-mdsm-tr {
    margin-right: 20px;
    margin-top: 35px;
  }
  .t-m-mdsm-br {
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .t-m-mdsm-lr {
    margin-right: 20px;
    margin-left: 35px;
  }
  .t-m-mdsm-tb {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .t-m-mdsm-bl {
    margin-left: 20px;
    margin-bottom: 35px;
  }
  .t-m-mdsm-tl {
    margin-left: 20px;
    margin-top: 35px;
  }
  .t-m-mdmd {
    margin: 35px 35px;
  }
  .t-m-mdmd-t {
    margin-top: 35px;
  }
  .t-m-mdmd-r {
    margin-right: 35px;
  }
  .t-m-mdmd-b {
    margin-bottom: 35px;
  }
  .t-m-mdmd-l {
    margin-left: 35px;
  }
  .t-m-mdmd-tr {
    margin-right: 35px;
    margin-top: 35px;
  }
  .t-m-mdmd-br {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .t-m-mdmd-lr {
    margin-right: 35px;
    margin-left: 35px;
  }
  .t-m-mdmd-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .t-m-mdmd-bl {
    margin-left: 35px;
    margin-bottom: 35px;
  }
  .t-m-mdmd-tl {
    margin-left: 35px;
    margin-top: 35px;
  }
  .t-m-mdlg {
    margin: 35px 80px;
  }
  .t-m-mdlg-t {
    margin-top: 35px;
  }
  .t-m-mdlg-r {
    margin-right: 80px;
  }
  .t-m-mdlg-b {
    margin-bottom: 35px;
  }
  .t-m-mdlg-l {
    margin-left: 80px;
  }
  .t-m-mdlg-tr {
    margin-right: 80px;
    margin-top: 35px;
  }
  .t-m-mdlg-br {
    margin-right: 80px;
    margin-bottom: 35px;
  }
  .t-m-mdlg-lr {
    margin-right: 80px;
    margin-left: 35px;
  }
  .t-m-mdlg-tb {
    margin-top: 35px;
    margin-bottom: 80px;
  }
  .t-m-mdlg-bl {
    margin-left: 80px;
    margin-bottom: 35px;
  }
  .t-m-mdlg-tl {
    margin-left: 80px;
    margin-top: 35px;
  }
  .t-m-mdxl {
    margin: 35px 100px;
  }
  .t-m-mdxl-t {
    margin-top: 35px;
  }
  .t-m-mdxl-r {
    margin-right: 100px;
  }
  .t-m-mdxl-b {
    margin-bottom: 35px;
  }
  .t-m-mdxl-l {
    margin-left: 100px;
  }
  .t-m-mdxl-tr {
    margin-right: 100px;
    margin-top: 35px;
  }
  .t-m-mdxl-br {
    margin-right: 100px;
    margin-bottom: 35px;
  }
  .t-m-mdxl-lr {
    margin-right: 100px;
    margin-left: 35px;
  }
  .t-m-mdxl-tb {
    margin-top: 35px;
    margin-bottom: 100px;
  }
  .t-m-mdxl-bl {
    margin-left: 100px;
    margin-bottom: 35px;
  }
  .t-m-mdxl-tl {
    margin-left: 100px;
    margin-top: 35px;
  }
  .t-m-mdxxl {
    margin: 35px 120px;
  }
  .t-m-mdxxl-t {
    margin-top: 35px;
  }
  .t-m-mdxxl-r {
    margin-right: 120px;
  }
  .t-m-mdxxl-b {
    margin-bottom: 35px;
  }
  .t-m-mdxxl-l {
    margin-left: 120px;
  }
  .t-m-mdxxl-tr {
    margin-right: 120px;
    margin-top: 35px;
  }
  .t-m-mdxxl-br {
    margin-right: 120px;
    margin-bottom: 35px;
  }
  .t-m-mdxxl-lr {
    margin-right: 120px;
    margin-left: 35px;
  }
  .t-m-mdxxl-tb {
    margin-top: 35px;
    margin-bottom: 120px;
  }
  .t-m-mdxxl-bl {
    margin-left: 120px;
    margin-bottom: 35px;
  }
  .t-m-mdxxl-tl {
    margin-left: 120px;
    margin-top: 35px;
  }
  .t-m-lg {
    margin: 80px;
  }
  .t-m-lg-t {
    margin-top: 80px;
  }
  .t-m-lg-r {
    margin-right: 80px;
  }
  .t-m-lg-b {
    margin-bottom: 80px;
  }
  .t-m-lg-l {
    margin-left: 80px;
  }
  .t-m-lg-tr {
    margin-right: 80px;
    margin-top: 80px;
  }
  .t-m-lg-br {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .t-m-lg-rl, .t-m-lg-lr {
    margin-right: 80px;
    margin-left: 80px;
  }
  .t-m-lg-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .t-m-lg-bl {
    margin-left: 80px;
    margin-bottom: 80px;
  }
  .t-m-lg-tl {
    margin-left: 80px;
    margin-top: 80px;
  }
  .t-m-lgxxs {
    margin: 80px 5px;
  }
  .t-m-lgxxs-t {
    margin-top: 80px;
  }
  .t-m-lgxxs-r {
    margin-right: 5px;
  }
  .t-m-lgxxs-b {
    margin-bottom: 80px;
  }
  .t-m-lgxxs-l {
    margin-left: 5px;
  }
  .t-m-lgxxs-tr {
    margin-right: 5px;
    margin-top: 80px;
  }
  .t-m-lgxxs-br {
    margin-right: 5px;
    margin-bottom: 80px;
  }
  .t-m-lgxxs-lr {
    margin-right: 5px;
    margin-left: 80px;
  }
  .t-m-lgxxs-tb {
    margin-top: 80px;
    margin-bottom: 5px;
  }
  .t-m-lgxxs-bl {
    margin-left: 5px;
    margin-bottom: 80px;
  }
  .t-m-lgxxs-tl {
    margin-left: 5px;
    margin-top: 80px;
  }
  .t-m-lgxs {
    margin: 80px 10px;
  }
  .t-m-lgxs-t {
    margin-top: 80px;
  }
  .t-m-lgxs-r {
    margin-right: 10px;
  }
  .t-m-lgxs-b {
    margin-bottom: 80px;
  }
  .t-m-lgxs-l {
    margin-left: 10px;
  }
  .t-m-lgxs-tr {
    margin-right: 10px;
    margin-top: 80px;
  }
  .t-m-lgxs-br {
    margin-right: 10px;
    margin-bottom: 80px;
  }
  .t-m-lgxs-lr {
    margin-right: 10px;
    margin-left: 80px;
  }
  .t-m-lgxs-tb {
    margin-top: 80px;
    margin-bottom: 10px;
  }
  .t-m-lgxs-bl {
    margin-left: 10px;
    margin-bottom: 80px;
  }
  .t-m-lgxs-tl {
    margin-left: 10px;
    margin-top: 80px;
  }
  .t-m-lgsm {
    margin: 80px 20px;
  }
  .t-m-lgsm-t {
    margin-top: 80px;
  }
  .t-m-lgsm-r {
    margin-right: 20px;
  }
  .t-m-lgsm-b {
    margin-bottom: 80px;
  }
  .t-m-lgsm-l {
    margin-left: 20px;
  }
  .t-m-lgsm-tr {
    margin-right: 20px;
    margin-top: 80px;
  }
  .t-m-lgsm-br {
    margin-right: 20px;
    margin-bottom: 80px;
  }
  .t-m-lgsm-lr {
    margin-right: 20px;
    margin-left: 80px;
  }
  .t-m-lgsm-tb {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .t-m-lgsm-bl {
    margin-left: 20px;
    margin-bottom: 80px;
  }
  .t-m-lgsm-tl {
    margin-left: 20px;
    margin-top: 80px;
  }
  .t-m-lgmd {
    margin: 80px 35px;
  }
  .t-m-lgmd-t {
    margin-top: 80px;
  }
  .t-m-lgmd-r {
    margin-right: 35px;
  }
  .t-m-lgmd-b {
    margin-bottom: 80px;
  }
  .t-m-lgmd-l {
    margin-left: 35px;
  }
  .t-m-lgmd-tr {
    margin-right: 35px;
    margin-top: 80px;
  }
  .t-m-lgmd-br {
    margin-right: 35px;
    margin-bottom: 80px;
  }
  .t-m-lgmd-lr {
    margin-right: 35px;
    margin-left: 80px;
  }
  .t-m-lgmd-tb {
    margin-top: 80px;
    margin-bottom: 35px;
  }
  .t-m-lgmd-bl {
    margin-left: 35px;
    margin-bottom: 80px;
  }
  .t-m-lgmd-tl {
    margin-left: 35px;
    margin-top: 80px;
  }
  .t-m-lglg {
    margin: 80px 80px;
  }
  .t-m-lglg-t {
    margin-top: 80px;
  }
  .t-m-lglg-r {
    margin-right: 80px;
  }
  .t-m-lglg-b {
    margin-bottom: 80px;
  }
  .t-m-lglg-l {
    margin-left: 80px;
  }
  .t-m-lglg-tr {
    margin-right: 80px;
    margin-top: 80px;
  }
  .t-m-lglg-br {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .t-m-lglg-lr {
    margin-right: 80px;
    margin-left: 80px;
  }
  .t-m-lglg-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .t-m-lglg-bl {
    margin-left: 80px;
    margin-bottom: 80px;
  }
  .t-m-lglg-tl {
    margin-left: 80px;
    margin-top: 80px;
  }
  .t-m-lgxl {
    margin: 80px 100px;
  }
  .t-m-lgxl-t {
    margin-top: 80px;
  }
  .t-m-lgxl-r {
    margin-right: 100px;
  }
  .t-m-lgxl-b {
    margin-bottom: 80px;
  }
  .t-m-lgxl-l {
    margin-left: 100px;
  }
  .t-m-lgxl-tr {
    margin-right: 100px;
    margin-top: 80px;
  }
  .t-m-lgxl-br {
    margin-right: 100px;
    margin-bottom: 80px;
  }
  .t-m-lgxl-lr {
    margin-right: 100px;
    margin-left: 80px;
  }
  .t-m-lgxl-tb {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .t-m-lgxl-bl {
    margin-left: 100px;
    margin-bottom: 80px;
  }
  .t-m-lgxl-tl {
    margin-left: 100px;
    margin-top: 80px;
  }
  .t-m-lgxxl {
    margin: 80px 120px;
  }
  .t-m-lgxxl-t {
    margin-top: 80px;
  }
  .t-m-lgxxl-r {
    margin-right: 120px;
  }
  .t-m-lgxxl-b {
    margin-bottom: 80px;
  }
  .t-m-lgxxl-l {
    margin-left: 120px;
  }
  .t-m-lgxxl-tr {
    margin-right: 120px;
    margin-top: 80px;
  }
  .t-m-lgxxl-br {
    margin-right: 120px;
    margin-bottom: 80px;
  }
  .t-m-lgxxl-lr {
    margin-right: 120px;
    margin-left: 80px;
  }
  .t-m-lgxxl-tb {
    margin-top: 80px;
    margin-bottom: 120px;
  }
  .t-m-lgxxl-bl {
    margin-left: 120px;
    margin-bottom: 80px;
  }
  .t-m-lgxxl-tl {
    margin-left: 120px;
    margin-top: 80px;
  }
  .t-m-xl {
    margin: 100px;
  }
  .t-m-xl-t {
    margin-top: 100px;
  }
  .t-m-xl-r {
    margin-right: 100px;
  }
  .t-m-xl-b {
    margin-bottom: 100px;
  }
  .t-m-xl-l {
    margin-left: 100px;
  }
  .t-m-xl-tr {
    margin-right: 100px;
    margin-top: 100px;
  }
  .t-m-xl-br {
    margin-right: 100px;
    margin-bottom: 100px;
  }
  .t-m-xl-rl, .t-m-xl-lr {
    margin-right: 100px;
    margin-left: 100px;
  }
  .t-m-xl-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .t-m-xl-bl {
    margin-left: 100px;
    margin-bottom: 100px;
  }
  .t-m-xl-tl {
    margin-left: 100px;
    margin-top: 100px;
  }
  .t-m-xlxxs {
    margin: 100px 5px;
  }
  .t-m-xlxxs-t {
    margin-top: 100px;
  }
  .t-m-xlxxs-r {
    margin-right: 5px;
  }
  .t-m-xlxxs-b {
    margin-bottom: 100px;
  }
  .t-m-xlxxs-l {
    margin-left: 5px;
  }
  .t-m-xlxxs-tr {
    margin-right: 5px;
    margin-top: 100px;
  }
  .t-m-xlxxs-br {
    margin-right: 5px;
    margin-bottom: 100px;
  }
  .t-m-xlxxs-lr {
    margin-right: 5px;
    margin-left: 100px;
  }
  .t-m-xlxxs-tb {
    margin-top: 100px;
    margin-bottom: 5px;
  }
  .t-m-xlxxs-bl {
    margin-left: 5px;
    margin-bottom: 100px;
  }
  .t-m-xlxxs-tl {
    margin-left: 5px;
    margin-top: 100px;
  }
  .t-m-xlxs {
    margin: 100px 10px;
  }
  .t-m-xlxs-t {
    margin-top: 100px;
  }
  .t-m-xlxs-r {
    margin-right: 10px;
  }
  .t-m-xlxs-b {
    margin-bottom: 100px;
  }
  .t-m-xlxs-l {
    margin-left: 10px;
  }
  .t-m-xlxs-tr {
    margin-right: 10px;
    margin-top: 100px;
  }
  .t-m-xlxs-br {
    margin-right: 10px;
    margin-bottom: 100px;
  }
  .t-m-xlxs-lr {
    margin-right: 10px;
    margin-left: 100px;
  }
  .t-m-xlxs-tb {
    margin-top: 100px;
    margin-bottom: 10px;
  }
  .t-m-xlxs-bl {
    margin-left: 10px;
    margin-bottom: 100px;
  }
  .t-m-xlxs-tl {
    margin-left: 10px;
    margin-top: 100px;
  }
  .t-m-xlsm {
    margin: 100px 20px;
  }
  .t-m-xlsm-t {
    margin-top: 100px;
  }
  .t-m-xlsm-r {
    margin-right: 20px;
  }
  .t-m-xlsm-b {
    margin-bottom: 100px;
  }
  .t-m-xlsm-l {
    margin-left: 20px;
  }
  .t-m-xlsm-tr {
    margin-right: 20px;
    margin-top: 100px;
  }
  .t-m-xlsm-br {
    margin-right: 20px;
    margin-bottom: 100px;
  }
  .t-m-xlsm-lr {
    margin-right: 20px;
    margin-left: 100px;
  }
  .t-m-xlsm-tb {
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .t-m-xlsm-bl {
    margin-left: 20px;
    margin-bottom: 100px;
  }
  .t-m-xlsm-tl {
    margin-left: 20px;
    margin-top: 100px;
  }
  .t-m-xlmd {
    margin: 100px 35px;
  }
  .t-m-xlmd-t {
    margin-top: 100px;
  }
  .t-m-xlmd-r {
    margin-right: 35px;
  }
  .t-m-xlmd-b {
    margin-bottom: 100px;
  }
  .t-m-xlmd-l {
    margin-left: 35px;
  }
  .t-m-xlmd-tr {
    margin-right: 35px;
    margin-top: 100px;
  }
  .t-m-xlmd-br {
    margin-right: 35px;
    margin-bottom: 100px;
  }
  .t-m-xlmd-lr {
    margin-right: 35px;
    margin-left: 100px;
  }
  .t-m-xlmd-tb {
    margin-top: 100px;
    margin-bottom: 35px;
  }
  .t-m-xlmd-bl {
    margin-left: 35px;
    margin-bottom: 100px;
  }
  .t-m-xlmd-tl {
    margin-left: 35px;
    margin-top: 100px;
  }
  .t-m-xllg {
    margin: 100px 80px;
  }
  .t-m-xllg-t {
    margin-top: 100px;
  }
  .t-m-xllg-r {
    margin-right: 80px;
  }
  .t-m-xllg-b {
    margin-bottom: 100px;
  }
  .t-m-xllg-l {
    margin-left: 80px;
  }
  .t-m-xllg-tr {
    margin-right: 80px;
    margin-top: 100px;
  }
  .t-m-xllg-br {
    margin-right: 80px;
    margin-bottom: 100px;
  }
  .t-m-xllg-lr {
    margin-right: 80px;
    margin-left: 100px;
  }
  .t-m-xllg-tb {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .t-m-xllg-bl {
    margin-left: 80px;
    margin-bottom: 100px;
  }
  .t-m-xllg-tl {
    margin-left: 80px;
    margin-top: 100px;
  }
  .t-m-xlxl {
    margin: 100px 100px;
  }
  .t-m-xlxl-t {
    margin-top: 100px;
  }
  .t-m-xlxl-r {
    margin-right: 100px;
  }
  .t-m-xlxl-b {
    margin-bottom: 100px;
  }
  .t-m-xlxl-l {
    margin-left: 100px;
  }
  .t-m-xlxl-tr {
    margin-right: 100px;
    margin-top: 100px;
  }
  .t-m-xlxl-br {
    margin-right: 100px;
    margin-bottom: 100px;
  }
  .t-m-xlxl-lr {
    margin-right: 100px;
    margin-left: 100px;
  }
  .t-m-xlxl-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .t-m-xlxl-bl {
    margin-left: 100px;
    margin-bottom: 100px;
  }
  .t-m-xlxl-tl {
    margin-left: 100px;
    margin-top: 100px;
  }
  .t-m-xlxxl {
    margin: 100px 120px;
  }
  .t-m-xlxxl-t {
    margin-top: 100px;
  }
  .t-m-xlxxl-r {
    margin-right: 120px;
  }
  .t-m-xlxxl-b {
    margin-bottom: 100px;
  }
  .t-m-xlxxl-l {
    margin-left: 120px;
  }
  .t-m-xlxxl-tr {
    margin-right: 120px;
    margin-top: 100px;
  }
  .t-m-xlxxl-br {
    margin-right: 120px;
    margin-bottom: 100px;
  }
  .t-m-xlxxl-lr {
    margin-right: 120px;
    margin-left: 100px;
  }
  .t-m-xlxxl-tb {
    margin-top: 100px;
    margin-bottom: 120px;
  }
  .t-m-xlxxl-bl {
    margin-left: 120px;
    margin-bottom: 100px;
  }
  .t-m-xlxxl-tl {
    margin-left: 120px;
    margin-top: 100px;
  }
  .t-m-xxl {
    margin: 120px;
  }
  .t-m-xxl-t {
    margin-top: 120px;
  }
  .t-m-xxl-r {
    margin-right: 120px;
  }
  .t-m-xxl-b {
    margin-bottom: 120px;
  }
  .t-m-xxl-l {
    margin-left: 120px;
  }
  .t-m-xxl-tr {
    margin-right: 120px;
    margin-top: 120px;
  }
  .t-m-xxl-br {
    margin-right: 120px;
    margin-bottom: 120px;
  }
  .t-m-xxl-rl, .t-m-xxl-lr {
    margin-right: 120px;
    margin-left: 120px;
  }
  .t-m-xxl-tb {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .t-m-xxl-bl {
    margin-left: 120px;
    margin-bottom: 120px;
  }
  .t-m-xxl-tl {
    margin-left: 120px;
    margin-top: 120px;
  }
  .t-m-xxlxxs {
    margin: 120px 5px;
  }
  .t-m-xxlxxs-t {
    margin-top: 120px;
  }
  .t-m-xxlxxs-r {
    margin-right: 5px;
  }
  .t-m-xxlxxs-b {
    margin-bottom: 120px;
  }
  .t-m-xxlxxs-l {
    margin-left: 5px;
  }
  .t-m-xxlxxs-tr {
    margin-right: 5px;
    margin-top: 120px;
  }
  .t-m-xxlxxs-br {
    margin-right: 5px;
    margin-bottom: 120px;
  }
  .t-m-xxlxxs-lr {
    margin-right: 5px;
    margin-left: 120px;
  }
  .t-m-xxlxxs-tb {
    margin-top: 120px;
    margin-bottom: 5px;
  }
  .t-m-xxlxxs-bl {
    margin-left: 5px;
    margin-bottom: 120px;
  }
  .t-m-xxlxxs-tl {
    margin-left: 5px;
    margin-top: 120px;
  }
  .t-m-xxlxs {
    margin: 120px 10px;
  }
  .t-m-xxlxs-t {
    margin-top: 120px;
  }
  .t-m-xxlxs-r {
    margin-right: 10px;
  }
  .t-m-xxlxs-b {
    margin-bottom: 120px;
  }
  .t-m-xxlxs-l {
    margin-left: 10px;
  }
  .t-m-xxlxs-tr {
    margin-right: 10px;
    margin-top: 120px;
  }
  .t-m-xxlxs-br {
    margin-right: 10px;
    margin-bottom: 120px;
  }
  .t-m-xxlxs-lr {
    margin-right: 10px;
    margin-left: 120px;
  }
  .t-m-xxlxs-tb {
    margin-top: 120px;
    margin-bottom: 10px;
  }
  .t-m-xxlxs-bl {
    margin-left: 10px;
    margin-bottom: 120px;
  }
  .t-m-xxlxs-tl {
    margin-left: 10px;
    margin-top: 120px;
  }
  .t-m-xxlsm {
    margin: 120px 20px;
  }
  .t-m-xxlsm-t {
    margin-top: 120px;
  }
  .t-m-xxlsm-r {
    margin-right: 20px;
  }
  .t-m-xxlsm-b {
    margin-bottom: 120px;
  }
  .t-m-xxlsm-l {
    margin-left: 20px;
  }
  .t-m-xxlsm-tr {
    margin-right: 20px;
    margin-top: 120px;
  }
  .t-m-xxlsm-br {
    margin-right: 20px;
    margin-bottom: 120px;
  }
  .t-m-xxlsm-lr {
    margin-right: 20px;
    margin-left: 120px;
  }
  .t-m-xxlsm-tb {
    margin-top: 120px;
    margin-bottom: 20px;
  }
  .t-m-xxlsm-bl {
    margin-left: 20px;
    margin-bottom: 120px;
  }
  .t-m-xxlsm-tl {
    margin-left: 20px;
    margin-top: 120px;
  }
  .t-m-xxlmd {
    margin: 120px 35px;
  }
  .t-m-xxlmd-t {
    margin-top: 120px;
  }
  .t-m-xxlmd-r {
    margin-right: 35px;
  }
  .t-m-xxlmd-b {
    margin-bottom: 120px;
  }
  .t-m-xxlmd-l {
    margin-left: 35px;
  }
  .t-m-xxlmd-tr {
    margin-right: 35px;
    margin-top: 120px;
  }
  .t-m-xxlmd-br {
    margin-right: 35px;
    margin-bottom: 120px;
  }
  .t-m-xxlmd-lr {
    margin-right: 35px;
    margin-left: 120px;
  }
  .t-m-xxlmd-tb {
    margin-top: 120px;
    margin-bottom: 35px;
  }
  .t-m-xxlmd-bl {
    margin-left: 35px;
    margin-bottom: 120px;
  }
  .t-m-xxlmd-tl {
    margin-left: 35px;
    margin-top: 120px;
  }
  .t-m-xxllg {
    margin: 120px 80px;
  }
  .t-m-xxllg-t {
    margin-top: 120px;
  }
  .t-m-xxllg-r {
    margin-right: 80px;
  }
  .t-m-xxllg-b {
    margin-bottom: 120px;
  }
  .t-m-xxllg-l {
    margin-left: 80px;
  }
  .t-m-xxllg-tr {
    margin-right: 80px;
    margin-top: 120px;
  }
  .t-m-xxllg-br {
    margin-right: 80px;
    margin-bottom: 120px;
  }
  .t-m-xxllg-lr {
    margin-right: 80px;
    margin-left: 120px;
  }
  .t-m-xxllg-tb {
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .t-m-xxllg-bl {
    margin-left: 80px;
    margin-bottom: 120px;
  }
  .t-m-xxllg-tl {
    margin-left: 80px;
    margin-top: 120px;
  }
  .t-m-xxlxl {
    margin: 120px 100px;
  }
  .t-m-xxlxl-t {
    margin-top: 120px;
  }
  .t-m-xxlxl-r {
    margin-right: 100px;
  }
  .t-m-xxlxl-b {
    margin-bottom: 120px;
  }
  .t-m-xxlxl-l {
    margin-left: 100px;
  }
  .t-m-xxlxl-tr {
    margin-right: 100px;
    margin-top: 120px;
  }
  .t-m-xxlxl-br {
    margin-right: 100px;
    margin-bottom: 120px;
  }
  .t-m-xxlxl-lr {
    margin-right: 100px;
    margin-left: 120px;
  }
  .t-m-xxlxl-tb {
    margin-top: 120px;
    margin-bottom: 100px;
  }
  .t-m-xxlxl-bl {
    margin-left: 100px;
    margin-bottom: 120px;
  }
  .t-m-xxlxl-tl {
    margin-left: 100px;
    margin-top: 120px;
  }
  .t-m-xxlxxl {
    margin: 120px 120px;
  }
  .t-m-xxlxxl-t {
    margin-top: 120px;
  }
  .t-m-xxlxxl-r {
    margin-right: 120px;
  }
  .t-m-xxlxxl-b {
    margin-bottom: 120px;
  }
  .t-m-xxlxxl-l {
    margin-left: 120px;
  }
  .t-m-xxlxxl-tr {
    margin-right: 120px;
    margin-top: 120px;
  }
  .t-m-xxlxxl-br {
    margin-right: 120px;
    margin-bottom: 120px;
  }
  .t-m-xxlxxl-lr {
    margin-right: 120px;
    margin-left: 120px;
  }
  .t-m-xxlxxl-tb {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .t-m-xxlxxl-bl {
    margin-left: 120px;
    margin-bottom: 120px;
  }
  .t-m-xxlxxl-tl {
    margin-left: 120px;
    margin-top: 120px;
  }
  .t-m-0 {
    margin: 0px;
  }
  .t-m-t-0 {
    margin-top: 0px;
  }
  .t-m-r-0 {
    margin-right: 0px;
  }
  .t-m-b-0 {
    margin-bottom: 0px;
  }
  .t-m-l-0 {
    margin-left: 0px;
  }
  .t-m-tr-0 {
    margin-right: 0px;
    margin-top: 0px;
  }
  .t-m-br-0 {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .t-m-rl-0, .t-m-lr-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .t-m-tb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .t-m-bl-0 {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .t-m-tl-0 {
    margin-left: 0px;
    margin-top: 0px;
  }
}
/* width */
div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
div::-webkit-scrollbar-track {
  box-shadow: unset;
  border-radius: 0px;
  background: #F6F2E9;
}

/* Handle */
div::-webkit-scrollbar-thumb {
  background: #2E4D0C;
  border-radius: 10px;
}

.s-xxs {
  width: 100px;
}
.s-xs {
  width: 200px;
}
.s-sm {
  width: 300px;
}
.s-md {
  width: 500px;
}
.s-lg {
  width: 600px;
}
.s-xl {
  width: 750px;
}
.s-xxl {
  width: 950px;
}
.s-min-xxs {
  min-width: 100px;
}
.s-min-xs {
  min-width: 200px;
}
.s-min-sm {
  min-width: 300px;
}
.s-min-md {
  min-width: 500px;
}
.s-min-lg {
  min-width: 600px;
}
.s-min-xl {
  min-width: 750px;
}
.s-min-xxl {
  min-width: 950px;
}
.s-max-xxs {
  max-width: 100px;
}
.s-max-xs {
  max-width: 200px;
}
.s-max-sm {
  max-width: 300px;
}
.s-max-md {
  max-width: 500px;
}
.s-max-lg {
  max-width: 600px;
}
.s-max-xl {
  max-width: 750px;
}
.s-max-xxl {
  max-width: 950px;
}
.s-x-xxs {
  width: 100px;
}
.s-x-xs {
  width: 200px;
}
.s-x-sm {
  width: 300px;
}
.s-x-md {
  width: 500px;
}
.s-x-lg {
  width: 600px;
}
.s-x-xl {
  width: 750px;
}
.s-x-xxl {
  width: 950px;
}
.s-x-min-xxs {
  min-width: 100px;
}
.s-x-min-xs {
  min-width: 200px;
}
.s-x-min-sm {
  min-width: 300px;
}
.s-x-min-md {
  min-width: 500px;
}
.s-x-min-lg {
  min-width: 600px;
}
.s-x-min-xl {
  min-width: 750px;
}
.s-x-min-xxl {
  min-width: 950px;
}
.s-x-max-xxs {
  max-width: 100px;
}
.s-x-max-xs {
  max-width: 200px;
}
.s-x-max-sm {
  max-width: 300px;
}
.s-x-max-md {
  max-width: 500px;
}
.s-x-max-lg {
  max-width: 600px;
}
.s-x-max-xl {
  max-width: 750px;
}
.s-x-max-xxl {
  max-width: 950px;
}
.s-y-xxs {
  height: 100px;
}
.s-y-xs {
  height: 200px;
}
.s-y-sm {
  height: 300px;
}
.s-y-md {
  height: 500px;
}
.s-y-lg {
  height: 600px;
}
.s-y-xl {
  height: 750px;
}
.s-y-xxl {
  height: 950px;
}
.s-y-min-xxs {
  min-height: 100px;
}
.s-y-min-xs {
  min-height: 200px;
}
.s-y-min-sm {
  min-height: 300px;
}
.s-y-min-md {
  min-height: 500px;
}
.s-y-min-lg {
  min-height: 600px;
}
.s-y-min-xl {
  min-height: 750px;
}
.s-y-min-xxl {
  min-height: 950px;
}
.s-y-max-xxs {
  max-height: 100px;
}
.s-y-max-xs {
  max-height: 200px;
}
.s-y-max-sm {
  max-height: 300px;
}
.s-y-max-md {
  max-height: 500px;
}
.s-y-max-lg {
  max-height: 600px;
}
.s-y-max-xl {
  max-height: 750px;
}
.s-y-max-xxl {
  max-height: 950px;
}

@media only screen and (min-width: 790px) {
  .d-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 790px) {
  .m-hide {
    display: none !important;
  }
}
img {
  display: block;
  max-width: 100%;
}
img.object-fit-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.object-fit-cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.content_df8c_container .vc_row {
  max-width: 1320px;
  margin: auto;
}
.content_df8c_container div[data-vc-full-width=true] {
  left: unset !important;
}
.content_df8c_container div[data-vc-full-width=true]:not(div[data-vc-stretch-content=true]) {
  display: flex;
  max-width: 100% !important;
  left: unset;
}
.content_df8c_container div[data-vc-full-width=true]:not(div[data-vc-stretch-content=true]) .vc_column-inner {
  max-width: 1320px;
  margin: auto;
}
.content_df8c_container div[data-vc-stretch-content=true] {
  max-width: 100% !important;
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.slider-container {
  position: relative;
}

.slider-init.of_hidden {
  overflow: hidden;
}
.slider-init.of_both {
  overflow: visible;
}
.slider-init.of_right {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.slider-init.of_left {
  overflow: visible;
  clip-path: inset(-100vw 0vw -100vw -100vw);
}

@media only screen and (max-width: 790px) {
  .slider-init.of_right, .slider-init.of_left {
    overflow: visible;
    clip-path: unset;
  }
}
.scrollbar-container .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: unset !important;
  left: unset !important;
  width: 100% !important;
}

.swiper-pagination {
  margin: 10px -2px;
  z-index: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 2px;
  background: #2E4D0C;
  opacity: 0.2;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #2E4D0C;
  opacity: 1;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #F6F2E9 !important;
  height: 6px;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #96C547;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-navigation-arrow {
  pointer-events: none;
}
.swiper-navigation-arrow .swiper__prev, .swiper-navigation-arrow .swiper__next {
  width: 40px;
  pointer-events: all;
}
.swiper-navigation-arrow.arrow-tl {
  position: absolute;
  z-index: 2;
  top: 0px;
}
@media screen and (min-width: 1200px) {
  .swiper-navigation-arrow.arrow-tl {
    left: -40px;
  }
}
.swiper-navigation-arrow.arrow-bl {
  margin-top: 20px;
}
.swiper-navigation-arrow.arrow-bl .swiper-navigation-arrow-inner {
  display: flex;
  flex-direction: row;
}
.swiper-navigation-arrow.arrow-blr {
  width: 100%;
  margin-top: 20px;
}
.swiper-navigation-arrow.arrow-blr .swiper-navigation-arrow-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.swiper-navigation-arrow.arrow-clr {
  position: relative;
  overflow: visible;
  height: 50px;
  z-index: 2;
}
.swiper-navigation-arrow.arrow-clr .swiper-navigation-arrow-inner {
  top: -250px;
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .swiper-navigation-arrow.arrow-clr .swiper-navigation-arrow-inner {
    width: calc(100% + 80px);
    left: -40px;
  }
}
.swiper-navigation-arrow.arrow-tlr {
  overflow: visible;
  height: 50px;
  z-index: 2;
}
.swiper-navigation-arrow.arrow-tlr .swiper-navigation-arrow-inner {
  top: 0px;
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .swiper-navigation-arrow.arrow-tlr .swiper-navigation-arrow-inner {
    width: calc(100% + 80px);
    left: -40px;
  }
}

.swiper-button-disabled {
  opacity: 0.5;
}

.slider_type1 .swiper-navigation-arrow.arrow-blr .swiper-navigation-arrow-inner {
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .slider_type1 .swiper-navigation-arrow.arrow-blr .swiper-navigation-arrow-inner {
    margin-top: 30px;
  }
}
.slider_type1 .swiper-navigation-arrow.arrow-blr .swiper-navigation-arrow-inner svg {
  border: 1px solid #2E4D0C;
  border-radius: 99px;
  width: 36px;
  height: 36px;
  padding: 8px;
  cursor: pointer;
}

::-webkit-input-placeholder { /* Edge */
  color: #919191;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #919191;
}

::placeholder {
  color: #919191;
}

.gfield select::placeholder {
  color: #919191;
}

.grecaptcha-badge {
  visibility: hidden;
}

.gform_wrapper {
  width: 100%;
}

.gform_title {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}

.gform_required_legend {
  visibility: hidden;
}

.gsection_description {
  font-family: "Montserrat", sans-serif !important;
  color: #2E4D0C;
  font-size: 11px !important;
  line-height: 1.6 !important;
}

.gsection {
  border-bottom: 0px !important;
}

.align-form-center {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
.align-form-center_wrapper {
  text-align: center;
}
.align-form-center .gform_footer {
  justify-content: center;
}
.align-form-center .gsection_description {
  text-align: center;
  max-width: 93%;
  margin: 0 auto;
}
.align-form-center .gfield--type-captcha {
  display: flex;
  justify-content: center;
}

.validation_error {
  background-color: #2E4D0C;
  color: #FFFFFF;
  font-size: 12px;
  padding: 8px;
  margin-bottom: 1em;
}
.validation_error h2 {
  font-size: 12px;
  color: #FFFFFF;
}

.validation_message {
  background-color: #2E4D0C;
  color: #FFFFFF;
  padding: 2px 8px;
  font-size: 12px;
}

ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
ul.gform_fields li {
  flex: 0 0 100%;
  padding: 0 8px 1em;
}
ul.gform_fields li.half {
  flex: 0 0 50%;
}

.gfield input[type=text],
.gfield input[type=tel],
.gfield input[type=email] {
  border: 1px solid #F6F2E9;
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 13px !important;
  color: #919191;
  height: 50px;
  text-indent: 0.5em;
  width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gfield input[type=text]:focus,
.gfield input[type=tel]:focus,
.gfield input[type=email]:focus {
  outline: 0;
}
.gfield select {
  border: 1px solid #F6F2E9;
  background-image: url("chevron-down.baab8286.svg");
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #919191;
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-size: 13px !important;
  height: 50px;
  line-height: 1;
  text-indent: 0.5em;
  padding: 5px 1em;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.gfield select:focus {
  outline: 0;
}
.gfield textarea {
  border: 1px solid #F6F2E9;
  font-family: "Montserrat", sans-serif;
  color: #919191;
  font-size: 13px !important;
  padding: 15px 10px !important;
  width: 100%;
  text-indent: 0.5em;
  resize: vertical;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gfield textarea:focus {
  outline: 0;
}
.gfield textarea.textarea.medium {
  height: 140px !important;
}

.gform_footer input[type=submit] {
  border: 1px solid transparent !important;
  min-width: 150px;
  letter-spacing: 0.01em;
  background: #96C547;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 1em 2em;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.5s ease;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_footer input[type=submit]:hover {
  background: transparent;
  color: #96C547;
  border: 1px solid #96C547 !important;
  transition: all 0.5s ease;
}
.gform_footer input[type=submit]:focus {
  outline: 0;
}

.gfield.hide {
  display: none;
}

.hidden_label label {
  display: none;
}

img.gform_ajax_spinner {
  display: none !important;
}

.overflow-visible {
  overflow: visible !important;
}

.border {
  border: 1px solid #F6F2E9;
}

.btn-1, .btn-2, .btn-3, .btn-4, .btn-5 {
  padding: 0.8em 2em;
  border-radius: 100px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.btn-1 {
  color: #2E4D0C;
  background: #96C547;
  padding: 10px 50px 10px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.btn-1::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  mask: url("tindall-button-arrow.b033de1d.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("tindall-button-arrow.b033de1d.svg") no-repeat center;
  -webkit-mask-size: contain;
  z-index: 2;
  background-color: currentColor;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
.btn-2 {
  color: #2E4D0C;
  background: #96C547;
  padding: 10px 50px 10px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.btn-2::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  mask: url("tindall-button-arrow.b033de1d.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("tindall-button-arrow.b033de1d.svg") no-repeat center;
  -webkit-mask-size: contain;
  z-index: 2;
  background-color: currentColor;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.btn-2:hover {
  color: #2E4D0C;
  background: transparent !important;
  border: 1px solid #2E4D0C;
}
.btn-2:hover::before {
  transform: rotate(-50deg);
  width: 25px;
  height: 25px;
  transition: 0.3s ease-in-out;
}
.btn-3 {
  color: #2E4D0C;
  background: #96C547;
  padding: 10px 50px 10px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.btn-3::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  mask: url("tindall-button-arrow.b033de1d.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("tindall-button-arrow.b033de1d.svg") no-repeat center;
  -webkit-mask-size: contain;
  z-index: 2;
  background-color: currentColor;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.btn-3:hover {
  color: #F6F2E9;
  background: transparent !important;
  border: 1px solid #F6F2E9;
}
.btn-3:hover::before {
  transform: rotate(-50deg);
  width: 25px;
  height: 25px;
  transition: 0.3s ease-in-out;
}
.btn-4 {
  color: #2E4D0C;
  background: #96C547;
  padding: 10px 50px 10px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.btn-4::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  mask: url("tindall-button-arrow.b033de1d.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("tindall-button-arrow.b033de1d.svg") no-repeat center;
  -webkit-mask-size: contain;
  z-index: 2;
  background-color: currentColor;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.btn-4:hover {
  color: #FFFFFF;
  background: transparent !important;
  border: 1px solid #FFFFFF;
}
.btn-4:hover::before {
  transform: rotate(-50deg);
  width: 25px;
  height: 25px;
  transition: 0.3s ease-in-out;
}
.btn_link {
  position: relative;
  padding: unset;
  min-width: unset;
  transition: all 0.3s ease;
  height: unset;
  font-weight: 600;
  padding-right: 30px;
  width: fit-content;
}
.btn_link.white {
  color: #FFFFFF;
}
.btn_link:hover {
  color: #96C547;
  transition: all 0.3s ease;
}
.btn_link:hover::after {
  right: 4px;
  transition: all 0.3s ease;
}
.btn_link:hover:before {
  right: -4px;
  transition: all 0.3s ease;
  transform: scale(1.09);
}
.btn_link:before {
  background-color: #96C547;
  content: "";
  border-radius: 16px;
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  transition: all ease 150ms;
  transform: scale(1);
}
.btn_link::after {
  content: "";
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  transition: all ease 150ms;
}

.filter_toggle.btn-1:hover path {
  fill: #2E4D0C;
}
.filter_toggle.btn-2 span {
  color: #96C547;
}
.filter_toggle.btn-2 path {
  fill: #96C547;
}
.filter_toggle.btn-2:hover span {
  color: #FFFFFF;
}
.filter_toggle.btn-2:hover path {
  fill: #FFFFFF;
}

/* Base Template */
.insight_post_title {
  position: relative;
  padding: 120px 0 48px;
  background: #e7effb;
}
@media screen and (max-width: 767px) {
  .insight_post_title {
    padding: 84px 0 24px;
  }
}
.insight_post_title h1 {
  font-size: 45px;
  max-width: 775px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .insight_post_title h1 {
    font-size: 48px;
  }
}
.insight_post_title:after {
  content: "";
  background: #e7effb;
  width: 100vw;
  height: 130px;
  position: absolute;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .insight_post_title:after {
    height: 96px;
  }
}
.insight_post_title .ingrid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .insight_post_title .ingrid {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.insight_post_title .ingrid img {
  height: auto;
  width: auto;
  max-height: 100px;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .insight_post_title .ingrid img {
    max-height: 60px;
    margin-bottom: 24px;
  }
}

.insight_post_hero {
  background: #FFFFFF;
}
.insight_post_hero p {
  font-weight: 300;
}
.insight_post_hero p:not(:last-child) {
  padding-bottom: 10px;
}
.insight_post_hero p.eyebrow {
  font-size: 17px;
  font-weight: 700;
}
.insight_post_hero .insight_post_hero__row {
  display: flex;
}
@media screen and (max-width: 999px) {
  .insight_post_hero .insight_post_hero__row {
    display: block;
  }
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__sidebar {
  position: relative;
  flex: 0 0 380px;
  padding-right: 60px;
}
@media screen and (max-width: 999px) {
  .insight_post_hero .insight_post_hero__row .insight_post_hero__sidebar {
    padding-right: 0;
  }
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__sidebar .share_icons {
  display: flex;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__sidebar .share_icons a {
  margin-right: 8px;
  transition: all 0.2s ease;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__sidebar .share_icons a:hover {
  transform: scale(1.09);
  transition: all 0.2s ease;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__sidebar .share_icons a img {
  width: 30px;
  height: 30px;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__sidebar .sidebar__list {
  margin: 105px 0;
}
@media screen and (max-width: 767px) {
  .insight_post_hero .insight_post_hero__row .insight_post_hero__sidebar .sidebar__list {
    margin: 96px 0 54px;
  }
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__sidebar .sidebar__list .sidebar__list_item {
  font-size: 15px;
  font-weight: 300;
  color: #2E4D0C;
  border-bottom: 1px solid #2E4D0C;
  padding-bottom: 2px;
  margin: 5px 0 15px;
  min-width: 100%;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content {
  flex: 0 0 calc(100% - 380px);
  padding-bottom: 96px;
  z-index: 1;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main {
  margin-top: 48px;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .intro {
  font-size: 17px;
  font-weight: 500;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__title {
  margin: 35px 0 15px;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body {
  margin-bottom: 12px;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body p {
  line-height: 1.8;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body h5 {
  font-size: 17px;
  line-height: 1.6;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body h5.cta_text {
  padding-top: 15px;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body h2, .insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body h3, .insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body h4, .insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body h5, .insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body h6 {
  margin-bottom: 20px;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body blockquote {
  margin: 24px 0 30px;
  padding-left: 20px;
  border-left: 3px solid #2E4D0C;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body blockquote h5 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.15;
}
.insight_post_hero .insight_post_hero__row .insight_post_hero__content .content__main .content__body blockquote p {
  font-weight: 700;
  color: #2E4D0C;
}

.related_resources .related_resources__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .related_resources .related_resources__flex {
    display: block;
  }
  .related_resources .related_resources__flex h4 {
    margin-bottom: 10px !important;
  }
}
.related_resources .related_resources__flex h4 {
  color: #2E4D0C !important;
}
.related_resources .related_resources__flex a {
  color: #2E4D0C;
  font-weight: 700;
  text-decoration: underline;
}
.related_resources .e3,
.related_resources .eyebrow,
.related_resources p {
  display: none !important;
}
.related_resources h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #96C547;
}
@media screen and (min-width: 768px) {
  .related_resources h5 {
    min-height: 40px;
  }
}
.related_resources .btn-5 {
  display: inherit !important;
  margin-top: 0;
}
.related_resources .btn-5::before {
  width: 100%;
}

/* Download Template */
.resource__download {
  background: #2E4D0C;
}
.resource__download .ingrid {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .resource__download .ingrid {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .resource__download .ingrid .download__text {
    padding-right: 40px;
  }
}
.resource__download .ingrid .download__text img {
  width: auto;
  height: auto;
  max-width: 190px;
}

.theme_dark h0, .theme_dark h1, .theme_dark h2, .theme_dark h3, .theme_dark h4, .theme_dark h5, .theme_dark h6, .theme_dark p, .theme_dark p1, .theme_dark p2, .theme_dark a {
  color: #FFFFFF;
}

.theme_light h0, .theme_light h1, .theme_light h2, .theme_light h3, .theme_light h4, .theme_light h5, .theme_light h6, .theme_light p, .theme_light p1, .theme_light p2, .theme_light a {
  color: #2E4D0C;
}

.theme_light_green h0, .theme_light_green h1, .theme_light_green h2, .theme_light_green h3, .theme_light_green h4, .theme_light_green h5, .theme_light_green h6, .theme_light_green p, .theme_light_green p1, .theme_light_green p2, .theme_light_green a {
  color: #96C547;
}
.theme_light_green .btn-1 {
  color: #2E4D0C;
  background: #96C547;
}
.theme_light_green .btn-1:hover {
  color: #2E4D0C;
  border: 1px solid #2E4D0C;
}
.theme_light_green .btn-2 {
  color: #2E4D0C;
  background: #96C547;
}
.theme_light_green .btn-2:hover {
  color: #96C547;
  border: 1px solid #96C547;
}
.theme_light_green .btn-3 {
  color: #2E4D0C;
  background: #96C547;
}
.theme_light_green .btn-3:hover {
  color: #F6F2E9;
  border: 1px solid #F6F2E9;
}
.theme_light_green .btn-4 {
  color: #96C547;
  border: 1px solid #96C547;
  background: transparent;
}
.theme_light_green .btn-4:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.theme_orange h0, .theme_orange h1, .theme_orange h2, .theme_orange h3, .theme_orange h4, .theme_orange h5, .theme_orange h6, .theme_orange p, .theme_orange p1, .theme_orange p2, .theme_orange a {
  color: #FA643C;
}
.theme_orange .btn-1 {
  color: #882005;
  background: #FA643C;
}
.theme_orange .btn-1:hover {
  color: #882005;
  border: 1px solid #882005;
}
.theme_orange .btn-2 {
  color: #882005;
  background: #FA643C;
}
.theme_orange .btn-2:hover {
  color: #FA643C;
  border: 1px solid #FA643C;
}
.theme_orange .btn-3 {
  color: #882005;
  background: #FA643C;
}
.theme_orange .btn-3:hover {
  color: #F6F2E9;
  border: 1px solid #F6F2E9;
}
.theme_orange .btn-4 {
  color: #882005;
  border: 1px solid #882005;
  background: transparent;
}
.theme_orange .btn-4:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.theme_blue h0, .theme_blue h1, .theme_blue h2, .theme_blue h3, .theme_blue h4, .theme_blue h5, .theme_blue h6, .theme_blue p, .theme_blue p1, .theme_blue p2, .theme_blue a {
  color: #64D2CA;
}
.theme_blue .btn-1 {
  color: #0C5C57;
  background: #64D2CA;
}
.theme_blue .btn-1:hover {
  color: #0C5C57;
  border: 1px solid #0C5C57;
}
.theme_blue .btn-2 {
  color: #0C5C57;
  background: #64D2CA;
}
.theme_blue .btn-2:hover {
  color: #64D2CA;
  border: 1px solid #64D2CA;
}
.theme_blue .btn-3 {
  color: #0C5C57;
  background: #64D2CA;
}
.theme_blue .btn-3:hover {
  color: #F6F2E9;
  border: 1px solid #F6F2E9;
}
.theme_blue .btn-4 {
  color: #0C5C57;
  border: 1px solid #0C5C57;
  background: transparent;
}
.theme_blue .btn-4:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.theme_dark_green h0, .theme_dark_green h1, .theme_dark_green h2, .theme_dark_green h3, .theme_dark_green h4, .theme_dark_green h5, .theme_dark_green h6, .theme_dark_green p, .theme_dark_green p1, .theme_dark_green p2, .theme_dark_green a {
  color: #2E4D0C;
}
.theme_dark_green .btn-1 {
  color: #F6F2E9;
  background: #2E4D0C;
}
.theme_dark_green .btn-1:hover {
  color: #2E4D0C;
  border: 1px solid #2E4D0C;
}
.theme_dark_green .btn-2 {
  color: #F6F2E9;
  background: #2E4D0C;
}
.theme_dark_green .btn-2:hover {
  color: #2E4D0C;
  border: 1px solid #2E4D0C;
}
.theme_dark_green .btn-3 {
  color: #F6F2E9;
  background: #2E4D0C;
}
.theme_dark_green .btn-3:hover {
  color: #F6F2E9;
  border: 1px solid #F6F2E9;
}
.theme_dark_green .btn-4 {
  color: #2E4D0C;
  border: 1px solid #2E4D0C;
  background: transparent;
}
.theme_dark_green .btn-4:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.theme_purple h0, .theme_purple h1, .theme_purple h2, .theme_purple h3, .theme_purple h4, .theme_purple h5, .theme_purple h6, .theme_purple p, .theme_purple p1, .theme_purple p2, .theme_purple a {
  color: #A686FF;
}
.theme_purple .btn-1 {
  color: #3D1198;
  background: #A686FF;
}
.theme_purple .btn-1:hover {
  color: #3D1198;
  border: 1px solid #3D1198;
}
.theme_purple .btn-2 {
  color: #3D1198;
  background: #A686FF;
}
.theme_purple .btn-2:hover {
  color: #A686FF;
  border: 1px solid #A686FF;
}
.theme_purple .btn-3 {
  color: #3D1198;
  background: #A686FF;
}
.theme_purple .btn-3:hover {
  color: #F6F2E9;
  border: 1px solid #F6F2E9;
}
.theme_purple .btn-4 {
  color: #3D1198;
  border: 1px solid #3D1198;
  background: transparent;
}
.theme_purple .btn-4:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
[data-reveal].reveal-in {
  opacity: 1;
  transform: none;
}

.hero-home {
  overflow: visible !important;
}

.page_header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page_header .before-title {
  font-size: 17px;
  font-weight: 550;
  color: #FFFFFF;
  line-height: 22.52px;
}
.page_header .title {
  font-size: 72px;
  font-weight: 560;
  color: #FFFFFF;
}
.page_header .description {
  font-size: 28px;
  font-weight: 560;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 14px;
}
.page_header .after-description {
  font-size: 14.24px;
  font-weight: 400;
  color: #FFFFFF;
}
.page_header .ingrid {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-top: 143px;
}
.page_header .col-1 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page_header .row.g-xs.m-col.a-cc {
  margin-top: auto;
  display: flex;
  gap: 16px;
  align-items: center;
  bottom: -20px;
  position: absolute;
  z-index: 10;
  padding: 16px 28px;
  border-radius: 60px;
  background: #FFFEF8;
  border: 1px solid rgb(221, 213, 177);
}
@media (max-width: 989px) {
  .page_header .row.g-xs.m-col.a-cc {
    padding: 16px;
    border-radius: 30px;
    bottom: -85px;
  }
}
.page_header .row.g-xs.m-col.a-cc .col {
  flex: 0 0 auto;
}
.page_header .btn-1,
.page_header .btn-2 {
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  padding: 12px 42px 12px 19px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 560;
  text-decoration: none;
  border: 2px solid currentColor;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page_header .btn-1,
  .page_header .btn-2 {
    padding: 12px 18px;
    min-width: 300px;
    justify-content: flex-start;
  }
}
.page_header .btn-1 {
  color: #2E4D0C;
  background-color: #FFFEF8;
  border: 2px solid #2E4D0C;
}
.page_header .btn-1:hover {
  background-color: #2E4D0C;
  color: #FFFFFF;
  border: 2px solid #2E4D0C;
}
.page_header .btn-2 {
  color: #2E4D0C;
  background-color: #FFFEF8;
  border: 2px solid #2E4D0C;
}
.page_header .btn-2:hover {
  background-color: #2E4D0C;
  color: #FFFFFF;
  border: 2px solid #2E4D0C;
}

.intro-main-page-offset-img {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .intro-main-page-offset-img {
    margin-top: -5vw;
  }
}

@media (max-width: 767px) {
  .hero-center-page .before-title {
    max-width: 220px;
  }
}
.page-id-1379 .page_header .description,
.page-id-1388 .page_header .description {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .page-id-1379 .page_header .description,
  .page-id-1388 .page_header .description {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .page-id-1379 .page_header.screen_height {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .page-id-1388 .page_header.screen_height {
    height: 800px;
  }
}

.home-hanging-arrows > .wpb_wrapper {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .home-hanging-arrows > .wpb_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.home-hanging-arrows > .wpb_wrapper p {
  max-width: 460px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .home-hanging-arrows > .wpb_wrapper p {
    padding: 0 30px;
  }
}
.home-hanging-arrows > .wpb_wrapper p.l-h-arrow::before {
  content: url("http://tindallreport.wpenginepowered.com/wp-content/uploads/l-h-arrow.svg");
  position: absolute;
  bottom: -95px;
  left: -60px;
}
@media (max-width: 767px) {
  .home-hanging-arrows > .wpb_wrapper p.l-h-arrow::before {
    left: -35px;
  }
}
.home-hanging-arrows > .wpb_wrapper p.r-h-arrow::after {
  content: url("http://tindallreport.wpenginepowered.com/wp-content/uploads/r-h-arrow.svg");
  position: absolute;
  bottom: -115px;
  right: -45px;
}
@media (max-width: 767px) {
  .home-hanging-arrows > .wpb_wrapper p.r-h-arrow::after {
    bottom: -105px;
    right: -25px;
    transform: scale(0.65);
  }
}

@media (min-width: 1320px) {
  .page-id-7 .read_more_cd7c {
    padding-left: 20px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .page-id-7 .read_more_cd7c {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .looking-forward-intro-img {
    padding: 40px 60px 0 0;
  }
}
@media (min-width: 1320px) {
  .looking-forward-intro-img {
    padding-left: 60px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .looking-forward-intro-img {
    padding-left: 40px;
  }
}

.refreshing-grid {
  margin-top: 20px;
}

.refreshing-grid > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .refreshing-grid > .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-1 {
  flex: 0 0 calc(25% - 15px);
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-1 figure,
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-1 .vc_single_image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-1 {
    border-radius: 16px;
  }
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-2 {
  background-color: #FA643C;
  flex: 0 0 calc(40% - 15px);
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-2 h4 {
  color: #882005;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-2 h4 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-2 h4 {
    max-width: 240px;
  }
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-2 p {
  color: #882005;
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-3 {
  background-color: #882005;
  flex: 0 0 calc(35% - 15px);
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-3 h4 {
  color: #FA643C;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-3 h4 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-3 h4 {
    max-width: 240px;
  }
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-3 p {
  color: #FA643C;
}
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-2,
.refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-3 {
  border-radius: 24px;
  padding: 40px 50px;
}
@media (max-width: 767px) {
  .refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-2,
  .refreshing-grid > .vc_column-inner > .wpb_wrapper .refreshing-grid-item-3 {
    border-radius: 16px;
    padding: 32px 24px;
  }
}

@media (max-width: 767px) {
  .next-gen-text {
    padding: 0 0 40px;
  }
}
@media (min-width: 1320px) {
  .next-gen-text {
    padding-right: 60px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .next-gen-text {
    padding-right: 40px;
  }
}

.vc_separator {
  margin-bottom: 1px !important;
}

@media (max-width: 767px) {
  .te-matakupenga-text {
    padding: 0 0 40px;
  }
}
@media (min-width: 1320px) {
  .te-matakupenga-text {
    padding-left: 60px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .te-matakupenga-text {
    padding-left: 40px;
  }
}

.te-matakupenga-quote > .vc_column-inner > .wpb_wrapper {
  background: #64D2CA;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .te-matakupenga-quote > .vc_column-inner > .wpb_wrapper {
    border-radius: 16px;
  }
}
.te-matakupenga-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  padding: 30px 30px 40px;
}
@media (max-width: 767px) {
  .te-matakupenga-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    padding: 25px 20px 30px;
  }
}
.te-matakupenga-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
  color: #0C5C57;
}
.te-matakupenga-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column .statement {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .te-matakupenga-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column .statement {
    font-size: 22px;
  }
}
.te-matakupenga-quote > .vc_column-inner > .wpb_wrapper img {
  border-radius: 24px 24px 0 0;
}
@media (max-width: 767px) {
  .te-matakupenga-quote > .vc_column-inner > .wpb_wrapper img {
    border-radius: 16px 16px 0 0;
  }
}

/* =========================
   Future page typography (all white)
   ========================= */
.refreshing-grid h1,
.refreshing-grid h2,
.refreshing-grid h3,
.refreshing-grid h4,
.refreshing-grid h5,
.refreshing-grid h6,
.refreshing-grid p,
.refreshing-grid span,
.refreshing-grid li,
.refreshing-grid a,
.next-gen-text h1,
.next-gen-text h2,
.next-gen-text h3,
.next-gen-text h4,
.next-gen-text h5,
.next-gen-text h6,
.next-gen-text p,
.next-gen-text span,
.next-gen-text li,
.next-gen-text a,
.te-matakupenga-text h1,
.te-matakupenga-text h2,
.te-matakupenga-text h3,
.te-matakupenga-text h4,
.te-matakupenga-text h5,
.te-matakupenga-text h6,
.te-matakupenga-text p,
.te-matakupenga-text span,
.te-matakupenga-text li,
.te-matakupenga-text a,
.te-matakupenga-quote h1,
.te-matakupenga-quote h2,
.te-matakupenga-quote h3,
.te-matakupenga-quote h4,
.te-matakupenga-quote h5,
.te-matakupenga-quote h6,
.te-matakupenga-quote p,
.te-matakupenga-quote span,
.te-matakupenga-quote li,
.te-matakupenga-quote a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

/* Desktop/tablet: ONE line */
.coming-soon-title {
  font-family: "Montserrat", sans-serif;
  white-space: nowrap; /* <-- key */
}

.coming-soon-title span {
  display: inline-block; /* safer than inline */
}

/* Mobile: TWO lines */
@media (max-width: 767px) {
  .coming-soon-title {
    white-space: normal; /* allow wrapping again */
  }
  .coming-soon-title span {
    display: block;
  }
}
/* ===========================================================
   DEFAULT (DESKTOP) — keep your existing spacing
   =========================================================== */
.coming-soon-wrap {
  text-align: center;
}

/* Reset base browser spacing */
.coming-soon-wrap h1,
.coming-soon-wrap p {
  margin: 0;
}

/* Desktop vertical spacing between each block */
.coming-soon-wrap > * + * {
  margin-top: 18px;
}

/* ===========================================================
   MOBILE — remove ALL margins between blocks
   =========================================================== */
@media (max-width: 767px) {
  /* Remove vertical spacing entirely */
  .coming-soon-wrap > * + * {
    margin-top: 0 !important;
  }
  /* Contact line tighter + centered */
  .coming-soon-wrap .coming-soon-line {
    text-align: center;
    margin: 0 !important;
    padding: 0;
  }
  /* Address lines stacked */
  .coming-soon-wrap .address-line-1,
  .coming-soon-wrap .address-line-2 {
    display: block;
    margin: 0;
    padding: 0;
  }
  .coming-soon-wrap .address-line-2 {
    margin-top: 4px; /* keep this tiny spacing */
  }
  /* "Get Directions" inline + underline */
  .coming-soon-wrap .address-line-2 .coming-soon-link {
    display: inline-block;
    text-decoration: underline;
  }
  /* Bookings line – two clean lines */
  .coming-soon-wrap .bookings-line .b-line-1,
  .coming-soon-wrap .bookings-line .b-line-2 {
    display: block;
    margin: 0;
  }
  .coming-soon-wrap .bookings-line .b-line-2 {
    margin-top: 6px; /* tiny spacing between the two lines */
  }
  /* Keep divider inline on mobile */
  .coming-soon-wrap .coming-soon-divider {
    display: inline !important;
    margin: 0 6px 0 0 !important;
  }
  /* Ensure inline formatting inside lines */
  .coming-soon-wrap .bookings-line strong,
  .coming-soon-wrap .bookings-line a,
  .coming-soon-wrap .bookings-line span {
    display: inline;
    white-space: normal;
  }
}
/* ===========================================================
   INTRO WIDTH (both desktop + mobile)
   =========================================================== */
.coming-soon-intro {
  max-width: 430px;
  margin: 0 auto; /* centers the block */
}

/* Force all Coming Soon blocks to sit centred in the column */
.coming-soon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center; /* <-- this is the key */
  text-align: center;
}

/* Intro: centre the block itself (not just the text) */
.coming-soon-wrap .coming-soon-intro {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

/* Hide on desktop */
.only-show-mobile {
  display: none;
}

/* Show ONLY on mobile */
@media (max-width: 767px) {
  .only-show-mobile {
    display: block !important;
  }
}
/* =========================
   Social Icons (Centered in layout) - IMG SVGs
   ========================= */
.bg-social-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 5;
}

/* Icon links */
.bg-social-icons a.social-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Make the IMG fill the 38x38 box + turn SVG images white */
.bg-social-icons a.social-icon img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Hover feedback */
.bg-social-icons a.social-icon:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

/* Keyboard accessibility */
.bg-social-icons a.social-icon:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  border-radius: 6px;
}

/* Logo size */
/* =========================
   Coming Soon Logo Sizing
   ========================= */
/* Desktop */
.logo-size {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Mobile */
@media (max-width: 767px) {
  .logo-size {
    max-width: 231px;
  }
}
/* ============================================
   FULLSCREEN HOLDING PAGE (no scrolling)
   Page: ID 1379
   - Hero content stays natural height
   - Slider takes remaining height
   - 50px bottom padding included
   ============================================ */
body.page-id-1379 {
  margin: 0;
  overflow: hidden;
}

/* Account for WP admin bar when logged in */
body.page-id-1379 {
  --admin-bar-h: 0px;
}

body.page-id-1379.admin-bar {
  --admin-bar-h: 32px;
}

@media (max-width: 782px) {
  body.page-id-1379.admin-bar {
    --admin-bar-h: 46px;
  }
}
/* Make the WPBakery page wrapper a fixed-height flex column */
body.page-id-1379 .wpb-content-wrapper {
  height: calc(100svh - var(--admin-bar-h));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0px;
}

/* Optional: remove WPBakery empty spacers on this holding page */
body.page-id-1379 .vc_empty_space {
  display: none !important;
}

/* ============================================
   ⭐ REDUCE HERO TOP PADDING (your 100px → 50px fix)
   ============================================ */
body.page-id-1379 .vc_row.vc_custom_1768449702427 {
  padding-top: 50px !important;
}

/* =========================
   Slider: take remaining height
   ========================= */
body.page-id-1379 #slider_2995 {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

body.page-id-1379 #slider_2995 .slider-init,
body.page-id-1379 #slider_2995 .swiper,
body.page-id-1379 #slider_2995 .swiper-wrapper,
body.page-id-1379 #slider_2995 .swiper-slide {
  height: 100% !important;
}

body.page-id-1379 #slider_2995 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.page-id-1379 #slider_2995 {
  margin-top: 20px; /* tweak if needed */
}

/* ============================================
   MARQUEE SLIDER — AUTO SCROLLING IMAGE STRIP
   ============================================ */
/* Slider container */
.marquee-slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 30px; /* Adjust as needed */
  position: relative;
}

/* Track that scrolls */
.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marqueeScroll 25s linear infinite;
  will-change: transform;
}

/* Slide (base style) */
.slide {
  height: 190px; /* consistent height */
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

/* Wide slides (odd images) */
.slide.wide {
  width: 271px;
}

/* Normal slides (even images) */
.slide.normal {
  width: 190px;
}

/* Ensure images display perfectly */
.marquee-track img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Animation keyframes */
@keyframes marqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
/* ============================================
   Optional: Mobile Tweaks
   ============================================ */
@media (max-width: 767px) {
  .slide {
    height: 150px;
  }
  .slide.wide {
    width: 220px;
  }
  .slide.normal {
    width: 150px;
  }
}
/* ============================================
   HOLDING PAGE (ID 1379) — FULL HEIGHT + BACKGROUND
   Fixes beige bars + keeps everything responsive
   ============================================ */
html, body {
  height: 100%;
}

body.page-id-1379 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #3d2b1f; /* fallback behind the paw image */
}

/* Admin bar height var */
body.page-id-1379 {
  --admin-bar-h: 0px;
}

body.page-id-1379.admin-bar {
  --admin-bar-h: 32px;
}

@media (max-width: 782px) {
  body.page-id-1379.admin-bar {
    --admin-bar-h: 46px;
  }
}
/* Make WPBakery wrapper full screen and carry the background */
body.page-id-1379 .wpb-content-wrapper {
  height: calc(100vh - var(--admin-bar-h));
  min-height: calc(100vh - var(--admin-bar-h));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0px;
  /* ✅ Put your paw background here so it fills the whole screen */
  background-image: url("http://whiskersandpa1.wpenginepowered.com/wp-content/uploads/background-paws.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

/* Remove WPBakery empty spacers on this page */
body.page-id-1379 .vc_empty_space {
  display: none !important;
}

/* Reduce top padding (100px -> 50px) */
body.page-id-1379 .vc_row.vc_custom_1768449702427 {
  padding-top: 50px !important;
  padding-bottom: 0 !important;
}

/* ============================================
   HOLDING PAGE (ID 1379) — FULL HEIGHT + BACKGROUND
   + Marquee slider stays inside viewport
   Background image: background-1-scaled.png
   ============================================ */
html, body {
  height: 100%;
}

body.page-id-1379 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #3d2b1f; /* fallback while image loads */
}

/* Admin bar height var */
body.page-id-1379 {
  --admin-bar-h: 0px;
}

body.page-id-1379.admin-bar {
  --admin-bar-h: 32px;
}

@media (max-width: 782px) {
  body.page-id-1379.admin-bar {
    --admin-bar-h: 46px;
  }
}
/* WPBakery wrapper becomes the full-screen container */
body.page-id-1379 .wpb-content-wrapper {
  height: calc(100vh - var(--admin-bar-h));
  min-height: calc(100vh - var(--admin-bar-h));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0px;
  /* ✅ Your new background image */
  background-image: url("http://whiskersandpa1.wpenginepowered.com/wp-content/uploads/background-1-scaled.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Remove WPBakery empty spacers on this holding page */
body.page-id-1379 .vc_empty_space {
  display: none !important;
}

/* Reduce hero top padding (100px -> 50px) */
body.page-id-1379 .vc_row.vc_custom_1768449702427 {
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}

/* If theme wrappers are introducing beige gaps, force them transparent */
body.page-id-1379 #page,
body.page-id-1379 #content,
body.page-id-1379 .site,
body.page-id-1379 .site-content {
  background: transparent !important;
}

/* ============================================
   MARQUEE — AUTO SCROLLING IMAGE STRIP
   (fills remaining space + no overflow)
   ============================================ */
body.page-id-1379 .marquee-slider {
  flex: 1 1 auto; /* ✅ takes remaining height */
  min-height: 0; /* ✅ key flex fix */
  overflow: hidden; /* ✅ no overflow */
  display: flex;
  align-items: flex-end; /* keep images sitting on the bottom */
  justify-content: center;
  margin-top: 30px;
}

/* Track scroll */
body.page-id-1379 .marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
  animation: holdingMarqueeScroll 30s linear infinite;
}

/* Slides */
body.page-id-1379 .marquee-track img.slide {
  height: 190px;
  border-radius: 12px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}

/* Wide (odd numbers) */
body.page-id-1379 .marquee-track img.slide.wide {
  width: 271px;
}

/* Normal (even numbers) */
body.page-id-1379 .marquee-track img.slide.normal {
  width: 190px;
}

@keyframes holdingMarqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Mobile tweaks */
@media (max-width: 767px) {
  body.page-id-1379 .marquee-track img.slide {
    height: 150px;
  }
  body.page-id-1379 .marquee-track img.slide.wide {
    width: 220px;
  }
  body.page-id-1379 .marquee-track img.slide.normal {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .waitangi-text {
    padding: 0 0 20px;
  }
}
@media (min-width: 1320px) {
  .waitangi-text {
    padding-right: 20px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .waitangi-text {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .local-donations-text {
    padding: 0 0 40px;
  }
}
@media (min-width: 1320px) {
  .local-donations-text {
    padding-right: 60px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .local-donations-text {
    padding-right: 40px;
  }
}

.waitangi-slider .slider_type1 .slider_type1__slide {
  position: relative;
}
.waitangi-slider .slider_type1 .slider_type1__slide .col {
  position: absolute;
  height: 100%;
  width: 100%;
}
.waitangi-slider .slider_type1 .slider_type1__slide .col .slider_type1__slide_text {
  padding: 50px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .waitangi-slider .slider_type1 .slider_type1__slide .col .slider_type1__slide_text {
    padding: 30px 20px;
  }
}
.waitangi-slider .slider_type1 .slider_type1__slide .col .slider_type1__slide_text p {
  color: #FA643C;
}
.waitangi-slider .slider_type1 .slider_type1__slide .col .slider_type1__slide_text p.statement {
  line-height: 1.35;
}

.local-donation-quote > .vc_column-inner > .wpb_wrapper {
  background: #96C547;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .local-donation-quote > .vc_column-inner > .wpb_wrapper {
    border-radius: 16px;
  }
}
.local-donation-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  padding: 40px;
}
@media (max-width: 767px) {
  .local-donation-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    padding: 25px 20px;
  }
}
.local-donation-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
  color: #FFFFFF;
}
.local-donation-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column .statement {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .local-donation-quote > .vc_column-inner > .wpb_wrapper .wpb_text_column .statement {
    font-size: 22px;
  }
}
.local-donation-quote > .vc_column-inner > .wpb_wrapper img {
  border-radius: 0 0 24px 24px;
}
@media (max-width: 767px) {
  .local-donation-quote > .vc_column-inner > .wpb_wrapper img {
    border-radius: 0 0 16px 16px;
  }
}

@media (max-width: 767px) {
  .back_accordion_text {
    padding: 0 0 40px;
  }
}
@media (min-width: 1320px) {
  .back_accordion_text {
    padding-right: 100px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .back_accordion_text {
    padding-right: 60px;
  }
}

.story-video {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 9/16;
  border-radius: 10px;
  overflow: hidden;
}
.story-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.relationship-manager-testimonial {
  background: #2E4D0C;
  border-radius: 10px;
  padding: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .relationship-manager-testimonial {
    margin-top: 30px;
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .relationship-manager-testimonial p {
    font-size: 12px;
  }
}
.relationship-manager-testimonial p {
  color: #96C547;
}
@media (min-width: 768px) {
  .relationship-manager-testimonial p.statement {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .relationship-manager-testimonial p.statement {
    font-size: 17px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .back_video_text {
    padding-top: 40px !important;
  }
}
@media (min-width: 1320px) {
  .back_video_text {
    padding-left: 100px !important;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .back_video_text {
    padding-left: 60px !important;
  }
}

.y30-img {
  margin: 15px 0 !important;
}

.underline-index {
  position: relative;
}

.TT_Underline {
  position: relative;
  z-index: 2;
}
.TT_Underline::before {
  position: absolute;
  z-index: 0;
  content: url("http://tindallreport.wpenginepowered.com/wp-content/uploads/TT_Underline.svg");
  bottom: -3px;
  left: 4px;
}
@media (min-width: 768px) and (max-width: 989px) {
  .TT_Underline::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .TT_Underline::before {
    transform: scale(0.6) translate(-36%, 34%);
  }
}

.TB_Underline {
  position: relative;
  z-index: 2;
}
.TB_Underline::before {
  position: absolute;
  z-index: 0;
  content: url("http://tindallreport.wpenginepowered.com/wp-content/uploads/TB_Underline.svg");
  bottom: -8px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 989px) {
  .TB_Underline::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .TB_Underline::before {
    transform: scale(0.75) translate(-18%, 10%);
  }
}

.TC_Underline {
  position: relative;
  z-index: 2;
}
.TC_Underline::before {
  position: absolute;
  z-index: 0;
  content: url("http://tindallreport.wpenginepowered.com/wp-content/uploads/TC_Underline.svg");
  bottom: -8px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 989px) {
  .TC_Underline::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .TC_Underline::before {
    transform: scale(0.75) translate(-18%, 10%);
  }
}

.PSA_Underline {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .PSA_Underline {
    display: block;
  }
}
.PSA_Underline::before {
  position: absolute;
  z-index: 0;
  content: url("http://tindallreport.wpenginepowered.com/wp-content/uploads/PSA_Underline.svg");
  bottom: -8px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 989px) {
  .PSA_Underline::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .PSA_Underline::before {
    transform: scale(0.75) translate(-17%, 10%);
  }
}

.impact-header > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .impact-header > .wpb_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.impact-header > .wpb_wrapper h4 {
  position: relative;
}
@media (min-width: 768px) {
  .impact-header > .wpb_wrapper h4 {
    font-size: 30px;
    max-width: 540px;
    line-height: 1.3;
  }
}
.impact-header > .wpb_wrapper h4::before {
  content: url("http://tindallreport.wpenginepowered.com/wp-content/uploads/circle-24-25.svg");
  position: absolute;
  left: 127px;
  top: -4px;
  z-index: 0;
}
@media (max-width: 767px) {
  .impact-header > .wpb_wrapper h4::before {
    transform: scale(0.75) translate(-35%, -11%);
  }
}
.impact-header > .wpb_wrapper h4 span {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .impact-header > .wpb_wrapper p {
    max-width: 440px;
    text-align: right;
  }
}

.stat__bar > .wpb_wrapper {
  display: flex;
  padding: 30px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .stat__bar > .wpb_wrapper {
    padding: 25px 20px 20px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    min-height: 180px;
  }
}

.stat__bar.theme__orange .wpb_wrapper {
  background: #FA643C;
}
.stat__bar.theme__orange .wpb_wrapper h1 {
  color: #882005;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .stat__bar.theme__orange .wpb_wrapper h1 {
    text-align: right;
    width: 100%;
    font-size: 44px;
  }
}
.stat__bar.theme__orange .wpb_wrapper p {
  color: #882005;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .stat__bar.theme__orange .wpb_wrapper p {
    max-width: 320px;
  }
}
.stat__bar.theme__light-green .wpb_wrapper {
  background: #96C547;
}
.stat__bar.theme__light-green .wpb_wrapper h1 {
  color: #2E4D0C;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .stat__bar.theme__light-green .wpb_wrapper h1 {
    text-align: right;
    width: 100%;
    font-size: 40px;
  }
}
.stat__bar.theme__light-green .wpb_wrapper p {
  color: #2E4D0C;
  line-height: 1.4;
}
.stat__bar.theme__purple .wpb_wrapper {
  background: #A686FF;
}
.stat__bar.theme__purple .wpb_wrapper h1 {
  color: #3D1198;
  margin: 0 0 10px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .stat__bar.theme__purple .wpb_wrapper h1 {
    text-align: right;
    width: 100%;
  }
}
.stat__bar.theme__purple .wpb_wrapper p {
  color: #3D1198;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .stat__bar.theme__purple .wpb_wrapper p {
    max-width: 430px;
  }
}
.stat__bar.theme__blue .wpb_wrapper {
  background: #64D2CA;
}
.stat__bar.theme__blue .wpb_wrapper h1 {
  color: #0C5C57;
  margin: 0 0 10px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .stat__bar.theme__blue .wpb_wrapper h1 {
    text-align: right;
    width: 100%;
  }
}
.stat__bar.theme__blue .wpb_wrapper p {
  color: #0C5C57;
  line-height: 1.4;
  text-align: right;
  font-size: 17px;
}
@media (min-width: 768px) {
  .stat__bar.theme__blue .wpb_wrapper p {
    max-width: 430px;
  }
}

.annual-report__flex > .wpb_wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .annual-report__flex > .wpb_wrapper {
    justify-content: space-between;
  }
}
.annual-report__flex > .wpb_wrapper p {
  margin: 0;
}
.annual-report__flex > .wpb_wrapper .connector-line {
  display: flex;
  width: 120px;
  color: transparent;
  height: 20px;
  position: relative;
  align-items: center;
}
@media (max-width: 767px) {
  .annual-report__flex > .wpb_wrapper .connector-line {
    display: none;
  }
}
.annual-report__flex > .wpb_wrapper .connector-line::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: #2E4D0C;
}
@media (max-width: 767px) {
  .annual-report__flex > .wpb_wrapper .connector-line::after {
    display: none;
  }
}
.annual-report__flex > .wpb_wrapper h6 {
  border: 1px solid #2E4D0C;
  padding: 3px 10px 4px;
  border-radius: 99px;
}
@media (max-width: 767px) {
  .annual-report__flex > .wpb_wrapper h6 {
    font-size: 12px;
  }
}

.external-website__cards > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.external-website__cards > .wpb_wrapper h5.mw-450 {
  max-width: 450px;
}
.external-website__cards > .wpb_wrapper h5.mw-550 {
  max-width: 550px;
}
.external-website__cards > .wpb_wrapper p.card_bt {
  border-top: 1px solid rgb(221, 213, 177);
}
@media (max-width: 767px) {
  .external-website__cards > .wpb_wrapper p.card_bt {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 768px) {
  .external-website__cards > .wpb_wrapper p.card_bt {
    padding: 20px 30px 0 0;
  }
}
.external-website__cards > .wpb_wrapper p .btn_link {
  color: #96C547;
  text-decoration: none;
}

@media (max-width: 767px) {
  .external-website__cards {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .external-website__cards {
    margin-bottom: 40px !important;
  }
}

.arrow_down__flex > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.arrow_down__flex > .wpb_wrapper h6 {
  font-weight: 560;
}
.arrow_down__flex > .wpb_wrapper a img {
  transform: scale(1) translate(0, 0);
  transition: transform 0.3s ease;
}
.arrow_down__flex > .wpb_wrapper a:hover img {
  transform: scale(1.05) translate(0, 2px);
}

@media (min-width: 1320px) {
  .page-id-1388 .read_more_cd7c {
    padding-right: 60px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .page-id-1388 .read_more_cd7c {
    padding-right: 20px;
  }
}
@media (min-width: 1320px) {
  .page-id-1388 .read_more_cd7c .faq_answer {
    padding-right: 40px;
  }
}
@media (min-width: 990px) and (max-width: 1319px) {
  .page-id-1388 .read_more_cd7c .faq_answer {
    padding-right: 40px;
  }
}

.youtube-video-embed {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
}

.youtube-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-post {
  overflow: visible !important;
}
.hero-post .page_header .col-1 {
  justify-content: flex-end !important;
}
.hero-post .page_header .before-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1199px) {
  .hero-post .page_header .before-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 789px) {
  .hero-post .page_header .before-title {
    font-size: 14px;
  }
}
.hero-post .page_header h1 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .hero-post .page_header h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 789px) {
  .hero-post .page_header h1 {
    font-size: 26px;
  }
}

.ingrid-narrow h5 {
  margin: 30px 0 25px;
}
.ingrid-narrow h6 {
  font-weight: 600;
}
.ingrid-narrow blockquote {
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid #DDD5B1;
  border-bottom: 1px solid #DDD5B1;
}
.ingrid-narrow blockquote .statement {
  color: #96C547;
}
.ingrid-narrow blockquote.blockquote-icon-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ingrid-narrow blockquote.blockquote-icon-flex .statement {
  flex: 0 0 550px;
}
@media (max-width: 767px) {
  .ingrid-narrow blockquote.blockquote-icon-flex .statement {
    flex: 0 0 290px;
  }
}
@media (max-width: 767px) {
  .ingrid-narrow blockquote.blockquote-icon-flex img {
    max-width: 120px;
  }
}
.ingrid-narrow .purple_link {
  color: #A686FF;
  text-decoration: none;
}
.ingrid-narrow .purple_link::before {
  background-color: #A686FF;
}
.ingrid-narrow .blue_link {
  color: #64D2CA;
  text-decoration: none;
}
.ingrid-narrow .blue_link::before {
  background-color: #64D2CA;
}

.question__wrapper h5 {
  padding: 25px;
  border: 1px solid #DDD5B1;
  background: #FFFEF8;
  border-radius: 24px;
  margin: 0 0 40px !important;
}
@media (max-width: 767px) {
  .question__wrapper h5 {
    margin-bottom: 30px !important;
    border-radius: 16px;
    padding: 25px 20px;
  }
}

.answer__wrapper {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .answer__wrapper {
    margin-bottom: 40px !important;
  }
}
.answer__wrapper .wpb_wrapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .answer__wrapper .wpb_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.answer__wrapper .wpb_wrapper .wpb_wrapper {
  display: block;
}
.answer__wrapper .wpb_wrapper .wpb_single_image {
  flex: 0 0 90px;
  margin: 5px 0 20px;
}

#closing {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#closing .vc_column-inner {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .coming-soon-title {
    margin-top: 11px !important;
  }
  body.page-id-1379 .wpb-content-wrapper {
    height: 100% !important;
    min-height: 100vh;
    max-height: 100% !important;
  }
}
.module-con {
  overflow: hidden;
  height: 100%;
}
.module-con .module-con-inner {
  height: 100%;
}

.module-con-inner {
  overflow: hidden;
  opacity: var(--con-fade-start);
  transform: translateY(var(--con-translate-y-start)); /* Start with the element translated up by 200px */
  transition: opacity var(--con-fade-time) ease, transform var(--con-translate-y-time) ease !important;
}

.vc_row {
  opacity: var(--bg-fade-start);
  transition: opacity var(--bg-fade-time) ease;
}

.feature_accordion_cd7c {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .feature_accordion_cd7c {
    padding: 40px 0 0;
  }
}
.feature_accordion_cd7c .feature_item {
  margin-bottom: 16px;
  overflow: hidden;
}
.feature_accordion_cd7c .feature_toggle {
  padding: 24px 60px 24px 24px;
  border: 1px solid rgb(221, 213, 177);
  border-radius: 24px;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .feature_accordion_cd7c .feature_toggle {
    padding: 20px 60px 20px 20px;
    border-radius: 16px;
  }
}
.feature_accordion_cd7c .feature_toggle h5 {
  margin: 0;
  position: relative;
}
.feature_accordion_cd7c .feature_toggle h5 svg {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid #2E4D0C;
  border-radius: 99px;
  padding: 8px;
  transition: transform 0.4s ease;
}
@media (max-width: 767px) {
  .feature_accordion_cd7c .feature_toggle h5 svg {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
}
.feature_accordion_cd7c .feature_toggle.active h5 svg {
  transform: translateY(-50%) rotate(45deg);
}
.feature_accordion_cd7c .feature_panel {
  display: none;
  padding: 60px 24px 40px;
}
@media screen and (max-width: 766px) {
  .feature_accordion_cd7c .feature_panel {
    padding: 40px 0;
  }
}
.feature_accordion_cd7c .feature_panel_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
@media screen and (max-width: 766px) {
  .feature_accordion_cd7c .feature_panel_inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (min-width: 767px) and (max-width: 1319px) {
  .feature_accordion_cd7c .feature_panel_left {
    padding-right: 20px;
  }
}
@media (min-width: 1320px) {
  .feature_accordion_cd7c .feature_panel_left {
    padding-right: 60px;
  }
}
.feature_accordion_cd7c .feature_panel_right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.feature_accordion_cd7c .feature_panel_right .theme_light_green {
  display: block;
  margin-top: 30px;
}
.feature_accordion_cd7c .feature_panel_right .theme_light_green a {
  width: fit-content;
}

.accordion_light_green .feature_accordion_cd7c .feature_toggle.active {
  background-color: #96C547;
  border: 1px solid #96C547;
}

.accordion_orange .feature_accordion_cd7c .feature_toggle {
  background-color: rgb(255, 254, 248);
}
.accordion_orange .feature_accordion_cd7c .feature_toggle.active {
  background-color: #FA643C;
  border: 1px solid #FA643C;
}
.accordion_orange .feature_accordion_cd7c .feature_toggle.active h5 {
  color: #882005;
}
.accordion_orange .feature_accordion_cd7c .feature_toggle.active h5 svg {
  border-color: #882005;
}
.accordion_orange .feature_accordion_cd7c .feature_toggle.active h5 svg rect {
  fill: #882005;
}

.feature_panel_btn_icon {
  display: inline-flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.feature_panel_btn_icon .btn-2 {
  margin-top: 0;
}
.feature_panel_btn_icon .feature_panel_icon {
  height: 60px;
  width: auto;
}

.feature_panel_icon_only {
  margin-top: 30px;
}
.feature_panel_icon_only .feature_panel_icon {
  height: 90px;
  width: auto;
}

.page_header {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page_header {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.page_header.screen_height {
  height: calc(100vh - 134px);
  padding-bottom: 110px;
}

.page_header__background_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .logos_c23f {
    justify-content: center;
  }
}

.logos-pd .wpb_wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .hm_8 {
    height: 8px;
  }
}
@media (max-width: 767px) {
  .hm_16 {
    height: 16px;
  }
}
@media (max-width: 767px) {
  .hm_24 {
    height: 24px;
  }
}
@media (max-width: 767px) {
  .hm_32 {
    height: 32px;
  }
}
@media (max-width: 767px) {
  .hm_48 {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .hm_56 {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .hm_64 {
    height: 64px;
  }
}
@media (max-width: 767px) {
  .hm_72 {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .hm_96 {
    height: 96px;
  }
}
@media (max-width: 767px) {
  .hm_112 {
    height: 112px;
  }
}
@media (max-width: 767px) {
  .hm_128 {
    height: 128px;
  }
}
@media (max-width: 767px) {
  .hm_144 {
    height: 144px;
  }
}
@media (max-width: 767px) {
  .hm_160 {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_8 {
    height: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_16 {
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_24 {
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_32 {
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_48 {
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_56 {
    height: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_64 {
    height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_72 {
    height: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_96 {
    height: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_112 {
    height: 112px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_128 {
    height: 128px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_144 {
    height: 144px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ht_160 {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .hd_8 {
    height: 8px;
  }
}
@media (min-width: 1024px) {
  .hd_16 {
    height: 16px;
  }
}
@media (min-width: 1024px) {
  .hd_24 {
    height: 24px;
  }
}
@media (min-width: 1024px) {
  .hd_32 {
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .hd_48 {
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .hd_56 {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .hd_64 {
    height: 64px;
  }
}
@media (min-width: 1024px) {
  .hd_72 {
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .hd_96 {
    height: 96px;
  }
}
@media (min-width: 1024px) {
  .hd_112 {
    height: 112px;
  }
}
@media (min-width: 1024px) {
  .hd_128 {
    height: 128px;
  }
}
@media (min-width: 1024px) {
  .hd_144 {
    height: 144px;
  }
}
@media (min-width: 1024px) {
  .hd_160 {
    height: 160px;
  }
}
.cta_full_width {
  position: relative;
}
.cta_full_width .cta_full_width__background_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cta_full_width .cta_full_width__background_image .dark_theme,
.cta_full_width .cta_full_width__background_image .light_theme {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cta_full_width .cta_full_width__background_image .dark_theme {
  background-color: #96C547;
}
.cta_full_width .cta_full_width__background_image .light_theme {
  background-color: #F6F2E9;
}
.cta_full_width .ingrid .cta_full_width_inner .cta_full_width__background_text {
  position: relative;
  text-align: center;
}
.cta_full_width .ingrid .cta_full_width_inner .cta_full_width__inline_links a {
  z-index: 1;
}

.card_hover {
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 24px;
}
.card_hover .card_hover__item .ratio-inner {
  padding-top: 66.666666%;
}
.card_hover .card_hover__content {
  display: block;
  overflow: hidden;
}
.card_hover .card_hover__content:hover .card_hover__text {
  opacity: 1;
}
.card_hover .card_hover__content:hover .card_hover__image {
  transform: scale(1.05);
}
.card_hover .card_hover__image {
  transform: scale(1);
  transition: transform ease 500ms;
}
.card_hover .card_hover__text {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity ease 150ms;
}
.card_hover .card_hover__text .card_hover__text-inner {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.card_hover .card_hover__text .card_hover__text-inner h3, .card_hover .card_hover__text .card_hover__text-inner p {
  color: #FFFFFF;
}

.card_hover__content {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  margin: auto;
}
.card_hover__content .card_hover__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.text_module .fullwidth {
  padding: 20px;
}

.section-1-ingrid .text_module .fullwidth {
  padding: unset;
}

.image-con {
  height: 100%;
}

:root {
  --plyr-color-main: #96C547;
  --plyr-control-bg: #96C547;
  --plyr-control-bg-hover: darken(#96C547, 10%);
  --plyr-control-color: #ffffff;
  --plyr-control-icon: #ffffff;
  --plyr-control-icon-hover: #ffffff;
}

.plyr__controls {
  opacity: 0;
  transition: opacity 0.3s;
}

.plyr--video:hover .plyr__controls {
  opacity: 1;
}

.mapboxgl-ctrl {
  display: flex !important;
  flex-direction: column-reverse;
}

.fa-brands:hover {
  opacity: 0.7;
}

.mapboxgl-ctrl-group button {
  width: 30px;
  height: 30px;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  background-size: 20px;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.mapboxgl-ctrl-compass {
  display: none !important;
}

.filter_option_con {
  gap: 40px;
  cursor: pointer;
}

.filter_btn {
  text-align: right;
}

.fa-filter {
  font-size: 15px;
  vertical-align: middle;
}

.map_container {
  margin-bottom: -1px;
}

.map_container-single {
  width: 100%;
}

.filter_containter {
  margin-bottom: 60px;
}

/* Location List style */
.grid_view_locations {
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 0px;
}

.grid_view_locations.filterOpened {
  margin-top: 60px;
}

.location_card {
  margin-bottom: 30px;
}
@media screen and (min-width: 970px) {
  .location_card {
    max-width: 380px;
  }
}

.location_card_con {
  opacity: 0;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 20px;
}

.slidein {
  opacity: 1;
  padding-top: 0px;
  transition: all 0.3s ease-out;
}

.location_card_img {
  height: 200px;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .location_card_img {
    height: 180px;
  }
}
.location_card_img.team {
  height: 300px;
}

.location_card_img_floating {
  margin-bottom: 15px;
}

.location_card_img_floating img {
  height: 60px;
  margin: auto;
  margin-top: -50px;
}

.location_card h6 {
  font-size: 16px;
  line-height: 20px;
  color: #2E4D0C;
}

.socialbtns i {
  font-size: 18px;
}

.socialbtns {
  gap: 12px;
}

.location_url_dispaly h5 {
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.7857142687px;
  text-align: left;
}

.location_url_dispaly {
  padding-top: 6px;
}

.locationTitle {
  line-height: 1.3;
  margin-left: -2px;
}

h4.locationTitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
}

.location_card_info strong {
  font-weight: 700;
}

/* Map style */
.location_icon_img_floating {
  height: 185px;
  width: 100%;
  background-size: cover;
}

.mapboxgl-popup-content h4 {
  margin-bottom: 0px;
  text-align: left;
  color: #2E4D0C;
}

.marker {
  background-image: url("https://basenzdigital.wpengine.com/wp-content/uploads/location_icon.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
}

.marker:hover {
  width: 45px;
  height: 45px;
  z-index: 9999 !important;
  background-image: url("https://basenzdigital.wpengine.com/wp-content/uploads/location_icon_active.svg");
}

.marker.active {
  width: 45px;
  height: 45px;
  z-index: 9999 !important;
  background-image: url("https://basenzdigital.wpengine.com/wp-content/uploads/location_icon_active.svg");
}

.mapboxgl-popup-tip {
  display: none;
}

.mapboxgl-popup-content {
  padding: 0px !important;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  text-align: left;
  border-radius: 0px !important;
  border: 1px solid #F6F2E9;
}

.mapboxgl-popup {
  min-width: 300px;
  margin-left: -110px;
  margin-top: -25px;
  background-color: white;
}
.mapboxgl-popup:after {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: all;
  display: none;
}

.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
  display: none;
}

.mapboxgl-popup {
  max-width: 200px;
}

.location_card_info p a {
  font-weight: 900;
  text-decoration: underline;
}

.location_card_info p a:hover {
  opacity: 0.7;
}

.popup-info {
  padding: 10px !important;
}

.filter_btn h5 {
  text-decoration: underline;
}

.fa-solid.fa-filter {
  padding-left: 10px;
}

.btn.std {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  background: transparent;
  padding: 12px 25px;
  border: 1px solid #2E4D0C;
  border-radius: 40px;
  text-align: center;
  transition: ease all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.btn.std.active {
  background: #2E4D0C;
  border: 1px solid #2E4D0C;
  color: #FFFFFF;
}

.btn.std:hover {
  background: #2E4D0C;
  color: #FFFFFF;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropbtn {
  border-bottom: 1px solid #2E4D0C;
  padding: 10px 0px;
}

.dropbtn .displayfilter {
  font-size: 16px;
}

.map_filter {
  background-color: #919191;
  height: 0px;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  pointer-events: none;
}

.search_value {
  height: 50px;
  background-color: transparent;
  border: 1px solid #859AAB;
  padding-left: 15px;
}
.search_value:focus {
  outline: none;
}

.map_filter.filter_activated {
  pointer-events: all;
  opacity: 1;
  height: auto;
  transition: all 0.4s;
}

.filter_option {
  background-color: #F2F2F2;
  color: #2F3D40;
  font-size: 15px;
  font-weight: 300;
  border-bottom: 1px solid #FFFFFF;
  background-color: #919191;
  padding: 10px 15px;
  transition: all 0.2s;
}
.filter_option.active {
  color: #2E4D0C;
  font-weight: 500;
}
.filter_option#all {
  color: #96C547;
}
.filter_option:hover {
  background-color: white;
  padding-left: 20px;
}

.dropdown-content {
  position: absolute;
  width: 100%;
  z-index: 2;
  max-height: 350px;
  top: 40px !important;
  overflow-y: auto;
}
@media screen and (max-width: 979px) {
  .dropdown-content {
    position: inherit;
    top: 0px !important;
  }
}

.show_filters,
.view_changer#grid,
.view_changer#mapbox,
.clear_btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  position: relative;
  top: 3px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.show_filters p,
.view_changer#grid p,
.view_changer#mapbox p,
.clear_btn p {
  font-size: 9px;
}
.show_filters svg,
.view_changer#grid svg,
.view_changer#mapbox svg,
.clear_btn svg {
  color: #2E4D0C;
  fill: #2E4D0C;
  width: 20px;
  margin-right: 15px;
}
.show_filters:hover,
.view_changer#grid:hover,
.view_changer#mapbox:hover,
.clear_btn:hover {
  color: #96C547;
  fill: #96C547;
}
.show_filters:hover svg,
.view_changer#grid:hover svg,
.view_changer#mapbox:hover svg,
.clear_btn:hover svg {
  color: #96C547;
  fill: #96C547;
}
.show_filters.active,
.view_changer#grid.active,
.view_changer#mapbox.active,
.clear_btn.active {
  color: #96C547;
  fill: #96C547;
}
.show_filters.active svg,
.view_changer#grid.active svg,
.view_changer#mapbox.active svg,
.clear_btn.active svg {
  color: #96C547;
  fill: #96C547;
}

.map_header .f-row {
  align-items: center;
}
.map_header .f-row .a-between {
  align-items: center;
}

.select-circle {
  min-width: 16px;
  min-height: 16px;
  max-height: 16px;
  border-radius: 900px;
  border: 1px solid #2E4D0C;
  padding: 3px;
  background-color: #FFFFFF;
}

.select-circle-inner {
  background-color: #FFFFFF;
}

.filter_option.active .select-circle-inner {
  background-color: #2E4D0C;
  border-radius: 999px;
  width: 100%;
  height: 100%;
}

.fa-chevron-down {
  width: 14px;
  height: 10px;
  margin: auto 0px;
}

.open > .fa-chevron-down {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.in-grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 789px) {
  .m-hide {
    display: none;
  }
}

.capsule {
  border-radius: 900px;
  position: absolute;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 8px;
  line-height: 12px;
  left: 15px;
  top: 15px;
  font-family: "Montserrat", sans-serif;
}

.no_results {
  display: none;
  padding: 50px 0px;
}

.padding1-3 {
  padding-left: 60px;
}

@media screen and (max-width: 979px) {
  .fullwidth-outer > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.textblock-1-3 {
  display: flex;
  flex-grow: 1;
}

.textblock-1-3 > .vc_column-inner {
  height: fit-content;
  margin: auto;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media screen and (min-width: 980px) {
  .textblock-1-3 > .vc_column-inner {
    padding-right: 50px !important;
  }
}

.map_card .location_card_img {
  height: 180px !important;
}
.map_card .location_card_info {
  padding: 0px 15px 20px;
}
.map_card .favorite-button {
  display: none;
  opacity: 0;
}

.card_repeats_title h3 {
  max-width: 650px;
}

.card_repeats .card_repeat {
  display: block;
  border: 1px solid rgb(221, 213, 177);
  border-radius: 16px;
}
@media screen and (max-width: 1149px) {
  .card_repeats .card_repeat {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 766px) {
  .card_repeats .card_repeat {
    flex: 0 0 100%;
  }
}
.card_repeats .card_repeat .card_image {
  position: relative;
  height: 300px;
}
.card_repeats .card_repeat .card_image:hover img.object-fit-cover {
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease;
  transform: scale(1.05);
}
.card_repeats .card_repeat .card_image img {
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease;
}
.card_repeats .card_repeat .card_image img.object-fit-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card_repeats .card_repeat .card_image.stretch--contain {
  background: #96C547;
}
.card_repeats .card_repeat .card_image.stretch--contain .card_image__inner {
  padding: 20px;
}
.card_repeats .card_repeat .card_image.stretch--contain .card_image__inner img.object-fit-cover {
  object-fit: contain;
  width: 100px;
  margin: 0 auto;
}
.card_repeats .card_repeat .card_image__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.card_repeats .card_repeat .card_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card_repeats .card_repeat .card_content .eyebrow {
  color: #64D2CA;
  font-size: 15px;
}
.card_repeats .card_repeat .card_content .btn_link:before {
  background-color: #2E4D0C;
}
.card_repeats .card_repeat .card_content .btn_link:hover {
  color: #2E4D0C;
}

.ldh_cta {
  background: #64D2CA;
  border: 1px solid #64D2CA;
}
.ldh_cta h5 {
  color: #0C5C57;
  font-size: 30px;
  line-height: 1.2;
  max-width: 270px;
}
@media (max-width: 767px) {
  .ldh_cta h5 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.ldh_cta p {
  color: #0C5C57;
}
@media (min-width: 768px) {
  .ldh_cta .card_content {
    padding-top: 60px;
  }
}
.ldh_cta .card_content .btn-2 {
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  margin-top: 30px;
  color: #0C5C57;
  border: 1px solid #0C5C57;
  background: transparent;
}
.ldh_cta .card_content .btn-2:hover {
  border: 1px solid #0C5C57;
  background: #0C5C57;
}

@media (min-width: 1200px) {
  .ldh_popup__cards .t-grid-2.g-sm > div {
    display: flex;
    flex: 1 0 33.3333333333%;
    max-width: calc(33.3333333333% - 13.3333333333px);
  }
}
.ldh_popup__cards .t-grid-2.g-sm > div .card_image {
  height: 230px;
}

.card_popup {
  position: fixed;
  inset: 0;
  z-index: 999;
  width: 100%;
  max-width: 100% !important;
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
.card_popup.is-active {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
.card_popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(46, 77, 12, 0.8);
}
.card_popup__inner {
  position: relative;
  background: #F6F2E9;
  max-width: 800px;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  margin: 50px auto;
  padding: 40px;
  border-radius: 12px;
  z-index: 1;
}
@media (max-width: 767px) {
  .card_popup__inner {
    padding: 25px 20px;
  }
}
.card_popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  background: none;
  border: 0;
  cursor: pointer;
  line-height: 1;
}

html.popup-open,
html.popup-open body {
  overflow: hidden;
}

.filter_bar {
  border-top: 1px solid #F6F2E9;
  border-bottom: 1px solid #F6F2E9;
}
.filter_bar .btn-1, .filter_bar .btn-2 {
  min-width: 250px;
}
@media screen and (max-width: 1199px) {
  .filter_bar .btn-1, .filter_bar .btn-2 {
    width: 100%;
    padding: 15px;
  }
}
.filter_bar .option_select .option_checkbox {
  border: 1px solid #2E4D0C;
  width: 23px;
  height: 23px;
}
.filter_bar .option_select.selected .option_checkbox {
  background-color: #2E4D0C;
}
.filter_bar .filter-con {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F6F2E9;
  overflow: hidden;
  border-top: 1px solid #F6F2E9;
}
.filter_bar .overflow_visible {
  overflow: visible !important;
}
.filter_bar .filter-con-outer {
  z-index: 2;
  top: 30px;
}
.filter_bar .search.field {
  border: 1px solid #2E4D0C;
  border-radius: 40px;
  width: 100%;
  max-width: 100%;
  position: relative;
  min-height: 47px;
}
.filter_bar .search-icon {
  position: absolute;
  top: 12px;
  left: 17px;
}
.filter_bar .search.field input {
  width: 100%;
  border: none;
  padding-left: 15px;
  border-radius: 8px;
  color: #2E4D0C;
}
.filter_bar .search.field input::placeholder {
  color: #2E4D0C;
}
.filter_bar .search.field input:focus, .filter_bar textarea:focus, .filter_bar select:focus {
  outline: none;
}
.filter_bar .selectedOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 7000px;
  width: 100%;
  position: absolute;
  z-index: -1;
  overflow-x: hidden;
}
.filter_bar .capsule {
  border-radius: 90px;
  background-color: #F6F2E9;
  color: #96C547;
}
.filter_bar .filter_tags {
  flex-wrap: wrap;
}
.filter_bar .delete_icon, .filter_bar div.btn, .filter_bar .option_select {
  cursor: pointer;
}

.filter-clear {
  font-weight: 600;
  cursor: pointer;
}

.result_info p {
  color: #2E4D0C;
}

.search.field svg {
  width: 16px;
}

.filter_bar.team {
  border-top: 1px solid #F6F2E9;
  border-bottom: 1px solid #F6F2E9;
}
.filter_bar.team .filter-section {
  position: relative;
  border-left: 1px solid #F6F2E9;
  border-right: 1px solid #F6F2E9;
}
.filter_bar.team .filter-section .filter-section-btn {
  min-width: 230px;
}
@media screen and (max-width: 789px) {
  .filter_bar.team .filter-section .filter-section-btn {
    min-width: 200px;
  }
}
.filter_bar.team .filter-section .filter-section-btn svg {
  height: 20px;
  width: 20px;
  fill: #2E4D0C;
}
.filter_bar.team .dropdown {
  position: absolute;
  z-index: 99;
  background: #FFFFFF;
  width: 101%;
  left: -1px;
  border: 1px solid #F6F2E9;
  border-top: none;
}
.filter_bar.team .dropdown-con {
  position: relative;
}

.team_filter .team_member img {
  height: 300px;
}

.team_card_min_height {
  min-height: 155px;
}

.clear_staff:hover p {
  color: #2E4D0C;
}

.text_image .ingrid {
  display: flex;
  flex-wrap: wrap;
}
.text_image .ingrid.row_reverse {
  flex-direction: row-reverse;
}
.text_image .ingrid.row_reverse .text_image_d9f0__image {
  padding-right: 0px;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .text_image .ingrid.row_reverse .text_image_d9f0__image {
    padding-left: 0px;
  }
}

.text_image .ingrid {
  display: flex;
  flex-wrap: wrap;
}
.text_image .ingrid.no_row_reverse .text_image__image_inner.image_offset {
  margin-left: -20px;
}
@media screen and (max-width: 1199px) {
  .text_image .ingrid.no_row_reverse .text_image__image_inner.image_offset {
    margin-right: -20px;
  }
}
@media screen and (min-width: 1141px) {
  .text_image .ingrid.no_row_reverse .text_image__image_inner.image_offset {
    margin-left: calc((100vw - 1320px + 50px) / -2);
  }
}
@media screen and (min-width: 1200px) {
  .text_image .ingrid.no_row_reverse img {
    padding: 20px 20px 20px 0px;
  }
}
.text_image .ingrid.row_reverse .text_image__image_inner.image_offset {
  margin-right: -20px;
  border-left: 1px solid #F6F2E9;
}
@media screen and (max-width: 1199px) {
  .text_image .ingrid.row_reverse .text_image__image_inner.image_offset {
    margin-left: -20px;
  }
}
@media screen and (min-width: 1141px) {
  .text_image .ingrid.row_reverse .text_image__image_inner.image_offset {
    margin-right: calc((100vw - 1320px + 50px) / -2);
  }
}
@media screen and (min-width: 1200px) {
  .text_image .ingrid.row_reverse img {
    padding: 20px 0px 20px 20px;
  }
}

.text_image__image {
  flex: 0 0 100%;
  margin-bottom: 32px;
  padding-left: 0px;
}
@media screen and (max-width: 1199px) {
  .text_image__image {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .text_image__image {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}

.no_row_reverse .text_image__text {
  flex: 0 0 100%;
  display: flex;
  padding: 30px 0px;
}
@media screen and (min-width: 1200px) {
  .no_row_reverse .text_image__text {
    flex: 0 0 50%;
    padding: 20px 60px 20px 20px;
  }
}
.no_row_reverse .text_image__text.text_align--top {
  align-items: flex-start;
}
.no_row_reverse .text_image__text.text_align--center {
  align-items: center;
}
.no_row_reverse .text_image__text.text_align--bottom {
  align-items: flex-end;
}

.row_reverse .text_image__text {
  flex: 0 0 100%;
  display: flex;
  padding: 30px 0px;
}
@media screen and (min-width: 1200px) {
  .row_reverse .text_image__text {
    flex: 0 0 50%;
    padding: 20px 60px 20px 0px;
  }
}
.row_reverse .text_image__text.text_align--top {
  align-items: flex-start;
}
.row_reverse .text_image__text.text_align--center {
  align-items: center;
}
.row_reverse .text_image__text.text_align--bottom {
  align-items: flex-end;
}

.text_image__image_inner {
  position: relative;
  height: 100%;
  min-height: 700px;
  overflow: hidden;
}
.text_image__image_inner.blog {
  min-height: 550px;
}
@media screen and (max-width: 1199px) {
  .text_image__image_inner.blog {
    height: 30vh;
    min-height: unset;
  }
}
@media screen and (max-width: 1199px) {
  .text_image__image_inner {
    height: 30vh;
    min-height: unset;
  }
}
.text_image__image_inner img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.page_header .half-grid-inner {
  width: 100%;
}
@media screen and (min-width: 790px) {
  .page_header .half-grid-inner {
    max-width: 660px;
  }
}
@media screen and (max-width: 788px) {
  .page_header .half-grid-inner {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page_header .bg-img-banner {
  background-position: center center;
  background-size: cover;
  min-height: 340px;
}

.custom_width_header .text-container-header {
  max-width: 400px;
}
.custom_width_header .text-container-paragraph {
  max-width: 440px;
}
.custom_width_header.council_page .text-container-header {
  max-width: 500px !important;
}
.custom_width_header.council_page .text-container-paragraph {
  max-width: 400px;
}

.posts_f063 {
  display: flex;
  flex-wrap: wrap;
}

.posts_f063__filters a.active {
  opacity: 0.5;
}

.posts_f063__post_image {
  display: block;
  padding-top: 65%;
  position: relative;
}

.posts_f063__post_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.posts_f063__post_text .date {
  font-weight: 700;
  margin-bottom: 0;
}
.posts_f063__post_text .link a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.posts_f063__post_text .link a i {
  flex: 0 0 20px;
  height: 21px;
  margin-left: 8px;
}

.posts_f063__no_more_posts_text {
  display: none;
  flex: 0 0 100%;
  text-align: center;
  line-height: 40px;
}

.taboption {
  cursor: pointer;
  min-width: 100px;
}

.taboption p {
  color: #2E4D0C;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  pointer-events: none;
  transition: all 0.3s ease;
}

.taboption:hover p {
  color: #2E4D0C;
  transition: all 0.3s ease;
}

.taboption.activetab p {
  color: #96C547;
  border-bottom: 1px solid #96C547;
}

.tabanimationcontainer {
  overflow: hidden;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .tabanimationcontainer {
    padding-top: 40px;
  }
}

.tabscontainer {
  opacity: 1;
}
@media screen and (min-width: 981px) {
  .tabscontainer {
    position: absolute;
  }
}

.overflow-hidden .section_inner_margin {
  overflow: hidden;
}

.tabscontainer li {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  .tabcontainer {
    flex-direction: column;
  }
  .tabcontainer ul {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 979px) {
  .m-f-col {
    flex-direction: column;
  }
}

@media screen and (max-width: 979px) {
  .tab-image img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-scroll {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .mobile-scroll .taboption {
    min-width: auto;
    padding-right: 20px;
  }
  .mobile-scroll .taboption:first-child {
    padding-left: 20px;
  }
}

.newsletter_signup {
  background: #F6F2E9;
}
.newsletter_signup .newsletter_signup__inner .newsletter_signup__text h3 {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .newsletter_signup .newsletter_signup__inner .newsletter_signup__text h3 {
    margin-bottom: 1em;
  }
}
.newsletter_signup .newsletter_signup__inner .newsletter_signup__button {
  text-align: left;
}
.newsletter_signup .newsletter_signup__inner .newsletter_signup__button input.newsletterbutton {
  cursor: pointer;
}
.newsletter_signup .newsletter_signup__inner .newsletter_signup__button input.newsletterbutton:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .newsletter_signup .newsletter_signup__inner .newsletter_signup__button input.newsletterbutton {
    width: 150px;
  }
}

.newsletter_reveal_section {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .newsletter_reveal_section ul.gform_fields li {
    flex: 0 0 50%;
  }
  .newsletter_reveal_section ul.gform_fields li:last-child {
    flex: 0 0 calc(100% - 170px);
  }
}

.slider_type1 {
  position: relative;
}
.slider_type1 .slider_type1__slide_image {
  border-radius: 8px;
  overflow: hidden;
}
.slider_type1 .slider_type1__slide_image img {
  min-height: 330px;
}

.single_card {
  border: 1px solid #F6F2E9;
}
.single_card .post_card_img {
  overflow: hidden;
  min-height: 100px;
}
.single_card .post_card_img img {
  transform: scale(1);
  transition: all 0.5s ease;
}
.single_card:hover .post_card_img img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.single_card:hover .post_card_info .btn_link::after {
  right: 4px;
  transition: all 0.5s ease;
}
.single_card:hover .post_card_info .btn_link:before {
  right: -4px;
  transition: all 0.5s ease;
  transform: scale(1.09);
}
.single_card .post_card .post_card_img {
  height: 180px;
}
.single_card.team_card img {
  transform: scale(1);
  height: 270px;
}
.single_card.team_card a ::hover {
  color: #96C547;
  text-decoration: underline;
}
.single_card .download_card.key_contacts:hover .post_card_img {
  overflow: hidden;
}
.single_card .download_card.key_contacts:hover .post_card_img img {
  transform: scale(1);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1199px) {
  .single_card .download_card .post_card_img {
    min-height: 180px;
  }
}

.our-story__header .story-underline {
  position: relative;
}
.our-story__header .story-underline:after {
  content: url("http://tindallfound.wpenginepowered.com/wp-content/uploads/Story_Underline.svg");
  position: absolute;
  bottom: -10px;
  left: -5px;
}
.our-story__header p {
  margin-top: 50px !important;
  margin-bottom: 45px !important;
}

.our-story__nav {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-bottom: 80px;
}
.our-story__nav a {
  color: #2E4D0C;
  font-size: 15px;
  font-weight: 600;
}

.our-story__nav-timeline {
  color: #96C547 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.our-story__nav-timeline:hover svg {
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.our-story__nav-timeline .vertical-line {
  height: 36px;
  width: 2px;
  background: #96C547;
}

/* Timeline */
.timeline__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.timeline__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: #F6F2E9;
  padding: 20px 35px;
  border: 1px solid #DDD5B1;
  border-radius: 99px;
  width: fit-content;
}
.timeline__nav .timeline__nav-label {
  font-family: "Montserrat", sans-serif;
  padding-right: 10px;
}
.timeline__nav .timeline__nav-item {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #2E4D0C;
  color: #2E4D0C;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 99px;
  text-decoration: none;
  line-height: 1;
  transition: ease all 0.3s;
}
@media screen and (max-width: 789px) {
  .timeline__nav .timeline__nav-item {
    font-size: 16px;
  }
}
.timeline__nav .timeline__nav-item:hover {
  color: #FFFFFF;
  background: #2E4D0C;
}

.milestone__item {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}

.timeline__item {
  max-width: 1320px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
.timeline__item.timeline--right {
  flex-direction: row;
}
.timeline__item.timeline--right .timeline__content {
  padding-right: 50px;
}
.timeline__item.timeline--left {
  flex-direction: row-reverse;
}
.timeline__item.timeline--left .timeline__content {
  padding-left: 50px;
}

.timeline__content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.timeline__image {
  flex: 0 0 50%;
  width: 100%;
  height: 30vw;
  max-height: 480px;
}
.timeline__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

/* Key Events Slider */
.timeline__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(37, 66, 6, 0.2);
  margin-bottom: 40px;
}
.timeline__accordion-header .swiper-arrows {
  display: flex;
  gap: 15px;
}
.timeline__accordion-header .swiper-button-prev,
.timeline__accordion-header .swiper-button-next {
  position: relative;
  border: 1px solid #2E4D0C;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  margin: 0;
  left: 0;
  right: 0;
  display: flex;
}
.timeline__accordion-header .swiper-button-prev svg,
.timeline__accordion-header .swiper-button-next svg {
  width: 16px;
}
.timeline__accordion-header .swiper-button-prev::after,
.timeline__accordion-header .swiper-button-next::after {
  display: none !important;
}
.timeline__accordion-header .swiper-button-prev:hover svg,
.timeline__accordion-header .swiper-button-next:hover svg {
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.timeline__accordion-header .timeline__accordion-close {
  background: #2E4D0C;
  border: 1px solid #2E4D0C;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  border-radius: 99px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline__accordion-header .timeline__accordion-close:hover svg {
  transform: scale(1.05);
  transition: all 0.2s ease;
}

.timeline__key-events {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
}

.timeline__accordion-toggle {
  cursor: pointer;
  background: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #96C547;
  transition: color 0.3s ease;
}

.timeline__accordion-icon {
  background: #96C547;
  border-radius: 40px;
  padding: 10px;
  display: flex;
  transition: all 0.3s ease;
}
.timeline__accordion-icon:hover {
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.timeline__accordion-icon svg {
  width: 14px;
  height: 14px;
}

.timeline__accordion-line {
  height: 36px;
  width: 2px;
  background: #96C547;
}

.timeline__accordion-toggle.active {
  color: #2E4D0C;
}

.timeline__accordion-toggle.active .timeline__accordion-icon {
  background: #2E4D0C;
  transform: rotate(45deg);
}

.timeline__accordion-toggle.active .timeline__accordion-line {
  background: #2E4D0C;
}

.timeline__accordion-panel {
  background: #F6F2E9;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.5s ease, opacity 0.4s ease 0.1s;
}

.timeline__accordion-panel.open {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
}

.timeline__articles {
  max-width: 1320px;
  margin: auto;
  padding: 60px 20px;
}

.timeline__articles-list {
  display: grid;
  gap: 16px;
}

.timeline__article {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.timeline__article-year,
.timeline__article-inner p {
  margin-bottom: 15px;
}

.timeline__article-inner h5 {
  margin-bottom: 5px;
}

.timeline__article-inner .btn_link {
  color: #96C547;
}

.cta-pagination {
  display: flex;
  flex-wrap: wrap;
}
.cta-pagination .cta-block {
  flex: 1;
  padding: 60px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-pagination .cta-block {
    padding: 40px 20px;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cta-pagination .cta-block {
    padding: 60px 40px;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cta-pagination .cta-block {
    padding: 80px 100px;
    gap: 60px;
  }
}
.cta-pagination .cta-block.cta-block-left {
  justify-content: start;
}
.cta-pagination .cta-block.cta-block-left .cta-block__icon {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cta-pagination .cta-block.cta-block-left .cta-block__icon {
    transform: scale(0.7) translate(-5px, 0) rotate(0deg);
  }
}
.cta-pagination .cta-block.cta-block-left .cta-block__icon svg path {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .cta-pagination .cta-block.cta-block-left:hover h3, .cta-pagination .cta-block.cta-block-left:hover p {
    color: #FFFFFF;
  }
}
.cta-pagination .cta-block.cta-block-left:hover .cta-block__icon {
  transform: rotate(30deg) scale(1.1);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cta-pagination .cta-block.cta-block-left:hover .cta-block__icon {
    transform: scale(0.7) translate(-5px, 0);
  }
}
@media (min-width: 768px) {
  .cta-pagination .cta-block.cta-block-left:hover .cta-block__icon svg path {
    fill: #FFFFFF;
  }
}
.cta-pagination .cta-block.cta-block-right {
  justify-content: space-between;
}
.cta-pagination .cta-block.cta-block-right .cta-block__icon {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cta-pagination .cta-block.cta-block-right .cta-block__icon {
    transform: scale(0.7) translate(-5px, 0) rotate(0deg);
  }
}
.cta-pagination .cta-block.cta-block-right .cta-block__icon svg path {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .cta-pagination .cta-block.cta-block-right:hover h3, .cta-pagination .cta-block.cta-block-right:hover p {
    color: #FFFFFF;
  }
}
.cta-pagination .cta-block.cta-block-right:hover .cta-block__icon {
  transform: rotate(-30deg) scale(1.1);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cta-pagination .cta-block.cta-block-right:hover .cta-block__icon {
    transform: scale(0.7) translate(-5px, 0);
  }
}
@media (min-width: 768px) {
  .cta-pagination .cta-block.cta-block-right:hover .cta-block__icon svg path {
    fill: #FFFFFF;
  }
}
.cta-pagination .cta-block .cta-block__inner h3 {
  margin: 0;
  transition: color 0.3s ease-in-out;
}
.cta-pagination .cta-block .cta-block__inner .eyebrow {
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .cta-pagination .cta-block .cta-block__inner .eyebrow {
    margin: 0 0 10px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .cta-pagination .cta-block .cta-block__inner .eyebrow {
    margin: 0 0 5px;
  }
}

.cta-pagination .cta_orange {
  background: #FA643C;
}
.cta-pagination .cta_orange h3, .cta-pagination .cta_orange p {
  color: #882005;
}
.cta-pagination .cta_light_green {
  background: #96C547;
}
.cta-pagination .cta_light_green h3, .cta-pagination .cta_light_green p {
  color: #2E4D0C;
}
.cta-pagination .cta_blue {
  background: #64D2CA;
}
.cta-pagination .cta_blue h3, .cta-pagination .cta_blue p {
  color: #0C5C57;
}
.cta-pagination .cta_dark_green {
  background: #2E4D0C;
}
.cta-pagination .cta_dark_green h3, .cta-pagination .cta_dark_green p {
  color: #F6F2E9;
}

@media (min-width: 768px) {
  .cta-block__icon {
    width: 53px;
    height: 53px;
  }
}
@media (max-width: 767px) {
  .cta-block__icon {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .cta-block {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}
/* FLOATING BUTTON */
.floating-sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .floating-sidebar {
    display: none !important;
  }
}
.floating-sidebar.floating-sidebar__left {
  left: 0;
}
@media (min-width: 768px) {
  .floating-sidebar.floating-sidebar__left:hover .back-text {
    color: #FFFFFF;
  }
}
.floating-sidebar.floating-sidebar__left:hover .back-icon {
  transform: rotate(-30deg);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .floating-sidebar.floating-sidebar__left:hover .back-icon svg path {
    fill: #FFFFFF;
  }
}
.floating-sidebar.floating-sidebar__right {
  right: 0;
}
.floating-sidebar.floating-sidebar__right .back-button-container {
  transform: rotate(-180deg);
  flex-direction: column-reverse;
}
.floating-sidebar.floating-sidebar__right .back-button-container .back-icon {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .floating-sidebar.floating-sidebar__right:hover .back-text {
    color: #FFFFFF;
  }
}
.floating-sidebar.floating-sidebar__right:hover .back-icon {
  transform: rotate(210deg);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .floating-sidebar.floating-sidebar__right:hover .back-icon svg path {
    fill: #FFFFFF;
  }
}

.back-button-container {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.3s ease;
  min-width: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 10px 20px 12px;
}
.back-button-container.cta_orange {
  background: #FA643C;
}
.back-button-container.cta_orange .back-text {
  color: #882005;
}
.back-button-container.cta_light_green {
  background: #96C547;
}
.back-button-container.cta_light_green .back-text {
  color: #2E4D0C;
}
.back-button-container.cta_blue {
  background: #64D2CA;
}
.back-button-container.cta_blue .back-text {
  color: #0C5C57;
}
.back-button-container.cta_dark_green {
  background: #2E4D0C;
}
.back-button-container.cta_dark_green .back-text {
  color: #FFFFFF;
}

.back-text {
  font-family: "Montserrat", sans-serif;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 20px;
  font-weight: 560;
  text-transform: capitalize;
  user-select: none;
  transition: color 0.3s ease-in-out;
}

.back-icon {
  width: 26px;
  height: 26px;
}
.back-icon svg {
  transform: scale(0.5) translate(-50%, -50%);
}
.back-icon svg path {
  transition: fill 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .floating-sidebar {
    top: 20%;
  }
  .back-text {
    font-size: 12px;
  }
  .back-icon {
    width: 20px;
    height: 20px;
  }
  .back-icon svg {
    transform: scale(0.35) translate(-85%, -85%);
  }
  .back-icon svg path {
    transition: fill 0.3s ease-in-out;
  }
  .back-button-container {
    min-width: 40px;
    align-items: flex-end;
    gap: 12px;
    padding: 20px 10px;
  }
}
/* =========================
   NAV TOGGLE
========================= */
.nav-toggle {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-toggle .nav-toggle-btn {
  width: 24px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-toggle .bar {
  width: 100%;
  height: 3px;
  background-color: currentColor;
  border-radius: 100px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle .bar:first-child {
  transform-origin: top;
}
.nav-toggle .bar:last-child {
  transform-origin: bottom;
}
.nav-toggle.active .bar:first-child {
  transform: translateY(9px) translateX(1px) rotate(45deg);
}
.nav-toggle.active .bar:last-child {
  transform: translateY(-9px) translateX(1px) rotate(-45deg);
}
.nav-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active.theme_dark_green {
  background: #F6F2E9;
}
.nav-toggle.active.theme_dark_green .bar {
  background-color: #2E4D0C;
}
.nav-toggle.active.theme_light_green {
  background: #2E4D0C;
}
.nav-toggle.active.theme_light_green .bar {
  background-color: #96C547;
}
.nav-toggle.active.theme_orange {
  background: #882005;
}
.nav-toggle.active.theme_orange .bar {
  background-color: #FA643C;
}
.nav-toggle.theme_dark_green {
  background: #2E4D0C;
}
.nav-toggle.theme_dark_green .bar {
  background-color: #F6F2E9;
}
.nav-toggle.theme_light_green {
  background: #96C547;
}
.nav-toggle.theme_light_green .bar {
  background-color: #2E4D0C;
}
.nav-toggle.theme_orange {
  background: #FA643C;
}
.nav-toggle.theme_orange .bar {
  background-color: #882005;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 9997;
  pointer-events: none;
}

.nav-overlay__logo {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 9998;
}
.nav-overlay__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nav-overlay__stage {
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.45s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nav-overlay__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .nav-overlay__menu {
    gap: 20px;
  }
}
.nav-overlay__menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .nav-overlay__menu li a {
    font-size: 20px;
  }
}

/* ACTIVE */
.nav-overlay.active {
  pointer-events: auto;
}
.nav-overlay.active .nav-overlay__stage {
  transform: translateY(0);
}
.nav-overlay.active .nav-overlay__logo {
  opacity: 1;
}

/* =========================
    NAV LINKS
========================= */
.nav-overlay__links {
  display: flex;
  gap: 40px;
  flex-direction: column;
  font-size: 32px;
}
.nav-overlay__links a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.nav-overlay__links a:hover {
  opacity: 0.5;
}

.nav-overlay__stage.theme_dark_green {
  background: #2E4D0C;
  color: #F6F2E9;
}
.nav-overlay__stage.theme_light_green {
  background: #96C547;
  color: #2E4D0C;
}
.nav-overlay__stage.theme_light_green .nav-overlay__links a {
  color: #2E4D0C;
}
.nav-overlay__stage.theme_orange {
  background: #FA643C;
  color: #882005;
}
.nav-overlay__stage.theme_blue {
  background: #3b82f6;
  color: #fff;
}

.read_more_cd7c {
  margin: 0 auto;
  padding-top: 15px;
}
.read_more_cd7c .accordion_cd7c_width {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #2E4D0C;
}
@media (max-width: 767px) {
  .read_more_cd7c .accordion_cd7c_width {
    padding-bottom: 12px;
  }
}
.read_more_cd7c .js-read-more-faq {
  cursor: pointer;
}
.read_more_cd7c .js-read-more-toggle {
  position: relative;
}
.read_more_cd7c .js-read-more-toggle h5 {
  position: relative;
  padding-right: 30px;
  font-family: "Montserrat", sans-serif;
}
.read_more_cd7c .js-read-more-toggle h5 .read-more-label {
  display: inline-block;
}
.read_more_cd7c .js-read-more-toggle h5 svg {
  position: absolute;
  right: 0;
  top: -10px;
  width: 38px;
  height: 38px;
  border: 1px solid #2E4D0C;
  border-radius: 99px;
  padding: 8px;
  transition: transform 0.4s ease;
}
@media (max-width: 767px) {
  .read_more_cd7c .js-read-more-toggle h5 svg {
    width: 30px;
    height: 30px;
    padding: 6px;
    top: -4px;
  }
}
.read_more_cd7c .js-read-more-toggle.open h5 svg {
  transform: rotate(46deg);
}
.read_more_cd7c .js-read-more-answer {
  display: none;
  margin-bottom: 20px;
}
.read_more_cd7c .js-read-more-answer.show {
  display: block;
}

.mosaic-stats__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 340px 340px auto;
  gap: 20px;
}

.mosaic-tile {
  position: relative;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .mosaic-tile {
    border-radius: 12px;
  }
}

.mosaic-tile__content {
  position: relative;
  z-index: 2;
  padding: 30px;
}
@media (max-width: 767px) {
  .mosaic-tile__content {
    padding: 25px 20px;
  }
}
.mosaic-tile__content h3 {
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1200px) {
  .mosaic-tile__content h3 {
    font-size: 40px;
  }
}
.mosaic-tile__content p {
  color: #FFFFFF;
  margin: 0;
}

.mosaic-tile--large {
  grid-column: 1/2;
  grid-row: 1/span 2;
  min-height: 100%;
}

.mosaic-tile--small {
  grid-column: 2/3;
  min-height: 100%;
}

.mosaic-tile--wide {
  grid-column: 1/-1;
  min-height: 180px;
}
@media (min-width: 768px) {
  .mosaic-tile--wide {
    align-items: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .mosaic-stats__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .mosaic-tile {
    min-height: 220px;
  }
  .mosaic-tile--large,
  .mosaic-tile--small,
  .mosaic-tile--wide {
    grid-column: auto;
    grid-row: auto;
  }
}
.footer_desktop_baa5 {
  background-color: #96C547;
  display: block;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__left .footer_desktop_baa5__logo {
  flex: 0 0 120px;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__left a {
  text-decoration: unset;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__left h5 {
  color: #FFFFFF;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper a h5 {
  color: #FFFFFF;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower h4 {
  color: #FFFFFF;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu {
  min-width: 160px;
  width: 100%;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu ul a h6 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu h5 {
  color: #FFFFFF;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu .menu_has_children {
  flex-direction: column;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu .menu_has_children a h6 {
  display: none;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu .menu_has_children i {
  display: none;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu .menu_has_children .submenu h6 {
  display: block;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu a {
  display: inline-block;
  text-decoration: none;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu > ul > li > ul a {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu > ul > li > ul > li {
  margin-bottom: 0.5em;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu > ul > li > a {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu > ul > li > i {
  display: none;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__logo {
  flex: 1;
  max-width: 180px;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__tagline {
  flex: 1;
  padding-left: 32px;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__tagline h4 {
  line-height: 1;
  transform: translateY(0.1em);
  color: #FFFFFF;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__social a {
  display: inline-block;
  height: 27px;
  width: 26px;
  transition: all 0.2s ease;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__social a:hover {
  transform: scale(1.09);
  transition: all 0.2s ease;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__social a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__social a svg path {
  fill: #FFFFFF;
}
.footer_desktop_baa5 .footer_desktop_baa5__crumbs {
  font-size: 12px;
}
.footer_desktop_baa5 .footer_desktop_baa5__crumbs span {
  display: inline-block;
  color: #FFFFFF;
}
.footer_desktop_baa5 .footer_desktop_baa5__crumbs span:not(:last-child):after {
  content: "|";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.25em;
}
.footer_desktop_baa5 .footer_desktop_baa5__crumbs a, .footer_desktop_baa5 .footer_desktop_baa5__crumbs p {
  font-size: 12px;
  color: #FFFFFF;
  white-space: normal;
}

@media screen and (max-width: 1199px) {
  .accordion_content {
    display: none;
  }
  .accordion.open .accordion_header::after {
    transform: rotate(135deg);
    top: -2px;
    right: 7px;
  }
  .accordion.open .accordion_content {
    display: flex;
  }
  .accordion_header {
    position: relative;
    min-width: unset;
    transition: all 0.5s ease;
    height: unset;
    font-weight: 600;
    padding-right: 30px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
  }
  .accordion_header.white {
    color: #FFFFFF;
  }
  .accordion_header:before {
    background-color: #FFFFFF;
    content: "";
    border-radius: 16px;
    display: block;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
    transition: all ease 150ms;
    transform: scale(1);
  }
  .accordion_header::after {
    content: "";
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    border-top: 1px solid #96C547;
    border-right: 1px solid #96C547;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    transition: all ease 150ms;
  }
}
.footer_mobile_b5ca {
  background-color: #2E4D0C;
  color: #FFFFFF;
  display: block;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .footer_mobile_b5ca {
    display: none;
  }
}
.footer_mobile_b5ca a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer_mobile_b5ca__branding {
  display: flex;
  flex-wrap: wrap;
}

.footer_mobile_b5ca__logo {
  flex: 0 0 100px;
  margin-bottom: 24px;
}

.footer_mobile_b5ca__tagline {
  flex: 0 0 100%;
  margin-bottom: 24px;
}
.footer_mobile_b5ca__tagline h4 {
  color: #FFFFFF;
}

.footer_mobile_b5ca__crumbs {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.footer_mobile_b5ca__crumbs p, .footer_mobile_b5ca__crumbs a {
  color: #FFFFFF;
}

.footer_mobile_b5ca__menu {
  margin-bottom: 24px;
}
.footer_mobile_b5ca__menu li {
  padding: 4px 0;
}

.footer_mobile_b5ca__social {
  margin-bottom: 20px;
}
.footer_mobile_b5ca__social a {
  display: inline-block;
  height: 27px;
  width: 26px;
  margin-right: 12px;
  transition: all 0.2s ease;
}
.footer_mobile_b5ca__social a:hover {
  transform: scale(1.09);
  transition: all 0.2s ease;
}
.footer_mobile_b5ca__social a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_mobile_b5ca__social a svg path {
  fill: #FFFFFF;
}

.admin-bar .nav_desktop_b4ba {
  top: 32px;
}

.nav_desktop_b4ba {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  transition: background-color 0.4s ease-in, opacity 0.2s ease-in;
  -moz-transition: background-color 0.4s ease-in, opacity 0.2s ease-in;
  -o-transition: background-color 0.4s ease-in, opacity 0.2s ease-in;
  -webkit-transition: background-color 0.4s ease-in, opacity 0.2s ease-in;
}
@media screen and (min-width: 790px) {
  .nav_desktop_b4ba {
    display: block;
  }
}
.nav_desktop_b4ba.scrolled {
  position: fixed;
  background-color: #FFFFFF;
  transition: background-color 0.4s ease-in, opacity 0.2s ease-in;
  -moz-transition: background-color 0.4s ease-in, opacity 0.2s ease-in;
  -o-transition: background-color 0.4s ease-in, opacity 0.2s ease-in;
  -webkit-transition: background-color 0.4s ease-in, opacity 0.2s ease-in;
}

.theme_dark.nav_desktop_b4ba {
  border-bottom: 1px solid #F6F2E9;
}

.nav_desktop_b4ba__spacer {
  height: 90px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav_desktop_b4ba__spacer {
    display: block;
  }
}

.nav_desktop_b4ba__spacer.theme_dark {
  display: none !important;
}

.nav_desktop_b4ba__logo {
  position: relative;
  z-index: 2;
  flex: 0 0 250px;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme_dark .nav_desktop_b4ba__logo .logo {
  display: none;
}

.temp_light_theme .logodark {
  display: none;
}

.nav_desktop_b4ba__logo .logo {
  display: block;
  padding-top: 142px;
}

.theme_dark_space {
  display: none;
}

.nav_desktop_b4ba__navbar {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F6F2E9;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.theme_dark .nav_desktop_b4ba__navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.nav_desktop_b4ba__navbar_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.nav_desktop_b4ba__menu .submenu {
  display: none;
}

.nav_desktop_b4ba__menu > ul {
  display: flex;
}

.nav_desktop_b4ba__menu > ul > li {
  padding-left: 2em;
  font-size: 14px;
}
.nav_desktop_b4ba__menu > ul > li a {
  transition: color ease 0.3s;
  color: #96C547;
}
.nav_desktop_b4ba__menu > ul > li a:hover {
  color: #2E4D0C;
}

.theme_dark .nav_desktop_b4ba__menu > ul > li a {
  transition: color ease 0.3s;
  color: #FFFFFF;
}
.theme_dark .nav_desktop_b4ba__menu > ul > li a:hover {
  color: #2E4D0C;
}

.nav_desktop_b4ba__menu > ul > li.show_dropdown > ul.submenu {
  display: block;
}

.nav_desktop_b4ba__menu > ul > li.dropdown > ul {
  background-color: #FFFFFF;
  position: absolute;
  top: 48px;
  left: 0;
  padding: 0 16px 16px 16px;
  min-width: 160px;
  box-shadow: 0 30px 30px rgba(48, 87, 225, 0.1);
}
.nav_desktop_b4ba__menu > ul > li.dropdown > ul li {
  padding: 6px 0;
}
.nav_desktop_b4ba__menu > ul > li.dropdown > ul li a {
  font-weight: 400;
}

.nav_desktop_b4ba__dropdown_megas {
  background-color: #FFFFFF;
}

.mega_gradient {
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0) 70%, #e7effb 30%);
}

.nav_desktop_b4ba__dropdown_mega {
  display: none;
  padding: 0px 0px 0px 20px;
  margin: 0 -25px;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega {
  display: flex;
  justify-content: flex-start;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .left-menu-cont .f-row {
  width: 100%;
  gap: 15px;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .left-menu-cont .f-row .bg-img-m {
  background-size: cover;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .left-menu-cont .f-row .f-1 a {
  width: 100%;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .left-menu-cont .f-row .f-1 .location_card_img {
  height: 230px;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .left-menu-cont .f-row .f-1 .location_card_info {
  position: relative;
  padding: 20px 0px;
  background-color: transparent;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .right-menu-cont {
  padding: 30px;
  background-color: #F6F2E9;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .right-menu-cont a {
  text-decoration: none;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .right-menu-cont .bg-img-m {
  max-width: 100%;
  background-size: cover;
  min-height: 200px;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .right-menu-cont .promo-card {
  max-width: 500px;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .menu-link {
  color: #2E4D0C;
  text-decoration: underline;
}

.nav_desktop_b4ba__dropdown_mega > ul > li > a {
  font-size: 20px;
  margin-bottom: 24px;
  display: none;
}

.nav_desktop_b4ba__dropdown_mega > ul > li > ul {
  display: flex;
}

.nav_desktop_b4ba__dropdown_mega > ul > li > ul > li {
  padding-left: 2em;
}

.nav_desktop_b4ba__dropdown_mega > ul > li > ul > li > a {
  font-size: 14px;
  color: #96C547;
  margin-bottom: 0;
}

.nav_desktop_b4ba__dropdown_mega > ul > li > ul > li > ul > li > a {
  padding: 4px 0;
  font-weight: 400;
}

.nav_desktop_b4ba__dropdown_mega i {
  display: none;
}

.nav_desktop_b4ba__menu > ul > li.menu_has_children {
  padding-right: 20px;
  position: relative;
}
.nav_desktop_b4ba__menu > ul > li.menu_has_children i {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 4px;
  margin: auto;
  display: block;
  height: 4px;
  width: 7.5px;
}
.nav_desktop_b4ba__menu > ul > li.menu_has_children i svg {
  display: none;
}

.nav_desktop_b4ba__notification {
  background-color: #96C547;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.nav_desktop_b4ba__notification p {
  font-weight: 400;
  color: #FFFFFF;
}
.nav_desktop_b4ba__notification a {
  color: #FFFFFF;
}

.nav_desktop_b4ba .cta_button a {
  background-color: #2E4D0C;
  color: #FFFFFF !important;
  padding: 10px 1.5em;
}

.nav_pos {
  top: 45px;
}

.nav_hide {
  top: -50px;
}

.nav_desktop_b4ba__menu .btn-1, .nav_desktop_b4ba__menu .btn-2, .nav_desktop_b4ba__menu .btn-3 {
  display: flex;
  justify-content: center;
}
.nav_desktop_b4ba__menu .btn-1 a::after, .nav_desktop_b4ba__menu .btn-2 a::after, .nav_desktop_b4ba__menu .btn-3 a::after {
  width: 0% !important;
}
.nav_desktop_b4ba__menu .btn-1 a h6, .nav_desktop_b4ba__menu .btn-2 a h6, .nav_desktop_b4ba__menu .btn-3 a h6 {
  color: #FFFFFF;
}
.nav_desktop_b4ba__menu .btn-1:hover h6, .nav_desktop_b4ba__menu .btn-2:hover h6, .nav_desktop_b4ba__menu .btn-3:hover h6 {
  color: #96C547;
}
.nav_desktop_b4ba__menu a {
  text-decoration: none;
  position: relative;
}
.nav_desktop_b4ba__menu a::after {
  content: "";
  height: 4px;
  width: 0%;
  background-color: #96C547;
  display: block;
  position: absolute;
  left: 0;
  bottom: -40px;
  margin: auto;
  transition: width ease 150ms;
}
.nav_desktop_b4ba__menu a:hover {
  position: relative;
}
.nav_desktop_b4ba__menu a:hover h6 {
  color: #96C547 !important;
}
.nav_desktop_b4ba__menu a:hover::after {
  width: 100%;
}
.nav_desktop_b4ba__menu a.active {
  position: relative;
}
.nav_desktop_b4ba__menu a.active h6 {
  color: #96C547;
}
.nav_desktop_b4ba__menu a.active::after {
  width: 100%;
}
.nav_desktop_b4ba__menu .btn-1 a.active h6 {
  color: white;
}

.nav_mobile_e3f1__spacer {
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav_mobile_e3f1__spacer {
    display: none;
  }
}

.admin-bar .nav_mobile_e3f1 {
  top: 0;
}
@media screen and (min-width: 783px) {
  .admin-bar .nav_mobile_e3f1 {
    top: 32px;
  }
}

.nav_mobile_e3f1 {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}
@media screen and (min-width: 790px) {
  .nav_mobile_e3f1 {
    display: none;
  }
}
.nav_mobile_e3f1 a {
  color: #96C547;
  transition: all 0.3s ease;
}
.nav_mobile_e3f1 .logo_light {
  display: block;
}
.nav_mobile_e3f1 .logo_dark {
  display: none;
}

.nav_mobile_e3f1.active {
  min-height: 100dvh;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.theme_dark.nav_mobile_e3f1 a {
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.theme_dark.nav_mobile_e3f1 .logo_light {
  display: none;
}
.theme_dark.nav_mobile_e3f1 .logo_dark {
  display: block;
}

.theme_dark.nav_mobile_e3f1.active a {
  color: #96C547;
  transition: all 0.3s ease;
}
.theme_dark.nav_mobile_e3f1.active .logo_light {
  display: block;
}
.theme_dark.nav_mobile_e3f1.active .logo_dark {
  display: none;
}

.theme_dark.nav_mobile_e3f1 {
  border: none;
  background-color: rgba(225, 255, 255, 0);
  transition: all 0.3s ease;
}

.theme_dark.nav_mobile_e3f1.active {
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.nav_mobile_e3f1__notification {
  background-color: #96C547;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.nav_mobile_e3f1__notification p {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.nav_mobile_e3f1__notification a {
  color: #FFFFFF;
}

.nav_mobile_e3f1__navbar {
  padding: 10px 0px;
  background-color: rgb(255, 255, 255);
  transition: background-color 0.3s ease-in-out;
}

.theme_dark .nav_mobile_e3f1__navbar {
  background-color: rgba(225, 255, 255, 0);
  transition: background-color 0.3s ease-in-out;
}

.nav_mobile_e3f1__navbar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.nav_mobile_e3f1__logo {
  flex: 0 0 100px;
}

.nav_mobile_e3f1__trigger {
  display: block;
  height: 20px;
  width: 34px;
  position: relative;
  font-weight: 400;
}
.nav_mobile_e3f1__trigger span {
  background-color: #96C547;
  position: absolute;
  display: block;
  height: 2px;
  width: 34px;
  border-radius: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all ease 150ms;
}
.nav_mobile_e3f1__trigger span:nth-child(1) {
  transform: translateY(-8px);
}
.nav_mobile_e3f1__trigger span:nth-child(3) {
  transform: translateY(8px);
}
.nav_mobile_e3f1__trigger.active span:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
.nav_mobile_e3f1__trigger.active span:nth-child(2) {
  opacity: 0;
}
.nav_mobile_e3f1__trigger.active span:nth-child(3) {
  transform: translateY(0px) rotate(-45deg);
}

.nav_mobile_e3f1__menu {
  overflow-y: auto;
  padding: 32px 0 50px;
  display: none;
}
.nav_mobile_e3f1__menu ul {
  line-height: 3;
}
.nav_mobile_e3f1__menu ul li {
  border-bottom: 1px solid #96C547;
}
.nav_mobile_e3f1__menu ul li.active i {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.nav_mobile_e3f1__menu ul a {
  display: inline-block;
  font-size: 20px;
  user-select: none;
  font-weight: unset;
}
.nav_mobile_e3f1__menu ul svg {
  fill: #2E4D0C;
}

.scrollifrequired {
  max-height: 150px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.nav_mobile_e3f1__menu ul.submenu {
  display: none;
}

.nav_mobile_e3f1__menu li.active > ul.submenu {
  display: block;
  padding: 10px 0px 30px 0px;
  line-height: 1.4;
}
.nav_mobile_e3f1__menu li.active > ul.submenu li {
  border-bottom: none;
}
.nav_mobile_e3f1__menu li.active > ul.submenu li a {
  font-size: 16px;
  padding: 8px 0;
}

.nav_mobile_e3f1__menu li.menu_has_children {
  position: relative;
  font-size: 20px;
}
.nav_mobile_e3f1__menu li.menu_has_children:active {
  color: #2E4D0C;
}

.nav_mobile_e3f1.active {
  height: 100%;
}
.nav_mobile_e3f1.active .nav_mobile_e3f1__menu {
  display: block;
}

html.open_menu {
  overflow: hidden;
}

.navigation_slideout.theme_dark {
  background-color: unset;
}

.navigation_slideout_overlay {
  display: flex;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100dvh;
  z-index: 45;
  pointer-events: none;
  background: #2E4D0C;
  transition: all 0.3s;
}

.open_menu .navigation_slideout_overlay {
  pointer-events: all;
  opacity: 1;
  left: 0%;
}

.mobile-menu, .mobile-menu-sub {
  display: flex;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100dvh;
  z-index: 50;
  pointer-events: none;
  padding: 200px 20px 80px 20px;
  transition: all 0.3s;
}

.mobile-menu-sub {
  z-index: 52;
}

.open-menu, .close-menu {
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

.open_menu .mobile-menu {
  opacity: 1;
  pointer-events: all;
  left: 0%;
}

.open_sub_menu .mobile-menu {
  left: -100%;
  pointer-events: none;
}

.mobile-menu {
  max-width: 100%;
  overflow: auto;
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}
.mobile-menu::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari */
}

.open_sub_menu .mobile-menu-sub {
  pointer-events: all;
  opacity: 1;
  left: 0%;
}

.mobile-menu img, .mobile-menu-sub img {
  min-width: 17px;
  height: 19px;
  margin: 0px;
}
.mobile-menu img.flip, .mobile-menu-sub img.flip {
  transform: scaleX(-1);
}

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

.sublink {
  cursor: pointer;
}
.sublink .icon-arrow img {
  max-width: unset;
  padding-right: 0px;
  transition: all 0.3s ease;
}
.sublink:hover .icon-arrow img {
  padding-right: 10px;
}

.mobile-menu-inner {
  width: 100%;
}

.link_options h1, .link_options h2, .link_options h3, .link_options h4, .link_options h5, .link_options h6, .link_options h7, .link_options p {
  width: fit-content;
}

.navigation_slideout .btn-1, .navigation_slideout .btn-2, .navigation_slideout .btn-3, .navigation_slideout .btn-4, .navigation_slideout .btn-5, .navigation_slideout .btn-6 {
  min-width: 100%;
}
.navigation_slideout .mobile-menu-wrapper {
  overflow-y: scroll;
}

.menu-toggle {
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.bar {
  width: 100%;
  height: 3px;
  background-color: #2E4D0C;
  transition: transform 0.3s ease-out;
  border-radius: 100px;
}

.bar:first-child {
  transform-origin: top;
}

.bar:last-child {
  transform-origin: bottom;
}

.menu-toggle.active .bar:first-child {
  transform: translateY(11px) rotate(45deg);
}

.menu-toggle.active .bar:last-child {
  transform: translateY(-11px) rotate(-45deg);
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

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


/*# sourceMappingURL=index.css.map */