/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "Recoleta";
  src: url("Recoleta-SemiBold.56e5c69e.woff2") format("woff2"), url("Recoleta-SemiBold.a5b9b306.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Recoleta";
  src: url("Recoleta-Medium.8f7ce789.woff2") format("woff2"), url("Recoleta-Medium.7783dfd7.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  box-sizing: border-box;
}
html.no_scroll {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

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

con, .con {
  width: 100%;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.row {
  display: flex;
  flex-direction: row;
}
.row-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-1 {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.row-1-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-2 {
  display: flex;
  flex-direction: row;
  flex: 2;
}
.row-2-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-3 {
  display: flex;
  flex-direction: row;
  flex: 3;
}
.row-3-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-4 {
  display: flex;
  flex-direction: row;
  flex: 4;
}
.row-4-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-5 {
  display: flex;
  flex-direction: row;
  flex: 5;
}
.row-5-r {
  display: flex;
  flex-direction: row-reverse;
}
.row-6 {
  display: flex;
  flex-direction: row;
  flex: 6;
}
.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;
}
.col-1-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-2 {
  display: flex;
  flex-direction: column;
  flex: 2;
}
.col-2-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-3 {
  display: flex;
  flex-direction: column;
  flex: 3;
}
.col-3-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-4 {
  display: flex;
  flex-direction: column;
  flex: 4;
}
.col-4-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-5 {
  display: flex;
  flex-direction: column;
  flex: 5;
}
.col-5-r {
  display: flex;
  flex-direction: column-reverse;
}
.col-6 {
  display: flex;
  flex-direction: column;
  flex: 6;
}
.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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (6 - 1) ) / 6 ));
}

.a {
  justify-content: space-between;
}
.a-l {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.a-lt {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.a-lc {
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.a-cl {
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.a-lb {
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;
}
.a-bl {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}
.a-r {
  align-content: right;
  align-items: right;
  text-align: right;
}
.a-rt {
  justify-content: right;
  align-items: flex-start;
  text-align: right;
}
.a-tr {
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
}
.a-rc {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.a-cr {
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}
.a-ct {
  justify-content: center;
  align-items: flex-start;
}
.a-tc {
  justify-content: flex-start;
  align-items: center;
}
.a-rb {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
.a-br {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
.a-b {
  justify-content: flex-end;
  flex-wrap: wrap;
}
.a-cb {
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.a-bc {
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.a-c {
  align-content: center;
  text-align: center;
}
.a-cc {
  justify-content: center;
  align-items: center;
  text-align: center;
}

@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;
  }
  .t-row-1-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-2 {
    display: flex;
    flex-direction: row;
    flex: 2;
  }
  .t-row-2-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-3 {
    display: flex;
    flex-direction: row;
    flex: 3;
  }
  .t-row-3-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-4 {
    display: flex;
    flex-direction: row;
    flex: 4;
  }
  .t-row-4-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-5 {
    display: flex;
    flex-direction: row;
    flex: 5;
  }
  .t-row-5-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .t-row-6 {
    display: flex;
    flex-direction: row;
    flex: 6;
  }
  .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;
  }
  .t-col-1-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-2 {
    display: flex;
    flex-direction: column;
    flex: 2;
  }
  .t-col-2-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-3 {
    display: flex;
    flex-direction: column;
    flex: 3;
  }
  .t-col-3-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-4 {
    display: flex;
    flex-direction: column;
    flex: 4;
  }
  .t-col-4-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-5 {
    display: flex;
    flex-direction: column;
    flex: 5;
  }
  .t-col-5-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .t-col-6 {
    display: flex;
    flex-direction: column;
    flex: 6;
  }
  .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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (6 - 1) ) / 6 ));
  }
  .t-a {
    justify-content: space-between;
  }
  .t-a-l {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .t-a-lt {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .t-a-lc {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  .t-a-cl {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  .t-a-lb {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
  }
  .t-a-bl {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
  .t-a-r {
    align-content: right;
    align-items: right;
    text-align: right;
  }
  .t-a-rt {
    justify-content: right;
    align-items: flex-start;
    text-align: right;
  }
  .t-a-tr {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
  }
  .t-a-rc {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }
  .t-a-cr {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
  }
  .t-a-ct {
    justify-content: center;
    align-items: flex-start;
  }
  .t-a-tc {
    justify-content: flex-start;
    align-items: center;
  }
  .t-a-rb {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .t-a-br {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .t-a-b {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .t-a-cb {
    justify-content: center;
    align-items: flex-end;
    text-align: center;
  }
  .t-a-bc {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
  }
  .t-a-c {
    align-content: center;
    text-align: center;
  }
  .t-a-cc {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@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;
  }
  .m-row-1-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-2 {
    display: flex;
    flex-direction: row;
    flex: 2;
  }
  .m-row-2-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-3 {
    display: flex;
    flex-direction: row;
    flex: 3;
  }
  .m-row-3-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-4 {
    display: flex;
    flex-direction: row;
    flex: 4;
  }
  .m-row-4-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-5 {
    display: flex;
    flex-direction: row;
    flex: 5;
  }
  .m-row-5-r {
    display: flex;
    flex-direction: row-reverse;
  }
  .m-row-6 {
    display: flex;
    flex-direction: row;
    flex: 6;
  }
  .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;
  }
  .m-col-1-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-2 {
    display: flex;
    flex-direction: column;
    flex: 2;
  }
  .m-col-2-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-3 {
    display: flex;
    flex-direction: column;
    flex: 3;
  }
  .m-col-3-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-4 {
    display: flex;
    flex-direction: column;
    flex: 4;
  }
  .m-col-4-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-5 {
    display: flex;
    flex-direction: column;
    flex: 5;
  }
  .m-col-5-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-col-6 {
    display: flex;
    flex-direction: column;
    flex: 6;
  }
  .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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (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) - (( 15px * (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) - (( 20px * (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) - (( 30px * (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) - (( 40px * (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) - (( 80px * (6 - 1) ) / 6 ));
  }
  .m-a {
    justify-content: space-between;
  }
  .m-a-l {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .m-a-lt {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .m-a-lc {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  .m-a-cl {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  .m-a-lb {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
  }
  .m-a-bl {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
  .m-a-r {
    align-content: right;
    align-items: right;
    text-align: right;
  }
  .m-a-rt {
    justify-content: right;
    align-items: flex-start;
    text-align: right;
  }
  .m-a-tr {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
  }
  .m-a-rc {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }
  .m-a-cr {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
  }
  .m-a-ct {
    justify-content: center;
    align-items: flex-start;
  }
  .m-a-tc {
    justify-content: flex-start;
    align-items: center;
  }
  .m-a-rb {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .m-a-br {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .m-a-b {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .m-a-cb {
    justify-content: center;
    align-items: flex-end;
    text-align: center;
  }
  .m-a-bc {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
  }
  .m-a-c {
    align-content: center;
    text-align: center;
  }
  .m-a-cc {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.container-404 {
  height: calc(100vh - 500px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

h0, h1 {
  font-family: "Recoleta";
  letter-spacing: 0em;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #122146;
}

h2, h3, h4 {
  font-family: "Recoleta";
  letter-spacing: 0em;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #122146;
}

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

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
  color: white;
}

h0 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 78px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
    line-height: 44px;
  }
}

h2 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 1.1;
  }
}

h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

h5 {
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 12px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h7 {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
p a {
  text-decoration: underline;
}

b, strong {
  font-weight: 600;
}

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

.btn-1, .btn-2, .btn-3, .btn-4, .btn-5 {
  font-size: 13px;
  font-weight: 600;
}

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

.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 15px;
}
.p-xxssm-t {
  padding-top: 5px;
}
.p-xxssm-r {
  padding-right: 15px;
}
.p-xxssm-b {
  padding-bottom: 5px;
}
.p-xxssm-l {
  padding-left: 15px;
}
.p-xxssm-tr {
  padding-right: 15px;
  padding-top: 5px;
}
.p-xxssm-br {
  padding-right: 15px;
  padding-bottom: 5px;
}
.p-xxssm-lr {
  padding-right: 15px;
  padding-left: 5px;
}
.p-xxssm-tb {
  padding-top: 5px;
  padding-bottom: 15px;
}
.p-xxssm-bl {
  padding-left: 15px;
  padding-bottom: 5px;
}
.p-xxssm-tl {
  padding-left: 15px;
  padding-top: 5px;
}
.p-xxsmd {
  padding: 5px 20px;
}
.p-xxsmd-t {
  padding-top: 5px;
}
.p-xxsmd-r {
  padding-right: 20px;
}
.p-xxsmd-b {
  padding-bottom: 5px;
}
.p-xxsmd-l {
  padding-left: 20px;
}
.p-xxsmd-tr {
  padding-right: 20px;
  padding-top: 5px;
}
.p-xxsmd-br {
  padding-right: 20px;
  padding-bottom: 5px;
}
.p-xxsmd-lr {
  padding-right: 20px;
  padding-left: 5px;
}
.p-xxsmd-tb {
  padding-top: 5px;
  padding-bottom: 20px;
}
.p-xxsmd-bl {
  padding-left: 20px;
  padding-bottom: 5px;
}
.p-xxsmd-tl {
  padding-left: 20px;
  padding-top: 5px;
}
.p-xxslg {
  padding: 5px 30px;
}
.p-xxslg-t {
  padding-top: 5px;
}
.p-xxslg-r {
  padding-right: 30px;
}
.p-xxslg-b {
  padding-bottom: 5px;
}
.p-xxslg-l {
  padding-left: 30px;
}
.p-xxslg-tr {
  padding-right: 30px;
  padding-top: 5px;
}
.p-xxslg-br {
  padding-right: 30px;
  padding-bottom: 5px;
}
.p-xxslg-lr {
  padding-right: 30px;
  padding-left: 5px;
}
.p-xxslg-tb {
  padding-top: 5px;
  padding-bottom: 30px;
}
.p-xxslg-bl {
  padding-left: 30px;
  padding-bottom: 5px;
}
.p-xxslg-tl {
  padding-left: 30px;
  padding-top: 5px;
}
.p-xxsxl {
  padding: 5px 40px;
}
.p-xxsxl-t {
  padding-top: 5px;
}
.p-xxsxl-r {
  padding-right: 40px;
}
.p-xxsxl-b {
  padding-bottom: 5px;
}
.p-xxsxl-l {
  padding-left: 40px;
}
.p-xxsxl-tr {
  padding-right: 40px;
  padding-top: 5px;
}
.p-xxsxl-br {
  padding-right: 40px;
  padding-bottom: 5px;
}
.p-xxsxl-lr {
  padding-right: 40px;
  padding-left: 5px;
}
.p-xxsxl-tb {
  padding-top: 5px;
  padding-bottom: 40px;
}
.p-xxsxl-bl {
  padding-left: 40px;
  padding-bottom: 5px;
}
.p-xxsxl-tl {
  padding-left: 40px;
  padding-top: 5px;
}
.p-xxsxxl {
  padding: 5px 80px;
}
.p-xxsxxl-t {
  padding-top: 5px;
}
.p-xxsxxl-r {
  padding-right: 80px;
}
.p-xxsxxl-b {
  padding-bottom: 5px;
}
.p-xxsxxl-l {
  padding-left: 80px;
}
.p-xxsxxl-tr {
  padding-right: 80px;
  padding-top: 5px;
}
.p-xxsxxl-br {
  padding-right: 80px;
  padding-bottom: 5px;
}
.p-xxsxxl-lr {
  padding-right: 80px;
  padding-left: 5px;
}
.p-xxsxxl-tb {
  padding-top: 5px;
  padding-bottom: 80px;
}
.p-xxsxxl-bl {
  padding-left: 80px;
  padding-bottom: 5px;
}
.p-xxsxxl-tl {
  padding-left: 80px;
  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 15px;
}
.p-xssm-t {
  padding-top: 10px;
}
.p-xssm-r {
  padding-right: 15px;
}
.p-xssm-b {
  padding-bottom: 10px;
}
.p-xssm-l {
  padding-left: 15px;
}
.p-xssm-tr {
  padding-right: 15px;
  padding-top: 10px;
}
.p-xssm-br {
  padding-right: 15px;
  padding-bottom: 10px;
}
.p-xssm-lr {
  padding-right: 15px;
  padding-left: 10px;
}
.p-xssm-tb {
  padding-top: 10px;
  padding-bottom: 15px;
}
.p-xssm-bl {
  padding-left: 15px;
  padding-bottom: 10px;
}
.p-xssm-tl {
  padding-left: 15px;
  padding-top: 10px;
}
.p-xsmd {
  padding: 10px 20px;
}
.p-xsmd-t {
  padding-top: 10px;
}
.p-xsmd-r {
  padding-right: 20px;
}
.p-xsmd-b {
  padding-bottom: 10px;
}
.p-xsmd-l {
  padding-left: 20px;
}
.p-xsmd-tr {
  padding-right: 20px;
  padding-top: 10px;
}
.p-xsmd-br {
  padding-right: 20px;
  padding-bottom: 10px;
}
.p-xsmd-lr {
  padding-right: 20px;
  padding-left: 10px;
}
.p-xsmd-tb {
  padding-top: 10px;
  padding-bottom: 20px;
}
.p-xsmd-bl {
  padding-left: 20px;
  padding-bottom: 10px;
}
.p-xsmd-tl {
  padding-left: 20px;
  padding-top: 10px;
}
.p-xslg {
  padding: 10px 30px;
}
.p-xslg-t {
  padding-top: 10px;
}
.p-xslg-r {
  padding-right: 30px;
}
.p-xslg-b {
  padding-bottom: 10px;
}
.p-xslg-l {
  padding-left: 30px;
}
.p-xslg-tr {
  padding-right: 30px;
  padding-top: 10px;
}
.p-xslg-br {
  padding-right: 30px;
  padding-bottom: 10px;
}
.p-xslg-lr {
  padding-right: 30px;
  padding-left: 10px;
}
.p-xslg-tb {
  padding-top: 10px;
  padding-bottom: 30px;
}
.p-xslg-bl {
  padding-left: 30px;
  padding-bottom: 10px;
}
.p-xslg-tl {
  padding-left: 30px;
  padding-top: 10px;
}
.p-xsxl {
  padding: 10px 40px;
}
.p-xsxl-t {
  padding-top: 10px;
}
.p-xsxl-r {
  padding-right: 40px;
}
.p-xsxl-b {
  padding-bottom: 10px;
}
.p-xsxl-l {
  padding-left: 40px;
}
.p-xsxl-tr {
  padding-right: 40px;
  padding-top: 10px;
}
.p-xsxl-br {
  padding-right: 40px;
  padding-bottom: 10px;
}
.p-xsxl-lr {
  padding-right: 40px;
  padding-left: 10px;
}
.p-xsxl-tb {
  padding-top: 10px;
  padding-bottom: 40px;
}
.p-xsxl-bl {
  padding-left: 40px;
  padding-bottom: 10px;
}
.p-xsxl-tl {
  padding-left: 40px;
  padding-top: 10px;
}
.p-xsxxl {
  padding: 10px 80px;
}
.p-xsxxl-t {
  padding-top: 10px;
}
.p-xsxxl-r {
  padding-right: 80px;
}
.p-xsxxl-b {
  padding-bottom: 10px;
}
.p-xsxxl-l {
  padding-left: 80px;
}
.p-xsxxl-tr {
  padding-right: 80px;
  padding-top: 10px;
}
.p-xsxxl-br {
  padding-right: 80px;
  padding-bottom: 10px;
}
.p-xsxxl-lr {
  padding-right: 80px;
  padding-left: 10px;
}
.p-xsxxl-tb {
  padding-top: 10px;
  padding-bottom: 80px;
}
.p-xsxxl-bl {
  padding-left: 80px;
  padding-bottom: 10px;
}
.p-xsxxl-tl {
  padding-left: 80px;
  padding-top: 10px;
}
.p-sm {
  padding: 15px;
}
.p-sm-t {
  padding-top: 15px;
}
.p-sm-r {
  padding-right: 15px;
}
.p-sm-b {
  padding-bottom: 15px;
}
.p-sm-l {
  padding-left: 15px;
}
.p-sm-tr {
  padding-right: 15px;
  padding-top: 15px;
}
.p-sm-br {
  padding-right: 15px;
  padding-bottom: 15px;
}
.p-sm-rl, .p-sm-lr {
  padding-right: 15px;
  padding-left: 15px;
}
.p-sm-tb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-sm-bl {
  padding-left: 15px;
  padding-bottom: 15px;
}
.p-sm-tl {
  padding-left: 15px;
  padding-top: 15px;
}
.p-smxxs {
  padding: 15px 5px;
}
.p-smxxs-t {
  padding-top: 15px;
}
.p-smxxs-r {
  padding-right: 5px;
}
.p-smxxs-b {
  padding-bottom: 15px;
}
.p-smxxs-l {
  padding-left: 5px;
}
.p-smxxs-tr {
  padding-right: 5px;
  padding-top: 15px;
}
.p-smxxs-br {
  padding-right: 5px;
  padding-bottom: 15px;
}
.p-smxxs-lr {
  padding-right: 5px;
  padding-left: 15px;
}
.p-smxxs-tb {
  padding-top: 15px;
  padding-bottom: 5px;
}
.p-smxxs-bl {
  padding-left: 5px;
  padding-bottom: 15px;
}
.p-smxxs-tl {
  padding-left: 5px;
  padding-top: 15px;
}
.p-smxs {
  padding: 15px 10px;
}
.p-smxs-t {
  padding-top: 15px;
}
.p-smxs-r {
  padding-right: 10px;
}
.p-smxs-b {
  padding-bottom: 15px;
}
.p-smxs-l {
  padding-left: 10px;
}
.p-smxs-tr {
  padding-right: 10px;
  padding-top: 15px;
}
.p-smxs-br {
  padding-right: 10px;
  padding-bottom: 15px;
}
.p-smxs-lr {
  padding-right: 10px;
  padding-left: 15px;
}
.p-smxs-tb {
  padding-top: 15px;
  padding-bottom: 10px;
}
.p-smxs-bl {
  padding-left: 10px;
  padding-bottom: 15px;
}
.p-smxs-tl {
  padding-left: 10px;
  padding-top: 15px;
}
.p-smsm {
  padding: 15px 15px;
}
.p-smsm-t {
  padding-top: 15px;
}
.p-smsm-r {
  padding-right: 15px;
}
.p-smsm-b {
  padding-bottom: 15px;
}
.p-smsm-l {
  padding-left: 15px;
}
.p-smsm-tr {
  padding-right: 15px;
  padding-top: 15px;
}
.p-smsm-br {
  padding-right: 15px;
  padding-bottom: 15px;
}
.p-smsm-lr {
  padding-right: 15px;
  padding-left: 15px;
}
.p-smsm-tb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-smsm-bl {
  padding-left: 15px;
  padding-bottom: 15px;
}
.p-smsm-tl {
  padding-left: 15px;
  padding-top: 15px;
}
.p-smmd {
  padding: 15px 20px;
}
.p-smmd-t {
  padding-top: 15px;
}
.p-smmd-r {
  padding-right: 20px;
}
.p-smmd-b {
  padding-bottom: 15px;
}
.p-smmd-l {
  padding-left: 20px;
}
.p-smmd-tr {
  padding-right: 20px;
  padding-top: 15px;
}
.p-smmd-br {
  padding-right: 20px;
  padding-bottom: 15px;
}
.p-smmd-lr {
  padding-right: 20px;
  padding-left: 15px;
}
.p-smmd-tb {
  padding-top: 15px;
  padding-bottom: 20px;
}
.p-smmd-bl {
  padding-left: 20px;
  padding-bottom: 15px;
}
.p-smmd-tl {
  padding-left: 20px;
  padding-top: 15px;
}
.p-smlg {
  padding: 15px 30px;
}
.p-smlg-t {
  padding-top: 15px;
}
.p-smlg-r {
  padding-right: 30px;
}
.p-smlg-b {
  padding-bottom: 15px;
}
.p-smlg-l {
  padding-left: 30px;
}
.p-smlg-tr {
  padding-right: 30px;
  padding-top: 15px;
}
.p-smlg-br {
  padding-right: 30px;
  padding-bottom: 15px;
}
.p-smlg-lr {
  padding-right: 30px;
  padding-left: 15px;
}
.p-smlg-tb {
  padding-top: 15px;
  padding-bottom: 30px;
}
.p-smlg-bl {
  padding-left: 30px;
  padding-bottom: 15px;
}
.p-smlg-tl {
  padding-left: 30px;
  padding-top: 15px;
}
.p-smxl {
  padding: 15px 40px;
}
.p-smxl-t {
  padding-top: 15px;
}
.p-smxl-r {
  padding-right: 40px;
}
.p-smxl-b {
  padding-bottom: 15px;
}
.p-smxl-l {
  padding-left: 40px;
}
.p-smxl-tr {
  padding-right: 40px;
  padding-top: 15px;
}
.p-smxl-br {
  padding-right: 40px;
  padding-bottom: 15px;
}
.p-smxl-lr {
  padding-right: 40px;
  padding-left: 15px;
}
.p-smxl-tb {
  padding-top: 15px;
  padding-bottom: 40px;
}
.p-smxl-bl {
  padding-left: 40px;
  padding-bottom: 15px;
}
.p-smxl-tl {
  padding-left: 40px;
  padding-top: 15px;
}
.p-smxxl {
  padding: 15px 80px;
}
.p-smxxl-t {
  padding-top: 15px;
}
.p-smxxl-r {
  padding-right: 80px;
}
.p-smxxl-b {
  padding-bottom: 15px;
}
.p-smxxl-l {
  padding-left: 80px;
}
.p-smxxl-tr {
  padding-right: 80px;
  padding-top: 15px;
}
.p-smxxl-br {
  padding-right: 80px;
  padding-bottom: 15px;
}
.p-smxxl-lr {
  padding-right: 80px;
  padding-left: 15px;
}
.p-smxxl-tb {
  padding-top: 15px;
  padding-bottom: 80px;
}
.p-smxxl-bl {
  padding-left: 80px;
  padding-bottom: 15px;
}
.p-smxxl-tl {
  padding-left: 80px;
  padding-top: 15px;
}
.p-md {
  padding: 20px;
}
.p-md-t {
  padding-top: 20px;
}
.p-md-r {
  padding-right: 20px;
}
.p-md-b {
  padding-bottom: 20px;
}
.p-md-l {
  padding-left: 20px;
}
.p-md-tr {
  padding-right: 20px;
  padding-top: 20px;
}
.p-md-br {
  padding-right: 20px;
  padding-bottom: 20px;
}
.p-md-rl, .p-md-lr {
  padding-right: 20px;
  padding-left: 20px;
}
.p-md-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-md-bl {
  padding-left: 20px;
  padding-bottom: 20px;
}
.p-md-tl {
  padding-left: 20px;
  padding-top: 20px;
}
.p-mdxxs {
  padding: 20px 5px;
}
.p-mdxxs-t {
  padding-top: 20px;
}
.p-mdxxs-r {
  padding-right: 5px;
}
.p-mdxxs-b {
  padding-bottom: 20px;
}
.p-mdxxs-l {
  padding-left: 5px;
}
.p-mdxxs-tr {
  padding-right: 5px;
  padding-top: 20px;
}
.p-mdxxs-br {
  padding-right: 5px;
  padding-bottom: 20px;
}
.p-mdxxs-lr {
  padding-right: 5px;
  padding-left: 20px;
}
.p-mdxxs-tb {
  padding-top: 20px;
  padding-bottom: 5px;
}
.p-mdxxs-bl {
  padding-left: 5px;
  padding-bottom: 20px;
}
.p-mdxxs-tl {
  padding-left: 5px;
  padding-top: 20px;
}
.p-mdxs {
  padding: 20px 10px;
}
.p-mdxs-t {
  padding-top: 20px;
}
.p-mdxs-r {
  padding-right: 10px;
}
.p-mdxs-b {
  padding-bottom: 20px;
}
.p-mdxs-l {
  padding-left: 10px;
}
.p-mdxs-tr {
  padding-right: 10px;
  padding-top: 20px;
}
.p-mdxs-br {
  padding-right: 10px;
  padding-bottom: 20px;
}
.p-mdxs-lr {
  padding-right: 10px;
  padding-left: 20px;
}
.p-mdxs-tb {
  padding-top: 20px;
  padding-bottom: 10px;
}
.p-mdxs-bl {
  padding-left: 10px;
  padding-bottom: 20px;
}
.p-mdxs-tl {
  padding-left: 10px;
  padding-top: 20px;
}
.p-mdsm {
  padding: 20px 15px;
}
.p-mdsm-t {
  padding-top: 20px;
}
.p-mdsm-r {
  padding-right: 15px;
}
.p-mdsm-b {
  padding-bottom: 20px;
}
.p-mdsm-l {
  padding-left: 15px;
}
.p-mdsm-tr {
  padding-right: 15px;
  padding-top: 20px;
}
.p-mdsm-br {
  padding-right: 15px;
  padding-bottom: 20px;
}
.p-mdsm-lr {
  padding-right: 15px;
  padding-left: 20px;
}
.p-mdsm-tb {
  padding-top: 20px;
  padding-bottom: 15px;
}
.p-mdsm-bl {
  padding-left: 15px;
  padding-bottom: 20px;
}
.p-mdsm-tl {
  padding-left: 15px;
  padding-top: 20px;
}
.p-mdmd {
  padding: 20px 20px;
}
.p-mdmd-t {
  padding-top: 20px;
}
.p-mdmd-r {
  padding-right: 20px;
}
.p-mdmd-b {
  padding-bottom: 20px;
}
.p-mdmd-l {
  padding-left: 20px;
}
.p-mdmd-tr {
  padding-right: 20px;
  padding-top: 20px;
}
.p-mdmd-br {
  padding-right: 20px;
  padding-bottom: 20px;
}
.p-mdmd-lr {
  padding-right: 20px;
  padding-left: 20px;
}
.p-mdmd-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-mdmd-bl {
  padding-left: 20px;
  padding-bottom: 20px;
}
.p-mdmd-tl {
  padding-left: 20px;
  padding-top: 20px;
}
.p-mdlg {
  padding: 20px 30px;
}
.p-mdlg-t {
  padding-top: 20px;
}
.p-mdlg-r {
  padding-right: 30px;
}
.p-mdlg-b {
  padding-bottom: 20px;
}
.p-mdlg-l {
  padding-left: 30px;
}
.p-mdlg-tr {
  padding-right: 30px;
  padding-top: 20px;
}
.p-mdlg-br {
  padding-right: 30px;
  padding-bottom: 20px;
}
.p-mdlg-lr {
  padding-right: 30px;
  padding-left: 20px;
}
.p-mdlg-tb {
  padding-top: 20px;
  padding-bottom: 30px;
}
.p-mdlg-bl {
  padding-left: 30px;
  padding-bottom: 20px;
}
.p-mdlg-tl {
  padding-left: 30px;
  padding-top: 20px;
}
.p-mdxl {
  padding: 20px 40px;
}
.p-mdxl-t {
  padding-top: 20px;
}
.p-mdxl-r {
  padding-right: 40px;
}
.p-mdxl-b {
  padding-bottom: 20px;
}
.p-mdxl-l {
  padding-left: 40px;
}
.p-mdxl-tr {
  padding-right: 40px;
  padding-top: 20px;
}
.p-mdxl-br {
  padding-right: 40px;
  padding-bottom: 20px;
}
.p-mdxl-lr {
  padding-right: 40px;
  padding-left: 20px;
}
.p-mdxl-tb {
  padding-top: 20px;
  padding-bottom: 40px;
}
.p-mdxl-bl {
  padding-left: 40px;
  padding-bottom: 20px;
}
.p-mdxl-tl {
  padding-left: 40px;
  padding-top: 20px;
}
.p-mdxxl {
  padding: 20px 80px;
}
.p-mdxxl-t {
  padding-top: 20px;
}
.p-mdxxl-r {
  padding-right: 80px;
}
.p-mdxxl-b {
  padding-bottom: 20px;
}
.p-mdxxl-l {
  padding-left: 80px;
}
.p-mdxxl-tr {
  padding-right: 80px;
  padding-top: 20px;
}
.p-mdxxl-br {
  padding-right: 80px;
  padding-bottom: 20px;
}
.p-mdxxl-lr {
  padding-right: 80px;
  padding-left: 20px;
}
.p-mdxxl-tb {
  padding-top: 20px;
  padding-bottom: 80px;
}
.p-mdxxl-bl {
  padding-left: 80px;
  padding-bottom: 20px;
}
.p-mdxxl-tl {
  padding-left: 80px;
  padding-top: 20px;
}
.p-lg {
  padding: 30px;
}
.p-lg-t {
  padding-top: 30px;
}
.p-lg-r {
  padding-right: 30px;
}
.p-lg-b {
  padding-bottom: 30px;
}
.p-lg-l {
  padding-left: 30px;
}
.p-lg-tr {
  padding-right: 30px;
  padding-top: 30px;
}
.p-lg-br {
  padding-right: 30px;
  padding-bottom: 30px;
}
.p-lg-rl, .p-lg-lr {
  padding-right: 30px;
  padding-left: 30px;
}
.p-lg-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-lg-bl {
  padding-left: 30px;
  padding-bottom: 30px;
}
.p-lg-tl {
  padding-left: 30px;
  padding-top: 30px;
}
.p-lgxxs {
  padding: 30px 5px;
}
.p-lgxxs-t {
  padding-top: 30px;
}
.p-lgxxs-r {
  padding-right: 5px;
}
.p-lgxxs-b {
  padding-bottom: 30px;
}
.p-lgxxs-l {
  padding-left: 5px;
}
.p-lgxxs-tr {
  padding-right: 5px;
  padding-top: 30px;
}
.p-lgxxs-br {
  padding-right: 5px;
  padding-bottom: 30px;
}
.p-lgxxs-lr {
  padding-right: 5px;
  padding-left: 30px;
}
.p-lgxxs-tb {
  padding-top: 30px;
  padding-bottom: 5px;
}
.p-lgxxs-bl {
  padding-left: 5px;
  padding-bottom: 30px;
}
.p-lgxxs-tl {
  padding-left: 5px;
  padding-top: 30px;
}
.p-lgxs {
  padding: 30px 10px;
}
.p-lgxs-t {
  padding-top: 30px;
}
.p-lgxs-r {
  padding-right: 10px;
}
.p-lgxs-b {
  padding-bottom: 30px;
}
.p-lgxs-l {
  padding-left: 10px;
}
.p-lgxs-tr {
  padding-right: 10px;
  padding-top: 30px;
}
.p-lgxs-br {
  padding-right: 10px;
  padding-bottom: 30px;
}
.p-lgxs-lr {
  padding-right: 10px;
  padding-left: 30px;
}
.p-lgxs-tb {
  padding-top: 30px;
  padding-bottom: 10px;
}
.p-lgxs-bl {
  padding-left: 10px;
  padding-bottom: 30px;
}
.p-lgxs-tl {
  padding-left: 10px;
  padding-top: 30px;
}
.p-lgsm {
  padding: 30px 15px;
}
.p-lgsm-t {
  padding-top: 30px;
}
.p-lgsm-r {
  padding-right: 15px;
}
.p-lgsm-b {
  padding-bottom: 30px;
}
.p-lgsm-l {
  padding-left: 15px;
}
.p-lgsm-tr {
  padding-right: 15px;
  padding-top: 30px;
}
.p-lgsm-br {
  padding-right: 15px;
  padding-bottom: 30px;
}
.p-lgsm-lr {
  padding-right: 15px;
  padding-left: 30px;
}
.p-lgsm-tb {
  padding-top: 30px;
  padding-bottom: 15px;
}
.p-lgsm-bl {
  padding-left: 15px;
  padding-bottom: 30px;
}
.p-lgsm-tl {
  padding-left: 15px;
  padding-top: 30px;
}
.p-lgmd {
  padding: 30px 20px;
}
.p-lgmd-t {
  padding-top: 30px;
}
.p-lgmd-r {
  padding-right: 20px;
}
.p-lgmd-b {
  padding-bottom: 30px;
}
.p-lgmd-l {
  padding-left: 20px;
}
.p-lgmd-tr {
  padding-right: 20px;
  padding-top: 30px;
}
.p-lgmd-br {
  padding-right: 20px;
  padding-bottom: 30px;
}
.p-lgmd-lr {
  padding-right: 20px;
  padding-left: 30px;
}
.p-lgmd-tb {
  padding-top: 30px;
  padding-bottom: 20px;
}
.p-lgmd-bl {
  padding-left: 20px;
  padding-bottom: 30px;
}
.p-lgmd-tl {
  padding-left: 20px;
  padding-top: 30px;
}
.p-lglg {
  padding: 30px 30px;
}
.p-lglg-t {
  padding-top: 30px;
}
.p-lglg-r {
  padding-right: 30px;
}
.p-lglg-b {
  padding-bottom: 30px;
}
.p-lglg-l {
  padding-left: 30px;
}
.p-lglg-tr {
  padding-right: 30px;
  padding-top: 30px;
}
.p-lglg-br {
  padding-right: 30px;
  padding-bottom: 30px;
}
.p-lglg-lr {
  padding-right: 30px;
  padding-left: 30px;
}
.p-lglg-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-lglg-bl {
  padding-left: 30px;
  padding-bottom: 30px;
}
.p-lglg-tl {
  padding-left: 30px;
  padding-top: 30px;
}
.p-lgxl {
  padding: 30px 40px;
}
.p-lgxl-t {
  padding-top: 30px;
}
.p-lgxl-r {
  padding-right: 40px;
}
.p-lgxl-b {
  padding-bottom: 30px;
}
.p-lgxl-l {
  padding-left: 40px;
}
.p-lgxl-tr {
  padding-right: 40px;
  padding-top: 30px;
}
.p-lgxl-br {
  padding-right: 40px;
  padding-bottom: 30px;
}
.p-lgxl-lr {
  padding-right: 40px;
  padding-left: 30px;
}
.p-lgxl-tb {
  padding-top: 30px;
  padding-bottom: 40px;
}
.p-lgxl-bl {
  padding-left: 40px;
  padding-bottom: 30px;
}
.p-lgxl-tl {
  padding-left: 40px;
  padding-top: 30px;
}
.p-lgxxl {
  padding: 30px 80px;
}
.p-lgxxl-t {
  padding-top: 30px;
}
.p-lgxxl-r {
  padding-right: 80px;
}
.p-lgxxl-b {
  padding-bottom: 30px;
}
.p-lgxxl-l {
  padding-left: 80px;
}
.p-lgxxl-tr {
  padding-right: 80px;
  padding-top: 30px;
}
.p-lgxxl-br {
  padding-right: 80px;
  padding-bottom: 30px;
}
.p-lgxxl-lr {
  padding-right: 80px;
  padding-left: 30px;
}
.p-lgxxl-tb {
  padding-top: 30px;
  padding-bottom: 80px;
}
.p-lgxxl-bl {
  padding-left: 80px;
  padding-bottom: 30px;
}
.p-lgxxl-tl {
  padding-left: 80px;
  padding-top: 30px;
}
.p-xl {
  padding: 40px;
}
.p-xl-t {
  padding-top: 40px;
}
.p-xl-r {
  padding-right: 40px;
}
.p-xl-b {
  padding-bottom: 40px;
}
.p-xl-l {
  padding-left: 40px;
}
.p-xl-tr {
  padding-right: 40px;
  padding-top: 40px;
}
.p-xl-br {
  padding-right: 40px;
  padding-bottom: 40px;
}
.p-xl-rl, .p-xl-lr {
  padding-right: 40px;
  padding-left: 40px;
}
.p-xl-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-xl-bl {
  padding-left: 40px;
  padding-bottom: 40px;
}
.p-xl-tl {
  padding-left: 40px;
  padding-top: 40px;
}
.p-xlxxs {
  padding: 40px 5px;
}
.p-xlxxs-t {
  padding-top: 40px;
}
.p-xlxxs-r {
  padding-right: 5px;
}
.p-xlxxs-b {
  padding-bottom: 40px;
}
.p-xlxxs-l {
  padding-left: 5px;
}
.p-xlxxs-tr {
  padding-right: 5px;
  padding-top: 40px;
}
.p-xlxxs-br {
  padding-right: 5px;
  padding-bottom: 40px;
}
.p-xlxxs-lr {
  padding-right: 5px;
  padding-left: 40px;
}
.p-xlxxs-tb {
  padding-top: 40px;
  padding-bottom: 5px;
}
.p-xlxxs-bl {
  padding-left: 5px;
  padding-bottom: 40px;
}
.p-xlxxs-tl {
  padding-left: 5px;
  padding-top: 40px;
}
.p-xlxs {
  padding: 40px 10px;
}
.p-xlxs-t {
  padding-top: 40px;
}
.p-xlxs-r {
  padding-right: 10px;
}
.p-xlxs-b {
  padding-bottom: 40px;
}
.p-xlxs-l {
  padding-left: 10px;
}
.p-xlxs-tr {
  padding-right: 10px;
  padding-top: 40px;
}
.p-xlxs-br {
  padding-right: 10px;
  padding-bottom: 40px;
}
.p-xlxs-lr {
  padding-right: 10px;
  padding-left: 40px;
}
.p-xlxs-tb {
  padding-top: 40px;
  padding-bottom: 10px;
}
.p-xlxs-bl {
  padding-left: 10px;
  padding-bottom: 40px;
}
.p-xlxs-tl {
  padding-left: 10px;
  padding-top: 40px;
}
.p-xlsm {
  padding: 40px 15px;
}
.p-xlsm-t {
  padding-top: 40px;
}
.p-xlsm-r {
  padding-right: 15px;
}
.p-xlsm-b {
  padding-bottom: 40px;
}
.p-xlsm-l {
  padding-left: 15px;
}
.p-xlsm-tr {
  padding-right: 15px;
  padding-top: 40px;
}
.p-xlsm-br {
  padding-right: 15px;
  padding-bottom: 40px;
}
.p-xlsm-lr {
  padding-right: 15px;
  padding-left: 40px;
}
.p-xlsm-tb {
  padding-top: 40px;
  padding-bottom: 15px;
}
.p-xlsm-bl {
  padding-left: 15px;
  padding-bottom: 40px;
}
.p-xlsm-tl {
  padding-left: 15px;
  padding-top: 40px;
}
.p-xlmd {
  padding: 40px 20px;
}
.p-xlmd-t {
  padding-top: 40px;
}
.p-xlmd-r {
  padding-right: 20px;
}
.p-xlmd-b {
  padding-bottom: 40px;
}
.p-xlmd-l {
  padding-left: 20px;
}
.p-xlmd-tr {
  padding-right: 20px;
  padding-top: 40px;
}
.p-xlmd-br {
  padding-right: 20px;
  padding-bottom: 40px;
}
.p-xlmd-lr {
  padding-right: 20px;
  padding-left: 40px;
}
.p-xlmd-tb {
  padding-top: 40px;
  padding-bottom: 20px;
}
.p-xlmd-bl {
  padding-left: 20px;
  padding-bottom: 40px;
}
.p-xlmd-tl {
  padding-left: 20px;
  padding-top: 40px;
}
.p-xllg {
  padding: 40px 30px;
}
.p-xllg-t {
  padding-top: 40px;
}
.p-xllg-r {
  padding-right: 30px;
}
.p-xllg-b {
  padding-bottom: 40px;
}
.p-xllg-l {
  padding-left: 30px;
}
.p-xllg-tr {
  padding-right: 30px;
  padding-top: 40px;
}
.p-xllg-br {
  padding-right: 30px;
  padding-bottom: 40px;
}
.p-xllg-lr {
  padding-right: 30px;
  padding-left: 40px;
}
.p-xllg-tb {
  padding-top: 40px;
  padding-bottom: 30px;
}
.p-xllg-bl {
  padding-left: 30px;
  padding-bottom: 40px;
}
.p-xllg-tl {
  padding-left: 30px;
  padding-top: 40px;
}
.p-xlxl {
  padding: 40px 40px;
}
.p-xlxl-t {
  padding-top: 40px;
}
.p-xlxl-r {
  padding-right: 40px;
}
.p-xlxl-b {
  padding-bottom: 40px;
}
.p-xlxl-l {
  padding-left: 40px;
}
.p-xlxl-tr {
  padding-right: 40px;
  padding-top: 40px;
}
.p-xlxl-br {
  padding-right: 40px;
  padding-bottom: 40px;
}
.p-xlxl-lr {
  padding-right: 40px;
  padding-left: 40px;
}
.p-xlxl-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-xlxl-bl {
  padding-left: 40px;
  padding-bottom: 40px;
}
.p-xlxl-tl {
  padding-left: 40px;
  padding-top: 40px;
}
.p-xlxxl {
  padding: 40px 80px;
}
.p-xlxxl-t {
  padding-top: 40px;
}
.p-xlxxl-r {
  padding-right: 80px;
}
.p-xlxxl-b {
  padding-bottom: 40px;
}
.p-xlxxl-l {
  padding-left: 80px;
}
.p-xlxxl-tr {
  padding-right: 80px;
  padding-top: 40px;
}
.p-xlxxl-br {
  padding-right: 80px;
  padding-bottom: 40px;
}
.p-xlxxl-lr {
  padding-right: 80px;
  padding-left: 40px;
}
.p-xlxxl-tb {
  padding-top: 40px;
  padding-bottom: 80px;
}
.p-xlxxl-bl {
  padding-left: 80px;
  padding-bottom: 40px;
}
.p-xlxxl-tl {
  padding-left: 80px;
  padding-top: 40px;
}
.p-xxl {
  padding: 80px;
}
.p-xxl-t {
  padding-top: 80px;
}
.p-xxl-r {
  padding-right: 80px;
}
.p-xxl-b {
  padding-bottom: 80px;
}
.p-xxl-l {
  padding-left: 80px;
}
.p-xxl-tr {
  padding-right: 80px;
  padding-top: 80px;
}
.p-xxl-br {
  padding-right: 80px;
  padding-bottom: 80px;
}
.p-xxl-rl, .p-xxl-lr {
  padding-right: 80px;
  padding-left: 80px;
}
.p-xxl-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-xxl-bl {
  padding-left: 80px;
  padding-bottom: 80px;
}
.p-xxl-tl {
  padding-left: 80px;
  padding-top: 80px;
}
.p-xxlxxs {
  padding: 80px 5px;
}
.p-xxlxxs-t {
  padding-top: 80px;
}
.p-xxlxxs-r {
  padding-right: 5px;
}
.p-xxlxxs-b {
  padding-bottom: 80px;
}
.p-xxlxxs-l {
  padding-left: 5px;
}
.p-xxlxxs-tr {
  padding-right: 5px;
  padding-top: 80px;
}
.p-xxlxxs-br {
  padding-right: 5px;
  padding-bottom: 80px;
}
.p-xxlxxs-lr {
  padding-right: 5px;
  padding-left: 80px;
}
.p-xxlxxs-tb {
  padding-top: 80px;
  padding-bottom: 5px;
}
.p-xxlxxs-bl {
  padding-left: 5px;
  padding-bottom: 80px;
}
.p-xxlxxs-tl {
  padding-left: 5px;
  padding-top: 80px;
}
.p-xxlxs {
  padding: 80px 10px;
}
.p-xxlxs-t {
  padding-top: 80px;
}
.p-xxlxs-r {
  padding-right: 10px;
}
.p-xxlxs-b {
  padding-bottom: 80px;
}
.p-xxlxs-l {
  padding-left: 10px;
}
.p-xxlxs-tr {
  padding-right: 10px;
  padding-top: 80px;
}
.p-xxlxs-br {
  padding-right: 10px;
  padding-bottom: 80px;
}
.p-xxlxs-lr {
  padding-right: 10px;
  padding-left: 80px;
}
.p-xxlxs-tb {
  padding-top: 80px;
  padding-bottom: 10px;
}
.p-xxlxs-bl {
  padding-left: 10px;
  padding-bottom: 80px;
}
.p-xxlxs-tl {
  padding-left: 10px;
  padding-top: 80px;
}
.p-xxlsm {
  padding: 80px 15px;
}
.p-xxlsm-t {
  padding-top: 80px;
}
.p-xxlsm-r {
  padding-right: 15px;
}
.p-xxlsm-b {
  padding-bottom: 80px;
}
.p-xxlsm-l {
  padding-left: 15px;
}
.p-xxlsm-tr {
  padding-right: 15px;
  padding-top: 80px;
}
.p-xxlsm-br {
  padding-right: 15px;
  padding-bottom: 80px;
}
.p-xxlsm-lr {
  padding-right: 15px;
  padding-left: 80px;
}
.p-xxlsm-tb {
  padding-top: 80px;
  padding-bottom: 15px;
}
.p-xxlsm-bl {
  padding-left: 15px;
  padding-bottom: 80px;
}
.p-xxlsm-tl {
  padding-left: 15px;
  padding-top: 80px;
}
.p-xxlmd {
  padding: 80px 20px;
}
.p-xxlmd-t {
  padding-top: 80px;
}
.p-xxlmd-r {
  padding-right: 20px;
}
.p-xxlmd-b {
  padding-bottom: 80px;
}
.p-xxlmd-l {
  padding-left: 20px;
}
.p-xxlmd-tr {
  padding-right: 20px;
  padding-top: 80px;
}
.p-xxlmd-br {
  padding-right: 20px;
  padding-bottom: 80px;
}
.p-xxlmd-lr {
  padding-right: 20px;
  padding-left: 80px;
}
.p-xxlmd-tb {
  padding-top: 80px;
  padding-bottom: 20px;
}
.p-xxlmd-bl {
  padding-left: 20px;
  padding-bottom: 80px;
}
.p-xxlmd-tl {
  padding-left: 20px;
  padding-top: 80px;
}
.p-xxllg {
  padding: 80px 30px;
}
.p-xxllg-t {
  padding-top: 80px;
}
.p-xxllg-r {
  padding-right: 30px;
}
.p-xxllg-b {
  padding-bottom: 80px;
}
.p-xxllg-l {
  padding-left: 30px;
}
.p-xxllg-tr {
  padding-right: 30px;
  padding-top: 80px;
}
.p-xxllg-br {
  padding-right: 30px;
  padding-bottom: 80px;
}
.p-xxllg-lr {
  padding-right: 30px;
  padding-left: 80px;
}
.p-xxllg-tb {
  padding-top: 80px;
  padding-bottom: 30px;
}
.p-xxllg-bl {
  padding-left: 30px;
  padding-bottom: 80px;
}
.p-xxllg-tl {
  padding-left: 30px;
  padding-top: 80px;
}
.p-xxlxl {
  padding: 80px 40px;
}
.p-xxlxl-t {
  padding-top: 80px;
}
.p-xxlxl-r {
  padding-right: 40px;
}
.p-xxlxl-b {
  padding-bottom: 80px;
}
.p-xxlxl-l {
  padding-left: 40px;
}
.p-xxlxl-tr {
  padding-right: 40px;
  padding-top: 80px;
}
.p-xxlxl-br {
  padding-right: 40px;
  padding-bottom: 80px;
}
.p-xxlxl-lr {
  padding-right: 40px;
  padding-left: 80px;
}
.p-xxlxl-tb {
  padding-top: 80px;
  padding-bottom: 40px;
}
.p-xxlxl-bl {
  padding-left: 40px;
  padding-bottom: 80px;
}
.p-xxlxl-tl {
  padding-left: 40px;
  padding-top: 80px;
}
.p-xxlxxl {
  padding: 80px 80px;
}
.p-xxlxxl-t {
  padding-top: 80px;
}
.p-xxlxxl-r {
  padding-right: 80px;
}
.p-xxlxxl-b {
  padding-bottom: 80px;
}
.p-xxlxxl-l {
  padding-left: 80px;
}
.p-xxlxxl-tr {
  padding-right: 80px;
  padding-top: 80px;
}
.p-xxlxxl-br {
  padding-right: 80px;
  padding-bottom: 80px;
}
.p-xxlxxl-lr {
  padding-right: 80px;
  padding-left: 80px;
}
.p-xxlxxl-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-xxlxxl-bl {
  padding-left: 80px;
  padding-bottom: 80px;
}
.p-xxlxxl-tl {
  padding-left: 80px;
  padding-top: 80px;
}
.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 15px;
}
.m-xxssm-t {
  margin-top: 5px;
}
.m-xxssm-r {
  margin-right: 15px;
}
.m-xxssm-b {
  margin-bottom: 5px;
}
.m-xxssm-l {
  margin-left: 15px;
}
.m-xxssm-tr {
  margin-right: 15px;
  margin-top: 5px;
}
.m-xxssm-br {
  margin-right: 15px;
  margin-bottom: 5px;
}
.m-xxssm-lr {
  margin-right: 15px;
  margin-left: 5px;
}
.m-xxssm-tb {
  margin-top: 5px;
  margin-bottom: 15px;
}
.m-xxssm-bl {
  margin-left: 15px;
  margin-bottom: 5px;
}
.m-xxssm-tl {
  margin-left: 15px;
  margin-top: 5px;
}
.m-xxsmd {
  margin: 5px 20px;
}
.m-xxsmd-t {
  margin-top: 5px;
}
.m-xxsmd-r {
  margin-right: 20px;
}
.m-xxsmd-b {
  margin-bottom: 5px;
}
.m-xxsmd-l {
  margin-left: 20px;
}
.m-xxsmd-tr {
  margin-right: 20px;
  margin-top: 5px;
}
.m-xxsmd-br {
  margin-right: 20px;
  margin-bottom: 5px;
}
.m-xxsmd-lr {
  margin-right: 20px;
  margin-left: 5px;
}
.m-xxsmd-tb {
  margin-top: 5px;
  margin-bottom: 20px;
}
.m-xxsmd-bl {
  margin-left: 20px;
  margin-bottom: 5px;
}
.m-xxsmd-tl {
  margin-left: 20px;
  margin-top: 5px;
}
.m-xxslg {
  margin: 5px 30px;
}
.m-xxslg-t {
  margin-top: 5px;
}
.m-xxslg-r {
  margin-right: 30px;
}
.m-xxslg-b {
  margin-bottom: 5px;
}
.m-xxslg-l {
  margin-left: 30px;
}
.m-xxslg-tr {
  margin-right: 30px;
  margin-top: 5px;
}
.m-xxslg-br {
  margin-right: 30px;
  margin-bottom: 5px;
}
.m-xxslg-lr {
  margin-right: 30px;
  margin-left: 5px;
}
.m-xxslg-tb {
  margin-top: 5px;
  margin-bottom: 30px;
}
.m-xxslg-bl {
  margin-left: 30px;
  margin-bottom: 5px;
}
.m-xxslg-tl {
  margin-left: 30px;
  margin-top: 5px;
}
.m-xxsxl {
  margin: 5px 40px;
}
.m-xxsxl-t {
  margin-top: 5px;
}
.m-xxsxl-r {
  margin-right: 40px;
}
.m-xxsxl-b {
  margin-bottom: 5px;
}
.m-xxsxl-l {
  margin-left: 40px;
}
.m-xxsxl-tr {
  margin-right: 40px;
  margin-top: 5px;
}
.m-xxsxl-br {
  margin-right: 40px;
  margin-bottom: 5px;
}
.m-xxsxl-lr {
  margin-right: 40px;
  margin-left: 5px;
}
.m-xxsxl-tb {
  margin-top: 5px;
  margin-bottom: 40px;
}
.m-xxsxl-bl {
  margin-left: 40px;
  margin-bottom: 5px;
}
.m-xxsxl-tl {
  margin-left: 40px;
  margin-top: 5px;
}
.m-xxsxxl {
  margin: 5px 80px;
}
.m-xxsxxl-t {
  margin-top: 5px;
}
.m-xxsxxl-r {
  margin-right: 80px;
}
.m-xxsxxl-b {
  margin-bottom: 5px;
}
.m-xxsxxl-l {
  margin-left: 80px;
}
.m-xxsxxl-tr {
  margin-right: 80px;
  margin-top: 5px;
}
.m-xxsxxl-br {
  margin-right: 80px;
  margin-bottom: 5px;
}
.m-xxsxxl-lr {
  margin-right: 80px;
  margin-left: 5px;
}
.m-xxsxxl-tb {
  margin-top: 5px;
  margin-bottom: 80px;
}
.m-xxsxxl-bl {
  margin-left: 80px;
  margin-bottom: 5px;
}
.m-xxsxxl-tl {
  margin-left: 80px;
  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 15px;
}
.m-xssm-t {
  margin-top: 10px;
}
.m-xssm-r {
  margin-right: 15px;
}
.m-xssm-b {
  margin-bottom: 10px;
}
.m-xssm-l {
  margin-left: 15px;
}
.m-xssm-tr {
  margin-right: 15px;
  margin-top: 10px;
}
.m-xssm-br {
  margin-right: 15px;
  margin-bottom: 10px;
}
.m-xssm-lr {
  margin-right: 15px;
  margin-left: 10px;
}
.m-xssm-tb {
  margin-top: 10px;
  margin-bottom: 15px;
}
.m-xssm-bl {
  margin-left: 15px;
  margin-bottom: 10px;
}
.m-xssm-tl {
  margin-left: 15px;
  margin-top: 10px;
}
.m-xsmd {
  margin: 10px 20px;
}
.m-xsmd-t {
  margin-top: 10px;
}
.m-xsmd-r {
  margin-right: 20px;
}
.m-xsmd-b {
  margin-bottom: 10px;
}
.m-xsmd-l {
  margin-left: 20px;
}
.m-xsmd-tr {
  margin-right: 20px;
  margin-top: 10px;
}
.m-xsmd-br {
  margin-right: 20px;
  margin-bottom: 10px;
}
.m-xsmd-lr {
  margin-right: 20px;
  margin-left: 10px;
}
.m-xsmd-tb {
  margin-top: 10px;
  margin-bottom: 20px;
}
.m-xsmd-bl {
  margin-left: 20px;
  margin-bottom: 10px;
}
.m-xsmd-tl {
  margin-left: 20px;
  margin-top: 10px;
}
.m-xslg {
  margin: 10px 30px;
}
.m-xslg-t {
  margin-top: 10px;
}
.m-xslg-r {
  margin-right: 30px;
}
.m-xslg-b {
  margin-bottom: 10px;
}
.m-xslg-l {
  margin-left: 30px;
}
.m-xslg-tr {
  margin-right: 30px;
  margin-top: 10px;
}
.m-xslg-br {
  margin-right: 30px;
  margin-bottom: 10px;
}
.m-xslg-lr {
  margin-right: 30px;
  margin-left: 10px;
}
.m-xslg-tb {
  margin-top: 10px;
  margin-bottom: 30px;
}
.m-xslg-bl {
  margin-left: 30px;
  margin-bottom: 10px;
}
.m-xslg-tl {
  margin-left: 30px;
  margin-top: 10px;
}
.m-xsxl {
  margin: 10px 40px;
}
.m-xsxl-t {
  margin-top: 10px;
}
.m-xsxl-r {
  margin-right: 40px;
}
.m-xsxl-b {
  margin-bottom: 10px;
}
.m-xsxl-l {
  margin-left: 40px;
}
.m-xsxl-tr {
  margin-right: 40px;
  margin-top: 10px;
}
.m-xsxl-br {
  margin-right: 40px;
  margin-bottom: 10px;
}
.m-xsxl-lr {
  margin-right: 40px;
  margin-left: 10px;
}
.m-xsxl-tb {
  margin-top: 10px;
  margin-bottom: 40px;
}
.m-xsxl-bl {
  margin-left: 40px;
  margin-bottom: 10px;
}
.m-xsxl-tl {
  margin-left: 40px;
  margin-top: 10px;
}
.m-xsxxl {
  margin: 10px 80px;
}
.m-xsxxl-t {
  margin-top: 10px;
}
.m-xsxxl-r {
  margin-right: 80px;
}
.m-xsxxl-b {
  margin-bottom: 10px;
}
.m-xsxxl-l {
  margin-left: 80px;
}
.m-xsxxl-tr {
  margin-right: 80px;
  margin-top: 10px;
}
.m-xsxxl-br {
  margin-right: 80px;
  margin-bottom: 10px;
}
.m-xsxxl-lr {
  margin-right: 80px;
  margin-left: 10px;
}
.m-xsxxl-tb {
  margin-top: 10px;
  margin-bottom: 80px;
}
.m-xsxxl-bl {
  margin-left: 80px;
  margin-bottom: 10px;
}
.m-xsxxl-tl {
  margin-left: 80px;
  margin-top: 10px;
}
.m-sm {
  margin: 15px;
}
.m-sm-t {
  margin-top: 15px;
}
.m-sm-r {
  margin-right: 15px;
}
.m-sm-b {
  margin-bottom: 15px;
}
.m-sm-l {
  margin-left: 15px;
}
.m-sm-tr {
  margin-right: 15px;
  margin-top: 15px;
}
.m-sm-br {
  margin-right: 15px;
  margin-bottom: 15px;
}
.m-sm-rl, .m-sm-lr {
  margin-right: 15px;
  margin-left: 15px;
}
.m-sm-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-sm-bl {
  margin-left: 15px;
  margin-bottom: 15px;
}
.m-sm-tl {
  margin-left: 15px;
  margin-top: 15px;
}
.m-smxxs {
  margin: 15px 5px;
}
.m-smxxs-t {
  margin-top: 15px;
}
.m-smxxs-r {
  margin-right: 5px;
}
.m-smxxs-b {
  margin-bottom: 15px;
}
.m-smxxs-l {
  margin-left: 5px;
}
.m-smxxs-tr {
  margin-right: 5px;
  margin-top: 15px;
}
.m-smxxs-br {
  margin-right: 5px;
  margin-bottom: 15px;
}
.m-smxxs-lr {
  margin-right: 5px;
  margin-left: 15px;
}
.m-smxxs-tb {
  margin-top: 15px;
  margin-bottom: 5px;
}
.m-smxxs-bl {
  margin-left: 5px;
  margin-bottom: 15px;
}
.m-smxxs-tl {
  margin-left: 5px;
  margin-top: 15px;
}
.m-smxs {
  margin: 15px 10px;
}
.m-smxs-t {
  margin-top: 15px;
}
.m-smxs-r {
  margin-right: 10px;
}
.m-smxs-b {
  margin-bottom: 15px;
}
.m-smxs-l {
  margin-left: 10px;
}
.m-smxs-tr {
  margin-right: 10px;
  margin-top: 15px;
}
.m-smxs-br {
  margin-right: 10px;
  margin-bottom: 15px;
}
.m-smxs-lr {
  margin-right: 10px;
  margin-left: 15px;
}
.m-smxs-tb {
  margin-top: 15px;
  margin-bottom: 10px;
}
.m-smxs-bl {
  margin-left: 10px;
  margin-bottom: 15px;
}
.m-smxs-tl {
  margin-left: 10px;
  margin-top: 15px;
}
.m-smsm {
  margin: 15px 15px;
}
.m-smsm-t {
  margin-top: 15px;
}
.m-smsm-r {
  margin-right: 15px;
}
.m-smsm-b {
  margin-bottom: 15px;
}
.m-smsm-l {
  margin-left: 15px;
}
.m-smsm-tr {
  margin-right: 15px;
  margin-top: 15px;
}
.m-smsm-br {
  margin-right: 15px;
  margin-bottom: 15px;
}
.m-smsm-lr {
  margin-right: 15px;
  margin-left: 15px;
}
.m-smsm-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-smsm-bl {
  margin-left: 15px;
  margin-bottom: 15px;
}
.m-smsm-tl {
  margin-left: 15px;
  margin-top: 15px;
}
.m-smmd {
  margin: 15px 20px;
}
.m-smmd-t {
  margin-top: 15px;
}
.m-smmd-r {
  margin-right: 20px;
}
.m-smmd-b {
  margin-bottom: 15px;
}
.m-smmd-l {
  margin-left: 20px;
}
.m-smmd-tr {
  margin-right: 20px;
  margin-top: 15px;
}
.m-smmd-br {
  margin-right: 20px;
  margin-bottom: 15px;
}
.m-smmd-lr {
  margin-right: 20px;
  margin-left: 15px;
}
.m-smmd-tb {
  margin-top: 15px;
  margin-bottom: 20px;
}
.m-smmd-bl {
  margin-left: 20px;
  margin-bottom: 15px;
}
.m-smmd-tl {
  margin-left: 20px;
  margin-top: 15px;
}
.m-smlg {
  margin: 15px 30px;
}
.m-smlg-t {
  margin-top: 15px;
}
.m-smlg-r {
  margin-right: 30px;
}
.m-smlg-b {
  margin-bottom: 15px;
}
.m-smlg-l {
  margin-left: 30px;
}
.m-smlg-tr {
  margin-right: 30px;
  margin-top: 15px;
}
.m-smlg-br {
  margin-right: 30px;
  margin-bottom: 15px;
}
.m-smlg-lr {
  margin-right: 30px;
  margin-left: 15px;
}
.m-smlg-tb {
  margin-top: 15px;
  margin-bottom: 30px;
}
.m-smlg-bl {
  margin-left: 30px;
  margin-bottom: 15px;
}
.m-smlg-tl {
  margin-left: 30px;
  margin-top: 15px;
}
.m-smxl {
  margin: 15px 40px;
}
.m-smxl-t {
  margin-top: 15px;
}
.m-smxl-r {
  margin-right: 40px;
}
.m-smxl-b {
  margin-bottom: 15px;
}
.m-smxl-l {
  margin-left: 40px;
}
.m-smxl-tr {
  margin-right: 40px;
  margin-top: 15px;
}
.m-smxl-br {
  margin-right: 40px;
  margin-bottom: 15px;
}
.m-smxl-lr {
  margin-right: 40px;
  margin-left: 15px;
}
.m-smxl-tb {
  margin-top: 15px;
  margin-bottom: 40px;
}
.m-smxl-bl {
  margin-left: 40px;
  margin-bottom: 15px;
}
.m-smxl-tl {
  margin-left: 40px;
  margin-top: 15px;
}
.m-smxxl {
  margin: 15px 80px;
}
.m-smxxl-t {
  margin-top: 15px;
}
.m-smxxl-r {
  margin-right: 80px;
}
.m-smxxl-b {
  margin-bottom: 15px;
}
.m-smxxl-l {
  margin-left: 80px;
}
.m-smxxl-tr {
  margin-right: 80px;
  margin-top: 15px;
}
.m-smxxl-br {
  margin-right: 80px;
  margin-bottom: 15px;
}
.m-smxxl-lr {
  margin-right: 80px;
  margin-left: 15px;
}
.m-smxxl-tb {
  margin-top: 15px;
  margin-bottom: 80px;
}
.m-smxxl-bl {
  margin-left: 80px;
  margin-bottom: 15px;
}
.m-smxxl-tl {
  margin-left: 80px;
  margin-top: 15px;
}
.m-md {
  margin: 20px;
}
.m-md-t {
  margin-top: 20px;
}
.m-md-r {
  margin-right: 20px;
}
.m-md-b {
  margin-bottom: 20px;
}
.m-md-l {
  margin-left: 20px;
}
.m-md-tr {
  margin-right: 20px;
  margin-top: 20px;
}
.m-md-br {
  margin-right: 20px;
  margin-bottom: 20px;
}
.m-md-rl, .m-md-lr {
  margin-right: 20px;
  margin-left: 20px;
}
.m-md-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-md-bl {
  margin-left: 20px;
  margin-bottom: 20px;
}
.m-md-tl {
  margin-left: 20px;
  margin-top: 20px;
}
.m-mdxxs {
  margin: 20px 5px;
}
.m-mdxxs-t {
  margin-top: 20px;
}
.m-mdxxs-r {
  margin-right: 5px;
}
.m-mdxxs-b {
  margin-bottom: 20px;
}
.m-mdxxs-l {
  margin-left: 5px;
}
.m-mdxxs-tr {
  margin-right: 5px;
  margin-top: 20px;
}
.m-mdxxs-br {
  margin-right: 5px;
  margin-bottom: 20px;
}
.m-mdxxs-lr {
  margin-right: 5px;
  margin-left: 20px;
}
.m-mdxxs-tb {
  margin-top: 20px;
  margin-bottom: 5px;
}
.m-mdxxs-bl {
  margin-left: 5px;
  margin-bottom: 20px;
}
.m-mdxxs-tl {
  margin-left: 5px;
  margin-top: 20px;
}
.m-mdxs {
  margin: 20px 10px;
}
.m-mdxs-t {
  margin-top: 20px;
}
.m-mdxs-r {
  margin-right: 10px;
}
.m-mdxs-b {
  margin-bottom: 20px;
}
.m-mdxs-l {
  margin-left: 10px;
}
.m-mdxs-tr {
  margin-right: 10px;
  margin-top: 20px;
}
.m-mdxs-br {
  margin-right: 10px;
  margin-bottom: 20px;
}
.m-mdxs-lr {
  margin-right: 10px;
  margin-left: 20px;
}
.m-mdxs-tb {
  margin-top: 20px;
  margin-bottom: 10px;
}
.m-mdxs-bl {
  margin-left: 10px;
  margin-bottom: 20px;
}
.m-mdxs-tl {
  margin-left: 10px;
  margin-top: 20px;
}
.m-mdsm {
  margin: 20px 15px;
}
.m-mdsm-t {
  margin-top: 20px;
}
.m-mdsm-r {
  margin-right: 15px;
}
.m-mdsm-b {
  margin-bottom: 20px;
}
.m-mdsm-l {
  margin-left: 15px;
}
.m-mdsm-tr {
  margin-right: 15px;
  margin-top: 20px;
}
.m-mdsm-br {
  margin-right: 15px;
  margin-bottom: 20px;
}
.m-mdsm-lr {
  margin-right: 15px;
  margin-left: 20px;
}
.m-mdsm-tb {
  margin-top: 20px;
  margin-bottom: 15px;
}
.m-mdsm-bl {
  margin-left: 15px;
  margin-bottom: 20px;
}
.m-mdsm-tl {
  margin-left: 15px;
  margin-top: 20px;
}
.m-mdmd {
  margin: 20px 20px;
}
.m-mdmd-t {
  margin-top: 20px;
}
.m-mdmd-r {
  margin-right: 20px;
}
.m-mdmd-b {
  margin-bottom: 20px;
}
.m-mdmd-l {
  margin-left: 20px;
}
.m-mdmd-tr {
  margin-right: 20px;
  margin-top: 20px;
}
.m-mdmd-br {
  margin-right: 20px;
  margin-bottom: 20px;
}
.m-mdmd-lr {
  margin-right: 20px;
  margin-left: 20px;
}
.m-mdmd-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-mdmd-bl {
  margin-left: 20px;
  margin-bottom: 20px;
}
.m-mdmd-tl {
  margin-left: 20px;
  margin-top: 20px;
}
.m-mdlg {
  margin: 20px 30px;
}
.m-mdlg-t {
  margin-top: 20px;
}
.m-mdlg-r {
  margin-right: 30px;
}
.m-mdlg-b {
  margin-bottom: 20px;
}
.m-mdlg-l {
  margin-left: 30px;
}
.m-mdlg-tr {
  margin-right: 30px;
  margin-top: 20px;
}
.m-mdlg-br {
  margin-right: 30px;
  margin-bottom: 20px;
}
.m-mdlg-lr {
  margin-right: 30px;
  margin-left: 20px;
}
.m-mdlg-tb {
  margin-top: 20px;
  margin-bottom: 30px;
}
.m-mdlg-bl {
  margin-left: 30px;
  margin-bottom: 20px;
}
.m-mdlg-tl {
  margin-left: 30px;
  margin-top: 20px;
}
.m-mdxl {
  margin: 20px 40px;
}
.m-mdxl-t {
  margin-top: 20px;
}
.m-mdxl-r {
  margin-right: 40px;
}
.m-mdxl-b {
  margin-bottom: 20px;
}
.m-mdxl-l {
  margin-left: 40px;
}
.m-mdxl-tr {
  margin-right: 40px;
  margin-top: 20px;
}
.m-mdxl-br {
  margin-right: 40px;
  margin-bottom: 20px;
}
.m-mdxl-lr {
  margin-right: 40px;
  margin-left: 20px;
}
.m-mdxl-tb {
  margin-top: 20px;
  margin-bottom: 40px;
}
.m-mdxl-bl {
  margin-left: 40px;
  margin-bottom: 20px;
}
.m-mdxl-tl {
  margin-left: 40px;
  margin-top: 20px;
}
.m-mdxxl {
  margin: 20px 80px;
}
.m-mdxxl-t {
  margin-top: 20px;
}
.m-mdxxl-r {
  margin-right: 80px;
}
.m-mdxxl-b {
  margin-bottom: 20px;
}
.m-mdxxl-l {
  margin-left: 80px;
}
.m-mdxxl-tr {
  margin-right: 80px;
  margin-top: 20px;
}
.m-mdxxl-br {
  margin-right: 80px;
  margin-bottom: 20px;
}
.m-mdxxl-lr {
  margin-right: 80px;
  margin-left: 20px;
}
.m-mdxxl-tb {
  margin-top: 20px;
  margin-bottom: 80px;
}
.m-mdxxl-bl {
  margin-left: 80px;
  margin-bottom: 20px;
}
.m-mdxxl-tl {
  margin-left: 80px;
  margin-top: 20px;
}
.m-lg {
  margin: 30px;
}
.m-lg-t {
  margin-top: 30px;
}
.m-lg-r {
  margin-right: 30px;
}
.m-lg-b {
  margin-bottom: 30px;
}
.m-lg-l {
  margin-left: 30px;
}
.m-lg-tr {
  margin-right: 30px;
  margin-top: 30px;
}
.m-lg-br {
  margin-right: 30px;
  margin-bottom: 30px;
}
.m-lg-rl, .m-lg-lr {
  margin-right: 30px;
  margin-left: 30px;
}
.m-lg-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-lg-bl {
  margin-left: 30px;
  margin-bottom: 30px;
}
.m-lg-tl {
  margin-left: 30px;
  margin-top: 30px;
}
.m-lgxxs {
  margin: 30px 5px;
}
.m-lgxxs-t {
  margin-top: 30px;
}
.m-lgxxs-r {
  margin-right: 5px;
}
.m-lgxxs-b {
  margin-bottom: 30px;
}
.m-lgxxs-l {
  margin-left: 5px;
}
.m-lgxxs-tr {
  margin-right: 5px;
  margin-top: 30px;
}
.m-lgxxs-br {
  margin-right: 5px;
  margin-bottom: 30px;
}
.m-lgxxs-lr {
  margin-right: 5px;
  margin-left: 30px;
}
.m-lgxxs-tb {
  margin-top: 30px;
  margin-bottom: 5px;
}
.m-lgxxs-bl {
  margin-left: 5px;
  margin-bottom: 30px;
}
.m-lgxxs-tl {
  margin-left: 5px;
  margin-top: 30px;
}
.m-lgxs {
  margin: 30px 10px;
}
.m-lgxs-t {
  margin-top: 30px;
}
.m-lgxs-r {
  margin-right: 10px;
}
.m-lgxs-b {
  margin-bottom: 30px;
}
.m-lgxs-l {
  margin-left: 10px;
}
.m-lgxs-tr {
  margin-right: 10px;
  margin-top: 30px;
}
.m-lgxs-br {
  margin-right: 10px;
  margin-bottom: 30px;
}
.m-lgxs-lr {
  margin-right: 10px;
  margin-left: 30px;
}
.m-lgxs-tb {
  margin-top: 30px;
  margin-bottom: 10px;
}
.m-lgxs-bl {
  margin-left: 10px;
  margin-bottom: 30px;
}
.m-lgxs-tl {
  margin-left: 10px;
  margin-top: 30px;
}
.m-lgsm {
  margin: 30px 15px;
}
.m-lgsm-t {
  margin-top: 30px;
}
.m-lgsm-r {
  margin-right: 15px;
}
.m-lgsm-b {
  margin-bottom: 30px;
}
.m-lgsm-l {
  margin-left: 15px;
}
.m-lgsm-tr {
  margin-right: 15px;
  margin-top: 30px;
}
.m-lgsm-br {
  margin-right: 15px;
  margin-bottom: 30px;
}
.m-lgsm-lr {
  margin-right: 15px;
  margin-left: 30px;
}
.m-lgsm-tb {
  margin-top: 30px;
  margin-bottom: 15px;
}
.m-lgsm-bl {
  margin-left: 15px;
  margin-bottom: 30px;
}
.m-lgsm-tl {
  margin-left: 15px;
  margin-top: 30px;
}
.m-lgmd {
  margin: 30px 20px;
}
.m-lgmd-t {
  margin-top: 30px;
}
.m-lgmd-r {
  margin-right: 20px;
}
.m-lgmd-b {
  margin-bottom: 30px;
}
.m-lgmd-l {
  margin-left: 20px;
}
.m-lgmd-tr {
  margin-right: 20px;
  margin-top: 30px;
}
.m-lgmd-br {
  margin-right: 20px;
  margin-bottom: 30px;
}
.m-lgmd-lr {
  margin-right: 20px;
  margin-left: 30px;
}
.m-lgmd-tb {
  margin-top: 30px;
  margin-bottom: 20px;
}
.m-lgmd-bl {
  margin-left: 20px;
  margin-bottom: 30px;
}
.m-lgmd-tl {
  margin-left: 20px;
  margin-top: 30px;
}
.m-lglg {
  margin: 30px 30px;
}
.m-lglg-t {
  margin-top: 30px;
}
.m-lglg-r {
  margin-right: 30px;
}
.m-lglg-b {
  margin-bottom: 30px;
}
.m-lglg-l {
  margin-left: 30px;
}
.m-lglg-tr {
  margin-right: 30px;
  margin-top: 30px;
}
.m-lglg-br {
  margin-right: 30px;
  margin-bottom: 30px;
}
.m-lglg-lr {
  margin-right: 30px;
  margin-left: 30px;
}
.m-lglg-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-lglg-bl {
  margin-left: 30px;
  margin-bottom: 30px;
}
.m-lglg-tl {
  margin-left: 30px;
  margin-top: 30px;
}
.m-lgxl {
  margin: 30px 40px;
}
.m-lgxl-t {
  margin-top: 30px;
}
.m-lgxl-r {
  margin-right: 40px;
}
.m-lgxl-b {
  margin-bottom: 30px;
}
.m-lgxl-l {
  margin-left: 40px;
}
.m-lgxl-tr {
  margin-right: 40px;
  margin-top: 30px;
}
.m-lgxl-br {
  margin-right: 40px;
  margin-bottom: 30px;
}
.m-lgxl-lr {
  margin-right: 40px;
  margin-left: 30px;
}
.m-lgxl-tb {
  margin-top: 30px;
  margin-bottom: 40px;
}
.m-lgxl-bl {
  margin-left: 40px;
  margin-bottom: 30px;
}
.m-lgxl-tl {
  margin-left: 40px;
  margin-top: 30px;
}
.m-lgxxl {
  margin: 30px 80px;
}
.m-lgxxl-t {
  margin-top: 30px;
}
.m-lgxxl-r {
  margin-right: 80px;
}
.m-lgxxl-b {
  margin-bottom: 30px;
}
.m-lgxxl-l {
  margin-left: 80px;
}
.m-lgxxl-tr {
  margin-right: 80px;
  margin-top: 30px;
}
.m-lgxxl-br {
  margin-right: 80px;
  margin-bottom: 30px;
}
.m-lgxxl-lr {
  margin-right: 80px;
  margin-left: 30px;
}
.m-lgxxl-tb {
  margin-top: 30px;
  margin-bottom: 80px;
}
.m-lgxxl-bl {
  margin-left: 80px;
  margin-bottom: 30px;
}
.m-lgxxl-tl {
  margin-left: 80px;
  margin-top: 30px;
}
.m-xl {
  margin: 40px;
}
.m-xl-t {
  margin-top: 40px;
}
.m-xl-r {
  margin-right: 40px;
}
.m-xl-b {
  margin-bottom: 40px;
}
.m-xl-l {
  margin-left: 40px;
}
.m-xl-tr {
  margin-right: 40px;
  margin-top: 40px;
}
.m-xl-br {
  margin-right: 40px;
  margin-bottom: 40px;
}
.m-xl-rl, .m-xl-lr {
  margin-right: 40px;
  margin-left: 40px;
}
.m-xl-tb {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-xl-bl {
  margin-left: 40px;
  margin-bottom: 40px;
}
.m-xl-tl {
  margin-left: 40px;
  margin-top: 40px;
}
.m-xlxxs {
  margin: 40px 5px;
}
.m-xlxxs-t {
  margin-top: 40px;
}
.m-xlxxs-r {
  margin-right: 5px;
}
.m-xlxxs-b {
  margin-bottom: 40px;
}
.m-xlxxs-l {
  margin-left: 5px;
}
.m-xlxxs-tr {
  margin-right: 5px;
  margin-top: 40px;
}
.m-xlxxs-br {
  margin-right: 5px;
  margin-bottom: 40px;
}
.m-xlxxs-lr {
  margin-right: 5px;
  margin-left: 40px;
}
.m-xlxxs-tb {
  margin-top: 40px;
  margin-bottom: 5px;
}
.m-xlxxs-bl {
  margin-left: 5px;
  margin-bottom: 40px;
}
.m-xlxxs-tl {
  margin-left: 5px;
  margin-top: 40px;
}
.m-xlxs {
  margin: 40px 10px;
}
.m-xlxs-t {
  margin-top: 40px;
}
.m-xlxs-r {
  margin-right: 10px;
}
.m-xlxs-b {
  margin-bottom: 40px;
}
.m-xlxs-l {
  margin-left: 10px;
}
.m-xlxs-tr {
  margin-right: 10px;
  margin-top: 40px;
}
.m-xlxs-br {
  margin-right: 10px;
  margin-bottom: 40px;
}
.m-xlxs-lr {
  margin-right: 10px;
  margin-left: 40px;
}
.m-xlxs-tb {
  margin-top: 40px;
  margin-bottom: 10px;
}
.m-xlxs-bl {
  margin-left: 10px;
  margin-bottom: 40px;
}
.m-xlxs-tl {
  margin-left: 10px;
  margin-top: 40px;
}
.m-xlsm {
  margin: 40px 15px;
}
.m-xlsm-t {
  margin-top: 40px;
}
.m-xlsm-r {
  margin-right: 15px;
}
.m-xlsm-b {
  margin-bottom: 40px;
}
.m-xlsm-l {
  margin-left: 15px;
}
.m-xlsm-tr {
  margin-right: 15px;
  margin-top: 40px;
}
.m-xlsm-br {
  margin-right: 15px;
  margin-bottom: 40px;
}
.m-xlsm-lr {
  margin-right: 15px;
  margin-left: 40px;
}
.m-xlsm-tb {
  margin-top: 40px;
  margin-bottom: 15px;
}
.m-xlsm-bl {
  margin-left: 15px;
  margin-bottom: 40px;
}
.m-xlsm-tl {
  margin-left: 15px;
  margin-top: 40px;
}
.m-xlmd {
  margin: 40px 20px;
}
.m-xlmd-t {
  margin-top: 40px;
}
.m-xlmd-r {
  margin-right: 20px;
}
.m-xlmd-b {
  margin-bottom: 40px;
}
.m-xlmd-l {
  margin-left: 20px;
}
.m-xlmd-tr {
  margin-right: 20px;
  margin-top: 40px;
}
.m-xlmd-br {
  margin-right: 20px;
  margin-bottom: 40px;
}
.m-xlmd-lr {
  margin-right: 20px;
  margin-left: 40px;
}
.m-xlmd-tb {
  margin-top: 40px;
  margin-bottom: 20px;
}
.m-xlmd-bl {
  margin-left: 20px;
  margin-bottom: 40px;
}
.m-xlmd-tl {
  margin-left: 20px;
  margin-top: 40px;
}
.m-xllg {
  margin: 40px 30px;
}
.m-xllg-t {
  margin-top: 40px;
}
.m-xllg-r {
  margin-right: 30px;
}
.m-xllg-b {
  margin-bottom: 40px;
}
.m-xllg-l {
  margin-left: 30px;
}
.m-xllg-tr {
  margin-right: 30px;
  margin-top: 40px;
}
.m-xllg-br {
  margin-right: 30px;
  margin-bottom: 40px;
}
.m-xllg-lr {
  margin-right: 30px;
  margin-left: 40px;
}
.m-xllg-tb {
  margin-top: 40px;
  margin-bottom: 30px;
}
.m-xllg-bl {
  margin-left: 30px;
  margin-bottom: 40px;
}
.m-xllg-tl {
  margin-left: 30px;
  margin-top: 40px;
}
.m-xlxl {
  margin: 40px 40px;
}
.m-xlxl-t {
  margin-top: 40px;
}
.m-xlxl-r {
  margin-right: 40px;
}
.m-xlxl-b {
  margin-bottom: 40px;
}
.m-xlxl-l {
  margin-left: 40px;
}
.m-xlxl-tr {
  margin-right: 40px;
  margin-top: 40px;
}
.m-xlxl-br {
  margin-right: 40px;
  margin-bottom: 40px;
}
.m-xlxl-lr {
  margin-right: 40px;
  margin-left: 40px;
}
.m-xlxl-tb {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-xlxl-bl {
  margin-left: 40px;
  margin-bottom: 40px;
}
.m-xlxl-tl {
  margin-left: 40px;
  margin-top: 40px;
}
.m-xlxxl {
  margin: 40px 80px;
}
.m-xlxxl-t {
  margin-top: 40px;
}
.m-xlxxl-r {
  margin-right: 80px;
}
.m-xlxxl-b {
  margin-bottom: 40px;
}
.m-xlxxl-l {
  margin-left: 80px;
}
.m-xlxxl-tr {
  margin-right: 80px;
  margin-top: 40px;
}
.m-xlxxl-br {
  margin-right: 80px;
  margin-bottom: 40px;
}
.m-xlxxl-lr {
  margin-right: 80px;
  margin-left: 40px;
}
.m-xlxxl-tb {
  margin-top: 40px;
  margin-bottom: 80px;
}
.m-xlxxl-bl {
  margin-left: 80px;
  margin-bottom: 40px;
}
.m-xlxxl-tl {
  margin-left: 80px;
  margin-top: 40px;
}
.m-xxl {
  margin: 80px;
}
.m-xxl-t {
  margin-top: 80px;
}
.m-xxl-r {
  margin-right: 80px;
}
.m-xxl-b {
  margin-bottom: 80px;
}
.m-xxl-l {
  margin-left: 80px;
}
.m-xxl-tr {
  margin-right: 80px;
  margin-top: 80px;
}
.m-xxl-br {
  margin-right: 80px;
  margin-bottom: 80px;
}
.m-xxl-rl, .m-xxl-lr {
  margin-right: 80px;
  margin-left: 80px;
}
.m-xxl-tb {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-xxl-bl {
  margin-left: 80px;
  margin-bottom: 80px;
}
.m-xxl-tl {
  margin-left: 80px;
  margin-top: 80px;
}
.m-xxlxxs {
  margin: 80px 5px;
}
.m-xxlxxs-t {
  margin-top: 80px;
}
.m-xxlxxs-r {
  margin-right: 5px;
}
.m-xxlxxs-b {
  margin-bottom: 80px;
}
.m-xxlxxs-l {
  margin-left: 5px;
}
.m-xxlxxs-tr {
  margin-right: 5px;
  margin-top: 80px;
}
.m-xxlxxs-br {
  margin-right: 5px;
  margin-bottom: 80px;
}
.m-xxlxxs-lr {
  margin-right: 5px;
  margin-left: 80px;
}
.m-xxlxxs-tb {
  margin-top: 80px;
  margin-bottom: 5px;
}
.m-xxlxxs-bl {
  margin-left: 5px;
  margin-bottom: 80px;
}
.m-xxlxxs-tl {
  margin-left: 5px;
  margin-top: 80px;
}
.m-xxlxs {
  margin: 80px 10px;
}
.m-xxlxs-t {
  margin-top: 80px;
}
.m-xxlxs-r {
  margin-right: 10px;
}
.m-xxlxs-b {
  margin-bottom: 80px;
}
.m-xxlxs-l {
  margin-left: 10px;
}
.m-xxlxs-tr {
  margin-right: 10px;
  margin-top: 80px;
}
.m-xxlxs-br {
  margin-right: 10px;
  margin-bottom: 80px;
}
.m-xxlxs-lr {
  margin-right: 10px;
  margin-left: 80px;
}
.m-xxlxs-tb {
  margin-top: 80px;
  margin-bottom: 10px;
}
.m-xxlxs-bl {
  margin-left: 10px;
  margin-bottom: 80px;
}
.m-xxlxs-tl {
  margin-left: 10px;
  margin-top: 80px;
}
.m-xxlsm {
  margin: 80px 15px;
}
.m-xxlsm-t {
  margin-top: 80px;
}
.m-xxlsm-r {
  margin-right: 15px;
}
.m-xxlsm-b {
  margin-bottom: 80px;
}
.m-xxlsm-l {
  margin-left: 15px;
}
.m-xxlsm-tr {
  margin-right: 15px;
  margin-top: 80px;
}
.m-xxlsm-br {
  margin-right: 15px;
  margin-bottom: 80px;
}
.m-xxlsm-lr {
  margin-right: 15px;
  margin-left: 80px;
}
.m-xxlsm-tb {
  margin-top: 80px;
  margin-bottom: 15px;
}
.m-xxlsm-bl {
  margin-left: 15px;
  margin-bottom: 80px;
}
.m-xxlsm-tl {
  margin-left: 15px;
  margin-top: 80px;
}
.m-xxlmd {
  margin: 80px 20px;
}
.m-xxlmd-t {
  margin-top: 80px;
}
.m-xxlmd-r {
  margin-right: 20px;
}
.m-xxlmd-b {
  margin-bottom: 80px;
}
.m-xxlmd-l {
  margin-left: 20px;
}
.m-xxlmd-tr {
  margin-right: 20px;
  margin-top: 80px;
}
.m-xxlmd-br {
  margin-right: 20px;
  margin-bottom: 80px;
}
.m-xxlmd-lr {
  margin-right: 20px;
  margin-left: 80px;
}
.m-xxlmd-tb {
  margin-top: 80px;
  margin-bottom: 20px;
}
.m-xxlmd-bl {
  margin-left: 20px;
  margin-bottom: 80px;
}
.m-xxlmd-tl {
  margin-left: 20px;
  margin-top: 80px;
}
.m-xxllg {
  margin: 80px 30px;
}
.m-xxllg-t {
  margin-top: 80px;
}
.m-xxllg-r {
  margin-right: 30px;
}
.m-xxllg-b {
  margin-bottom: 80px;
}
.m-xxllg-l {
  margin-left: 30px;
}
.m-xxllg-tr {
  margin-right: 30px;
  margin-top: 80px;
}
.m-xxllg-br {
  margin-right: 30px;
  margin-bottom: 80px;
}
.m-xxllg-lr {
  margin-right: 30px;
  margin-left: 80px;
}
.m-xxllg-tb {
  margin-top: 80px;
  margin-bottom: 30px;
}
.m-xxllg-bl {
  margin-left: 30px;
  margin-bottom: 80px;
}
.m-xxllg-tl {
  margin-left: 30px;
  margin-top: 80px;
}
.m-xxlxl {
  margin: 80px 40px;
}
.m-xxlxl-t {
  margin-top: 80px;
}
.m-xxlxl-r {
  margin-right: 40px;
}
.m-xxlxl-b {
  margin-bottom: 80px;
}
.m-xxlxl-l {
  margin-left: 40px;
}
.m-xxlxl-tr {
  margin-right: 40px;
  margin-top: 80px;
}
.m-xxlxl-br {
  margin-right: 40px;
  margin-bottom: 80px;
}
.m-xxlxl-lr {
  margin-right: 40px;
  margin-left: 80px;
}
.m-xxlxl-tb {
  margin-top: 80px;
  margin-bottom: 40px;
}
.m-xxlxl-bl {
  margin-left: 40px;
  margin-bottom: 80px;
}
.m-xxlxl-tl {
  margin-left: 40px;
  margin-top: 80px;
}
.m-xxlxxl {
  margin: 80px 80px;
}
.m-xxlxxl-t {
  margin-top: 80px;
}
.m-xxlxxl-r {
  margin-right: 80px;
}
.m-xxlxxl-b {
  margin-bottom: 80px;
}
.m-xxlxxl-l {
  margin-left: 80px;
}
.m-xxlxxl-tr {
  margin-right: 80px;
  margin-top: 80px;
}
.m-xxlxxl-br {
  margin-right: 80px;
  margin-bottom: 80px;
}
.m-xxlxxl-lr {
  margin-right: 80px;
  margin-left: 80px;
}
.m-xxlxxl-tb {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-xxlxxl-bl {
  margin-left: 80px;
  margin-bottom: 80px;
}
.m-xxlxxl-tl {
  margin-left: 80px;
  margin-top: 80px;
}
.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 15px;
  }
  .m-g-xxsmd {
    gap: 5px 20px;
  }
  .m-g-xxslg {
    gap: 5px 30px;
  }
  .m-g-xxsxl {
    gap: 5px 40px;
  }
  .m-g-xxsxxl {
    gap: 5px 80px;
  }
  .m-g-xs {
    gap: 10px;
  }
  .m-g-xsxxs {
    gap: 10px 5px;
  }
  .m-g-xsxs {
    gap: 10px 10px;
  }
  .m-g-xssm {
    gap: 10px 15px;
  }
  .m-g-xsmd {
    gap: 10px 20px;
  }
  .m-g-xslg {
    gap: 10px 30px;
  }
  .m-g-xsxl {
    gap: 10px 40px;
  }
  .m-g-xsxxl {
    gap: 10px 80px;
  }
  .m-g-sm {
    gap: 15px;
  }
  .m-g-smxxs {
    gap: 15px 5px;
  }
  .m-g-smxs {
    gap: 15px 10px;
  }
  .m-g-smsm {
    gap: 15px 15px;
  }
  .m-g-smmd {
    gap: 15px 20px;
  }
  .m-g-smlg {
    gap: 15px 30px;
  }
  .m-g-smxl {
    gap: 15px 40px;
  }
  .m-g-smxxl {
    gap: 15px 80px;
  }
  .m-g-md {
    gap: 20px;
  }
  .m-g-mdxxs {
    gap: 20px 5px;
  }
  .m-g-mdxs {
    gap: 20px 10px;
  }
  .m-g-mdsm {
    gap: 20px 15px;
  }
  .m-g-mdmd {
    gap: 20px 20px;
  }
  .m-g-mdlg {
    gap: 20px 30px;
  }
  .m-g-mdxl {
    gap: 20px 40px;
  }
  .m-g-mdxxl {
    gap: 20px 80px;
  }
  .m-g-lg {
    gap: 30px;
  }
  .m-g-lgxxs {
    gap: 30px 5px;
  }
  .m-g-lgxs {
    gap: 30px 10px;
  }
  .m-g-lgsm {
    gap: 30px 15px;
  }
  .m-g-lgmd {
    gap: 30px 20px;
  }
  .m-g-lglg {
    gap: 30px 30px;
  }
  .m-g-lgxl {
    gap: 30px 40px;
  }
  .m-g-lgxxl {
    gap: 30px 80px;
  }
  .m-g-xl {
    gap: 40px;
  }
  .m-g-xlxxs {
    gap: 40px 5px;
  }
  .m-g-xlxs {
    gap: 40px 10px;
  }
  .m-g-xlsm {
    gap: 40px 15px;
  }
  .m-g-xlmd {
    gap: 40px 20px;
  }
  .m-g-xllg {
    gap: 40px 30px;
  }
  .m-g-xlxl {
    gap: 40px 40px;
  }
  .m-g-xlxxl {
    gap: 40px 80px;
  }
  .m-g-xxl {
    gap: 80px;
  }
  .m-g-xxlxxs {
    gap: 80px 5px;
  }
  .m-g-xxlxs {
    gap: 80px 10px;
  }
  .m-g-xxlsm {
    gap: 80px 15px;
  }
  .m-g-xxlmd {
    gap: 80px 20px;
  }
  .m-g-xxllg {
    gap: 80px 30px;
  }
  .m-g-xxlxl {
    gap: 80px 40px;
  }
  .m-g-xxlxxl {
    gap: 80px 80px;
  }
  .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 15px;
  }
  .m-p-xxssm-t {
    padding-top: 5px;
  }
  .m-p-xxssm-r {
    padding-right: 15px;
  }
  .m-p-xxssm-b {
    padding-bottom: 5px;
  }
  .m-p-xxssm-l {
    padding-left: 15px;
  }
  .m-p-xxssm-tr {
    padding-right: 15px;
    padding-top: 5px;
  }
  .m-p-xxssm-br {
    padding-right: 15px;
    padding-bottom: 5px;
  }
  .m-p-xxssm-lr {
    padding-right: 15px;
    padding-left: 5px;
  }
  .m-p-xxssm-tb {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .m-p-xxssm-bl {
    padding-left: 15px;
    padding-bottom: 5px;
  }
  .m-p-xxssm-tl {
    padding-left: 15px;
    padding-top: 5px;
  }
  .m-p-xxsmd {
    padding: 5px 20px;
  }
  .m-p-xxsmd-t {
    padding-top: 5px;
  }
  .m-p-xxsmd-r {
    padding-right: 20px;
  }
  .m-p-xxsmd-b {
    padding-bottom: 5px;
  }
  .m-p-xxsmd-l {
    padding-left: 20px;
  }
  .m-p-xxsmd-tr {
    padding-right: 20px;
    padding-top: 5px;
  }
  .m-p-xxsmd-br {
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .m-p-xxsmd-lr {
    padding-right: 20px;
    padding-left: 5px;
  }
  .m-p-xxsmd-tb {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .m-p-xxsmd-bl {
    padding-left: 20px;
    padding-bottom: 5px;
  }
  .m-p-xxsmd-tl {
    padding-left: 20px;
    padding-top: 5px;
  }
  .m-p-xxslg {
    padding: 5px 30px;
  }
  .m-p-xxslg-t {
    padding-top: 5px;
  }
  .m-p-xxslg-r {
    padding-right: 30px;
  }
  .m-p-xxslg-b {
    padding-bottom: 5px;
  }
  .m-p-xxslg-l {
    padding-left: 30px;
  }
  .m-p-xxslg-tr {
    padding-right: 30px;
    padding-top: 5px;
  }
  .m-p-xxslg-br {
    padding-right: 30px;
    padding-bottom: 5px;
  }
  .m-p-xxslg-lr {
    padding-right: 30px;
    padding-left: 5px;
  }
  .m-p-xxslg-tb {
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .m-p-xxslg-bl {
    padding-left: 30px;
    padding-bottom: 5px;
  }
  .m-p-xxslg-tl {
    padding-left: 30px;
    padding-top: 5px;
  }
  .m-p-xxsxl {
    padding: 5px 40px;
  }
  .m-p-xxsxl-t {
    padding-top: 5px;
  }
  .m-p-xxsxl-r {
    padding-right: 40px;
  }
  .m-p-xxsxl-b {
    padding-bottom: 5px;
  }
  .m-p-xxsxl-l {
    padding-left: 40px;
  }
  .m-p-xxsxl-tr {
    padding-right: 40px;
    padding-top: 5px;
  }
  .m-p-xxsxl-br {
    padding-right: 40px;
    padding-bottom: 5px;
  }
  .m-p-xxsxl-lr {
    padding-right: 40px;
    padding-left: 5px;
  }
  .m-p-xxsxl-tb {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .m-p-xxsxl-bl {
    padding-left: 40px;
    padding-bottom: 5px;
  }
  .m-p-xxsxl-tl {
    padding-left: 40px;
    padding-top: 5px;
  }
  .m-p-xxsxxl {
    padding: 5px 80px;
  }
  .m-p-xxsxxl-t {
    padding-top: 5px;
  }
  .m-p-xxsxxl-r {
    padding-right: 80px;
  }
  .m-p-xxsxxl-b {
    padding-bottom: 5px;
  }
  .m-p-xxsxxl-l {
    padding-left: 80px;
  }
  .m-p-xxsxxl-tr {
    padding-right: 80px;
    padding-top: 5px;
  }
  .m-p-xxsxxl-br {
    padding-right: 80px;
    padding-bottom: 5px;
  }
  .m-p-xxsxxl-lr {
    padding-right: 80px;
    padding-left: 5px;
  }
  .m-p-xxsxxl-tb {
    padding-top: 5px;
    padding-bottom: 80px;
  }
  .m-p-xxsxxl-bl {
    padding-left: 80px;
    padding-bottom: 5px;
  }
  .m-p-xxsxxl-tl {
    padding-left: 80px;
    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 15px;
  }
  .m-p-xssm-t {
    padding-top: 10px;
  }
  .m-p-xssm-r {
    padding-right: 15px;
  }
  .m-p-xssm-b {
    padding-bottom: 10px;
  }
  .m-p-xssm-l {
    padding-left: 15px;
  }
  .m-p-xssm-tr {
    padding-right: 15px;
    padding-top: 10px;
  }
  .m-p-xssm-br {
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .m-p-xssm-lr {
    padding-right: 15px;
    padding-left: 10px;
  }
  .m-p-xssm-tb {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .m-p-xssm-bl {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .m-p-xssm-tl {
    padding-left: 15px;
    padding-top: 10px;
  }
  .m-p-xsmd {
    padding: 10px 20px;
  }
  .m-p-xsmd-t {
    padding-top: 10px;
  }
  .m-p-xsmd-r {
    padding-right: 20px;
  }
  .m-p-xsmd-b {
    padding-bottom: 10px;
  }
  .m-p-xsmd-l {
    padding-left: 20px;
  }
  .m-p-xsmd-tr {
    padding-right: 20px;
    padding-top: 10px;
  }
  .m-p-xsmd-br {
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .m-p-xsmd-lr {
    padding-right: 20px;
    padding-left: 10px;
  }
  .m-p-xsmd-tb {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .m-p-xsmd-bl {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .m-p-xsmd-tl {
    padding-left: 20px;
    padding-top: 10px;
  }
  .m-p-xslg {
    padding: 10px 30px;
  }
  .m-p-xslg-t {
    padding-top: 10px;
  }
  .m-p-xslg-r {
    padding-right: 30px;
  }
  .m-p-xslg-b {
    padding-bottom: 10px;
  }
  .m-p-xslg-l {
    padding-left: 30px;
  }
  .m-p-xslg-tr {
    padding-right: 30px;
    padding-top: 10px;
  }
  .m-p-xslg-br {
    padding-right: 30px;
    padding-bottom: 10px;
  }
  .m-p-xslg-lr {
    padding-right: 30px;
    padding-left: 10px;
  }
  .m-p-xslg-tb {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .m-p-xslg-bl {
    padding-left: 30px;
    padding-bottom: 10px;
  }
  .m-p-xslg-tl {
    padding-left: 30px;
    padding-top: 10px;
  }
  .m-p-xsxl {
    padding: 10px 40px;
  }
  .m-p-xsxl-t {
    padding-top: 10px;
  }
  .m-p-xsxl-r {
    padding-right: 40px;
  }
  .m-p-xsxl-b {
    padding-bottom: 10px;
  }
  .m-p-xsxl-l {
    padding-left: 40px;
  }
  .m-p-xsxl-tr {
    padding-right: 40px;
    padding-top: 10px;
  }
  .m-p-xsxl-br {
    padding-right: 40px;
    padding-bottom: 10px;
  }
  .m-p-xsxl-lr {
    padding-right: 40px;
    padding-left: 10px;
  }
  .m-p-xsxl-tb {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .m-p-xsxl-bl {
    padding-left: 40px;
    padding-bottom: 10px;
  }
  .m-p-xsxl-tl {
    padding-left: 40px;
    padding-top: 10px;
  }
  .m-p-xsxxl {
    padding: 10px 80px;
  }
  .m-p-xsxxl-t {
    padding-top: 10px;
  }
  .m-p-xsxxl-r {
    padding-right: 80px;
  }
  .m-p-xsxxl-b {
    padding-bottom: 10px;
  }
  .m-p-xsxxl-l {
    padding-left: 80px;
  }
  .m-p-xsxxl-tr {
    padding-right: 80px;
    padding-top: 10px;
  }
  .m-p-xsxxl-br {
    padding-right: 80px;
    padding-bottom: 10px;
  }
  .m-p-xsxxl-lr {
    padding-right: 80px;
    padding-left: 10px;
  }
  .m-p-xsxxl-tb {
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .m-p-xsxxl-bl {
    padding-left: 80px;
    padding-bottom: 10px;
  }
  .m-p-xsxxl-tl {
    padding-left: 80px;
    padding-top: 10px;
  }
  .m-p-sm {
    padding: 15px;
  }
  .m-p-sm-t {
    padding-top: 15px;
  }
  .m-p-sm-r {
    padding-right: 15px;
  }
  .m-p-sm-b {
    padding-bottom: 15px;
  }
  .m-p-sm-l {
    padding-left: 15px;
  }
  .m-p-sm-tr {
    padding-right: 15px;
    padding-top: 15px;
  }
  .m-p-sm-br {
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .m-p-sm-rl, .m-p-sm-lr {
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-p-sm-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-p-sm-bl {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .m-p-sm-tl {
    padding-left: 15px;
    padding-top: 15px;
  }
  .m-p-smxxs {
    padding: 15px 5px;
  }
  .m-p-smxxs-t {
    padding-top: 15px;
  }
  .m-p-smxxs-r {
    padding-right: 5px;
  }
  .m-p-smxxs-b {
    padding-bottom: 15px;
  }
  .m-p-smxxs-l {
    padding-left: 5px;
  }
  .m-p-smxxs-tr {
    padding-right: 5px;
    padding-top: 15px;
  }
  .m-p-smxxs-br {
    padding-right: 5px;
    padding-bottom: 15px;
  }
  .m-p-smxxs-lr {
    padding-right: 5px;
    padding-left: 15px;
  }
  .m-p-smxxs-tb {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .m-p-smxxs-bl {
    padding-left: 5px;
    padding-bottom: 15px;
  }
  .m-p-smxxs-tl {
    padding-left: 5px;
    padding-top: 15px;
  }
  .m-p-smxs {
    padding: 15px 10px;
  }
  .m-p-smxs-t {
    padding-top: 15px;
  }
  .m-p-smxs-r {
    padding-right: 10px;
  }
  .m-p-smxs-b {
    padding-bottom: 15px;
  }
  .m-p-smxs-l {
    padding-left: 10px;
  }
  .m-p-smxs-tr {
    padding-right: 10px;
    padding-top: 15px;
  }
  .m-p-smxs-br {
    padding-right: 10px;
    padding-bottom: 15px;
  }
  .m-p-smxs-lr {
    padding-right: 10px;
    padding-left: 15px;
  }
  .m-p-smxs-tb {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .m-p-smxs-bl {
    padding-left: 10px;
    padding-bottom: 15px;
  }
  .m-p-smxs-tl {
    padding-left: 10px;
    padding-top: 15px;
  }
  .m-p-smsm {
    padding: 15px 15px;
  }
  .m-p-smsm-t {
    padding-top: 15px;
  }
  .m-p-smsm-r {
    padding-right: 15px;
  }
  .m-p-smsm-b {
    padding-bottom: 15px;
  }
  .m-p-smsm-l {
    padding-left: 15px;
  }
  .m-p-smsm-tr {
    padding-right: 15px;
    padding-top: 15px;
  }
  .m-p-smsm-br {
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .m-p-smsm-lr {
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-p-smsm-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-p-smsm-bl {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .m-p-smsm-tl {
    padding-left: 15px;
    padding-top: 15px;
  }
  .m-p-smmd {
    padding: 15px 20px;
  }
  .m-p-smmd-t {
    padding-top: 15px;
  }
  .m-p-smmd-r {
    padding-right: 20px;
  }
  .m-p-smmd-b {
    padding-bottom: 15px;
  }
  .m-p-smmd-l {
    padding-left: 20px;
  }
  .m-p-smmd-tr {
    padding-right: 20px;
    padding-top: 15px;
  }
  .m-p-smmd-br {
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .m-p-smmd-lr {
    padding-right: 20px;
    padding-left: 15px;
  }
  .m-p-smmd-tb {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .m-p-smmd-bl {
    padding-left: 20px;
    padding-bottom: 15px;
  }
  .m-p-smmd-tl {
    padding-left: 20px;
    padding-top: 15px;
  }
  .m-p-smlg {
    padding: 15px 30px;
  }
  .m-p-smlg-t {
    padding-top: 15px;
  }
  .m-p-smlg-r {
    padding-right: 30px;
  }
  .m-p-smlg-b {
    padding-bottom: 15px;
  }
  .m-p-smlg-l {
    padding-left: 30px;
  }
  .m-p-smlg-tr {
    padding-right: 30px;
    padding-top: 15px;
  }
  .m-p-smlg-br {
    padding-right: 30px;
    padding-bottom: 15px;
  }
  .m-p-smlg-lr {
    padding-right: 30px;
    padding-left: 15px;
  }
  .m-p-smlg-tb {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .m-p-smlg-bl {
    padding-left: 30px;
    padding-bottom: 15px;
  }
  .m-p-smlg-tl {
    padding-left: 30px;
    padding-top: 15px;
  }
  .m-p-smxl {
    padding: 15px 40px;
  }
  .m-p-smxl-t {
    padding-top: 15px;
  }
  .m-p-smxl-r {
    padding-right: 40px;
  }
  .m-p-smxl-b {
    padding-bottom: 15px;
  }
  .m-p-smxl-l {
    padding-left: 40px;
  }
  .m-p-smxl-tr {
    padding-right: 40px;
    padding-top: 15px;
  }
  .m-p-smxl-br {
    padding-right: 40px;
    padding-bottom: 15px;
  }
  .m-p-smxl-lr {
    padding-right: 40px;
    padding-left: 15px;
  }
  .m-p-smxl-tb {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .m-p-smxl-bl {
    padding-left: 40px;
    padding-bottom: 15px;
  }
  .m-p-smxl-tl {
    padding-left: 40px;
    padding-top: 15px;
  }
  .m-p-smxxl {
    padding: 15px 80px;
  }
  .m-p-smxxl-t {
    padding-top: 15px;
  }
  .m-p-smxxl-r {
    padding-right: 80px;
  }
  .m-p-smxxl-b {
    padding-bottom: 15px;
  }
  .m-p-smxxl-l {
    padding-left: 80px;
  }
  .m-p-smxxl-tr {
    padding-right: 80px;
    padding-top: 15px;
  }
  .m-p-smxxl-br {
    padding-right: 80px;
    padding-bottom: 15px;
  }
  .m-p-smxxl-lr {
    padding-right: 80px;
    padding-left: 15px;
  }
  .m-p-smxxl-tb {
    padding-top: 15px;
    padding-bottom: 80px;
  }
  .m-p-smxxl-bl {
    padding-left: 80px;
    padding-bottom: 15px;
  }
  .m-p-smxxl-tl {
    padding-left: 80px;
    padding-top: 15px;
  }
  .m-p-md {
    padding: 20px;
  }
  .m-p-md-t {
    padding-top: 20px;
  }
  .m-p-md-r {
    padding-right: 20px;
  }
  .m-p-md-b {
    padding-bottom: 20px;
  }
  .m-p-md-l {
    padding-left: 20px;
  }
  .m-p-md-tr {
    padding-right: 20px;
    padding-top: 20px;
  }
  .m-p-md-br {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .m-p-md-rl, .m-p-md-lr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-p-md-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-p-md-bl {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .m-p-md-tl {
    padding-left: 20px;
    padding-top: 20px;
  }
  .m-p-mdxxs {
    padding: 20px 5px;
  }
  .m-p-mdxxs-t {
    padding-top: 20px;
  }
  .m-p-mdxxs-r {
    padding-right: 5px;
  }
  .m-p-mdxxs-b {
    padding-bottom: 20px;
  }
  .m-p-mdxxs-l {
    padding-left: 5px;
  }
  .m-p-mdxxs-tr {
    padding-right: 5px;
    padding-top: 20px;
  }
  .m-p-mdxxs-br {
    padding-right: 5px;
    padding-bottom: 20px;
  }
  .m-p-mdxxs-lr {
    padding-right: 5px;
    padding-left: 20px;
  }
  .m-p-mdxxs-tb {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .m-p-mdxxs-bl {
    padding-left: 5px;
    padding-bottom: 20px;
  }
  .m-p-mdxxs-tl {
    padding-left: 5px;
    padding-top: 20px;
  }
  .m-p-mdxs {
    padding: 20px 10px;
  }
  .m-p-mdxs-t {
    padding-top: 20px;
  }
  .m-p-mdxs-r {
    padding-right: 10px;
  }
  .m-p-mdxs-b {
    padding-bottom: 20px;
  }
  .m-p-mdxs-l {
    padding-left: 10px;
  }
  .m-p-mdxs-tr {
    padding-right: 10px;
    padding-top: 20px;
  }
  .m-p-mdxs-br {
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .m-p-mdxs-lr {
    padding-right: 10px;
    padding-left: 20px;
  }
  .m-p-mdxs-tb {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .m-p-mdxs-bl {
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .m-p-mdxs-tl {
    padding-left: 10px;
    padding-top: 20px;
  }
  .m-p-mdsm {
    padding: 20px 15px;
  }
  .m-p-mdsm-t {
    padding-top: 20px;
  }
  .m-p-mdsm-r {
    padding-right: 15px;
  }
  .m-p-mdsm-b {
    padding-bottom: 20px;
  }
  .m-p-mdsm-l {
    padding-left: 15px;
  }
  .m-p-mdsm-tr {
    padding-right: 15px;
    padding-top: 20px;
  }
  .m-p-mdsm-br {
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .m-p-mdsm-lr {
    padding-right: 15px;
    padding-left: 20px;
  }
  .m-p-mdsm-tb {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .m-p-mdsm-bl {
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .m-p-mdsm-tl {
    padding-left: 15px;
    padding-top: 20px;
  }
  .m-p-mdmd {
    padding: 20px 20px;
  }
  .m-p-mdmd-t {
    padding-top: 20px;
  }
  .m-p-mdmd-r {
    padding-right: 20px;
  }
  .m-p-mdmd-b {
    padding-bottom: 20px;
  }
  .m-p-mdmd-l {
    padding-left: 20px;
  }
  .m-p-mdmd-tr {
    padding-right: 20px;
    padding-top: 20px;
  }
  .m-p-mdmd-br {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .m-p-mdmd-lr {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-p-mdmd-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-p-mdmd-bl {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .m-p-mdmd-tl {
    padding-left: 20px;
    padding-top: 20px;
  }
  .m-p-mdlg {
    padding: 20px 30px;
  }
  .m-p-mdlg-t {
    padding-top: 20px;
  }
  .m-p-mdlg-r {
    padding-right: 30px;
  }
  .m-p-mdlg-b {
    padding-bottom: 20px;
  }
  .m-p-mdlg-l {
    padding-left: 30px;
  }
  .m-p-mdlg-tr {
    padding-right: 30px;
    padding-top: 20px;
  }
  .m-p-mdlg-br {
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .m-p-mdlg-lr {
    padding-right: 30px;
    padding-left: 20px;
  }
  .m-p-mdlg-tb {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .m-p-mdlg-bl {
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .m-p-mdlg-tl {
    padding-left: 30px;
    padding-top: 20px;
  }
  .m-p-mdxl {
    padding: 20px 40px;
  }
  .m-p-mdxl-t {
    padding-top: 20px;
  }
  .m-p-mdxl-r {
    padding-right: 40px;
  }
  .m-p-mdxl-b {
    padding-bottom: 20px;
  }
  .m-p-mdxl-l {
    padding-left: 40px;
  }
  .m-p-mdxl-tr {
    padding-right: 40px;
    padding-top: 20px;
  }
  .m-p-mdxl-br {
    padding-right: 40px;
    padding-bottom: 20px;
  }
  .m-p-mdxl-lr {
    padding-right: 40px;
    padding-left: 20px;
  }
  .m-p-mdxl-tb {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .m-p-mdxl-bl {
    padding-left: 40px;
    padding-bottom: 20px;
  }
  .m-p-mdxl-tl {
    padding-left: 40px;
    padding-top: 20px;
  }
  .m-p-mdxxl {
    padding: 20px 80px;
  }
  .m-p-mdxxl-t {
    padding-top: 20px;
  }
  .m-p-mdxxl-r {
    padding-right: 80px;
  }
  .m-p-mdxxl-b {
    padding-bottom: 20px;
  }
  .m-p-mdxxl-l {
    padding-left: 80px;
  }
  .m-p-mdxxl-tr {
    padding-right: 80px;
    padding-top: 20px;
  }
  .m-p-mdxxl-br {
    padding-right: 80px;
    padding-bottom: 20px;
  }
  .m-p-mdxxl-lr {
    padding-right: 80px;
    padding-left: 20px;
  }
  .m-p-mdxxl-tb {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .m-p-mdxxl-bl {
    padding-left: 80px;
    padding-bottom: 20px;
  }
  .m-p-mdxxl-tl {
    padding-left: 80px;
    padding-top: 20px;
  }
  .m-p-lg {
    padding: 30px;
  }
  .m-p-lg-t {
    padding-top: 30px;
  }
  .m-p-lg-r {
    padding-right: 30px;
  }
  .m-p-lg-b {
    padding-bottom: 30px;
  }
  .m-p-lg-l {
    padding-left: 30px;
  }
  .m-p-lg-tr {
    padding-right: 30px;
    padding-top: 30px;
  }
  .m-p-lg-br {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .m-p-lg-rl, .m-p-lg-lr {
    padding-right: 30px;
    padding-left: 30px;
  }
  .m-p-lg-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-p-lg-bl {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .m-p-lg-tl {
    padding-left: 30px;
    padding-top: 30px;
  }
  .m-p-lgxxs {
    padding: 30px 5px;
  }
  .m-p-lgxxs-t {
    padding-top: 30px;
  }
  .m-p-lgxxs-r {
    padding-right: 5px;
  }
  .m-p-lgxxs-b {
    padding-bottom: 30px;
  }
  .m-p-lgxxs-l {
    padding-left: 5px;
  }
  .m-p-lgxxs-tr {
    padding-right: 5px;
    padding-top: 30px;
  }
  .m-p-lgxxs-br {
    padding-right: 5px;
    padding-bottom: 30px;
  }
  .m-p-lgxxs-lr {
    padding-right: 5px;
    padding-left: 30px;
  }
  .m-p-lgxxs-tb {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .m-p-lgxxs-bl {
    padding-left: 5px;
    padding-bottom: 30px;
  }
  .m-p-lgxxs-tl {
    padding-left: 5px;
    padding-top: 30px;
  }
  .m-p-lgxs {
    padding: 30px 10px;
  }
  .m-p-lgxs-t {
    padding-top: 30px;
  }
  .m-p-lgxs-r {
    padding-right: 10px;
  }
  .m-p-lgxs-b {
    padding-bottom: 30px;
  }
  .m-p-lgxs-l {
    padding-left: 10px;
  }
  .m-p-lgxs-tr {
    padding-right: 10px;
    padding-top: 30px;
  }
  .m-p-lgxs-br {
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .m-p-lgxs-lr {
    padding-right: 10px;
    padding-left: 30px;
  }
  .m-p-lgxs-tb {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .m-p-lgxs-bl {
    padding-left: 10px;
    padding-bottom: 30px;
  }
  .m-p-lgxs-tl {
    padding-left: 10px;
    padding-top: 30px;
  }
  .m-p-lgsm {
    padding: 30px 15px;
  }
  .m-p-lgsm-t {
    padding-top: 30px;
  }
  .m-p-lgsm-r {
    padding-right: 15px;
  }
  .m-p-lgsm-b {
    padding-bottom: 30px;
  }
  .m-p-lgsm-l {
    padding-left: 15px;
  }
  .m-p-lgsm-tr {
    padding-right: 15px;
    padding-top: 30px;
  }
  .m-p-lgsm-br {
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .m-p-lgsm-lr {
    padding-right: 15px;
    padding-left: 30px;
  }
  .m-p-lgsm-tb {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .m-p-lgsm-bl {
    padding-left: 15px;
    padding-bottom: 30px;
  }
  .m-p-lgsm-tl {
    padding-left: 15px;
    padding-top: 30px;
  }
  .m-p-lgmd {
    padding: 30px 20px;
  }
  .m-p-lgmd-t {
    padding-top: 30px;
  }
  .m-p-lgmd-r {
    padding-right: 20px;
  }
  .m-p-lgmd-b {
    padding-bottom: 30px;
  }
  .m-p-lgmd-l {
    padding-left: 20px;
  }
  .m-p-lgmd-tr {
    padding-right: 20px;
    padding-top: 30px;
  }
  .m-p-lgmd-br {
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .m-p-lgmd-lr {
    padding-right: 20px;
    padding-left: 30px;
  }
  .m-p-lgmd-tb {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .m-p-lgmd-bl {
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .m-p-lgmd-tl {
    padding-left: 20px;
    padding-top: 30px;
  }
  .m-p-lglg {
    padding: 30px 30px;
  }
  .m-p-lglg-t {
    padding-top: 30px;
  }
  .m-p-lglg-r {
    padding-right: 30px;
  }
  .m-p-lglg-b {
    padding-bottom: 30px;
  }
  .m-p-lglg-l {
    padding-left: 30px;
  }
  .m-p-lglg-tr {
    padding-right: 30px;
    padding-top: 30px;
  }
  .m-p-lglg-br {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .m-p-lglg-lr {
    padding-right: 30px;
    padding-left: 30px;
  }
  .m-p-lglg-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-p-lglg-bl {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .m-p-lglg-tl {
    padding-left: 30px;
    padding-top: 30px;
  }
  .m-p-lgxl {
    padding: 30px 40px;
  }
  .m-p-lgxl-t {
    padding-top: 30px;
  }
  .m-p-lgxl-r {
    padding-right: 40px;
  }
  .m-p-lgxl-b {
    padding-bottom: 30px;
  }
  .m-p-lgxl-l {
    padding-left: 40px;
  }
  .m-p-lgxl-tr {
    padding-right: 40px;
    padding-top: 30px;
  }
  .m-p-lgxl-br {
    padding-right: 40px;
    padding-bottom: 30px;
  }
  .m-p-lgxl-lr {
    padding-right: 40px;
    padding-left: 30px;
  }
  .m-p-lgxl-tb {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .m-p-lgxl-bl {
    padding-left: 40px;
    padding-bottom: 30px;
  }
  .m-p-lgxl-tl {
    padding-left: 40px;
    padding-top: 30px;
  }
  .m-p-lgxxl {
    padding: 30px 80px;
  }
  .m-p-lgxxl-t {
    padding-top: 30px;
  }
  .m-p-lgxxl-r {
    padding-right: 80px;
  }
  .m-p-lgxxl-b {
    padding-bottom: 30px;
  }
  .m-p-lgxxl-l {
    padding-left: 80px;
  }
  .m-p-lgxxl-tr {
    padding-right: 80px;
    padding-top: 30px;
  }
  .m-p-lgxxl-br {
    padding-right: 80px;
    padding-bottom: 30px;
  }
  .m-p-lgxxl-lr {
    padding-right: 80px;
    padding-left: 30px;
  }
  .m-p-lgxxl-tb {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .m-p-lgxxl-bl {
    padding-left: 80px;
    padding-bottom: 30px;
  }
  .m-p-lgxxl-tl {
    padding-left: 80px;
    padding-top: 30px;
  }
  .m-p-xl {
    padding: 40px;
  }
  .m-p-xl-t {
    padding-top: 40px;
  }
  .m-p-xl-r {
    padding-right: 40px;
  }
  .m-p-xl-b {
    padding-bottom: 40px;
  }
  .m-p-xl-l {
    padding-left: 40px;
  }
  .m-p-xl-tr {
    padding-right: 40px;
    padding-top: 40px;
  }
  .m-p-xl-br {
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .m-p-xl-rl, .m-p-xl-lr {
    padding-right: 40px;
    padding-left: 40px;
  }
  .m-p-xl-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-p-xl-bl {
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .m-p-xl-tl {
    padding-left: 40px;
    padding-top: 40px;
  }
  .m-p-xlxxs {
    padding: 40px 5px;
  }
  .m-p-xlxxs-t {
    padding-top: 40px;
  }
  .m-p-xlxxs-r {
    padding-right: 5px;
  }
  .m-p-xlxxs-b {
    padding-bottom: 40px;
  }
  .m-p-xlxxs-l {
    padding-left: 5px;
  }
  .m-p-xlxxs-tr {
    padding-right: 5px;
    padding-top: 40px;
  }
  .m-p-xlxxs-br {
    padding-right: 5px;
    padding-bottom: 40px;
  }
  .m-p-xlxxs-lr {
    padding-right: 5px;
    padding-left: 40px;
  }
  .m-p-xlxxs-tb {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .m-p-xlxxs-bl {
    padding-left: 5px;
    padding-bottom: 40px;
  }
  .m-p-xlxxs-tl {
    padding-left: 5px;
    padding-top: 40px;
  }
  .m-p-xlxs {
    padding: 40px 10px;
  }
  .m-p-xlxs-t {
    padding-top: 40px;
  }
  .m-p-xlxs-r {
    padding-right: 10px;
  }
  .m-p-xlxs-b {
    padding-bottom: 40px;
  }
  .m-p-xlxs-l {
    padding-left: 10px;
  }
  .m-p-xlxs-tr {
    padding-right: 10px;
    padding-top: 40px;
  }
  .m-p-xlxs-br {
    padding-right: 10px;
    padding-bottom: 40px;
  }
  .m-p-xlxs-lr {
    padding-right: 10px;
    padding-left: 40px;
  }
  .m-p-xlxs-tb {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .m-p-xlxs-bl {
    padding-left: 10px;
    padding-bottom: 40px;
  }
  .m-p-xlxs-tl {
    padding-left: 10px;
    padding-top: 40px;
  }
  .m-p-xlsm {
    padding: 40px 15px;
  }
  .m-p-xlsm-t {
    padding-top: 40px;
  }
  .m-p-xlsm-r {
    padding-right: 15px;
  }
  .m-p-xlsm-b {
    padding-bottom: 40px;
  }
  .m-p-xlsm-l {
    padding-left: 15px;
  }
  .m-p-xlsm-tr {
    padding-right: 15px;
    padding-top: 40px;
  }
  .m-p-xlsm-br {
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .m-p-xlsm-lr {
    padding-right: 15px;
    padding-left: 40px;
  }
  .m-p-xlsm-tb {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .m-p-xlsm-bl {
    padding-left: 15px;
    padding-bottom: 40px;
  }
  .m-p-xlsm-tl {
    padding-left: 15px;
    padding-top: 40px;
  }
  .m-p-xlmd {
    padding: 40px 20px;
  }
  .m-p-xlmd-t {
    padding-top: 40px;
  }
  .m-p-xlmd-r {
    padding-right: 20px;
  }
  .m-p-xlmd-b {
    padding-bottom: 40px;
  }
  .m-p-xlmd-l {
    padding-left: 20px;
  }
  .m-p-xlmd-tr {
    padding-right: 20px;
    padding-top: 40px;
  }
  .m-p-xlmd-br {
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .m-p-xlmd-lr {
    padding-right: 20px;
    padding-left: 40px;
  }
  .m-p-xlmd-tb {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .m-p-xlmd-bl {
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .m-p-xlmd-tl {
    padding-left: 20px;
    padding-top: 40px;
  }
  .m-p-xllg {
    padding: 40px 30px;
  }
  .m-p-xllg-t {
    padding-top: 40px;
  }
  .m-p-xllg-r {
    padding-right: 30px;
  }
  .m-p-xllg-b {
    padding-bottom: 40px;
  }
  .m-p-xllg-l {
    padding-left: 30px;
  }
  .m-p-xllg-tr {
    padding-right: 30px;
    padding-top: 40px;
  }
  .m-p-xllg-br {
    padding-right: 30px;
    padding-bottom: 40px;
  }
  .m-p-xllg-lr {
    padding-right: 30px;
    padding-left: 40px;
  }
  .m-p-xllg-tb {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .m-p-xllg-bl {
    padding-left: 30px;
    padding-bottom: 40px;
  }
  .m-p-xllg-tl {
    padding-left: 30px;
    padding-top: 40px;
  }
  .m-p-xlxl {
    padding: 40px 40px;
  }
  .m-p-xlxl-t {
    padding-top: 40px;
  }
  .m-p-xlxl-r {
    padding-right: 40px;
  }
  .m-p-xlxl-b {
    padding-bottom: 40px;
  }
  .m-p-xlxl-l {
    padding-left: 40px;
  }
  .m-p-xlxl-tr {
    padding-right: 40px;
    padding-top: 40px;
  }
  .m-p-xlxl-br {
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .m-p-xlxl-lr {
    padding-right: 40px;
    padding-left: 40px;
  }
  .m-p-xlxl-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-p-xlxl-bl {
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .m-p-xlxl-tl {
    padding-left: 40px;
    padding-top: 40px;
  }
  .m-p-xlxxl {
    padding: 40px 80px;
  }
  .m-p-xlxxl-t {
    padding-top: 40px;
  }
  .m-p-xlxxl-r {
    padding-right: 80px;
  }
  .m-p-xlxxl-b {
    padding-bottom: 40px;
  }
  .m-p-xlxxl-l {
    padding-left: 80px;
  }
  .m-p-xlxxl-tr {
    padding-right: 80px;
    padding-top: 40px;
  }
  .m-p-xlxxl-br {
    padding-right: 80px;
    padding-bottom: 40px;
  }
  .m-p-xlxxl-lr {
    padding-right: 80px;
    padding-left: 40px;
  }
  .m-p-xlxxl-tb {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .m-p-xlxxl-bl {
    padding-left: 80px;
    padding-bottom: 40px;
  }
  .m-p-xlxxl-tl {
    padding-left: 80px;
    padding-top: 40px;
  }
  .m-p-xxl {
    padding: 80px;
  }
  .m-p-xxl-t {
    padding-top: 80px;
  }
  .m-p-xxl-r {
    padding-right: 80px;
  }
  .m-p-xxl-b {
    padding-bottom: 80px;
  }
  .m-p-xxl-l {
    padding-left: 80px;
  }
  .m-p-xxl-tr {
    padding-right: 80px;
    padding-top: 80px;
  }
  .m-p-xxl-br {
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .m-p-xxl-rl, .m-p-xxl-lr {
    padding-right: 80px;
    padding-left: 80px;
  }
  .m-p-xxl-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-p-xxl-bl {
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .m-p-xxl-tl {
    padding-left: 80px;
    padding-top: 80px;
  }
  .m-p-xxlxxs {
    padding: 80px 5px;
  }
  .m-p-xxlxxs-t {
    padding-top: 80px;
  }
  .m-p-xxlxxs-r {
    padding-right: 5px;
  }
  .m-p-xxlxxs-b {
    padding-bottom: 80px;
  }
  .m-p-xxlxxs-l {
    padding-left: 5px;
  }
  .m-p-xxlxxs-tr {
    padding-right: 5px;
    padding-top: 80px;
  }
  .m-p-xxlxxs-br {
    padding-right: 5px;
    padding-bottom: 80px;
  }
  .m-p-xxlxxs-lr {
    padding-right: 5px;
    padding-left: 80px;
  }
  .m-p-xxlxxs-tb {
    padding-top: 80px;
    padding-bottom: 5px;
  }
  .m-p-xxlxxs-bl {
    padding-left: 5px;
    padding-bottom: 80px;
  }
  .m-p-xxlxxs-tl {
    padding-left: 5px;
    padding-top: 80px;
  }
  .m-p-xxlxs {
    padding: 80px 10px;
  }
  .m-p-xxlxs-t {
    padding-top: 80px;
  }
  .m-p-xxlxs-r {
    padding-right: 10px;
  }
  .m-p-xxlxs-b {
    padding-bottom: 80px;
  }
  .m-p-xxlxs-l {
    padding-left: 10px;
  }
  .m-p-xxlxs-tr {
    padding-right: 10px;
    padding-top: 80px;
  }
  .m-p-xxlxs-br {
    padding-right: 10px;
    padding-bottom: 80px;
  }
  .m-p-xxlxs-lr {
    padding-right: 10px;
    padding-left: 80px;
  }
  .m-p-xxlxs-tb {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .m-p-xxlxs-bl {
    padding-left: 10px;
    padding-bottom: 80px;
  }
  .m-p-xxlxs-tl {
    padding-left: 10px;
    padding-top: 80px;
  }
  .m-p-xxlsm {
    padding: 80px 15px;
  }
  .m-p-xxlsm-t {
    padding-top: 80px;
  }
  .m-p-xxlsm-r {
    padding-right: 15px;
  }
  .m-p-xxlsm-b {
    padding-bottom: 80px;
  }
  .m-p-xxlsm-l {
    padding-left: 15px;
  }
  .m-p-xxlsm-tr {
    padding-right: 15px;
    padding-top: 80px;
  }
  .m-p-xxlsm-br {
    padding-right: 15px;
    padding-bottom: 80px;
  }
  .m-p-xxlsm-lr {
    padding-right: 15px;
    padding-left: 80px;
  }
  .m-p-xxlsm-tb {
    padding-top: 80px;
    padding-bottom: 15px;
  }
  .m-p-xxlsm-bl {
    padding-left: 15px;
    padding-bottom: 80px;
  }
  .m-p-xxlsm-tl {
    padding-left: 15px;
    padding-top: 80px;
  }
  .m-p-xxlmd {
    padding: 80px 20px;
  }
  .m-p-xxlmd-t {
    padding-top: 80px;
  }
  .m-p-xxlmd-r {
    padding-right: 20px;
  }
  .m-p-xxlmd-b {
    padding-bottom: 80px;
  }
  .m-p-xxlmd-l {
    padding-left: 20px;
  }
  .m-p-xxlmd-tr {
    padding-right: 20px;
    padding-top: 80px;
  }
  .m-p-xxlmd-br {
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .m-p-xxlmd-lr {
    padding-right: 20px;
    padding-left: 80px;
  }
  .m-p-xxlmd-tb {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .m-p-xxlmd-bl {
    padding-left: 20px;
    padding-bottom: 80px;
  }
  .m-p-xxlmd-tl {
    padding-left: 20px;
    padding-top: 80px;
  }
  .m-p-xxllg {
    padding: 80px 30px;
  }
  .m-p-xxllg-t {
    padding-top: 80px;
  }
  .m-p-xxllg-r {
    padding-right: 30px;
  }
  .m-p-xxllg-b {
    padding-bottom: 80px;
  }
  .m-p-xxllg-l {
    padding-left: 30px;
  }
  .m-p-xxllg-tr {
    padding-right: 30px;
    padding-top: 80px;
  }
  .m-p-xxllg-br {
    padding-right: 30px;
    padding-bottom: 80px;
  }
  .m-p-xxllg-lr {
    padding-right: 30px;
    padding-left: 80px;
  }
  .m-p-xxllg-tb {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .m-p-xxllg-bl {
    padding-left: 30px;
    padding-bottom: 80px;
  }
  .m-p-xxllg-tl {
    padding-left: 30px;
    padding-top: 80px;
  }
  .m-p-xxlxl {
    padding: 80px 40px;
  }
  .m-p-xxlxl-t {
    padding-top: 80px;
  }
  .m-p-xxlxl-r {
    padding-right: 40px;
  }
  .m-p-xxlxl-b {
    padding-bottom: 80px;
  }
  .m-p-xxlxl-l {
    padding-left: 40px;
  }
  .m-p-xxlxl-tr {
    padding-right: 40px;
    padding-top: 80px;
  }
  .m-p-xxlxl-br {
    padding-right: 40px;
    padding-bottom: 80px;
  }
  .m-p-xxlxl-lr {
    padding-right: 40px;
    padding-left: 80px;
  }
  .m-p-xxlxl-tb {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .m-p-xxlxl-bl {
    padding-left: 40px;
    padding-bottom: 80px;
  }
  .m-p-xxlxl-tl {
    padding-left: 40px;
    padding-top: 80px;
  }
  .m-p-xxlxxl {
    padding: 80px 80px;
  }
  .m-p-xxlxxl-t {
    padding-top: 80px;
  }
  .m-p-xxlxxl-r {
    padding-right: 80px;
  }
  .m-p-xxlxxl-b {
    padding-bottom: 80px;
  }
  .m-p-xxlxxl-l {
    padding-left: 80px;
  }
  .m-p-xxlxxl-tr {
    padding-right: 80px;
    padding-top: 80px;
  }
  .m-p-xxlxxl-br {
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .m-p-xxlxxl-lr {
    padding-right: 80px;
    padding-left: 80px;
  }
  .m-p-xxlxxl-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-p-xxlxxl-bl {
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .m-p-xxlxxl-tl {
    padding-left: 80px;
    padding-top: 80px;
  }
  .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 15px;
  }
  .m-m-xxssm-t {
    margin-top: 5px;
  }
  .m-m-xxssm-r {
    margin-right: 15px;
  }
  .m-m-xxssm-b {
    margin-bottom: 5px;
  }
  .m-m-xxssm-l {
    margin-left: 15px;
  }
  .m-m-xxssm-tr {
    margin-right: 15px;
    margin-top: 5px;
  }
  .m-m-xxssm-br {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .m-m-xxssm-lr {
    margin-right: 15px;
    margin-left: 5px;
  }
  .m-m-xxssm-tb {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .m-m-xxssm-bl {
    margin-left: 15px;
    margin-bottom: 5px;
  }
  .m-m-xxssm-tl {
    margin-left: 15px;
    margin-top: 5px;
  }
  .m-m-xxsmd {
    margin: 5px 20px;
  }
  .m-m-xxsmd-t {
    margin-top: 5px;
  }
  .m-m-xxsmd-r {
    margin-right: 20px;
  }
  .m-m-xxsmd-b {
    margin-bottom: 5px;
  }
  .m-m-xxsmd-l {
    margin-left: 20px;
  }
  .m-m-xxsmd-tr {
    margin-right: 20px;
    margin-top: 5px;
  }
  .m-m-xxsmd-br {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .m-m-xxsmd-lr {
    margin-right: 20px;
    margin-left: 5px;
  }
  .m-m-xxsmd-tb {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .m-m-xxsmd-bl {
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .m-m-xxsmd-tl {
    margin-left: 20px;
    margin-top: 5px;
  }
  .m-m-xxslg {
    margin: 5px 30px;
  }
  .m-m-xxslg-t {
    margin-top: 5px;
  }
  .m-m-xxslg-r {
    margin-right: 30px;
  }
  .m-m-xxslg-b {
    margin-bottom: 5px;
  }
  .m-m-xxslg-l {
    margin-left: 30px;
  }
  .m-m-xxslg-tr {
    margin-right: 30px;
    margin-top: 5px;
  }
  .m-m-xxslg-br {
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .m-m-xxslg-lr {
    margin-right: 30px;
    margin-left: 5px;
  }
  .m-m-xxslg-tb {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .m-m-xxslg-bl {
    margin-left: 30px;
    margin-bottom: 5px;
  }
  .m-m-xxslg-tl {
    margin-left: 30px;
    margin-top: 5px;
  }
  .m-m-xxsxl {
    margin: 5px 40px;
  }
  .m-m-xxsxl-t {
    margin-top: 5px;
  }
  .m-m-xxsxl-r {
    margin-right: 40px;
  }
  .m-m-xxsxl-b {
    margin-bottom: 5px;
  }
  .m-m-xxsxl-l {
    margin-left: 40px;
  }
  .m-m-xxsxl-tr {
    margin-right: 40px;
    margin-top: 5px;
  }
  .m-m-xxsxl-br {
    margin-right: 40px;
    margin-bottom: 5px;
  }
  .m-m-xxsxl-lr {
    margin-right: 40px;
    margin-left: 5px;
  }
  .m-m-xxsxl-tb {
    margin-top: 5px;
    margin-bottom: 40px;
  }
  .m-m-xxsxl-bl {
    margin-left: 40px;
    margin-bottom: 5px;
  }
  .m-m-xxsxl-tl {
    margin-left: 40px;
    margin-top: 5px;
  }
  .m-m-xxsxxl {
    margin: 5px 80px;
  }
  .m-m-xxsxxl-t {
    margin-top: 5px;
  }
  .m-m-xxsxxl-r {
    margin-right: 80px;
  }
  .m-m-xxsxxl-b {
    margin-bottom: 5px;
  }
  .m-m-xxsxxl-l {
    margin-left: 80px;
  }
  .m-m-xxsxxl-tr {
    margin-right: 80px;
    margin-top: 5px;
  }
  .m-m-xxsxxl-br {
    margin-right: 80px;
    margin-bottom: 5px;
  }
  .m-m-xxsxxl-lr {
    margin-right: 80px;
    margin-left: 5px;
  }
  .m-m-xxsxxl-tb {
    margin-top: 5px;
    margin-bottom: 80px;
  }
  .m-m-xxsxxl-bl {
    margin-left: 80px;
    margin-bottom: 5px;
  }
  .m-m-xxsxxl-tl {
    margin-left: 80px;
    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 15px;
  }
  .m-m-xssm-t {
    margin-top: 10px;
  }
  .m-m-xssm-r {
    margin-right: 15px;
  }
  .m-m-xssm-b {
    margin-bottom: 10px;
  }
  .m-m-xssm-l {
    margin-left: 15px;
  }
  .m-m-xssm-tr {
    margin-right: 15px;
    margin-top: 10px;
  }
  .m-m-xssm-br {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .m-m-xssm-lr {
    margin-right: 15px;
    margin-left: 10px;
  }
  .m-m-xssm-tb {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .m-m-xssm-bl {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .m-m-xssm-tl {
    margin-left: 15px;
    margin-top: 10px;
  }
  .m-m-xsmd {
    margin: 10px 20px;
  }
  .m-m-xsmd-t {
    margin-top: 10px;
  }
  .m-m-xsmd-r {
    margin-right: 20px;
  }
  .m-m-xsmd-b {
    margin-bottom: 10px;
  }
  .m-m-xsmd-l {
    margin-left: 20px;
  }
  .m-m-xsmd-tr {
    margin-right: 20px;
    margin-top: 10px;
  }
  .m-m-xsmd-br {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .m-m-xsmd-lr {
    margin-right: 20px;
    margin-left: 10px;
  }
  .m-m-xsmd-tb {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .m-m-xsmd-bl {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .m-m-xsmd-tl {
    margin-left: 20px;
    margin-top: 10px;
  }
  .m-m-xslg {
    margin: 10px 30px;
  }
  .m-m-xslg-t {
    margin-top: 10px;
  }
  .m-m-xslg-r {
    margin-right: 30px;
  }
  .m-m-xslg-b {
    margin-bottom: 10px;
  }
  .m-m-xslg-l {
    margin-left: 30px;
  }
  .m-m-xslg-tr {
    margin-right: 30px;
    margin-top: 10px;
  }
  .m-m-xslg-br {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .m-m-xslg-lr {
    margin-right: 30px;
    margin-left: 10px;
  }
  .m-m-xslg-tb {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .m-m-xslg-bl {
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .m-m-xslg-tl {
    margin-left: 30px;
    margin-top: 10px;
  }
  .m-m-xsxl {
    margin: 10px 40px;
  }
  .m-m-xsxl-t {
    margin-top: 10px;
  }
  .m-m-xsxl-r {
    margin-right: 40px;
  }
  .m-m-xsxl-b {
    margin-bottom: 10px;
  }
  .m-m-xsxl-l {
    margin-left: 40px;
  }
  .m-m-xsxl-tr {
    margin-right: 40px;
    margin-top: 10px;
  }
  .m-m-xsxl-br {
    margin-right: 40px;
    margin-bottom: 10px;
  }
  .m-m-xsxl-lr {
    margin-right: 40px;
    margin-left: 10px;
  }
  .m-m-xsxl-tb {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .m-m-xsxl-bl {
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .m-m-xsxl-tl {
    margin-left: 40px;
    margin-top: 10px;
  }
  .m-m-xsxxl {
    margin: 10px 80px;
  }
  .m-m-xsxxl-t {
    margin-top: 10px;
  }
  .m-m-xsxxl-r {
    margin-right: 80px;
  }
  .m-m-xsxxl-b {
    margin-bottom: 10px;
  }
  .m-m-xsxxl-l {
    margin-left: 80px;
  }
  .m-m-xsxxl-tr {
    margin-right: 80px;
    margin-top: 10px;
  }
  .m-m-xsxxl-br {
    margin-right: 80px;
    margin-bottom: 10px;
  }
  .m-m-xsxxl-lr {
    margin-right: 80px;
    margin-left: 10px;
  }
  .m-m-xsxxl-tb {
    margin-top: 10px;
    margin-bottom: 80px;
  }
  .m-m-xsxxl-bl {
    margin-left: 80px;
    margin-bottom: 10px;
  }
  .m-m-xsxxl-tl {
    margin-left: 80px;
    margin-top: 10px;
  }
  .m-m-sm {
    margin: 15px;
  }
  .m-m-sm-t {
    margin-top: 15px;
  }
  .m-m-sm-r {
    margin-right: 15px;
  }
  .m-m-sm-b {
    margin-bottom: 15px;
  }
  .m-m-sm-l {
    margin-left: 15px;
  }
  .m-m-sm-tr {
    margin-right: 15px;
    margin-top: 15px;
  }
  .m-m-sm-br {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .m-m-sm-rl, .m-m-sm-lr {
    margin-right: 15px;
    margin-left: 15px;
  }
  .m-m-sm-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .m-m-sm-bl {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .m-m-sm-tl {
    margin-left: 15px;
    margin-top: 15px;
  }
  .m-m-smxxs {
    margin: 15px 5px;
  }
  .m-m-smxxs-t {
    margin-top: 15px;
  }
  .m-m-smxxs-r {
    margin-right: 5px;
  }
  .m-m-smxxs-b {
    margin-bottom: 15px;
  }
  .m-m-smxxs-l {
    margin-left: 5px;
  }
  .m-m-smxxs-tr {
    margin-right: 5px;
    margin-top: 15px;
  }
  .m-m-smxxs-br {
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .m-m-smxxs-lr {
    margin-right: 5px;
    margin-left: 15px;
  }
  .m-m-smxxs-tb {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .m-m-smxxs-bl {
    margin-left: 5px;
    margin-bottom: 15px;
  }
  .m-m-smxxs-tl {
    margin-left: 5px;
    margin-top: 15px;
  }
  .m-m-smxs {
    margin: 15px 10px;
  }
  .m-m-smxs-t {
    margin-top: 15px;
  }
  .m-m-smxs-r {
    margin-right: 10px;
  }
  .m-m-smxs-b {
    margin-bottom: 15px;
  }
  .m-m-smxs-l {
    margin-left: 10px;
  }
  .m-m-smxs-tr {
    margin-right: 10px;
    margin-top: 15px;
  }
  .m-m-smxs-br {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .m-m-smxs-lr {
    margin-right: 10px;
    margin-left: 15px;
  }
  .m-m-smxs-tb {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .m-m-smxs-bl {
    margin-left: 10px;
    margin-bottom: 15px;
  }
  .m-m-smxs-tl {
    margin-left: 10px;
    margin-top: 15px;
  }
  .m-m-smsm {
    margin: 15px 15px;
  }
  .m-m-smsm-t {
    margin-top: 15px;
  }
  .m-m-smsm-r {
    margin-right: 15px;
  }
  .m-m-smsm-b {
    margin-bottom: 15px;
  }
  .m-m-smsm-l {
    margin-left: 15px;
  }
  .m-m-smsm-tr {
    margin-right: 15px;
    margin-top: 15px;
  }
  .m-m-smsm-br {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .m-m-smsm-lr {
    margin-right: 15px;
    margin-left: 15px;
  }
  .m-m-smsm-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .m-m-smsm-bl {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .m-m-smsm-tl {
    margin-left: 15px;
    margin-top: 15px;
  }
  .m-m-smmd {
    margin: 15px 20px;
  }
  .m-m-smmd-t {
    margin-top: 15px;
  }
  .m-m-smmd-r {
    margin-right: 20px;
  }
  .m-m-smmd-b {
    margin-bottom: 15px;
  }
  .m-m-smmd-l {
    margin-left: 20px;
  }
  .m-m-smmd-tr {
    margin-right: 20px;
    margin-top: 15px;
  }
  .m-m-smmd-br {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .m-m-smmd-lr {
    margin-right: 20px;
    margin-left: 15px;
  }
  .m-m-smmd-tb {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .m-m-smmd-bl {
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .m-m-smmd-tl {
    margin-left: 20px;
    margin-top: 15px;
  }
  .m-m-smlg {
    margin: 15px 30px;
  }
  .m-m-smlg-t {
    margin-top: 15px;
  }
  .m-m-smlg-r {
    margin-right: 30px;
  }
  .m-m-smlg-b {
    margin-bottom: 15px;
  }
  .m-m-smlg-l {
    margin-left: 30px;
  }
  .m-m-smlg-tr {
    margin-right: 30px;
    margin-top: 15px;
  }
  .m-m-smlg-br {
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .m-m-smlg-lr {
    margin-right: 30px;
    margin-left: 15px;
  }
  .m-m-smlg-tb {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .m-m-smlg-bl {
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .m-m-smlg-tl {
    margin-left: 30px;
    margin-top: 15px;
  }
  .m-m-smxl {
    margin: 15px 40px;
  }
  .m-m-smxl-t {
    margin-top: 15px;
  }
  .m-m-smxl-r {
    margin-right: 40px;
  }
  .m-m-smxl-b {
    margin-bottom: 15px;
  }
  .m-m-smxl-l {
    margin-left: 40px;
  }
  .m-m-smxl-tr {
    margin-right: 40px;
    margin-top: 15px;
  }
  .m-m-smxl-br {
    margin-right: 40px;
    margin-bottom: 15px;
  }
  .m-m-smxl-lr {
    margin-right: 40px;
    margin-left: 15px;
  }
  .m-m-smxl-tb {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .m-m-smxl-bl {
    margin-left: 40px;
    margin-bottom: 15px;
  }
  .m-m-smxl-tl {
    margin-left: 40px;
    margin-top: 15px;
  }
  .m-m-smxxl {
    margin: 15px 80px;
  }
  .m-m-smxxl-t {
    margin-top: 15px;
  }
  .m-m-smxxl-r {
    margin-right: 80px;
  }
  .m-m-smxxl-b {
    margin-bottom: 15px;
  }
  .m-m-smxxl-l {
    margin-left: 80px;
  }
  .m-m-smxxl-tr {
    margin-right: 80px;
    margin-top: 15px;
  }
  .m-m-smxxl-br {
    margin-right: 80px;
    margin-bottom: 15px;
  }
  .m-m-smxxl-lr {
    margin-right: 80px;
    margin-left: 15px;
  }
  .m-m-smxxl-tb {
    margin-top: 15px;
    margin-bottom: 80px;
  }
  .m-m-smxxl-bl {
    margin-left: 80px;
    margin-bottom: 15px;
  }
  .m-m-smxxl-tl {
    margin-left: 80px;
    margin-top: 15px;
  }
  .m-m-md {
    margin: 20px;
  }
  .m-m-md-t {
    margin-top: 20px;
  }
  .m-m-md-r {
    margin-right: 20px;
  }
  .m-m-md-b {
    margin-bottom: 20px;
  }
  .m-m-md-l {
    margin-left: 20px;
  }
  .m-m-md-tr {
    margin-right: 20px;
    margin-top: 20px;
  }
  .m-m-md-br {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .m-m-md-rl, .m-m-md-lr {
    margin-right: 20px;
    margin-left: 20px;
  }
  .m-m-md-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-m-md-bl {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .m-m-md-tl {
    margin-left: 20px;
    margin-top: 20px;
  }
  .m-m-mdxxs {
    margin: 20px 5px;
  }
  .m-m-mdxxs-t {
    margin-top: 20px;
  }
  .m-m-mdxxs-r {
    margin-right: 5px;
  }
  .m-m-mdxxs-b {
    margin-bottom: 20px;
  }
  .m-m-mdxxs-l {
    margin-left: 5px;
  }
  .m-m-mdxxs-tr {
    margin-right: 5px;
    margin-top: 20px;
  }
  .m-m-mdxxs-br {
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .m-m-mdxxs-lr {
    margin-right: 5px;
    margin-left: 20px;
  }
  .m-m-mdxxs-tb {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .m-m-mdxxs-bl {
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .m-m-mdxxs-tl {
    margin-left: 5px;
    margin-top: 20px;
  }
  .m-m-mdxs {
    margin: 20px 10px;
  }
  .m-m-mdxs-t {
    margin-top: 20px;
  }
  .m-m-mdxs-r {
    margin-right: 10px;
  }
  .m-m-mdxs-b {
    margin-bottom: 20px;
  }
  .m-m-mdxs-l {
    margin-left: 10px;
  }
  .m-m-mdxs-tr {
    margin-right: 10px;
    margin-top: 20px;
  }
  .m-m-mdxs-br {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .m-m-mdxs-lr {
    margin-right: 10px;
    margin-left: 20px;
  }
  .m-m-mdxs-tb {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .m-m-mdxs-bl {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .m-m-mdxs-tl {
    margin-left: 10px;
    margin-top: 20px;
  }
  .m-m-mdsm {
    margin: 20px 15px;
  }
  .m-m-mdsm-t {
    margin-top: 20px;
  }
  .m-m-mdsm-r {
    margin-right: 15px;
  }
  .m-m-mdsm-b {
    margin-bottom: 20px;
  }
  .m-m-mdsm-l {
    margin-left: 15px;
  }
  .m-m-mdsm-tr {
    margin-right: 15px;
    margin-top: 20px;
  }
  .m-m-mdsm-br {
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .m-m-mdsm-lr {
    margin-right: 15px;
    margin-left: 20px;
  }
  .m-m-mdsm-tb {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .m-m-mdsm-bl {
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .m-m-mdsm-tl {
    margin-left: 15px;
    margin-top: 20px;
  }
  .m-m-mdmd {
    margin: 20px 20px;
  }
  .m-m-mdmd-t {
    margin-top: 20px;
  }
  .m-m-mdmd-r {
    margin-right: 20px;
  }
  .m-m-mdmd-b {
    margin-bottom: 20px;
  }
  .m-m-mdmd-l {
    margin-left: 20px;
  }
  .m-m-mdmd-tr {
    margin-right: 20px;
    margin-top: 20px;
  }
  .m-m-mdmd-br {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .m-m-mdmd-lr {
    margin-right: 20px;
    margin-left: 20px;
  }
  .m-m-mdmd-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-m-mdmd-bl {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .m-m-mdmd-tl {
    margin-left: 20px;
    margin-top: 20px;
  }
  .m-m-mdlg {
    margin: 20px 30px;
  }
  .m-m-mdlg-t {
    margin-top: 20px;
  }
  .m-m-mdlg-r {
    margin-right: 30px;
  }
  .m-m-mdlg-b {
    margin-bottom: 20px;
  }
  .m-m-mdlg-l {
    margin-left: 30px;
  }
  .m-m-mdlg-tr {
    margin-right: 30px;
    margin-top: 20px;
  }
  .m-m-mdlg-br {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .m-m-mdlg-lr {
    margin-right: 30px;
    margin-left: 20px;
  }
  .m-m-mdlg-tb {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .m-m-mdlg-bl {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .m-m-mdlg-tl {
    margin-left: 30px;
    margin-top: 20px;
  }
  .m-m-mdxl {
    margin: 20px 40px;
  }
  .m-m-mdxl-t {
    margin-top: 20px;
  }
  .m-m-mdxl-r {
    margin-right: 40px;
  }
  .m-m-mdxl-b {
    margin-bottom: 20px;
  }
  .m-m-mdxl-l {
    margin-left: 40px;
  }
  .m-m-mdxl-tr {
    margin-right: 40px;
    margin-top: 20px;
  }
  .m-m-mdxl-br {
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .m-m-mdxl-lr {
    margin-right: 40px;
    margin-left: 20px;
  }
  .m-m-mdxl-tb {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .m-m-mdxl-bl {
    margin-left: 40px;
    margin-bottom: 20px;
  }
  .m-m-mdxl-tl {
    margin-left: 40px;
    margin-top: 20px;
  }
  .m-m-mdxxl {
    margin: 20px 80px;
  }
  .m-m-mdxxl-t {
    margin-top: 20px;
  }
  .m-m-mdxxl-r {
    margin-right: 80px;
  }
  .m-m-mdxxl-b {
    margin-bottom: 20px;
  }
  .m-m-mdxxl-l {
    margin-left: 80px;
  }
  .m-m-mdxxl-tr {
    margin-right: 80px;
    margin-top: 20px;
  }
  .m-m-mdxxl-br {
    margin-right: 80px;
    margin-bottom: 20px;
  }
  .m-m-mdxxl-lr {
    margin-right: 80px;
    margin-left: 20px;
  }
  .m-m-mdxxl-tb {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .m-m-mdxxl-bl {
    margin-left: 80px;
    margin-bottom: 20px;
  }
  .m-m-mdxxl-tl {
    margin-left: 80px;
    margin-top: 20px;
  }
  .m-m-lg {
    margin: 30px;
  }
  .m-m-lg-t {
    margin-top: 30px;
  }
  .m-m-lg-r {
    margin-right: 30px;
  }
  .m-m-lg-b {
    margin-bottom: 30px;
  }
  .m-m-lg-l {
    margin-left: 30px;
  }
  .m-m-lg-tr {
    margin-right: 30px;
    margin-top: 30px;
  }
  .m-m-lg-br {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .m-m-lg-rl, .m-m-lg-lr {
    margin-right: 30px;
    margin-left: 30px;
  }
  .m-m-lg-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .m-m-lg-bl {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .m-m-lg-tl {
    margin-left: 30px;
    margin-top: 30px;
  }
  .m-m-lgxxs {
    margin: 30px 5px;
  }
  .m-m-lgxxs-t {
    margin-top: 30px;
  }
  .m-m-lgxxs-r {
    margin-right: 5px;
  }
  .m-m-lgxxs-b {
    margin-bottom: 30px;
  }
  .m-m-lgxxs-l {
    margin-left: 5px;
  }
  .m-m-lgxxs-tr {
    margin-right: 5px;
    margin-top: 30px;
  }
  .m-m-lgxxs-br {
    margin-right: 5px;
    margin-bottom: 30px;
  }
  .m-m-lgxxs-lr {
    margin-right: 5px;
    margin-left: 30px;
  }
  .m-m-lgxxs-tb {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .m-m-lgxxs-bl {
    margin-left: 5px;
    margin-bottom: 30px;
  }
  .m-m-lgxxs-tl {
    margin-left: 5px;
    margin-top: 30px;
  }
  .m-m-lgxs {
    margin: 30px 10px;
  }
  .m-m-lgxs-t {
    margin-top: 30px;
  }
  .m-m-lgxs-r {
    margin-right: 10px;
  }
  .m-m-lgxs-b {
    margin-bottom: 30px;
  }
  .m-m-lgxs-l {
    margin-left: 10px;
  }
  .m-m-lgxs-tr {
    margin-right: 10px;
    margin-top: 30px;
  }
  .m-m-lgxs-br {
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .m-m-lgxs-lr {
    margin-right: 10px;
    margin-left: 30px;
  }
  .m-m-lgxs-tb {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .m-m-lgxs-bl {
    margin-left: 10px;
    margin-bottom: 30px;
  }
  .m-m-lgxs-tl {
    margin-left: 10px;
    margin-top: 30px;
  }
  .m-m-lgsm {
    margin: 30px 15px;
  }
  .m-m-lgsm-t {
    margin-top: 30px;
  }
  .m-m-lgsm-r {
    margin-right: 15px;
  }
  .m-m-lgsm-b {
    margin-bottom: 30px;
  }
  .m-m-lgsm-l {
    margin-left: 15px;
  }
  .m-m-lgsm-tr {
    margin-right: 15px;
    margin-top: 30px;
  }
  .m-m-lgsm-br {
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .m-m-lgsm-lr {
    margin-right: 15px;
    margin-left: 30px;
  }
  .m-m-lgsm-tb {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .m-m-lgsm-bl {
    margin-left: 15px;
    margin-bottom: 30px;
  }
  .m-m-lgsm-tl {
    margin-left: 15px;
    margin-top: 30px;
  }
  .m-m-lgmd {
    margin: 30px 20px;
  }
  .m-m-lgmd-t {
    margin-top: 30px;
  }
  .m-m-lgmd-r {
    margin-right: 20px;
  }
  .m-m-lgmd-b {
    margin-bottom: 30px;
  }
  .m-m-lgmd-l {
    margin-left: 20px;
  }
  .m-m-lgmd-tr {
    margin-right: 20px;
    margin-top: 30px;
  }
  .m-m-lgmd-br {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .m-m-lgmd-lr {
    margin-right: 20px;
    margin-left: 30px;
  }
  .m-m-lgmd-tb {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .m-m-lgmd-bl {
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .m-m-lgmd-tl {
    margin-left: 20px;
    margin-top: 30px;
  }
  .m-m-lglg {
    margin: 30px 30px;
  }
  .m-m-lglg-t {
    margin-top: 30px;
  }
  .m-m-lglg-r {
    margin-right: 30px;
  }
  .m-m-lglg-b {
    margin-bottom: 30px;
  }
  .m-m-lglg-l {
    margin-left: 30px;
  }
  .m-m-lglg-tr {
    margin-right: 30px;
    margin-top: 30px;
  }
  .m-m-lglg-br {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .m-m-lglg-lr {
    margin-right: 30px;
    margin-left: 30px;
  }
  .m-m-lglg-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .m-m-lglg-bl {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .m-m-lglg-tl {
    margin-left: 30px;
    margin-top: 30px;
  }
  .m-m-lgxl {
    margin: 30px 40px;
  }
  .m-m-lgxl-t {
    margin-top: 30px;
  }
  .m-m-lgxl-r {
    margin-right: 40px;
  }
  .m-m-lgxl-b {
    margin-bottom: 30px;
  }
  .m-m-lgxl-l {
    margin-left: 40px;
  }
  .m-m-lgxl-tr {
    margin-right: 40px;
    margin-top: 30px;
  }
  .m-m-lgxl-br {
    margin-right: 40px;
    margin-bottom: 30px;
  }
  .m-m-lgxl-lr {
    margin-right: 40px;
    margin-left: 30px;
  }
  .m-m-lgxl-tb {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .m-m-lgxl-bl {
    margin-left: 40px;
    margin-bottom: 30px;
  }
  .m-m-lgxl-tl {
    margin-left: 40px;
    margin-top: 30px;
  }
  .m-m-lgxxl {
    margin: 30px 80px;
  }
  .m-m-lgxxl-t {
    margin-top: 30px;
  }
  .m-m-lgxxl-r {
    margin-right: 80px;
  }
  .m-m-lgxxl-b {
    margin-bottom: 30px;
  }
  .m-m-lgxxl-l {
    margin-left: 80px;
  }
  .m-m-lgxxl-tr {
    margin-right: 80px;
    margin-top: 30px;
  }
  .m-m-lgxxl-br {
    margin-right: 80px;
    margin-bottom: 30px;
  }
  .m-m-lgxxl-lr {
    margin-right: 80px;
    margin-left: 30px;
  }
  .m-m-lgxxl-tb {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .m-m-lgxxl-bl {
    margin-left: 80px;
    margin-bottom: 30px;
  }
  .m-m-lgxxl-tl {
    margin-left: 80px;
    margin-top: 30px;
  }
  .m-m-xl {
    margin: 40px;
  }
  .m-m-xl-t {
    margin-top: 40px;
  }
  .m-m-xl-r {
    margin-right: 40px;
  }
  .m-m-xl-b {
    margin-bottom: 40px;
  }
  .m-m-xl-l {
    margin-left: 40px;
  }
  .m-m-xl-tr {
    margin-right: 40px;
    margin-top: 40px;
  }
  .m-m-xl-br {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .m-m-xl-rl, .m-m-xl-lr {
    margin-right: 40px;
    margin-left: 40px;
  }
  .m-m-xl-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-m-xl-bl {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .m-m-xl-tl {
    margin-left: 40px;
    margin-top: 40px;
  }
  .m-m-xlxxs {
    margin: 40px 5px;
  }
  .m-m-xlxxs-t {
    margin-top: 40px;
  }
  .m-m-xlxxs-r {
    margin-right: 5px;
  }
  .m-m-xlxxs-b {
    margin-bottom: 40px;
  }
  .m-m-xlxxs-l {
    margin-left: 5px;
  }
  .m-m-xlxxs-tr {
    margin-right: 5px;
    margin-top: 40px;
  }
  .m-m-xlxxs-br {
    margin-right: 5px;
    margin-bottom: 40px;
  }
  .m-m-xlxxs-lr {
    margin-right: 5px;
    margin-left: 40px;
  }
  .m-m-xlxxs-tb {
    margin-top: 40px;
    margin-bottom: 5px;
  }
  .m-m-xlxxs-bl {
    margin-left: 5px;
    margin-bottom: 40px;
  }
  .m-m-xlxxs-tl {
    margin-left: 5px;
    margin-top: 40px;
  }
  .m-m-xlxs {
    margin: 40px 10px;
  }
  .m-m-xlxs-t {
    margin-top: 40px;
  }
  .m-m-xlxs-r {
    margin-right: 10px;
  }
  .m-m-xlxs-b {
    margin-bottom: 40px;
  }
  .m-m-xlxs-l {
    margin-left: 10px;
  }
  .m-m-xlxs-tr {
    margin-right: 10px;
    margin-top: 40px;
  }
  .m-m-xlxs-br {
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .m-m-xlxs-lr {
    margin-right: 10px;
    margin-left: 40px;
  }
  .m-m-xlxs-tb {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .m-m-xlxs-bl {
    margin-left: 10px;
    margin-bottom: 40px;
  }
  .m-m-xlxs-tl {
    margin-left: 10px;
    margin-top: 40px;
  }
  .m-m-xlsm {
    margin: 40px 15px;
  }
  .m-m-xlsm-t {
    margin-top: 40px;
  }
  .m-m-xlsm-r {
    margin-right: 15px;
  }
  .m-m-xlsm-b {
    margin-bottom: 40px;
  }
  .m-m-xlsm-l {
    margin-left: 15px;
  }
  .m-m-xlsm-tr {
    margin-right: 15px;
    margin-top: 40px;
  }
  .m-m-xlsm-br {
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .m-m-xlsm-lr {
    margin-right: 15px;
    margin-left: 40px;
  }
  .m-m-xlsm-tb {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .m-m-xlsm-bl {
    margin-left: 15px;
    margin-bottom: 40px;
  }
  .m-m-xlsm-tl {
    margin-left: 15px;
    margin-top: 40px;
  }
  .m-m-xlmd {
    margin: 40px 20px;
  }
  .m-m-xlmd-t {
    margin-top: 40px;
  }
  .m-m-xlmd-r {
    margin-right: 20px;
  }
  .m-m-xlmd-b {
    margin-bottom: 40px;
  }
  .m-m-xlmd-l {
    margin-left: 20px;
  }
  .m-m-xlmd-tr {
    margin-right: 20px;
    margin-top: 40px;
  }
  .m-m-xlmd-br {
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .m-m-xlmd-lr {
    margin-right: 20px;
    margin-left: 40px;
  }
  .m-m-xlmd-tb {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .m-m-xlmd-bl {
    margin-left: 20px;
    margin-bottom: 40px;
  }
  .m-m-xlmd-tl {
    margin-left: 20px;
    margin-top: 40px;
  }
  .m-m-xllg {
    margin: 40px 30px;
  }
  .m-m-xllg-t {
    margin-top: 40px;
  }
  .m-m-xllg-r {
    margin-right: 30px;
  }
  .m-m-xllg-b {
    margin-bottom: 40px;
  }
  .m-m-xllg-l {
    margin-left: 30px;
  }
  .m-m-xllg-tr {
    margin-right: 30px;
    margin-top: 40px;
  }
  .m-m-xllg-br {
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .m-m-xllg-lr {
    margin-right: 30px;
    margin-left: 40px;
  }
  .m-m-xllg-tb {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .m-m-xllg-bl {
    margin-left: 30px;
    margin-bottom: 40px;
  }
  .m-m-xllg-tl {
    margin-left: 30px;
    margin-top: 40px;
  }
  .m-m-xlxl {
    margin: 40px 40px;
  }
  .m-m-xlxl-t {
    margin-top: 40px;
  }
  .m-m-xlxl-r {
    margin-right: 40px;
  }
  .m-m-xlxl-b {
    margin-bottom: 40px;
  }
  .m-m-xlxl-l {
    margin-left: 40px;
  }
  .m-m-xlxl-tr {
    margin-right: 40px;
    margin-top: 40px;
  }
  .m-m-xlxl-br {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .m-m-xlxl-lr {
    margin-right: 40px;
    margin-left: 40px;
  }
  .m-m-xlxl-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-m-xlxl-bl {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .m-m-xlxl-tl {
    margin-left: 40px;
    margin-top: 40px;
  }
  .m-m-xlxxl {
    margin: 40px 80px;
  }
  .m-m-xlxxl-t {
    margin-top: 40px;
  }
  .m-m-xlxxl-r {
    margin-right: 80px;
  }
  .m-m-xlxxl-b {
    margin-bottom: 40px;
  }
  .m-m-xlxxl-l {
    margin-left: 80px;
  }
  .m-m-xlxxl-tr {
    margin-right: 80px;
    margin-top: 40px;
  }
  .m-m-xlxxl-br {
    margin-right: 80px;
    margin-bottom: 40px;
  }
  .m-m-xlxxl-lr {
    margin-right: 80px;
    margin-left: 40px;
  }
  .m-m-xlxxl-tb {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .m-m-xlxxl-bl {
    margin-left: 80px;
    margin-bottom: 40px;
  }
  .m-m-xlxxl-tl {
    margin-left: 80px;
    margin-top: 40px;
  }
  .m-m-xxl {
    margin: 80px;
  }
  .m-m-xxl-t {
    margin-top: 80px;
  }
  .m-m-xxl-r {
    margin-right: 80px;
  }
  .m-m-xxl-b {
    margin-bottom: 80px;
  }
  .m-m-xxl-l {
    margin-left: 80px;
  }
  .m-m-xxl-tr {
    margin-right: 80px;
    margin-top: 80px;
  }
  .m-m-xxl-br {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .m-m-xxl-rl, .m-m-xxl-lr {
    margin-right: 80px;
    margin-left: 80px;
  }
  .m-m-xxl-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-m-xxl-bl {
    margin-left: 80px;
    margin-bottom: 80px;
  }
  .m-m-xxl-tl {
    margin-left: 80px;
    margin-top: 80px;
  }
  .m-m-xxlxxs {
    margin: 80px 5px;
  }
  .m-m-xxlxxs-t {
    margin-top: 80px;
  }
  .m-m-xxlxxs-r {
    margin-right: 5px;
  }
  .m-m-xxlxxs-b {
    margin-bottom: 80px;
  }
  .m-m-xxlxxs-l {
    margin-left: 5px;
  }
  .m-m-xxlxxs-tr {
    margin-right: 5px;
    margin-top: 80px;
  }
  .m-m-xxlxxs-br {
    margin-right: 5px;
    margin-bottom: 80px;
  }
  .m-m-xxlxxs-lr {
    margin-right: 5px;
    margin-left: 80px;
  }
  .m-m-xxlxxs-tb {
    margin-top: 80px;
    margin-bottom: 5px;
  }
  .m-m-xxlxxs-bl {
    margin-left: 5px;
    margin-bottom: 80px;
  }
  .m-m-xxlxxs-tl {
    margin-left: 5px;
    margin-top: 80px;
  }
  .m-m-xxlxs {
    margin: 80px 10px;
  }
  .m-m-xxlxs-t {
    margin-top: 80px;
  }
  .m-m-xxlxs-r {
    margin-right: 10px;
  }
  .m-m-xxlxs-b {
    margin-bottom: 80px;
  }
  .m-m-xxlxs-l {
    margin-left: 10px;
  }
  .m-m-xxlxs-tr {
    margin-right: 10px;
    margin-top: 80px;
  }
  .m-m-xxlxs-br {
    margin-right: 10px;
    margin-bottom: 80px;
  }
  .m-m-xxlxs-lr {
    margin-right: 10px;
    margin-left: 80px;
  }
  .m-m-xxlxs-tb {
    margin-top: 80px;
    margin-bottom: 10px;
  }
  .m-m-xxlxs-bl {
    margin-left: 10px;
    margin-bottom: 80px;
  }
  .m-m-xxlxs-tl {
    margin-left: 10px;
    margin-top: 80px;
  }
  .m-m-xxlsm {
    margin: 80px 15px;
  }
  .m-m-xxlsm-t {
    margin-top: 80px;
  }
  .m-m-xxlsm-r {
    margin-right: 15px;
  }
  .m-m-xxlsm-b {
    margin-bottom: 80px;
  }
  .m-m-xxlsm-l {
    margin-left: 15px;
  }
  .m-m-xxlsm-tr {
    margin-right: 15px;
    margin-top: 80px;
  }
  .m-m-xxlsm-br {
    margin-right: 15px;
    margin-bottom: 80px;
  }
  .m-m-xxlsm-lr {
    margin-right: 15px;
    margin-left: 80px;
  }
  .m-m-xxlsm-tb {
    margin-top: 80px;
    margin-bottom: 15px;
  }
  .m-m-xxlsm-bl {
    margin-left: 15px;
    margin-bottom: 80px;
  }
  .m-m-xxlsm-tl {
    margin-left: 15px;
    margin-top: 80px;
  }
  .m-m-xxlmd {
    margin: 80px 20px;
  }
  .m-m-xxlmd-t {
    margin-top: 80px;
  }
  .m-m-xxlmd-r {
    margin-right: 20px;
  }
  .m-m-xxlmd-b {
    margin-bottom: 80px;
  }
  .m-m-xxlmd-l {
    margin-left: 20px;
  }
  .m-m-xxlmd-tr {
    margin-right: 20px;
    margin-top: 80px;
  }
  .m-m-xxlmd-br {
    margin-right: 20px;
    margin-bottom: 80px;
  }
  .m-m-xxlmd-lr {
    margin-right: 20px;
    margin-left: 80px;
  }
  .m-m-xxlmd-tb {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .m-m-xxlmd-bl {
    margin-left: 20px;
    margin-bottom: 80px;
  }
  .m-m-xxlmd-tl {
    margin-left: 20px;
    margin-top: 80px;
  }
  .m-m-xxllg {
    margin: 80px 30px;
  }
  .m-m-xxllg-t {
    margin-top: 80px;
  }
  .m-m-xxllg-r {
    margin-right: 30px;
  }
  .m-m-xxllg-b {
    margin-bottom: 80px;
  }
  .m-m-xxllg-l {
    margin-left: 30px;
  }
  .m-m-xxllg-tr {
    margin-right: 30px;
    margin-top: 80px;
  }
  .m-m-xxllg-br {
    margin-right: 30px;
    margin-bottom: 80px;
  }
  .m-m-xxllg-lr {
    margin-right: 30px;
    margin-left: 80px;
  }
  .m-m-xxllg-tb {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .m-m-xxllg-bl {
    margin-left: 30px;
    margin-bottom: 80px;
  }
  .m-m-xxllg-tl {
    margin-left: 30px;
    margin-top: 80px;
  }
  .m-m-xxlxl {
    margin: 80px 40px;
  }
  .m-m-xxlxl-t {
    margin-top: 80px;
  }
  .m-m-xxlxl-r {
    margin-right: 40px;
  }
  .m-m-xxlxl-b {
    margin-bottom: 80px;
  }
  .m-m-xxlxl-l {
    margin-left: 40px;
  }
  .m-m-xxlxl-tr {
    margin-right: 40px;
    margin-top: 80px;
  }
  .m-m-xxlxl-br {
    margin-right: 40px;
    margin-bottom: 80px;
  }
  .m-m-xxlxl-lr {
    margin-right: 40px;
    margin-left: 80px;
  }
  .m-m-xxlxl-tb {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .m-m-xxlxl-bl {
    margin-left: 40px;
    margin-bottom: 80px;
  }
  .m-m-xxlxl-tl {
    margin-left: 40px;
    margin-top: 80px;
  }
  .m-m-xxlxxl {
    margin: 80px 80px;
  }
  .m-m-xxlxxl-t {
    margin-top: 80px;
  }
  .m-m-xxlxxl-r {
    margin-right: 80px;
  }
  .m-m-xxlxxl-b {
    margin-bottom: 80px;
  }
  .m-m-xxlxxl-l {
    margin-left: 80px;
  }
  .m-m-xxlxxl-tr {
    margin-right: 80px;
    margin-top: 80px;
  }
  .m-m-xxlxxl-br {
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .m-m-xxlxxl-lr {
    margin-right: 80px;
    margin-left: 80px;
  }
  .m-m-xxlxxl-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-m-xxlxxl-bl {
    margin-left: 80px;
    margin-bottom: 80px;
  }
  .m-m-xxlxxl-tl {
    margin-left: 80px;
    margin-top: 80px;
  }
  .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;
  }
}
/* width */
div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

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

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

.s-xxs {
  width: 200px;
}
.s-xs {
  width: 300px;
}
.s-sm {
  width: 450px;
}
.s-md {
  width: 550px;
}
.s-lg {
  width: 600px;
}
.s-xl {
  width: 750px;
}
.s-xxl {
  width: 950px;
}
.s-min-xxs {
  min-width: 200px;
}
.s-min-xs {
  min-width: 300px;
}
.s-min-sm {
  min-width: 450px;
}
.s-min-md {
  min-width: 550px;
}
.s-min-lg {
  min-width: 600px;
}
.s-min-xl {
  min-width: 750px;
}
.s-min-xxl {
  min-width: 950px;
}
.s-max-xxs {
  max-width: 200px;
}
.s-max-xs {
  max-width: 300px;
}
.s-max-sm {
  max-width: 450px;
}
.s-max-md {
  max-width: 550px;
}
.s-max-lg {
  max-width: 600px;
}
.s-max-xl {
  max-width: 750px;
}
.s-max-xxl {
  max-width: 950px;
}
.s-x-xxs {
  width: 200px;
}
.s-x-xs {
  width: 300px;
}
.s-x-sm {
  width: 450px;
}
.s-x-md {
  width: 550px;
}
.s-x-lg {
  width: 600px;
}
.s-x-xl {
  width: 750px;
}
.s-x-xxl {
  width: 950px;
}
.s-x-min-xxs {
  min-width: 200px;
}
.s-x-min-xs {
  min-width: 300px;
}
.s-x-min-sm {
  min-width: 450px;
}
.s-x-min-md {
  min-width: 550px;
}
.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: 200px;
}
.s-x-max-xs {
  max-width: 300px;
}
.s-x-max-sm {
  max-width: 450px;
}
.s-x-max-md {
  max-width: 550px;
}
.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: 200px;
}
.s-y-xs {
  height: 300px;
}
.s-y-sm {
  height: 450px;
}
.s-y-md {
  height: 550px;
}
.s-y-lg {
  height: 600px;
}
.s-y-xl {
  height: 750px;
}
.s-y-xxl {
  height: 950px;
}
.s-y-min-xxs {
  min-height: 200px;
}
.s-y-min-xs {
  min-height: 300px;
}
.s-y-min-sm {
  min-height: 450px;
}
.s-y-min-md {
  min-height: 550px;
}
.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: 200px;
}
.s-y-max-xs {
  max-height: 300px;
}
.s-y-max-sm {
  max-height: 450px;
}
.s-y-max-md {
  max-height: 550px;
}
.s-y-max-lg {
  max-height: 600px;
}
.s-y-max-xl {
  max-height: 750px;
}
.s-y-max-xxl {
  max-height: 950px;
}

.red h1, .red h2, .red h3, .red h4, .red h6, .red p, .red a, .red .header menu a, .red .header a {
  color: #F60909;
}

.grey a, .grey b {
  color: #B6B2B2;
}

h1 .c-highlight {
  color: #19d3c5;
}

@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: 1280px;
  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: 1280px;
  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: #122146;
  opacity: 0.2;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #122146;
  opacity: 1;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #ecedf6 !important;
  height: 6px;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #4A6DE5;
  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;
  justify-content: flex-end;
}
.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;
}

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

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

::placeholder {
  color: #122146;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

.validation_message {
  background-color: #122146;
  color: #fff;
  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 #DDDDDD;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  height: 60px;
  text-indent: 1em;
  width: 100%;
  border-radius: 5px;
  -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 #DDDDDD;
  background-image: url("chevron-down.baab8286.svg");
  background-position: 99% 50%;
  background-repeat: no-repeat;
  color: #122146;
  font-size: 16px;
  height: 60px;
  line-height: 1;
  padding: 5px 1em;
  width: 100%;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gfield select:focus {
  outline: 0;
}
.gfield textarea {
  border: 1px solid #4A6DE5;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  padding: 1em;
  width: 100%;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gfield textarea:focus {
  outline: 0;
}

.gform_footer input[type=submit] {
  background: #00dadb;
  color: #fff;
  border-radius: 100px;
  padding: 1em 2em;
  text-decoration: none;
  font-weight: 600;
  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 {
  border: 1px solid #00dadb;
  background: transparent;
  color: #00dadb;
  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;
}

.gfield--type-text .gfield_label,
.gfield--type-select .gfield_label {
  margin-bottom: 10px !important;
}

.gfield--type-checkbox {
  margin-bottom: 0 !important;
}

/* Progress Bar */
.gf_progressbar_title {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: 25px;
}

.gform_wrapper .gf_progressbar_wrapper {
  background-color: #DDDDDD;
  border-radius: 5px;
  padding: 0;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.gform_wrapper .gf_progressbar {
  background-color: #00dadb;
  height: 5px;
  border-radius: 5px;
  width: 0%;
  transition: width 0.4s ease;
}

.gform_wrapper .gf_progressbar_percentage {
  display: none;
}

.gfield_label {
  margin-bottom: 20px !important;
  display: block;
}

/* Button */
.gform_page_footer {
  text-align: center;
  margin-top: 20px;
}

.gform_next_button {
  width: 220px;
}

.gform_button {
  width: 240px;
}

.gform_next_button,
.gform_button {
  padding: 1.4em 2em 1.4em 1.2em;
  border-radius: 100px;
  font-weight: 800;
  font-size: 14px;
  text-align: left;
  transition: all 0.5s ease;
  cursor: pointer;
  background-color: #00dadb;
  color: #122146;
  text-decoration: none;
  border: none;
  overflow: hidden;
  position: relative;
  background-image: url("MFC_FormBtn.1ed3a2bb.svg");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
}
.gform_next_button:hover,
.gform_button:hover {
  background-color: #122146;
  color: #fff;
  transition: all ease 250ms;
}
@media screen and (max-width: 767px) {
  .gform_next_button,
.gform_button {
    width: 100%;
  }
}

.gform_previous_button {
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  border: none;
  background: transparent;
  padding-right: 20px;
  color: #122146;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gform_previous_button {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

/* Checkboxes */
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  background: white;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
}

.gform_wrapper .gfield_checkbox input[type=checkbox],
.gform_wrapper .gfield_radio input[type=radio] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.gform_wrapper .gfield_checkbox li::before,
.gform_wrapper .gfield_radio li::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid #122146;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s ease, border 0.2s ease;
  z-index: 0;
}

.gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label::before,
.gform_wrapper .gfield_radio input[type=radio]:checked + label::before {
  background-color: #4caf50;
  border-color: #4caf50;
}

.gform_wrapper .gfield_checkbox input[type=checkbox]:checked ~ label::after,
.gform_wrapper .gfield_radio input[type=radio]:checked ~ label::after {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 24px;
  color: #122146;
  z-index: 2;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  margin-right: 10px;
  cursor: pointer;
  order: -1;
  position: relative;
  z-index: 1;
  width: 100%;
}

.gform_wrapper .gfield_checkbox li:hover::before,
.gform_wrapper .gfield_radio li:hover::before {
  border: 2px solid #122146;
}

.hero--section {
  min-height: 900px;
  background-image: url("http://myfamilycover.co.nz/wp-content/uploads/MFC_Hero.jpg");
  background-color: #B5C3CF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .hero--section {
    background-image: url("http://myfamilycover.co.nz/wp-content/uploads/MFC_Hero-Mob.jpg");
    padding-bottom: 65vw;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.hero--section h5 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hero--section p {
    font-size: 20px;
    line-height: 1.4;
    max-width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .hero--section .mob-margins .vc_column-inner {
    padding: 48px 5px 30px !important;
  }
  .hero--section .mob-margins .vc_column-inner .links-con {
    display: none !important;
  }
}

.form-column .vc_column-inner {
  background: #ecedf6;
  padding: 30px 25px !important;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .form-column .vc_column-inner {
    padding: 30px 20px !important;
    margin-top: 30px;
  }
}

.column-mw h3 {
  margin-bottom: 10px;
}
.column-mw p {
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .column-mw p {
    margin-bottom: 60px !important;
  }
}

.centered-h2 h2 {
  max-width: 600px;
  margin: 20px auto 60px !important;
}

.why-us--section h5 {
  margin-bottom: 20px;
}
.why-us--section h2 {
  max-width: 260px;
}
.why-us--section .btn-1 {
  border: 1px solid #00dadb;
}
.why-us--section .btn-1:hover {
  border: 1px solid #fff;
}
.why-us--section .column-mw h4 {
  margin-bottom: 10px;
}
.why-us--section .column-mw p {
  max-width: 355px;
}

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

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

.btn-1, .btn-2, .btn-3, .btn-4, .btn-5 {
  width: 220px;
  padding: 1.4em 2em 1.4em 1.2em;
  border-radius: 100px;
  font-weight: 800;
  font-size: 14px;
  text-align: left;
  transition: all 0.5s ease;
  cursor: pointer;
}

.btn-1 {
  background: #00dadb;
  color: #122146;
  text-decoration: none;
  border: none;
  overflow: hidden;
  position: relative;
}
.btn-1 span {
  position: relative;
}
.btn-1:before {
  background-color: #122146;
  content: "";
  border-radius: 24px;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  transition: all ease 250ms;
}
.btn-1:after {
  content: url("MFC_ButtonArrow.cba58439.svg");
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
  bottom: 0;
  margin: auto;
}
.btn-1:hover {
  background: #122146;
  color: #fff;
  transition: all ease 250ms;
}
.btn-1:hover:before {
  transform: scale(10);
}
.btn-2 {
  border: 1px solid #00dadb;
  text-decoration: none;
}
.btn-2:hover {
  background-color: #00dadb;
  color: white !important;
  transition: all 0.5s ease;
}
.btn-3 {
  text-decoration: underline;
}

.nav_desktop_b4ba__navbar_inner .btn-1 {
  width: 200px;
  padding: 1em 2em 1em 1.2em;
}

.accordion_cd7c {
  margin: 0 auto;
  padding: 60px 0px;
}
.accordion_cd7c.text_color_white p, .accordion_cd7c.text_color_white h1, .accordion_cd7c.text_color_white h2, .accordion_cd7c.text_color_white h3, .accordion_cd7c.text_color_white h4, .accordion_cd7c.text_color_white h5, .accordion_cd7c.text_color_white h6, .accordion_cd7c.text_color_white a {
  color: #fff;
}
.accordion_cd7c.bg_color_black {
  background-color: #122146;
  border-bottom: 1px solid #3C3C3C;
}
.accordion_cd7c.bg_color_white {
  background-color: #fff;
}
.accordion_cd7c .accordion_cd7c_width {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
}
.accordion_cd7c .accordion_cd7c_width .centered_text {
  text-align: center;
}
@media screen and (max-width: 766px) {
  .accordion_cd7c .accordion_cd7c_width .centered_text {
    text-align: left;
  }
}
.accordion_cd7c .accordion_cd7c_width .faq {
  padding: 10px 30px 10px 0px;
  margin-bottom: 10px;
  cursor: pointer;
}
.accordion_cd7c .accordion_cd7c_width .faq.text_color_white {
  border-bottom: 1px solid #fff;
}
.accordion_cd7c .accordion_cd7c_width .faq.text_color_black {
  border-bottom: 1px solid #122146;
}
.accordion_cd7c .accordion_cd7c_width .faq .faq_question {
  padding: 4px 0;
  position: relative;
}
.accordion_cd7c .accordion_cd7c_width .faq .faq_question h6 {
  position: relative;
}
.accordion_cd7c .accordion_cd7c_width .faq .faq_question h6 svg {
  position: absolute;
  right: -20px;
  top: -5px;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease;
}
.accordion_cd7c .accordion_cd7c_width .faq .faq_question.open h6 {
  position: relative;
}
.accordion_cd7c .accordion_cd7c_width .faq .faq_question.open h6 svg {
  transform: rotate(46deg);
  transition: all 0.5s ease;
}

.faq_answer {
  padding: 5px 0;
  display: none;
}
.faq_answer.show {
  display: block;
}

.page_header_c72e {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page_header_c72e {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768px) {
  .page_header_c72e.page_header_height_large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .page_header_c72e.page_header_height_small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

.page_header_c72e__background_text {
  position: relative;
  color: #fff;
}
.page_header_c72e__background_text p, .page_header_c72e__background_text h1, .page_header_c72e__background_text h2, .page_header_c72e__background_text h3, .page_header_c72e__background_text h4, .page_header_c72e__background_text h5, .page_header_c72e__background_text h6 {
  color: #fff;
}
.page_header_c72e__background_text.text_color_dark {
  color: #122146;
}
.page_header_c72e__background_text.text_color_dark p, .page_header_c72e__background_text.text_color_dark h1, .page_header_c72e__background_text.text_color_dark h2, .page_header_c72e__background_text.text_color_dark h3, .page_header_c72e__background_text.text_color_dark h4, .page_header_c72e__background_text.text_color_dark h5, .page_header_c72e__background_text.text_color_dark h6 {
  color: #122146;
}

.logos_c23f {
  max-width: 1350px;
}
@media screen and (max-width: 767px) {
  .logos_c23f {
    justify-content: center;
    padding: 0px 30px;
  }
}
.logos_c23f ul li img {
  width: 100%;
  height: 100%;
}

.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;
  }
}
.video_player.container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.video_player.container.align {
  text-align: center;
}
.video_player.container.align--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
@media screen and (max-width: 766px) {
  .video_player.container.align--center {
    display: flex;
    flex-direction: column;
  }
}
.video_player.container.align--center p {
  max-width: 500px;
  margin: 0 auto;
}
.video_player.container.align--center h2 {
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1.1;
}
.video_player.container.align--center .odd_title_split_right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 766px) {
  .video_player.mob_align--top {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    padding-bottom: 50px;
  }
  .video_player.mob_align--bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.video_player .plyr__poster {
  background-size: cover;
}
.video_player .title_section .align {
  text-align: center;
}
.video_player .title_section .align--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
@media screen and (max-width: 766px) {
  .video_player .title_section .align--center {
    display: flex;
    flex-direction: column;
  }
}
.video_player .title_section .align--center p {
  max-width: 500px;
  margin: 0 auto;
}
.video_player .title_section .align--center h2 {
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1.1;
}
.video_player .title_section .align--center .odd_title_split_right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.common-video {
  max-width: 900px;
  margin: 0 auto;
}

.radius-video .plyr--video {
  border-radius: 5px 100px 5px 5px;
}
@media screen and (max-width: 767px) {
  .radius-video .plyr--video {
    border-radius: 5px 50px 5px 5px;
  }
}
.radius-video .plyr--paused video {
  opacity: 0.9;
}
.radius-video .plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 0.9;
  background-color: #122146;
  background-size: cover;
}
.radius-video .plyr__poster {
  opacity: 0;
}
.radius-video .plyr button.plyr__control--overlaid {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .radius-video .plyr button.plyr__control--overlaid {
    width: 65px;
    height: 65px;
  }
}
.radius-video .plyr__control--overlaid {
  background: rgba(47, 61, 64, 0.05);
  box-shadow: 1px 1px 20px rgba(47, 61, 64, 0.1);
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  opacity: 1;
  padding: 10px;
  top: 95px;
  left: auto;
  right: 0;
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.radius-video .plyr__control--overlaid:hover {
  background: #fff !important;
  color: #122146 !important;
}
@media screen and (max-width: 767px) {
  .radius-video .plyr__control--overlaid {
    top: 65px;
    right: 0;
  }
}
.radius-video .plyr__control--overlaid svg {
  display: none;
}
.radius-video .plyr__control--overlaid .plyr__sr-only {
  display: contents;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .radius-video .plyr__control--overlaid .plyr__sr-only {
    font-size: 15px;
  }
}

.cta_full_width {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cta_full_width {
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .cta_full_width.cta_height_large {
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .cta_full_width.cta_height_small {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 300px;
  }
}

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

.cta_full_width_inner {
  margin: 0 auto;
}

.cta_full_width__background_text {
  position: relative;
  text-align: center;
  color: #fff;
}
.cta_full_width__background_text p, .cta_full_width__background_text h1, .cta_full_width__background_text h2, .cta_full_width__background_text h3, .cta_full_width__background_text h4, .cta_full_width__background_text h5, .cta_full_width__background_text h6, .cta_full_width__background_text a {
  color: #fff;
}
.cta_full_width__background_text.text_color_dark {
  color: #122146;
}
.cta_full_width__background_text.text_color_dark p, .cta_full_width__background_text.text_color_dark h1, .cta_full_width__background_text.text_color_dark h2, .cta_full_width__background_text.text_color_dark h3, .cta_full_width__background_text.text_color_dark h4, .cta_full_width__background_text.text_color_dark h5, .cta_full_width__background_text.text_color_dark h6, .cta_full_width__background_text.text_color_dark a {
  color: #122146;
}

.cta_full_width__inline_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.cta_full_width__inline_links a {
  margin: 10px 10px 0;
  z-index: 1;
}
.cta_full_width__inline_links.text_color_dark a.btn-1:hover {
  background-color: transparent;
  color: #122146;
  border: 1px solid #122146;
}
.cta_full_width__inline_links.text_color_light a.btn-1 {
  background-color: #fff;
  color: #122146;
}
.cta_full_width__inline_links.text_color_light a.btn-1:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.card_repeats_title {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.card_repeats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 50px !important;
}
@media screen and (max-width: 767px) {
  .card_repeats {
    margin: 30px 0 20px !important;
  }
}
.card_repeats .card_repeat {
  position: relative;
  flex: 0 0 32%;
  display: block;
  margin-bottom: 30px;
  border-top: 6px solid #ecedf6;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .card_repeats .card_repeat {
    flex: 0 0 calc(100% - 20px);
    margin: 0 10px 20px !important;
  }
}
.card_repeats .card_repeat.green {
  border-top: 6px solid #A4FBC4;
}
.card_repeats .card_repeat.pink {
  border-top: 6px solid #EBC3FC;
}
.card_repeats .card_repeat.blue {
  border-top: 6px solid #8FEFFA;
}
.card_repeats .card_repeat.grey-background {
  background: #ecedf6;
}
.card_repeats .card_repeat.grey-background .card_content {
  padding: 0 25px 30px;
}
.card_repeats .card_repeat .card_image {
  position: relative;
  height: 130px;
}
.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: transparent;
}
.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: 55px;
  margin: 0 auto;
}
.card_repeats .card_repeat .card_image__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 12px;
  overflow: hidden;
}
.card_repeats .card_repeat .card_content {
  padding: 0 20px 80px;
}
.card_repeats .card_repeat .card_content h3 {
  margin-bottom: 15px !important;
  text-align: center;
}
.card_repeats .card_repeat .card_content p {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.card_repeats .card_repeat .card_content a {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}

.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: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease 150ms;
}
.card_hover .card_hover__text .card_hover__text-inner {
  padding-left: 16px;
  padding-right: 16px;
  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: #fff;
}

.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;
}

:root {
  --plyr-color-main: #00dadb;
  --plyr-control-bg: #00dadb;
  --plyr-control-bg-hover: darken(#00dadb, 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: 240px;
  background-size: cover;
}

.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: #122146;
}

.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: #122146;
}

.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 #e3e3e3;
}

.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 #122146;
  border-radius: 40px;
  text-align: center;
  transition: ease all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.btn.std.active {
  background: #122146;
  border: 1px solid #122146;
  color: #fff;
}

.btn.std:hover {
  background: #122146;
  color: #fff;
}

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

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

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

.map_filter {
  background-color: #ecedf6;
  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 #fff;
  background-color: #ecedf6;
  padding: 10px 15px;
  transition: all 0.2s;
}
.filter_option.active {
  color: #122146;
  font-weight: 500;
}
.filter_option#all {
  color: #4A6DE5;
}
.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: "Inter", 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: #122146;
  fill: #122146;
  width: 20px;
  margin-right: 15px;
}
.show_filters:hover,
.view_changer#grid:hover,
.view_changer#mapbox:hover,
.clear_btn:hover {
  color: #4A6DE5;
  fill: #4A6DE5;
}
.show_filters:hover svg,
.view_changer#grid:hover svg,
.view_changer#mapbox:hover svg,
.clear_btn:hover svg {
  color: #4A6DE5;
  fill: #4A6DE5;
}
.show_filters.active,
.view_changer#grid.active,
.view_changer#mapbox.active,
.clear_btn.active {
  color: #4A6DE5;
  fill: #4A6DE5;
}
.show_filters.active svg,
.view_changer#grid.active svg,
.view_changer#mapbox.active svg,
.clear_btn.active svg {
  color: #4A6DE5;
  fill: #4A6DE5;
}

.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 #122146;
  padding: 3px;
  background-color: #fff;
}

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

.filter_option.active .select-circle-inner {
  background-color: #122146;
  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: "Inter", 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;
}

.slider_c739 {
  position: relative;
  margin-right: -16px;
}

.slider_c739__slide {
  padding-right: 16px;
}

.slider_c739__panel_image {
  margin-bottom: 32px;
}

.slider_c739__prev,
.slider_c739__next {
  z-index: 2;
  cursor: pointer;
  background-color: white;
  height: 32px;
  width: 32px;
  border: 1px solid #122146;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.slider_c739__prev svg,
.slider_c739__next svg {
  width: 70%;
}
.slider_c739__prev.swiper-button-disabled,
.slider_c739__next.swiper-button-disabled {
  opacity: 0.5;
}

.slider_c739__prev {
  top: 0;
  left: -48px;
}

.slider_c739__next {
  top: 40px;
  left: -48px;
}

.text_image_d9f0 {
  display: flex;
  flex-wrap: wrap;
}
.text_image_d9f0.row_reverse {
  flex-direction: row-reverse;
}

.text_image_d9f0__image {
  flex: 0 0 100%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0__image {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}

.text_image_d9f0__text {
  flex: 0 0 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0__text {
    flex: 0 0 50%;
  }
}
.text_image_d9f0__text.text_align--top {
  align-items: flex-start;
}
.text_image_d9f0__text.text_align--center {
  align-items: center;
}
.text_image_d9f0__text.text_align--bottom {
  align-items: flex-end;
}

.text_image_d9f0.no_row_reverse .text_image_d9f0__text {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.no_row_reverse .text_image_d9f0__text {
    padding: 0 0 0 48px;
  }
}

.text_image_d9f0.row_reverse .text_image_d9f0__text {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0.row_reverse .text_image_d9f0__text {
    padding: 0 48px 0 0;
  }
}

.text_image_d9f0__image_ratio.image_ratio {
  position: relative;
}
.text_image_d9f0__image_ratio.image_ratio img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.text_image_d9f0__image_ratio.image_ratio .text_image_d9f0__image_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.text_image_d9f0__image_ratio.image_ratio--1-1 {
  padding-top: 100%;
}
.text_image_d9f0__image_ratio.image_ratio--4-3 {
  padding-top: 75%;
}
.text_image_d9f0__image_ratio.image_ratio--16-9 {
  padding-top: 56.25%;
}

.text_image_d9f0__image.image_ratio--custom {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .text_image_d9f0__image.image_ratio--custom {
    height: 400px;
  }
}

.text_image_d9f0.no_row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .text_image_d9f0.no_row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
    margin-right: -20px;
  }
}
@media screen and (min-width: 1141px) {
  .text_image_d9f0.no_row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
    margin-left: calc((100vw - 1280px + 40px) / -2);
  }
}
.text_image_d9f0.row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .text_image_d9f0.row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
    margin-left: -20px;
  }
}
@media screen and (min-width: 1141px) {
  .text_image_d9f0.row_reverse .text_image_d9f0__image.image_offset .text_image_d9f0__image_ratio {
    margin-right: calc((100vw - 1280px + 40px) / -2);
  }
}

.page_header .half-grid-inner {
  width: 100%;
}
@media screen and (min-width: 790px) {
  .page_header .half-grid-inner {
    max-width: 640px;
  }
}
@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__text {
  flex: 0 0 100%;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .posts_f063__text {
    padding-bottom: 0;
    flex: 0 0 50%;
  }
}

.posts_f063__filters {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .posts_f063__filters {
    justify-content: flex-end;
    flex: 0 0 50%;
  }
}
.posts_f063__filters ul {
  display: flex;
}
.posts_f063__filters li {
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .posts_f063__filters li {
    padding-right: 0;
    padding-left: 16px;
  }
}
.posts_f063__filters a.active {
  opacity: 0.5;
}

.posts_f063__posts {
  padding-top: 64px;
  flex: 0 0 100%;
}

.posts_f063__posts_inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.posts_f063__post {
  flex: 0 0 100%;
  padding: 0 10px 48px;
}
@media screen and (min-width: 540px) {
  .posts_f063__post {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .posts_f063__post {
    flex: 0 0 33.333333%;
  }
}

.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 {
  padding-top: 32px;
}
.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__loader {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}

.posts_f063__loader_button {
  cursor: pointer;
}
.posts_f063__loader_button .sk-pulse {
  display: none;
  background-color: #122146;
}
.posts_f063__loader_button.loading {
  background-color: #fff;
}
.posts_f063__loader_button.loading .sk-pulse {
  display: block;
}
.posts_f063__loader_button.loading .load-more-button-text {
  display: none;
}

.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: #ecedf6;
  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: #122146;
  transition: all 0.3s ease;
}

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

.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: #ecedf6;
  padding: 40px 0;
}
.newsletter_signup .newsletter_signup__inner {
  display: block;
}
@media screen and (min-width: 768px) {
  .newsletter_signup .newsletter_signup__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.newsletter_signup .newsletter_signup__inner .newsletter_signup__text {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .newsletter_signup .newsletter_signup__inner .newsletter_signup__text {
    flex: 0 0 75%;
  }
}
.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 {
  flex: 0 0 100%;
  text-align: left;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .newsletter_signup .newsletter_signup__inner .newsletter_signup__button {
    flex: 0 0 25%;
    text-align: right;
  }
}
.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;
  margin-top: 30px;
}
@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);
  }
}
.newsletter_reveal_section .gform_wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .newsletter_reveal_section .gform_wrapper .gform_footer {
    position: absolute;
    right: 0;
    top: 61px;
    z-index: 1;
  }
  .newsletter_reveal_section .gform_wrapper .gform_footer input[type=submit] {
    width: 150px !important;
  }
}
.newsletter_reveal_section .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}

.slider_type1 {
  position: relative;
}
.slider_type1 .slider_type1__slide_content {
  background: #ecedf6;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
  min-height: 200px;
}

@media screen and (max-width: 699px) {
  .swiper-navigation-arrow-inner {
    margin-right: 20px;
  }
}
.swiper-navigation-arrow-inner .swiper__prev,
.swiper-navigation-arrow-inner .swiper__next {
  border: 1px solid #122146;
  border-radius: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

@media screen and (max-width: 699px) {
  .no-margin-slider-mob .vc_column-inner {
    padding-right: 0 !important;
  }
}

.test_popup {
  padding: 80px;
  display: flex;
  justify-content: center;
}
.test_popup a {
  cursor: pointer;
}

.test_popup_box {
  display: none;
  position: fixed;
  background: #122146;
  width: 500px;
  height: 200px;
  top: calc(50% - 200px);
  left: calc(50% - 250px);
  z-index: 9;
  border-radius: 10px;
  padding: 40px;
}
.test_popup_box .test_popup_close {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  right: 10px;
  top: 10px;
  position: absolute;
}

.footer_desktop_baa5 {
  background-color: #ecedf6;
  display: block;
  border-top: 1px solid #5E5E5E;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #fff;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__branding {
  display: flex;
  align-items: flex-end;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__branding .footer_desktop_baa5__logo {
  flex: 0 0 120px;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__branding .footer_desktop_baa5__tagline {
  flex: 1;
  padding-left: 32px;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__branding .footer_desktop_baa5__tagline h4 {
  line-height: 1;
  transform: translateY(0.1em);
  color: #fff;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__social {
  display: flex;
  align-items: flex-end;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__social a {
  display: inline-block;
  height: 27px;
  width: 26px;
  margin-left: 12px;
  transition: all 0.2s ease;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__social a:hover {
  transform: scale(1.09);
  transition: all 0.2s ease;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__social a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_desktop_baa5 .footer_desktop_baa5__upper .footer_desktop_baa5__social a svg path {
  fill: #fff;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower {
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menus {
  display: flex;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu {
  min-width: 120px;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu:not(:last-child) {
  padding-right: 16px;
}
.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: #fff;
}
.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: #fff;
}
.footer_desktop_baa5 .footer_desktop_baa5__lower .footer_desktop_baa5__menu > ul > li > i {
  display: none;
}
.footer_desktop_baa5 .footer_desktop_baa5__crumbs {
  font-size: 12px;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_desktop_baa5 .footer_desktop_baa5__crumbs {
    flex-direction: column;
  }
}
.footer_desktop_baa5 .footer_desktop_baa5__crumbs span {
  display: inline-block;
  color: #122146;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer_desktop_baa5 .footer_desktop_baa5__crumbs span {
    padding-right: 20px;
    padding-left: 0;
  }
}
.footer_desktop_baa5 .footer_desktop_baa5__crumbs p {
  font-size: 12px;
  color: #122146;
}
.footer_desktop_baa5 .footer_desktop_baa5__crumbs a {
  font-size: 12px;
  color: #122146;
  text-decoration: underline;
}

.footer_mobile_b5ca {
  background-color: #122146;
  color: #fff;
  display: none;
  padding-top: 48px;
  padding-bottom: 48px;
}
.footer_mobile_b5ca a {
  color: #fff;
  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: #fff;
}

.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: #fff;
}

.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: #fff;
}

.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: 1024px) {
  .nav_desktop_b4ba {
    display: block;
  }
}
.nav_desktop_b4ba.scrolled {
  position: fixed;
  background-color: #fff;
  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: none;
}

.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 {
  flex: 0 0 261px;
  height: 38px;
  display: flex;
  align-items: center;
}

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

.temp_light_theme .logodark {
  display: none;
}

.nav_desktop_b4ba__logo .logo {
  display: block;
}

.theme_dark_space {
  display: none;
}

.nav_desktop_b4ba__navbar {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  -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: 90px;
}

.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: #4A6DE5;
}
.nav_desktop_b4ba__menu > ul > li a:hover {
  color: #122146;
}

.theme_dark .nav_desktop_b4ba__menu > ul > li a {
  transition: color ease 0.3s;
  color: #fff;
}
.theme_dark .nav_desktop_b4ba__menu > ul > li a:hover {
  color: #122146;
}

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

.nav_desktop_b4ba__menu > ul > li.dropdown > ul {
  background-color: #fff;
  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: #fff;
}

.mega_gradient {
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0) 70%, #F6F4F0 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 {
  padding: 30px 20px 30px 0px;
}
.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 0px 30px 30px;
  background-color: #e3e3e3;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .right-menu-cont .bg-img-m {
  max-width: 100%;
  background-size: cover;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .right-menu-cont .promo-card {
  max-width: 500px;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .right-menu-cont .promo-card p {
  margin-top: 15px;
  font-size: 14px;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .menu-link {
  color: #122146;
  text-decoration: underline;
}
.nav_desktop_b4ba__dropdown_mega.show_dropdown_mega .promo-link {
  color: #122146;
  text-decoration: underline;
  margin-top: 40px;
}

.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: #4A6DE5;
  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: #122146;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.nav_desktop_b4ba__notification p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.nav_desktop_b4ba__notification a {
  color: #fff;
}

.nav_desktop_b4ba .cta_button a {
  background-color: #122146;
  color: #fff !important;
  padding: 10px 1.5em;
}

.nav_pos {
  top: 45px;
}

.nav_hide {
  top: -50px;
}

.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: 10;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .nav_mobile_e3f1 {
    display: none;
  }
}
.nav_mobile_e3f1 a.btn-1 {
  width: 170px;
  font-size: 12px;
  padding: 1.3em 2em 1.3em 1.2em;
}
.nav_mobile_e3f1 .logo_light {
  display: block;
}
.nav_mobile_e3f1 .logo_dark {
  display: none;
}

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

.theme_dark.nav_mobile_e3f1 a {
  color: #fff;
  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: #4A6DE5;
  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: #fff;
  transition: all 0.3s ease;
}

.nav_mobile_e3f1__notification {
  background-color: #122146;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid rgba(225, 255, 255, 0.25);
}
.nav_mobile_e3f1__notification a {
  color: #fff;
}
.nav_mobile_e3f1__notification p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.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: 60px;
}

.nav_mobile_e3f1__logo {
  flex: 0 0 151px;
}

.nav_mobile_e3f1__trigger {
  display: block;
  height: 20px;
  width: 34px;
  position: relative;
  font-weight: 400;
}
.nav_mobile_e3f1__trigger span {
  background-color: #4A6DE5;
  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 #4A6DE5;
}
.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: #122146;
}

.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: #122146;
}

.nav_mobile_e3f1.active {
  height: 100%;
}
.nav_mobile_e3f1.active .nav_mobile_e3f1__menu {
  display: block;
}
/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

/* 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-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-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-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/*# sourceMappingURL=index.css.map */