.home-wrapper {
    font-family: McKinsey Sans, Helvetica Neue, Calibri, Corbel, Helvetica, Roboto, Droid, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-wrapper .logo {
    height: 50px;
    margin-bottom: 22px;
}
.home-wrapper .main-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px 0;
    gap: 53px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.home-wrapper .main-wrapper .cards {
    padding: 20px;
    text-align: center;
    max-width: 303px;
}
.home-wrapper .main-wrapper .top-text {
    font-size: 24px;
    margin-bottom: 20px;
}
.home-wrapper .main-wrapper .middle-text{
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
}
.home-wrapper .main-wrapper .button-top-text{
    font-size: 16px;
    margin-bottom: 5px !important;
}
.home-wrapper .main-wrapper .button-bottom-text{
font-weight: 600;
font-size: 16px;
}
.home-wrapper .main-wrapper .cta-button {
    background-color: #F0F0F0;
    padding: 23px 20px;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 11px 12px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    gap:20px;
}
.home-wrapper .main-wrapper .cta-button .arrow {
    background-image: url("/themes/custom/bluetheme/media/img/Arrow.png");
    -webkit-transform: rotate(180deg);
    width: 15px;
    height: 15px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
    background-color: #000;
    border-radius: 50%;
}
.home-wrapper .main-wrapper .cta-button span {
    margin-left: 13px;
}
.home-wrapper .main-wrapper .cta-button:hover {
    background-color: #ddd;
}
.home-wrapper footer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    padding-top: 27px;
    border-top: 1px solid grey;
}

.home-wrapper footer a {
    text-decoration: none;
    color: #666;
    font-size: 0.9rem;
}


.node-id-20 .dialog-off-canvas-main-canvas .layout-container  > header {
  display: none;
}


.node-id-20 .dialog-off-canvas-main-canvas .layout-container > footer {
  display: none;
}


.node-id-20 .paragraph--type--simple-text.background-light  {
  background: #fff !important;
}



.node-id-20 .cta-button a {
	text-decoration: none;
	color: #000;
}

.node-id-20 .cta-button {
 position: relative;
}

.node-id-20 .cta-button a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
    background: #000000
}

div#sliding-popup.eu-cookie-withdraw-wrapper {
    background: transparent;
}

#sliding-popup h1,
#sliding-popup h2,
#sliding-popup h3,
#sliding-popup p,
#sliding-popup label,
#sliding-popup div,
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-withdraw-tab {
    color: #ffffff;
}

.eu-cookie-withdraw-tab {
    border-color: #ffffff;
}

