@charset "UTF-8";
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 00 * GRIT_SET INDEX CSS */
/* :::::::::::::: 01 * GRIT_SET breakpoints */
/* :::::::::::::: 02 * GRIT_SET variables */
/* :::::::::::::: 03 * GRIT_SET content */
/* :::::::::::::: 04 * GRIT_SET typography */
/* :::::::::::::: 05 * GRIT_SET header */
/* :::::::::::::: 06 * GRIT_SET footer */
/* :::::::::::::: 07 * GRIT_SET sections */
/* :::::::::::::: 08 * GRIT_SET forms */
/* :::::::::::::: 09 * GRIT_SET plugins */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET breakpoints */
/* Note:Extra small devices (portrait phones, less than 576px)
Note:No media query since this is the default in Bootstrap because it is "mobile first*/
/* Small devices (landscape phones, 576px and up*/
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoin*/
/* Large devices (desktops, 992px and up*/
/* Extra large devices (large desktops, 1200px and up*/
/* Custom media queries Set width to make card deck cards 100% widt*/
/* :::::::::::::: 02 * GRIT_SET variables */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET Color */
/* :::::::::::::: 02 * GRIT_SET Gradinet */
/* :::::::::::::: 03 * GRIT_SET Fonts */
/* :::::::::::::: 04 * GRIT_SET Varriables */
/* :::::::::::::: 05 * GRIT_SET Trasitions */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET Color */
:root {
  --primary: #eb5e28;
  --secondary: #403d39;
  --tertiary: #f3efe4;
  --quaternary: #fffcf2;
  --quinary: #e6e1d6;
  --senary: #ccc5b9;
  --septenary: #868179;
  --octonary: #252422;
  --nonary: #884125;
  --denary: #ed6d3c;
}

.bg-primary {
  background-color: #B3C7FC !important;
}

.color-primary {
  color: #B3C7FC !important;
}
.color-primary label {
  color: #B3C7FC !important;
}

.border-primary {
  border-color: #B3C7FC !important;
}

.bg-primary-half {
  background: #B3C7FC;
  background: -moz-linear-gradient(0deg, #B3C7FC 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #B3C7FC 50%, transparent 50%);
  background: linear-gradient(0deg, #B3C7FC 50%, transparent 50%);
}

.bg-secondary {
  background-color: #C2E2BD !important;
}

.color-secondary {
  color: #C2E2BD !important;
}
.color-secondary label {
  color: #C2E2BD !important;
}

.border-secondary {
  border-color: #C2E2BD !important;
}

.bg-secondary-half {
  background: #C2E2BD;
  background: -moz-linear-gradient(0deg, #C2E2BD 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #C2E2BD 50%, transparent 50%);
  background: linear-gradient(0deg, #C2E2BD 50%, transparent 50%);
}

.bg-tertiary {
  background-color: #DADEDE !important;
}

.color-tertiary {
  color: #DADEDE !important;
}
.color-tertiary label {
  color: #DADEDE !important;
}

.border-tertiary {
  border-color: #DADEDE !important;
}

.bg-tertiary-half {
  background: #DADEDE;
  background: -moz-linear-gradient(0deg, #DADEDE 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #DADEDE 50%, transparent 50%);
  background: linear-gradient(0deg, #DADEDE 50%, transparent 50%);
}

.bg-quaternary {
  background-color: #212529 !important;
}

.color-quaternary {
  color: #212529 !important;
}
.color-quaternary label {
  color: #212529 !important;
}

.border-quaternary {
  border-color: #212529 !important;
}

.bg-quaternary-half {
  background: #212529;
  background: -moz-linear-gradient(0deg, #212529 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #212529 50%, transparent 50%);
  background: linear-gradient(0deg, #212529 50%, transparent 50%);
}

.bg-quinary {
  background-color: #343A40 !important;
}

.color-quinary {
  color: #343A40 !important;
}
.color-quinary label {
  color: #343A40 !important;
}

.border-quinary {
  border-color: #343A40 !important;
}

.bg-quinary-half {
  background: #343A40;
  background: -moz-linear-gradient(0deg, #343A40 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #343A40 50%, transparent 50%);
  background: linear-gradient(0deg, #343A40 50%, transparent 50%);
}

.bg-senary {
  background-color: #495057 !important;
}

.color-senary {
  color: #495057 !important;
}
.color-senary label {
  color: #495057 !important;
}

.border-senary {
  border-color: #495057 !important;
}

.bg-senary-half {
  background: #495057;
  background: -moz-linear-gradient(0deg, #495057 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #495057 50%, transparent 50%);
  background: linear-gradient(0deg, #495057 50%, transparent 50%);
}

.bg-septenary {
  background-color: #6C757D !important;
}

.color-septenary {
  color: #6C757D !important;
}
.color-septenary label {
  color: #6C757D !important;
}

.border-septenary {
  border-color: #6C757D !important;
}

.bg-septenary-half {
  background: #6C757D;
  background: -moz-linear-gradient(0deg, #6C757D 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #6C757D 50%, transparent 50%);
  background: linear-gradient(0deg, #6C757D 50%, transparent 50%);
}

.bg-octonary {
  background-color: #ADB5BD !important;
}

.color-octonary {
  color: #ADB5BD !important;
}
.color-octonary label {
  color: #ADB5BD !important;
}

.border-octonary {
  border-color: #ADB5BD !important;
}

.bg-octonary-half {
  background: #ADB5BD;
  background: -moz-linear-gradient(0deg, #ADB5BD 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #ADB5BD 50%, transparent 50%);
  background: linear-gradient(0deg, #ADB5BD 50%, transparent 50%);
}

.bg-nonary {
  background-color: #DEE2E6 !important;
}

.color-nonary {
  color: #DEE2E6 !important;
}
.color-nonary label {
  color: #DEE2E6 !important;
}

.border-nonary {
  border-color: #DEE2E6 !important;
}

.bg-nonary-half {
  background: #DEE2E6;
  background: -moz-linear-gradient(0deg, #DEE2E6 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #DEE2E6 50%, transparent 50%);
  background: linear-gradient(0deg, #DEE2E6 50%, transparent 50%);
}

.bg-denary {
  background-color: #E9ECEF !important;
}

.color-denary {
  color: #E9ECEF !important;
}
.color-denary label {
  color: #E9ECEF !important;
}

.border-denary {
  border-color: #E9ECEF !important;
}

.bg-denary-half {
  background: #E9ECEF;
  background: -moz-linear-gradient(0deg, #E9ECEF 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #E9ECEF 50%, transparent 50%);
  background: linear-gradient(0deg, #E9ECEF 50%, transparent 50%);
}

.bg-white {
  background-color: #ffffff !important;
}

.color-white {
  color: #ffffff !important;
}
.color-white label {
  color: #ffffff !important;
}

.border-white {
  border-color: #ffffff !important;
}

.bg-white-half {
  background: #ffffff;
  background: -moz-linear-gradient(0deg, #ffffff 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #ffffff 50%, transparent 50%);
  background: linear-gradient(0deg, #ffffff 50%, transparent 50%);
}

.bg-black {
  background-color: #000000 !important;
}

.color-black {
  color: #000000 !important;
}
.color-black label {
  color: #000000 !important;
}

.border-black {
  border-color: #000000 !important;
}

.bg-black-half {
  background: #000000;
  background: -moz-linear-gradient(0deg, #000000 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #000000 50%, transparent 50%);
  background: linear-gradient(0deg, #000000 50%, transparent 50%);
}

.bg-accent {
  background-color: #0836B4 !important;
}

.color-accent {
  color: #0836B4 !important;
}
.color-accent label {
  color: #0836B4 !important;
}

.border-accent {
  border-color: #0836B4 !important;
}

.bg-accent-half {
  background: #0836B4;
  background: -moz-linear-gradient(0deg, #0836B4 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #0836B4 50%, transparent 50%);
  background: linear-gradient(0deg, #0836B4 50%, transparent 50%);
}

.bg-light {
  background-color: #FFFFFF !important;
}

.color-light {
  color: #FFFFFF !important;
}
.color-light label {
  color: #FFFFFF !important;
}

.border-light {
  border-color: #FFFFFF !important;
}

.bg-light-half {
  background: #FFFFFF;
  background: -moz-linear-gradient(0deg, #FFFFFF 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #FFFFFF 50%, transparent 50%);
  background: linear-gradient(0deg, #FFFFFF 50%, transparent 50%);
}

.bg-dark {
  background-color: #082523 !important;
}

.color-dark {
  color: #082523 !important;
}
.color-dark label {
  color: #082523 !important;
}

.border-dark {
  border-color: #082523 !important;
}

.bg-dark-half {
  background: #082523;
  background: -moz-linear-gradient(0deg, #082523 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #082523 50%, transparent 50%);
  background: linear-gradient(0deg, #082523 50%, transparent 50%);
}

.bg-grey {
  background-color: #F0F4FE !important;
}

.color-grey {
  color: #F0F4FE !important;
}
.color-grey label {
  color: #F0F4FE !important;
}

.border-grey {
  border-color: #F0F4FE !important;
}

.bg-grey-half {
  background: #F0F4FE;
  background: -moz-linear-gradient(0deg, #F0F4FE 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #F0F4FE 50%, transparent 50%);
  background: linear-gradient(0deg, #F0F4FE 50%, transparent 50%);
}

/* :::::::::::::: 02 * GRIT_SET Gradinet */
/* :::::::::::::: 03 * GRIT_SET Fonts */
/* :::::::::::::: 04 * GRIT_SET Varriables */
/* :::::::::::::: 05 * GRIT_SET Trasitions */
/* :::::::::::::: 03 * GRIT_SET content */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET body */
/* :::::::::::::: 02 * GRIT_SET contained */
/* :::::::::::::: 03 * GRIT_SET equal-cols */
/* :::::::::::::: 04 * GRIT_SET padding */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET body */
body {
  font-family: "DM Sans", "Open Sans", sans-serif;
  color: #082523;
  background-color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  cursor: default !important;
}

.absolute_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Stile per scrollbar in browser WebKit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 1px; /* Larghezza della scrollbar */
}

/* Stile per Firefox */
* {
  scrollbar-width: thin; /* Imposta la scrollbar sottile in Firefox */
}

/* :::::::::::::: 02 * GRIT_SET contained */
@media (min-width: 576px) {
  .contained {
    padding: 0 8.75vw;
  }
}
/* :::::::::::::: 03 * GRIT_SET equal-cols */
.row.equal-cols {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*=col-] {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*=col-] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.row.equal-cols .tease {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* :::::::::::::: 04 * GRIT_SET padding */
.p-6 {
  padding: calc(76.8px + 4px) !important;
}

.pt-6 {
  padding-top: calc(76.8px + 4px) !important;
}

.pr-6 {
  padding-right: calc(76.8px + 4px) !important;
}

.pb-6 {
  padding-bottom: calc(76.8px + 4px) !important;
}

.pl-6 {
  padding-left: calc(76.8px + 4px) !important;
}

.px-6 {
  padding-left: calc(76.8px + 4px) !important;
  padding-right: calc(76.8px + 4px) !important;
}

.py-6 {
  padding-top: calc(76.8px + 4px) !important;
  padding-bottom: calc(76.8px + 4px) !important;
}

.m-6 {
  margin: calc(76.8px + 4px) !important;
}

.mt-6 {
  margin-top: calc(76.8px + 4px) !important;
}

.mr-6 {
  margin-right: calc(76.8px + 4px) !important;
}

.mb-6 {
  margin-bottom: calc(76.8px + 4px) !important;
}

.ml-6 {
  margin-left: calc(76.8px + 4px) !important;
}

.mx-6 {
  margin-left: calc(76.8px + 4px) !important;
  margin-right: calc(76.8px + 4px) !important;
}

.my-6 {
  margin-top: calc(76.8px + 4px) !important;
  margin-bottom: calc(76.8px + 4px) !important;
}

.p-7 {
  padding: calc(89.6px + 4.6666666667px) !important;
}

.pt-7 {
  padding-top: calc(89.6px + 4.6666666667px) !important;
}

.pr-7 {
  padding-right: calc(89.6px + 4.6666666667px) !important;
}

.pb-7 {
  padding-bottom: calc(89.6px + 4.6666666667px) !important;
}

.pl-7 {
  padding-left: calc(89.6px + 4.6666666667px) !important;
}

.px-7 {
  padding-left: calc(89.6px + 4.6666666667px) !important;
  padding-right: calc(89.6px + 4.6666666667px) !important;
}

.py-7 {
  padding-top: calc(89.6px + 4.6666666667px) !important;
  padding-bottom: calc(89.6px + 4.6666666667px) !important;
}

.m-7 {
  margin: calc(89.6px + 4.6666666667px) !important;
}

.mt-7 {
  margin-top: calc(89.6px + 4.6666666667px) !important;
}

.mr-7 {
  margin-right: calc(89.6px + 4.6666666667px) !important;
}

.mb-7 {
  margin-bottom: calc(89.6px + 4.6666666667px) !important;
}

.ml-7 {
  margin-left: calc(89.6px + 4.6666666667px) !important;
}

.mx-7 {
  margin-left: calc(89.6px + 4.6666666667px) !important;
  margin-right: calc(89.6px + 4.6666666667px) !important;
}

.my-7 {
  margin-top: calc(89.6px + 4.6666666667px) !important;
  margin-bottom: calc(89.6px + 4.6666666667px) !important;
}

.p-8 {
  padding: calc(108.8px + 5.6666666667px) !important;
}

.pt-8 {
  padding-top: calc(108.8px + 5.6666666667px) !important;
}

.pr-8 {
  padding-right: calc(108.8px + 5.6666666667px) !important;
}

.pb-8 {
  padding-bottom: calc(108.8px + 5.6666666667px) !important;
}

.pl-8 {
  padding-left: calc(108.8px + 5.6666666667px) !important;
}

.px-8 {
  padding-left: calc(108.8px + 5.6666666667px) !important;
  padding-right: calc(108.8px + 5.6666666667px) !important;
}

.py-8 {
  padding-top: calc(108.8px + 5.6666666667px) !important;
  padding-bottom: calc(108.8px + 5.6666666667px) !important;
}

.m-8 {
  margin: calc(108.8px + 5.6666666667px) !important;
}

.mt-8 {
  margin-top: calc(108.8px + 5.6666666667px) !important;
}

.mr-8 {
  margin-right: calc(108.8px + 5.6666666667px) !important;
}

.mb-8 {
  margin-bottom: calc(108.8px + 5.6666666667px) !important;
}

.ml-8 {
  margin-left: calc(108.8px + 5.6666666667px) !important;
}

.mx-8 {
  margin-left: calc(108.8px + 5.6666666667px) !important;
  margin-right: calc(108.8px + 5.6666666667px) !important;
}

.my-8 {
  margin-top: calc(108.8px + 5.6666666667px) !important;
  margin-bottom: calc(108.8px + 5.6666666667px) !important;
}

.p-9 {
  padding: calc(128px + 6.6666666667px) !important;
}

.pt-9 {
  padding-top: calc(128px + 6.6666666667px) !important;
}

.pr-9 {
  padding-right: calc(128px + 6.6666666667px) !important;
}

.pb-9 {
  padding-bottom: calc(128px + 6.6666666667px) !important;
}

.pl-9 {
  padding-left: calc(128px + 6.6666666667px) !important;
}

.px-9 {
  padding-left: calc(128px + 6.6666666667px) !important;
  padding-right: calc(128px + 6.6666666667px) !important;
}

.py-9 {
  padding-top: calc(128px + 6.6666666667px) !important;
  padding-bottom: calc(128px + 6.6666666667px) !important;
}

.m-9 {
  margin: calc(128px + 6.6666666667px) !important;
}

.mt-9 {
  margin-top: calc(128px + 6.6666666667px) !important;
}

.mr-9 {
  margin-right: calc(128px + 6.6666666667px) !important;
}

.mb-9 {
  margin-bottom: calc(128px + 6.6666666667px) !important;
}

.ml-9 {
  margin-left: calc(128px + 6.6666666667px) !important;
}

.mx-9 {
  margin-left: calc(128px + 6.6666666667px) !important;
  margin-right: calc(128px + 6.6666666667px) !important;
}

.my-9 {
  margin-top: calc(128px + 6.6666666667px) !important;
  margin-bottom: calc(128px + 6.6666666667px) !important;
}

.p-10 {
  padding: calc(160px + 8.3333333333px) !important;
}

.pt-10 {
  padding-top: calc(160px + 8.3333333333px) !important;
}

.pr-10 {
  padding-right: calc(160px + 8.3333333333px) !important;
}

.pb-10 {
  padding-bottom: calc(160px + 8.3333333333px) !important;
}

.pl-10 {
  padding-left: calc(160px + 8.3333333333px) !important;
}

.px-10 {
  padding-left: calc(160px + 8.3333333333px) !important;
  padding-right: calc(160px + 8.3333333333px) !important;
}

.py-10 {
  padding-top: calc(160px + 8.3333333333px) !important;
  padding-bottom: calc(160px + 8.3333333333px) !important;
}

.m-10 {
  margin: calc(160px + 8.3333333333px) !important;
}

.mt-10 {
  margin-top: calc(160px + 8.3333333333px) !important;
}

.mr-10 {
  margin-right: calc(160px + 8.3333333333px) !important;
}

.mb-10 {
  margin-bottom: calc(160px + 8.3333333333px) !important;
}

.ml-10 {
  margin-left: calc(160px + 8.3333333333px) !important;
}

.mx-10 {
  margin-left: calc(160px + 8.3333333333px) !important;
  margin-right: calc(160px + 8.3333333333px) !important;
}

.my-10 {
  margin-top: calc(160px + 8.3333333333px) !important;
  margin-bottom: calc(160px + 8.3333333333px) !important;
}

@media (min-width: 576px) {
  .p-sm-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-sm-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-sm-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-sm-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-sm-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-sm-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-sm-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-sm-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-sm-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-sm-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-sm-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-sm-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-sm-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-sm-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-sm-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-sm-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-sm-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-sm-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-sm-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-sm-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-sm-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-sm-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-sm-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-sm-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-sm-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-sm-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-sm-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-sm-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-sm-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-sm-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-sm-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-sm-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-sm-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-sm-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-sm-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-sm-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-sm-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-sm-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-sm-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-sm-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-sm-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-sm-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-sm-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-sm-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-sm-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-sm-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-sm-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-sm-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-sm-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-sm-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-sm-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-sm-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-sm-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-sm-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-sm-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-sm-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-sm-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-sm-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-sm-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-sm-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-sm-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-sm-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-sm-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-sm-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-sm-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-sm-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-sm-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-sm-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-sm-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-sm-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 768px) {
  .p-md-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-md-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-md-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-md-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-md-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-md-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-md-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-md-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-md-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-md-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-md-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-md-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-md-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-md-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-md-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-md-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-md-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-md-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-md-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-md-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-md-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-md-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-md-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-md-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-md-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-md-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-md-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-md-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-md-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-md-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-md-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-md-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-md-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-md-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-md-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-md-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-md-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-md-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-md-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-md-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-md-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-md-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-md-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-md-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-md-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-md-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-md-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-md-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-md-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-md-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-md-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-md-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-md-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-md-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-md-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-md-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-md-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-md-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-md-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-md-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-md-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-md-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-md-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-md-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-md-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-md-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-md-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-md-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-md-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-md-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 992px) {
  .p-lg-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-lg-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-lg-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-lg-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-lg-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-lg-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-lg-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-lg-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-lg-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-lg-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-lg-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-lg-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-lg-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-lg-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-lg-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-lg-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-lg-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-lg-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-lg-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-lg-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-lg-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-lg-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-lg-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-lg-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-lg-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-lg-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-lg-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-lg-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-lg-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-lg-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-lg-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-lg-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-lg-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-lg-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-lg-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-lg-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-lg-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-lg-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-lg-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-lg-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-lg-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-lg-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-lg-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-lg-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-lg-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-lg-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-lg-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-lg-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-lg-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-lg-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-lg-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-lg-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-lg-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-lg-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-lg-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-lg-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-lg-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-lg-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-lg-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-lg-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-lg-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-lg-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-lg-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-lg-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-lg-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-lg-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-lg-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-lg-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-lg-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-lg-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-xl-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-xl-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-xl-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-xl-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-xl-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-xl-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-xl-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-xl-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-xl-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-xl-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-xl-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-xl-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-xl-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-xl-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-xl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-xl-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-xl-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-xl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-xl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-xl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-xl-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-xl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-xl-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-xl-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-xl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-xl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-xl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-xl-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-xl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-xl-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-xl-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-xl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-xl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-xl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-xl-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-xl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-xl-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-xl-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-xl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-xl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-xl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-xl-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-xl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-xl-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-xl-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-xl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-xl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-xl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-xl-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-xl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-xl-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-xl-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-xl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-xl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-xl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-xl-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-xl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-xl-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-xl-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-xl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-xl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-xl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-xl-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-xl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-xl-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-xl-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-xl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-xl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-xl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 1600px) {
  .p-xxl-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-xxl-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-xxl-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-xxl-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-xxl-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-xxl-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-xxl-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-xxl-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-xxl-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-xxl-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-xxl-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-xxl-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-xxl-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-xxl-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-xxl-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-xxl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-xxl-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-xxl-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-xxl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-xxl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-xxl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-xxl-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-xxl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-xxl-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-xxl-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-xxl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-xxl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-xxl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-xxl-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-xxl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-xxl-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-xxl-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-xxl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-xxl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-xxl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-xxl-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-xxl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-xxl-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-xxl-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-xxl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-xxl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-xxl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-xxl-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-xxl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-xxl-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-xxl-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-xxl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-xxl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-xxl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-xxl-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-xxl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-xxl-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-xxl-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-xxl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-xxl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-xxl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-xxl-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-xxl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-xxl-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-xxl-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-xxl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-xxl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-xxl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-xxl-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-xxl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-xxl-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-xxl-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-xxl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-xxl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-xxl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
@media (min-width: 1920px) {
  .p-xxxl-6 {
    padding: calc(76.8px + 4px) !important;
  }
  .pt-xxxl-6 {
    padding-top: calc(76.8px + 4px) !important;
  }
  .pr-xxxl-6 {
    padding-right: calc(76.8px + 4px) !important;
  }
  .pb-xxxl-6 {
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .pl-xxxl-6 {
    padding-left: calc(76.8px + 4px) !important;
  }
  .px-xxxl-6 {
    padding-left: calc(76.8px + 4px) !important;
    padding-right: calc(76.8px + 4px) !important;
  }
  .py-xxxl-6 {
    padding-top: calc(76.8px + 4px) !important;
    padding-bottom: calc(76.8px + 4px) !important;
  }
  .m-xxxl-6 {
    margin: calc(76.8px + 4px) !important;
  }
  .mt-xxxl-6 {
    margin-top: calc(76.8px + 4px) !important;
  }
  .mr-xxxl-6 {
    margin-right: calc(76.8px + 4px) !important;
  }
  .mb-xxxl-6 {
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .ml-xxxl-6 {
    margin-left: calc(76.8px + 4px) !important;
  }
  .mx-xxxl-6 {
    margin-left: calc(76.8px + 4px) !important;
    margin-right: calc(76.8px + 4px) !important;
  }
  .my-xxxl-6 {
    margin-top: calc(76.8px + 4px) !important;
    margin-bottom: calc(76.8px + 4px) !important;
  }
  .p-xxxl-7 {
    padding: calc(89.6px + 4.6666666667px) !important;
  }
  .pt-xxxl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
  }
  .pr-xxxl-7 {
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .pb-xxxl-7 {
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .pl-xxxl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
  }
  .px-xxxl-7 {
    padding-left: calc(89.6px + 4.6666666667px) !important;
    padding-right: calc(89.6px + 4.6666666667px) !important;
  }
  .py-xxxl-7 {
    padding-top: calc(89.6px + 4.6666666667px) !important;
    padding-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .m-xxxl-7 {
    margin: calc(89.6px + 4.6666666667px) !important;
  }
  .mt-xxxl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
  }
  .mr-xxxl-7 {
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .mb-xxxl-7 {
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .ml-xxxl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
  }
  .mx-xxxl-7 {
    margin-left: calc(89.6px + 4.6666666667px) !important;
    margin-right: calc(89.6px + 4.6666666667px) !important;
  }
  .my-xxxl-7 {
    margin-top: calc(89.6px + 4.6666666667px) !important;
    margin-bottom: calc(89.6px + 4.6666666667px) !important;
  }
  .p-xxxl-8 {
    padding: calc(108.8px + 5.6666666667px) !important;
  }
  .pt-xxxl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
  }
  .pr-xxxl-8 {
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .pb-xxxl-8 {
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .pl-xxxl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
  }
  .px-xxxl-8 {
    padding-left: calc(108.8px + 5.6666666667px) !important;
    padding-right: calc(108.8px + 5.6666666667px) !important;
  }
  .py-xxxl-8 {
    padding-top: calc(108.8px + 5.6666666667px) !important;
    padding-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .m-xxxl-8 {
    margin: calc(108.8px + 5.6666666667px) !important;
  }
  .mt-xxxl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
  }
  .mr-xxxl-8 {
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .mb-xxxl-8 {
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .ml-xxxl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
  }
  .mx-xxxl-8 {
    margin-left: calc(108.8px + 5.6666666667px) !important;
    margin-right: calc(108.8px + 5.6666666667px) !important;
  }
  .my-xxxl-8 {
    margin-top: calc(108.8px + 5.6666666667px) !important;
    margin-bottom: calc(108.8px + 5.6666666667px) !important;
  }
  .p-xxxl-9 {
    padding: calc(128px + 6.6666666667px) !important;
  }
  .pt-xxxl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
  }
  .pr-xxxl-9 {
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .pb-xxxl-9 {
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .pl-xxxl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
  }
  .px-xxxl-9 {
    padding-left: calc(128px + 6.6666666667px) !important;
    padding-right: calc(128px + 6.6666666667px) !important;
  }
  .py-xxxl-9 {
    padding-top: calc(128px + 6.6666666667px) !important;
    padding-bottom: calc(128px + 6.6666666667px) !important;
  }
  .m-xxxl-9 {
    margin: calc(128px + 6.6666666667px) !important;
  }
  .mt-xxxl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
  }
  .mr-xxxl-9 {
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .mb-xxxl-9 {
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .ml-xxxl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
  }
  .mx-xxxl-9 {
    margin-left: calc(128px + 6.6666666667px) !important;
    margin-right: calc(128px + 6.6666666667px) !important;
  }
  .my-xxxl-9 {
    margin-top: calc(128px + 6.6666666667px) !important;
    margin-bottom: calc(128px + 6.6666666667px) !important;
  }
  .p-xxxl-10 {
    padding: calc(160px + 8.3333333333px) !important;
  }
  .pt-xxxl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
  }
  .pr-xxxl-10 {
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .pb-xxxl-10 {
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .pl-xxxl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
  }
  .px-xxxl-10 {
    padding-left: calc(160px + 8.3333333333px) !important;
    padding-right: calc(160px + 8.3333333333px) !important;
  }
  .py-xxxl-10 {
    padding-top: calc(160px + 8.3333333333px) !important;
    padding-bottom: calc(160px + 8.3333333333px) !important;
  }
  .m-xxxl-10 {
    margin: calc(160px + 8.3333333333px) !important;
  }
  .mt-xxxl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
  }
  .mr-xxxl-10 {
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .mb-xxxl-10 {
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
  .ml-xxxl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
  }
  .mx-xxxl-10 {
    margin-left: calc(160px + 8.3333333333px) !important;
    margin-right: calc(160px + 8.3333333333px) !important;
  }
  .my-xxxl-10 {
    margin-top: calc(160px + 8.3333333333px) !important;
    margin-bottom: calc(160px + 8.3333333333px) !important;
  }
}
/* :::::::::::::: 04 * GRIT_SET typography */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET typography */
/* :::::::::::::: 02 * GRIT_SET btn */
/* :::::::::::::: 03 * GRIT_SET btn-color */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET typography */
p {
  font-family: "DM Sans", "Open Sans", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "DM Sans", "Roboto", sans-serif;
  font-weight: 400;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "DM Sans", "Open Sans", sans-serif;
}

.lead {
  font-weight: normal;
  font-size: 22px;
}

.text-muted {
  color: #082523;
  opacity: 0.8;
}

.badge {
  padding: 10px 10px;
  font-size: 100%;
  font-weight: 500;
  border-radius: 5px;
}

a {
  font-variation-settings: "slnt" 0;
  color: #0836B4;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #C2E2BD;
  font-variation-settings: "slnt" 12;
  text-decoration: none;
}

/* :::::::::::::: 02 * GRIT_SET btn */
.btn {
  border-radius: 8px;
  padding: 0.845em 1.7em;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid;
  line-height: 1;
  position: relative;
  font-weight: 500;
  text-transform: unset;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-wrap-mode: nowrap;
  /* Standard */
}
.btn.btn-circle {
  width: 40px;
  height: 40px;
  padding: 3px;
  margin: 0px 3px;
  border-radius: 25px;
  font-size: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* :::::::::::::: 03 * GRIT_SET btn-color */
.btn-accent {
  color: #FFFFFF;
  background: #0836B4;
  border-color: #0836B4;
  transition: all 0.3s ease;
}
.btn-accent:hover {
  color: #0836B4;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-accent:active {
  background: rgb(1.4893617021, 10.0531914894, 33.5106382979);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-accent:not(:disabled):not(.disabled).active, .btn-accent:not(:disabled):not(.disabled):active, .show > .btn-accent.dropdown-toggle {
  background: rgb(1.4893617021, 10.0531914894, 33.5106382979);
  border-color: rgb(1.4893617021, 10.0531914894, 33.5106382979);
  box-shadow: 0 0 0 0.1rem rgb(10.170212766, 68.6489361702, 228.829787234) !important;
}
.btn-accent.disabled, .btn-accent:disabled {
  opacity: 0.1;
  background: rgb(1.4893617021, 10.0531914894, 33.5106382979);
  border-color: rgb(1.4893617021, 10.0531914894, 33.5106382979);
}
.btn-accent.focus, .btn-accent:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(10.170212766, 68.6489361702, 228.829787234);
}

.btn-outline-accent {
  color: #0836B4;
  background: #FFFFFF;
  border-color: #0836B4;
  transition: all 0.3s ease;
}
.btn-outline-accent:hover {
  color: #0836B4;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-accent:active {
  background: rgb(1.4893617021, 10.0531914894, 33.5106382979);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-accent:not(:disabled):not(.disabled).active, .btn-outline-accent:not(:disabled):not(.disabled):active, .show > .btn-outline-accent.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(1.4893617021, 10.0531914894, 33.5106382979);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-accent.disabled, .btn-outline-accent:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(1.4893617021, 10.0531914894, 33.5106382979);
}
.btn-outline-accent.focus, .btn-outline-accent:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-primary {
  color: #FFFFFF;
  background: #B3C7FC;
  border-color: #B3C7FC;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  color: #B3C7FC;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-primary:active {
  background: rgb(31.8101265823, 90.5443037975, 246.1898734177);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: rgb(31.8101265823, 90.5443037975, 246.1898734177);
  border-color: rgb(31.8101265823, 90.5443037975, 246.1898734177);
  box-shadow: 0 0 0 0.1rem rgb(228.0632911392, 235.1518987342, 253.9367088608) !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  opacity: 0.1;
  background: rgb(31.8101265823, 90.5443037975, 246.1898734177);
  border-color: rgb(31.8101265823, 90.5443037975, 246.1898734177);
}
.btn-primary.focus, .btn-primary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(228.0632911392, 235.1518987342, 253.9367088608);
}

.btn-outline-primary {
  color: #B3C7FC;
  background: #FFFFFF;
  border-color: #B3C7FC;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  color: #B3C7FC;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-primary:active {
  background: rgb(31.8101265823, 90.5443037975, 246.1898734177);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(31.8101265823, 90.5443037975, 246.1898734177);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(31.8101265823, 90.5443037975, 246.1898734177);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-secondary {
  color: #FFFFFF;
  background: #C2E2BD;
  border-color: #C2E2BD;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  color: #C2E2BD;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-secondary:active {
  background: rgb(95.7578947368, 179.2947368421, 82.7052631579);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background: rgb(95.7578947368, 179.2947368421, 82.7052631579);
  border-color: rgb(95.7578947368, 179.2947368421, 82.7052631579);
  box-shadow: 0 0 0 0.1rem rgb(226.7473684211, 241.5684210526, 224.4315789474) !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  opacity: 0.1;
  background: rgb(95.7578947368, 179.2947368421, 82.7052631579);
  border-color: rgb(95.7578947368, 179.2947368421, 82.7052631579);
}
.btn-secondary.focus, .btn-secondary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(226.7473684211, 241.5684210526, 224.4315789474);
}

.btn-outline-secondary {
  color: #C2E2BD;
  background: #FFFFFF;
  border-color: #C2E2BD;
  transition: all 0.3s ease;
}
.btn-outline-secondary:hover {
  color: #C2E2BD;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-secondary:active {
  background: rgb(95.7578947368, 179.2947368421, 82.7052631579);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(95.7578947368, 179.2947368421, 82.7052631579);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(95.7578947368, 179.2947368421, 82.7052631579);
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-tertiary {
  color: #FFFFFF;
  background: #DADEDE;
  border-color: #DADEDE;
  transition: all 0.3s ease;
}
.btn-tertiary:hover {
  color: #DADEDE;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-tertiary:active {
  background: rgb(137.1285714286, 149.8714285714, 149.8714285714);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show > .btn-tertiary.dropdown-toggle {
  background: rgb(137.1285714286, 149.8714285714, 149.8714285714);
  border-color: rgb(137.1285714286, 149.8714285714, 149.8714285714);
  box-shadow: 0 0 0 0.1rem rgb(244.9571428571, 246.0428571429, 246.0428571429) !important;
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  opacity: 0.1;
  background: rgb(137.1285714286, 149.8714285714, 149.8714285714);
  border-color: rgb(137.1285714286, 149.8714285714, 149.8714285714);
}
.btn-tertiary.focus, .btn-tertiary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(244.9571428571, 246.0428571429, 246.0428571429);
}

.btn-outline-tertiary {
  color: #DADEDE;
  background: #FFFFFF;
  border-color: #DADEDE;
  transition: all 0.3s ease;
}
.btn-outline-tertiary:hover {
  color: #DADEDE;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-tertiary:active {
  background: rgb(137.1285714286, 149.8714285714, 149.8714285714);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-tertiary:not(:disabled):not(.disabled).active, .btn-outline-tertiary:not(:disabled):not(.disabled):active, .show > .btn-outline-tertiary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(137.1285714286, 149.8714285714, 149.8714285714);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(137.1285714286, 149.8714285714, 149.8714285714);
}
.btn-outline-tertiary.focus, .btn-outline-tertiary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-quaternary {
  color: #FFFFFF;
  background: #212529;
  border-color: #212529;
  transition: all 0.3s ease;
}
.btn-quaternary:hover {
  color: #212529;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-quaternary:active {
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-quaternary:not(:disabled):not(.disabled).active, .btn-quaternary:not(:disabled):not(.disabled):active, .show > .btn-quaternary.dropdown-toggle {
  background: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgb(55.7432432432, 62.5, 69.2567567568) !important;
}
.btn-quaternary.disabled, .btn-quaternary:disabled {
  opacity: 0.1;
  background: black;
  border-color: black;
}
.btn-quaternary.focus, .btn-quaternary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(55.7432432432, 62.5, 69.2567567568);
}

.btn-outline-quaternary {
  color: #212529;
  background: #FFFFFF;
  border-color: #212529;
  transition: all 0.3s ease;
}
.btn-outline-quaternary:hover {
  color: #212529;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-quaternary:active {
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-quaternary:not(:disabled):not(.disabled).active, .btn-outline-quaternary:not(:disabled):not(.disabled):active, .show > .btn-outline-quaternary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
}
.btn-outline-quaternary.focus, .btn-outline-quaternary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-quinary {
  color: #FFFFFF;
  background: #343A40;
  border-color: #343A40;
  transition: all 0.3s ease;
}
.btn-quinary:hover {
  color: #343A40;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-quinary:active {
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-quinary:not(:disabled):not(.disabled).active, .btn-quinary:not(:disabled):not(.disabled):active, .show > .btn-quinary.dropdown-toggle {
  background: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgb(74.8620689655, 83.5, 92.1379310345) !important;
}
.btn-quinary.disabled, .btn-quinary:disabled {
  opacity: 0.1;
  background: black;
  border-color: black;
}
.btn-quinary.focus, .btn-quinary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(74.8620689655, 83.5, 92.1379310345);
}

.btn-outline-quinary {
  color: #343A40;
  background: #FFFFFF;
  border-color: #343A40;
  transition: all 0.3s ease;
}
.btn-outline-quinary:hover {
  color: #343A40;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-quinary:active {
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-quinary:not(:disabled):not(.disabled).active, .btn-outline-quinary:not(:disabled):not(.disabled):active, .show > .btn-outline-quinary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-quinary.disabled, .btn-outline-quinary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
}
.btn-outline-quinary.focus, .btn-outline-quinary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-senary {
  color: #FFFFFF;
  background: #495057;
  border-color: #495057;
  transition: all 0.3s ease;
}
.btn-senary:hover {
  color: #495057;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-senary:active {
  background: rgb(3.19375, 3.5, 3.80625);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-senary:not(:disabled):not(.disabled).active, .btn-senary:not(:disabled):not(.disabled):active, .show > .btn-senary.dropdown-toggle {
  background: rgb(3.19375, 3.5, 3.80625);
  border-color: rgb(3.19375, 3.5, 3.80625);
  box-shadow: 0 0 0 0.1rem rgb(96.26875, 105.5, 114.73125) !important;
}
.btn-senary.disabled, .btn-senary:disabled {
  opacity: 0.1;
  background: rgb(3.19375, 3.5, 3.80625);
  border-color: rgb(3.19375, 3.5, 3.80625);
}
.btn-senary.focus, .btn-senary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(96.26875, 105.5, 114.73125);
}

.btn-outline-senary {
  color: #495057;
  background: #FFFFFF;
  border-color: #495057;
  transition: all 0.3s ease;
}
.btn-outline-senary:hover {
  color: #495057;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-senary:active {
  background: rgb(3.19375, 3.5, 3.80625);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-senary:not(:disabled):not(.disabled).active, .btn-outline-senary:not(:disabled):not(.disabled):active, .show > .btn-outline-senary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(3.19375, 3.5, 3.80625);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-senary.disabled, .btn-outline-senary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(3.19375, 3.5, 3.80625);
}
.btn-outline-senary.focus, .btn-outline-senary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-septenary {
  color: #FFFFFF;
  background: #6C757D;
  border-color: #6C757D;
  transition: all 0.3s ease;
}
.btn-septenary:hover {
  color: #6C757D;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-septenary:active {
  background: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-septenary:not(:disabled):not(.disabled).active, .btn-septenary:not(:disabled):not(.disabled):active, .show > .btn-septenary.dropdown-toggle {
  background: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  border-color: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  box-shadow: 0 0 0 0.1rem rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}
.btn-septenary.disabled, .btn-septenary:disabled {
  opacity: 0.1;
  background: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  border-color: rgb(37.0815450644, 40.1716738197, 42.9184549356);
}
.btn-septenary.focus, .btn-septenary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(133.7553648069, 142.4849785408, 150.2446351931);
}

.btn-outline-septenary {
  color: #6C757D;
  background: #FFFFFF;
  border-color: #6C757D;
  transition: all 0.3s ease;
}
.btn-outline-septenary:hover {
  color: #6C757D;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-septenary:active {
  background: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-septenary:not(:disabled):not(.disabled).active, .btn-outline-septenary:not(:disabled):not(.disabled):active, .show > .btn-outline-septenary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(37.0815450644, 40.1716738197, 42.9184549356);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-septenary.disabled, .btn-outline-septenary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(37.0815450644, 40.1716738197, 42.9184549356);
}
.btn-outline-septenary.focus, .btn-outline-septenary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-octonary {
  color: #FFFFFF;
  background: #ADB5BD;
  border-color: #ADB5BD;
  transition: all 0.3s ease;
}
.btn-octonary:hover {
  color: #ADB5BD;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-octonary:active {
  background: rgb(93.2027027027, 104.5, 115.7972972973);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-octonary:not(:disabled):not(.disabled).active, .btn-octonary:not(:disabled):not(.disabled):active, .show > .btn-octonary.dropdown-toggle {
  background: rgb(93.2027027027, 104.5, 115.7972972973);
  border-color: rgb(93.2027027027, 104.5, 115.7972972973);
  box-shadow: 0 0 0 0.1rem rgb(201.2567567568, 206.5, 211.7432432432) !important;
}
.btn-octonary.disabled, .btn-octonary:disabled {
  opacity: 0.1;
  background: rgb(93.2027027027, 104.5, 115.7972972973);
  border-color: rgb(93.2027027027, 104.5, 115.7972972973);
}
.btn-octonary.focus, .btn-octonary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(201.2567567568, 206.5, 211.7432432432);
}

.btn-outline-octonary {
  color: #ADB5BD;
  background: #FFFFFF;
  border-color: #ADB5BD;
  transition: all 0.3s ease;
}
.btn-outline-octonary:hover {
  color: #ADB5BD;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-octonary:active {
  background: rgb(93.2027027027, 104.5, 115.7972972973);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-octonary:not(:disabled):not(.disabled).active, .btn-outline-octonary:not(:disabled):not(.disabled):active, .show > .btn-outline-octonary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(93.2027027027, 104.5, 115.7972972973);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-octonary.disabled, .btn-outline-octonary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(93.2027027027, 104.5, 115.7972972973);
}
.btn-outline-octonary.focus, .btn-outline-octonary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-nonary {
  color: #FFFFFF;
  background: #DEE2E6;
  border-color: #DEE2E6;
  transition: all 0.3s ease;
}
.btn-nonary:hover {
  color: #DEE2E6;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-nonary:active {
  background: rgb(134.9482758621, 149.5, 164.0517241379);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-nonary:not(:disabled):not(.disabled).active, .btn-nonary:not(:disabled):not(.disabled):active, .show > .btn-nonary.dropdown-toggle {
  background: rgb(134.9482758621, 149.5, 164.0517241379);
  border-color: rgb(134.9482758621, 149.5, 164.0517241379);
  box-shadow: 0 0 0 0.1rem rgb(251.0172413793, 251.5, 251.9827586207) !important;
}
.btn-nonary.disabled, .btn-nonary:disabled {
  opacity: 0.1;
  background: rgb(134.9482758621, 149.5, 164.0517241379);
  border-color: rgb(134.9482758621, 149.5, 164.0517241379);
}
.btn-nonary.focus, .btn-nonary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(251.0172413793, 251.5, 251.9827586207);
}

.btn-outline-nonary {
  color: #DEE2E6;
  background: #FFFFFF;
  border-color: #DEE2E6;
  transition: all 0.3s ease;
}
.btn-outline-nonary:hover {
  color: #DEE2E6;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-nonary:active {
  background: rgb(134.9482758621, 149.5, 164.0517241379);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-nonary:not(:disabled):not(.disabled).active, .btn-outline-nonary:not(:disabled):not(.disabled):active, .show > .btn-outline-nonary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(134.9482758621, 149.5, 164.0517241379);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-nonary.disabled, .btn-outline-nonary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(134.9482758621, 149.5, 164.0517241379);
}
.btn-outline-nonary.focus, .btn-outline-nonary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-denary {
  color: #FFFFFF;
  background: #E9ECEF;
  border-color: #E9ECEF;
  transition: all 0.3s ease;
}
.btn-denary:hover {
  color: #E9ECEF;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-denary:active {
  background: rgb(144.4210526316, 159.5, 174.5789473684);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-denary:not(:disabled):not(.disabled).active, .btn-denary:not(:disabled):not(.disabled):active, .show > .btn-denary.dropdown-toggle {
  background: rgb(144.4210526316, 159.5, 174.5789473684);
  border-color: rgb(144.4210526316, 159.5, 174.5789473684);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-denary.disabled, .btn-denary:disabled {
  opacity: 0.1;
  background: rgb(144.4210526316, 159.5, 174.5789473684);
  border-color: rgb(144.4210526316, 159.5, 174.5789473684);
}
.btn-denary.focus, .btn-denary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-outline-denary {
  color: #E9ECEF;
  background: #FFFFFF;
  border-color: #E9ECEF;
  transition: all 0.3s ease;
}
.btn-outline-denary:hover {
  color: #E9ECEF;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-denary:active {
  background: rgb(144.4210526316, 159.5, 174.5789473684);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-denary:not(:disabled):not(.disabled).active, .btn-outline-denary:not(:disabled):not(.disabled):active, .show > .btn-outline-denary.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(144.4210526316, 159.5, 174.5789473684);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-denary.disabled, .btn-outline-denary:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(144.4210526316, 159.5, 174.5789473684);
}
.btn-outline-denary.focus, .btn-outline-denary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-grey {
  color: #FFFFFF;
  background: #F0F4FE;
  border-color: #F0F4FE;
  transition: all 0.3s ease;
}
.btn-grey:hover {
  color: #F0F4FE;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-grey:active {
  background: rgb(96.5625, 138.8125, 244.4375);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-grey:not(:disabled):not(.disabled).active, .btn-grey:not(:disabled):not(.disabled):active, .show > .btn-grey.dropdown-toggle {
  background: rgb(96.5625, 138.8125, 244.4375);
  border-color: rgb(96.5625, 138.8125, 244.4375);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-grey.disabled, .btn-grey:disabled {
  opacity: 0.1;
  background: rgb(96.5625, 138.8125, 244.4375);
  border-color: rgb(96.5625, 138.8125, 244.4375);
}
.btn-grey.focus, .btn-grey:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-outline-grey {
  color: #F0F4FE;
  background: #FFFFFF;
  border-color: #F0F4FE;
  transition: all 0.3s ease;
}
.btn-outline-grey:hover {
  color: #F0F4FE;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-grey:active {
  background: rgb(96.5625, 138.8125, 244.4375);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-grey:not(:disabled):not(.disabled).active, .btn-outline-grey:not(:disabled):not(.disabled):active, .show > .btn-outline-grey.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(96.5625, 138.8125, 244.4375);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(96.5625, 138.8125, 244.4375);
}
.btn-outline-grey.focus, .btn-outline-grey:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-white {
  color: #082523;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease;
}
.btn-white:hover {
  color: #ffffff;
  background: #082523;
  border-color: #082523;
}
.btn-white:active {
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
}
.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(178.5, 178.5, 178.5);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-white.disabled, .btn-white:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-white.focus, .btn-white:focus {
  background: #082523;
  border-color: #082523;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-outline-white {
  color: #ffffff;
  background: #082523;
  border-color: #ffffff;
  transition: all 0.3s ease;
}
.btn-outline-white:hover {
  color: #ffffff;
  background: #082523;
  border-color: #082523;
}
.btn-outline-white:active {
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
}
.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
  box-shadow: 0 0 0 0.1rem rgb(17.0666666667, 78.9333333333, 74.6666666667) !important;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  opacity: 0.1;
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-white.focus, .btn-outline-white:focus {
  background: #082523;
  border-color: #082523;
  box-shadow: 0 0 0 0.1rem rgb(17.0666666667, 78.9333333333, 74.6666666667);
}

.btn-black {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
  transition: all 0.3s ease;
}
.btn-black:hover {
  color: #000000;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-black:active {
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active, .show > .btn-black.dropdown-toggle {
  background: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgb(25.5, 25.5, 25.5) !important;
}
.btn-black.disabled, .btn-black:disabled {
  opacity: 0.1;
  background: black;
  border-color: black;
}
.btn-black.focus, .btn-black:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgb(25.5, 25.5, 25.5);
}

.btn-outline-black {
  color: #000000;
  background: #FFFFFF;
  border-color: #000000;
  transition: all 0.3s ease;
}
.btn-outline-black:hover {
  color: #000000;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-black:active {
  background: black;
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-black:not(:disabled):not(.disabled).active, .btn-outline-black:not(:disabled):not(.disabled):active, .show > .btn-outline-black.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: black;
}
.btn-outline-black.focus, .btn-outline-black:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-light {
  color: #0836B4;
  background: #FFFFFF;
  border-color: #FFFFFF;
  transition: all 0.3s ease;
}
.btn-light:hover {
  color: #FFFFFF;
  background: #0836B4;
  border-color: #0836B4;
}
.btn-light:active {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(1.4893617021, 10.0531914894, 33.5106382979);
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(178.5, 178.5, 178.5);
  box-shadow: 0 0 0 0.1rem white !important;
}
.btn-light.disabled, .btn-light:disabled {
  opacity: 0.1;
  background: rgb(178.5, 178.5, 178.5);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-light.focus, .btn-light:focus {
  background: #0836B4;
  border-color: #0836B4;
  box-shadow: 0 0 0 0.1rem white;
}

.btn-outline-light {
  color: #FFFFFF;
  background: transparent;
  border-color: #FFFFFF;
  transition: all 0.3s ease;
}
.btn-outline-light:hover {
  color: #0836B4;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-light:active {
  background: rgb(1.4893617021, 10.0531914894, 33.5106382979);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  border-color: rgb(178.5, 178.5, 178.5);
  box-shadow: 0 0 0 0.1rem rgba(25.5, 25.5, 25.5, 0) !important;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  opacity: 0.1;
  background: rgba(0, 0, 0, 0);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-outline-light.focus, .btn-outline-light:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0.1rem rgba(25.5, 25.5, 25.5, 0);
}

/* Custom button styles */
.btn-outline-transparent {
  border-color: #FFFFFF;
  background: none;
  outline: none;
  color: #FFFFFF; /* Testo bianco di default */
  mix-blend-mode: screen;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-outline-transparent::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent; /* Sfondo trasparente di default */
  border-radius: 0;
  content: "";
  mix-blend-mode: color-burn; /* Modalità di fusione per ottenere l'effetto desiderato */
  z-index: -1; /* Posiziona lo sfondo sotto il testo */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-outline-transparent:hover {
  color: #082523; /* Cambia il colore del testo in nero in hover */
}
.btn-outline-transparent:hover::before {
  background: #FFFFFF; /* Rende lo sfondo bianco in hover */
}
.btn-outline-transparent:focus {
  outline: none; /* Rimuove il contorno predefinito */
  box-shadow: 0 0 0 0.2rem #FFFFFF; /* Ombra personalizzata per il focus */
}
.btn-outline-transparent:active {
  color: #082523; /* Mantiene il testo nero quando il pulsante è attivo */
}
.btn-outline-transparent:active::before {
  background: #FFFFFF; /* Rende lo sfondo bianco quando il pulsante è attivo */
}
.btn-outline-transparent:disabled, .btn-outline-transparent.disabled {
  opacity: 0.5; /* Opacità ridotta quando il pulsante è disabilitato */
  cursor: not-allowed; /* Cambia il cursore quando il pulsante è disabilitato */
}

/* Custom button styles */
.btn-transparent {
  border-color: #FFFFFF;
  background: none;
  outline: none;
  color: #082523;
  mix-blend-mode: screen;
  text-transform: uppercase; /* Aggiungo la trasformazione del testo in maiuscolo */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-transparent::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 0;
  content: "";
  mix-blend-mode: color-burn; /* Modalità di fusione per ottenere l'effetto desiderato */
  z-index: -1; /* Posiziona lo sfondo sotto il testo */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-transparent:hover {
  color: #FFFFFF; /* Cambia il colore del testo in bianco in hover */
}
.btn-transparent:hover::before {
  background: transparent; /* Rende lo sfondo trasparente in hover */
}
.btn-transparent:focus {
  outline: none; /* Rimuove il contorno predefinito */
  box-shadow: 0 0 0 0.2rem #FFFFFF; /* Ombra personalizzata per il focus */
}
.btn-transparent:active {
  color: #FFFFFF; /* Mantiene il testo bianco quando il pulsante è attivo */
}
.btn-transparent:active::before {
  background: transparent; /* Rende lo sfondo trasparente quando il pulsante è attivo */
}
.btn-transparent:disabled, .btn-transparent.disabled {
  opacity: 0.5; /* Opacità ridotta quando il pulsante è disabilitato */
  cursor: not-allowed; /* Cambia il cursore quando il pulsante è disabilitato */
}

.box-buttons .btn {
  margin-top: 0.5rem;
}
.box-buttons .btn:nth-of-type(1) {
  margin-right: 1rem;
}

/* :::::::::::::: 05 * GRIT_SET header */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET nav */
/* :::::::::::::: 02 * GRIT_SET nav-social */
/* :::::::::::::: 03 * GRIT_SET header_* */
/* :::::::::::::: 04 * GRIT_SET header_1 */
/* :::::::::::::: 05 * GRIT_SET header_2 */
/* :::::::::::::: 06 * GRIT_SET header_3 */
/* :::::::::::::: 07 * GRIT_SET header_4 */
/* :::::::::::::: 08 * GRIT_SET header_5 */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET nav */
.nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.nav li {
  list-style: none;
}
.nav li a {
  text-decoration: none;
  position: relative;
  color: #082523;
  font-size: 15px;
  font-weight: 600;
  font-family: "DM Sans", "Open Sans", sans-serif;
  display: block;
  overflow: hidden;
  text-transform: titlecase;
  transition: 0.7s all ease-in-out;
  padding: 12px 18px;
}
@media (min-width: 992px) {
  .nav li a {
    font-size: 18px;
  }
}
.nav li:hover a {
  color: #B3C7FC;
}
.nav li.current_page_item > a {
  font-weight: 900;
  color: #0836B4;
}
.nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin: 0;
  text-align: center;
  border: none;
  overflow: hidden;
}
.nav .dropdown:hover > .dropdown-menu a {
  font-size: 12px;
}
@media (min-width: 768px) {
  .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
.nav .dropdown-toggle:hover:after {
  display: inline-block;
}

/* :::::::::::::: 02 * GRIT_SET nav-social */
.nav-social {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}
@media (min-width: 768px) {
  .nav-social {
    border-left: #F0F4FE solid 1px;
  }
}
.nav-social li {
  color: #082523;
  font-size: 20px;
  padding: 10px 10px;
}
.nav-social li a {
  color: #082523;
}

.home #header_2 .header-menu {
  position: absolute;
  width: 100%;
}

/* :::::::::::::: 03 * GRIT_SET header_* */
#header_1 .header-menu,
#header_1 .sticky-fix,
#header_2 .header-menu,
#header_2 .sticky-fix,
#header_4 .header-menu,
#header_4 .sticky-fix,
#header_5 .header-menu,
#header_5 .sticky-fix {
  position: relative;
  background-color: #F0F4FE;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#header_1 .header-menu .navbar-toggler,
#header_1 .sticky-fix .navbar-toggler,
#header_2 .header-menu .navbar-toggler,
#header_2 .sticky-fix .navbar-toggler,
#header_4 .header-menu .navbar-toggler,
#header_4 .sticky-fix .navbar-toggler,
#header_5 .header-menu .navbar-toggler,
#header_5 .sticky-fix .navbar-toggler {
  color: #082523;
  display: block;
  margin-left: auto;
}
@media (min-width: 768px) {
  #header_1 .header-menu .navbar-toggler,
  #header_1 .sticky-fix .navbar-toggler,
  #header_2 .header-menu .navbar-toggler,
  #header_2 .sticky-fix .navbar-toggler,
  #header_4 .header-menu .navbar-toggler,
  #header_4 .sticky-fix .navbar-toggler,
  #header_5 .header-menu .navbar-toggler,
  #header_5 .sticky-fix .navbar-toggler {
    display: none;
  }
}
#header_1 .header-menu .navbar-toggler:focus, #header_1 .header-menu .navbar-toggler:focus-visible,
#header_1 .sticky-fix .navbar-toggler:focus,
#header_1 .sticky-fix .navbar-toggler:focus-visible,
#header_2 .header-menu .navbar-toggler:focus,
#header_2 .header-menu .navbar-toggler:focus-visible,
#header_2 .sticky-fix .navbar-toggler:focus,
#header_2 .sticky-fix .navbar-toggler:focus-visible,
#header_4 .header-menu .navbar-toggler:focus,
#header_4 .header-menu .navbar-toggler:focus-visible,
#header_4 .sticky-fix .navbar-toggler:focus,
#header_4 .sticky-fix .navbar-toggler:focus-visible,
#header_5 .header-menu .navbar-toggler:focus,
#header_5 .header-menu .navbar-toggler:focus-visible,
#header_5 .sticky-fix .navbar-toggler:focus,
#header_5 .sticky-fix .navbar-toggler:focus-visible {
  outline: none;
}
#header_1 .header-menu .logo,
#header_1 .sticky-fix .logo,
#header_2 .header-menu .logo,
#header_2 .sticky-fix .logo,
#header_4 .header-menu .logo,
#header_4 .sticky-fix .logo,
#header_5 .header-menu .logo,
#header_5 .sticky-fix .logo {
  height: 40px;
}
@media (min-width: 768px) {
  #header_1 .header-menu .logo,
  #header_1 .sticky-fix .logo,
  #header_2 .header-menu .logo,
  #header_2 .sticky-fix .logo,
  #header_4 .header-menu .logo,
  #header_4 .sticky-fix .logo,
  #header_5 .header-menu .logo,
  #header_5 .sticky-fix .logo {
    height: 50px;
  }
}
#header_1 .header-menu .nav,
#header_1 .sticky-fix .nav,
#header_2 .header-menu .nav,
#header_2 .sticky-fix .nav,
#header_4 .header-menu .nav,
#header_4 .sticky-fix .nav,
#header_5 .header-menu .nav,
#header_5 .sticky-fix .nav {
  padding: 1.1rem 1rem;
}
#header_1 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_1 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
#header_2 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_2 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
#header_4 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_4 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
#header_5 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_5 .sticky-fix .nav .dropdown:hover > .dropdown-menu {
  text-align: center;
}
@media (min-width: 768px) {
  #header_1 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_1 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
  #header_2 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_2 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
  #header_4 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_4 .sticky-fix .nav .dropdown:hover > .dropdown-menu,
  #header_5 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_5 .sticky-fix .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
#header_1 .header-menu,
#header_2 .header-menu,
#header_4 .header-menu,
#header_5 .header-menu {
  z-index: 3;
}
#header_1 .header-menu .sidenav,
#header_2 .header-menu .sidenav,
#header_4 .header-menu .sidenav,
#header_5 .header-menu .sidenav {
  opacity: 1;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #F0F4FE;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  text-align: center;
}
#header_1 .header-menu .sidenav .overlay-content,
#header_2 .header-menu .sidenav .overlay-content,
#header_4 .header-menu .sidenav .overlay-content,
#header_5 .header-menu .sidenav .overlay-content {
  position: relative;
  height: auto;
  text-align: center;
  margin-top: 30px;
}
#header_1 .header-menu .sidenav.sidenav-open .inner-sidenav, #header_1 .header-menu .sidenav.sidenav-open .overlay-content,
#header_2 .header-menu .sidenav.sidenav-open .inner-sidenav,
#header_2 .header-menu .sidenav.sidenav-open .overlay-content,
#header_4 .header-menu .sidenav.sidenav-open .inner-sidenav,
#header_4 .header-menu .sidenav.sidenav-open .overlay-content,
#header_5 .header-menu .sidenav.sidenav-open .inner-sidenav,
#header_5 .header-menu .sidenav.sidenav-open .overlay-content {
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#header_1 .header-menu .sidenav.sidenav-close .inner-sidenav, #header_1 .header-menu .sidenav.sidenav-close .overlay-content,
#header_2 .header-menu .sidenav.sidenav-close .inner-sidenav,
#header_2 .header-menu .sidenav.sidenav-close .overlay-content,
#header_4 .header-menu .sidenav.sidenav-close .inner-sidenav,
#header_4 .header-menu .sidenav.sidenav-close .overlay-content,
#header_5 .header-menu .sidenav.sidenav-close .inner-sidenav,
#header_5 .header-menu .sidenav.sidenav-close .overlay-content {
  opacity: 0;
  transition-delay: 0.5s;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#header_1 .sticky-fix,
#header_2 .sticky-fix,
#header_4 .sticky-fix,
#header_5 .sticky-fix {
  position: fixed;
  width: 100%;
  top: -126px;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#header_1 .sticky-fix.sticky-in,
#header_2 .sticky-fix.sticky-in,
#header_4 .sticky-fix.sticky-in,
#header_5 .sticky-fix.sticky-in {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease-in;
}
#header_1 .sticky-fix:not(.sticky-in),
#header_2 .sticky-fix:not(.sticky-in),
#header_4 .sticky-fix:not(.sticky-in),
#header_5 .sticky-fix:not(.sticky-in) {
  transition: all 0.2s ease-out;
}

/* :::::::::::::: 04 * GRIT_SET header_1 */
#header_1 .nav .dropdown:hover > .dropdown-menu {
  text-align: left;
}
@media (min-width: 768px) {
  #header_1 .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
#header_1 .sidenav {
  display: none;
}

/* :::::::::::::: 05 * GRIT_SET header_2 */
#header_2 .overlay-content li a {
  font-size: 35px !important;
}
@media (min-width: 992px) {
  #header_2 .overlay-content li a {
    font-size: 18px !important;
  }
}
#header_2 .inner-cta .btn {
  font-size: 35px !important;
  font-weight: 600;
}
@media (min-width: 768px) {
  #header_2 .inner-cta .btn {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  #header_2 .inner-cta .btn {
    font-size: 18px !important;
  }
}
#header_2 .nav .dropdown:hover > .dropdown-menu {
  text-align: center;
}
@media (min-width: 768px) {
  #header_2 .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
#header_2 .navbar-collapse {
  display: none;
}
#header_2 .sidenav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header_2 .nav-social {
  margin-left: 30px;
}
#header_2 .nav-social li a {
  color: #0836B4;
  font-size: 38px;
}

/* :::::::::::::: 06 * GRIT_SET header_3 */
#header_3 {
  display: flex;
  justify-content: center;
}
#header_3 .header-menu,
#header_3 .sticky-fix {
  background-color: #FFFFFF;
  width: 93vw;
  margin-top: 20px;
  padding: 5px 5px;
  border-radius: 40px;
}
@media (min-width: 768px) {
  #header_3 .header-menu,
  #header_3 .sticky-fix {
    width: 75vw;
  }
}
@media (min-width: 992px) {
  #header_3 .header-menu,
  #header_3 .sticky-fix {
    width: 70vw;
  }
}
#header_3 .header-menu .nav .dropdown:hover > .dropdown-menu,
#header_3 .sticky-fix .nav .dropdown:hover > .dropdown-menu {
  border-radius: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  #header_3 .header-menu .nav .dropdown:hover > .dropdown-menu,
  #header_3 .sticky-fix .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
#header_3 .header-menu .navbar-brand,
#header_3 .sticky-fix .navbar-brand {
  margin: 0rem 1.2rem 0rem 0.2rem;
}
#header_3 .header-menu .navbar-brand .logo,
#header_3 .sticky-fix .navbar-brand .logo {
  height: 40px;
}
#header_3 .header-menu .navbar-toggler,
#header_3 .sticky-fix .navbar-toggler {
  color: #082523;
  display: block;
  margin-left: auto;
}
#header_3 .header-menu .navbar-toggler:hover,
#header_3 .sticky-fix .navbar-toggler:hover {
  color: #0836B4;
}
@media (min-width: 992px) {
  #header_3 .header-menu .navbar-toggler,
  #header_3 .sticky-fix .navbar-toggler {
    display: none;
  }
}
#header_3 .header-menu .navbar-toggler:focus, #header_3 .header-menu .navbar-toggler:focus-visible,
#header_3 .sticky-fix .navbar-toggler:focus,
#header_3 .sticky-fix .navbar-toggler:focus-visible {
  outline: none;
}
#header_3 .header-menu .navbar-collapse,
#header_3 .sticky-fix .navbar-collapse {
  border-left: #F0F4FE solid 1px;
  display: none;
}
@media (min-width: 992px) {
  #header_3 .header-menu .navbar-collapse,
  #header_3 .sticky-fix .navbar-collapse {
    display: block;
  }
}
#header_3 .header-menu {
  z-index: 3;
  position: absolute;
}
#header_3 .header-menu .sidenav {
  opacity: 0.95;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header_3 .header-menu .sidenav .inner-sidenav {
  display: flex;
  justify-content: center;
}
#header_3 .header-menu .sidenav .inner-sidenav .navbar {
  position: absolute;
  width: 93vw;
  margin-top: 25px;
  padding: 8px 21px;
  border-radius: 40px;
}
#header_3 .header-menu .sidenav .overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#header_3 .header-menu .sidenav.sidenav-open .inner-sidenav, #header_3 .header-menu .sidenav.sidenav-open .overlay-content {
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#header_3 .header-menu .sidenav.sidenav-close .inner-sidenav, #header_3 .header-menu .sidenav.sidenav-close .overlay-content {
  opacity: 0;
  transition-delay: 0.5s;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#header_3 .sticky-fix {
  z-index: 2;
  position: fixed;
  top: -126px;
  transition: 0.4s all ease-out 0.5s;
}
#header_3 .sticky-fix.sticky-in {
  top: 0;
}

/* :::::::::::::: 07 * GRIT_SET header_4 */
#header_4 {
  position: absolute;
  width: 100%;
}
#header_4 .header-menu,
#header_4 .sticky-fix {
  background-color: transparent;
}
#header_4 .header-menu .navbar,
#header_4 .sticky-fix .navbar {
  padding: 0;
  width: 100%;
  background-color: transparent;
}
#header_4 .header-menu .navbar .navbar-brand,
#header_4 .sticky-fix .navbar .navbar-brand {
  padding: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#header_4 .header-menu .navbar .navbar-brand .logo,
#header_4 .sticky-fix .navbar .navbar-brand .logo {
  height: 50px;
}
#header_4 .header-menu .navbar .nav,
#header_4 .sticky-fix .navbar .nav {
  padding: 8px;
  width: auto;
  display: flex;
  justify-content: right;
  background-color: #FFFFFF;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#header_4 .header-menu .navbar .nav .dropdown:hover > .dropdown-menu,
#header_4 .sticky-fix .navbar .nav .dropdown:hover > .dropdown-menu {
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#header_4 .header-menu .navbar .nav .dropdown:hover > .dropdown-menu li,
#header_4 .sticky-fix .navbar .nav .dropdown:hover > .dropdown-menu li {
  text-align: center;
}
@media (min-width: 768px) {
  #header_4 .header-menu .navbar .nav .dropdown:hover > .dropdown-menu li,
  #header_4 .sticky-fix .navbar .nav .dropdown:hover > .dropdown-menu li {
    text-align: left;
  }
}
#header_4 .header-menu .navbar .nav li a,
#header_4 .sticky-fix .navbar .nav li a {
  padding: 20px 25px;
}
#header_4 .header-menu .navbar .nav li a:hover,
#header_4 .sticky-fix .navbar .nav li a:hover {
  background-color: #0836B4;
}
#header_4 .header-menu .navbar .navbar-toggler,
#header_4 .sticky-fix .navbar .navbar-toggler {
  padding: 1.5rem 2rem;
  background-color: #FFFFFF;
  border-radius: 0;
}
#header_4 .header-menu.sticky-in,
#header_4 .sticky-fix.sticky-in {
  background-color: hsla(0, 0%, 100%, 0.304);
}
@media (min-width: 992px) {
  #header_4 .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}
#header_4 .navbar-collapse {
  display: none;
}
#header_4 .sidenav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* :::::::::::::: 08 * GRIT_SET header_5 */
#header_5 .header-menu {
  position: absolute;
  background-color: transparent;
  width: 100%;
}
#header_5 .nav {
  justify-content: space-between;
}
#header_5 .nav .dropdown:hover > .dropdown-menu {
  text-align: center;
}
@media (min-width: 768px) {
  #header_5 .nav .dropdown:hover > .dropdown-menu {
    text-align: left;
  }
}
#header_5 .navbar-brand {
  margin: 0px !important;
}
#header_5 .navbar-collapse {
  display: none;
}
#header_5 .sidenav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* :::::::::::::: 06 * GRIT_SET footer */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET footer_1 */
/* :::::::::::::: 02 * GRIT_SET footer_2 */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET footer_1 */
.footer_1 {
  position: relative;
  width: 100%;
  background-color: #F0F4FE;
  color: #FFFFFF;
}
.footer_1 .section-footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.footer_1 .section-footer ul.footer-menu li {
  padding-bottom: 15px;
}
.footer_1 .section-footer ul.footer-menu li.link-footer a {
  color: #FFFFFF;
  opacity: 0.5;
}
.footer_1 .section-footer ul.footer-menu li.link-footer:hover a {
  opacity: 1;
  color: #0836B4;
}
.footer_1 .section-footer .menu-policy {
  list-style-type: disc;
  padding-inline-start: 30px;
}
.footer_1 .section-footer .menu-policy li {
  margin: 0 20px;
}
.footer_1 .section-footer a {
  color: #0836B4;
}
.footer_1 .section-footer a:hover {
  color: #B3C7FC;
}
.footer_1 .section-footer hr {
  border-color: #082523;
  opacity: 0.2;
}
.footer_1 .footer-bottom {
  background-color: #B3C7FC;
  color: #FFFFFF;
  font-size: 10px;
}
.footer_1 .footer-bottom a {
  color: #0836B4;
}
.footer_1 .footer-bottom a:hover {
  color: #FFFFFF;
}

/* :::::::::::::: 02 * GRIT_SET footer_2 */
.footer_2 {
  position: relative;
  width: 100%;
  background-color: #F0F4FE;
  color: #082523;
}
.footer_2 .footer-logo img {
  max-width: 150px;
}
.footer_2 .section-footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.footer_2 .section-footer ul.footer-menu li {
  padding-bottom: 15px;
}
.footer_2 .section-footer ul.footer-menu li.link-footer a {
  color: #0836B4;
}
.footer_2 .section-footer ul.footer-menu li.link-footer:hover a {
  opacity: 1;
  color: #082523;
}
@media (min-width: 992px) {
  .footer_2 .section-footer ul.footer-menu.footer_menu_2_col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    max-width: 600px;
  }
  .footer_2 .section-footer ul.footer-menu.footer_menu_2_col li {
    width: 45%;
  }
}
.footer_2 .section-footer .menu-policy {
  list-style-type: disc;
  padding-inline-start: 30px;
}
.footer_2 .section-footer .menu-policy li {
  margin: 0 20px;
}
.footer_2 .section-footer a:not(.btn) {
  color: #0836B4;
}
.footer_2 .section-footer a:not(.btn):hover {
  color: #082523;
}
.footer_2 .section-footer hr {
  border-color: #082523;
  opacity: 0.2;
}
.footer_2 .footer-bottom {
  background-color: #B3C7FC;
  color: #082523;
  font-size: 10px;
}
.footer_2 .footer-bottom a {
  color: #082523;
}
.footer_2 .footer-bottom a:hover {
  color: #0836B4;
}

/* :::::::::::::: 07 * GRIT_SET sections */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET section_page_header */
/* :::::::::::::: 02 * GRIT_SET section_carousel */
/* :::::::::::::: 03 * GRIT_SET section_video */
/* :::::::::::::: 04 * GRIT_SET section_slides */
/* :::::::::::::: 05 * GRIT_SET section_hero */
/* :::::::::::::: 06 * GRIT_SET section_cube */
/* :::::::::::::: 07 * GRIT_SET section_gallery */
/* :::::::::::::: 08 * GRIT_SET section_archive */
/* :::::::::::::: 09 * GRIT_SET section_collapse */
/* :::::::::::::: 10 * GRIT_SET section_bio */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET section_page_header */
.section_page_header {
  padding: 0px !important;
}
.section_page_header .breadcrumb {
  /*
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  */
  background: transparent;
  padding: 0.25rem 0rem;
  margin-bottom: 0rem;
  color: #FFFFFF;
}
.section_page_header .breadcrumb a {
  color: #FFFFFF;
}
.section_page_header .breadcrumb a:hover {
  color: #0836B4;
}
.section_page_header .breadcrumb .breadcrumb_last {
  color: #0836B4;
}
.section_page_header.section_page_header_1 {
  background-color: transparent !important;
  padding: 0px !important;
}
.section_page_header.section_page_header_1 .sub-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_page_header.section_page_header_1 .polygon {
  float: left;
  width: 100%;
  min-height: 30px;
  background: linear-gradient(90deg, #082523 0%, #343A40 100%);
  shape-outside: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}
.section_page_header.section_page_header_1 .polygon .breadcrumb {
  margin: 0px 30px;
  font-weight: normal;
  color: #FFFFFF;
}
.section_page_header.section_page_header_1 .polygon .breadcrumb a {
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_page_header.section_page_header_1 .polygon .breadcrumb a:hover {
  color: #0836B4;
}
.section_page_header.section_page_header_2 {
  padding: 0px !important;
}
.section_page_header.section_page_header_2 .sub-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_page_header.section_page_header_3 {
  padding: 0px !important;
}
.section_page_header.section_page_header_3 .sub-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_page_header.section_page_header_3 .sub-header .container-fluid .row {
  min-height: 300px;
}
@media (min-width: 768px) {
  .section_page_header.section_page_header_3 .sub-header .container-fluid .row {
    min-height: 500px;
  }
}
.section_page_header.section_page_header_4 {
  padding: 0px !important;
}
.section_page_header.section_page_header_4 .sub-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_page_header.section_page_header_5 {
  padding: 0px !important;
}
.section_page_header.section_page_header_5 .sub-header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.section_page_header.section_page_header_5 .sub-header .container-fluid .row {
  min-height: 500px;
}
@media (min-width: 768px) {
  .section_page_header.section_page_header_5 .sub-header .container-fluid .row {
    min-height: 700px;
  }
}
.section_page_header.section_page_header_5 .carousel-header {
  z-index: unset;
}
.section_page_header.section_page_header_5 .carousel-header .item-header {
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
}
@media (min-width: 768px) {
  .section_page_header.section_page_header_5 .carousel-header .item-header {
    min-height: 700px;
  }
}
.section_page_header.section_page_header_5 .carousel-header .owl-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 35px;
  right: 8.75vw;
  width: 150px;
}
.section_page_header.section_page_header_6 {
  padding: 0px !important;
  background-color: transparent;
  margin-bottom: 180px;
}
.section_page_header.section_page_header_6 .sub-header {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media (min-width: 768px) {
  .section_page_header.section_page_header_6 .sub-header {
    min-height: 500px;
  }
}
.section_page_header.section_page_header_6 .sub-header .inner-header {
  bottom: -150px;
  overflow: hidden;
}

/* :::::::::::::: 02 * GRIT_SET section_carousel */
/* :::::::::::::: 03 * GRIT_SET section_video */
.section_video .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.section_video .video-container .video-thumbnail,
.section_video .video-container .video-file,
.section_video .video-container .video-embed,
.section_video .video-container .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.section_video .video-container .thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section_video .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #F0F4FE;
  background: #082523;
  width: 5.5rem;
  opacity: 0.6;
  height: 5.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_video .video-container .play-button:hover {
  opacity: 0.95;
}
.section_video .video-container .video-file video,
.section_video .video-container .video-iframe iframe,
.section_video .video-container .video-embed iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* :::::::::::::: 04 * GRIT_SET section_slides */
@media (min-width: 768px) {
  .section_slides .owl-carousel .owl-item.active .item-slide {
    background-size: 103vw;
  }
}
.section_slides .owl-carousel .item-slide {
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: background-size 6s ease-in-out;
}
.section_slides .owl-carousel .item-slide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 768px) {
  .section_slides .owl-carousel .item-slide h1 {
    font-size: 2.5rem;
  }
  .section_slides .owl-carousel .item-slide h3 {
    font-size: 1.5rem;
  }
  .section_slides .owl-carousel .item-slide::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@media (min-width: 768px) {
  .section_slides .owl-carousel .item-slide {
    background-size: 100vw;
  }
  .section_slides .owl-carousel .item-slide:hover {
    background-size: 103vw !important;
  }
}
.section_slides .owl-carousel .item-slide img {
  display: initial;
  width: revert-layer;
}
@media (max-width: 768px) {
  .section_slides .owl-carousel .owl-nav {
    top: inherit;
    bottom: 0px;
  }
}
.section_slides .owl-carousel .owl-nav button.owl-prev {
  color: #FFFFFF;
}
.section_slides .owl-carousel .owl-nav button.owl-prev:hover {
  color: #0836B4;
}
.section_slides .owl-carousel .owl-nav button.owl-next {
  color: #FFFFFF;
}
.section_slides .owl-carousel .owl-nav button.owl-next:hover {
  color: #0836B4;
}
.section_slides .owl-carousel .owl-dots button.owl-dot {
  border: solid 1px #ffffff;
  background-color: #ffffff;
}
.section_slides .owl-carousel .owl-dots button.owl-dot.active {
  border: solid 1px #0836B4;
  background-color: #0836B4;
}
.section_slides .item-slide.item-slide-single {
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: background-size 6s ease-in-out;
}
@media (min-width: 768px) {
  .section_slides .item-slide.item-slide-single {
    background-size: 100vw;
  }
  .section_slides .item-slide.item-slide-single:hover {
    background-size: 103vw !important;
  }
}
.section_slides .inner-text {
  width: 100%;
  z-index: 2;
}

/* :::::::::::::: 05 * GRIT_SET section_hero */
.section_hero .inner-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section_hero .inner-hero .col {
  min-height: 500px;
  height: 70vh;
  width: 100%;
}
@media (min-width: 576px) {
  .section_hero .inner-hero .col {
    padding-right: 1rem;
    padding-top: 1rem;
  }
  .section_hero .inner-hero .inner-text {
    text-wrap: balance;
  }
}

/* :::::::::::::: 06 * GRIT_SET section_cube */
.section_cube {
  background-color: transparent !important;
}
.section_cube .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_cube .col-text .inner-text {
  padding: 8.75vw;
}
.section_cube.contained {
  padding: 0 4.375vw;
}
.section_cube .inner-item-list {
  border-bottom: 1px solid;
}
.section_cube .inner-item-list img {
  width: 40px;
}
.section_cube .inner-item-list p {
  margin: 0;
}
.section_cube .col-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_cube .col-img.carousle .section_cube .col-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.section_cube .col-img.single-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.section_cube .owl-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Assicurati che il contenitore abbia un'altezza */
}
.section_cube .owl-carousel .img-alt {
  bottom: 0;
}
@media (min-width: 576px) {
  .section_cube .owl-carousel .img-alt {
    bottom: 30px;
  }
}
.section_cube .owl-carousel .owl-dots {
  bottom: 20px;
}
@media (min-width: 576px) {
  .section_cube.contained .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .section_cube.contained .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}

.section_carousel_materiali .owl-carousel .img-alt {
  top: 0px;
}

/* :::::::::::::: 07 * GRIT_SET section_gallery */
.section_gallery .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.section_gallery .gallery-item {
  margin: 0 !important;
  padding: 0.25rem;
  float: left;
}
.section_gallery .gallery-item img {
  width: 100% !important;
  height: auto !important;
  border: none !important;
}
.section_gallery .gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}
.section_gallery .gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.section_gallery .gallery-columns-2 .gallery-item {
  width: 50% !important;
}
@media (min-width: 768px) {
  .section_gallery .gallery-columns-2 .gallery-item {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .section_gallery .gallery-columns-3 .gallery-item {
    width: 33.33% !important;
  }
  .section_gallery .gallery-columns-4 .gallery-item {
    width: 25% !important;
  }
}
@media (max-width: 576px) {
  .section_gallery .gallery-columns-2 .gallery-item,
  .section_gallery .gallery-columns-3 .gallery-item,
  .section_gallery .gallery-columns-4 .gallery-item {
    width: 100% !important;
  }
}
.section_gallery .gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: none !important;
}
.section_gallery .gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: none !important;
}

/* :::::::::::::: 08 * GRIT_SET section_archive */
/* :::::::::::::: 09 * GRIT_SET section_collapse */
.section_collapse .pagination-list-js li {
  background: #082523;
  color: #FFFFFF;
  margin-right: 5px;
  padding: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section_collapse .pagination-list-js li.active {
  background: #082523;
}
.section_collapse .pagination-list-js li:hover {
  background: #FFFFFF;
}
.section_collapse .pagination-list-js li:hover a {
  color: #0836B4;
}
.section_collapse .pagination-list-js li a {
  color: #FFFFFF;
}

/* :::::::::::::: 10 * GRIT_SET section_bio */
.section_bio .link-list-bio a svg {
  position: absolute;
  left: 10px;
}

.section_archive .card {
  border-radius: 10px;
  overflow: hidden;
}

.section-plus .box, .section-value .box, .section-count .box {
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.section-plus .border-box, .section-value .border-box, .section-count .border-box {
  border: 1px solid #DADEDE;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.rounded {
  border-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.archive_settori, .section_archive_carousel {
  padding-left: 15px;
}
.archive_settori .col, .section_archive_carousel .col {
  padding-left: 0px;
}
@media (min-width: 576px) {
  .archive_settori, .section_archive_carousel {
    padding-left: 8.75vw;
  }
  .archive_settori .col, .section_archive_carousel .col {
    padding-left: 15px;
  }
}
.archive_settori .card, .section_archive_carousel .card {
  background-size: cover;
  background-position: bottom center;
}
.archive_settori .card .card-body, .section_archive_carousel .card .card-body {
  border-radius: 10px;
  overflow: hidden;
}
.archive_settori .owl-carousel .owl-dots, .section_archive_carousel .owl-carousel .owl-dots {
  text-align: left;
  bottom: -60px;
}
.archive_settori .owl-carousel .owl-nav, .section_archive_carousel .owl-carousel .owl-nav {
  position: absolute;
  top: unset;
  bottom: -67px;
  padding-right: 8.75vw;
  width: auto;
  height: 20px;
  right: 0px;
  display: flex;
  pointer-events: none;
  z-index: 1;
  justify-content: center;
}
.archive_settori .owl-carousel .owl-nav button.owl-prev,
.archive_settori .owl-carousel .owl-nav button.owl-next, .section_archive_carousel .owl-carousel .owl-nav button.owl-prev,
.section_archive_carousel .owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: 0;
}

.section-mivi.contained .container-fluid {
  padding: 0 2rem;
}

@media (min-width: 576px) {
  .section_contact_custom {
    padding: 0 4.375vw;
  }
}
.section_contact_custom .inner-hero::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  border: 10px solid #ffffff;
  pointer-events: none;
  z-index: 0;
  inset: -9px;
}
.section_contact_custom .inner-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section_contact_custom .inner-hero .col-sx, .section_contact_custom .inner-hero .col-dx {
  min-height: 500px;
  height: 70vh;
  width: 100%;
  z-index: 1;
}
.section_contact_custom .inner-hero .inner-col-1 {
  background-color: #F0F4FE;
}
@media (min-width: 768px) {
  .section_contact_custom .inner-hero .inner-col-1 {
    margin-bottom: -150px;
  }
}
.section_contact_custom .inner-hero .inner-col-2 {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .section_contact_custom .inner-hero .inner-col-2 {
    margin-top: -170px;
  }
}
.section_cube_header .breadcrumb, .section_cube_contact .breadcrumb {
  /*
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  */
  background: transparent;
  padding: 0.5rem 0rem;
  margin-bottom: 0rem;
  color: #082523;
  font-weight: 500;
  text-transform: uppercase;
}
.section_cube_header .breadcrumb a, .section_cube_contact .breadcrumb a {
  color: #0836B4;
}
.section_cube_header .breadcrumb a:hover, .section_cube_contact .breadcrumb a:hover {
  color: #082523;
}
.section_cube_header .breadcrumb .breadcrumb_last, .section_cube_contact .breadcrumb .breadcrumb_last {
  color: #082523;
}

.section-team .card {
  overflow: hidden;
}

.bg-grey .badge.bg-grey {
  background-color: #ffffff !important;
}

.section-mini-service .card-body .img-fluid {
  max-width: 75px !important;
}

.tease-servizi .card-img img {
  width: 30%;
  height: auto;
}

.tease-settori .card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* :::::::::::::: 08 * GRIT_SET forms */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET form */
/* :::::::::::::: 02 * GRIT_SET form-style-2 */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET form */
form label {
  display: block;
  font-weight: normal;
  width: 100%;
}
form .wpcf7-form-control-wrap {
  display: block;
  padding: 0px 0px 10px;
}
form input:not(.wpcf7-submit):not([type=submit]),
form button,
form textarea,
form .wpcf7-form-control:not(.wpcf7-submit),
form .form-control {
  border-radius: 10px;
  padding: 10px 20px;
  color: #082523;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
form .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.1rem;
}
form .wpcf7-text,
form input[type=text],
form textarea,
form .wpcf7-textarea,
form input[type=email],
form .wpcf7-email,
form input[type=tel],
form .wpcf7-date,
form input[type=date],
form .wpcf7-tel,
form .wpcf7-select,
form input[type=select],
form input[type=password],
form input[type=url],
form input[type=search] {
  border: solid 1px #F0F4FE;
  background: #F0F4FE;
}
form .wpcf7-submit,
form button,
form input[type=submit] {
  width: auto;
  line-height: 1.5;
}
form select,
form .wpcf7-select,
form input[type=select],
form .wpcf7-date,
form input[type=date],
form .wpcf7-checkbox,
form input[type=checkbox],
form .wpcf7-radio,
form input[type=radio],
form .wpcf7-file,
form input[type=file] {
  width: auto;
  padding: 10px 20px;
}
form .wpcf7-form-control:not(.wpcf7-submit):focus,
form input:not(.wpcf7-submit):focus,
form .form-control:focus,
form textarea:focus {
  background-color: #FFFFFF;
  color: #082523;
  border: solid 1px #082523;
  outline: 0;
  box-shadow: none;
}
form .wpcf7-acceptance {
  margin: 0;
  padding: 0 !important;
  font-size: 12px;
  line-height: 14px;
}
form .wpcf7-acceptance input, form .wpcf7-acceptance label {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  width: auto !important;
}
form ::placeholder,
form :-ms-input-placeholder,
form ::-ms-input-placeholder {
  opacity: 0.8;
}

/* :::::::::::::: 01 * GRIT_SET form-style-2 */
.form-style-2 form input:not(.wpcf7-submit),
.form-style-2 form button,
.form-style-2 form textarea,
.form-style-2 form .wpcf7-form-control:not(.wpcf7-submit),
.form-style-2 form .form-control {
  border-radius: 0px;
}
.form-style-2 form .wpcf7-text,
.form-style-2 form input[type=text],
.form-style-2 form textarea,
.form-style-2 form .wpcf7-textarea,
.form-style-2 form input[type=email],
.form-style-2 form .wpcf7-email,
.form-style-2 form input[type=tel],
.form-style-2 form .wpcf7-date,
.form-style-2 form input[type=date],
.form-style-2 form .wpcf7-tel,
.form-style-2 form .wpcf7-select,
.form-style-2 form input[type=select],
.form-style-2 form input[type=password],
.form-style-2 form input[type=url],
.form-style-2 form input[type=search] {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #082523;
}
.form-style-2 form .wpcf7-form-control:not(.wpcf7-submit):focus,
.form-style-2 form input:not(.wpcf7-submit):not([type=submit]):focus,
.form-style-2 form .form-control:focus,
.form-style-2 form textarea:focus {
  background-color: #FFFFFF;
  color: #082523;
  border: none;
  border-bottom: solid 1px #082523;
  outline: 0;
  box-shadow: none;
}

/* :::::::::::::: 09 * GRIT_SET plugins */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET owl-carousel */
/* :::::::::::::: 02 * GRIT_SET animate */
/* :::::::::::::: 03 * GRIT_SET jarallax */
/* :::::::::::::: 04 * GRIT_SET lenis.js */
/* :::::::::::::: 05 * GRIT_SET loader */
/* :::::::::::::: 06 * GRIT_SET gototop */
/* :::::::::::::: 07 * GRIT_SET magic-mouse-js */
/* :::::::::::::: 08 * GRIT_SET progress-js */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* :::::::::::::: 01 * GRIT_SET owl-carousel */
@media (min-width: 576px) {
  section.contained .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
  }
  section.contained .owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }
}
@media (min-width: 576px) {
  section.carousel-left {
    padding-left: 8.75vw;
  }
}
section.owl-dots-inner .owl-carousel .owl-dots {
  bottom: 20px;
}
section.owl-nav-top-left .owl-carousel .owl-nav {
  position: absolute;
  top: -50px;
  left: 0;
  margin-left: 0px;
  padding-left: 8.75vw;
  width: auto;
  transform: translateY(-50%);
  display: flex;
  pointer-events: none;
  z-index: 1;
  justify-content: center;
}
section.owl-nav-top-left .owl-carousel .owl-nav button.owl-prev,
section.owl-nav-top-left .owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: 0;
}
section.owl-nav-top-left.carousel-left .owl-carousel .owl-nav {
  padding-left: 0px;
}
section.contained.gallery_carousel.owl-nav-top-left .owl-nav {
  padding-left: 0px;
}
section.owl-nav-bottom-left .owl-carousel .owl-nav {
  position: absolute;
  bottom: -50px;
  left: 0;
  margin-left: 0px;
  padding-left: 8.75vw;
  width: auto;
  transform: translateY(50%);
  display: flex;
  pointer-events: none;
  z-index: 1;
  justify-content: center;
}
section.owl-nav-bottom-left .owl-carousel .owl-nav button.owl-prev,
section.owl-nav-bottom-left .owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: 0;
}
section.owl-nav-bottom-left.carousel-left .owl-carousel .owl-nav {
  padding-left: 0px;
}
section.contained.gallery_carousel.owl-nav-bottom-left .owl-nav {
  padding-left: 0px;
}
section.owl-nav-top-right .owl-carousel .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  margin-right: 0px;
  padding-right: 8.75vw;
  width: auto;
  transform: translateY(-50%);
  display: flex;
  pointer-events: none;
  z-index: 1;
  justify-content: center;
}
section.owl-nav-top-right .owl-carousel .owl-nav button.owl-prev,
section.owl-nav-top-right .owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: 0;
}
section.contained.gallery_carousel.owl-nav-top-right .owl-nav {
  padding-right: 0px;
}
section.owl-nav-bottom-right .owl-carousel .owl-nav {
  position: absolute;
  bottom: -50px;
  right: 0;
  margin-right: 0px;
  padding-right: 8.75vw;
  width: auto;
  transform: translateY(50%);
  display: flex;
  pointer-events: none;
  z-index: 1;
  justify-content: center;
}
section.owl-nav-bottom-right .owl-carousel .owl-nav button.owl-prev,
section.owl-nav-bottom-right .owl-carousel .owl-nav button.owl-next {
  left: 0;
  right: 0;
}
section.contained.gallery_carousel.owl-nav-bottom-right .owl-nav {
  padding-right: 0px;
}
section .owl-carousel .owl-dots {
  width: auto;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  bottom: -30px;
  left: 0;
  right: 0;
}
section .owl-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  margin: 0.3rem;
  border-radius: 10px;
  border: solid 1px #0836B4;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section .owl-carousel .owl-dots button.owl-dot.active {
  border: solid 1px #FFFFFF;
  background-color: #0836B4;
  width: 35px;
}
section .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}
section .owl-carousel .owl-nav button.owl-prev,
section .owl-carousel .owl-nav button.owl-next {
  color: #0836B4;
  text-align: center;
  z-index: 3;
  pointer-events: all;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 3px;
  margin: 0px 10px;
  border-radius: 25px;
  font-size: 35px;
}
section .owl-carousel .owl-nav button.owl-prev .btn svg path,
section .owl-carousel .owl-nav button.owl-next .btn svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  stroke: #FFFFFF;
}
section .owl-carousel .owl-nav button.owl-prev:hover .btn svg path, section .owl-carousel .owl-nav button.owl-prev:active .btn svg path,
section .owl-carousel .owl-nav button.owl-next:hover .btn svg path,
section .owl-carousel .owl-nav button.owl-next:active .btn svg path {
  stroke: #0836B4;
}
section .owl-carousel .owl-nav button.owl-prev .btn {
  rotate: 180deg;
}
section .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
section .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
@media (max-width: 768px) {
  section .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  section .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}
section .owl-carousel .owl-nav button.owl-prev:hover {
  color: #B3C7FC;
}
section .owl-carousel .owl-nav button.owl-next:hover {
  color: #B3C7FC;
}

/* :::::::::::::: 02 * GRIT_SET animate */
/* Note: This only changes this particular animation duration 
*/
.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/* This changes all the animations global */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
  scroll-behavior: smooth;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.visible {
  opacity: 1;
  visibility: visible;
}

/* :::::::::::::: 03 * GRIT_SET jarallax */
.jarallax-keep-img {
  position: relative;
  z-index: 0;
}
.jarallax-keep-img > .jarallax-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -100;
}

.jarallax-overlay div[id*=jarallax-container] div {
  background-blend-mode: overlay;
}

.loaded .jarallax-keep-img.overlay-in:before {
  content: "";
  opacity: 0;
  left: 0;
  transition: 1s all ease-in-out;
  transition-delay: 0.9s;
  z-index: 10;
}

.jarallax-keep-img.overlay-in:before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #082523;
  opacity: 1;
}

/* :::::::::::::: 04 * GRIT_SET lenis.js */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* :::::::::::::: 05 * GRIT_SET loader */
/* GRIT_SET loader
Note: impostazioni per modificare il loader Note: effetto al caricamento della pagina composto da logo sezioni e loader
Note: L'evento che fa avviare è la classe 'loaded' posizionato nel body
*/
.preload {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}

/* loader mediu*/
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFFFFF;
  z-index: 83;
  animation: spin 2s linear infinite;
}

/* loader smal*/
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFFFFF;
  animation: spin 3s linear infinite;
}

/* loader bi*/
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFFFFF;
  animation: spin 1.5s linear infinite;
}

/* loader log*/
.logo-loader {
  transition: all 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 82;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  width: 100px;
  height: 100px;
}

/* loader section*/
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
  z-index: 80;
  transform: translateX(0);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* loader sections direction*/
#loader-wrapper .loader-section.section-left {
  left: 0;
  opacity: 1;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
/* loader loaded effect exit */
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-in-out;
}

.loaded .logo-loader {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.loaded .loader-background {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 0px;
}

.loader-background {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 1140px;
  height: 100vh;
  background: #082523;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 82;
}

.loaded .section-header {
  opacity: 1;
  transition: all 0.7s 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-header {
  opacity: 0;
  margin-top: unset;
}

.img-hover-inner .inner-img {
  position: relative;
  overflow: hidden;
}
.img-hover-inner .inner-img img {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  transform: scale(1);
}
.img-hover-inner .inner-img:hover img {
  transform: scale(1.03);
}
.img-hover-inner .inner-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F0F4FE;
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.loaded .img-hover-inner .inner-img:before {
  opacity: 0;
  transition-delay: 1s;
}

/* :::::::::::::: 06 * GRIT_SET gototop */
#gototop-btn {
  display: none;
  position: fixed;
  width: 60px;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #082523;
  color: #FFFFFF;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
}

/* :::::::::::::: 07 * GRIT_SET magic-mouse-js */
body #magicMouseCursor {
  position: fixed;
  width: 35px;
  height: 35px;
  border: 1px solid #082523;
  border-radius: 50%;
  z-index: 9999;
  left: 0;
  top: 0;
  transition: transform 0.07s, width 0.3s, height 0.3s ease-in-out;
  pointer-events: none;
}

body #magicMouseCursor.cursor-square {
  border-radius: 0;
}

body #magicPointer {
  height: 8px;
  width: 8px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  background: #082523;
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s ease-in-out;
}

body #magicPointer.is-hover {
  height: 5px;
  width: 5px;
  top: 0;
  left: 0;
  position: fixed;
  background: #0836B4;
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s ease-in-out;
}

body #magicPointer.pointer-blur {
  height: 50px;
  width: 50px;
  background: none;
  border: 1px solid #0836B4;
  box-shadow: 0px 0px 15px -5px #0836B4;
}

body #magicPointer.pointer-overlay {
  height: 50px;
  width: 50px;
  mix-blend-mode: difference;
  background: #0836B4;
  box-shadow: 0px 0px 0px 0px #0836B4;
}

body .magic-hover:hover {
  cursor: auto;
}

/* :::::::::::::: 08 * GRIT_SET progress-js */
#nprogress .bar {
  background: #0836B4;
}

#nprogress .peg {
  box-shadow: 0 0 10px #0836B4, 0 0 5px #0836B4;
}

#nprogress .spinner-icon {
  border-top-color: #0836B4;
  border-left-color: #0836B4;
}

/* TODO readme paletta colori dedicata alle note todo */
/*
f94144,f3722c,f8961e,f9844a,f9c74f,90be6d,43aa8b,4d908e,577590,277da1
https://coolors.co/f94144-f3722c-f8961e-f9844a-f9c74f-90be6d-43aa8b-4d908e-577590-277da1
*//*# sourceMappingURL=main.css.map */