body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
    position: relative;
    display: flex;
}
body.dimmed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
}
.blocker {
    top: 0;
}
.ui.dimmer, .ui.dimmer .modal {
  transition: none !important;
  -webkit-animation-duration: 1ms !important;
  -moz-animation-duration: 1ms !important;
  animation-duration: 1ms !important;
}
body.offer-tool > .header > .nav {
    position: relative;
}
body.offer-tool > .header .nav > div {
    max-width: none;
}
body.offer-tool > .header .nav > .left {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
body.offer-tool > .header .nav > .left .client-logo-container {
  flex-direction: row;
    display: flex;
    align-items: center;
}
body.offer-tool > .header .nav > .left img.logo {
    max-height: 60px;
}
body.offer-tool > .header .nav > .left .and {
    margin: 0 15px;
    font-weight: 800;
    text-transform: uppercase;
}
body.offer-tool > .header .nav > .right > * {
    margin-right: 15px;
}
body.offer-tool > .header .nav > .right > *:last-child {
    margin-right: 0 !important;
}
body.offer-tool > .header .nav > .right > a:not(.button) {
    text-decoration: none !important;
    color: rgb(var(--mainColor));
    background-color: rgb(var(--secondaryColor));
}
body.offer-tool > .buttons-wrapper {
    background-color: rgb(var(--secondaryColor));
    background-size: cover;
    background-position: center;
    flex: 1;
}
body.offer-tool > .buttons-wrapper > .buttons-container {
    width: 100%;
    height: 100%;
    padding: 50px;
}
body.offer-tool > .buttons-wrapper[style*="background-image"] > .buttons-container {
    background-color: rgba(255,255,255,0.66);
}
body.offer-tool > .buttons-wrapper > .buttons-container > .title {
    position: relative;
    z-index: 1;
    display: inline-flex;
    text-transform: none;
    font-size: 2.5rem;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .title:after {
    content: "";
    z-index: -1;
    background-color: #ffffff;
    height: 10px;
    position: absolute;
    bottom: 4px;
    left: -2px;
    right: -2px;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 25px;
    align-items: flex-start;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons .button {
    display: flex;
    flex: 1 0 calc(50% - 25px);
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
    background-color: #ffffff;
    color: rgb(var(--mainColor));
    border-radius: 8px;
    box-shadow: 3px 3px 12px 2px rgb(0,0,0,0.33);
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons .button:after {
    padding-bottom: 100%;
    display: block;
    content: "";
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons .title + .button {
    margin-top: -25px;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .button {
    display: flex;
    flex: 1 0 100%;
    max-width: min(calc(50vw - 62.5px), calc(100vh - 350px));
    height: auto;
    padding: 0;
    position: relative;
    border-radius: 8px;
    box-shadow: 3px 3px 12px 2px rgb(0,0,0,0.33);
    color: rgb(var(--secondaryColor));
    background-color: rgb(var(--mainColor));
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .main-button {
    display: flex;
    flex: 1 0 100%;
    max-width: min(calc(50vw - 62.5px), calc(100vh - 350px));
    height: auto;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .main-button .button {
    box-shadow: 3px 3px 12px 2px rgb(0,0,0,0.33);
    color: rgb(var(--secondaryColor));
    background-color: rgb(var(--mainColor));
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    border-radius: 8px;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons .button .content-wrapper {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons .button .content-wrapper .icon {
    margin-bottom: 15px;
    order: 1;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .button .icon, body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .main-button .button .icon {
    font-size: 60px !important;
    width: 60px;
    height: 60px;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons .button .content-wrapper .title {
    order: 2;
    text-shadow: 1px 1px rgb(0 0 0 / 25%);
    font-size: 18px;
    text-align: center;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .button .title, body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .main-button .button .title {
    font-size: 28px !important;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons .button .content-wrapper .subtitle {
    order: 3;
    text-transform: none;
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .secondary-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: flex-start;
    flex: 1;
}
body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .secondary-buttons .button {
    min-width: 150px;
    /*max-height: calc(50vh - 187.5px); */
    max-height: min(calc(25vw - 32.5px), calc(50vh - 187.5px));
}
body.offer-tool .flex-column {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
}
body.offer-tool .flex-row {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}
body.offer-tool > .footer {
    padding: 10px 25px;
    background-color: rgb(var(--mainColor));
    color: #ffffff;
}
body.offer-tool > .footer a {
    color: rgb(var(--secondaryColor));
}
body.offer-tool > .footer .poweredby {
    float: right;
}
body.offer-tool > .footer .poweredby a img {
    height: 12px;
}

/*@media screen and (max-width: 1100px) {
    body.offer-tool > .buttons-wrapper > .buttons-container > .buttons .button {
        flex: 1 0 calc(50% - 25px);
    }
}*/
@media screen and (max-width: 800px) {
    body.offer-tool > .buttons-wrapper > .buttons-container > .buttons .button {
        flex: 1 0 calc(100% - 25px) !important;
        max-width: 100% !important;
        max-height: calc(50vw - 50px) !important;
    }
    body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .button .title, body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .main-button .button .title {
        font-size: 24px !important;
    }
    body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .button .icon, body.offer-tool > .buttons-wrapper > .buttons-container > .buttons > .main-button .button .icon {
        font-size: 45px !important;
        width: 45px;
        height: 45px;
    }
    body.offer-tool > .footer {
        padding: 8px 15px;
        font-size: 10px;
    }
    body.offer-tool > .footer .poweredby a img {
        height: 9px;
    } 
    body.offer-tool .flex-row {
        flex-direction: column;
    }
}