@import url(https://fonts.googleapis.com/css2?family=Varela+Round&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Varela+Round&display=swap);
*,
body {
    padding: 0
}

.border,
.border-radius {
    border: 1px solid #ccc
}

.fade-in,
.row.fade-in {
    transform: translateY(20px)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 20px 0 10px
}

.btn,
body,
li.li-1 {
    font-size: 16px
}

.col-1,
.col-10,
.col-11,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    float: left
}

.btn-s,
body {
    line-height: 1.6
}

.ah,
blue-overlay,
li.li-1 {
    position: relative
}

.ah::after,
.blue-overlay::before,
li.li-1::before {
    position: absolute;
    left: 0
}

.overflow-hidden,
blue-overlay {
    overflow: hidden
}

* {
    margin: 0;
    box-sizing: border-box
}

body {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333
}

.logo {
    max-height: 34px;
    height: 34px
}

.center-container {
    display: flex;
    align-items: center
}

.border-radius {
    border-radius: 4px
}

.row,
.row-div {
    border: 0 solid #ddd;
    padding: 10px;
    transition: transform .3s, opacity .3s;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    clear: both
}

.fade-in,
.slide-left,
.slide-right,
.zoom-in {
    opacity: 0;
    transition: transform .5s, opacity .5s
}

.row.fade-in {
    opacity: 0
}

.row.visible {
    opacity: 1;
    transform: translateY(0)
}

.display-off {
    visibility: hidden
}

.slide-left {
    transform: translateX(-100%)
}

.slide-right {
    transform: translateX(100%)
}

.zoom-in {
    transform: scale(.8)
}

.ah,
a {
    transition: color .3s;
    text-decoration: none
}

.visible {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1)
}

.col {
    padding: 5px;
    flex: 1
}

.col-1 {
    flex: 0 0 8.33%;
    width: 8.33%
}

.col-2 {
    flex: 0 0 16.66%;
    width: 16.66%
}

.col-3 {
    flex: 0 0 25%;
    width: 25%
}

.col-4 {
    flex: 0 0 33.33%;
    width: 33.33%
}

.col-5 {
    flex: 0 0 41.66%;
    width: 41.66%
}

.col-6 {
    flex: 0 0 50%;
    width: 50%
}

.col-7 {
    flex: 0 0 58.33%;
    width: 58.33%
}

.col-8 {
    flex: 0 0 66.66%;
    width: 66.66%
}

.col-9 {
    flex: 0 0 75%;
    width: 75%
}

.col-10 {
    flex: 0 0 83.33%;
    width: 83.33%
}

.col-11 {
    flex: 0 0 91.66%;
    width: 91.66%
}

.ah:hover::after,
.c-full,
.col-12 {
    width: 100%
}

.col-12 {
    flex: 0 0 100%
}

.icon,
blue-overlay {
    align-items: center
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 5px !important
}

.m-2 {
    margin: 10px !important
}

.m-3 {
    margin: 15px !important
}

.m-4 {
    margin: 20px !important
}

.m-5 {
    margin: 30px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 5px !important
}

.mt-2 {
    margin-top: 10px !important
}

.mt-3 {
    margin-top: 15px !important
}

.mt-4 {
    margin-top: 20px !important
}

.mt-5 {
    margin-top: 30px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 5px !important
}

.mb-2 {
    margin-bottom: 10px !important
}

.mb-3 {
    margin-bottom: 15px !important
}

.mb-4 {
    margin-bottom: 20px !important
}

.mb-5 {
    margin-bottom: 30px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: 5px !important
}

.ml-2 {
    margin-left: 10px !important
}

.ml-3 {
    margin-left: 15px !important
}

.ml-4 {
    margin-left: 20px !important
}

.ml-5 {
    margin-left: 30px !important
}

.ml-50 {
    margin-left: 50px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: 5px !important
}

.mr-2 {
    margin-right: 10px !important
}

.mr-3 {
    margin-right: 15px !important
}

.mr-4 {
    margin-right: 20px !important
}

.mr-5 {
    margin-right: 30px !important
}

.mr-50 {
    margin-right: 50px !important
}

.c-full,
ul.ul-1 {
    margin: 0;
    padding: 0
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 5px !important
}

.p-2 {
    padding: 10px !important
}

.p-3 {
    padding: 15px !important
}

.p-4 {
    padding: 20px !important
}

.p-5 {
    padding: 30px !important
}

.p-6 {
    padding: 40px !important
}

.p-7 {
    padding: 50px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 5px !important
}

.pb-2 {
    padding-bottom: 10px !important
}

.pb-3 {
    padding-bottom: 15px !important
}

.pb-4 {
    padding-bottom: 20px !important
}

.pb-5 {
    padding-bottom: 30px !important
}

.pb-6 {
    padding-bottom: 50px !important
}

.pb-7 {
    padding-bottom: 70px !important
}

.c-sm {
    max-width: 300px
}

.c-md {
    max-width: 768px
}

.c-lg {
    max-width: 1200px
}

.c-xl {
    max-width: 1600px
}

.c-full {
    min-width: 100%
}

.center,
.right {
    margin-left: auto !important
}

.center,
.left {
    margin-right: auto !important
}

.bottom {
    bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.top {
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important
}

.bg-primary {
    background-color: #007bff;
    color: #fff
}

.bg-secondary {
    background-color: #6c757d;
    color: #fff
}

.bg-success {
    background-color: #28a745;
    color: #fff
}

.bg-danger {
    background-color: #d43030;
    color: #fff
}

.bg-warning {
    background-color: #ffc107;
    color: #212529
}

.bg-light {
    background-color: #f8f9fa;
    color: #212529
}

.bg-dark {
    background-color: #343a40;
    color: #fff
}

.btn.shadow-sm,
.shadow-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.btn.shadow-md,
.shadow-md {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.btn.shadow-lg,
.shadow-lg {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2)
}

.rounded-sm {
    border-radius: 4px
}

.r-2,
.rounded-md {
    border-radius: 8px
}

.rounded-lg {
    border-radius: 16px
}

.hover-shadow:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2)
}

.hover-scale:hover {
    transform: scale(1.05);
    transition: transform .3s
}

h1,
h2 {
    line-height: 1.2
}

h3,
h4,
h5,
h6 {
    line-height: 1.34
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin: 0 0 15px;
    color: #555;
    line-height: 1.4
}

a {
    color: #007bff
}

ol,
ul {
    margin: 0 0 15px 20px;
    padding: 0
}

li {
    margin: 5px 0
}

.icon-title,
.text-bold {
    font-weight: 700
}

.poppins-bold,
li.li-1::before {
    font-weight: 900
}

.text-italic {
    font-style: italic
}

.poppins,
.poppins-bold {
    font-family: Poppins, sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-primary {
    color: #007bff !important
}

.text-secondary {
    color: #6c757d !important
}

.text-danger {
    color: #dc3545 !important
}

.text-success {
    color: #28a745 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-dark {
    color: #343a40 !important
}

.text-dark-blue {
    color: #131a48 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-white {
    color: #fff !important
}

.text {
    color: #323232 !important
}

.text-center {
    text-align: center !important
}

.btn,
.close-popup {
    font-weight: 700;
    cursor: pointer
}

.ah::after {
    content: '';
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width .3s
}

html {
    scroll-behavior: smooth
}

.r-0 {
    border-radius: 0
}

.r-1 {
    border-radius: 6px
}

.r-3 {
    border-radius: 10px
}

.r-4 {
    border-radius: 20px
}

ul.ul-1 {
    list-style: none
}

li.li-1 {
    margin: 10px 0;
    padding-left: 25px
}

li.li-1::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    transition: .3s;
    border: none;
    outline: 0
}

.btn-s,
.btn-sm {
    font-size: 14px
}

.btn-primary {
    background-color: #82b1ff;
    color: #fff
}

.btn-secondary {
    background-color: #b0bec5;
    color: #fff
}

.btn-success {
    background-color: #81c784;
    color: #fff
}

.btn-danger {
    background-color: #e57373;
    color: #fff
}

.btn-warning {
    background-color: #ffd54f;
    color: #212529
}

.btn-light {
    background-color: #f5f5f5;
    color: #212529
}

.btn-dark {
    background-color: #333;
    color: #fff
}

.btn-dark-blue {
    background-color: #131a48;
    color: #fff
}

.btn-white {
    background-color: #f9f9f9;
    color: #fff
}

.btn:hover {
    opacity: .9;
    transform: scale(1.05)
}

.btn-s {
    padding: 5px 7px;
    margin: 8px;
    border: 0 solid #fff
}

.floating-image,
.pulsing-image,
.sliding-image,
.spinning-image,
.wobbling-image {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.btn-sm {
    padding: 5px 10px
}

.btn-lg {
    padding: 15px 30px;
    font-size: 18px
}

img {
    max-width: 100%;
    height: auto
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
}

.floating-image {
    animation: 3s ease-in-out infinite float
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.spinning-image {
    animation: 5s linear infinite spin
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
}

.pulsing-image {
    animation: 2s ease-in-out infinite pulse
}

@keyframes wobble {
    0%,
    100% {
        transform: translateX(0)
    }
    25% {
        transform: translateX(-10px) rotate(-5deg)
    }
    50% {
        transform: translateX(10px) rotate(5deg)
    }
    75% {
        transform: translateX(-5px) rotate(-3deg)
    }
}

.wobbling-image {
    animation: 2s infinite wobble
}

@keyframes slide-in {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.sliding-image {
    animation: 1.5s ease-out forwards slide-in
}

.text-image-left {
    width: 200px;
    float: left;
    margin: 0 9px 5px 0 !important
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0)
    }
}

.swinging-image {
    animation: 3s ease-in-out infinite swing;
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.icon-container {
    text-align: center;
    margin: 20px 0
}

.icon {
    display: inline-flex;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f4ff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    margin: 0 auto 15px;
    font-size: 32px;
    color: #007bff
}

.blue-overlay::before,
.video-popup iframe,
.video-popup-container {
    width: 100%;
    height: 100%
}

.icon-description {
    line-height: 1.6;
    margin: 0 auto
}

blue-overlay {
    display: flex;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff
}

.blue-overlay::before {
    content: '';
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1
}

.play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 2s infinite pulse
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(1.1);
        opacity: .7
    }
}

.newsletter-form {
    display: flex;
    justify-content: left;
    align-items: left;
    max-width: 100%;
    gap: 5px;
    overflow: hidden
}

.newsletter-input {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: 0
}

.newsletter-button {
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background-color .3s;
    margin-left: -5px
}

.newsletter-button:hover {
    background-color: #218838
}

.video-popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    justify-content: center;
    align-items: center
}

.video-popup {
    position: relative;
    /*! background: #fff; */
    /*! padding: 10px; */
    /*! border-radius: 10px; */
    box-shadow: 0 0 10px #000;
    max-width: 90%;
    max-height: 70%;
    width: 800px;
    height: 580px
}

.close-popup {
    position: absolute;
    top: -40px;
    right: 0;
    background: #ff4c4c;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 4px/*! transition: background 0.3s ease; */
}

.close-popup:hover {
    background: red
}

.play-icon {
    position: relative;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.play-icon::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #007bff;
    transform: translateX(5px)
}

.langButtons {
    position: fixed;
    bottom: 20px;
    padding: 10px;
    margin-left: 20px
}

@media (max-width:920px) {
    .col {
        flex: 0 0 100%;
        width: 100%;
        clear: both
    }
    .nom {
        display: none
    }
	.p-4   {padding: 0px !important}
}