/* Global CSS */
body.fd {
    font-family: 'Poppins', sans-serif;
}

small-y {
    font-size: 60%;
}

.fd-divisor-shadow {
    background: rgb(228,228,228) !important;
    background: linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 35%, rgba(248,248,248,1) 100%) !important;
    /* background-color: #f3f3f3 !important; */
    -webkit-box-shadow: inset 0px -17px 24px -10px rgb(0 0 0 / 20%) !important;
    box-shadow: inset 0px -17px 24px -10px rgb(0 0 0 / 20%) !important;
}

.theme-color {
    color: #146fe0 !important;
}

.theme-color2 {
    color: #04bf7b !important;
}

.form-emkt {
    border-radius: 8px;
    background-color: #04BF7B !important;
    border-color: #04BF7B !important;
}

.animate-typing-color {
    color: #04bf7b !important;
}

.pre-footer-corporate {
    font-weight: 400;
}

.rights {
    font-weight: 400;
}

/* Cookies */
.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #F1F6F4;
    padding: 0 4% 0 3%;
}

.cookie-consent-banner__inner {
    /* max-width: 960px; */
    margin: 0 auto;
    padding: 14px 0 20px 0;
}

.cookie-consent-banner__copy {
    width: 92%;
    float: left;
    position: relative;
}

.cookie-consent-banner__actions {
    width: 8%;
    float: right;
    position: relative;
    text-align: right;
}

.cookie-consent-banner__header {
    /* margin-bottom: 8px; */
    /* font-weight: normal;
    font-size: 16px;
    line-height: 24px; */
}

.cookie-consent-banner__description {
    /* font-weight: normal; */
    color: #888;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
}

.cookie-consent-banner__cta {
    margin: 16px 0 10px 0;
    box-sizing: border-box;
    display: inline-block;
    min-width: 16%;
    padding: 8px 10px;
    border-radius: 8px;
    background-color: #04BF7B;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #146FE0;
    background-color: transparent;
    color: #146FE0;
}

.cookie-consent-banner__cta:hover {
    background-color: #146FE0;
    color: white;
}

.cookie-consent-banner__cta:link {
    color: white;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #04BF7B;
    background-color: transparent;
    color: #04BF7B;
}

.cookie-consent-banner__cta:last-child {
    /* margin-left: 16px; */
}

/* Plans table */
.plan-module-table {
    position: relative;
    background-color: white;
}

.plan-footer-cta {
    padding-bottom: 1em;
    padding-top: 3em;
    position: -webkit-sticky;
    position: sticky;
    z-index: 20;
    bottom: 0;
}

.plan-footer-cta a.button{
    background-color: #146FE0;
    border-color: #146FE0;
}

.plan-footer-cta a.button:hover{
    background-color: #024A68;
}

.plan-services-list {
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F2F4F5;
    top: 4em;
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fdfdfd;
    /* border-radius: 10px; */
    /* box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.09); */
    font-size: 16px;
    text-transform: uppercase;
    color: #676767;
}

.plan-services-item {
    padding: 2rem 0;
    border-bottom: 1px solid #F2F4F5;
    align-items: center;
}

.plan-title-item {
    text-align: center;
}

.module-title {
    padding-top: 1em;
    text-align: center;
    font-weight: 500;
}

.module-service {
    text-align: left;
}

.plan-item-description {
    color: #146FE0;
    border-bottom: 1px dashed #146FE0;
    cursor: pointer;
}

@media (max-device-width: 767px) {
    .module-service {
        text-align: center;
    }
    .plan-footer-cta a.button{
        margin: 1%;
    }
    .plan-services-list {
        top: 2em;
    }
    .plan-col-intermediate, .module-title{
        background-color: #f7f7f7;
        padding-bottom: 1em;
    }    
}
/* Plans table */

/* Tabitem */
.tabs-vertical > ul > li:hover {
    background-color: #f9f9f9;
    border-radius: 20px;
}

.tabs-vertical > ul > li > a:hover {
    background-color: #f9f9f9;
    border-radius: 20px;
}

.tabs-custom.tabs-vertical .nav-custom-tabs li.active a, .tabs-custom.tabs-vertical .nav-custom-tabs li:hover a {
    color: #333;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.tabs-custom.tabs-vertical .nav-custom-tabs li.active, .tabs-custom.tabs-vertical .nav-custom-tabs li:hover {
    background-color: #f9f9f9;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 15px -10px #000000; 
    box-shadow: 0px 2px 15px -10px #000000;
    transition: all 0.3s ease-in-out;
}

.tabs-custom.tabs-vertical .nav-custom-tabs li.active, .tabs-custom.tabs-vertical .nav-custom-tabs li::after {
    transition: box-shadow 1.3s ease-in-out;
}

a.nav-link-more {
    color: #146FE0 !important;
}

.tab-icon {
    width: 10%;
    padding: 1%;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin-left: 5%;
    vertical-align: middle;
}

.tab-item-icon {
    width: 85%;
    padding-left: 20px !important;
}

svg.iconify.tab-icon {
    width: 10%;
    /* margin: 0; */
}

.tabs-title {
    margin-top: -13px;
    margin-bottom: 20px;
}

@media (max-device-width: 767px) {
    .tabs-custom .nav-custom-tabs li a {
        color: #333;
        text-align: center;
        vertical-align: middle;
        transition: .3s all ease;
        background-color: unset !important;
        width: 100%;
    }

    .tab-icon {
        margin-left: 0;
    }

    .tabs-custom .nav-custom-tabs li {
        margin: -1px 0;
        width: 100%;
    }

    svg.iconify.tab-icon {
        width: 10%;
        margin: 18px 45% 0 45%;
    }

    .tabs-custom .nav-custom-tabs li a:hover, .tabs-custom .nav-custom-tabs li.active a {
        background-color: unset;
        color: #146FE0;
    }

    .tabs-title {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}
/* /Tabitem */

/* Menu */
.btn-login {
    color: #146FE0 !important;
}

.btn-login:hover {
    color: #04BF7B !important;
}

.navbar-fd {
    background-color: white;
    -webkit-box-shadow: 0 6px 24px -10px #e2e1e1;
    -moz-box-shadow: 0 6px 24px -10px #e2e1e1;
    box-shadow: 0 6px 24px -10px #e2e1e1;
}

.fd-img-menu img {
    height: 80px;
    object-fit: cover;
}

.fd-nav-item {
    color: #18191F !important;
}

.fd-btn-1 {
    background: #024A68;
    border-radius: 8px;
    color: #F7F7FC !important;
    border: none;
}

.fd-btn-1:hover{
    background: #146FE0;
    border-radius: 8px;
    color: #F7F7FC !important;
    border: none;
}

.fd-btn-1:active {
    background: #FFFFFF;
}

.fd-btn-2 {
    background: #FFFFFF;
    border-radius: 8px;
    color: #024A68 !important;
    border: none;
}

.fd-btn-2:hover{
    background: none;
    border-radius: 8px;
    color: #024A68 !important;
    border: none;
}

.fd-btn-2:active {
    background: none;
    color: #024A68 !important;
}

.fd-dropdown-item a:hover {
    color: #024A68;
}

.fd-dropdown-item a:active {
    background-color: #024A68;
    color: white;
}

/* Fonts Styles */
.fd-f-14 {
    font-size: 14px;
}

.fd-f-18 {
    font-size: 18px;
}

.fd-f-72 {
    font-size: 72px;
}

.fd-fh-400 {
    font-weight: 400;
    line-height: 20px;
}

.fd-fh-500 {
    font-weight: 500;
    line-height: 24px;
}

.fd-fh-600 {
    font-weight: 600;
    line-height: 24px;
}

.fd-ls-75 {
    letter-spacing: 0.75px;
}

/* Opening */
.circle {
    width: 40em;
    height: 40em;
    background: #146fE0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: right;
    right: -6%;
    top: -6%;
    z-index: -5;
    transition: all 1.3s ease-in-out;
    position: fixed;
    display: flex;
}

.circle:hover {
    transform: scale(1.1);
}

.circle2 {
    width: 7em;
    height: 7em;
    background: #04BF7B;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: right;
    right: 30%;
    top: 74%;
    z-index: -10;
    transition: all 1.3s ease-in-out;
    position: fixed;
    display: flex;
    z-index: 0;
}

.circle2 {
    motion-path: path("M18.45,58.46s52.87-70.07,101.25-.75,101.75-6.23,101.75-6.23S246.38,5.59,165.33,9.08s-15,71.57-94.51,74.56S18.45,58.46,18.45,58.46Z");
    offset-path: path("M18.45,58.46s52.87-70.07,101.25-.75,101.75-6.23,101.75-6.23S246.38,5.59,165.33,9.08s-15,71.57-94.51,74.56S18.45,58.46,18.45,58.46Z");
    motion-rotation: reverse;
    animation: move 50s linear infinite;
}

.opening-row {
    margin-top: -7em;
}

#presentation_galery_h6 {
    margin-top: 3em;
    padding-right: 4em;
}

@keyframes move {
    100% {
    motion-offset: 100%;
    offset-distance: 100%;
    }
}

.circle2:hover {
    transform: scale(1.1);
    filter: blur(1px);
    -webkit-filter: blur(1px);
    background: #007c4c;
}

.circle3 {
    width: 7em;
    height: 7em;
    background: #024A68;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: right;
    right: 38%;
    top: 18%;
    z-index: -10;
    transition: all 1.3s ease-in-out;
    position: fixed;
    display: flex;
    z-index: 0;
}

.circle3 {
    motion-path: path("M5.45,12.20s11.87-70.07,10.25-.75,101.75-6.23,101.75-6.23S246.38,5.59,165.33,9.08s-15,71.57-94.51,74.56S18.45,58.46,18.45,58.46Z");
    offset-path: path("M5.45,12.20s11.87-70.07,10.25-.75,101.75-6.23,101.75-6.23S246.38,5.59,165.33,9.08s-15,71.57-94.51,74.56S18.45,58.46,18.45,58.46Z");
    motion-rotation: reverse;
    animation: move 80s linear infinite;
}
@keyframes move {
    100% {
    motion-offset: 100%;
    offset-distance: 100%;
    }
}

.circle3:hover {
    transform: scale(1.1);
    filter: blur(1px);
    -webkit-filter: blur(1px);
    background: #04BF7B;
}

.presentation img {
    width: 36em;
    /* position: absolute; */
    display: block;
    top: -5em;
    right: 10%;
    -webkit-box-shadow: -6px 18px 36px 5px rgba(0,0,0,0.36);
    box-shadow: -6px 18px 36px 5px rgba(0,0,0,0.36);
    border-radius: 40px 50px 50px 40px;
    -moz-border-radius: 40px 50px 50px 40px;
    -webkit-border-radius: 40px 50px 50px 40px;
    border: 0px solid #ffffff;
    -moz-box-sizing: padding-box;
    transform: rotate(-6deg);
    box-sizing: padding-box;
}

.presentation img:hover {
    width: 37em;
    transform: rotate(-5.5deg);
    border-radius: 40px 50px 50px 40px;
    -moz-border-radius: 40px 50px 50px 40px;
    -webkit-border-radius: 40px 50px 50px 40px;
    border: 0px solid #ffffff;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    transition: width 1s;
    transition: 800ms ease all;
}

h1.presentation {
    margin: 14% 10% 5% 0%;
    line-height: 98px;
    text-shadow: -2px 3px 10px rgba(0, 0, 0, 0.349);
}

/* Footer */
.footer-theme:hover {
    color:white !important;
    text-decoration: underline !important;
}


/* CSS Custom portrait mobile */

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 896px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

    .presentation img {
        margin: 16% 10% 0% 10%;
        width: 80%;
        position: relative;
        float: left;
        top: 0;
        right: 0;
    }

    .presentation img:hover {
        margin: 16% 5% 0% 5%;
        width: 90%;
        transform: rotate(-0deg);
    }

    h1.presentation {
        margin: 0% 10% 5% 10%;
        line-height: 50px;
        text-shadow: -2px 3px 10px rgb(0 0 0 / 35%);
        text-align: center;
    }

    .circle {
        background: #f3f3f3;
    }

    .animate-typing-color {
        color: #04bf7b !important;
    }

    .circle3 {
        background: #146FE067;
        z-index: -1;
    }

    .opening-row {
        margin-top: 0;
    }

    #presentation_galery_h6 {
        padding-right: 0;
        text-align: center;
    }

}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 896px)
  and (-webkit-min-device-pixel-ratio: 4)
  and (orientation: portrait) {

    .presentation img {
        margin: 16% 10% 0% 10%;
        width: 80%;
        position: relative;
        float: left;
        top: 0;
        right: 0;
    }

    .presentation img:hover {
        margin: 16% 5% 0% 5%;
        width: 90%;
        transform: rotate(-0deg);
    }

    h1.presentation {
        margin: 0% 10% 5% 10%;
        line-height: 50px;
        text-shadow: -2px 3px 10px rgb(0 0 0 / 35%);
        text-align: center;
    }

    .circle {
        background: #f3f3f3;
    }

    .animate-typing-color {
        color: #04bf7b !important;
    }

    .circle3 {
        background: #146FE067;
        z-index: -1;
    }

    .opening-row {
        margin-top: 0;
    }

    #presentation_galery_h6 {
        padding-right: 0;
        text-align: center;
    }

}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 896px)
  and (orientation: portrait) {

    .presentation img {
        margin: 16% 10% 0% 10%;
        width: 80%;
        position: relative;
        float: left;
        top: 0;
        right: 0;
    }

    .presentation img:hover {
        margin: 16% 5% 0% 5%;
        width: 90%;
        transform: rotate(-0deg);
    }

    h1.presentation {
        margin: 0% 10% 5% 10%;
        line-height: 50px;
        text-shadow: -2px 3px 10px rgb(0 0 0 / 35%);
        text-align: center;
    }

    .circle {
        background: #f3f3f3;
    }

    .animate-typing-color {
        color: #04bf7b !important;
    }


    .circle3 {
        background: #146FE067;
        z-index: -1;
    }

    .opening-row {
        margin-top: 0;
    }

    #presentation_galery_h6 {
        padding-right: 0;
        text-align: center;
    }

}

@media only screen
  and (min-device-width: 897px)
  and (max-device-width: 1280px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

    .presentation img {
        margin: 4% 10% 0% 10%;
        width: 80%;
        position: relative;
        float: left;
        top: 0;
        right: 0;
    }

    h1.presentation {
        margin: 0% 10% 5% 10%;
        line-height: 50px;
        text-shadow: -2px 3px 10px rgb(0 0 0 / 35%);
        text-align: center;
    }

    .circle {
        background: #f3f3f3;
    }

    .animate-typing-color {
        color: #04bf7b !important;
    }

    .presentation img:hover {
        margin: 6% 5% 0% 5%;
        width: 90%;
        transform: rotate(-0deg);
    }

    .circle3 {
        background: #146FE067;
        z-index: -1;
    }

    .opening-row {
        margin-top: 0;
    }

    #presentation_galery_h6 {
        padding-right: 0;
        text-align: center;
    }

}

  @media only screen
  and (min-device-width: 897px)
  and (max-device-width: 1280px)
  and (orientation: portrait) {

    .presentation img {
        margin: 4% 10% 0% 10%;
        width: 80%;
        position: relative;
        float: left;
        top: 0;
        right: 0;
    }

    h1.presentation {
        margin: 0% 10% 5% 10%;
        line-height: 50px;
        text-shadow: -2px 3px 10px rgb(0 0 0 / 35%);
        text-align: center;
    }

    .circle {
        background: #f3f3f3;
    }

    .animate-typing-color {
        color: #04bf7b !important;
    }

    .presentation img:hover {
        margin: 6% 5% 0% 5%;
        width: 90%;
        transform: rotate(-0deg);
    }

    .circle3 {
        background: #146FE067;
        z-index: -1;
    }

    .opening-row {
        margin-top: 0;
    }

    #presentation_galery_h6 {
        padding-right: 0;
        text-align: center;
    }

}

@media only screen
  and (min-device-width: 897px)
  and (max-device-width: 1280px)
  and (-webkit-min-device-pixel-ratio: 4)
  and (orientation: portrait) {

    .presentation img {
        margin: 4% 10% 0% 10%;
        width: 80%;
        position: relative;
        float: left;
        top: 0;
        right: 0;
    }

    h1.presentation {
        margin: 0% 10% 5% 10%;
        line-height: 50px;
        text-shadow: -2px 3px 10px rgb(0 0 0 / 35%);
        text-align: center;
    }

    .circle {
        background: #f3f3f3;
    }

    .animate-typing-color {
        color: #04bf7b !important;
    }

    .presentation img:hover {
        margin: 6% 5% 0% 5%;
        width: 90%;
        transform: rotate(-0deg);
    }

    .circle3 {
        background: #146FE067;
        z-index: -1;
    }

    .opening-row {
        margin-top: 0;
    }

    #presentation_galery_h6 {
        padding-right: 0;
        text-align: center;
    }

}