@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@keyframes fadeIn {
  
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
  
}

@keyframes slideIn {
  
  from {
    transform: translateX(-100vw);
  }
  
  to {
    transform: translateX(0vw);
  }
  
}

:root {
  --brand-background: #F8F5EB;
  --brand-gold: #AA7F04;
  --brand-light-gold: #CFAD3E;
  --brand-blue: #084CBB;
  --brand-light-blue: #546885;
  --brand-white: #FFFFFF;
  --brand-grey: #4C4C4B;
  --brand-black: #000000;
  
  --font-family-serif: "Cinzel", "Georgia", georgia, serif, system-ui;
  
  --custom-transition: all 0.25s ease-out;
  
  --img-ratio-rate-primary: 4 / 3;
  --img-ratio-rate-primary-mobile: 4 / 3;
  --img-ratio-rate-secondary: 4 / 3;
  --img-ratio-rate-secondary-mobile: 4 / 3;
  --img-ratio-mda-secondary-rate: 4 / 3;
  --img-ratio-mda-secondary-rate-mobile: 4 / 3;
}



@media screen {
  
  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  body {
    background-color: var(--brand-background);
  }
  
  .main-be-area {
    background-color: transparent;
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-color);
    color: var(--brand-white);
    
    padding-block: 10px;
    border-bottom: 1px solid var(--border-default);
  }
  
  .header .container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: space-between;
    align-items: center;
    
    width: min(100%, 1045px);
    padding-inline: var(--spacing-3x);
  }
  
  .header .invisible-flex-item {
    display: flex;
    align-self: stretch;
    
    width: 150px;
    height: 100%;
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header .logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    color: var(--brand-white);
    
    font-family: var(--font-family-serif);
    font-size: 22.5px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: center;
    
    transition: var(--custom-transition);
  }
  
  .header .logo a:hover {
    opacity: 80%;
  }
  
  .header .logo a img {
    display: block;
    
    width: 45px;
    height: auto;
  }
  
  .header .backtosite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-gold);
    color: var(--brand-white);
    
    font-family: var(--font-family-serif);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    
    column-gap: 9.75px;
    padding: 12px;
    
    transition: var(--custom-transition);
  }
  
  .header .backtosite:hover a {
    background-color: var(--brand-white);
    color: var(--brand-gold);
  }
  
  h1, h2, h3, h4, h5, h6,
  .header1, .header2, .header3, .header4, .header5, .header6,
  .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    font-family: var(--font-family-serif);
  }


  .card-grid.grid-layout,
  #section_page-layout .mda-table {
    background-color: #F8F5EB;
  }

  #avvio .sticky .main-be-area {
    /*    background: #FCFAF5;*/
    background: url(https://mcdesign.avvio.com/049/061/000/7857/cust/imgs/backdrop-top-left.png) left center repeat-y, url(https://mcdesign.avvio.com/049/061/000/7857/cust/imgs/backdrop-bottom-right.png) right center repeat-y, #FCFAF5;
  }
  
  /* --- Abandonment Message --- */
  #exitIntentWrapper {
    animation: fadeIn 5s;
  }
  
  #exitIntentPopupContainer {
    height: min(100%, 600px);
    
    animation: slideIn 5s;
  }
  
  .exitIntentContent {
    box-shadow: unset;
    
    border: 10px solid var(--brand-gold);
  }
  
  #allContent {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
    height: 100%;
    width: 100%;
  }
  
  #allContent::before {
    content: "";
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    
    height: 150px;
    width: 100%;
  }
  
  #exitIntentHeading {
    color: var(--brand-gold);
    
    font-family: var(--font-family-serif);
    text-transform: uppercase;
  }
  
  .exitIntentBtn {
    background-color: var(--brand-color);
    color: var(--brand-white);
    
    padding: 15px;
    border: 1px solid var(--brand-color);
    
    transition: var(--custom-transition);
  }
  
  .exitIntentBtn:hover {
    background-color: var(--brand-white);
    color: var(--brand-color);
    
    border: 1px solid var(--brand-color);
  }
  
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
    background-color: var(--brand-background);
    color: var(--brand-grey);
    
    font-size: 10.5px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: start;
  }
  
  .footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    
    background-color: var(--brand-background);
    
    width: min(930px, 100%);
    column-gap: 22.5px;
    row-gap: 23.75px;
    padding-top: 52.5px;
    padding-bottom: 30px;
    padding-inline: 15px;
  }
  
  .footer h3 {
    color: var(--brand-color);
    
    font-family var(--font-family-serif);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 20.25px;
    text-transform: uppercase;
    
    flex-basis: 100%;
    padding-bottom: 15px;
    margin-block: 0px;
  }
  
  .footer .contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .footer .contact a {
    color: var(--brand-grey);
    
    transition: var(--custom-transition);
  }
  
  .footer .contact a:hover {
    color: var(--brand-color);
  }
  
  .footer .address {}
  .footer .phone {}
  .footer .email {}
  
  .footer .socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    
    column-gap: var(--spacing-2x);
  }
  
  .footer .socials p {
    flex-basis: 100%;
    padding-bottom: 18.75px;
    margin-block: 0px;
  }
  
  .footer .socials a {
    color: var(--brand-grey);
    
    font-size: 28px;
    
    transition: var(--custom-transition);
  }
  
  .footer .socials a:hover {
    color: var(--brand-color);
  }
  
  .footer .socials a svg {
    display: block;
    
    fill: var(--brand-grey);
    
    width: 25px;
    
    transition: var(--custom-transition);
  }
  
  .footer .socials a:hover svg {
    fill: var(--brand-color);
  }
  
  .footer .socials a:nth-child(3) {color: #475A93;}
  .footer .socials a:nth-child(4) {color: #76A9EA; fill: #000000;}
  .footer .socials a:nth-child(5) {
    background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%);
    background-clip: text;
    color: transparent;
  }
  .footer .socials a:nth-child(6) {color: #FF0000;}
  
  .footer .offers {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .footer .offers a {
    background-color: var(--brand-light-gold);
    color: var(--brand-white);
    
    font-family: var(--font-family-serif);
    font-size: 12.3px;
    line-height: 26.25px;
    text-align: left;
    
    min-width: 154.34px;
    padding-inline: 12px;
    margin-bottom: 12px;
    
    transition: var(--custom-transition);
  }
  
  .footer .offers a:hover {
    background-color: var(--brand-gold);
  }
  
  .footer .features {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .footer .features a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    background-color: var(--brand-blue);
    color: var(--brand-white);
    
    font-family: var(--font-family-serif);
    font-size: 12.3px;
    line-height: 26.25px;
    text-align: left;
    
    min-width: 202.5px;
    column-gap: 9.375px;
    padding-inline: 12px;
    margin-bottom: 12px;
    
    transition: var(--custom-transition);
  }
  
  .footer .features a i {
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 8px;
    
    width: 15px;
    aspect-ratio: 1 / 1;
    border: 2px solid var(--brand-white);
    border-radius: 50%;
  }
  
  .footer .features a:hover {
    background-color: var(--brand-gold);
  }
  
  .footer .seals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    
    grid-column: 1 / span 4;
    
    column-gap: 12px;
    row-gap: 16.8px;
    padding-top: 30px;
    border-top: 1px solid var(--brand-grey);
  }
  
  .footer .seals img {
    display: block;
    
    height: 65.3325px;
    width: auto;
  }
  
  .footer .seals a:nth-child(1) img {height: 51.56px;}
  .footer .seals a:nth-child(2) img {height: 53.56px;}
  .footer .seals a:nth-child(3) img {height: 53.52px;}
  .footer .seals a:nth-child(4) img {height: 46.3px;}
  .footer .seals a:nth-child(5) img {height: 77.02px;}
  .footer .seals a:nth-child(6) img {height: 77.02px;}
  .footer .seals a:nth-child(7) img {height: 77.02px;}
  .footer .seals a:nth-child(8) img {height: 86.66px;}
  
  .footer .seals a img {
    transition: var(--custom-transition);
  }
  
  .footer .seals a:hover img {
    opacity: 80%;
  }
  
  .footer .container-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    
    background-color: var(--brand-color);
    color: var(--brand-light-blue);
    
    font-size: 9.75px;
    line-height: 9.75px;
    
    row-gap: var(--spacing-2x);
    column-gap: var(--spacing-1x);
    padding-block: 15px;
    padding-inline: max(calc((100% - 930px) / 2), 15px);
  }
  
  .footer .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    row-gap: var(--spacing-2x);
    column-gap: var(--spacing-1x);
  }
  
  .footer .links > span {
  }
  
  .footer .links a {
    color: var(--brand-light-blue);
    
    transition: var(--custom-transition);
  }
  
  .footer .links a:hover {
    color: var(--brand-white);
  }
  
  .footer small {
    color: var(--brand-gold);
    
    font-size: inherit;
    line-height: inherit;
  }
  
  .footer small a {
    color: var(--brand-gold);
    
    transition: var(--custom-transition);
  }
  
  .footer small a:hover {
    color: var(--brand-white);
  }
  
}





/* ----- Tablet specific ----- */
@media screen and (max-width: 999px) {
  
  .header .container {
    grid-template-columns: repeat(2, auto);
  }

  .header .invisible-flex-item {
    display: none;
  }
  
  .footer .container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer .seals {
    grid-column: 1 / span 2;
  }
  
}



@media screen and (max-width: 599px) {
  
  .footer .container-bottom {
    flex-direction: column;
  }
  
}



/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {
  
  .header .container {
    display: flex;
    justify-content: center;

    padding-inline: 0px;
  }
  
  .header .backtosite {
    display: none;
  }
  
  .footer {
    text-align: center;
  }
  
  .footer .container {
    display: flex;
    align-items: center;
  }
  
  .footer .contact {
    align-items: center;
  }
  
  .footer .socials {
    justify-content: center;
  }
  
  .footer .offers {
    align-items: center;
  }
  
  .footer .features {
    align-items: center;
  }
  
}



@media screen and (max-width: 419px) {
  
  .footer .links {
    flex-direction: column;
  }
  
  .footer .links > span {
    display: none;
  }
  
}