@font-face {
    font-family: "Trade Gothic LT Std - Bold 2";
    src: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd-Bd2.woff2") format("woff2"), url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd-Bd2.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd.woff2") format("woff2"), url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd-Light.woff2") format("woff2"), url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Trade Gothic LT Std Extended";
    src: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd-BoldExt.woff2") format("woff2"), url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd-BoldExt.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd-Bd2Obl.woff2") format("woff2"), url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/fonts/TradeGothicLTStd-Bd2Obl.woff") format("woff");
    font-weight: bold;
    font-display: swap
}

*,
*:before,
*:after {
    box-sizing: border-box;
    font-family: inherit;
    color: inherit;
    line-height: inherit
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px
}

@media all and (max-width: 768px) {
    html {
        font-size: 14px
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: "Trade Gothic LT Std", Arial, sans-serif;
    min-height: 100%;
    line-height: 1.675;
    background-color: #fff;
    position: relative;
    font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ol,
ul {
    padding: 0;
    margin: 0
}

li,
a {
    list-style: none;
    text-decoration: none
}

img {
    max-width: 100%;
    object-fit: cover
}

video {
    display: block
}

.container {
    max-width: 1140px;
    padding: 0 2rem;
    margin: auto
}

.container .sidebar {
    margin-bottom: 2rem
}

@media all and (min-width: 1024px) {
    .container .row {
        display: grid;
        grid-template-columns: 360px 1fr;
        grid-template-areas: "sidebar content";
        gap: 0 30px
    }
    .container .row-col-2 {
        grid-template-columns: repeat(2, 1fr)
    }
    .container .row .sidebar {
        grid-area: sidebar;
        margin: 0
    }
    .container .row .content {
        grid-area: content
    }
    .container .row .content .small {
        margin: 3em 0
    }
}

@media all and (max-width: 1200px) {
    .container {
        padding: 0 1.5rem
    }
}

.button {
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    min-width: 14rem;
    padding: 1rem 1.3rem;
    color: #fff;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: .9rem
}

.button,
.link a {
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out
}

h1 {
    font-size: 1.8rem;
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif
}

h2 {
    font-size: 1.7rem;
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif;
    font-weight: bold
}

h3 {
    font-size: 1.5rem;
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif
}

h4 {
    font-size: 1.2rem;
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif
}

.background-gray {
    background-color: #f5f5f5
}

sup {
    font-size: .6em;
    vertical-align: super
}

.color-primary {
    color: #007a33
}

.center {
    margin: 2em 0;
    text-align: center
}

strong {
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif
}

.no-scroll {
    overflow: hidden
}

header .header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0
}

header .header-logo .mobile-menu-opener {
    display: none
}

header input {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    height: 100%;
    width: 262px;
    padding: 0 1rem
}

header input::placeholder {
    color: #bbbcbc
}

header .search {
    position: relative
}



header button,
header a {
    background-color: transparent;
    display: inline-block;
    border: none;
    outline: none;
    height: 40px;
    position: relative;
    padding: 0
}

header nav {
    background-color: #007a33
}

header nav ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 1rem 0
}

header nav ul li {
    color: #fff
}

header nav ul li a {
    height: min-content;
    display: block;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.35
}

header nav ul li a .responsive-br {
    display: block
}

header .mobile-menu {
    display: none;
    overflow: auto;
}

header .mobile-menu nav {
    flex-grow: 1
}

header .mobile-menu .search-container {
    padding: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff
}

header .mobile-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5em;
    flex: 1
}

header .mobile-menu ul li br {
    display: none
}

header .mobile-menu ul li a {
    font-weight: normal;
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif;
    font-size: 1.25em
}

header .mobile-menu ul li a .responsive-br {
    display: inline-block;
    width: .4em
}

header .desktop-menu ul li a {
    text-transform: uppercase
}

@media all and (max-width: 768px) {
    header {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        margin: 0
    }
    header>.container {
        width: 100%
    }
    header .header-logo .mobile-menu-opener {
        display: inline-block
    }
    header .header-logo .mobile-menu-opener:before {
        content: "";
        background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/burger.svg");
        background-size: cover;
        display: inline-block;
        width: 28px;
        height: 22px
    }
    header .search {
        display: none
    }
    header .mobile-menu {
        width: 100vw;
        height: 100vh;
        padding-top: 10vw;
        flex-direction: column;
        position: fixed;
        display: none;
        justify-content: space-between;
        z-index: 5
    }
    header .mobile-menu .mobile-menu-closer {
        position: absolute;
        top: 1.5rem;
        right: 2.25rem
    }
    header .mobile-menu .mobile-menu-closer:before {
        content: "";
        background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/close-menu.svg");
        background-size: cover;
        display: inline-block;
        width: 21.2px;
        height: 21.2px
    }
    header .mobile-menu .search {
        display: block
    }
    header.mobile-menu-open {
        min-height: 100vh;
        flex-direction: column;
        display: flex
    }
    header.mobile-menu-open>.container {
        display: none
    }
    header.mobile-menu-open .mobile-menu {
        display: flex
    }
    header .desktop-menu {
        display: none
    }
}

footer {
    margin-top: 3.5em
}

footer .footer-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/company-logo.svg");
    width: 133.511px;
    height: 48.761px;
    margin-bottom: 1rem
}

@media(max-width: 768px) {
    footer .footer-logo {
        margin-left: auto;
        margin-right: auto
    }
    .guides-link :after{
        right: 0.4rem !important;
    }
    .guides-link{
        padding: 1rem 1rem !important;
    }
}

footer p {
    font-size: .8rem;
    margin-bottom: 1em
}

footer p :last-child {
    margin-bottom: 0
}

@media all and (min-width: 768px) {
    footer .footer-top-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }
    footer .footer-top-container p,
    footer .footer-top-container-design {
        flex: 50%
    }
}

footer .footer-top-container-design {
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/images/footer-design.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    max-width: 426px;
    z-index: -100;
    width: 100%;
    padding-bottom: 46.9483568075%;
    margin-bottom: -1px;
    margin-top: -35%;
    margin-left: auto;
}

@media all and (max-width: 768px) {
    footer .footer-top-container-design {
        margin-top: 0
    }
}

footer .footer-bottom {
    background-color: #007a33;
    position: relative
}

footer .footer-bottom .scroll-top {
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 2px 13px -7px #e6e6e6
}

footer .footer-bottom .scroll-top:after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/top-scroll.svg");
    transform: translateX(-30%) rotate(90deg);
    width: .6rem;
    height: 22.02px
}

footer .footer-bottom-top {
    padding: 4rem 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center
}

footer .footer-bottom-top-content {
    text-align: center
}

footer .footer-bottom-top-content img {
    margin-bottom: 1rem
}

footer .footer-bottom-top-content p {
    color: #fff;
    font-size: .8rem
}

footer .footer-bottom-top button {
    background-color: #004c2f;
    border: 1px solid #004c2f;
    margin-bottom: 1rem
}

footer .footer-bottom-top button:hover,
footer .footer-bottom-top button:focus {
    background-color: #00642a;
    border: 1px solid #00642a
}

@media all and (min-width: 768px) {
    footer .footer-bottom-top {
        justify-content: space-between;
        flex-direction: row;
        align-items: center
    }
    footer .footer-bottom-top button {
        margin-bottom: 0
    }
    footer .footer-bottom-top-content {
        text-align: left
    }
}

footer .footer-bottom-bottom {
    background-color: #fff
}

footer .footer-bottom-bottom-container {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    flex-direction: column
}

footer .footer-bottom-bottom-container button {
    font-size: .7rem;
    padding: 0;
    margin-top: .4rem;
    border: none;
    background-color: transparent;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    color: #007a33;
    cursor: pointer
}

footer .footer-bottom-bottom-container ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem
}

footer .footer-bottom-bottom-container ul li {
    font-size: .7rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: .5rem;
    color: #007a33
}

footer .footer-bottom-bottom-container ul li:after {
    content: "";
    display: inline-block;
    border-right: 2px solid #007a33;
    margin: 0 .5rem;
    height: 65%
}

footer .footer-bottom-bottom-container ul li:last-child:after {
    display: none
}

@media(min-width: 768px) {
	footer .footer-bottom-bottom-container {
    flex-direction: revert
    }
}

@media all and (min-width: 768px) {
    footer .footer-bottom-bottom-container ul {
        justify-content: flex-start
    }
    footer .footer-bottom-bottom-container ul li:after {
        margin: 0 .9rem 0
    }
}

.breadcrumbs {
    display: inline-block;
    vertical-align: middle
}

.breadcrumbs ol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    margin: 1rem 0 0 0;
    font-weight: 600;
    font-size: .75rem;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    color: #007a33
}

.breadcrumbs ol li+li:before {
    content: "/";
    display: inline-block;
    margin: 0 1rem
}

@media(max-width: 370px) {
    .breadcrumbs ol li+li:before {
        margin: 0 .5rem
    }
}

@media(max-width: 340px) {
    .breadcrumbs ol li+li:before {
        margin: 0 .1rem
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumbs, .cmp-breadcrumb{
        width: 100%;
    }
    
    .cmp-breadcrumb__list {
        flex-direction: column !important;
    }

    .breadcrumbs ol li+li:before{
        margin: 0 0.2rem;
    }
}

.breadcrumbs-scroll-top {
    display: inline-block;
    vertical-align: middle;
    position: sticky;
    top: 1em;
    float: right;
    z-index: 1;
    margin-top: -2.5rem
}

@media(min-width: 768px) {
    .breadcrumbs-scroll-top {
        display: none
    }
}

.breadcrumbs-scroll-top .scroll-top {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/scroll-top-small.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px
}

.hero-home {
    width: 100%;
    height: auto;
    position: relative
}

.hero-home>div:first-child .hero-home-slides-container {
    max-width: 400px !important
}
 
.hero-home-slides {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 1s ease
}

.hero-home-slides-image {
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-home-slides-image img {
    flex-shrink: 0;
    width: 100% !important;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: fill;
} 

.hero-home-slides.active {
    position: relative;
    opacity: 1;
    z-index: 1
}

.hero-home-slides .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-home-slides-container {
    max-width: 555px;
    padding-top: 10vw;
    padding-bottom: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.hero-home-slides-title {
    color: #4d4d4f
}

.hero-home-slides-text {
    color: #fff;
    max-width: 400px
}

.hero-home-slides-text sup {
    font-size: .8rem;
    line-height: .6rem
}

.hero-home-dots {
    position: absolute;
    bottom: 5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.hero-home-dots-dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
    cursor: pointer
}

.hero-home-dots .active {
    background-color: #007a33
}

.hero-home .fade {
    animation: fade 3s
}

.videoContainer{
    position: relative;
    margin-bottom: 2rem;
}

.videoTitle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.videoTitle .container{
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif;
	margin-top: 2em;
    margin-bottom: 1em;
    font-size: calc(1.125rem + 0.75 * ((100vw - 420px) / 780));
    line-height: 1.25;
    color: white;
}

@media all and (min-width: 768px) {
    .videoContainer{
        margin-bottom: 8.5rem;
    }.videoCard{
        padding-bottom: 8%;
        position: relative;
    }
    .videoContainer{
        clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    }
    .videoTitle{
        top: 30%;
    }
}

@media all and (min-width: 480px) {
    .videoTitle p{
        max-width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .videoTitle .container{
        font-size: 1.875rem;
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media all and (max-width: 768px) {
    .hero-home {
        height: 100vw
    }
    .hero-home-slides-container {
        padding-bottom: 15vw
    }
    .hero-home-slides-title {
        width: 75vw
    }
    .hero-home-slides-text {
        width: 75vw
    }
    .hero-home-slides:first-child .hero-home-slides-title {
        width: 50%
    }
}

@media all and (min-width: 1000px)and (max-height: 800px) {
    .hero-home-slides-container {
        padding-top: 8vh
    }
}

.question-guide {
    padding: 5rem 0
}

.question-guide h2 {
    margin: 0;
    line-height: 2.1rem !important
}

.question-guide-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem
}

@media(max-width: 768px) {
    .question-guide-container {
        flex-direction: column
    }
    .mobile-container {
        padding: 0 0 !important;
    }
}

.question-guide-content-title h2:first-child {
    color: #007a33
}

.question-guide-content-title h2:last-child {
    color: #43b02a
}

.question-guide-content p,
.question-guide-content li {
    color: #4d4d4f;
    list-style-type: decimal
}

.question-guide-content p {
    margin: 1rem 0
}

.question-guide-content ol {
    padding: 1rem 0 0 1.2rem;
    font-size: 0.75em;
    font-family: "Trade Gothic LT Std", Arial, sans-serif
}

.question-guide-pop-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.question-guide-pop-up-box {
    text-align: center;
    border-radius: 20px;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    box-shadow: 0 1.25em 2.5em rgba(160, 160, 160, .4)
}

@media all and (max-width: 768px) {
    .question-guide-pop-up-box {
        width: 100%;
        margin-top: 2rem
    }
}

.question-guide-pop-up-box h3.primary {
    color: #007a33
}

.question-guide-pop-up-box h3 {
    color: #43b02a;
    margin: 0;
    line-height: 1.56rem !important
}

.question-guide-pop-up-box button {
    margin-top: 1rem;
    background-color: #007a33
}

.question-guide .button:hover {
    background-color: #00642a
}

.pop-up {
    background-color: hsl(0, 0%, 90%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s linear;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
    backdrop-filter: blur(8px);
}

.pop-up-close {
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/pop-up-close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 27.938px;
    height: 27.938px
}

.pop-up-container {
    display: none;
    background-color: #fff;
    position: relative;
    animation: scaleUp .5s linear forwards;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4rem 1.5rem;
    margin: 1.5rem;
    max-height: 90vh
}

@media all and (min-width: 768px) {
    .pop-up-container {
        padding: 3rem;
        margin: 2rem
    }
}

@keyframes scaleUp {
    from {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

.pop-up-container>button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    pointer-events: all
}

.pop-up-container>button img {
    width: 1.5rem
}

.guides .pop-up-container {
    width: 60vw;
    max-width: 1200px
}

@media(max-width: 1024px) {
    .guides .pop-up-container {
        width: 100%
    }
}

.guides h1, .guides .guides-title {
    margin-top: 0
}

@media all and (max-width: 768px) {
    .guides {
        width: 100%
    }
}

.guides h1, .guides .guides-title {
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif;
    font-weight: bold;
    color: #007a33;
    margin-bottom: 1rem
}

.guides-link {
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: .3rem;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    position: relative
}

.guides-link :after {
    content: "";
    display: block;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8.98px;
    height: 15.133px;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0%, -50%)
}

.guides-link img {
    display: inline-block;
    object-fit: contain;
    margin-left: 1rem
}

.guides a:nth-child(even) .guides-link {
    background-color: #e9f0e9;
    color: #007a33
}

.guides a:nth-child(even) .guides-link:hover {
    color: #004c2f
}

.guides a:nth-child(odd) .guides-link {
    background-color: #f5f5f5;
    color: #4d4d4f
}

.guides a:nth-child(odd) .guides-link:hover {
    color: #000
}

.tell-me-more {
    height: 366px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/images/tell-me-more.jpg");
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 1.75rem
}

.tell-me-more h2 {
    margin-top: 0
}

.tell-me-more-box {
    background-color: #fff;
    padding: 2rem 4rem
}

.tell-me-more-box h2 {
    color: #007a33;
    margin-bottom: .5rem
}

.tell-me-more-box .button {
    background-color: #007a33
}

.tell-me-more-box .button:hover {
    background-color: #00642a
}

@media all and (max-width: 768px) {
    .tell-me-more {
        height: 272px
    }
    .tell-me-more-box {
        padding: 1.5rem
    }
}

.tell-more-form {
    padding: 3em 0
}

.tell-more-form.desktop {
    margin-bottom: 8em
}

.tell-more-form.desktop .tell-more-form-inner {
    padding: 4rem
}

@media(max-width: 1024px) {
    .tell-more-form.desktop .tell-more-form-inner {
        padding: 4rem 2rem
    }
}

.tell-more-form-inner {
    background-color: #fff;
    padding: 2em 0
}

.tell-more-form .pop-up-container {
    width: 60vw;
    max-width: 1200px
}

@media(max-width: 1024px) {
    .tell-more-form .pop-up-container {
        width: 100%
    }
}

.tell-more-form h2 {
    color: #007a33;
    margin-top: 0
}

.tell-more-form h4 {
    color: #4d4d4f;
    margin-bottom: 1rem
}

.tell-more-form form .form-group-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: .5rem
}

.tell-more-form form .form-group-checkbox label {
    color: #4d4d4f;
    flex: 100%
}

.tell-more-form form .form-group-checkbox-check {
    position: relative;
    margin-right: 1em;
    background-color: #fff;
    border: 1px solid #bbbcbc;
    min-width: 1.5625em;
    min-height: 1.5625em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: .9rem;
    height: .9rem
}

.tell-more-form form .form-group-checkbox-check:after {
    display: block;
    content: "";
    width: .9rem;
    height: .9rem;
    pointer-events: none;
    flex-shrink: 0;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.tell-more-form form .form-group-checkbox-check.checked {
    background-color: #36773b;
    border-color: #36773b
}

.tell-more-form form .form-group-checkbox-check input {
    position: absolute;
    width: 100%;
    z-index: 4;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.tell-more-form form .form-group-checkbox-check input:checked {
    background-color: #36773b
}

.tell-more-form form .form-group-checkbox-check input:checked+img {
    opacity: 1
}

.tell-more-form form .form-group-container-item .form-group {
    width: 100%;
    margin-bottom: .5rem
}

.tell-more-form form .form-group-container-item .form-group input {
    height: 2.5rem;
    width: 100%;
    color: #4d4d4f;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    padding: .3rem 1rem 0 1rem
}

.tell-more-form form .form-group-container-item .form-group input::placeholder {
    color: #bbbcbc
}

.tell-more-form form .form-group-container-item .form-group textarea {
    padding: 1rem;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    width: 100%;
    height: 8.5rem;
    color: #4d4d4f;
    resize: none
}

.tell-more-form form .form-group-container-item .form-group textarea::placeholder {
    color: #bbbcbc
}

@media all and (min-width: 768px) {
    .tell-more-form form .form-group-container {
        display: flex;
        padding: 1rem 0
    }
    .tell-more-form form .form-group-container-item {
        flex: 50%
    }
    .tell-more-form form .form-group-container-item:first-child {
        margin-right: .5rem
    }
    .tell-more-form form .form-group-container-item:last-child {
        margin-left: .5rem
    }
}

.tell-more-form form .form-group-status {
    color: #fff;
    background-color: #43b02a;
    display: none;
    padding: 1em;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif
}

.tell-more-form form .form-group-warning {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse
}

.tell-more-form form .form-group-warning-item {
    font-size: 0.75em
}

.tell-more-form form .form-group-warning-item:first-child {
    margin-right: 1rem
}

.tell-more-form form .form-group-warning-item:last-child {
    margin-left: auto;
    margin-bottom: 1rem
}

.tell-more-form form .form-group-warning-item p {
    color: #4d4d4f;
    margin-bottom: 1rem
}

.tell-more-form form .form-group-warning-item .button {
    width: 165px;
    min-width: 0;
    background-color: #007a33;
    color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

@media all and (min-width: 768px) {
    .tell-more-form form .form-group-warning {
        flex-direction: row
    }
    .tell-more-form form .form-group-warning-item:last-child {
        margin-left: 1rem;
        margin-bottom: 0
    }
}

.anchor-tags-pop-up-inner {
    padding: 2rem
}

.anchor-tags-pop-up-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.anchor-tags-pop-up-container h2 {
    color: #007a33;
    margin-top: 1em
}

.anchor-tags-pop-up-container p {
    color: #4d4d4f;
    margin: 1rem 0 2rem 0
}

.anchor-tags-pop-up-container .button {
    background-color: #007a33;
    color: #fff
}

.anchor-tags-pop-up-container .button:hover {
    background-color: #00642a
}

@media all and (max-width: 768px) {
    .anchor-tags-pop-up {
        padding: 0
    }
    .anchor-tags-pop-up-container .button {
        width: 100%
    }
}

.site-restriction-pop-up .pop-up-container {
    max-width: 700px;
    margin: 2rem auto
}

.site-restriction-pop-up .pop-up-container .pop-up-close {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.site-restriction-pop-up-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.site-restriction-pop-up-inner h2 {
    color: #007a33;
    margin: 0
}

.site-restriction-pop-up-inner p {
    color: #4d4d4f;
    margin: 1rem 0 2rem 0
}

p.jobcode {
    margin: 3rem 0 0 0;
    text-align: center;
}

.site-restriction-pop-up-inner .button {
    background-color: #007a33;
    color: #fff;
    width: 420px;
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 1.1rem;
    font-family: "Trade Gothic LT Std", Arial, sans-serif;
    line-height: 1
}

.site-restriction-pop-up-inner .button-x {
    padding: .7rem 1.3rem;
    line-height: 1.2
}

.site-restriction-pop-up-inner .button>span {
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
    padding-top: 5px;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif
}

.site-restriction-pop-up-inner .button:hover {
    background-color: #00642a
}

@media all and (max-width: 768px) {
    .site-restriction-pop-up {
        padding: 0
    }
    .site-restriction-pop-up-inner .button {
        font-size: .8rem;
        padding: .8rem
    }
}

.news-box {
    padding: 3.25em 0
}

.news-box h2 {
    color: #007a33;
    margin-bottom: .5rem;
    margin-top: 0
}

.news-box h4 {
    color: #4d4d4f
}

.news-box-container {
    margin: 1rem 0
}

.news-box-container-item {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-top: 1.5rem
}

.news-box-container-item:first-child {
    margin-top: 0
}

.news-box-container-item-image {
    position: relative;
    background-color: #dadada
}

.news-box-container-item-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.news-box-container-item-text {
    overflow-y: auto;
    text-align: left !important;
    padding: .5rem 1rem
}

.news-box-container-item-text p:first-child {
    margin: 1rem 0 2rem 0;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    color: #007a33;
    font-weight: bold
}

.news-box-container-item-text p:last-child {
    font-size: .9rem;
    min-height: 76px;
    color: #4d4d4f
}

.news-box-container-item-footer {
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between
}

.news-box-container-item-footer-date :before {
    content: "";
    width: 9.271px;
    height: 9.271px;
    display: inline-block;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/calendar.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .25em
}

.news-box-container-item-footer-date span {
    font-size: .8rem;
    color: #4d4d4f
}

.news-box-container-item-footer-view {
    font-size: .9rem
}

.news-box-container-item-footer-view a {
    color: #007a33;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-weight: bold
}

.news-box-container-item-footer-view p {
    color: #007a33;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-weight: bold
}

@media all and (min-width: 768px) {
    .news-box-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-items: stretch;
        grid-gap: 1rem
    }
    .news-box-container-item {
        margin: 0
    }
}

.news-box-button {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.news-box-button .button {
    background-color: #007a33;
    text-align: center
}

.news-box-button .button:hover {
    background-color: #00642a
}

.news-box-button .button:disabled {
    background-color: #dadada;
    cursor: not-allowed;
    pointer-events: none;
}
.image-text-box {
    padding: 5rem 0;
    background-color: #4d4d4f;
    --transition-time: 5s
}

.image-text-box h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif;
    font-weight: normal
}

@media all and (min-width: 768px) {
    .image-text-box h2 {
        width: 50%
    }
}

.image-text-box-container {
    margin: 1rem 0
}

.image-text-box-container-item {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    cursor: pointer;
    margin-top: 1.5rem
}

.image-text-box-container-item:first-child {
    margin-top: 0
}

.image-text-box-container-item-image {
    position: relative;
    overflow: hidden;
    background-color: #dadada
}

.image-text-box-container-item-image-inner {
    transition: transform var(--transition-time) linear
}

.image-text-box-container-item-image-inner img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.image-text-box-container-item-image-inner:hover {
    transform: scale(1.25)
}

.image-text-box-container-item-text {
    flex-grow: 1;
    text-align: left !important;
    padding: .5rem 1rem;
    min-height: 6em
}

.image-text-box-container-item-text p {
    margin: 1rem 0 1.5rem 0;
    font-weight: bold;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    line-height: 1.2em;
    text-transform: uppercase
}

@media all and (min-width: 768px) {
    .image-text-box-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-items: stretch;
        grid-gap: 1rem
    }
    .image-text-box-container-item {
        margin: 0
    }
}

.image-text-box .image-text-box-container-item-text {
    background-color: #fff
}

.image-text-box .image-text-box-container-item-text p {
    color: #007a33
}

.image-text-box-white-green {
    background-color: #fff
}

.image-text-box-white-green h2 {
    color: #007a33
}

.image-text-box-white-green .image-text-box-container-item-text {
    background-color: #007a33
}

.image-text-box-white-green .image-text-box-container-item-text p {
    color: #fff
}

.image-text-box-gray-green .image-text-box-container-item-text {
    background-color: #007a33;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-text-box-gray-green .image-text-box-container-item-text p {
    color: #fff;
    text-transform: none;
}
.image-text-box-container-item.no-transition {
    cursor: default;
}

.image-text-box-container-item.no-transition .image-text-box-container-item-image-inner{
    transition: none;
}

.image-text-box-container-item.no-transition .image-text-box-container-item-image-inner:hover{
    transform: none;
}

.articlelist-buttons div {
    display: flex;
    flex-direction: column;
}
    
.articlelist-buttons a {
    background-color: #004c2f;
    border: 1px solid #004c2f;
    margin: 0.5rem;
    min-width: 8rem;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.articlelist-buttons a:hover {
    background-color: #00642a;
    border: 1px solid #00642a;
}
    
@media only screen and (max-width: 767px) {
    .articlelist-buttons div {
        flex-direction: row;
    }
    
    .articlelist-buttons a:first-child {
        margin-left: 0;
    }
    
    .articlelist-buttons a:last-child {
        margin-right: 0;
    }
}
    
@media only screen and (min-width: 1040px) {
    .articlelist-buttons div {
        flex-direction: row;
    }
    
    .articlelist-buttons a:first-child {
        margin-left: 0;
    }
    
    .articlelist-buttons a:last-child {
        margin-right: 0;
    }
}

.video {
    position: relative;
    margin-bottom: 1em
}

.video video {
    width: 100%;
    height: auto;
    display: block
}

.video-player {
    position: relative
}

.video .title {
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    background: #4d4d4f;
    text-align: center
}

.video .title .container p {
    padding: 1.25rem 4rem 1.25rem;
    color: #fff
}

.video .title .container p span {
    font-family: "Trade Gothic LT Std", Arial, sans-serif
}

@media all and (max-width: 768px) {
    .video .title .container p {
        padding: 1rem 0
    }
}

.video .controls {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 500ms ease-in-out;
    will-change: opacity
}

.video .controls .video-control {
    pointer-events: all;
    cursor: pointer;
    appearance: none;
    background: none;
    border: none
}

.video .controls .video-control img {
    pointer-events: none;
    object-fit: contain;
    flex-shrink: 0
}

.video .controls .video-control.fullscreen-button {
    position: absolute;
    top: .5rem;
    right: .5rem
}

.video .controls .video-control.fullscreen-button:after {
    content: "";
    display: block;
    width: 2.4375em;
    height: 2.4375em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/video-fullscreen.svg")
}

.video .controls .video-control.play-button {
    transition: transform 300ms ease-in-out
}

.video .controls .video-control.play-button:after {
    content: "";
    display: block;
    width: 5.125em;
    height: 5.125em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/video-play.svg")
 }

@media all and (max-width: 768px) {
    .video .controls .video-control.play-button:after {
        width: 3.25em;
        height: 3.25em
    }
}

.video .controls .video-control:focus {
    outline: none
}

.video.playing {
    overflow: visible
}

.video.playing .controls .play-button {
    opacity: 0
}

.video:hover .play-button {
    transform: scale(1.2)
}

.carousel {
    padding: 0 0 5rem 0;
    --dot-size: 0.8125rem;
    --item-width-max: 942px;
    --item-width: 56vw;
    --item-gap: 6rem;
    --transition-time: 300ms;
    --inner-gap: 3em
}

@media all and (max-width: 768px) {
    .carousel {
        --item-width: 68vw;
        --item-gap: 3rem
    }
}

.carousel p {
    line-height: 1.1em
}

.carousel_inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden
}

.carousel_items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    will-change: transform;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.carousel_items.transition {
    transition: transform var(--transition-time) ease-in-out
}

.carousel_items__item {
    width: var(--item-width);
    max-width: var(--item-width-max);
    margin: 0 var(--item-gap)
}

.carousel_dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-top: var(--inner-gap)
}

@media all and (max-width: 768px) {
    .carousel_dots {
        bottom: 1.25rem
    }
}

.carousel_dots__dot {
    display: inline-block;
    background: #bbbcbc;
    border-radius: calc(var(--dot-size) * 0.5);
    margin: 0 .2rem;
    width: var(--dot-size);
    height: var(--dot-size);
    cursor: pointer
}

.carousel_dots__dot.active {
    background-color: #36773b
}

.carousel_controls {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

.carousel_controls-control {
    width: 1.5rem;
    height: 2.75rem;
    cursor: pointer;
    position: absolute;
    pointer-events: all;
    top: 50%
}

.carousel_controls-control :after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 23.273px;
    height: 43.721px
}

.carousel_controls-control--prev {
    left: 48%;
    transform: translate(calc(-100% - ((var(--item-width) + var(--item-gap)) * 0.5)), -48%);
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/carousel-prev.svg")
}

.carousel_controls-control--next {
    right: 48%;
    transform: translate(calc(100% + ((var(--item-width) + var(--item-gap)) * 0.5)), -48%);
    background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/carousel-next.svg")
}

@media all and (max-width: 768px) {
    .carousel_controls-control--prev {
    left: 52%;
    transform: translate(calc(-100% - ((var(--item-width) + var(--item-gap)) * 0.5)), -53%)
    }
    .carousel_controls-control--next {
    background-repeat: no-repeat;
    width: 25px;
    right: 52%;
    transform: translate(calc(100% + ((var(--item-width) + var(--item-gap)) * 0.5)), -53%)
    }
}

.carousel_controls img {
    width: 100%;
    height: auto;
}

.sidebar-nav {
    margin-top: .5em;
    position: sticky;
    top: 1em
}

.sidebar-nav ul li {
    border: 1px solid #e9f0e9;
    margin-bottom: .25em
}

.sidebar-nav ul li a {
    color: #007a33;
    display: block;
    padding: 2em 1em;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
    background: #f5f5f5
}

h1,
h2,
h3 {
    margin-top: 2em;
    margin-bottom: 1em
}

h1 {
    font-size: calc(1.125rem + 0.75 * ((100vw - 420px) / 780))
}

.hero-home-slides-title .slider-heading, .guides .guides-title {
    font-size: 1.8rem;
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif;
	margin-top: 2em;
    margin-bottom: 1em;
    font-size: calc(1.125rem + 0.75 * ((100vw - 420px) / 780));
    line-height: 1.25;
}

@media only screen and (max-width: 420px) {
    h1 {
        font-size: 1.125rem
    }
    .hero-home-slides-title .slider-heading, .guides .guides-title {
    	font-size: 1.125rem;
	}
}

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 1.875rem
    }
    .hero-home-slides-title .slider-heading, .guides .guides-title {
    	font-size: 1.875rem;
	}
}

h2 {
    font-size: calc(1.5rem + 0.25 * ((100vw - 420px) / 780));
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif;
    color: #007a33
}

@media only screen and (max-width: 420px) {
    h2 {
        font-size: 1.5rem
    }
}

@media only screen and (min-width: 1200px) {
    h2 {
        font-size: 1.75rem
    }
}

h3 {
    font-size: calc(1.125rem + 0.125 * ((100vw - 420px) / 780));
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif;
    color: #4d4d4f
}

@media only screen and (max-width: 420px) {
    h3 {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 1200px) {
    h3 {
        font-size: 1.25rem
    }
}

.text p {
    color: #4d4d4f;
    margin-bottom: 1em
}

.text p.small {
    font-size: .75em;
    margin: 3em 0
}

.text p.reference {
    font-size: .75em;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    margin-bottom: .25em
}

.text ol {
    margin-left: 1em
}

.text ol li {
    list-style: unset
}

.grid-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
    margin: 1.5em 0
}

@media(max-width: 768px) {
    .grid-icons {
        grid-template-columns: repeat(2, 1fr)
    }
    .mobile-hero-image{
        display: block !important;
    }
    .desktop-hero-image{
        display: none !important;
    }
}

.grid-icons-col {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex: 1 0;
    flex-direction: column;
    padding: 1em 0;
    text-align: center
}

.grid-icons-col-image {
    display: flex;
    height: 80px
}

.grid-icons-col-image img {
    max-width: 68px;
    object-fit: none
}

.grid-icons-col p {
    font-size: .875em;
    color: #4d4d4f;
    margin-top: .5em
}

.image {
    margin-bottom: 1em
}

.image img {
    max-width: 100%
}

.list {
    margin-bottom: 2em
}

.list-bullet ul li {
    color: #4d4d4f;
    position: relative;
    padding-left: 1em
}

.list-bullet ul li:before {
    content: "";
    background-color: #007a33;
    display: block;
    margin-right: .5em;
    border-radius: .25em;
    width: .5em;
    height: .5em;
    position: absolute;
    transform: translate(calc(-100% - 0.5em), 0.5em)
}

.list-bullet ul li ul li:before {
    background-color: transparent;
    border: 1px solid #4d4d4f
}

.list-arrow-bullet ul li {
    position: relative;
    margin-bottom: 2em;
    padding-left: 3.5em
}

.list-arrow-bullet ul li:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAJKADAAQAAAABAAAAJAAAAAAJxsHGAAAC/UlEQVRYCc1YvXLTQBDekxi7xKkYuvAEaJyGGYbBPEGcN3CeIKHDpsA0NmXo6DBPEKejwwy0Mcob0IUOUyYz0rJ757PO8kk++YzDzsi6n/355vZHexZQlfpRA27CQxJr09MAQQ9ANFcTA8KMxvyMoZ5cQD/msTMJZ87uQZt4TwhAy1mGGREm9Psehpdjnq6j9YBeRS0Q4ZvKQPKWGRgmb+FdPMlvmfNyQL3mRwDRMQW8x4hnMJy+LNJjB6Ti5Nz7VIqs8mnVkyNbfK0CYjC34RfSFRXp29J6DLXkRR5UsKL8JjzfARg2G1G2sq0lCpdmHDNCcDbthgTsw7OHe/Dt+rM2mLmMsymQrtJ7u3un5Lp59mUu49S+KzJsK0Bc9KoWPBM8whEVQH7+mMvOY7atCi/MTwhPnYVtjFyF+RFJywNUh1ULUGn+22bHfQ1HMJgeS/5eFAGGE9J8311+zllL9gK4DbaQVaIDsqqT4kEcb3xShIVctq003wYoQYAQG5WPtlDAExRhCagQVvd1ISDe8ABFWAT0DrBUv97ktHbsabTI4q3KyspnYrFvDCiG/i8S0G1SVojHjrB0i1rOLvATlYGRZOIyAAF1D2J9rCJe3SOhWbn2pd2I6ks5IWwGRmmdcVBXAbQezPCyI5mqnIzWSlgohnCs515vPhkfMNI4jgOopf6AtgKGEBGWQLaQiF+9Tsf7ZKR1eYfjoCYSZ/TzXA43+XkdHUoxDEZO2WSzgUCyJL3Y6zYnFOCbg1oo2mDAHhpOWyyZFUZM+7xwJ2TYzpr8779+yoYbxJPdgkK6Zv/4oG1mLtMru3Sd4SptPnOZXqmnbWpJrvT0n73ZBtvK0Sog/vuknlJv7FkKcoaWpqybbVj+qll1mSnZa1I5ECfmkv+YYmYwPS3SkwW1jYNvlE8fUNEUj6gk7NtYnNf4VDA9NgPYJlt+QqaEarI6tKSKoLlXPr6gq9HItblzB6SNymsT31TocqD68cain1LJMFMdBH20+TtpiROtyvb+C6llDqDxtMJ0AAAAAElFTkSuQmCC");
    position: absolute;
    top: .25em;
    left: 0;
    width: .5em;
    height: .5em
}

.list-reference ul {
    margin-left: 1em
}

.list-reference ul li {
    color: #4d4d4f;
    font-size: .75em;
    list-style: decimal;
    margin-bottom: .25em
}

.list-legend li {
    font-size: .75em
}

.list.hif {
    color: #4d4d4f
}

.link {
    margin-bottom: 1em
}

.link-group {
    display: grid;
    grid-template-columns: max-content
}

.link-group .link a {
    width: 100%;
    text-align: center
}

.link-group-convenience {
    width: 270px;
    text-align: center
}

.link a {
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    background-color: #007a33;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .875em;
    padding: 1em 1.5em;
    text-transform: uppercase
}

.link a span {
    line-height: 1em;
    transform: translateY(20%);
    display: inline-block
}

.link a:hover {
    background-color: #004c2f
}

.call-out {
    color: #4d4d4f;
    border: 1px solid #4d4d4f;
    padding: 1.5em 2em
}

.call-out p {
    margin-bottom: .5em
}

.call-out p :last-child {
    margin-bottom: 0
}

.call-out a,.color-primary{
    text-decoration: revert;
    color: revert;

}

@media all and (max-width: 768px) {
    .call-out {
        margin-bottom: 2rem
    }
}

.cookie-pop-up-inner {
    max-width: 600px;
    text-align: center
}

.cookie-pop-up h2 {
    margin-bottom: .25em
}

.cookie-pop-up p {
    font-size: 0.75em;
    color: #4d4d4f
}

.cookie-pop-up-section {
    margin-bottom: 1.75em
}

.cookie-pop-up-section :last-child {
    margin-bottom: 0
}

.cookie-pop-up-necessary {
    display: inline-block;
    font-size: 0.6875em;
    margin-top: 1em;
    user-select: none;
    background-color: #43b02a;
    color: #fff;
    padding: 1em;
    border-radius: 2em;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-weight: bold
}

.cookie-pop-up-necessary span {
    display: inline-block;
    transform: translateY(0.2em)
}

.cookie-pop-up .switch {
    margin-top: 1em
}

.cookie-pop-up .button {
    background-color: #007a33
}

.cookie-pop-up .button span {
    display: inline-block;
    transform: translateY(0.2em)
}

.cookie-pop-up .button:hover {
    background-color: #00642a
}

.switch {
    font-size: 0.6875em
}

.switch-inner {
    user-select: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.6875rem;
    height: 1.9145140095rem;
    background-color: #4d4d4f;
    color: #fff;
    border-radius: 2em;
    position: relative;
    border: 0.25rem solid #4d4d4f;
    transition: border 0.5s ease, background-color 0.5s ease;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-weight: bold
}

.switch-inner span {
    display: inline-block;
    transform: translateY(0.2em)
}

.switch-toggle {
    position: absolute;
    top: 0;
    width: calc(1.9145140095rem - (0.25rem * 2));
    height: calc(1.9145140095rem - (0.25rem * 2));
    border-radius: 50%;
    background-color: #fff;
    right: 100%;
    transform: translateX(100%);
    transition: right 0.5s ease, transform 0.5s ease
}

.switch-on .switch-toggle {
    right: 0;
    transform: translateX(0%)
}

.switch-on .switch-inner {
    background-color: #43b02a;
    border-color: #43b02a
}

.text-block {
    padding: 2.5rem 0
}

.text-block h2 {
    margin-bottom: .25em
}

.text-block h4 {
    color: #4d4d4f
}

.text-block p {
    font-family: "Trade Gothic LT Std Extended", Arial, sans-serif;
    color: #4d4d4f
}

.text-block.bg-primary {
    background-color: #007a33;
    margin-bottom: 2rem
}

.text-block.text-white p {
    color: #fff;
    font-family: "Trade Gothic LT Std", Arial, sans-serif
}

.downloads {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em
}

@media(max-width: 768px) {
    .downloads {
        grid-template-columns: repeat(2, 1fr);
        gap: 1em
    }
}

.downloads-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.downloads-item-image {
    margin-bottom: 1em
}

.downloads-item-image img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block
}

.downloads-item-title {
    font-size: 1em;
    color: #007a33;
    margin-bottom: .75rem;
    margin-top: 0
}

.downloads-item-description {
    font-size: 0.875em;
    color: #4d4d4f;
    margin-bottom: 1em
}

.downloads-item-button {
    margin-top: auto
}

.downloads-item-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em
}

.boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.875em;
    margin-top: 1em;
    margin-bottom: 1em
}

.boxes-box {
    background-color: #40146e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    aspect-ratio: 225/120;
    padding: 1em;
    position: relative
}

.boxes-box:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.406' height='14.406' viewBox='0 0 14.406 14.406'%3E%3Cpath id='plus' d='M5.163,0V5.163H0v4.08H5.163v5.163h4.08V9.243h5.163V5.163H9.243V0Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    width: 0.875em;
    height: 0.875em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 0.5em), -50%)
}

.boxes-box:last-child:after {
    display: none
}

@media(max-width: 1140px) {
    .boxes {
        grid-template-columns: repeat(1, 1fr)
    }
    .boxes-box {
        aspect-ratio: initial
    }
    .boxes-box:after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, calc(100% + 0.5em))
    }
}

.legend-table {
    font-size: 1.1875em;
    overflow-x: auto
}

.legend-table table {
    width: 100%;
    border-collapse: collapse
}

.legend-table td {
    text-align: center;
    line-height: 1em
}

.legend-table td small {
    font-size: 0.7368421053em
}

.legend-table thead td {
    padding: .75em 1em;
    background-color: #004c2f;
    border: 1px solid #004c2f;
    color: #fff
}

.legend-table thead tr:last-child td {
    background-color: #e9f0e9;
    color: #4d4d4f;
    border: 1px solid #36773b
}

.legend-table tbody td {
    padding: 1.5em 1em
}

.legend-table-legend .color-blue {
    background-color: #edf9fb;
    border: 1px solid #9f9f9f
}

.legend-table-legend .color-pink {
    background-color: #faf6fb;
    border: 1px solid #bbbcbc
}

.legend-table-legend-item {
    font-size: 0.7368421053em;
    width: max-content;
    margin-bottom: .5em;
    padding: .6em 1em .3em 1em;
    line-height: 1em
}

.legend-table-legend-item:first-child {
    margin-top: 1em
}

.legend-table-legend-item:last-child {
    margin-bottom: 0
}

.legend-table .color-blue tbody td {
    background-color: #edf9fb;
    border: 1px solid #9f9f9f
}

.legend-table .color-blue tbody td:last-child {
    background-color: #faf6fb
}

.legend-table .color-blue .legend-table-legend-item {
    background-color: #edf9fb
}

.legend-table .color-pink tbody td {
    background-color: #faf6fb;
    border: 1px solid #bbbcbc
}

.legend-table .color-pink .legend-table-legend-item {
    background-color: #faf6fb
}

.icon-table {
    border-left: 1px solid #bbbcbc;
    border-right: 1px solid #bbbcbc;
    border-bottom: 1px solid #bbbcbc
}

.icon-table-header .icon-table-col {
    display: flex;
    gap: 1em;
    flex: 1 0
}

@media(max-width: 420px) {
    .icon-table-header .icon-table-col {
        flex-direction: column
    }
}

.icon-table-header .icon-table-col img {
    flex-shrink: 0;
    max-width: 54px;
    display: block
}

.icon-table-cols {
    display: flex
}

.icon-table-col {
    border-right: 1px solid #bbbcbc;
    border-top: 1px solid #bbbcbc;
    padding: 1em
}

.icon-table-col:last-child {
    border-right: none
}

.icon-table-col p {
    margin-bottom: 1em
}

.table {
    overflow-x: auto;
    font-size: 0.875em
}

.table table {
    width: 100%;
    border-collapse: collapse
}

.table td {
    padding: .5em 1em;
    border: 1px solid #bbbcbc
}

.table .background-primary {
    background-color: #007a33;
    color: #fff;
    border: 1px solid #fff
}

.table .background-green-950 {
    background-color: #004c2f;
    color: #fff;
    border: 1px solid #fff
}

.equal-column-boxes {
    display: flex
}

@media(max-width: 420px) {
    .equal-column-boxes {
        flex-direction: column
    }
}

.equal-column-boxes .equal-column-box {
    flex: 1;
    font-size: .875em;
    font-weight: 400;
    margin-left: 2em
}

.equal-column-boxes .equal-column-box:first-child {
    margin-left: 0
}

@media(max-width: 420px) {
    .equal-column-boxes .equal-column-box {
        margin: 0 0 1em
    }
}

.equal-column-boxes .equal-column-box.box-green {
    background-color: #007a33;
    color: #fff;
    padding: 1.75em 1.5em
}

.equal-column-boxes .equal-column-box p {
    margin-bottom: 1em
}

.equal-column-boxes .equal-column-box ul {
    margin-left: 1em
}

.equal-column-boxes .equal-column-box ul li {
    list-style: disc
}

.green-image-box {
    align-items: stretch;
    background-color: #007a33;
    color: #fff;
    display: flex;
    gap: 1em;
    margin-bottom: 2em
}

.green-image-box img {
    max-width: none;
    width: 100%
}

.green-image-box-content {
    flex: 1;
    padding: 1em 0
}

.green-image-box-content p {
    margin-left: 2em
}

.green-image-box-content ul {
    margin: 1em 0 0 2em;
    padding-left: 1em
}

.green-image-box-content ul li {
    list-style: disc
}

.green-image-box-image {
    flex: 1
}

.green-image-box-image img {
    height: 100%
}

.equal-image-text-boxes {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(2, 1fr)
}

.equal-image-text-boxes img {
    max-width: none;
    width: 100%
}

@media(max-width: 420px) {
    .equal-image-text-boxes {
        grid-template-columns: 1fr
    }
}

.equal-image-text-boxes .equal-image-text-box {
    background-color: #007a33;
    flex: 1;
    margin-bottom: 1em
}

@media(max-width: 420px) {
    .equal-image-text-boxes .equal-image-text-box {
        margin: 0 0 1em
    }
}

.equal-image-text-boxes .equal-image-text-box p {
    color: #fff;
    font-style: italic;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.25em;
    padding: .5em 1em 1em
}

.green-box-text-only {
    margin-bottom: 2em;
    padding: 2.5rem 0;
    background-color: #007a33
}

.green-box-text-only .text-only-content p {
    color: #fff
}

.green-box-text-image {
    align-items: stretch;
    background-color: #007a33;
    color: #fff;
    display: flex;
    gap: 1em;
    margin-bottom: 2em
}

.green-box-text-image img {
    max-width: none;
    width: 100%
}

.green-box-text-image .text-image-content {
    flex: 1;
    padding: 1em 0
}

.green-box-text-image .text-image-content p {
    margin-left: 2em
}

.green-box-text-image .text-image-content ul {
    margin: 1em 0 0 2em;
    padding-left: 1em
}

.green-box-text-image .text-image-content ul li {
    list-style: disc
}

.green-box-text-image .text-image-image {
    flex: 1
}

.green-box-text-image .text-image-image img {
    height: 100%
}

.green-box-image-text-boxes {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(2, 1fr)
}

.green-box-image-text-boxes img {
    max-width: none;
    width: 100%
}

@media(max-width: 420px) {
    .green-box-image-text-boxes {
        grid-template-columns: 1fr
    }
}

.green-box-image-text-boxes .green-box-image-text-box {
    background-color: #007a33;
    flex: 1;
    margin-bottom: 1em
}

@media(max-width: 420px) {
    .green-box-image-text-boxes .green-box-image-text-box {
        margin: 0 0 1em
    }
}

.green-box-image-text-boxes .green-box-image-text-box p {
    color: #fff;
    font-style: italic;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.25em;
    padding: .5em 1em 1em
}

.ckd-pop-up-strong {
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif
}

.ckd-pop-up .pop-up-container {
    max-width: 780px;
    margin: 2em auto
}

/* .ckd-pop-up .pop-up-container .pop-up-close {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
} */

.mobile-hero-image{
    display: none;
}
@media all and (min-width: 768px) {
    .ckd-pop-up .pop-up-container {
        padding: 3em
    }
}


.ckd-pop-up .logos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem
}

.ckd-pop-up .logos img {
    max-height: 50px
}

.ckd-pop-up .downloads {
    grid-template-columns: 1fr 1fr;
    margin: 2em 0
}

.ckd-pop-up .downloads-item {
    background-color: #f5f5f5;
    text-align: center
}

.ckd-pop-up .downloads-item-title,
.ckd-pop-up .downloads-item-description,
.ckd-pop-up .downloads-item-button {
    padding: 0 3em
}

.ckd-pop-up .downloads-item-button {
    margin-bottom: 1em
}

@media all and (max-width: 500px) {
    .ckd-pop-up .downloads {
        grid-template-columns: 1fr
    }
}

header .formsearch {
    background-color: transparent;
    display: inline-block;
    border: none;
    outline: none;
    height: 40px;
    position: relative;
    padding: 0  
}

header .formsearch .img {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    /* background-image: url("../../../etc.clientlibs/evrenzo/clientlibs/clientlibs-evrenzo/resources/icons/nav-search.svg");
    background-repeat: no-repeat;
    background-size: contain; */
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    cursor:pointer
}

/* placeholder */
.cq-Overlay--placeholder {
    color: #808080;
    border-color: rgba(128, 128, 128, 0.5);
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0.125rem;
    margin: -0.125rem
}
.table-th{
    text-align: center;
    line-height: 1em;
    padding: 0.75em 1em;
    background-color: #004c2f;
    border: 1px solid #004c2f;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

header .desktop-menu ul li a:focus-visible{
    outline-style: solid;
    outline-width: 1px;
}

.minHeight{
    min-height: 0.8rem;
}

.topPara p{
    position: relative;
    top: 170px;
    font-size: 23px;
    letter-spacing: 0.15rem;
    margin: 0;
    color:white;
    line-height: normal;
}

.topH2 h2{
    position: relative;
    top: 170px;
    font-size: 30px;
    letter-spacing: 0.4rem;
    margin: 0;
    color:white;
}

.middleText p{
    position: relative;
    top:245px;
    font-size: 0.75rem;
    margin: 0;
    color:white;
    line-height: normal;
}

.footerText p{
    position: relative;
    top: 480px;
    font-size: 0.65rem;
    padding-bottom: 3px;
    margin: 0;
    color:white;
    line-height: normal;
}

.coverpage{
    background-image: linear-gradient(120deg, #007a33, #305284);
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}
.evrenzo-header{
    position: sticky;
    top: 0;
    background: white;
    z-index: 999;
}
.pi-buttons .button{
    display: block;
    margin-bottom: 10px;
}
.pi-buttons {
    text-align: right;
}
.padding-5{
    padding: 3rem;
}
.arrow-sidebar{
    list-style: none;
  }
  .arrow-sidebar li{
    background:#f5f5f5;
   margin-bottom:5px;
  }
  .arrow-sidebar .inner{
    display: flex;
  }
  .arrow-sidebar li .menu-content ul li{
    list-style: disc !important;
  }
  .arrow-sidebar li .menu-content ul{
    padding-left: 2rem;
  }
  .arrow-sidebar li .menu{
    width: 150px;
    background: #007a33;
    color: #fff;
    margin-bottom: 1px;
    padding: 45px 30px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex
  }
  .arrow-sidebar li .menu:before,
  .arrow-sidebar li .menu:after {
    width: 20px;
    height: 50%;
    position: absolute;
    left: 100%;
    content: "";
  }
  .arrow-sidebar li .menu:before {
      top: 0px;
      background: linear-gradient(to right top, #007a33 50%, transparent 50%)
  }
  
  .arrow-sidebar li .menu:after {
      top: 50%;
      background: linear-gradient(to right bottom, #007a33 50%, transparent 50%)
  }
  .arrow-sidebar li .menu-content{
   padding: 10px 40px;
  }
  .menu-content div{
    margin-top: 10px;
  }

  .center-align{
    text-align: center;
}

.de-new-component {
    background-color: #eef9fc;
    padding: 2rem 4rem
}

.de-new-component p {
    color: #007a33 !important;
    margin-bottom: .5rem !important;
    font-style: normal !important;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: .9rem;
}

.de-new-component .button {
    background-color: #007a33;
    border-radius: 25px;
    padding: 10px !important;
}

.de-new-component .button:hover {
    background-color: #00642a
}

.de-new-component-2{
    border: 2px solid purple;
    background-color: purple; /*url(../../../content/dam/evrenzo/pp.jpg);*/
    background-repeat: no-repeat;
    padding: 1rem 5rem;
    border-bottom-right-radius: 25px;
    text-align: left;
    color: white;
    background-size: cover;
}
.de-new-component-2 .button {
    background-color: #fff;
    color:purple;
    border-radius: 25px;
    padding: 10px !important;
}
    
.de-new-component-2 .button:hover {
    background-color: #fff;
}
    
.de-new-component-2 h3{
    color: #fff !important;
}

.white-box-container .green-box{
    align-items: stretch;
    background-color: #fff !important;
    color: gray !important;
    display: flex;
    gap: 1em;
    margin-bottom: 2em
}
.green-title{
    color: #007a33;
}
.gray-title{
    color: #4d4d4f;
}
.info-text{
    font-size: 0.70em;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.info-text-mobile{
    display: none;
}
@media(max-width: 768px) { 
    .info-text{
        display: none;
    }
    .info-text-mobile{
        display: block;
        font-weight: bold;
        font-family: Arial, sans-serif;
        font-size: 0.70em;
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media only screen and (width:768px) {
    .info-text{
        display: none;
    }
    .info-text-mobile{
        display: block;
        font-weight: bold;
        font-family: Arial, sans-serif;
        font-size: 0.70em;
        margin-right: 10px;
        margin-left: 10px;
    }
}

/* OneTrust icon color changes */
body .ot-floating-button__front.custom-persistent-icon{
    background-image: url('../../../content/dam/globalbrands/evrenzo/icons/onetrust-icon.png');
}

@media all and (min-width: 768px) {
    #gray-background{
        background-color: #F5F5F5;
        clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
        height: 50%;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: -999;
    }
}


.pre_footer_description{
    text-align: left;
    color: #fff;
}
.pre_footer_description p{
    font-size: 0.7rem !important;
}

.hcp-identification {
    padding-top: 5%;
    padding-bottom: 5%;
}

.hcp-identification #hcpIdentification {
    padding: 5% 5%;
    background: #007a33;
}

.hcp-identification #hcpIdentification h1 {
    margin: 0;
    width: auto;
    color: #FFFFFF;
    font-family: "Trade Gothic LT Std", Arial, sans-serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -0.93px;
    line-height: 52px;
}

.hcp-identification #hcpIdentification p {
    color: #FFFFFF;
    font-family: "Trade Gothic LT Std", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
}

.hcp-identification #hcpIdentification .register-required-info {
    color: #FFFFFF;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: right;
    margin-top: 2%;
}

.hcp-identification #hcpIdentification .register-input-label {
    width: auto;
    color: #FFFFFF;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
}

.hcp-identification #hcpIdentification .register-input{
    color: #000;
    display: grid;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    outline: 0;
}

.hcp-identification #hcpIdentification .register-input[type=Password] {
    font-size: 16px;
}

.hcp-identification #hcpIdentification .register-input option{
    color: #000;
    font-family: "Trade Gothic LT Std", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

/* .register-form #registerAccount .register-input option:first-child {
    color: #FFFFFF;
    font-weight: bold;
} */

.hcp-identification #hcpIdentification .registerHelpText{
    color: #000;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    padding-top: 10px;
}

.hcp-identification #hcpIdentification .registerHelpText p {
    margin: 0;
    color: #FFFFFF;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.hcp-identification #hcpIdentification .registerHelpText ul {
    list-style-position: inside;
}

.hcp-identification #hcpIdentification .registerDisclaimer p {
    margin: 0;
    color: #000;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 32px;
    padding-top: 72px;
}

.hcp-identification #hcpIdentification .registerDisclaimer a {
    color: #000;
}

.hcp-identification #hcpIdentification .register-terms {
    padding-top: 15px;
    position: relative;
}

.hcp-identification #hcpIdentification .register-terms .register-terms-input {
    float: left;
    margin: 0;
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.hcp-identification #hcpIdentification .register-terms .custom-checkbox {
    box-sizing: border-box;
    height: 22.5px;
    width: 22.5px;
    border: 2px solid #FFFFFF;
    position: absolute;
    left: 0;
    border-radius: 1px;
    cursor: pointer;
}

.hcp-identification #hcpIdentification .register-terms .register-terms-input:checked+.custom-checkbox {
    background-color: #FFFFFF;
}

.hcp-identification #hcpIdentification .register-terms .register-terms-input:checked+.custom-checkbox::after {
    position: absolute;
    content: "";
    transform: rotate(40deg) scale(0.8);
    opacity: 1;
    left: 4px;
    top: -1px;
    width: 6px;
    height: 14px;
    border: solid #FFFFFF;
    border-width: 0px 4px 4px 0;
    border-radius: 0 0px 2px 0px;
    background-color: transparent;
}

.hcp-identification #hcpIdentification .register-terms .register-terms-label p {
    margin: 0;
    color: #000;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 35px;
    cursor: pointer;
}

.hcp-identification #hcpIdentification .register-input-error {
    opacity: 0;
    color: #FFFFFF;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 8px;
}

.hcp-identification #hcpIdentification #registeredEmailError {
    display: none;
    height: auto;
    opacity: 1;
}

.hcp-identification #hcpIdentification .register-button {
    height: 56px;
    width: 214px;
    border-radius: 30px;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: -0.09px;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    background-color: #A62B4E;
    border: none;
    margin-top: 36px;
}

.hcp-identification #hcpIdentification .register-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hcp-identification #hcpIdentification .register-button a {
    text-decoration: none;
    color: #FFFFFF;
    width: -webkit-fill-available;
    width: -moz-available;
    height: -webkit-fill-available;
    height: -moz-available;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hcp-identification #hcpIdentification .register-button:disabled a {
    pointer-events: none;
}

.hcp-identification #hcpIdentification .register-profile {
    display: none;
    margin-top: 20px;
}

.hcp-identification #hcpIdentification .register-profile h3 {
    margin: 0 0 .5rem;
    font-size: 21px;
    color: #FFFFFF;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-weight: bold;
}

.hcp-identification #hcpIdentification .register-profile p {
    margin: 0 0 1rem;
}

.hcp-identification #hcpIdentification .register-profile .profile {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 8px;
    min-height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
}

.hcp-identification #hcpIdentification .register-profile .profile.clicked {
    font-weight: bold;
}

.hcp-identification #hcpIdentification .register-profile button {
    height: 45px;
    padding: 7px 4%;
    border-radius: 30px;
    font-size: 21px;
    color: #007a33;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
}

.hcp-identification #hcpIdentification .register-profile button.hover, .hcp-identification #hcpIdentification .register-profile button.clicked{
    color: #FFFFFF !important;
    background-color: #007a33 !important;
}

.hcp-identification #hcpIdentification .error {
    display: none;
    min-height: 23px;
    color: #FFFFFF;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 0;
}

#notListedErrorModal {
    display: none;
    position: absolute;
    z-index: 999;
    top: 200px;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-left: 27.75%;
    margin-right: 27.75%;
    background: #FFFFFF;
    border-radius: 7px;
    box-shadow: 0 5px 10px 0 rgba(85, 87, 89, 0.12);
}

#notListedErrorModal .modal-content {
    position: relative;
    padding: 70px 12.5%;
}

#notListedErrorModal .modal-body {
    text-align: center;
}

#notListedErrorModal .modal-body h1 {
    color: #FFFFFF;
    font-family: "Trade Gothic LT Std - Bold 2", Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 0;
    margin: 0;
}

#notListedErrorModal .modal-body button {
    height: 56px;
    width: fit-content;
    width: -moz-fit-content;
    border-radius: 30px;
    font-size: 21px;
    color: #FFFFFF;
    background-color: #A62B4E;
    line-height: 24px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 20px;
}

#notListedErrorModal .modal-body button a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
    height: -moz-available;
    width: -webkit-fill-available;
    width: -moz-available;
    text-decoration: none;
    color: #FFFFFF;
}

@media only screen and (max-width:960px) {
    .hcp-identification {
        padding: 0;
    }

    .hcp-identification #hcpIdentification {
        padding: 40px 8%;
        margin: 0;
    }

    .hcp-identification #hcpIdentification h1{
        font-size: 48px;
        letter-spacing: -0.5px;
        line-height: 48px;
        text-align: center;
    }

    .hcp-identification #hcpIdentification p{
        font-size: 18px;
        text-align: center;
    }

    .hcp-identification #hcpIdentification .register-required-info{
        line-height: 24px;
        padding-right: 0;
    }

    .hcp-identification #hcpIdentification .register-input-label{
        font-size: 18px;
    }

    .hcp-identification #hcpIdentification .register-input {
        width: 100%;
    }

    .hcp-identification #hcpIdentification .registerHelpText, .hcp-identification #hcpIdentification .registerHelpText p {
        font-size: 16px;
        text-align: left;
    }

    .hcp-identification #hcpIdentification .registerDisclaimer p {
        font-size: 18px;
        line-height: 24px;
        padding-top: 40px;
        text-align: left;
    }

    .hcp-identification #hcpIdentification .register-terms {
        padding-top: 24px;
    }

    .hcp-identification #hcpIdentification .register-terms .register-terms-label p {
        font-size: 16px;
        text-align: left;
    }

    .hcp-identification #hcpIdentification .register-input-error, .hcp-identification #hcpIdentification .error{
        font-size: 18px;
    }

    .hcp-identification #hcpIdentification .register-button {
        margin-top: 32.5px;
    }

    .hcp-identification #hcpIdentification .register-profile p{
        text-align: left;
    }

    #notListedErrorModal {
        margin-left: 4%;
        margin-right: 4%;
    }

    #notListedErrorModal .modal-content {
        padding: 84px 4.8%;
    }

    #notListedErrorModal .modal-body h1 {
        font-size: 18px;
    }
}

#hcp-indentification-modal{
    background-color: hsl(0, 0%, 90%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s linear;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
}

#hcp-indentification-modal .pop-up-container{
    max-width: 900px;
    width: 100%;
    background: inherit;
    padding: 0;
}

@media only screen and (min-width:961px) {
    #hcp-indentification-modal .pop-up-container{
        margin: 2rem 20rem;
    }
}

.hide{
    display: none !important;
}

.hcp-identification #hcpIdentification #subtitle{
    display: block;
}
