@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.eot');
    src: local('Quicksand Light'), local('Quicksand-Light'),
        url('../fonts/Quicksand-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff'),
        url('../fonts/Quicksand-Light.ttf') format('truetype'),
        url('../fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.eot');
    src: local('Quicksand Bold'), local('Quicksand-Bold'),
        url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/Quicksand-Bold.woff') format('woff'),
        url('../fonts/Quicksand-Bold.ttf') format('truetype'),
        url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BalooDa-Regular';
    src: url('../fonts/BalooDa-Regular.eot');
    src: local('Baloo Da'), local('BalooDa-Regular'),
        url('../fonts/BalooDa-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BalooDa-Regular.woff2') format('woff2'),
        url('../fonts/BalooDa-Regular.woff') format('woff'),
        url('../fonts/BalooDa-Regular.ttf') format('truetype'),
        url('../fonts/BalooDa-Regular.svg#BalooDa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.eot');
    src: local('Quicksand Regular'), local('Quicksand-Regular'),
        url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff'),
        url('../fonts/Quicksand-Regular.ttf') format('truetype'),
        url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-SemiBold.eot');
    src: local('Quicksand SemiBold'), local('Quicksand-SemiBold'),
        url('../fonts/Quicksand-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-SemiBold.woff2') format('woff2'),
        url('../fonts/Quicksand-SemiBold.woff') format('woff'),
        url('../fonts/Quicksand-SemiBold.ttf') format('truetype'),
        url('../fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.eot');
    src: local('Quicksand Medium'), local('Quicksand-Medium'),
        url('../fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/Quicksand-Medium.woff') format('woff'),
        url('../fonts/Quicksand-Medium.ttf') format('truetype'),
        url('../fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body{
    background-color:#66C9BA;
}

h1, h2, h3, h4, h5 {
    font-family: "BalooDa-Regular", "Nunito-ExtraBold";
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    color:white;
}

.welcome-country__header {
    background: linear-gradient(180deg, #55c1b3, #22B2A7);
    height: 130px;
}

.welcome-country__chupachups-logo {
    max-width: 100px;
}

.text-col-fjordgreen{
    color: #468E83;
    font-family: "Quicksand-Medium", "Roboto-Regular";
}
.welcome-contry__content-wrapper {
    min-height: 100vh;
    @media (min-width: $lg) { min-height: calc(100vh - 130px); }
}

.welcome-country__mylovelyanimals-logo {
    max-width: 12.5rem;
    @media (min-width: $lg) { max-width: calculateRem(200px); }
}

.welcome-country__subtitle {
    font-size: 38px;
}

.welcome-country__description {
    font-size: 18px;
}

.welcome-country__planet,
.welcome-country__access {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.welcome-country__planet,
.welcome-country__animals-chorus {
    transition: all .2s ease-in-out;
    max-width: 100%;
}

.welcome__planet-container:hover .welcome-country__planet {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.85);
}

.welcome__planet-container:hover .welcome-country__animals-chorus {
    transform: scale(1.15);
}

.welcome-country__access {
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
    font-family: 'BalooDa-Regular';
    box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.4) !important;
    border-radius: 1.75rem !important;
    /* box-shadow: 0 0 0 0.3125rem rgba(255, 255, 255, 0.4) !important; */
    background-color: white;
    font-family: "BalooDa-Regular", "Nunito-ExtraBold";
    color: #A386E3;
    width: 201px;
    height: 54px;
    
    border-style: none;



    /* @media (min-width: 400px) { font-size: $typo-20; }
    @media (min-width: 450px) { 
        box-shadow: 0 0 0 calculateRem(8px) $white_40-opacity;
        font-size: $typo-24;
        width: 201px;
        height: 54px;
    } */
}

.welcome__planet-container:hover .welcome-country__access {
    background-color: #A386E3;
    color: white;
    box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.4);
    font-size: 1.5rem;
    width: 201px;
    height: 54px;
}

.welcome-country__input {
    width: 100%;
    margin-bottom: 48px;
    position: relative;
    height: 52px;
    border: 0.25rem solid white;
    border-radius: 1.75rem;
    color: white !important;
    background-color: #AFDCD5 !important;
    padding: 0 30px !important;
    width: 482px;
    outline: none;

    @media (min-width: 500px) { max-width: 482px; }
}
.custom-select{
    position: relative;
    padding: 0;
    border: 0;
}

.input-select{
    overflow: unset;
}

.custom-select select{
    display: none;
}

.select-selected i{
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.select-selected i:before{
    /* content: ""; */
    color: #fff;
    font-size: 30px;
    line-height: 90px;
    
}

.select-selected, .select-items div{
    display: flex !important;
    align-items: center;
    padding: 0 30px !important;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: 0 !important;
}

.select-items div{
    cursor: pointer;
    user-select: none;
    height: 54px;
    color: #898989 !important;
    background-color: #AFDCD5 !important;
}

.select-items div:hover{
    color:#a1b2af !important;
}

.input-select *{
    border-color: transparent;
    user-select: none;
}

.select-selected {
    position: relative;
    height: 100%;
    border: 0.25rem solid white;
    border-radius: 1.75rem;
    color: white !important;
    margin-left: -29px;
    width: 482px;
}
.select-selected:active{
    
}
.select-items:active{
    display: block;
}
.select-hide{
    display: none;
}
.select-items div, .select-selected{
    cursor:pointer;
    user-select: none;
    background-color: #AFDCD5 !important;
}
.open{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.select-arrow-active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select-items{
    position: absolute;
    top: calc(100% - 1px);
    left: 1px;
    right: 0;
    z-index: 99;
    border-top: 0.0625rem solid white;
    border-left: 0.25rem solid white;
    border-right: 0.25rem solid white;
    border-bottom: 0.25rem solid white;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.15);
    display: none;
    height: 110px;
    width: 482px;
}


/* RESPONSIVE */

/* Small devices  */
@media only screen and (max-width: 480px) {
    .select-selected{
        width: 350px;
    }
    .welcome-country__input{
        width: 350px;
    }
    .select-items{
        width: 350px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
    
    
}

/* Quantcast Styles */

.qc-cmp-ui-content{
background-color: #66C9BA !important;
}
.qc-cmp-deprecation-messaging{
display:none !important;
}
.qc-cmp-button {
    background-color: white !important;
    border-color: #66C9BA !important;
}
.qc-cmp-bold-messaging{
color: black !important;
}
.qc-cmp-purpose-description{
color: black !important;
}
.qc-cmp-company-cell{
color: black !important;
}
.qc-cmp-persistent-link{
background-color: #66C9BA !important;
}
.qc-cmp-button:hover {
    
    background-color: #66C9BA !important;
    border-color: #66C9BA !important;
    color: black !important;
}

.qc-cmp-alt-action,
.qc-cmp-link {
    color: #66C9BA !important;
}

.qc-cmp-button.qc-cmp-secondary-button:hover {
    border-color: transparent !important;
    background-color: #66C9BA !important;
}

.qc-cmp-button {
    color: black !important;
}

.qc-cmp-button.qc-cmp-secondary-button {
    color: black !important;
}

.qc-cmp-button.qc-cmp-button.qc-cmp-secondary-button:hover {
    color: black !important;
}

.qc-cmp-button.qc-cmp-secondary-button {
    border-color: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #66C9BA !important;
}

.qc-cmp-ui,
.qc-cmp-ui .qc-cmp-main-messaging,
.qc-cmp-ui .qc-cmp-messaging,
.qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui .qc-cmp-title,
.qc-cmp-ui .qc-cmp-sub-title,
.qc-cmp-ui .qc-cmp-purpose-info,
.qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui .qc-cmp-table-header,
.qc-cmp-ui .qc-cmp-vendor-list,
.qc-cmp-ui .qc-cmp-vendor-list-title {
    color: black !important;
}

.qc-cmp-ui a,
.qc-cmp-ui .qc-cmp-alt-action,
.qc-cmp-toggle-status {
    color: #5B6670 !important;
}

.qc-cmp-ui {
    background-color: #FFFFFF !important;
}

.qc-cmp-publisher-purposes-table .qc-cmp-table-header {
    background-color: #FFFFFF !important;
}

.qc-cmp-publisher-purposes-table .qc-cmp-table-row {
    background-color: #FFFFFF !important;
}

.qc-cmp-vendor-list .qc-cmp-vendor-row {
    background-color: #FFFFFF !important;
}

.qc-cmp-vendor-list .qc-cmp-vendor-row-header {
    background-color: #FFFFFF !important;
}

.qc-cmp-table {
    border: 1px solid #000000 !important;
}

.qc-cmp-table-row {
    border-top: 1px solid #000000 !important;
}

.qc-cmp-table-row:last-child {
    border-bottom: 1px solid #000000 !important;
}

.qc-cmp-toggle-status {
    color: #000000 !important;
}

.qc-cmp-arrow-down {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='#000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpolyline points='2 5 8 11 14 5'/%3E %3C/svg%3E") center no-repeat;
}

.qc-cmp-small-toggle.qc-cmp-toggle-on,
.qc-cmp-toggle.qc-cmp-toggle-on {
    background-color: #000000 !important;
    border-color: #000000 !important;
}