/* 
* ******************************************* Root Variables
* */





:root {
  /*--Containers--*/
  --container-width:1700px;
  --dnd-section-padding:72px 80px 72px 80px;
  --dnd-mobile-section-padding:32px 24px 32px 24px;

  /*Global Colors*/
  
  --tertiary-color-hex: #FBF7F0;
  --tertiary-color-rgb: 251, 247, 240;
  
  --secondary-color-hex: #1D1D1B;
  --secondary-color-rgb: 29, 29, 27;
  
  --primary-color-hex: #b40020;
  --primary-color-rgb: 180, 0, 32;
  

  /*System Colors*/
  
  --system-color8-hex: #F6F6F6;
  --system-color8-rgb: 246, 246, 246;
  
  --system-color7-hex: #BEBEBE;
  --system-color7-rgb: 190, 190, 190;
  
  --system-color10-hex: #A4001D;
  --system-color10-rgb: 164, 0, 29;
  
  --system-color9-hex: #ffffff;
  --system-color9-rgb: 255, 255, 255;
  
  --system-color4-hex: #008A58;
  --system-color4-rgb: 0, 138, 88;
  
  --system-color3-hex: #EEBE14;
  --system-color3-rgb: 238, 190, 20;
  
  --system-color6-hex: #4B4B4B;
  --system-color6-rgb: 75, 75, 75;
  
  --system-color5-hex: #00000;
  --system-color5-rgb: #00000;
  
  --system-color2-hex: #FFF3E0;
  --system-color2-rgb: 255, 243, 224;
  
  --system-color1-hex: #CAA367;
  --system-color1-rgb: 202, 163, 103;
  
  --alert-color-hex: #DB001A;
  --alert-color-rgb: 219, 0, 26;
  

  /*--Typos--*/

  --body-font:Inter, sans-serif;
  --body-font-color:#1D1D1B;
  --body-font-weight:normal;
  --body-font-size:16px;
  --body-font-size-mobile:16px;

  --small-font:Inter, sans-serif;
  --small-font-color:#1D1D1B;
  --small-font-weight:normal;
  --small-font-size:14px;
  --small-font-size-mobile:14px;

  --headings-font:'Vesper Libre', sans-serif;

  --typo-h1-font:'Vesper Libre', sans-serif;
  --typo-h1-font-size:36px;
  --typo-h1-font-size-mobile:28px;
  --typo-h1-font-weight:700;
  --typo-h1-text-transform:none;
  --typo-h1-text-color:#1D1D1B;

  --typo-h2-font:'Vesper Libre', sans-serif;
  --typo-h2-font-size:28px;
  --typo-h2-font-size-mobile:24px;
  --typo-h2-font-weight:600;
  --typo-h2-text-transform:none;
  --typo-h2-text-color:#1D1D1B;

  --typo-h3-font:'Vesper Libre', sans-serif;
  --typo-h3-font-size:24px;
  --typo-h3-font-size-mobile:22px;
  --typo-h3-font-weight:400;
  --typo-h3-text-transform:none;
  --typo-h3-text-color:#1D1D1B;

  --typo-h4-font:'Vesper Libre', sans-serif;
  --typo-h4-font-size:22px;
  --typo-h4-font-size-mobile:20px;
  --typo-h4-font-weight:400;
  --typo-h4-text-transform:none;
  --typo-h4-text-color:#1D1D1B;

  --typo-h5-font:'Vesper Libre', sans-serif;
  --typo-h5-font-size:24px;
  --typo-h5-font-size-mobile:16px;
  --typo-h5-font-weight:400;
  --typo-h5-text-transform:none;
  --typo-h5-text-color:#1D1D1B;

  --typo-h6-font:'Vesper Libre', sans-serif;
  --typo-h6-font-size:18px;
  --typo-h6-font-size-mobile:16px;
  --typo-h6-font-weight:400;
  --typo-h6-text-transform:none;
  --typo-h6-text-color:#1D1D1B;

  --link-typo-text-font:Inter, sans-serif; 
  --link-font-weight:normal;
  --link-text-color:#b40020;
  --link-text-color-focus:#8c0000;
  --link-text-color-active:#dc2848;

  /*--Forms--*/
  --form-title-font-color:#b40020;
  --form-label-font-color:#1D1D1B;
  --form-help-text-font-color:#b40020;

  --form-field-placeholder-color:rgba(13, 10, 42, 0.3); 
  --form-field-font-color:#1D1D1B;
  --form-field-background-color:#FFF;

  --form-field-border-top:1px solid rgba(202, 163, 103, 0.30);;
  --form-field-border-bottom:1px solid rgba(202, 163, 103, 0.30);;
  --form-field-border-left:1px solid rgba(202, 163, 103, 0.30);;
  --form-field-border-right:1px solid rgba(202, 163, 103, 0.30);;

  --form-field-corner-radius:12px;
  
}

/*--- Layout ---*/


.container {
  margin: 0 auto;
  max-width: 100%;
}

.container:after, .container:before {
  display: table;
  content: "";
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
}

@media (min-width:992px) {
  /*
.row {
    margin-left: -16px;
    margin-right: -16px;
  }
  */

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 16px;
    padding-left: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none ;
}

.d-inline {
  display: inline ;
}

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

.d-block {
  display: block ;
}

.d-table {
  display: table ;
}

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

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

.d-flex {
  display: -ms-flexbox ;
  display: flex ;
}

.d-inline-flex {
  display: -ms-inline-flexbox ;
  display: inline-flex ;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none ;
  }
  .d-sm-inline {
    display: inline ;
  }
  .d-sm-inline-block {
    display: inline-block ;
  }
  .d-sm-block {
    display: block ;
  }
  .d-sm-table {
    display: table ;
  }
  .d-sm-table-row {
    display: table-row ;
  }
  .d-sm-table-cell {
    display: table-cell ;
  }
  .d-sm-flex {
    display: -ms-flexbox ;
    display: flex ;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox ;
    display: inline-flex ;
  }
}

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none ;
  }
  .d-lg-inline {
    display: inline ;
  }
  .d-lg-inline-block {
    display: inline-block ;
  }
  .d-lg-block {
    display: block ;
  }
  .d-lg-table {
    display: table ;
  }
  .d-lg-table-row {
    display: table-row ;
  }
  .d-lg-table-cell {
    display: table-cell ;
  }
  .d-lg-flex {
    display: -ms-flexbox ;
    display: flex ;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox ;
    display: inline-flex ;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none ;
  }
  .d-xl-inline {
    display: inline ;
  }
  .d-xl-inline-block {
    display: inline-block ;
  }
  .d-xl-block {
    display: block ;
  }
  .d-xl-table {
    display: table ;
  }
  .d-xl-table-row {
    display: table-row ;
  }
  .d-xl-table-cell {
    display: table-cell ;
  }
  .d-xl-flex {
    display: -ms-flexbox ;
    display: flex ;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox ;
    display: inline-flex ;
  }
}

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

.flex-row {
  -ms-flex-direction: row ;
  flex-direction: row ;
}

.flex-column {
  -ms-flex-direction: column ;
  flex-direction: column ;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse ;
  flex-direction: row-reverse ;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse ;
  flex-direction: column-reverse ;
}

.flex-wrap {
  -ms-flex-wrap: wrap ;
  flex-wrap: wrap ;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap ;
  flex-wrap: nowrap ;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse ;
  flex-wrap: wrap-reverse ;
}

.flex-fill {
  -ms-flex: 1 1 auto ;
  flex: 1 1 auto ;
}

.flex-grow-0 {
  -ms-flex-positive: 0 ;
  flex-grow: 0 ;
}

.flex-grow-1 {
  -ms-flex-positive: 1 ;
  flex-grow: 1 ;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 ;
  flex-shrink: 0 ;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 ;
  flex-shrink: 1 ;
}

.justify-content-start {
  -ms-flex-pack: start ;
  justify-content: flex-start ;
}

.justify-content-end {
  -ms-flex-pack: end ;
  justify-content: flex-end ;
}

.justify-content-center {
  -ms-flex-pack: center ;
  justify-content: center ;
}

.justify-content-between {
  -ms-flex-pack: justify ;
  justify-content: space-between ;
}

.justify-content-around {
  -ms-flex-pack: distribute ;
  justify-content: space-around ;
}

.align-items-start {
  -ms-flex-align: start ;
  align-items: flex-start ;
}

.align-items-end {
  -ms-flex-align: end ;
  align-items: flex-end ;
}

.align-items-center {
  -ms-flex-align: center ;
  align-items: center ;
}

.align-items-baseline {
  -ms-flex-align: baseline ;
  align-items: baseline ;
}

.align-items-stretch {
  -ms-flex-align: stretch ;
  align-items: stretch ;
}

.align-content-start {
  -ms-flex-line-pack: start ;
  align-content: flex-start ;
}

.align-content-end {
  -ms-flex-line-pack: end ;
  align-content: flex-end ;
}

.align-content-center {
  -ms-flex-line-pack: center ;
  align-content: center ;
}

.align-content-between {
  -ms-flex-line-pack: justify ;
  align-content: space-between ;
}

.align-content-around {
  -ms-flex-line-pack: distribute ;
  align-content: space-around ;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch ;
  align-content: stretch ;
}

.align-self-auto {
  -ms-flex-item-align: auto ;
  align-self: auto ;
}

.align-self-start {
  -ms-flex-item-align: start ;
  align-self: flex-start ;
}

.align-self-end {
  -ms-flex-item-align: end ;
  align-self: flex-end ;
}

.align-self-center {
  -ms-flex-item-align: center ;
  align-self: center ;
}

.align-self-baseline {
  -ms-flex-item-align: baseline ;
  align-self: baseline ;
}

.align-self-stretch {
  -ms-flex-item-align: stretch ;
  align-self: stretch ;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row ;
    flex-direction: row ;
  }
  .flex-sm-column {
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse ;
    flex-direction: row-reverse ;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse ;
    flex-direction: column-reverse ;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap ;
    flex-wrap: nowrap ;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse ;
    flex-wrap: wrap-reverse ;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto ;
    flex: 1 1 auto ;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 ;
    flex-grow: 0 ;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 ;
    flex-grow: 1 ;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 ;
    flex-shrink: 0 ;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 ;
    flex-shrink: 1 ;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start ;
    justify-content: flex-start ;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end ;
    justify-content: flex-end ;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center ;
    justify-content: center ;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify ;
    justify-content: space-between ;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute ;
    justify-content: space-around ;
  }
  .align-items-sm-start {
    -ms-flex-align: start ;
    align-items: flex-start ;
  }
  .align-items-sm-end {
    -ms-flex-align: end ;
    align-items: flex-end ;
  }
  .align-items-sm-center {
    -ms-flex-align: center ;
    align-items: center ;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline ;
    align-items: baseline ;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch ;
    align-items: stretch ;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start ;
    align-content: flex-start ;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end ;
    align-content: flex-end ;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center ;
    align-content: center ;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify ;
    align-content: space-between ;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute ;
    align-content: space-around ;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch ;
    align-content: stretch ;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto ;
    align-self: auto ;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start ;
    align-self: flex-start ;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end ;
    align-self: flex-end ;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center ;
    align-self: center ;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline ;
    align-self: baseline ;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch ;
    align-self: stretch ;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row ;
    flex-direction: row ;
  }
  .flex-md-column {
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse ;
    flex-direction: row-reverse ;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse ;
    flex-direction: column-reverse ;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap ;
    flex-wrap: nowrap ;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse ;
    flex-wrap: wrap-reverse ;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto ;
    flex: 1 1 auto ;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 ;
    flex-grow: 0 ;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 ;
    flex-grow: 1 ;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 ;
    flex-shrink: 0 ;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 ;
    flex-shrink: 1 ;
  }
  .justify-content-md-start {
    -ms-flex-pack: start ;
    justify-content: flex-start ;
  }
  .justify-content-md-end {
    -ms-flex-pack: end ;
    justify-content: flex-end ;
  }
  .justify-content-md-center {
    -ms-flex-pack: center ;
    justify-content: center ;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify ;
    justify-content: space-between ;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute ;
    justify-content: space-around ;
  }
  .align-items-md-start {
    -ms-flex-align: start ;
    align-items: flex-start ;
  }
  .align-items-md-end {
    -ms-flex-align: end ;
    align-items: flex-end ;
  }
  .align-items-md-center {
    -ms-flex-align: center ;
    align-items: center ;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline ;
    align-items: baseline ;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch ;
    align-items: stretch ;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start ;
    align-content: flex-start ;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end ;
    align-content: flex-end ;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center ;
    align-content: center ;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify ;
    align-content: space-between ;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute ;
    align-content: space-around ;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch ;
    align-content: stretch ;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto ;
    align-self: auto ;
  }
  .align-self-md-start {
    -ms-flex-item-align: start ;
    align-self: flex-start ;
  }
  .align-self-md-end {
    -ms-flex-item-align: end ;
    align-self: flex-end ;
  }
  .align-self-md-center {
    -ms-flex-item-align: center ;
    align-self: center ;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline ;
    align-self: baseline ;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch ;
    align-self: stretch ;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row ;
    flex-direction: row ;
  }
  .flex-lg-column {
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse ;
    flex-direction: row-reverse ;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse ;
    flex-direction: column-reverse ;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap ;
    flex-wrap: nowrap ;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse ;
    flex-wrap: wrap-reverse ;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto ;
    flex: 1 1 auto ;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 ;
    flex-grow: 0 ;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 ;
    flex-grow: 1 ;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 ;
    flex-shrink: 0 ;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 ;
    flex-shrink: 1 ;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start ;
    justify-content: flex-start ;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end ;
    justify-content: flex-end ;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center ;
    justify-content: center ;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify ;
    justify-content: space-between ;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute ;
    justify-content: space-around ;
  }
  .align-items-lg-start {
    -ms-flex-align: start ;
    align-items: flex-start ;
  }
  .align-items-lg-end {
    -ms-flex-align: end ;
    align-items: flex-end ;
  }
  .align-items-lg-center {
    -ms-flex-align: center ;
    align-items: center ;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline ;
    align-items: baseline ;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch ;
    align-items: stretch ;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start ;
    align-content: flex-start ;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end ;
    align-content: flex-end ;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center ;
    align-content: center ;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify ;
    align-content: space-between ;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute ;
    align-content: space-around ;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch ;
    align-content: stretch ;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto ;
    align-self: auto ;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start ;
    align-self: flex-start ;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end ;
    align-self: flex-end ;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center ;
    align-self: center ;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline ;
    align-self: baseline ;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch ;
    align-self: stretch ;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row ;
    flex-direction: row ;
  }
  .flex-xl-column {
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse ;
    flex-direction: row-reverse ;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse ;
    flex-direction: column-reverse ;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap ;
    flex-wrap: nowrap ;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse ;
    flex-wrap: wrap-reverse ;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto ;
    flex: 1 1 auto ;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 ;
    flex-grow: 0 ;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 ;
    flex-grow: 1 ;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 ;
    flex-shrink: 0 ;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 ;
    flex-shrink: 1 ;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start ;
    justify-content: flex-start ;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end ;
    justify-content: flex-end ;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center ;
    justify-content: center ;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify ;
    justify-content: space-between ;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute ;
    justify-content: space-around ;
  }
  .align-items-xl-start {
    -ms-flex-align: start ;
    align-items: flex-start ;
  }
  .align-items-xl-end {
    -ms-flex-align: end ;
    align-items: flex-end ;
  }
  .align-items-xl-center {
    -ms-flex-align: center ;
    align-items: center ;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline ;
    align-items: baseline ;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch ;
    align-items: stretch ;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start ;
    align-content: flex-start ;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end ;
    align-content: flex-end ;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center ;
    align-content: center ;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify ;
    align-content: space-between ;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute ;
    align-content: space-around ;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch ;
    align-content: stretch ;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto ;
    align-self: auto ;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start ;
    align-self: flex-start ;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end ;
    align-self: flex-end ;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center ;
    align-self: center ;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline ;
    align-self: baseline ;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch ;
    align-self: stretch ;
  }
}




/**************** Theme settings ****************/
.body-container {
  padding:0 0;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: var(--container-width);
}
  .content-wrapper {
    padding-inline: 20px;
  }
.dnd-section {
  position:relative;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: var( --dnd-mobile-section-padding);
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: var( --container-width);
}
.dnd-section .dnd-column {
  padding: 0 0;
}

@media (min-width:992px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--dnd-section-padding);
  }
    .content-wrapper {
    padding-inline: 60px;
  }
}




.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/*--- atoms ---*/
/* 
* ******************************************* position 
* 
* */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}


/* 
* ******************************************* SOMMAIRE 
* 
* 1. Background Color
* 2. Background Video
* 3. Background Image
* 4. Background Overlay
* 
* */

.w-100 {
  width: 100%;
}
.h-fit {
  height: fit-content;
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .w-sm-100 {
    width: 100%;
  }
}

.h-100 {
  height: 100%;
}
@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .h-sm-100 {
    height: 100%;
  }
}

/*
* ******************************************* 1. Background Color
* */

/* For z-index section */
.dnd-section:has(.has-backgrounds) {
  overflow: hidden;
}
.has-backgrounds {
  /*overflow:hidden;*/
}
.has-backgrounds .has-backgrounds--content {
  position: relative;
  z-index: 3;
}
/*--- Background types ---*/

/* SVG & Parallax */
.background-svg {
  position: absolute;
  top:-20px;
  left:0;
  width:100%;
  height:calc(100% + 20px);
  z-index: 0;
}
.background-svg svg {
  min-width:100%;
  height:auto;
  width:auto;
}
.background-svg svg {
  min-width:100%;
  height:auto;
  width:auto;
}
.background-svg--parallax svg {
  height: 140%;
  position: relative;
  left: -20%;
}

/* Color */
.background-color {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
}
.background-color.is3-4 {
  height: 70%;
}
.background-color.is1-2 {
  height: 50%;
}

/* Texture */
.background-texture {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: auto;


}
.background-texture img {
  max-height: 100%;
  width: auto;
}
/* 
* ******************************************* 2. Background Video
* */

.background-video {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
}
.background-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* 
* ******************************************* 3. Background Image
* */

.background-image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* 
* ******************************************* 4. Background Overlay
* */

.background-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
}

@media (max-width: 992px) {
  .background-color-is-mobile {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
  }
  .background-color-is-mobile.is-radius {
    border-radius: 50px 0px;
  }
  .background-color.is-desktop.is-3-quarter-centered {
    display: none;
  }
}

@media (min-width: 992px) {
  .background-color.is-2-quarter-centered {
    height: 39%;
    top: 34%;
  }
  .background-color.is-desktop.is-3-quarter-centered {
    height: 66%;
    top: 127px;
  }
}

/* 
* ******************************************* COLORS
* 
* 
* */






.txt-color-tertiary-color {
  color: var(--tertiary-color-hex);
}
.bkg-color-tertiary-color,
.filter.filter-color-tertiary-color:before {
  background-color: var(--tertiary-color-hex);
}
.border-color-tertiary-color {
  border-color: var(--tertiary-color-hex);
}
.icon-color-tertiary-color {
  fill: var(--tertiary-color-hex);
}





.txt-color-secondary-color {
  color: var(--secondary-color-hex);
}
.bkg-color-secondary-color,
.filter.filter-color-secondary-color:before {
  background-color: var(--secondary-color-hex);
}
.border-color-secondary-color {
  border-color: var(--secondary-color-hex);
}
.icon-color-secondary-color {
  fill: var(--secondary-color-hex);
}





.txt-color-primary-color {
  color: var(--primary-color-hex);
}
.bkg-color-primary-color,
.filter.filter-color-primary-color:before {
  background-color: var(--primary-color-hex);
}
.border-color-primary-color {
  border-color: var(--primary-color-hex);
}
.icon-color-primary-color {
  fill: var(--primary-color-hex);
}







.txt-color-system-color8 {
  color: var(--system-color8-hex);
}
.bkg-color-system-color8,
.filter.filter-color-system-color8:before {
  background-color: var(--system-color8-hex);
}
.border-color-system-color8 {
  border-color: var(--system-color8-hex);
}
.icon-color-system-color8 {
  fill: var(--system-color8-hex);
}





.txt-color-system-color7 {
  color: var(--system-color7-hex);
}
.bkg-color-system-color7,
.filter.filter-color-system-color7:before {
  background-color: var(--system-color7-hex);
}
.border-color-system-color7 {
  border-color: var(--system-color7-hex);
}
.icon-color-system-color7 {
  fill: var(--system-color7-hex);
}





.txt-color-system-color10 {
  color: var(--system-color10-hex);
}
.bkg-color-system-color10,
.filter.filter-color-system-color10:before {
  background-color: var(--system-color10-hex);
}
.border-color-system-color10 {
  border-color: var(--system-color10-hex);
}
.icon-color-system-color10 {
  fill: var(--system-color10-hex);
}





.txt-color-system-color9 {
  color: var(--system-color9-hex);
}
.bkg-color-system-color9,
.filter.filter-color-system-color9:before {
  background-color: var(--system-color9-hex);
}
.border-color-system-color9 {
  border-color: var(--system-color9-hex);
}
.icon-color-system-color9 {
  fill: var(--system-color9-hex);
}





.txt-color-system-color4 {
  color: var(--system-color4-hex);
}
.bkg-color-system-color4,
.filter.filter-color-system-color4:before {
  background-color: var(--system-color4-hex);
}
.border-color-system-color4 {
  border-color: var(--system-color4-hex);
}
.icon-color-system-color4 {
  fill: var(--system-color4-hex);
}





.txt-color-system-color3 {
  color: var(--system-color3-hex);
}
.bkg-color-system-color3,
.filter.filter-color-system-color3:before {
  background-color: var(--system-color3-hex);
}
.border-color-system-color3 {
  border-color: var(--system-color3-hex);
}
.icon-color-system-color3 {
  fill: var(--system-color3-hex);
}





.txt-color-system-color6 {
  color: var(--system-color6-hex);
}
.bkg-color-system-color6,
.filter.filter-color-system-color6:before {
  background-color: var(--system-color6-hex);
}
.border-color-system-color6 {
  border-color: var(--system-color6-hex);
}
.icon-color-system-color6 {
  fill: var(--system-color6-hex);
}





.txt-color-system-color5 {
  color: var(--system-color5-hex);
}
.bkg-color-system-color5,
.filter.filter-color-system-color5:before {
  background-color: var(--system-color5-hex);
}
.border-color-system-color5 {
  border-color: var(--system-color5-hex);
}
.icon-color-system-color5 {
  fill: var(--system-color5-hex);
}





.txt-color-system-color2 {
  color: var(--system-color2-hex);
}
.bkg-color-system-color2,
.filter.filter-color-system-color2:before {
  background-color: var(--system-color2-hex);
}
.border-color-system-color2 {
  border-color: var(--system-color2-hex);
}
.icon-color-system-color2 {
  fill: var(--system-color2-hex);
}





.txt-color-system-color1 {
  color: var(--system-color1-hex);
}
.bkg-color-system-color1,
.filter.filter-color-system-color1:before {
  background-color: var(--system-color1-hex);
}
.border-color-system-color1 {
  border-color: var(--system-color1-hex);
}
.icon-color-system-color1 {
  fill: var(--system-color1-hex);
}





.txt-color-alert-color {
  color: var(--alert-color-hex);
}
.bkg-color-alert-color,
.filter.filter-color-alert-color:before {
  background-color: var(--alert-color-hex);
}
.border-color-alert-color {
  border-color: var(--alert-color-hex);
}
.icon-color-alert-color {
  fill: var(--alert-color-hex);
}







/* 
* ******************************************* SOMMAIRE 
* 
* 1. Display
*
* */




/* 
* ******************************************* 1. Display
* */

@media screen and (max-width: 991px) {
  .d-none-sm {
    display: none;
  }
  .d-inline-sm {
    display: inline;
  }
  .d-inline-block-sm {
    display: inline-block;
  }
  .d-block-sm {
    display: block;
  }
  .d-flex-sm {
    display: -ms-flexbox;
    display: flex;
  }
}


.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .d-none-lg {
    display: none;
  }
  .d-inline-lg {
    display: inline;
  }
  .d-inline-block-lg {
    display: inline-block;
  }
  .d-block-lg {
    display: block;
  }
  .d-flex-lg {
    display: -ms-flexbox;
    display: flex;
  }
}


/* 
* ******************************************* SOMMAIRE 
* 
* 1. Flex box
*
* */


/* 
* ******************************************* 1. Floexbox
* */
@media screen and (max-width: 991px) {
  .flex-sm-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-sm-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .align-items-sm-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-sm-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-sm-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -ms-flex-pack: justify ;
  justify-content: space-between ;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}


@media screen and (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-lg-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .align-items-lg-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-lg-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-lg-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}



/* 
* ******************************************* SOMMAIRE 
* 
* 1. Padding
* 2. Margin
* 
* */

/* 
* ******************************************* 1. Padding
* */

@media screen and (max-width: 991px) {
  
  
  .p-sm-0 {
    padding:0px;
  }
  .pl-sm-0 {
    padding-left:0px;
  }
  .pr-sm-0 {
    padding-right:0px;
  }
  .pb-sm-0 {
    padding-bottom:0px;
  }
  .pt-sm-0 {
    padding-top:0px;
  }
  
  
  
  
  
  .p-sm-2 {
    padding:2px;
  }
  .pl-sm-2 {
    padding-left:2px;
  }
  .pr-sm-2 {
    padding-right:2px;
  }
  .pb-sm-2 {
    padding-bottom:2px;
  }
  .pt-sm-2 {
    padding-top:2px;
  }
  
  
  
  
  
  .p-sm-4 {
    padding:4px;
  }
  .pl-sm-4 {
    padding-left:4px;
  }
  .pr-sm-4 {
    padding-right:4px;
  }
  .pb-sm-4 {
    padding-bottom:4px;
  }
  .pt-sm-4 {
    padding-top:4px;
  }
  
  
  
  
  
  .p-sm-6 {
    padding:6px;
  }
  .pl-sm-6 {
    padding-left:6px;
  }
  .pr-sm-6 {
    padding-right:6px;
  }
  .pb-sm-6 {
    padding-bottom:6px;
  }
  .pt-sm-6 {
    padding-top:6px;
  }
  
  
  
  
  
  .p-sm-8 {
    padding:8px;
  }
  .pl-sm-8 {
    padding-left:8px;
  }
  .pr-sm-8 {
    padding-right:8px;
  }
  .pb-sm-8 {
    padding-bottom:8px;
  }
  .pt-sm-8 {
    padding-top:8px;
  }
  
  
  
  
  
  .p-sm-10 {
    padding:10px;
  }
  .pl-sm-10 {
    padding-left:10px;
  }
  .pr-sm-10 {
    padding-right:10px;
  }
  .pb-sm-10 {
    padding-bottom:10px;
  }
  .pt-sm-10 {
    padding-top:10px;
  }
  
  
  
  
  
  .p-sm-12 {
    padding:12px;
  }
  .pl-sm-12 {
    padding-left:12px;
  }
  .pr-sm-12 {
    padding-right:12px;
  }
  .pb-sm-12 {
    padding-bottom:12px;
  }
  .pt-sm-12 {
    padding-top:12px;
  }
  
  
  
  
  
  .p-sm-14 {
    padding:14px;
  }
  .pl-sm-14 {
    padding-left:14px;
  }
  .pr-sm-14 {
    padding-right:14px;
  }
  .pb-sm-14 {
    padding-bottom:14px;
  }
  .pt-sm-14 {
    padding-top:14px;
  }
  
  
  
  
  
  .p-sm-16 {
    padding:16px;
  }
  .pl-sm-16 {
    padding-left:16px;
  }
  .pr-sm-16 {
    padding-right:16px;
  }
  .pb-sm-16 {
    padding-bottom:16px;
  }
  .pt-sm-16 {
    padding-top:16px;
  }
  
  
  
  
  
  .p-sm-18 {
    padding:18px;
  }
  .pl-sm-18 {
    padding-left:18px;
  }
  .pr-sm-18 {
    padding-right:18px;
  }
  .pb-sm-18 {
    padding-bottom:18px;
  }
  .pt-sm-18 {
    padding-top:18px;
  }
  
  
  
  
  
  .p-sm-20 {
    padding:20px;
  }
  .pl-sm-20 {
    padding-left:20px;
  }
  .pr-sm-20 {
    padding-right:20px;
  }
  .pb-sm-20 {
    padding-bottom:20px;
  }
  .pt-sm-20 {
    padding-top:20px;
  }
  
  
  
  
  
  .p-sm-22 {
    padding:22px;
  }
  .pl-sm-22 {
    padding-left:22px;
  }
  .pr-sm-22 {
    padding-right:22px;
  }
  .pb-sm-22 {
    padding-bottom:22px;
  }
  .pt-sm-22 {
    padding-top:22px;
  }
  
  
  
  
  
  .p-sm-24 {
    padding:24px;
  }
  .pl-sm-24 {
    padding-left:24px;
  }
  .pr-sm-24 {
    padding-right:24px;
  }
  .pb-sm-24 {
    padding-bottom:24px;
  }
  .pt-sm-24 {
    padding-top:24px;
  }
  
  
  
  
  
  .p-sm-26 {
    padding:26px;
  }
  .pl-sm-26 {
    padding-left:26px;
  }
  .pr-sm-26 {
    padding-right:26px;
  }
  .pb-sm-26 {
    padding-bottom:26px;
  }
  .pt-sm-26 {
    padding-top:26px;
  }
  
  
  
  
  
  .p-sm-28 {
    padding:28px;
  }
  .pl-sm-28 {
    padding-left:28px;
  }
  .pr-sm-28 {
    padding-right:28px;
  }
  .pb-sm-28 {
    padding-bottom:28px;
  }
  .pt-sm-28 {
    padding-top:28px;
  }
  
  
  
  
  
  .p-sm-30 {
    padding:30px;
  }
  .pl-sm-30 {
    padding-left:30px;
  }
  .pr-sm-30 {
    padding-right:30px;
  }
  .pb-sm-30 {
    padding-bottom:30px;
  }
  .pt-sm-30 {
    padding-top:30px;
  }
  
  
  
  
  
  .p-sm-32 {
    padding:32px;
  }
  .pl-sm-32 {
    padding-left:32px;
  }
  .pr-sm-32 {
    padding-right:32px;
  }
  .pb-sm-32 {
    padding-bottom:32px;
  }
  .pt-sm-32 {
    padding-top:32px;
  }
  
  
  
  
  
  .p-sm-34 {
    padding:34px;
  }
  .pl-sm-34 {
    padding-left:34px;
  }
  .pr-sm-34 {
    padding-right:34px;
  }
  .pb-sm-34 {
    padding-bottom:34px;
  }
  .pt-sm-34 {
    padding-top:34px;
  }
  
  
  
  
  
  .p-sm-36 {
    padding:36px;
  }
  .pl-sm-36 {
    padding-left:36px;
  }
  .pr-sm-36 {
    padding-right:36px;
  }
  .pb-sm-36 {
    padding-bottom:36px;
  }
  .pt-sm-36 {
    padding-top:36px;
  }
  
  
  
  
  
  .p-sm-38 {
    padding:38px;
  }
  .pl-sm-38 {
    padding-left:38px;
  }
  .pr-sm-38 {
    padding-right:38px;
  }
  .pb-sm-38 {
    padding-bottom:38px;
  }
  .pt-sm-38 {
    padding-top:38px;
  }
  
  
  
  
  
  .p-sm-40 {
    padding:40px;
  }
  .pl-sm-40 {
    padding-left:40px;
  }
  .pr-sm-40 {
    padding-right:40px;
  }
  .pb-sm-40 {
    padding-bottom:40px;
  }
  .pt-sm-40 {
    padding-top:40px;
  }
  
  
  
  
  
  .p-sm-42 {
    padding:42px;
  }
  .pl-sm-42 {
    padding-left:42px;
  }
  .pr-sm-42 {
    padding-right:42px;
  }
  .pb-sm-42 {
    padding-bottom:42px;
  }
  .pt-sm-42 {
    padding-top:42px;
  }
  
  
  
  
  
  .p-sm-44 {
    padding:44px;
  }
  .pl-sm-44 {
    padding-left:44px;
  }
  .pr-sm-44 {
    padding-right:44px;
  }
  .pb-sm-44 {
    padding-bottom:44px;
  }
  .pt-sm-44 {
    padding-top:44px;
  }
  
  
  
  
  
  .p-sm-46 {
    padding:46px;
  }
  .pl-sm-46 {
    padding-left:46px;
  }
  .pr-sm-46 {
    padding-right:46px;
  }
  .pb-sm-46 {
    padding-bottom:46px;
  }
  .pt-sm-46 {
    padding-top:46px;
  }
  
  
  
  
  
  .p-sm-48 {
    padding:48px;
  }
  .pl-sm-48 {
    padding-left:48px;
  }
  .pr-sm-48 {
    padding-right:48px;
  }
  .pb-sm-48 {
    padding-bottom:48px;
  }
  .pt-sm-48 {
    padding-top:48px;
  }
  
  
  
  
  
  .p-sm-50 {
    padding:50px;
  }
  .pl-sm-50 {
    padding-left:50px;
  }
  .pr-sm-50 {
    padding-right:50px;
  }
  .pb-sm-50 {
    padding-bottom:50px;
  }
  .pt-sm-50 {
    padding-top:50px;
  }
  
  
  
  
  
  .p-sm-52 {
    padding:52px;
  }
  .pl-sm-52 {
    padding-left:52px;
  }
  .pr-sm-52 {
    padding-right:52px;
  }
  .pb-sm-52 {
    padding-bottom:52px;
  }
  .pt-sm-52 {
    padding-top:52px;
  }
  
  
  
  
  
  .p-sm-54 {
    padding:54px;
  }
  .pl-sm-54 {
    padding-left:54px;
  }
  .pr-sm-54 {
    padding-right:54px;
  }
  .pb-sm-54 {
    padding-bottom:54px;
  }
  .pt-sm-54 {
    padding-top:54px;
  }
  
  
  
  
  
  .p-sm-56 {
    padding:56px;
  }
  .pl-sm-56 {
    padding-left:56px;
  }
  .pr-sm-56 {
    padding-right:56px;
  }
  .pb-sm-56 {
    padding-bottom:56px;
  }
  .pt-sm-56 {
    padding-top:56px;
  }
  
  
  
  
  
  .p-sm-58 {
    padding:58px;
  }
  .pl-sm-58 {
    padding-left:58px;
  }
  .pr-sm-58 {
    padding-right:58px;
  }
  .pb-sm-58 {
    padding-bottom:58px;
  }
  .pt-sm-58 {
    padding-top:58px;
  }
  
  
  
  
  
  .p-sm-60 {
    padding:60px;
  }
  .pl-sm-60 {
    padding-left:60px;
  }
  .pr-sm-60 {
    padding-right:60px;
  }
  .pb-sm-60 {
    padding-bottom:60px;
  }
  .pt-sm-60 {
    padding-top:60px;
  }
  
  
  
  
  
  .p-sm-62 {
    padding:62px;
  }
  .pl-sm-62 {
    padding-left:62px;
  }
  .pr-sm-62 {
    padding-right:62px;
  }
  .pb-sm-62 {
    padding-bottom:62px;
  }
  .pt-sm-62 {
    padding-top:62px;
  }
  
  
  
  
  
  .p-sm-64 {
    padding:64px;
  }
  .pl-sm-64 {
    padding-left:64px;
  }
  .pr-sm-64 {
    padding-right:64px;
  }
  .pb-sm-64 {
    padding-bottom:64px;
  }
  .pt-sm-64 {
    padding-top:64px;
  }
  
  
  
  
  
  .p-sm-66 {
    padding:66px;
  }
  .pl-sm-66 {
    padding-left:66px;
  }
  .pr-sm-66 {
    padding-right:66px;
  }
  .pb-sm-66 {
    padding-bottom:66px;
  }
  .pt-sm-66 {
    padding-top:66px;
  }
  
  
  
  
  
  .p-sm-68 {
    padding:68px;
  }
  .pl-sm-68 {
    padding-left:68px;
  }
  .pr-sm-68 {
    padding-right:68px;
  }
  .pb-sm-68 {
    padding-bottom:68px;
  }
  .pt-sm-68 {
    padding-top:68px;
  }
  
  
  
  
  
  .p-sm-70 {
    padding:70px;
  }
  .pl-sm-70 {
    padding-left:70px;
  }
  .pr-sm-70 {
    padding-right:70px;
  }
  .pb-sm-70 {
    padding-bottom:70px;
  }
  .pt-sm-70 {
    padding-top:70px;
  }
  
  
  
  
  
  .p-sm-72 {
    padding:72px;
  }
  .pl-sm-72 {
    padding-left:72px;
  }
  .pr-sm-72 {
    padding-right:72px;
  }
  .pb-sm-72 {
    padding-bottom:72px;
  }
  .pt-sm-72 {
    padding-top:72px;
  }
  
  
  
  
  
  .p-sm-74 {
    padding:74px;
  }
  .pl-sm-74 {
    padding-left:74px;
  }
  .pr-sm-74 {
    padding-right:74px;
  }
  .pb-sm-74 {
    padding-bottom:74px;
  }
  .pt-sm-74 {
    padding-top:74px;
  }
  
  
  
  
  
  .p-sm-76 {
    padding:76px;
  }
  .pl-sm-76 {
    padding-left:76px;
  }
  .pr-sm-76 {
    padding-right:76px;
  }
  .pb-sm-76 {
    padding-bottom:76px;
  }
  .pt-sm-76 {
    padding-top:76px;
  }
  
  
  
  
  
  .p-sm-78 {
    padding:78px;
  }
  .pl-sm-78 {
    padding-left:78px;
  }
  .pr-sm-78 {
    padding-right:78px;
  }
  .pb-sm-78 {
    padding-bottom:78px;
  }
  .pt-sm-78 {
    padding-top:78px;
  }
  
  
  
  
  
  .p-sm-80 {
    padding:80px;
  }
  .pl-sm-80 {
    padding-left:80px;
  }
  .pr-sm-80 {
    padding-right:80px;
  }
  .pb-sm-80 {
    padding-bottom:80px;
  }
  .pt-sm-80 {
    padding-top:80px;
  }
  
  
  
  
  
  .p-sm-82 {
    padding:82px;
  }
  .pl-sm-82 {
    padding-left:82px;
  }
  .pr-sm-82 {
    padding-right:82px;
  }
  .pb-sm-82 {
    padding-bottom:82px;
  }
  .pt-sm-82 {
    padding-top:82px;
  }
  
  
  
  
  
  .p-sm-84 {
    padding:84px;
  }
  .pl-sm-84 {
    padding-left:84px;
  }
  .pr-sm-84 {
    padding-right:84px;
  }
  .pb-sm-84 {
    padding-bottom:84px;
  }
  .pt-sm-84 {
    padding-top:84px;
  }
  
  
  
  
  
  .p-sm-86 {
    padding:86px;
  }
  .pl-sm-86 {
    padding-left:86px;
  }
  .pr-sm-86 {
    padding-right:86px;
  }
  .pb-sm-86 {
    padding-bottom:86px;
  }
  .pt-sm-86 {
    padding-top:86px;
  }
  
  
  
  
  
  .p-sm-88 {
    padding:88px;
  }
  .pl-sm-88 {
    padding-left:88px;
  }
  .pr-sm-88 {
    padding-right:88px;
  }
  .pb-sm-88 {
    padding-bottom:88px;
  }
  .pt-sm-88 {
    padding-top:88px;
  }
  
  
  
  
  
  .p-sm-90 {
    padding:90px;
  }
  .pl-sm-90 {
    padding-left:90px;
  }
  .pr-sm-90 {
    padding-right:90px;
  }
  .pb-sm-90 {
    padding-bottom:90px;
  }
  .pt-sm-90 {
    padding-top:90px;
  }
  
  
  
  
  
  .p-sm-92 {
    padding:92px;
  }
  .pl-sm-92 {
    padding-left:92px;
  }
  .pr-sm-92 {
    padding-right:92px;
  }
  .pb-sm-92 {
    padding-bottom:92px;
  }
  .pt-sm-92 {
    padding-top:92px;
  }
  
  
  
  
  
  .p-sm-94 {
    padding:94px;
  }
  .pl-sm-94 {
    padding-left:94px;
  }
  .pr-sm-94 {
    padding-right:94px;
  }
  .pb-sm-94 {
    padding-bottom:94px;
  }
  .pt-sm-94 {
    padding-top:94px;
  }
  
  
  
  
  
  .p-sm-96 {
    padding:96px;
  }
  .pl-sm-96 {
    padding-left:96px;
  }
  .pr-sm-96 {
    padding-right:96px;
  }
  .pb-sm-96 {
    padding-bottom:96px;
  }
  .pt-sm-96 {
    padding-top:96px;
  }
  
  
  
  
  
  .p-sm-98 {
    padding:98px;
  }
  .pl-sm-98 {
    padding-left:98px;
  }
  .pr-sm-98 {
    padding-right:98px;
  }
  .pb-sm-98 {
    padding-bottom:98px;
  }
  .pt-sm-98 {
    padding-top:98px;
  }
  
  
  
  
  
  .p-sm-100 {
    padding:100px;
  }
  .pl-sm-100 {
    padding-left:100px;
  }
  .pr-sm-100 {
    padding-right:100px;
  }
  .pb-sm-100 {
    padding-bottom:100px;
  }
  .pt-sm-100 {
    padding-top:100px;
  }
  
  
}



.p-0 {
  padding:0px;
}
.pl-0 {
  padding-left:0px;
}
.pr-0 {
  padding-right:0px;
}
.pb-0 {
  padding-bottom:0px;
}
.pt-0 {
  padding-top:0px;
}





.p-2 {
  padding:2px;
}
.pl-2 {
  padding-left:2px;
}
.pr-2 {
  padding-right:2px;
}
.pb-2 {
  padding-bottom:2px;
}
.pt-2 {
  padding-top:2px;
}





.p-4 {
  padding:4px;
}
.pl-4 {
  padding-left:4px;
}
.pr-4 {
  padding-right:4px;
}
.pb-4 {
  padding-bottom:4px;
}
.pt-4 {
  padding-top:4px;
}





.p-6 {
  padding:6px;
}
.pl-6 {
  padding-left:6px;
}
.pr-6 {
  padding-right:6px;
}
.pb-6 {
  padding-bottom:6px;
}
.pt-6 {
  padding-top:6px;
}





.p-8 {
  padding:8px;
}
.pl-8 {
  padding-left:8px;
}
.pr-8 {
  padding-right:8px;
}
.pb-8 {
  padding-bottom:8px;
}
.pt-8 {
  padding-top:8px;
}





.p-10 {
  padding:10px;
}
.pl-10 {
  padding-left:10px;
}
.pr-10 {
  padding-right:10px;
}
.pb-10 {
  padding-bottom:10px;
}
.pt-10 {
  padding-top:10px;
}





.p-12 {
  padding:12px;
}
.pl-12 {
  padding-left:12px;
}
.pr-12 {
  padding-right:12px;
}
.pb-12 {
  padding-bottom:12px;
}
.pt-12 {
  padding-top:12px;
}





.p-14 {
  padding:14px;
}
.pl-14 {
  padding-left:14px;
}
.pr-14 {
  padding-right:14px;
}
.pb-14 {
  padding-bottom:14px;
}
.pt-14 {
  padding-top:14px;
}





.p-16 {
  padding:16px;
}
.pl-16 {
  padding-left:16px;
}
.pr-16 {
  padding-right:16px;
}
.pb-16 {
  padding-bottom:16px;
}
.pt-16 {
  padding-top:16px;
}





.p-18 {
  padding:18px;
}
.pl-18 {
  padding-left:18px;
}
.pr-18 {
  padding-right:18px;
}
.pb-18 {
  padding-bottom:18px;
}
.pt-18 {
  padding-top:18px;
}





.p-20 {
  padding:20px;
}
.pl-20 {
  padding-left:20px;
}
.pr-20 {
  padding-right:20px;
}
.pb-20 {
  padding-bottom:20px;
}
.pt-20 {
  padding-top:20px;
}





.p-22 {
  padding:22px;
}
.pl-22 {
  padding-left:22px;
}
.pr-22 {
  padding-right:22px;
}
.pb-22 {
  padding-bottom:22px;
}
.pt-22 {
  padding-top:22px;
}





.p-24 {
  padding:24px;
}
.pl-24 {
  padding-left:24px;
}
.pr-24 {
  padding-right:24px;
}
.pb-24 {
  padding-bottom:24px;
}
.pt-24 {
  padding-top:24px;
}





.p-26 {
  padding:26px;
}
.pl-26 {
  padding-left:26px;
}
.pr-26 {
  padding-right:26px;
}
.pb-26 {
  padding-bottom:26px;
}
.pt-26 {
  padding-top:26px;
}





.p-28 {
  padding:28px;
}
.pl-28 {
  padding-left:28px;
}
.pr-28 {
  padding-right:28px;
}
.pb-28 {
  padding-bottom:28px;
}
.pt-28 {
  padding-top:28px;
}





.p-30 {
  padding:30px;
}
.pl-30 {
  padding-left:30px;
}
.pr-30 {
  padding-right:30px;
}
.pb-30 {
  padding-bottom:30px;
}
.pt-30 {
  padding-top:30px;
}





.p-32 {
  padding:32px;
}
.pl-32 {
  padding-left:32px;
}
.pr-32 {
  padding-right:32px;
}
.pb-32 {
  padding-bottom:32px;
}
.pt-32 {
  padding-top:32px;
}





.p-34 {
  padding:34px;
}
.pl-34 {
  padding-left:34px;
}
.pr-34 {
  padding-right:34px;
}
.pb-34 {
  padding-bottom:34px;
}
.pt-34 {
  padding-top:34px;
}





.p-36 {
  padding:36px;
}
.pl-36 {
  padding-left:36px;
}
.pr-36 {
  padding-right:36px;
}
.pb-36 {
  padding-bottom:36px;
}
.pt-36 {
  padding-top:36px;
}





.p-38 {
  padding:38px;
}
.pl-38 {
  padding-left:38px;
}
.pr-38 {
  padding-right:38px;
}
.pb-38 {
  padding-bottom:38px;
}
.pt-38 {
  padding-top:38px;
}





.p-40 {
  padding:40px;
}
.pl-40 {
  padding-left:40px;
}
.pr-40 {
  padding-right:40px;
}
.pb-40 {
  padding-bottom:40px;
}
.pt-40 {
  padding-top:40px;
}





.p-42 {
  padding:42px;
}
.pl-42 {
  padding-left:42px;
}
.pr-42 {
  padding-right:42px;
}
.pb-42 {
  padding-bottom:42px;
}
.pt-42 {
  padding-top:42px;
}





.p-44 {
  padding:44px;
}
.pl-44 {
  padding-left:44px;
}
.pr-44 {
  padding-right:44px;
}
.pb-44 {
  padding-bottom:44px;
}
.pt-44 {
  padding-top:44px;
}





.p-46 {
  padding:46px;
}
.pl-46 {
  padding-left:46px;
}
.pr-46 {
  padding-right:46px;
}
.pb-46 {
  padding-bottom:46px;
}
.pt-46 {
  padding-top:46px;
}





.p-48 {
  padding:48px;
}
.pl-48 {
  padding-left:48px;
}
.pr-48 {
  padding-right:48px;
}
.pb-48 {
  padding-bottom:48px;
}
.pt-48 {
  padding-top:48px;
}





.p-50 {
  padding:50px;
}
.pl-50 {
  padding-left:50px;
}
.pr-50 {
  padding-right:50px;
}
.pb-50 {
  padding-bottom:50px;
}
.pt-50 {
  padding-top:50px;
}





.p-52 {
  padding:52px;
}
.pl-52 {
  padding-left:52px;
}
.pr-52 {
  padding-right:52px;
}
.pb-52 {
  padding-bottom:52px;
}
.pt-52 {
  padding-top:52px;
}





.p-54 {
  padding:54px;
}
.pl-54 {
  padding-left:54px;
}
.pr-54 {
  padding-right:54px;
}
.pb-54 {
  padding-bottom:54px;
}
.pt-54 {
  padding-top:54px;
}





.p-56 {
  padding:56px;
}
.pl-56 {
  padding-left:56px;
}
.pr-56 {
  padding-right:56px;
}
.pb-56 {
  padding-bottom:56px;
}
.pt-56 {
  padding-top:56px;
}





.p-58 {
  padding:58px;
}
.pl-58 {
  padding-left:58px;
}
.pr-58 {
  padding-right:58px;
}
.pb-58 {
  padding-bottom:58px;
}
.pt-58 {
  padding-top:58px;
}





.p-60 {
  padding:60px;
}
.pl-60 {
  padding-left:60px;
}
.pr-60 {
  padding-right:60px;
}
.pb-60 {
  padding-bottom:60px;
}
.pt-60 {
  padding-top:60px;
}





.p-62 {
  padding:62px;
}
.pl-62 {
  padding-left:62px;
}
.pr-62 {
  padding-right:62px;
}
.pb-62 {
  padding-bottom:62px;
}
.pt-62 {
  padding-top:62px;
}





.p-64 {
  padding:64px;
}
.pl-64 {
  padding-left:64px;
}
.pr-64 {
  padding-right:64px;
}
.pb-64 {
  padding-bottom:64px;
}
.pt-64 {
  padding-top:64px;
}





.p-66 {
  padding:66px;
}
.pl-66 {
  padding-left:66px;
}
.pr-66 {
  padding-right:66px;
}
.pb-66 {
  padding-bottom:66px;
}
.pt-66 {
  padding-top:66px;
}





.p-68 {
  padding:68px;
}
.pl-68 {
  padding-left:68px;
}
.pr-68 {
  padding-right:68px;
}
.pb-68 {
  padding-bottom:68px;
}
.pt-68 {
  padding-top:68px;
}





.p-70 {
  padding:70px;
}
.pl-70 {
  padding-left:70px;
}
.pr-70 {
  padding-right:70px;
}
.pb-70 {
  padding-bottom:70px;
}
.pt-70 {
  padding-top:70px;
}





.p-72 {
  padding:72px;
}
.pl-72 {
  padding-left:72px;
}
.pr-72 {
  padding-right:72px;
}
.pb-72 {
  padding-bottom:72px;
}
.pt-72 {
  padding-top:72px;
}





.p-74 {
  padding:74px;
}
.pl-74 {
  padding-left:74px;
}
.pr-74 {
  padding-right:74px;
}
.pb-74 {
  padding-bottom:74px;
}
.pt-74 {
  padding-top:74px;
}





.p-76 {
  padding:76px;
}
.pl-76 {
  padding-left:76px;
}
.pr-76 {
  padding-right:76px;
}
.pb-76 {
  padding-bottom:76px;
}
.pt-76 {
  padding-top:76px;
}





.p-78 {
  padding:78px;
}
.pl-78 {
  padding-left:78px;
}
.pr-78 {
  padding-right:78px;
}
.pb-78 {
  padding-bottom:78px;
}
.pt-78 {
  padding-top:78px;
}





.p-80 {
  padding:80px;
}
.pl-80 {
  padding-left:80px;
}
.pr-80 {
  padding-right:80px;
}
.pb-80 {
  padding-bottom:80px;
}
.pt-80 {
  padding-top:80px;
}





.p-82 {
  padding:82px;
}
.pl-82 {
  padding-left:82px;
}
.pr-82 {
  padding-right:82px;
}
.pb-82 {
  padding-bottom:82px;
}
.pt-82 {
  padding-top:82px;
}





.p-84 {
  padding:84px;
}
.pl-84 {
  padding-left:84px;
}
.pr-84 {
  padding-right:84px;
}
.pb-84 {
  padding-bottom:84px;
}
.pt-84 {
  padding-top:84px;
}





.p-86 {
  padding:86px;
}
.pl-86 {
  padding-left:86px;
}
.pr-86 {
  padding-right:86px;
}
.pb-86 {
  padding-bottom:86px;
}
.pt-86 {
  padding-top:86px;
}





.p-88 {
  padding:88px;
}
.pl-88 {
  padding-left:88px;
}
.pr-88 {
  padding-right:88px;
}
.pb-88 {
  padding-bottom:88px;
}
.pt-88 {
  padding-top:88px;
}





.p-90 {
  padding:90px;
}
.pl-90 {
  padding-left:90px;
}
.pr-90 {
  padding-right:90px;
}
.pb-90 {
  padding-bottom:90px;
}
.pt-90 {
  padding-top:90px;
}





.p-92 {
  padding:92px;
}
.pl-92 {
  padding-left:92px;
}
.pr-92 {
  padding-right:92px;
}
.pb-92 {
  padding-bottom:92px;
}
.pt-92 {
  padding-top:92px;
}





.p-94 {
  padding:94px;
}
.pl-94 {
  padding-left:94px;
}
.pr-94 {
  padding-right:94px;
}
.pb-94 {
  padding-bottom:94px;
}
.pt-94 {
  padding-top:94px;
}





.p-96 {
  padding:96px;
}
.pl-96 {
  padding-left:96px;
}
.pr-96 {
  padding-right:96px;
}
.pb-96 {
  padding-bottom:96px;
}
.pt-96 {
  padding-top:96px;
}





.p-98 {
  padding:98px;
}
.pl-98 {
  padding-left:98px;
}
.pr-98 {
  padding-right:98px;
}
.pb-98 {
  padding-bottom:98px;
}
.pt-98 {
  padding-top:98px;
}





.p-100 {
  padding:100px;
}
.pl-100 {
  padding-left:100px;
}
.pr-100 {
  padding-right:100px;
}
.pb-100 {
  padding-bottom:100px;
}
.pt-100 {
  padding-top:100px;
}



@media screen and (min-width: 992px) {
  
  
  .p-lg-0 {
    padding:0px;
  }
  .pl-lg-0 {
    padding-left:0px;
  }
  .pr-lg-0 {
    padding-right:0px;
  }
  .pb-lg-0 {
    padding-bottom:0px;
  }
  .pt-lg-0 {
    padding-top:0px;
  }
  
  
  
  
  
  .p-lg-2 {
    padding:2px;
  }
  .pl-lg-2 {
    padding-left:2px;
  }
  .pr-lg-2 {
    padding-right:2px;
  }
  .pb-lg-2 {
    padding-bottom:2px;
  }
  .pt-lg-2 {
    padding-top:2px;
  }
  
  
  
  
  
  .p-lg-4 {
    padding:4px;
  }
  .pl-lg-4 {
    padding-left:4px;
  }
  .pr-lg-4 {
    padding-right:4px;
  }
  .pb-lg-4 {
    padding-bottom:4px;
  }
  .pt-lg-4 {
    padding-top:4px;
  }
  
  
  
  
  
  .p-lg-6 {
    padding:6px;
  }
  .pl-lg-6 {
    padding-left:6px;
  }
  .pr-lg-6 {
    padding-right:6px;
  }
  .pb-lg-6 {
    padding-bottom:6px;
  }
  .pt-lg-6 {
    padding-top:6px;
  }
  
  
  
  
  
  .p-lg-8 {
    padding:8px;
  }
  .pl-lg-8 {
    padding-left:8px;
  }
  .pr-lg-8 {
    padding-right:8px;
  }
  .pb-lg-8 {
    padding-bottom:8px;
  }
  .pt-lg-8 {
    padding-top:8px;
  }
  
  
  
  
  
  .p-lg-10 {
    padding:10px;
  }
  .pl-lg-10 {
    padding-left:10px;
  }
  .pr-lg-10 {
    padding-right:10px;
  }
  .pb-lg-10 {
    padding-bottom:10px;
  }
  .pt-lg-10 {
    padding-top:10px;
  }
  
  
  
  
  
  .p-lg-12 {
    padding:12px;
  }
  .pl-lg-12 {
    padding-left:12px;
  }
  .pr-lg-12 {
    padding-right:12px;
  }
  .pb-lg-12 {
    padding-bottom:12px;
  }
  .pt-lg-12 {
    padding-top:12px;
  }
  
  
  
  
  
  .p-lg-14 {
    padding:14px;
  }
  .pl-lg-14 {
    padding-left:14px;
  }
  .pr-lg-14 {
    padding-right:14px;
  }
  .pb-lg-14 {
    padding-bottom:14px;
  }
  .pt-lg-14 {
    padding-top:14px;
  }
  
  
  
  
  
  .p-lg-16 {
    padding:16px;
  }
  .pl-lg-16 {
    padding-left:16px;
  }
  .pr-lg-16 {
    padding-right:16px;
  }
  .pb-lg-16 {
    padding-bottom:16px;
  }
  .pt-lg-16 {
    padding-top:16px;
  }
  
  
  
  
  
  .p-lg-18 {
    padding:18px;
  }
  .pl-lg-18 {
    padding-left:18px;
  }
  .pr-lg-18 {
    padding-right:18px;
  }
  .pb-lg-18 {
    padding-bottom:18px;
  }
  .pt-lg-18 {
    padding-top:18px;
  }
  
  
  
  
  
  .p-lg-20 {
    padding:20px;
  }
  .pl-lg-20 {
    padding-left:20px;
  }
  .pr-lg-20 {
    padding-right:20px;
  }
  .pb-lg-20 {
    padding-bottom:20px;
  }
  .pt-lg-20 {
    padding-top:20px;
  }
  
  
  
  
  
  .p-lg-22 {
    padding:22px;
  }
  .pl-lg-22 {
    padding-left:22px;
  }
  .pr-lg-22 {
    padding-right:22px;
  }
  .pb-lg-22 {
    padding-bottom:22px;
  }
  .pt-lg-22 {
    padding-top:22px;
  }
  
  
  
  
  
  .p-lg-24 {
    padding:24px;
  }
  .pl-lg-24 {
    padding-left:24px;
  }
  .pr-lg-24 {
    padding-right:24px;
  }
  .pb-lg-24 {
    padding-bottom:24px;
  }
  .pt-lg-24 {
    padding-top:24px;
  }
  
  
  
  
  
  .p-lg-26 {
    padding:26px;
  }
  .pl-lg-26 {
    padding-left:26px;
  }
  .pr-lg-26 {
    padding-right:26px;
  }
  .pb-lg-26 {
    padding-bottom:26px;
  }
  .pt-lg-26 {
    padding-top:26px;
  }
  
  
  
  
  
  .p-lg-28 {
    padding:28px;
  }
  .pl-lg-28 {
    padding-left:28px;
  }
  .pr-lg-28 {
    padding-right:28px;
  }
  .pb-lg-28 {
    padding-bottom:28px;
  }
  .pt-lg-28 {
    padding-top:28px;
  }
  
  
  
  
  
  .p-lg-30 {
    padding:30px;
  }
  .pl-lg-30 {
    padding-left:30px;
  }
  .pr-lg-30 {
    padding-right:30px;
  }
  .pb-lg-30 {
    padding-bottom:30px;
  }
  .pt-lg-30 {
    padding-top:30px;
  }
  
  
  
  
  
  .p-lg-32 {
    padding:32px;
  }
  .pl-lg-32 {
    padding-left:32px;
  }
  .pr-lg-32 {
    padding-right:32px;
  }
  .pb-lg-32 {
    padding-bottom:32px;
  }
  .pt-lg-32 {
    padding-top:32px;
  }
  
  
  
  
  
  .p-lg-34 {
    padding:34px;
  }
  .pl-lg-34 {
    padding-left:34px;
  }
  .pr-lg-34 {
    padding-right:34px;
  }
  .pb-lg-34 {
    padding-bottom:34px;
  }
  .pt-lg-34 {
    padding-top:34px;
  }
  
  
  
  
  
  .p-lg-36 {
    padding:36px;
  }
  .pl-lg-36 {
    padding-left:36px;
  }
  .pr-lg-36 {
    padding-right:36px;
  }
  .pb-lg-36 {
    padding-bottom:36px;
  }
  .pt-lg-36 {
    padding-top:36px;
  }
  
  
  
  
  
  .p-lg-38 {
    padding:38px;
  }
  .pl-lg-38 {
    padding-left:38px;
  }
  .pr-lg-38 {
    padding-right:38px;
  }
  .pb-lg-38 {
    padding-bottom:38px;
  }
  .pt-lg-38 {
    padding-top:38px;
  }
  
  
  
  
  
  .p-lg-40 {
    padding:40px;
  }
  .pl-lg-40 {
    padding-left:40px;
  }
  .pr-lg-40 {
    padding-right:40px;
  }
  .pb-lg-40 {
    padding-bottom:40px;
  }
  .pt-lg-40 {
    padding-top:40px;
  }
  
  
  
  
  
  .p-lg-42 {
    padding:42px;
  }
  .pl-lg-42 {
    padding-left:42px;
  }
  .pr-lg-42 {
    padding-right:42px;
  }
  .pb-lg-42 {
    padding-bottom:42px;
  }
  .pt-lg-42 {
    padding-top:42px;
  }
  
  
  
  
  
  .p-lg-44 {
    padding:44px;
  }
  .pl-lg-44 {
    padding-left:44px;
  }
  .pr-lg-44 {
    padding-right:44px;
  }
  .pb-lg-44 {
    padding-bottom:44px;
  }
  .pt-lg-44 {
    padding-top:44px;
  }
  
  
  
  
  
  .p-lg-46 {
    padding:46px;
  }
  .pl-lg-46 {
    padding-left:46px;
  }
  .pr-lg-46 {
    padding-right:46px;
  }
  .pb-lg-46 {
    padding-bottom:46px;
  }
  .pt-lg-46 {
    padding-top:46px;
  }
  
  
  
  
  
  .p-lg-48 {
    padding:48px;
  }
  .pl-lg-48 {
    padding-left:48px;
  }
  .pr-lg-48 {
    padding-right:48px;
  }
  .pb-lg-48 {
    padding-bottom:48px;
  }
  .pt-lg-48 {
    padding-top:48px;
  }
  
  
  
  
  
  .p-lg-50 {
    padding:50px;
  }
  .pl-lg-50 {
    padding-left:50px;
  }
  .pr-lg-50 {
    padding-right:50px;
  }
  .pb-lg-50 {
    padding-bottom:50px;
  }
  .pt-lg-50 {
    padding-top:50px;
  }
  
  
  
  
  
  .p-lg-52 {
    padding:52px;
  }
  .pl-lg-52 {
    padding-left:52px;
  }
  .pr-lg-52 {
    padding-right:52px;
  }
  .pb-lg-52 {
    padding-bottom:52px;
  }
  .pt-lg-52 {
    padding-top:52px;
  }
  
  
  
  
  
  .p-lg-54 {
    padding:54px;
  }
  .pl-lg-54 {
    padding-left:54px;
  }
  .pr-lg-54 {
    padding-right:54px;
  }
  .pb-lg-54 {
    padding-bottom:54px;
  }
  .pt-lg-54 {
    padding-top:54px;
  }
  
  
  
  
  
  .p-lg-56 {
    padding:56px;
  }
  .pl-lg-56 {
    padding-left:56px;
  }
  .pr-lg-56 {
    padding-right:56px;
  }
  .pb-lg-56 {
    padding-bottom:56px;
  }
  .pt-lg-56 {
    padding-top:56px;
  }
  
  
  
  
  
  .p-lg-58 {
    padding:58px;
  }
  .pl-lg-58 {
    padding-left:58px;
  }
  .pr-lg-58 {
    padding-right:58px;
  }
  .pb-lg-58 {
    padding-bottom:58px;
  }
  .pt-lg-58 {
    padding-top:58px;
  }
  
  
  
  
  
  .p-lg-60 {
    padding:60px;
  }
  .pl-lg-60 {
    padding-left:60px;
  }
  .pr-lg-60 {
    padding-right:60px;
  }
  .pb-lg-60 {
    padding-bottom:60px;
  }
  .pt-lg-60 {
    padding-top:60px;
  }
  
  
  
  
  
  .p-lg-62 {
    padding:62px;
  }
  .pl-lg-62 {
    padding-left:62px;
  }
  .pr-lg-62 {
    padding-right:62px;
  }
  .pb-lg-62 {
    padding-bottom:62px;
  }
  .pt-lg-62 {
    padding-top:62px;
  }
  
  
  
  
  
  .p-lg-64 {
    padding:64px;
  }
  .pl-lg-64 {
    padding-left:64px;
  }
  .pr-lg-64 {
    padding-right:64px;
  }
  .pb-lg-64 {
    padding-bottom:64px;
  }
  .pt-lg-64 {
    padding-top:64px;
  }
  
  
  
  
  
  .p-lg-66 {
    padding:66px;
  }
  .pl-lg-66 {
    padding-left:66px;
  }
  .pr-lg-66 {
    padding-right:66px;
  }
  .pb-lg-66 {
    padding-bottom:66px;
  }
  .pt-lg-66 {
    padding-top:66px;
  }
  
  
  
  
  
  .p-lg-68 {
    padding:68px;
  }
  .pl-lg-68 {
    padding-left:68px;
  }
  .pr-lg-68 {
    padding-right:68px;
  }
  .pb-lg-68 {
    padding-bottom:68px;
  }
  .pt-lg-68 {
    padding-top:68px;
  }
  
  
  
  
  
  .p-lg-70 {
    padding:70px;
  }
  .pl-lg-70 {
    padding-left:70px;
  }
  .pr-lg-70 {
    padding-right:70px;
  }
  .pb-lg-70 {
    padding-bottom:70px;
  }
  .pt-lg-70 {
    padding-top:70px;
  }
  
  
  
  
  
  .p-lg-72 {
    padding:72px;
  }
  .pl-lg-72 {
    padding-left:72px;
  }
  .pr-lg-72 {
    padding-right:72px;
  }
  .pb-lg-72 {
    padding-bottom:72px;
  }
  .pt-lg-72 {
    padding-top:72px;
  }
  
  
  
  
  
  .p-lg-74 {
    padding:74px;
  }
  .pl-lg-74 {
    padding-left:74px;
  }
  .pr-lg-74 {
    padding-right:74px;
  }
  .pb-lg-74 {
    padding-bottom:74px;
  }
  .pt-lg-74 {
    padding-top:74px;
  }
  
  
  
  
  
  .p-lg-76 {
    padding:76px;
  }
  .pl-lg-76 {
    padding-left:76px;
  }
  .pr-lg-76 {
    padding-right:76px;
  }
  .pb-lg-76 {
    padding-bottom:76px;
  }
  .pt-lg-76 {
    padding-top:76px;
  }
  
  
  
  
  
  .p-lg-78 {
    padding:78px;
  }
  .pl-lg-78 {
    padding-left:78px;
  }
  .pr-lg-78 {
    padding-right:78px;
  }
  .pb-lg-78 {
    padding-bottom:78px;
  }
  .pt-lg-78 {
    padding-top:78px;
  }
  
  
  
  
  
  .p-lg-80 {
    padding:80px;
  }
  .pl-lg-80 {
    padding-left:80px;
  }
  .pr-lg-80 {
    padding-right:80px;
  }
  .pb-lg-80 {
    padding-bottom:80px;
  }
  .pt-lg-80 {
    padding-top:80px;
  }
  
  
  
  
  
  .p-lg-82 {
    padding:82px;
  }
  .pl-lg-82 {
    padding-left:82px;
  }
  .pr-lg-82 {
    padding-right:82px;
  }
  .pb-lg-82 {
    padding-bottom:82px;
  }
  .pt-lg-82 {
    padding-top:82px;
  }
  
  
  
  
  
  .p-lg-84 {
    padding:84px;
  }
  .pl-lg-84 {
    padding-left:84px;
  }
  .pr-lg-84 {
    padding-right:84px;
  }
  .pb-lg-84 {
    padding-bottom:84px;
  }
  .pt-lg-84 {
    padding-top:84px;
  }
  
  
  
  
  
  .p-lg-86 {
    padding:86px;
  }
  .pl-lg-86 {
    padding-left:86px;
  }
  .pr-lg-86 {
    padding-right:86px;
  }
  .pb-lg-86 {
    padding-bottom:86px;
  }
  .pt-lg-86 {
    padding-top:86px;
  }
  
  
  
  
  
  .p-lg-88 {
    padding:88px;
  }
  .pl-lg-88 {
    padding-left:88px;
  }
  .pr-lg-88 {
    padding-right:88px;
  }
  .pb-lg-88 {
    padding-bottom:88px;
  }
  .pt-lg-88 {
    padding-top:88px;
  }
  
  
  
  
  
  .p-lg-90 {
    padding:90px;
  }
  .pl-lg-90 {
    padding-left:90px;
  }
  .pr-lg-90 {
    padding-right:90px;
  }
  .pb-lg-90 {
    padding-bottom:90px;
  }
  .pt-lg-90 {
    padding-top:90px;
  }
  
  
  
  
  
  .p-lg-92 {
    padding:92px;
  }
  .pl-lg-92 {
    padding-left:92px;
  }
  .pr-lg-92 {
    padding-right:92px;
  }
  .pb-lg-92 {
    padding-bottom:92px;
  }
  .pt-lg-92 {
    padding-top:92px;
  }
  
  
  
  
  
  .p-lg-94 {
    padding:94px;
  }
  .pl-lg-94 {
    padding-left:94px;
  }
  .pr-lg-94 {
    padding-right:94px;
  }
  .pb-lg-94 {
    padding-bottom:94px;
  }
  .pt-lg-94 {
    padding-top:94px;
  }
  
  
  
  
  
  .p-lg-96 {
    padding:96px;
  }
  .pl-lg-96 {
    padding-left:96px;
  }
  .pr-lg-96 {
    padding-right:96px;
  }
  .pb-lg-96 {
    padding-bottom:96px;
  }
  .pt-lg-96 {
    padding-top:96px;
  }
  
  
  
  
  
  .p-lg-98 {
    padding:98px;
  }
  .pl-lg-98 {
    padding-left:98px;
  }
  .pr-lg-98 {
    padding-right:98px;
  }
  .pb-lg-98 {
    padding-bottom:98px;
  }
  .pt-lg-98 {
    padding-top:98px;
  }
  
  
  
  
  
  .p-lg-100 {
    padding:100px;
  }
  .pl-lg-100 {
    padding-left:100px;
  }
  .pr-lg-100 {
    padding-right:100px;
  }
  .pb-lg-100 {
    padding-bottom:100px;
  }
  .pt-lg-100 {
    padding-top:100px;
  }
  
  
}

/* 
* ******************************************* 2. Margin
* */

@media screen and (max-width: 991px) {
  
  
  .m-sm-0 {
    margin:0px;
  }
  .ml-sm-0 {
    margin-left:0px;
  }
  .mr-sm-0 {
    margin-right:0px;
  }
  .mb-sm-0 {
    margin-bottom:0px;
  }
  .mt-sm-0 {
    margin-top:0px;
  }
  
  
  
  
  
  .m-sm-2 {
    margin:2px;
  }
  .ml-sm-2 {
    margin-left:2px;
  }
  .mr-sm-2 {
    margin-right:2px;
  }
  .mb-sm-2 {
    margin-bottom:2px;
  }
  .mt-sm-2 {
    margin-top:2px;
  }
  
  
  
  
  
  .m-sm-4 {
    margin:4px;
  }
  .ml-sm-4 {
    margin-left:4px;
  }
  .mr-sm-4 {
    margin-right:4px;
  }
  .mb-sm-4 {
    margin-bottom:4px;
  }
  .mt-sm-4 {
    margin-top:4px;
  }
  
  
  
  
  
  .m-sm-6 {
    margin:6px;
  }
  .ml-sm-6 {
    margin-left:6px;
  }
  .mr-sm-6 {
    margin-right:6px;
  }
  .mb-sm-6 {
    margin-bottom:6px;
  }
  .mt-sm-6 {
    margin-top:6px;
  }
  
  
  
  
  
  .m-sm-8 {
    margin:8px;
  }
  .ml-sm-8 {
    margin-left:8px;
  }
  .mr-sm-8 {
    margin-right:8px;
  }
  .mb-sm-8 {
    margin-bottom:8px;
  }
  .mt-sm-8 {
    margin-top:8px;
  }
  
  
  
  
  
  .m-sm-10 {
    margin:10px;
  }
  .ml-sm-10 {
    margin-left:10px;
  }
  .mr-sm-10 {
    margin-right:10px;
  }
  .mb-sm-10 {
    margin-bottom:10px;
  }
  .mt-sm-10 {
    margin-top:10px;
  }
  
  
  
  
  
  .m-sm-12 {
    margin:12px;
  }
  .ml-sm-12 {
    margin-left:12px;
  }
  .mr-sm-12 {
    margin-right:12px;
  }
  .mb-sm-12 {
    margin-bottom:12px;
  }
  .mt-sm-12 {
    margin-top:12px;
  }
  
  
  
  
  
  .m-sm-14 {
    margin:14px;
  }
  .ml-sm-14 {
    margin-left:14px;
  }
  .mr-sm-14 {
    margin-right:14px;
  }
  .mb-sm-14 {
    margin-bottom:14px;
  }
  .mt-sm-14 {
    margin-top:14px;
  }
  
  
  
  
  
  .m-sm-16 {
    margin:16px;
  }
  .ml-sm-16 {
    margin-left:16px;
  }
  .mr-sm-16 {
    margin-right:16px;
  }
  .mb-sm-16 {
    margin-bottom:16px;
  }
  .mt-sm-16 {
    margin-top:16px;
  }
  
  
  
  
  
  .m-sm-18 {
    margin:18px;
  }
  .ml-sm-18 {
    margin-left:18px;
  }
  .mr-sm-18 {
    margin-right:18px;
  }
  .mb-sm-18 {
    margin-bottom:18px;
  }
  .mt-sm-18 {
    margin-top:18px;
  }
  
  
  
  
  
  .m-sm-20 {
    margin:20px;
  }
  .ml-sm-20 {
    margin-left:20px;
  }
  .mr-sm-20 {
    margin-right:20px;
  }
  .mb-sm-20 {
    margin-bottom:20px;
  }
  .mt-sm-20 {
    margin-top:20px;
  }
  
  
  
  
  
  .m-sm-22 {
    margin:22px;
  }
  .ml-sm-22 {
    margin-left:22px;
  }
  .mr-sm-22 {
    margin-right:22px;
  }
  .mb-sm-22 {
    margin-bottom:22px;
  }
  .mt-sm-22 {
    margin-top:22px;
  }
  
  
  
  
  
  .m-sm-24 {
    margin:24px;
  }
  .ml-sm-24 {
    margin-left:24px;
  }
  .mr-sm-24 {
    margin-right:24px;
  }
  .mb-sm-24 {
    margin-bottom:24px;
  }
  .mt-sm-24 {
    margin-top:24px;
  }
  
  
  
  
  
  .m-sm-26 {
    margin:26px;
  }
  .ml-sm-26 {
    margin-left:26px;
  }
  .mr-sm-26 {
    margin-right:26px;
  }
  .mb-sm-26 {
    margin-bottom:26px;
  }
  .mt-sm-26 {
    margin-top:26px;
  }
  
  
  
  
  
  .m-sm-28 {
    margin:28px;
  }
  .ml-sm-28 {
    margin-left:28px;
  }
  .mr-sm-28 {
    margin-right:28px;
  }
  .mb-sm-28 {
    margin-bottom:28px;
  }
  .mt-sm-28 {
    margin-top:28px;
  }
  
  
  
  
  
  .m-sm-30 {
    margin:30px;
  }
  .ml-sm-30 {
    margin-left:30px;
  }
  .mr-sm-30 {
    margin-right:30px;
  }
  .mb-sm-30 {
    margin-bottom:30px;
  }
  .mt-sm-30 {
    margin-top:30px;
  }
  
  
  
  
  
  .m-sm-32 {
    margin:32px;
  }
  .ml-sm-32 {
    margin-left:32px;
  }
  .mr-sm-32 {
    margin-right:32px;
  }
  .mb-sm-32 {
    margin-bottom:32px;
  }
  .mt-sm-32 {
    margin-top:32px;
  }
  
  
  
  
  
  .m-sm-34 {
    margin:34px;
  }
  .ml-sm-34 {
    margin-left:34px;
  }
  .mr-sm-34 {
    margin-right:34px;
  }
  .mb-sm-34 {
    margin-bottom:34px;
  }
  .mt-sm-34 {
    margin-top:34px;
  }
  
  
  
  
  
  .m-sm-36 {
    margin:36px;
  }
  .ml-sm-36 {
    margin-left:36px;
  }
  .mr-sm-36 {
    margin-right:36px;
  }
  .mb-sm-36 {
    margin-bottom:36px;
  }
  .mt-sm-36 {
    margin-top:36px;
  }
  
  
  
  
  
  .m-sm-38 {
    margin:38px;
  }
  .ml-sm-38 {
    margin-left:38px;
  }
  .mr-sm-38 {
    margin-right:38px;
  }
  .mb-sm-38 {
    margin-bottom:38px;
  }
  .mt-sm-38 {
    margin-top:38px;
  }
  
  
  
  
  
  .m-sm-40 {
    margin:40px;
  }
  .ml-sm-40 {
    margin-left:40px;
  }
  .mr-sm-40 {
    margin-right:40px;
  }
  .mb-sm-40 {
    margin-bottom:40px;
  }
  .mt-sm-40 {
    margin-top:40px;
  }
  
  
  
  
  
  .m-sm-42 {
    margin:42px;
  }
  .ml-sm-42 {
    margin-left:42px;
  }
  .mr-sm-42 {
    margin-right:42px;
  }
  .mb-sm-42 {
    margin-bottom:42px;
  }
  .mt-sm-42 {
    margin-top:42px;
  }
  
  
  
  
  
  .m-sm-44 {
    margin:44px;
  }
  .ml-sm-44 {
    margin-left:44px;
  }
  .mr-sm-44 {
    margin-right:44px;
  }
  .mb-sm-44 {
    margin-bottom:44px;
  }
  .mt-sm-44 {
    margin-top:44px;
  }
  
  
  
  
  
  .m-sm-46 {
    margin:46px;
  }
  .ml-sm-46 {
    margin-left:46px;
  }
  .mr-sm-46 {
    margin-right:46px;
  }
  .mb-sm-46 {
    margin-bottom:46px;
  }
  .mt-sm-46 {
    margin-top:46px;
  }
  
  
  
  
  
  .m-sm-48 {
    margin:48px;
  }
  .ml-sm-48 {
    margin-left:48px;
  }
  .mr-sm-48 {
    margin-right:48px;
  }
  .mb-sm-48 {
    margin-bottom:48px;
  }
  .mt-sm-48 {
    margin-top:48px;
  }
  
  
  
  
  
  .m-sm-50 {
    margin:50px;
  }
  .ml-sm-50 {
    margin-left:50px;
  }
  .mr-sm-50 {
    margin-right:50px;
  }
  .mb-sm-50 {
    margin-bottom:50px;
  }
  .mt-sm-50 {
    margin-top:50px;
  }
  
  
  
  
  
  .m-sm-52 {
    margin:52px;
  }
  .ml-sm-52 {
    margin-left:52px;
  }
  .mr-sm-52 {
    margin-right:52px;
  }
  .mb-sm-52 {
    margin-bottom:52px;
  }
  .mt-sm-52 {
    margin-top:52px;
  }
  
  
  
  
  
  .m-sm-54 {
    margin:54px;
  }
  .ml-sm-54 {
    margin-left:54px;
  }
  .mr-sm-54 {
    margin-right:54px;
  }
  .mb-sm-54 {
    margin-bottom:54px;
  }
  .mt-sm-54 {
    margin-top:54px;
  }
  
  
  
  
  
  .m-sm-56 {
    margin:56px;
  }
  .ml-sm-56 {
    margin-left:56px;
  }
  .mr-sm-56 {
    margin-right:56px;
  }
  .mb-sm-56 {
    margin-bottom:56px;
  }
  .mt-sm-56 {
    margin-top:56px;
  }
  
  
  
  
  
  .m-sm-58 {
    margin:58px;
  }
  .ml-sm-58 {
    margin-left:58px;
  }
  .mr-sm-58 {
    margin-right:58px;
  }
  .mb-sm-58 {
    margin-bottom:58px;
  }
  .mt-sm-58 {
    margin-top:58px;
  }
  
  
  
  
  
  .m-sm-60 {
    margin:60px;
  }
  .ml-sm-60 {
    margin-left:60px;
  }
  .mr-sm-60 {
    margin-right:60px;
  }
  .mb-sm-60 {
    margin-bottom:60px;
  }
  .mt-sm-60 {
    margin-top:60px;
  }
  
  
  
  
  
  .m-sm-62 {
    margin:62px;
  }
  .ml-sm-62 {
    margin-left:62px;
  }
  .mr-sm-62 {
    margin-right:62px;
  }
  .mb-sm-62 {
    margin-bottom:62px;
  }
  .mt-sm-62 {
    margin-top:62px;
  }
  
  
  
  
  
  .m-sm-64 {
    margin:64px;
  }
  .ml-sm-64 {
    margin-left:64px;
  }
  .mr-sm-64 {
    margin-right:64px;
  }
  .mb-sm-64 {
    margin-bottom:64px;
  }
  .mt-sm-64 {
    margin-top:64px;
  }
  
  
  
  
  
  .m-sm-66 {
    margin:66px;
  }
  .ml-sm-66 {
    margin-left:66px;
  }
  .mr-sm-66 {
    margin-right:66px;
  }
  .mb-sm-66 {
    margin-bottom:66px;
  }
  .mt-sm-66 {
    margin-top:66px;
  }
  
  
  
  
  
  .m-sm-68 {
    margin:68px;
  }
  .ml-sm-68 {
    margin-left:68px;
  }
  .mr-sm-68 {
    margin-right:68px;
  }
  .mb-sm-68 {
    margin-bottom:68px;
  }
  .mt-sm-68 {
    margin-top:68px;
  }
  
  
  
  
  
  .m-sm-70 {
    margin:70px;
  }
  .ml-sm-70 {
    margin-left:70px;
  }
  .mr-sm-70 {
    margin-right:70px;
  }
  .mb-sm-70 {
    margin-bottom:70px;
  }
  .mt-sm-70 {
    margin-top:70px;
  }
  
  
  
  
  
  .m-sm-72 {
    margin:72px;
  }
  .ml-sm-72 {
    margin-left:72px;
  }
  .mr-sm-72 {
    margin-right:72px;
  }
  .mb-sm-72 {
    margin-bottom:72px;
  }
  .mt-sm-72 {
    margin-top:72px;
  }
  
  
  
  
  
  .m-sm-74 {
    margin:74px;
  }
  .ml-sm-74 {
    margin-left:74px;
  }
  .mr-sm-74 {
    margin-right:74px;
  }
  .mb-sm-74 {
    margin-bottom:74px;
  }
  .mt-sm-74 {
    margin-top:74px;
  }
  
  
  
  
  
  .m-sm-76 {
    margin:76px;
  }
  .ml-sm-76 {
    margin-left:76px;
  }
  .mr-sm-76 {
    margin-right:76px;
  }
  .mb-sm-76 {
    margin-bottom:76px;
  }
  .mt-sm-76 {
    margin-top:76px;
  }
  
  
  
  
  
  .m-sm-78 {
    margin:78px;
  }
  .ml-sm-78 {
    margin-left:78px;
  }
  .mr-sm-78 {
    margin-right:78px;
  }
  .mb-sm-78 {
    margin-bottom:78px;
  }
  .mt-sm-78 {
    margin-top:78px;
  }
  
  
  
  
  
  .m-sm-80 {
    margin:80px;
  }
  .ml-sm-80 {
    margin-left:80px;
  }
  .mr-sm-80 {
    margin-right:80px;
  }
  .mb-sm-80 {
    margin-bottom:80px;
  }
  .mt-sm-80 {
    margin-top:80px;
  }
  
  
  
  
  
  .m-sm-82 {
    margin:82px;
  }
  .ml-sm-82 {
    margin-left:82px;
  }
  .mr-sm-82 {
    margin-right:82px;
  }
  .mb-sm-82 {
    margin-bottom:82px;
  }
  .mt-sm-82 {
    margin-top:82px;
  }
  
  
  
  
  
  .m-sm-84 {
    margin:84px;
  }
  .ml-sm-84 {
    margin-left:84px;
  }
  .mr-sm-84 {
    margin-right:84px;
  }
  .mb-sm-84 {
    margin-bottom:84px;
  }
  .mt-sm-84 {
    margin-top:84px;
  }
  
  
  
  
  
  .m-sm-86 {
    margin:86px;
  }
  .ml-sm-86 {
    margin-left:86px;
  }
  .mr-sm-86 {
    margin-right:86px;
  }
  .mb-sm-86 {
    margin-bottom:86px;
  }
  .mt-sm-86 {
    margin-top:86px;
  }
  
  
  
  
  
  .m-sm-88 {
    margin:88px;
  }
  .ml-sm-88 {
    margin-left:88px;
  }
  .mr-sm-88 {
    margin-right:88px;
  }
  .mb-sm-88 {
    margin-bottom:88px;
  }
  .mt-sm-88 {
    margin-top:88px;
  }
  
  
  
  
  
  .m-sm-90 {
    margin:90px;
  }
  .ml-sm-90 {
    margin-left:90px;
  }
  .mr-sm-90 {
    margin-right:90px;
  }
  .mb-sm-90 {
    margin-bottom:90px;
  }
  .mt-sm-90 {
    margin-top:90px;
  }
  
  
  
  
  
  .m-sm-92 {
    margin:92px;
  }
  .ml-sm-92 {
    margin-left:92px;
  }
  .mr-sm-92 {
    margin-right:92px;
  }
  .mb-sm-92 {
    margin-bottom:92px;
  }
  .mt-sm-92 {
    margin-top:92px;
  }
  
  
  
  
  
  .m-sm-94 {
    margin:94px;
  }
  .ml-sm-94 {
    margin-left:94px;
  }
  .mr-sm-94 {
    margin-right:94px;
  }
  .mb-sm-94 {
    margin-bottom:94px;
  }
  .mt-sm-94 {
    margin-top:94px;
  }
  
  
  
  
  
  .m-sm-96 {
    margin:96px;
  }
  .ml-sm-96 {
    margin-left:96px;
  }
  .mr-sm-96 {
    margin-right:96px;
  }
  .mb-sm-96 {
    margin-bottom:96px;
  }
  .mt-sm-96 {
    margin-top:96px;
  }
  
  
  
  
  
  .m-sm-98 {
    margin:98px;
  }
  .ml-sm-98 {
    margin-left:98px;
  }
  .mr-sm-98 {
    margin-right:98px;
  }
  .mb-sm-98 {
    margin-bottom:98px;
  }
  .mt-sm-98 {
    margin-top:98px;
  }
  
  
  
  
  
  .m-sm-100 {
    margin:100px;
  }
  .ml-sm-100 {
    margin-left:100px;
  }
  .mr-sm-100 {
    margin-right:100px;
  }
  .mb-sm-100 {
    margin-bottom:100px;
  }
  .mt-sm-100 {
    margin-top:100px;
  }
  
  
}



.m-0 {
  margin:0px;
}
.ml-0 {
  margin-left:0px;
}
.mr-0 {
  margin-right:0px;
}
.mb-0 {
  margin-bottom:0px;
}
.mt-0 {
  margin-top:0px;
}





.m-2 {
  margin:2px;
}
.ml-2 {
  margin-left:2px;
}
.mr-2 {
  margin-right:2px;
}
.mb-2 {
  margin-bottom:2px;
}
.mt-2 {
  margin-top:2px;
}





.m-4 {
  margin:4px;
}
.ml-4 {
  margin-left:4px;
}
.mr-4 {
  margin-right:4px;
}
.mb-4 {
  margin-bottom:4px;
}
.mt-4 {
  margin-top:4px;
}





.m-6 {
  margin:6px;
}
.ml-6 {
  margin-left:6px;
}
.mr-6 {
  margin-right:6px;
}
.mb-6 {
  margin-bottom:6px;
}
.mt-6 {
  margin-top:6px;
}





.m-8 {
  margin:8px;
}
.ml-8 {
  margin-left:8px;
}
.mr-8 {
  margin-right:8px;
}
.mb-8 {
  margin-bottom:8px;
}
.mt-8 {
  margin-top:8px;
}





.m-10 {
  margin:10px;
}
.ml-10 {
  margin-left:10px;
}
.mr-10 {
  margin-right:10px;
}
.mb-10 {
  margin-bottom:10px;
}
.mt-10 {
  margin-top:10px;
}





.m-12 {
  margin:12px;
}
.ml-12 {
  margin-left:12px;
}
.mr-12 {
  margin-right:12px;
}
.mb-12 {
  margin-bottom:12px;
}
.mt-12 {
  margin-top:12px;
}





.m-14 {
  margin:14px;
}
.ml-14 {
  margin-left:14px;
}
.mr-14 {
  margin-right:14px;
}
.mb-14 {
  margin-bottom:14px;
}
.mt-14 {
  margin-top:14px;
}





.m-16 {
  margin:16px;
}
.ml-16 {
  margin-left:16px;
}
.mr-16 {
  margin-right:16px;
}
.mb-16 {
  margin-bottom:16px;
}
.mt-16 {
  margin-top:16px;
}





.m-18 {
  margin:18px;
}
.ml-18 {
  margin-left:18px;
}
.mr-18 {
  margin-right:18px;
}
.mb-18 {
  margin-bottom:18px;
}
.mt-18 {
  margin-top:18px;
}





.m-20 {
  margin:20px;
}
.ml-20 {
  margin-left:20px;
}
.mr-20 {
  margin-right:20px;
}
.mb-20 {
  margin-bottom:20px;
}
.mt-20 {
  margin-top:20px;
}





.m-22 {
  margin:22px;
}
.ml-22 {
  margin-left:22px;
}
.mr-22 {
  margin-right:22px;
}
.mb-22 {
  margin-bottom:22px;
}
.mt-22 {
  margin-top:22px;
}





.m-24 {
  margin:24px;
}
.ml-24 {
  margin-left:24px;
}
.mr-24 {
  margin-right:24px;
}
.mb-24 {
  margin-bottom:24px;
}
.mt-24 {
  margin-top:24px;
}





.m-26 {
  margin:26px;
}
.ml-26 {
  margin-left:26px;
}
.mr-26 {
  margin-right:26px;
}
.mb-26 {
  margin-bottom:26px;
}
.mt-26 {
  margin-top:26px;
}





.m-28 {
  margin:28px;
}
.ml-28 {
  margin-left:28px;
}
.mr-28 {
  margin-right:28px;
}
.mb-28 {
  margin-bottom:28px;
}
.mt-28 {
  margin-top:28px;
}





.m-30 {
  margin:30px;
}
.ml-30 {
  margin-left:30px;
}
.mr-30 {
  margin-right:30px;
}
.mb-30 {
  margin-bottom:30px;
}
.mt-30 {
  margin-top:30px;
}





.m-32 {
  margin:32px;
}
.ml-32 {
  margin-left:32px;
}
.mr-32 {
  margin-right:32px;
}
.mb-32 {
  margin-bottom:32px;
}
.mt-32 {
  margin-top:32px;
}





.m-34 {
  margin:34px;
}
.ml-34 {
  margin-left:34px;
}
.mr-34 {
  margin-right:34px;
}
.mb-34 {
  margin-bottom:34px;
}
.mt-34 {
  margin-top:34px;
}





.m-36 {
  margin:36px;
}
.ml-36 {
  margin-left:36px;
}
.mr-36 {
  margin-right:36px;
}
.mb-36 {
  margin-bottom:36px;
}
.mt-36 {
  margin-top:36px;
}





.m-38 {
  margin:38px;
}
.ml-38 {
  margin-left:38px;
}
.mr-38 {
  margin-right:38px;
}
.mb-38 {
  margin-bottom:38px;
}
.mt-38 {
  margin-top:38px;
}





.m-40 {
  margin:40px;
}
.ml-40 {
  margin-left:40px;
}
.mr-40 {
  margin-right:40px;
}
.mb-40 {
  margin-bottom:40px;
}
.mt-40 {
  margin-top:40px;
}





.m-42 {
  margin:42px;
}
.ml-42 {
  margin-left:42px;
}
.mr-42 {
  margin-right:42px;
}
.mb-42 {
  margin-bottom:42px;
}
.mt-42 {
  margin-top:42px;
}





.m-44 {
  margin:44px;
}
.ml-44 {
  margin-left:44px;
}
.mr-44 {
  margin-right:44px;
}
.mb-44 {
  margin-bottom:44px;
}
.mt-44 {
  margin-top:44px;
}





.m-46 {
  margin:46px;
}
.ml-46 {
  margin-left:46px;
}
.mr-46 {
  margin-right:46px;
}
.mb-46 {
  margin-bottom:46px;
}
.mt-46 {
  margin-top:46px;
}





.m-48 {
  margin:48px;
}
.ml-48 {
  margin-left:48px;
}
.mr-48 {
  margin-right:48px;
}
.mb-48 {
  margin-bottom:48px;
}
.mt-48 {
  margin-top:48px;
}





.m-50 {
  margin:50px;
}
.ml-50 {
  margin-left:50px;
}
.mr-50 {
  margin-right:50px;
}
.mb-50 {
  margin-bottom:50px;
}
.mt-50 {
  margin-top:50px;
}





.m-52 {
  margin:52px;
}
.ml-52 {
  margin-left:52px;
}
.mr-52 {
  margin-right:52px;
}
.mb-52 {
  margin-bottom:52px;
}
.mt-52 {
  margin-top:52px;
}





.m-54 {
  margin:54px;
}
.ml-54 {
  margin-left:54px;
}
.mr-54 {
  margin-right:54px;
}
.mb-54 {
  margin-bottom:54px;
}
.mt-54 {
  margin-top:54px;
}





.m-56 {
  margin:56px;
}
.ml-56 {
  margin-left:56px;
}
.mr-56 {
  margin-right:56px;
}
.mb-56 {
  margin-bottom:56px;
}
.mt-56 {
  margin-top:56px;
}





.m-58 {
  margin:58px;
}
.ml-58 {
  margin-left:58px;
}
.mr-58 {
  margin-right:58px;
}
.mb-58 {
  margin-bottom:58px;
}
.mt-58 {
  margin-top:58px;
}





.m-60 {
  margin:60px;
}
.ml-60 {
  margin-left:60px;
}
.mr-60 {
  margin-right:60px;
}
.mb-60 {
  margin-bottom:60px;
}
.mt-60 {
  margin-top:60px;
}





.m-62 {
  margin:62px;
}
.ml-62 {
  margin-left:62px;
}
.mr-62 {
  margin-right:62px;
}
.mb-62 {
  margin-bottom:62px;
}
.mt-62 {
  margin-top:62px;
}





.m-64 {
  margin:64px;
}
.ml-64 {
  margin-left:64px;
}
.mr-64 {
  margin-right:64px;
}
.mb-64 {
  margin-bottom:64px;
}
.mt-64 {
  margin-top:64px;
}





.m-66 {
  margin:66px;
}
.ml-66 {
  margin-left:66px;
}
.mr-66 {
  margin-right:66px;
}
.mb-66 {
  margin-bottom:66px;
}
.mt-66 {
  margin-top:66px;
}





.m-68 {
  margin:68px;
}
.ml-68 {
  margin-left:68px;
}
.mr-68 {
  margin-right:68px;
}
.mb-68 {
  margin-bottom:68px;
}
.mt-68 {
  margin-top:68px;
}





.m-70 {
  margin:70px;
}
.ml-70 {
  margin-left:70px;
}
.mr-70 {
  margin-right:70px;
}
.mb-70 {
  margin-bottom:70px;
}
.mt-70 {
  margin-top:70px;
}





.m-72 {
  margin:72px;
}
.ml-72 {
  margin-left:72px;
}
.mr-72 {
  margin-right:72px;
}
.mb-72 {
  margin-bottom:72px;
}
.mt-72 {
  margin-top:72px;
}





.m-74 {
  margin:74px;
}
.ml-74 {
  margin-left:74px;
}
.mr-74 {
  margin-right:74px;
}
.mb-74 {
  margin-bottom:74px;
}
.mt-74 {
  margin-top:74px;
}





.m-76 {
  margin:76px;
}
.ml-76 {
  margin-left:76px;
}
.mr-76 {
  margin-right:76px;
}
.mb-76 {
  margin-bottom:76px;
}
.mt-76 {
  margin-top:76px;
}





.m-78 {
  margin:78px;
}
.ml-78 {
  margin-left:78px;
}
.mr-78 {
  margin-right:78px;
}
.mb-78 {
  margin-bottom:78px;
}
.mt-78 {
  margin-top:78px;
}





.m-80 {
  margin:80px;
}
.ml-80 {
  margin-left:80px;
}
.mr-80 {
  margin-right:80px;
}
.mb-80 {
  margin-bottom:80px;
}
.mt-80 {
  margin-top:80px;
}





.m-82 {
  margin:82px;
}
.ml-82 {
  margin-left:82px;
}
.mr-82 {
  margin-right:82px;
}
.mb-82 {
  margin-bottom:82px;
}
.mt-82 {
  margin-top:82px;
}





.m-84 {
  margin:84px;
}
.ml-84 {
  margin-left:84px;
}
.mr-84 {
  margin-right:84px;
}
.mb-84 {
  margin-bottom:84px;
}
.mt-84 {
  margin-top:84px;
}





.m-86 {
  margin:86px;
}
.ml-86 {
  margin-left:86px;
}
.mr-86 {
  margin-right:86px;
}
.mb-86 {
  margin-bottom:86px;
}
.mt-86 {
  margin-top:86px;
}





.m-88 {
  margin:88px;
}
.ml-88 {
  margin-left:88px;
}
.mr-88 {
  margin-right:88px;
}
.mb-88 {
  margin-bottom:88px;
}
.mt-88 {
  margin-top:88px;
}





.m-90 {
  margin:90px;
}
.ml-90 {
  margin-left:90px;
}
.mr-90 {
  margin-right:90px;
}
.mb-90 {
  margin-bottom:90px;
}
.mt-90 {
  margin-top:90px;
}





.m-92 {
  margin:92px;
}
.ml-92 {
  margin-left:92px;
}
.mr-92 {
  margin-right:92px;
}
.mb-92 {
  margin-bottom:92px;
}
.mt-92 {
  margin-top:92px;
}





.m-94 {
  margin:94px;
}
.ml-94 {
  margin-left:94px;
}
.mr-94 {
  margin-right:94px;
}
.mb-94 {
  margin-bottom:94px;
}
.mt-94 {
  margin-top:94px;
}





.m-96 {
  margin:96px;
}
.ml-96 {
  margin-left:96px;
}
.mr-96 {
  margin-right:96px;
}
.mb-96 {
  margin-bottom:96px;
}
.mt-96 {
  margin-top:96px;
}





.m-98 {
  margin:98px;
}
.ml-98 {
  margin-left:98px;
}
.mr-98 {
  margin-right:98px;
}
.mb-98 {
  margin-bottom:98px;
}
.mt-98 {
  margin-top:98px;
}





.m-100 {
  margin:100px;
}
.ml-100 {
  margin-left:100px;
}
.mr-100 {
  margin-right:100px;
}
.mb-100 {
  margin-bottom:100px;
}
.mt-100 {
  margin-top:100px;
}



.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  
  
  .m-lg-0 {
    margin:0px;
  }
  .ml-lg-0 {
    margin-left:0px;
  }
  .mr-lg-0 {
    margin-right:0px;
  }
  .mb-lg-0 {
    margin-bottom:0px;
  }
  .mt-lg-0 {
    margin-top:0px;
  }
  
  
  
  
  
  .m-lg-2 {
    margin:2px;
  }
  .ml-lg-2 {
    margin-left:2px;
  }
  .mr-lg-2 {
    margin-right:2px;
  }
  .mb-lg-2 {
    margin-bottom:2px;
  }
  .mt-lg-2 {
    margin-top:2px;
  }
  
  
  
  
  
  .m-lg-4 {
    margin:4px;
  }
  .ml-lg-4 {
    margin-left:4px;
  }
  .mr-lg-4 {
    margin-right:4px;
  }
  .mb-lg-4 {
    margin-bottom:4px;
  }
  .mt-lg-4 {
    margin-top:4px;
  }
  
  
  
  
  
  .m-lg-6 {
    margin:6px;
  }
  .ml-lg-6 {
    margin-left:6px;
  }
  .mr-lg-6 {
    margin-right:6px;
  }
  .mb-lg-6 {
    margin-bottom:6px;
  }
  .mt-lg-6 {
    margin-top:6px;
  }
  
  
  
  
  
  .m-lg-8 {
    margin:8px;
  }
  .ml-lg-8 {
    margin-left:8px;
  }
  .mr-lg-8 {
    margin-right:8px;
  }
  .mb-lg-8 {
    margin-bottom:8px;
  }
  .mt-lg-8 {
    margin-top:8px;
  }
  
  
  
  
  
  .m-lg-10 {
    margin:10px;
  }
  .ml-lg-10 {
    margin-left:10px;
  }
  .mr-lg-10 {
    margin-right:10px;
  }
  .mb-lg-10 {
    margin-bottom:10px;
  }
  .mt-lg-10 {
    margin-top:10px;
  }
  
  
  
  
  
  .m-lg-12 {
    margin:12px;
  }
  .ml-lg-12 {
    margin-left:12px;
  }
  .mr-lg-12 {
    margin-right:12px;
  }
  .mb-lg-12 {
    margin-bottom:12px;
  }
  .mt-lg-12 {
    margin-top:12px;
  }
  
  
  
  
  
  .m-lg-14 {
    margin:14px;
  }
  .ml-lg-14 {
    margin-left:14px;
  }
  .mr-lg-14 {
    margin-right:14px;
  }
  .mb-lg-14 {
    margin-bottom:14px;
  }
  .mt-lg-14 {
    margin-top:14px;
  }
  
  
  
  
  
  .m-lg-16 {
    margin:16px;
  }
  .ml-lg-16 {
    margin-left:16px;
  }
  .mr-lg-16 {
    margin-right:16px;
  }
  .mb-lg-16 {
    margin-bottom:16px;
  }
  .mt-lg-16 {
    margin-top:16px;
  }
  
  
  
  
  
  .m-lg-18 {
    margin:18px;
  }
  .ml-lg-18 {
    margin-left:18px;
  }
  .mr-lg-18 {
    margin-right:18px;
  }
  .mb-lg-18 {
    margin-bottom:18px;
  }
  .mt-lg-18 {
    margin-top:18px;
  }
  
  
  
  
  
  .m-lg-20 {
    margin:20px;
  }
  .ml-lg-20 {
    margin-left:20px;
  }
  .mr-lg-20 {
    margin-right:20px;
  }
  .mb-lg-20 {
    margin-bottom:20px;
  }
  .mt-lg-20 {
    margin-top:20px;
  }
  
  
  
  
  
  .m-lg-22 {
    margin:22px;
  }
  .ml-lg-22 {
    margin-left:22px;
  }
  .mr-lg-22 {
    margin-right:22px;
  }
  .mb-lg-22 {
    margin-bottom:22px;
  }
  .mt-lg-22 {
    margin-top:22px;
  }
  
  
  
  
  
  .m-lg-24 {
    margin:24px;
  }
  .ml-lg-24 {
    margin-left:24px;
  }
  .mr-lg-24 {
    margin-right:24px;
  }
  .mb-lg-24 {
    margin-bottom:24px;
  }
  .mt-lg-24 {
    margin-top:24px;
  }
  
  
  
  
  
  .m-lg-26 {
    margin:26px;
  }
  .ml-lg-26 {
    margin-left:26px;
  }
  .mr-lg-26 {
    margin-right:26px;
  }
  .mb-lg-26 {
    margin-bottom:26px;
  }
  .mt-lg-26 {
    margin-top:26px;
  }
  
  
  
  
  
  .m-lg-28 {
    margin:28px;
  }
  .ml-lg-28 {
    margin-left:28px;
  }
  .mr-lg-28 {
    margin-right:28px;
  }
  .mb-lg-28 {
    margin-bottom:28px;
  }
  .mt-lg-28 {
    margin-top:28px;
  }
  
  
  
  
  
  .m-lg-30 {
    margin:30px;
  }
  .ml-lg-30 {
    margin-left:30px;
  }
  .mr-lg-30 {
    margin-right:30px;
  }
  .mb-lg-30 {
    margin-bottom:30px;
  }
  .mt-lg-30 {
    margin-top:30px;
  }
  
  
  
  
  
  .m-lg-32 {
    margin:32px;
  }
  .ml-lg-32 {
    margin-left:32px;
  }
  .mr-lg-32 {
    margin-right:32px;
  }
  .mb-lg-32 {
    margin-bottom:32px;
  }
  .mt-lg-32 {
    margin-top:32px;
  }
  
  
  
  
  
  .m-lg-34 {
    margin:34px;
  }
  .ml-lg-34 {
    margin-left:34px;
  }
  .mr-lg-34 {
    margin-right:34px;
  }
  .mb-lg-34 {
    margin-bottom:34px;
  }
  .mt-lg-34 {
    margin-top:34px;
  }
  
  
  
  
  
  .m-lg-36 {
    margin:36px;
  }
  .ml-lg-36 {
    margin-left:36px;
  }
  .mr-lg-36 {
    margin-right:36px;
  }
  .mb-lg-36 {
    margin-bottom:36px;
  }
  .mt-lg-36 {
    margin-top:36px;
  }
  
  
  
  
  
  .m-lg-38 {
    margin:38px;
  }
  .ml-lg-38 {
    margin-left:38px;
  }
  .mr-lg-38 {
    margin-right:38px;
  }
  .mb-lg-38 {
    margin-bottom:38px;
  }
  .mt-lg-38 {
    margin-top:38px;
  }
  
  
  
  
  
  .m-lg-40 {
    margin:40px;
  }
  .ml-lg-40 {
    margin-left:40px;
  }
  .mr-lg-40 {
    margin-right:40px;
  }
  .mb-lg-40 {
    margin-bottom:40px;
  }
  .mt-lg-40 {
    margin-top:40px;
  }
  
  
  
  
  
  .m-lg-42 {
    margin:42px;
  }
  .ml-lg-42 {
    margin-left:42px;
  }
  .mr-lg-42 {
    margin-right:42px;
  }
  .mb-lg-42 {
    margin-bottom:42px;
  }
  .mt-lg-42 {
    margin-top:42px;
  }
  
  
  
  
  
  .m-lg-44 {
    margin:44px;
  }
  .ml-lg-44 {
    margin-left:44px;
  }
  .mr-lg-44 {
    margin-right:44px;
  }
  .mb-lg-44 {
    margin-bottom:44px;
  }
  .mt-lg-44 {
    margin-top:44px;
  }
  
  
  
  
  
  .m-lg-46 {
    margin:46px;
  }
  .ml-lg-46 {
    margin-left:46px;
  }
  .mr-lg-46 {
    margin-right:46px;
  }
  .mb-lg-46 {
    margin-bottom:46px;
  }
  .mt-lg-46 {
    margin-top:46px;
  }
  
  
  
  
  
  .m-lg-48 {
    margin:48px;
  }
  .ml-lg-48 {
    margin-left:48px;
  }
  .mr-lg-48 {
    margin-right:48px;
  }
  .mb-lg-48 {
    margin-bottom:48px;
  }
  .mt-lg-48 {
    margin-top:48px;
  }
  
  
  
  
  
  .m-lg-50 {
    margin:50px;
  }
  .ml-lg-50 {
    margin-left:50px;
  }
  .mr-lg-50 {
    margin-right:50px;
  }
  .mb-lg-50 {
    margin-bottom:50px;
  }
  .mt-lg-50 {
    margin-top:50px;
  }
  
  
  
  
  
  .m-lg-52 {
    margin:52px;
  }
  .ml-lg-52 {
    margin-left:52px;
  }
  .mr-lg-52 {
    margin-right:52px;
  }
  .mb-lg-52 {
    margin-bottom:52px;
  }
  .mt-lg-52 {
    margin-top:52px;
  }
  
  
  
  
  
  .m-lg-54 {
    margin:54px;
  }
  .ml-lg-54 {
    margin-left:54px;
  }
  .mr-lg-54 {
    margin-right:54px;
  }
  .mb-lg-54 {
    margin-bottom:54px;
  }
  .mt-lg-54 {
    margin-top:54px;
  }
  
  
  
  
  
  .m-lg-56 {
    margin:56px;
  }
  .ml-lg-56 {
    margin-left:56px;
  }
  .mr-lg-56 {
    margin-right:56px;
  }
  .mb-lg-56 {
    margin-bottom:56px;
  }
  .mt-lg-56 {
    margin-top:56px;
  }
  
  
  
  
  
  .m-lg-58 {
    margin:58px;
  }
  .ml-lg-58 {
    margin-left:58px;
  }
  .mr-lg-58 {
    margin-right:58px;
  }
  .mb-lg-58 {
    margin-bottom:58px;
  }
  .mt-lg-58 {
    margin-top:58px;
  }
  
  
  
  
  
  .m-lg-60 {
    margin:60px;
  }
  .ml-lg-60 {
    margin-left:60px;
  }
  .mr-lg-60 {
    margin-right:60px;
  }
  .mb-lg-60 {
    margin-bottom:60px;
  }
  .mt-lg-60 {
    margin-top:60px;
  }
  
  
  
  
  
  .m-lg-62 {
    margin:62px;
  }
  .ml-lg-62 {
    margin-left:62px;
  }
  .mr-lg-62 {
    margin-right:62px;
  }
  .mb-lg-62 {
    margin-bottom:62px;
  }
  .mt-lg-62 {
    margin-top:62px;
  }
  
  
  
  
  
  .m-lg-64 {
    margin:64px;
  }
  .ml-lg-64 {
    margin-left:64px;
  }
  .mr-lg-64 {
    margin-right:64px;
  }
  .mb-lg-64 {
    margin-bottom:64px;
  }
  .mt-lg-64 {
    margin-top:64px;
  }
  
  
  
  
  
  .m-lg-66 {
    margin:66px;
  }
  .ml-lg-66 {
    margin-left:66px;
  }
  .mr-lg-66 {
    margin-right:66px;
  }
  .mb-lg-66 {
    margin-bottom:66px;
  }
  .mt-lg-66 {
    margin-top:66px;
  }
  
  
  
  
  
  .m-lg-68 {
    margin:68px;
  }
  .ml-lg-68 {
    margin-left:68px;
  }
  .mr-lg-68 {
    margin-right:68px;
  }
  .mb-lg-68 {
    margin-bottom:68px;
  }
  .mt-lg-68 {
    margin-top:68px;
  }
  
  
  
  
  
  .m-lg-70 {
    margin:70px;
  }
  .ml-lg-70 {
    margin-left:70px;
  }
  .mr-lg-70 {
    margin-right:70px;
  }
  .mb-lg-70 {
    margin-bottom:70px;
  }
  .mt-lg-70 {
    margin-top:70px;
  }
  
  
  
  
  
  .m-lg-72 {
    margin:72px;
  }
  .ml-lg-72 {
    margin-left:72px;
  }
  .mr-lg-72 {
    margin-right:72px;
  }
  .mb-lg-72 {
    margin-bottom:72px;
  }
  .mt-lg-72 {
    margin-top:72px;
  }
  
  
  
  
  
  .m-lg-74 {
    margin:74px;
  }
  .ml-lg-74 {
    margin-left:74px;
  }
  .mr-lg-74 {
    margin-right:74px;
  }
  .mb-lg-74 {
    margin-bottom:74px;
  }
  .mt-lg-74 {
    margin-top:74px;
  }
  
  
  
  
  
  .m-lg-76 {
    margin:76px;
  }
  .ml-lg-76 {
    margin-left:76px;
  }
  .mr-lg-76 {
    margin-right:76px;
  }
  .mb-lg-76 {
    margin-bottom:76px;
  }
  .mt-lg-76 {
    margin-top:76px;
  }
  
  
  
  
  
  .m-lg-78 {
    margin:78px;
  }
  .ml-lg-78 {
    margin-left:78px;
  }
  .mr-lg-78 {
    margin-right:78px;
  }
  .mb-lg-78 {
    margin-bottom:78px;
  }
  .mt-lg-78 {
    margin-top:78px;
  }
  
  
  
  
  
  .m-lg-80 {
    margin:80px;
  }
  .ml-lg-80 {
    margin-left:80px;
  }
  .mr-lg-80 {
    margin-right:80px;
  }
  .mb-lg-80 {
    margin-bottom:80px;
  }
  .mt-lg-80 {
    margin-top:80px;
  }
  
  
  
  
  
  .m-lg-82 {
    margin:82px;
  }
  .ml-lg-82 {
    margin-left:82px;
  }
  .mr-lg-82 {
    margin-right:82px;
  }
  .mb-lg-82 {
    margin-bottom:82px;
  }
  .mt-lg-82 {
    margin-top:82px;
  }
  
  
  
  
  
  .m-lg-84 {
    margin:84px;
  }
  .ml-lg-84 {
    margin-left:84px;
  }
  .mr-lg-84 {
    margin-right:84px;
  }
  .mb-lg-84 {
    margin-bottom:84px;
  }
  .mt-lg-84 {
    margin-top:84px;
  }
  
  
  
  
  
  .m-lg-86 {
    margin:86px;
  }
  .ml-lg-86 {
    margin-left:86px;
  }
  .mr-lg-86 {
    margin-right:86px;
  }
  .mb-lg-86 {
    margin-bottom:86px;
  }
  .mt-lg-86 {
    margin-top:86px;
  }
  
  
  
  
  
  .m-lg-88 {
    margin:88px;
  }
  .ml-lg-88 {
    margin-left:88px;
  }
  .mr-lg-88 {
    margin-right:88px;
  }
  .mb-lg-88 {
    margin-bottom:88px;
  }
  .mt-lg-88 {
    margin-top:88px;
  }
  
  
  
  
  
  .m-lg-90 {
    margin:90px;
  }
  .ml-lg-90 {
    margin-left:90px;
  }
  .mr-lg-90 {
    margin-right:90px;
  }
  .mb-lg-90 {
    margin-bottom:90px;
  }
  .mt-lg-90 {
    margin-top:90px;
  }
  
  
  
  
  
  .m-lg-92 {
    margin:92px;
  }
  .ml-lg-92 {
    margin-left:92px;
  }
  .mr-lg-92 {
    margin-right:92px;
  }
  .mb-lg-92 {
    margin-bottom:92px;
  }
  .mt-lg-92 {
    margin-top:92px;
  }
  
  
  
  
  
  .m-lg-94 {
    margin:94px;
  }
  .ml-lg-94 {
    margin-left:94px;
  }
  .mr-lg-94 {
    margin-right:94px;
  }
  .mb-lg-94 {
    margin-bottom:94px;
  }
  .mt-lg-94 {
    margin-top:94px;
  }
  
  
  
  
  
  .m-lg-96 {
    margin:96px;
  }
  .ml-lg-96 {
    margin-left:96px;
  }
  .mr-lg-96 {
    margin-right:96px;
  }
  .mb-lg-96 {
    margin-bottom:96px;
  }
  .mt-lg-96 {
    margin-top:96px;
  }
  
  
  
  
  
  .m-lg-98 {
    margin:98px;
  }
  .ml-lg-98 {
    margin-left:98px;
  }
  .mr-lg-98 {
    margin-right:98px;
  }
  .mb-lg-98 {
    margin-bottom:98px;
  }
  .mt-lg-98 {
    margin-top:98px;
  }
  
  
  
  
  
  .m-lg-100 {
    margin:100px;
  }
  .ml-lg-100 {
    margin-left:100px;
  }
  .mr-lg-100 {
    margin-right:100px;
  }
  .mb-lg-100 {
    margin-bottom:100px;
  }
  .mt-lg-100 {
    margin-top:100px;
  }
  
  
}



/* 
* ******************************************* SOMMAIRE 
* 
* 1. Font sizes
* 2. Font weight
* 3. Font style
* 4. Text Alignment
* 
* */




/* 
* ******************************************* 1. Font sizes
* */

@media screen and (max-width: 991px) {
  
  .size-sm-11 {
    font-size: 11px;
  }
  
  .size-sm-12 {
    font-size: 12px;
  }
  
  .size-sm-13 {
    font-size: 13px;
  }
  
  .size-sm-14 {
    font-size: 14px;
  }
  
  .size-sm-15 {
    font-size: 15px;
  }
  
  .size-sm-16 {
    font-size: 16px;
  }
  
  .size-sm-17 {
    font-size: 17px;
  }
  
  .size-sm-18 {
    font-size: 18px;
  }
  
  .size-sm-19 {
    font-size: 19px;
  }
  
  .size-sm-20 {
    font-size: 20px;
  }
  
  .size-sm-21 {
    font-size: 21px;
  }
  
  .size-sm-22 {
    font-size: 22px;
  }
  
  .size-sm-23 {
    font-size: 23px;
  }
  
  .size-sm-24 {
    font-size: 24px;
  }
  
  .size-sm-25 {
    font-size: 25px;
  }
  
  .size-sm-26 {
    font-size: 26px;
  }
  
  .size-sm-27 {
    font-size: 27px;
  }
  
  .size-sm-28 {
    font-size: 28px;
  }
  
  .size-sm-29 {
    font-size: 29px;
  }
  
  .size-sm-30 {
    font-size: 30px;
  }
  
  .size-sm-31 {
    font-size: 31px;
  }
  
  .size-sm-32 {
    font-size: 32px;
  }
  
  .size-sm-33 {
    font-size: 33px;
  }
  
  .size-sm-34 {
    font-size: 34px;
  }
  
  .size-sm-35 {
    font-size: 35px;
  }
  
  .size-sm-36 {
    font-size: 36px;
  }
  
  .size-sm-37 {
    font-size: 37px;
  }
  
  .size-sm-38 {
    font-size: 38px;
  }
  
  .size-sm-39 {
    font-size: 39px;
  }
  
  .size-sm-40 {
    font-size: 40px;
  }
  
  .size-sm-41 {
    font-size: 41px;
  }
  
  .size-sm-42 {
    font-size: 42px;
  }
  
  .size-sm-43 {
    font-size: 43px;
  }
  
  .size-sm-44 {
    font-size: 44px;
  }
  
  .size-sm-45 {
    font-size: 45px;
  }
  
  .size-sm-46 {
    font-size: 46px;
  }
  
  .size-sm-47 {
    font-size: 47px;
  }
  
  .size-sm-48 {
    font-size: 48px;
  }
  
  .size-sm-49 {
    font-size: 49px;
  }
  
  .size-sm-50 {
    font-size: 50px;
  }
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media screen and (min-width: 992px) {
  
  .size-lg-11 {
    font-size: 11px;
  }
  
  .size-lg-12 {
    font-size: 12px;
  }
  
  .size-lg-13 {
    font-size: 13px;
  }
  
  .size-lg-14 {
    font-size: 14px;
  }
  
  .size-lg-15 {
    font-size: 15px;
  }
  
  .size-lg-16 {
    font-size: 16px;
  }
  
  .size-lg-17 {
    font-size: 17px;
  }
  
  .size-lg-18 {
    font-size: 18px;
  }
  
  .size-lg-19 {
    font-size: 19px;
  }
  
  .size-lg-20 {
    font-size: 20px;
  }
  
  .size-lg-21 {
    font-size: 21px;
  }
  
  .size-lg-22 {
    font-size: 22px;
  }
  
  .size-lg-23 {
    font-size: 23px;
  }
  
  .size-lg-24 {
    font-size: 24px;
  }
  
  .size-lg-25 {
    font-size: 25px;
  }
  
  .size-lg-26 {
    font-size: 26px;
  }
  
  .size-lg-27 {
    font-size: 27px;
  }
  
  .size-lg-28 {
    font-size: 28px;
  }
  
  .size-lg-29 {
    font-size: 29px;
  }
  
  .size-lg-30 {
    font-size: 30px;
  }
  
  .size-lg-31 {
    font-size: 31px;
  }
  
  .size-lg-32 {
    font-size: 32px;
  }
  
  .size-lg-33 {
    font-size: 33px;
  }
  
  .size-lg-34 {
    font-size: 34px;
  }
  
  .size-lg-35 {
    font-size: 35px;
  }
  
  .size-lg-36 {
    font-size: 36px;
  }
  
  .size-lg-37 {
    font-size: 37px;
  }
  
  .size-lg-38 {
    font-size: 38px;
  }
  
  .size-lg-39 {
    font-size: 39px;
  }
  
  .size-lg-40 {
    font-size: 40px;
  }
  
  .size-lg-41 {
    font-size: 41px;
  }
  
  .size-lg-42 {
    font-size: 42px;
  }
  
  .size-lg-43 {
    font-size: 43px;
  }
  
  .size-lg-44 {
    font-size: 44px;
  }
  
  .size-lg-45 {
    font-size: 45px;
  }
  
  .size-lg-46 {
    font-size: 46px;
  }
  
  .size-lg-47 {
    font-size: 47px;
  }
  
  .size-lg-48 {
    font-size: 48px;
  }
  
  .size-lg-49 {
    font-size: 49px;
  }
  
  .size-lg-50 {
    font-size: 50px;
  }
  
}

/* 
* ******************************************* 2. Font weight
* */

.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
strong,
.bold {
  font-weight: 600;
}
.black {
  font-weight: 900;
}

/* 
* ******************************************* 3. Font style
* */

.underline {
  text-decoration: underline;
}
.no-decoration {
  text-decoration: none;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}

/* 
* ******************************************* 4. Text Alignment
* */

@media screen and (max-width: 991px) {
  .txt-sm-center {
    text-align: center;
  }
  .txt-sm-left {
    text-align: left;
  }
  .txt-sm-right {
    text-align: right;
  }
}

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

@media screen and (min-width: 992px) {
  .txt-lg-center {
    text-align: center;
  }
  .txt-lg-left {
    text-align: left;
  }
  .txt-lg-right {
    text-align: right;
  }
}

/*--- elements ---*/

.hs-audio-player {
  background:var(--system-color1-hex) !important;
}
.hs-audio-player svg path {
  fill:var(--primary-color-hex) !important;
}
.hs-audio-player ._control-button_1nxo7_36 {
  background:var(--system-color1-hex) !important;
}

.hs-audio-player:hover ._initial-title_1nxo7_40 {
  color:var(--primary-color-hex) !important;
}
.hs-audio-player:hover ._duration_1nxo7_62 {
  color:var(--primary-color-hex) !important;
}
/* 
* ******************************************* SOMMAIRE 
* 
* 1. No style
* 2. Primary - Full dark green
* 3. Primary - Full light green
* 4. Secondary - Ghost dark green
*
* */




/* 
* ******************************************* 1. No style
* */

button.no-style {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  cursor:pointer;
}

/* 
* ******************************************* 2. Primary - dark green
* */

/* 
* ******************************************* Default style code
* */
.hs-button:not(.no-style, .is-ghost, .primary),
a .style-hs-button,
.has-link .style-hs-button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition:color .2s ease-out;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  padding: 12px 46px 12px 24px;
  background: var(--primary-color-hex);
  border-radius: 100px;
  color: #FFF;
  font-size: 16px;
  border: none;
}
.hs-button:not(.no-style, .is-ghost):after,
a .style-hs-button:after,
.has-link .style-hs-button:after {
  position:absolute;
  content: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.19526 4.02876C6.45561 3.76841 6.87762 3.76841 7.13797 4.02876L11.138 8.02876C11.3983 8.28911 11.3983 8.71112 11.138 8.97147L7.13797 12.9715C6.87762 13.2318 6.45561 13.2318 6.19526 12.9715C5.93491 12.7111 5.93491 12.2891 6.19526 12.0288L9.72391 8.50011L6.19526 4.97147C5.93491 4.71112 5.93491 4.28911 6.19526 4.02876Z' fill='white'/%3E%3C/svg%3E%0A");
  top: 15px;
  right:24px;
  transition: color 0.4s;
}




@media (hover:hover) {
  .hs-button:not(.no-style, .is-ghost):hover,
  a:hover .style-hs-button,
  .has-link:hover .style-hs-button {

    color:var(--system-color9-hex);
    background: #78061A;
  }

}
/* 
* ******************************************* 2. HS BUTTON - hs button ghost / white
* */

.hs-button.is-ghost{
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition:color .2s ease-out;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  padding: 12px 46px 12px 24px;
  background: #ffff;
  border-radius: 100px;
  color: var(--primary-color-hex);
  border: 1px solid var(--primary-color-hex);



}
.hs-button.is-ghost:after {
  position:absolute;
  content: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.19526 4.02876C6.45561 3.76841 6.87762 3.76841 7.13797 4.02876L11.138 8.02876C11.3983 8.28911 11.3983 8.71112 11.138 8.97147L7.13797 12.9715C6.87762 13.2318 6.45561 13.2318 6.19526 12.9715C5.93491 12.7111 5.93491 12.2891 6.19526 12.0288L9.72391 8.50011L6.19526 4.97147C5.93491 4.71112 5.93491 4.28911 6.19526 4.02876Z' fill='%23B40020'/%3E%3C/svg%3E%0A");
  top: 15px;
  right:24px;
  transition: color 0.4s;
}



@media (hover:hover) {
  .hs-button.is-ghost:hover{
    color:#78061A;
    border: 1px solid #78061A;

  }
  .hs-button:hover.is-ghost:after {
    position:absolute;
    content: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.19526 4.02876C6.45561 3.76841 6.87762 3.76841 7.13797 4.02876L11.138 8.02876C11.3983 8.28911 11.3983 8.71112 11.138 8.97147L7.13797 12.9715C6.87762 13.2318 6.45561 13.2318 6.19526 12.9715C5.93491 12.7111 5.93491 12.2891 6.19526 12.0288L9.72391 8.50011L6.19526 4.97147C5.93491 4.71112 5.93491 4.28911 6.19526 4.02876Z' fill='%23A4001D'/%3E%3C/svg%3E%0A");

  }

}

/* 
* ******************************************* 2. HS BUTTON -  button form nativ hubspot
* */


.hs-button.primary.large{
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition:color .2s ease-out;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  padding: 12px 24px 12px 24px;
  background: transparent;
  border-radius: 100px;
  color: var(--primary-color-hex);
  border: 1px solid var(--primary-color-hex);



}



@media (hover:hover) {
  .hs-button.primary.large:hover{
    color:#fff;
    border: 1px solid #78061A;
    background: #78061A;
    cursor : pointer;
  }

}
/* 
* ******************************************* 2. HS BUTTON -  button form profile nativ hubspot
* */


#my-contact-form .hs-button.primary.large{
   outline: none!important;
  cursor: pointer!important;
  border: 1px solid var(--primary-color-hex);
  padding: 12px 24px!important;
  margin: 0!important;
  position: relative!important;
  display: inline-block!important;
  border-radius: 500px!important;
  overflow: hidden!important;
  background: transparent!important;
  color: var(--primary-color-hex);
  text-decoration: none!important;
  font-size: 16px!important;
  font-style: normal!important;
  font-weight: 500!important;
  line-height: 19.2px!important;
}



@media (hover:hover) {
  #my-contact-form .hs-button.primary.large:hover{
    border: 1px solid #78061A!important;
    color: #78061A!important;
  }

}






/* 
* ******************************************* 3. Primary - Full
* */
a.btn:not(.no-style),
a .btn,
button.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 16px 42px;
  border-radius:100px;
  overflow:hidden;
  cursor:pointer;
}
button.btn {
  border:none;
}

@media (max-width:992px) {
  a.btn:not(.no-style),
  a .btn,
  input[type=submit].hs-button,
  button.btn {
    width:100%;
    text-align:center;
  }
}
@media (min-width:992px) {
  a.btn:not(.no-style),
  a .btn,
  input[type=submit].hs-button
  button.btn {
    padding: 20px 48px;
  }
}
/* 
* ******************************************* 3. Primary - red to white
* */


.button-red-hover-white {
  outline: none;
  cursor: pointer;
  border: 1px solid var(--primary-color-hex);
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: white;
  color: white;
  text-decoration: none;
}

.button-red-hover-white span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}


.button-red-hover-white span{
  color: white!important;
}
.button-red-hover-white:hover span{
  color: var(--primary-color-hex)!important;
}

.button-red-hover-white:hover {

}

.button-red-hover-white::before,
.button-red-hover-white::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.button-red-hover-white::before {
  content: "";
  background: var(--primary-color-hex);
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button-red-hover-white:hover::before {
  transform: translate3d(100%, 0, 0);
}



@media screen and (min-width: 992px) {

}

@media (hover:hover) {

}


/* 
* ******************************************* 3. Primary - white to red
* */


.button-white-hover-red {
  outline: none;
  cursor: pointer;
  border: 1px solid var(--primary-color-hex);
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: var(--primary-color-hex);
  /*color: white;*/
  text-decoration: none;
}

.button-white-hover-red span {
  position: relative;
  z-index: 10;
  /*transition: color 0.4s;*/
}


.button-white-hover-red span{
  color: var(--primary-color-hex)!important;
}
.button-white-hover-red:hover span{
  color: white!important;
}

.button-red-hover-white:hover {

}

.button-white-hover-red::before,
.button-white-hover-red::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.button-white-hover-red::before {
  content: "";
  background: white;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button-white-hover-red:hover::before {
  transform: translate3d(100%, 0, 0);
}



@media screen and (min-width: 992px) {

}
@media screen and (max-width: 992px) {
  .button-white-hover-red {
    padding: 0.6rem 1rem!important;
    font-size: 14px!important;
  }
}
@media (hover:hover) {

}


/* 
* ******************************************* 3. Primary - Full 
* */


.button-full {
 outline: none;
  cursor: pointer;
  border: none;
  padding: 12px 24px;
  /*margin: 0;*/
  position: relative;
  display: inline-block;
  border-radius: 500px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  background-color: var(--primary-color-hex);
  transition:color .2s ease-out;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.button-full span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}


.button-full span{
  color: white!important;
}


@media screen and (min-width: 992px) {

}

@media (hover:hover) {
  .button-full:hover {
    border: none;
    background-color: #78061A;
  }
}


/* 
* ******************************************* 3. Primary - ghost
* */


.button-ghost {
  outline: none;
  cursor: pointer;
  border: 1px solid var(--primary-color-hex);
  padding: 12px 24px;
  margin: 0;
  position: relative;
  display: inline-block;
  border-radius: 500px;
  overflow: hidden;
  background: transparent;
  color: var(--primary-color-hex);
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
}

.button-ghost span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}


.button-ghost span{
  color: var(--primary-color-hex);!important;
}


@media screen and (min-width: 992px) {

}

@media (hover:hover) {

  .button-ghost:hover {
    border: 1px solid #78061A;
    color: #78061A;
  }
}



/**/



/* subscription */

#save-subscriptions-btn.hs-button:not(.no-style, .is-ghost, .primary) {
  border: none!important;
}


#save-subscriptions-btn.hs-button:not(.no-style, .is-ghost):after {
  top: auto!important;
}





/* 
* ******************************************* 3. link style 
* */


.button-link {
 outline: none;
  cursor: pointer;
  border: none;
  padding: 12px 24px;
  border:none;
  margin: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  background-color: var(--tertiary-color-hex);
  text-decoration: underline;
  transition:color .2s ease-out;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}



@media screen and (min-width: 992px) {

}

@media (hover:hover) {
  
}



/* 
* ******************************************* 3. Primary - Full - login form 
* */


.login-container .hs-button.primary.large {
 outline: none;
  cursor: pointer;
  border: none;
  padding: 12px 24px;
  margin: 0;
  position: relative;
  display: inline-block;
  border-radius: 500px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  background-color: var(--primary-color-hex);
  transition:color .2s ease-out;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}




@media screen and (min-width: 992px) {

}

@media (hover:hover) {
  .login-container .hs-button.primary.large:hover {
    border: none;
    background-color: #78061A!important;
  }
}
.hs-content-library--cards .hs-content-library__card {
  border-radius: 20px;
  background: white;
  box-shadow: 0px 0px 12px 0px rgba(61, 54, 114, 0.12);
  border:none !important;
  transition:background .3s ease-out;
}
.hs-content-library--cards .hs-content-library__card:hover {
  background:var(--system-color1-hex);
}
.hs-content-library--cards .hs-content-library__image {
  border:none !important;
  border-radius: 16px;
  background:white;
}
.hs-content-library--cards .hs-content-library__card a.hs-content-library__link {
  color:var(--primary-color-hex) !important;
  transition:all .3s ease-out;
}
.hs-content-library--cards .hs-content-library__card:hover a.hs-content-library__link {
  color:var(--system-color3) !important;
}
/* 
* ******************************************* SOMMAIRE 
* 
* 1. Headings and text
* 2. Form title
* 3. Labels
* 4. Help text
* 5. Inputs
* 5.1 Inputs - date picker
* 5.2 Inputs - checkbox/radio
* 5.3 Inputs - file picker
* 6. Form placeholder text
* 7. Submit button
* 8. Validation
* 9. Fields
* 10. GDPR
* 11. Captcha
* */


/*
* ******************************************* 1. Headings and text
* */
form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 6px;
}

/*
* ******************************************* 2. Form title
* */
.form-title {
  color: var(--form-title-font-color);
}

/*
* ******************************************* 3. Labels
* */
form:not(#hs-membership-passwordless-auth-form, #hs-membership-form) .hs-form-field > label {
  color: var(--form-label-font-color);
  display: block;
  /*color: #1D1D1B;*/
  /*font-family: Inter;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px; /* 16.8px */
  opacity: 0.7;
  margin-bottom: 8px;
}

form#hs-membership-passwordless-auth-form .hs-form-field > label ,
form#hs-membership-form .hs-form-field > label{
  color: var(--form-label-font-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  opacity: 0.7;
  margin-bottom: 8px;
}

form#hs-membership-passwordless-auth-form .hs-form-field > label[for="hs-login-widget-remember"],
form#hs-membership-form .hs-form-field > label[for="hs-login-widget-remember"] {
  margin-bottom: 0; 
}

@media (max-width:992px) {
label[for="hs-register-widget-password-confirm"]  {
    max-width: 155px;
    word-wrap: break-word;
    display: block; 
  }
}
/*
* ******************************************* 4. Help text
* */
form legend {
  color: var(--form-help-text-font-color);
  font-size: 0.875rem;
}

/*
* ******************************************* 5. Inputs
* */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=date],
form select,
form .form-group select,
form textarea {
  font-family:var(--body-font);
  border-top: var(--form-field-border-top);
  border-bottom: var(--form-field-border-bottom);
  border-left: var(--form-field-border-left);
  border-right: var(--form-field-border-right);
  background-color:#FFF;
  color: var(--form-field-font-color);
  border-radius: var(--form-field-corner-radius);
  display: inline-block;
  padding: 16px;
  width: 100%!important;
  font-size: var(--body-font-size-mobile);
}

form select,
.sec_blog-list-tags select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/BOILER-STARTER-PACK/Icon-Tiny-Arrow-Right.svg);
  background-position-x: 97%;
  background-position-y: 11px;
  background-repeat: no-repeat;
  cursor: pointer;
}


form input[type=file] {
  margin:30px 0;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form input[type=date]:focus,
form select:focus,
form textarea:focus {
  outline:none;
  border:1px solid rgba(202, 163, 103);
  transition:border .2s ease;
}

form fieldset {
  max-width: 100% !important;
}





form#hs-membership-form .hs-form-field:has(input#hs-login-widget-remember) {
  display: flex;
  align-items: center;
}
form#hs-membership-passwordless-auth-form .hs-form-field:has(input#hs-passwordless-auth-explicit-consent) {
  display: flex;
  align-items: start;
}


@media (min-width:992px) {
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form input[type=date],
  form select,
  form textarea {
    font-size: var(--body-font-size);
  }
}
/*
* ******************************************* 5.1 Inputs - date picker
* */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--form-field-placeholder-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--primary-color-hex);
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: var(--primary-color-hex) !important;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--primary-color-hex);
}

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: url(https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/BOILER-STARTER-PACK/icon_calendar.svg);
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  color: #FFF;
}

input[type="date"] {
  position:relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position:absolute;
  opacity: 1;
  display: flex;
  background: url(https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/BOILER-STARTER-PACK/icon_calendar.svg) no-repeat;
  width: 18px;
  height: 18px;
  top:calc(50% - 9px);
  right:18px;
}

/*
* ******************************************* 5.2 Inputs - checkbox/radio
* */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio],
input[type=checkbox],
input[type=radio]{
  cursor: pointer;
  margin-right: 0.35rem;
  accent-color: var(--primary-color-hex);
}

form input:checked span {
  font-weight: 600;
}

input[type="date"] {
  -webkit-text-fill-color: var(--form-field-font-color)!important;
}
/*
* ******************************************* 5.3 Inputs - file picker 
* */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/*
* ******************************************* 6. Form placeholder text
* */
::-webkit-input-placeholder {
  color: var(--form-field-placeholder-color);
}

::-moz-placeholder {
  color: var(--form-field-placeholder-color);
}

:-ms-input-placeholder {
  color: var(--form-field-placeholder-color);
}

::placeholder {
  color: var(--form-field-placeholder-color);
}

/*
* ******************************************* 7. Submit button
* */
form:not(#hs-membership-passwordless-auth-form , #hs-membership-form, #843c07c4-326f-4df4-bb9b-af7e1ec3b00e, #1686dd9b-dfa9-4ef0-b77c-8989d9d50b67, #a1ee34ab-306a-4649-8ba6-ee8583ff3662) .actions {
  margin-top:50px;
}
@media screen and (max-width: 991px) {
  form#hs-membership-passwordless-auth-form .actions ,
  form#hs-membership-form .actions{
    margin-top:24px;
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  form#hs-membership-passwordless-auth-form .actions ,
  form#hs-membership-form .actions{
    margin-top:32px;
    text-align: center;
  }
}
form:not(#843c07c4-326f-4df4-bb9b-af7e1ec3b00e, #1686dd9b-dfa9-4ef0-b77c-8989d9d50b67, #a1ee34ab-306a-4649-8ba6-ee8583ff3662) input[type=submit],
form:not(#843c07c4-326f-4df4-bb9b-af7e1ec3b00e, #1686dd9b-dfa9-4ef0-b77c-8989d9d50b67, #a1ee34ab-306a-4649-8ba6-ee8583ff3662) .hs-button {
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none;
  cursor:pointer;
  background-color:var(--primary-color-hex) !important;
  color:#fff !important;
  border-radius:50px;
  border:0px;
  font-weight: 400 !important;
  transition: font-weight .2s ease;
  padding-left:42px!important;
  padding-right:42px!important;
  padding-bottom:16px!important;
  padding-top:16px!important;
  transition: background-color .3s ease;
  line-height:1;
  display:inline-block !important;
  font-family:var(--body-font);
}
form:not(#843c07c4-326f-4df4-bb9b-af7e1ec3b00e, #1686dd9b-dfa9-4ef0-b77c-8989d9d50b67, #a1ee34ab-306a-4649-8ba6-ee8583ff3662) input[type=submit]:after,
form:not(#843c07c4-326f-4df4-bb9b-af7e1ec3b00e, #1686dd9b-dfa9-4ef0-b77c-8989d9d50b67, #a1ee34ab-306a-4649-8ba6-ee8583ff3662) .hs-button:after {
  content: '';
  background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http://www.w3.org/2000/svg'%20width%3D'10'%20height%3D'10'%20viewBox%3D'0%200%2017%2017'%20fill%3D'none'%3E%3Cpath%20d%3D'M1%2016.0002L15.7619%201.23828M15.7619%201.23828L1%201.23828M15.7619%201.23828L15.7619%2016.0002'%20stroke%3D'white'%20stroke-width%3D'1.5'%20stroke-linejoin%3D'bevel'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  transition:transform .3s ease-out;
  margin-left:16px;
  width: 10px;
  height: 10px;
}

/*
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
background-color:#164199 !important;
}

form input[type=submit]:active,
form .hs-button:active {
background-color: #164199;
border-color: var(--button-border-color-active);
}
*/
/*
* ******************************************* 8. Validation
* */
.legal-consent-container li.hs-form-booleancheckbox span p {
  font-weight:bold !important;
  font-size:14px !important;
  margin-left:0 !important;
}

.legal-consent-container a {
  color: var(--primary-color-hex) !important;
  text-decoration: underline !important;
}
.legal-consent-container a:hover {
  color: var(--primary-color-hex) !important;
}

.hs-input.invalid.error { 
  border-color: #DE250A;
}

ul.hs-error-msgs li {
  margin:0;
}

.hs-error-msg { 
  font-size: 13px;
  color: #DE250A;
}

/*
* ******************************************* 9. Fields
* */
.hs-form-field {
  margin-bottom: 1.4rem;
  position: relative;
}
form#hs-membership-passwordless-auth-form .hs-form-field input:not(#hs-login-widget-remember, #hs-passwordless-auth-explicit-consent),
form#hs-membership-form .hs-form-field input:not(#hs-login-widget-remember, #hs-passwordless-auth-explicit-consent){
  margin-top:8px;
}

/*
* ******************************************* 10. GDPR
* */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 6px !important;
}
.legal-consent-container .hs-form-booleancheckbox-display {
  display:flex;
  align-items:baseline;
}
.legal-consent-container {
  font-size:12px;
}
/*
* ******************************************* 11. Captcha
* */
.grecaptcha-badge {
  margin: 0 auto;
}

/*Desktop*/
@media (min-width:992px) {

  /*
  * ******************************************* 3. Labels
  * */
  form .hs-form-field:not(.hs-fieldtype-radio, .hs-fieldtype-checkbox):hover label {
    /*font-weight:700;*/
  }

  
  /*
  * ******************************************* 5. Inputs
  * */
  form .hs-form-field:hover input[type=text],
  form .hs-form-field:hover input[type=email],
  form .hs-form-field:hover input[type=password],
  form .hs-form-field:hover input[type=tel],
  form .hs-form-field:hover input[type=number],
  form .hs-form-field:hover input[type=file],
  form .hs-form-field:hover select,
  form .hs-form-field:hover textarea {

  }


  /*
  * ******************************************* 8. Validation
  * */
  .hs-form-required { 
    color: var(--alert-color-hexx);
  }

  /*
  * ******************************************* 7. Submit button
  * */
  form input[type=submit],
  form .hs-button {
    font-size: var(--button-font-size);
  }
}


/*
* *******************************************  password
* */
.hs-login-widget-show-password,
.hs-register-widget-show-password,
.hs-reset-widget-show-password,
.hs-reset-widget-show-password {
  position: absolute!important; 
  right: 0!important;
  top: 12px!important;
  font-size: 10px;
  color: #000;
}



#hs_login_reset {
  color: #000;
}


input[name="remember_me"],
input[name="explicit_consent"]{
  min-width: 17px;
  min-height: 17px;
}




/*
* *******************************************  separator
* */

.form-separator {
  display: none;
}

/*
* *******************************************  form passwordless
* */

#hs-membership-passwordless-auth-form {
  padding-top: 16px;
}


#hs-membership-passwordless-auth-form p{
  text-align: center;
  margin-bottom: 32px
}
#hs-login-self-registration-link,
#hs_cos_wrapper_membership_admin_content {
  text-align: center;
}

@media (max-width:992px) {
  #hs-membership-passwordless-auth-form p{
    margin-bottom: 24px
  }
}

@media (min-width:992px) {
  #hs-membership-passwordless-auth-form p{
    margin-bottom: 32px
  }
}
/* 
* ******************************************* SOMMAIRE 
* 
* 1. Icon
* 2. Follow Me
*
* */




/* 
* ******************************************* 1. Icon
* */


/*
.hs_cos_wrapper_type_icon,
.icon {
  background-color: transparent !important;
  border-radius: unset !important;
}
*/

.footer__social-media .hs_cos_wrapper_type_icon svg {
  fill: white !important;
  height: 30px;
  width: auto;
}

.icon svg,
.hs_cos_wrapper_type_icon svg {
  fill: white !important;
}

.hs_cos_wrapper_type_icon svg path {

}


/* 
* ******************************************* 2. Follow Me
* */

.social-links__icon-wrapper {
  background-color: var(--secondary-color-hex) !important;
}
.hs-image__grid__container {

}

ul.hs-image__grid__list {

}

li.hs-image__grid__list__item {

}

button.hs-image__grid__list__item__button {

}

img.hs-image__grid__list__item__image {

}

.hs-image__grid__item__overlay {

}

.hs-image__grid__item__overlay__content {

}

.hs-image__grid__item__overlay__content--fit {

}
.splide__main {

}

.splide__arrows {

}

.splide__arrow--prev {

}

.splide__arrow--prev svg {

}

.splide__arrow--next {

}

.splide__arrow--next svg {

}

.splide__track {

}

.splide__list {

}

.splide__slide__contents {

}

.splide__slide--image_caption__wrapper {

}

.splide__slide--image__wrapper {

}

.splide__slide--image {

}

.splide__slide--caption {

}

.splide__controls {

}

.splide__pagination {

}
figure {
  margin: 0;
}

img {
  word-break: normal;
  max-width: 100%;
}

.hs_cos_wrapper_type_image img {
  border-radius:48px;
}

.hs_cos_wrapper_type_linked_image {

}

.hs_cos_wrapper_type_linked_image,
.hs_cos_wrapper_type_linked_image a {

}

.hs_cos_wrapper_type_linked_image:after {

}

.hs_cos_wrapper_type_linked_image a:after {

}

.hs_cos_wrapper_type_linked_image a:hover:after {

}

.hs_cos_wrapper_type_linked_image a:focus:after {

}
ul,
ol {
  margin: 0 0 12px;
  padding-inline-start: 30px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs_cos_wrapper_type_rich_text ul:not(.cp-breadcrumbs),
.hs_cos_wrapper_type_rich_text ol,
.hs-tabs__content__panel ul,
.hs-tabs__content__panel li,
.has-list ul,
.has-list li {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.hs_cos_wrapper_type_rich_text ul ul,
.hs_cos_wrapper_type_rich_text ol ul,
.hs_cos_wrapper_type_rich_text ul ol,
.hs_cos_wrapper_type_rich_text ol ol,
.hs-tabs__content__panel ul ul,
.hs-tabs__content__panel ol ul,
.hs-tabs__content__panel ul ol,
.hs-tabs__content__panel ol ol,
.has-list ul ul,
.has-list ol ul,
.has-list ul ol,
.has-list ol ol{
  margin: 0;
  padding: 0;
}

.hs_cos_wrapper_type_rich_text ul.no-list,
.hs-tabs__content__panel ul,
.has-list ul,
.hs_cos_wrapper_type_rich_text ol.no-list,
.hs-tabs__content__panel ol,
.has-list ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs_cos_wrapper_type_rich_text ul:not(.slick-dots, .lang_list_class, .hs-error-msgs, .inputs-list, .no-list, .pagination, .cp-breadcrumbs, .no-style) li,
.hs-tabs__content__panel ul li,
.has-list ul li {
  position: relative;
  padding-left: 28px;
}

.hs_cos_wrapper_type_rich_text ul:not(.slick-dots, .lang_list_class, .hs-error-msgs, .inputs-list, .no-list, .pagination, .cp-breadcrumbs, .no-style) li:not(:last-child),
.hs-tabs__content__panel ul li:not(:last-child),
.has-list ul li:not(:last-child) {
  margin-bottom: 8px;
}

.hs_cos_wrapper_type_rich_text ul:not(.slick-dots, .lang_list_class, .hs-error-msgs, .inputs-list, .no-list, .pagination, .cp-breadcrumbs, .no-style) li:before,
.hs-tabs__content__panel ul li:before,
.has-list ul li:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  display: block;
  background: var(--secondary-color-hex);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  z-index: 3;
}
.hs_cos_wrapper_type_rich_text ul:not(.slick-dots, .lang_list_class, .hs-error-msgs, .inputs-list, .no-list, .pagination, .cp-breadcrumbs, .no-style) li:after,
.hs-tabs__content__panel ul li:after,
.has-list ul li:after {
  background: var(--secondary-color-hex);
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  left: 10px;
  position: absolute;
  top:9px;
  width: 7px;
  opacity:.5;
}

.hs_cos_wrapper_type_rich_text ol li,
.hs-tabs__content__panel ol li,
.has-list ol li {
  position: relative;
  counter-increment: i;
  padding-left: 12px;
}

.hs_cos_wrapper_type_rich_text ol li:not(:last-child),
.hs-tabs__content__panel ol li:not(:last-child),
.has-list ol li:not(:last-child) {
  margin-bottom: 10px;
}

.hs_cos_wrapper_type_rich_text ol:not(.no-style) li:before,
.hs-tabs__content__panel ol li:before,
.has-list ol li:before{
  content: counter(i) ".";
  font-weight: 400;
  margin-right: 10px;
  color: var(--secondary-color-hex);
}
/*** Site search input ***/
.hs-search-field__bar.hs-search-field__bar--button-inline {
  padding: 50px 150px;
  border-radius: 10px;
  border: 2px #F4F6FC;
  background: #FFF;
  box-shadow: 3px 4px 17.5px 0px rgba(61, 54, 114, 0.12);
}
.hs-search-field input.hs-search-field__input {
  border-radius: 100px;
  border: 1px #F4F6FC;
  background: #F3F2F8;
}
/* do not group these rules */
.hs-search-field ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.30);
}
.hs-search-field :-moz-placeholder {
  /* FF 4-18 */
  color: rgba(0, 0, 0, 0.30);
  opacity: 1;
}
.hs-search-field ::-moz-placeholder {
  /* FF 19+ */
  color: rgba(0, 0, 0, 0.30);
  opacity: 1;
}
.hs-search-field :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.30);
}
.hs-search-field ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.30);
}
.hs-search-field ::placeholder {
  /* modern browser */
  color: rgba(0, 0, 0, 0.30);
}

.hs-search-field__button {
  border-radius: 100px;
  background: var(--system-color2-hex);
  border: none;
  width: 50px;
  height: 50px;
  margin-left: 16px;
}
.hs-search-field__button .hs_cos_wrapper_type_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hs-search-field__button .hs_cos_wrapper_type_icon svg {
  width: 20px;
  height: 20px;
}
.hs-search-field__button .hs_cos_wrapper_type_icon svg path {
  fill:var(--secondary-color-hex);
}
.hs-tabs-wrapper {}

.hs-tabs {}

.hs-tabs__nudge {
  display: none !important;
}

.hs-tabs__nudge--left {}

.hs-tabs__nudge--right {}

.hs-tabs-nudge-icon {}

.hs-tabs-nudge-icon svg {}

.hs-tabs__scroll {
  -ms-overflow-style: none !important; 
  scrollbar-width: none !important; 
  overflow-x: hidden !important;
}

.hs-tabs__tab-wrapper {}

.hs-tabs__tab {
  border:0px;
  background:#fff;
}


.hs-tabs__tab[aria-selected="true"] {

}

.hs-tabs__tab[aria-selected="true"]:after {

}

.hs-tabs__tab[aria-selected="false"]:after {

}

.hs-tabs__content {

}

/* hidden */
.hs-tabs__content__panel {}

/* visible */
.hs-tabs__content__panel--visible {}

@media (max-width: 992px) {
  .hs-tabs__scroll {
    margin-left: 0 !important;
  }
}
/* 
* ******************************************* SOMMAIRE 
* 
* 1. Table cells
* 2. Table header
* 3. Table body
* 4. Table footer
*
* */




table:not(.table-style-card) {
  border-top:1px solid var(--primary-color-hex);
  border-bottom:1px solid var(--primary-color-hex);
  border-left: 1px solid var(--primary-color-hex);
  border-right: 1px solid var(--primary-color-hex);
  background-color: var(--primary-color-hex);
  border-collapse: collapse;
  margin: 16px 0;
  overflow-wrap: break-word;
}

/*
* ******************************************* 1. Table cells
* */
table:not(.table-style-card) td,
table:not(.table-style-card) th {
  border-top:1px solid var(--primary-color-hex);
  border-bottom:1px solid var(--primary-color-hex);
  border-left: 1px solid var(--primary-color-hex);
  border-right: 1px solid var(--primary-color-hex);
  
  padding-left: var(--tables-cells-padding-left) ;
  padding-right: var(--tables-cells-padding-right);
  padding-bottom: var(--tables-cells-padding-bottom);
  padding-top: var(--tables-cells-padding-top);
  
  color: var(--primary-color-hex);
  vertical-align: top;
  text-align: center;
}

/*
* ******************************************* 2. Table header 
* */
table:not(.table-style-card) thead th {
  background-color: var(--primary-color-hex);
  color: #fff;
  vertical-align: middle;
}
table:not(.table-style-card) thead th:not(:last-child) {
  border-right: 1px solid white;
}
/*
* ******************************************* 3. Table body
* */
table:not(.table-style-card) tbody td {
  background-color:white;
}

/*
* ******************************************* 4. Table footer
* */
table:not(.table-style-card) tfoot td {
  background-color: var(--primary-color-hex);
  color: #fff;
  text-align: center;
}

/* Ces règles pour le wrapper responsive ne sont pas liées directement au style de la table elle-même,
   donc elles ne sont pas affectées par la classe .table-style-card sur la table. */
div[data-hs-responsive-table="true"] {
  overflow-x: auto; 
  max-width: 100%; 
  width: 100%; 
  margin-left: auto; 
  margin-right: auto;
}

/* Desktop */
@media (max-width: 992px) {
  div[data-hs-responsive-table="true"]::-webkit-scrollbar-track {
    border-radius: 4px;
    background: var(--system-color3-hex);
  }

  div[data-hs-responsive-table="true"]::-webkit-scrollbar {
    height: 8px;
  }

  div[data-hs-responsive-table="true"]::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--secondary-color-hex);
  }

  /* Applique ces styles responsive uniquement si la table N'A PAS la classe .table-style-card */
  table:not(.table-style-card) td,
  table:not(.table-style-card) th {
    width: 150px !important;
    padding: 8px !important;
  }
}
/* 
* ******************************************* SOMMAIRE 
* 
* 1. Html & Body & paragraph
* 2. Hn
* 3. Link
* 4. Blockquote
* 5. Mark
* 6. Code-block
* 7. Divider
*
* */




/* 
* ******************************************* 1. Html & Body & paragraph
* */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin:0; 
  padding:0;
}

::-webkit-details-marker {   
  display:none;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}



/* 
* ******************************************* 2. Body Fonts settings
* */
body,
.body {
  font-family: var(--body-font);
  color: var(--body-font-color);
  font-size: var(--body-font-size-mobile);
  font-weight: var(--body-font-weight);
  line-height: 1.5;
  word-break: break-word;
  margin: 0;
}

p,
.p {
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size-mobile);
  color: var(--body-font-color);
  margin-bottom: 16px;
}

small,
.small {
  font-weight: var(--small-font-weight);
  font-family: var(--small-font);
  color: var(--small-font-color);
  font-size: var(--small-font-size-mobile);
}

@media (min-width: 992px) {
  body,
  .body {
    font-size: var(--body-font-size);
  }
  p,
  .p {
    font-size: var(--body-font-size);
  }
  small,
  .small {
    font-size: var(--small-font-size);
  }
}

/* 
* ******************************************* 3. HN Fonts settings
* */

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

h1,
.h1 {
  font-family: var(--typo-h1-font);
  color: var(--typo-h1-text-color);
  font-size: var(--typo-h1-font-size-mobile);
  font-weight: var(--typo-h1-font-weight);
  line-height:1;
}

h2,
.h2 {
  font-family: var(--typo-h2-font);
  color: var(--typo-h2-text-color);
  font-size: var(--typo-h2-font-size-mobile);
  font-weight: var(--typo-h2-font-weight);
  line-height:1.2;
}

h3,
.h3 {
  font-family: var(--typo-h3-font);
  color: var(--typo-h3-text-color);
  font-size: var(--typo-h3-font-size-mobile);
  font-weight: var(--typo-h3-font-weight);
  line-height:1.3;
}

h4,
.h4 {
  font-family: var(--typo-h4-font);
  color: var(--typo-h4-text-color);
  font-size: var(--typo-h4-font-size-mobile);
  font-weight: var(--typo-h4-font-weight);
  line-height:1.3;
}

h5,
.h5 {
  font-family: var(--typo-h5-font);
  color: var(--typo-h5-text-color);
  font-size: var(--typo-h5-font-size-mobile);
  font-weight: var(--typo-h5-font-weight);
  line-height:1.4;
}

h6,
.h6 {
  font-family: var(--typo-h6-font);
  color: var(--typo-h6-text-color);
  font-size: var(--typo-h6-font-size-mobile);
  font-weight: var(--typo-h6-font-weight);
  line-height:1.4;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: var(--typo-h1-font-size);
    line-height:1;
  }

  h2,
  .h2 {
    font-size: var(--typo-h2-font-size);
    line-height:1.2;
  }

  h3,
  .h3 {
    font-size: var(--typo-h3-font-size);
    line-height:1.3;
  }

  h4,
  .h4 {
    font-size: var(--typo-h4-font-size);
    line-height:1.3;
  }

  h5,
  .h5 {
    font-size: var(--typo-h5-font-size);
    line-height:1.4;
  }

  h6,
  .h6 {
    font-size: var(--typo-h6-font-size);
    line-height:1.4;
  }
}

/* 
* ******************************************* 3. Link
* */
a.no-style {
  text-decoration: none;
}
a:not(.no-style, .cta_button, .btn,.hs-button, .hs-button.is-white, .style-hs-button.is-white, .dfd-card-link, .myProfil, .main-link, .hs-login-widget-show-password,.hs-reset-widget-show-password,.hs-reset-widget-show-password, #hs_login_reset, .hs-register-widget-show-password) {
  color: var(--link-text-color);
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}



/* Rich Text */
.hs_cos_wrapper_type_rich_text a:not(.cta_button, .btn) {
  text-decoration: underline;
  color: var(--link-text-color);
}

/* 
* ******************************************* 4. Blockquote
* */

blockquote {
  position: relative;
  margin-left: 0px;
}

blockquote p {
  margin-left: 11px;
}

blockquote:before {
  position: absolute;
  content: "";
  display: block;
  background: var(--secondary-color-hex);
  width: 4px;
  height: 100%;
  border-radius: 50px;
}

@media (min-width: 992px) {
  blockquote:before {
    width: 7px;
  }

  blockquote p {
    margin-left: 19px;
  }
}

strong {
  font-weight:600!important;
}
/* 
* ******************************************* 5. Mark
* */

mark {
  background: none;
  color: var(--primary-color-hex);
}

/* 
* ******************************************* 6. Code-block
* */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* 
* ******************************************* 7. Divider
* */

hr {
  border: none;
  border-bottom: 1px solid var(--secondary-color-hex);
}


/* 
* ******************************************* 8. Color custom
* */
.txt-small-grey {
  color: rgba(0, 0, 0, 0.35);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
}