@charset "UTF-8";
/** Core **/ /* -------------------------------------------------------------------------------- */
/* ! VARIABILI DEL SITO */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------- */
/* ! COLORI */
/* -------------------------------------- */
/* -------------------------------------- */
/* ! FONTS */
/* -------------------------------------- */
/** Stile per tutte le animazioni del sito **/
/*-------------------------------------


/* -------------------------------------- */
/* ! OBSERVER */
/* -------------------------------------- */
.fade-in {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-in.in-page {
  transform: translateY(0);
  opacity: 1;
}

.fixed-header .fade-out {
  opacity: 0;
  visibility: hidden;
}

.header-hidden {
top:-20%!important;
 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)!important;
}

.fade-left {
  opacity: 0;
  transform: translateX(-140px);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-left.in-page {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(140px);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-right.in-page {
  opacity: 1;
  transform: translateX(0);
}

.footer-animation {
  transform: translateY(-80px);
  opacity: 0;
  transition: 1.3s all ease-out;
}

.footer-animation.in-page {
  transform: translateY(0);
  opacity: 1;
}

/* ---------------------------------- */
/* ! SETUP DEL SITO  */
/* ---------------------------------- */
html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
}

*:focus {
  outline: none;
}

body {
  background-color: #ffffff;
  width: 100%;
}

a {
  text-decoration: none;
  color: #24272C;
}

figure {
  margin: 0;
}

input:-webkit-autofill {
  box-shadow: inset 0 0 0 9999px #ffffff;
  -webkit-box-shadow: inset 0 0 0 9999px #ffffff;
}

input:-webkit-autofill:focus {
  box-shadow: 0 0 0 50px #ffffff inset;
  -webkit-box-shadow: 0 0 0 50px #ffffff inset;
}

/** Form contatto **/
.ar-form {
  display: flex;
  flex-direction: column;
}
.ar-form .flex-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 25px;
}
.ar-form .flex-form p {
  flex-grow: 1;
  flex-basis: 200;
}
.ar-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.ar-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.ar-form input[type=email],
.ar-form input[type=text],
.ar-form input[type=tel],
.ar-form textarea,
.ar-form .wpcf7-select,
.ar-form .wpcf7-file {
  background-color: transparent;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid #707070;
  width: 100%;
  font-family: "nunito";
  text-transform: uppercase;
}
.ar-form input[type=email]::placeholder,
.ar-form input[type=text]::placeholder,
.ar-form input[type=tel]::placeholder,
.ar-form textarea::placeholder,
.ar-form .wpcf7-select::placeholder,
.ar-form .wpcf7-file::placeholder {
  color: #ACACAC !important;
  font-size: var(--wp--preset--font-size--12);
  font-family: "nunito";
  text-transform: uppercase;
}
.ar-form .wpcf7-select {
  color: #ACACAC !important;
}
.ar-form textarea {
  width: 100%;
  resize: none;
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--dark);
  margin-bottom: 20px;
}

.wpcf7-list-item-label {
  color: var(--wp--preset--color--dark);
  font-family: "kanit";
  font-size: var(--wp--preset--font-size--12);
}

.wpcf7-acceptance {
  margin-bottom: 26px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance label {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.wpcf7-acceptance input {
  width: 30px;
  height: 30px;
  border-radius: 0;
}

.ar-container-dark a {
  color: var(--wp--preset--color--light);
}

.border-cat {
  border: 1px solid var(--wp--preset--color--dark);
  width: fit-content;
}
.border-cat a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  font-family: "DM sans";
  letter-spacing: 2px;
}

/** single article **/
.icon-social {
  opacity: 0;
  visibility: hidden;
}

.icona-social-trigger {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.icona-social-trigger:hover .icon-social {
  opacity: 1;
  visibility: visible;
}

.ar-single {
  /** cit articolo **/
}
.ar-single .wp-block-quote {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: start;
  gap: 30px;
}
.ar-single .wp-block-quote p {
  font-size: 20px;
  font-weight: 500;
}
.ar-single .wp-block-quote::before {
  content: '"';
  font-size: 80px;
  font-weight: 500;
}
.ar-single img {
  width: 100%;
}

/** Archivio progetto **/
.ar-portfolio {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.ar-portfolio ::-webkit-scrollbar {
  width: 0px;
}
.ar-portfolio ::-webkit-scrollbar-track {
  background: #ffffff;
}
.ar-portfolio ::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 5px;
}
.ar-portfolio ::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

/** Progetto **/
.wp-block-post-navigation-link {
  position: relative;
  top: 0;
  left: 0;
}
.wp-block-post-navigation-link .is-arrow-arrow {
  transform: scaleX(1.7) scaleY(1.1) !important;
}
.wp-block-post-navigation-link a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  color: var(--wp--preset--color--dark);
}
.wp-block-post-navigation-link a:hover {
  color: var(--wp--preset--color--principale);
}

.gspb_social_share_value .gs-share-link {
  padding: 5px !important;
}

/** Blog **/
.ar-list-category {
  list-style: none;
}
.ar-list-category li a {
  color: var(--wp--preset--color--dark);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
  font-weight: 300;
}
.ar-list-category li a:hover {
  color: var(--wp--preset--color--principale);
}

.ar-search-sidebar .wp-block-search__inside-wrapper {
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--secondario);
}
.ar-search-sidebar .wp-block-search__inside-wrapper .wp-block-search__input,
.ar-search-sidebar .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  font-weight: 500;
  font-size: 21px;
  color: var(--wp--preset--color--dark);
}
.ar-search-sidebar .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
}
.ar-search-sidebar .wp-block-search__inside-wrapper .wp-block-search__button .search-icon {
  stroke: var(--wp--preset--color--dark);
  fill: var(--wp--preset--color--dark);
}

.ar-article {
  width: 100%;
  margin-bottom: 120px;
}
.ar-article .wp-block-post {
  width: 100%;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--wp--preset--color--dark);
}
.ar-article .wp-block-post .wp-block-post-featured-image,
.ar-article .wp-block-post img {
  max-height: 480px;
  max-width: 930px;
}
.ar-article .wp-block-post .wp-block-post-featured-image {
  margin-bottom: 50px;
}
.ar-article .wp-block-post h2 {
  width: 80%;
}
.ar-article .wp-block-post h2 a {
  text-decoration: none;
  color: var(--wp--preset--color--dark);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 300;
  font-size: var(--wp--preset--font-size--54);
  margin-bottom: 30px;
}
.ar-article .wp-block-post h2 a:hover {
  color: var(--wp--preset--color--principale);
}
.ar-article .wp-block-post .taxonomy-category a {
  letter-spacing: 2px;
  font-size: 12px;
  text-decoration: none;
  font-family: "DM Sans", "Sanserif";
}
.ar-article .wp-block-post time {
  font-family: "DM Sans", "Sanserif";
  letter-spacing: 2px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.ar-single a {
    color:#000000;
    text-decoration:underline;
}

.wp-block-query-pagination-numbers {
  display: flex;
}
.wp-block-query-pagination-numbers .page-numbers {
  padding: 12px;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
}
.wp-block-query-pagination-numbers .page-numbers::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B5B5B5;
}
.wp-block-query-pagination-numbers .current::before {
  background-color: var(--wp--preset--color--dark);
}

.wp-block-query-pagination-next-arrow,
.wp-block-query-pagination-previous-arrow {
  display: none !important;
}

.wp-block-query-pagination-next {
  position: relative;
  top: 0;
  left: 0;
}
.wp-block-query-pagination-next::before {
  content: "⭢";
  display: inline-block;
  transform: scale(2);
}

.wp-block-query-pagination-previous {
  position: relative;
  top: 0;
  left: 0;
}
.wp-block-query-pagination-previous::before {
  content: "⭠";
  display: inline-block;
  transform: scale(2);
}

/** Page Service **/
.col-center,
.col-left,
.col-right {
  flex: 1;
}

/** article **/
.ar-single li {
  line-height: 29px;
  margin-bottom: 10px;
}

/** Utility class site **/
.no-scroll {
  overflow-y: hidden !important;
}

.no-link > a {
  cursor: default;
}

.center {
  text-align: center;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: none !important;
}

.bold {
  font-weight: 700 !important;
}

.img-center {
  margin: 0 auto;
}

.responsive,
.responsive img {
  width: 100%;
  height: auto;
}

.light {
  color: #ffffff;
}

.dark {
  color: #24272C;
}

.bg-light {
  background-color: #ffffff;
}

.open-menu .header__menu a {
  pointer-events: visible !important;
}

.wp-element-button {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gutter {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.gutter-r {
  padding-left: 3vw;
  padding-right: 3vw;
}

.opacity-hidden {
  opacity: 0;
}

.op4 {
  opacity: 0.4 !important;
}

.zi5 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
}

iframe {
  width: 100%;
  max-height: 800px;
  height: 80vh;
}

/** Text selection **/
::-moz-selection {
  /* Code for Firefox */
  color: var(--wp--preset--color--secondario);
  background: var(--wp--preset--color--principale);
}

::selection {
  color: var(--wp--preset--color--secondario);
  background: var(--wp--preset--color--principale);
}

/** Slider **/
.slider-transform .swiper-slide-active {
  max-width: 50%;
}

.ar-banner-parallax {
  position: relative;
  top: 0;
  left: 0;
}

/* -------------------------------------- */
/* ! CLASSI DI WORDPRESS */
/* -------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #ffffff;
  border: 1px solid var(--grey);
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ---------------------------------------- */
/* ! TIPOGRAFIA DEL SITO */
/* ---------------------------------------- */
/* -------------------------------------- */
/* ! TIPOGRAFIA DI BASE */
/* -------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  word-wrap: break-word;
}

a {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* --------------------------------------- */
/* ! GUTENBERG BLOCKS */
/* --------------------------------------- */
/** Stile per tutti i blocchi standard di Gutenberg **/
/* -------------------------------------- */
/* ! LAYOUT */
/* -------------------------------------- */
.alignfull {
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.alignwide {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}

/** Layout **/
/* -------------------------------------- */
/* Header del sito */
/* -------------------------------------- */
.admin-bar .header {
  margin-top: 32px;
}

.box-container:hover .underline::after {
  width: 0;
}

.header .ar-menu {
  gap: 25px;
}
.header .ar-menu a {
  font-size: 18px;
  text-transform: lowercase;
  position: relative;
  top: 0;
  left: 0;
  padding: 7.5px;
  white-space: nowrap;
}
.header .ar-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--wp--preset--color--dark);
  width: 1px;
  height: 6%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .ar-menu a:hover::after {
  height: 90%;
}
.header .ar-menu .wp-block-navigation__submenu-icon {
  display: none;
}
.header .ar-menu .wp-block-navigation__submenu-container {
  padding: 30px;
  border: 0.5px solid var(--wp--preset--color--dark);
}
.header .ar-menu .wp-block-navigation__submenu-container a {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 10px 0;
}
.header .ar-menu .wp-block-navigation__submenu-container a::after {
  position: static;
}
.header .ar-menu .wp-block-navigation__submenu-container a:hover {
  transform: translateX(5px);
}
.header .ar-menu-dark .wp-block-navigation-item a::after {
  background-color: var(--wp--preset--color--light);
}
.header .ar-menu-dark .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--dark);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  width: auto !important;
  height: auto !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header .ar-menu-dark .has-child:hover .wp-block-navigation__submenu-container {
  pointer-events: all;
}

.ar-menu-video {
  gap: 25px;
}
.ar-menu-video ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.ar-menu-video ul li {
  font-size: 18px;
  text-transform: lowercase;
  position: relative;
  top: 0;
  left: 0;
  padding: 7.5px;
  white-space: nowrap;
}

.barretta-verticle{
position: relative;
  top: 0;
  left: 0;
}
.barretta-verticle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 0 ;
  background-color: var(--wp--preset--color--light) !important;
}
.ar-menu-video ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 0 !important;
  background-color: var(--wp--preset--color--light) !important;
}

.ar-menu-video ul li:hover::after,
.barretta-verticle:hover::after {
  height: 100% !important;
}

.logo-dark-header {
  display: none;
}

.header-fixed {
  position: fixed !important;
  width: 0%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-fixed .wp-block-navigation-item__content {
  color: #24272C !important;
}
.header-fixed .wp-block-navigation-item__content::after {
  background-color: #24272C !important;
}
.header-fixed .wp-block-greenshift-blocks-iconbox svg g {
  stroke: #24272C !important;
}
#gspb_button-id-gsbp-2f98f85 >.gspb-buttonbox .gspb-buttonbox-icon svg path{
    fill: #fff !important;
    transition: all 0.1s cubic-bezier(0.42,0,0.58,1)!important;
}
.header-fixed #gspb_button-id-gsbp-2f98f85 >.gspb-buttonbox .gspb-buttonbox-icon svg path{
    fill:#24272C !important;
}

.header-fixed .wp-block-navigation__submenu-container {
  background-color: #fff !important;
  border: 1px solid #24272C !important;
}
.header-fixed .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  color: #24272C !important;
}
.header-fixed .logo-dark-header {
  display: block;
}

.header-fixed .logo-light-hidden {
  display: none;
}

/** open menu **/
.open-menu .wp-block-navigation__container {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: visible !important;
  overflow-y: hidden;
}

.open-menu .wp-block-navigation__container a {
  pointer-events: visible !important;
}

.open-menu .header-menu__container {
  background-color: #707070;
}

.fixed-header .header-black {
  background-color: var(--wp--preset--color--dark) !important;
}

/* ----------------------------------------------------------------------- */
/* VARIABILI */
/* ----------------------------------------------------------------------- */
/** Utility **/
.ar-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto !important;
}

.mba {
  margin-bottom: auto;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.vh100 {
  height: 100vh;
}

.vh50 {
  height: 50vh;
}

.vh60 {
  height: 60vh;
}

.vh70 {
  height: 70vh;
}

.vh80 {
  height: 80vh;
}

.h100 {
  height: 100%;
}

.h50 {
  height: 50%;
}

.spacer-10 {
  padding: 10px 0;
}

.spacer-15 {
  padding: 15px 0;
}

.spacer-20 {
  padding: 20px 0;
}

.spacer-40 {
  padding: 40px 0;
}

.spacer-60 {
  padding: 60px 0;
}

.spacer-120 {
  padding: 120px 0;
}

.responsive,
.responsive img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------- */
/* GRID SYSTEM */
/* ----------------------------------------------------------------------- */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

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

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

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.flex {
  display: flex;
}

.flexcenter {
  align-items: center;
  justify-content: center;
}

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

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

.f-wrap {
  flex-wrap: wrap !important;
}

.f-nowrap {
  flex-wrap: nowrap !important;
}

.f-fill {
  flex: 1 1 auto !important;
}

.f-row-reverse {
  flex-direction: row-reverse !important;
}

.f-column-reverse {
  flex-direction: column-reverse !important;
}

.f-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .f-sm-fill {
    flex: 1 1 auto !important;
  }
  .f-sm-row {
    flex-direction: row !important;
  }
  .f-sm-column {
    flex-direction: column !important;
  }
  .f-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .f-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .f-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-sm-wrap {
    flex-wrap: wrap !important;
  }
  .f-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .f-md-fill {
    flex: 1 1 auto !important;
  }
  .f-md-row {
    flex-direction: row !important;
  }
  .f-md-column {
    flex-direction: column !important;
  }
  .f-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-md-grow-0 {
    flex-grow: 0 !important;
  }
  .f-md-grow-1 {
    flex-grow: 1 !important;
  }
  .f-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-md-wrap {
    flex-wrap: wrap !important;
  }
  .f-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .f-lg-fill {
    flex: 1 1 auto !important;
  }
  .f-lg-row {
    flex-direction: row !important;
  }
  .f-lg-column {
    flex-direction: column !important;
  }
  .f-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .f-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .f-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-lg-wrap {
    flex-wrap: wrap !important;
  }
  .f-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .f-xl-fill {
    flex: 1 1 auto !important;
  }
  .f-xl-row {
    flex-direction: row !important;
  }
  .f-xl-column {
    flex-direction: column !important;
  }
  .f-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .f-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .f-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-xl-wrap {
    flex-wrap: wrap !important;
  }
  .f-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .f-xxl-fill {
    flex: 1 1 auto !important;
  }
  .f-xxl-row {
    flex-direction: row !important;
  }
  .f-xxl-column {
    flex-direction: column !important;
  }
  .f-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .f-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .f-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .f-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/** Elementi del sito **/
/* -------------------------------------- */
/* ! PULSANTI DEL SITO */
/* -------------------------------------- */


/** Pulsante principale **/
.button,
.button-alternative,
.wp-block-button__link,
input[type=submit] {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--dark);
  text-transform: lowercase;
  font-family: "nunito";
  font-weight: 500;
  font-size: var(--wp--preset--font-size--16);
  color: var(--wp--preset--color--dark);
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  border-radius: 0;
  z-index: 2;
}
input[type=submit]{
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
input[type=submit]:hover {
    background-color:var(--wp--preset--color--dark);;
}

.button::before,
.button-alternative::before,
.wp-block-button__link::before,
input[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0 !important;
  background-color: var(--wp--preset--color--dark) !important;
  transform-origin: left;
  transition: width 0.3s ease;
  z-index: -1;
}
.button:hover::before,
.button-alternative:hover::before,
.wp-block-button__link:hover::before,
input[type=submit]:hover::before {
  width: 100% !important;
}
.button:hover,
.button-alternative:hover,
.wp-block-button__link:hover,
input[type=submit]:hover {
  color: var(--wp--preset--color--light);
}

.wp-block-button__link-light a {
  border: 1px solid var(--wp--preset--color--background);
  color: var(--wp--preset--color--background);
}
.wp-block-button__link-light a::before {
  background-color: var(--wp--preset--color--background) !important;
}
.wp-block-button__link-light a:hover::before {
  width: 100% !important;
}
.wp-block-button__link-light a:hover {
  color: var(--wp--preset--color--dark);
}

/** Burger button **/
.burgermenu {
  border: none;
  background: none;
  width: 32px;
  height: 18px;
  position: relative;
  padding: 0;
  opacity: 1;
  outline: none;
  cursor: pointer;
}

.burgermenu span {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.burgermenu span:before,
.burgermenu span:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.burgermenu span:before {
  top: 8px;
}

.burgermenu span:before {
  animation: topLineBurger 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.burgermenu span:after {
  animation: bottomLineBurger 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.burgermenu.opened span {
  background-color: transparent !important;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.burgermenu.opened span:before {
  top: 0;
  animation: topLineCross 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  background-color: #ffffff !important;
}

.burgermenu.opened span:after {
  animation: bottomLineCross 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  top: 0;
  background-color: #ffffff !important;
}

@keyframes topLineCross {
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes bottomLineCross {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes topLineBurger {
  0% {
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes bottomLineBurger {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
/* -------------------------------------- */
/* !BREADCRUMBS */
/* -------------------------------------- */
/** Formattazione delle breadcrumbs del sito **/
.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
}
.breadcrumbs span {
  display: flex;
  color: #ffffff;
  font-size: 14px;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
.breadcrumbs p,
.breadcrumbs a {
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none !important;
}
.breadcrumbs a {
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs a:hover {
  color: #CAC6B6;
}

/* -------------------------------------- */
/* ! Blocks style */
/* -------------------------------------- */
/* ---------------------------------- */
/* ! CONTACT FORM 7 SETUP  */
/* ---------------------------------- */
.wpcf7-list-item input[type=checkbox] {
  cursor: pointer;
}

/* ---------------------------------------- */
/* ! BARRE DI SCORRIMENTO DEL SITO */
/* ---------------------------------------- */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #CAC6B6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #24272C;
}

/** Mobile **/
/* -------------------------------------- */
/* ! Medium devices (tablets, less than 1024px) */
/* -------------------------------------- */
@media (max-width: 1024px) {
  .p-col {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
  .ar-video-carousel .swiper-pagination {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
  .swiper-pagination-bullet {
    margin: 0 !important;
  }
  .header .gspb_slidingPanel {
    overflow-y: auto !important;
  }
  .ar-menu-mobile {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    padding: 120px 0;
  }
  .ar-menu-mobile .wp-block-navigation-item__content {
    font-size: var(--wp--preset--font-size--36) !important;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 7.5px 0;
  }
  .ar-menu-mobile .current-menu-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--wp--preset--color--dark);
    width: 1px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .ar-menu-mobile .wp-block-navigation__submenu-icon {
    display: none;
  }
  .ar-menu-mobile .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: -1px;
    opacity: 1;
    overflow: visible;
    position: relative;
    top: 100%;
    visibility: visible;
    width: 100%;
    z-index: 2;
    border: none;
  }
  .ar-menu-mobile .wp-block-navigation .wp-block-navigation-item {
    align-items: end;
    flex-direction: column;
  }
  .ar-menu-mobile .wp-block-navigation-submenu {
    margin-top: 10px;
    gap: 10px;
    align-items: end !important;
  }
  .ar-menu-mobile .wp-block-navigation-submenu li {
    width: fit-content;
  }
  .ar-menu-mobile .has-child > ul a {
    font-size: var(--wp--preset--font-size--24) !important;
  }
  .ar-banner-parallax {
    min-height: 50vh !important;
  }
  .ar-projects,
  .col-img,
  .row-block {
    min-height: 50vh !important;
  }
  
}

@media (max-width: 1640px) and (min-width: 1024px) {
  .ar-slider-about .custom-next {
    right: 3%!important;
    bottom: 0;
    top: unset;
  }

  .ar-slider-about .custom-prev {
    right: 7%!important;
    bottom: 0;
    top: unset;
    left: unset;
  }
}

@media (max-width: 1024px) {
.change-color g{
stroke:#fff;
}
.header-fixed .wp-block-navigation__submenu-container{
      border:unset!important;
  }
}
@media (max-width: 991px) {
  .ar-col-project-serivice .gspb_row__content {
    flex-direction: column !important;
  }
  .ar-col-project-serivice .gspb_row__content .wp-block-greenshift-blocks-row-column {
    border-right: none !important;
    border-bottom: none !important;
  }
  .ar-projects {
    min-height: 50vh !important;
  }
  .row-block {
    flex-direction: column-reverse;
    gap: 50px;
    min-height: 50vh !important;
  }
  .row-block .col-img {
    width: 100%;
    min-height: unset!important;
  }
  .row-block .col-img .image-project {
    max-height: 400px;
    aspect-ratio: 3/2;
  }
  .ar-projects-double {
    flex-direction: column;
  }
  .ar-projects-double .ar-projects-double__card {
    width: 100%;
  }
  .ar-projects-double .ar-projects-double__card figure,
  .ar-projects-double .ar-projects-double__card img {
    width: 100%;
    aspect-ratio: 3/2;
  }
.ar-article .wp-block-post h2 {
    width:100%;
}
.expanel {
height:auto!important;
}
/* Display 5.5", iPad Portrait, iPhone 6, 6s, 7, 8, X, Xs, 11, 12, 13, SE2 Portrait and landscape, iPhone 5s landscape */

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