@font-face {
    font-family: "Helvetica Neue LT GEO";
    src: url('HelveticaNeueLTGEO-55Roman.eot');
    src: url('../fonts/HelveticaNeueLTGEO-55Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTGEO-55Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTGEO-55Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueLTGEO-55Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Helvetica Neue LT GEO CAPS";
    src: url('../fonts/HelveticaNeueLTGEOCaps-55Rmn.eot');
    src: url('../fonts/HelveticaNeueLTGEOCaps-55Rmn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTGEOCaps-55Rmn.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTGEOCaps-55Rmn.woff') format('woff'),
        url('../fonts/HelveticaNeueLTGEOCaps-55Rmn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}







html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
.navigation,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    vertical-align: baseline;
}

body.no-scroll {
    overflow: hidden;
    height: 100%;

}

button {
    background-color: transparent;
    border: none;
}

button:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: var(--grey-font);
}

img {
    -o-object-fit: cover;
    object-fit: cover;
}

:root {

    --fullhd-padding: 320px;
    --innerpage-padding: 280px;
    --primary-color: #063850;
    --secondary-color: #157ACC;
    --text-color: #192036;



}

body {
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
}

::-moz-selection {
    background-color: var(--primary-color);

    color: white;

}

::selection {
    background-color: var(--primary-color);

    color: white;

}

.icon {

    -webkit-mask-size: contain;
    background-color: white;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.arr-r {
    width: 48px;
    height: 48px;
    -webkit-mask-image: url('../images/arrow-r.svg');
    mask-image: url('../images/arrow-r.svg');
}

.file {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: white;

    -webkit-mask-image: url('../images/Vector.svg');
    mask-image: url('../images/Vector.svg');
}

.arr-l {
    width: 48px;
    height: 48px;
    -webkit-mask-image: url('../images/arrow-l.svg');
    mask-image: url('../images/arrow-l.svg');
}

.next {
    -webkit-mask-size: contain;
    background-color: var(--primary-color);
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/arrow-r.svg');
    mask-image: url('../images/arrow-r.svg');
}

.prev {

    -webkit-mask-size: contain;
    background-color: var(--primary-color);
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/arrow-l.svg');
    mask-image: url('../images/arrow-l.svg');
}

.arr-up {
    width: 12px;
    height: 12px;
    -webkit-mask-image: url('../images/arrow-up.svg');
    mask-image: url('../images/arrow-up.svg');
    background-color: white;
}

.fb {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/fb.svg');
    mask-image: url('../images/fb.svg');
}

.x {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/x.svg');
    mask-image: url('../images/x.svg');
}

.copy {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/copy.svg');
    mask-image: url('../images/copy.svg');
}

.print {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/print.svg');
    mask-image: url('../images/print.svg');
}

.fb2 {
    width: 40px;
    height: 40px;
    -webkit-mask-image: url('../images/fb2.svg');
    mask-image: url('../images/fb2.svg');
}


.insta {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/insta.svg');
    mask-image: url('../images/insta.svg');
}

.yt {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/yt.svg');
    mask-image: url('../images/yt.svg');
}

.tiktok {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/tiktok.svg');
    mask-image: url('../images/tiktok.svg');
}

.tel {
    width: 16px;
    height: 16px;
    ;
    -webkit-mask-image: url('../images/Frame\ \(5\).svg');
    mask-image: url('../images/Frame\ \(5\).svg');
}

.location {
    width: 16px;
    height: 16px;
    ;
    -webkit-mask-image: url('../images/Frame\ \(6\).svg');
    mask-image: url('../images/Frame\ \(6\).svg');
}

.mail {
    width: 16px;
    height: 16px;
    ;
    -webkit-mask-image: url('../images/Frame\ \(7\).svg');
    mask-image: url('../images/Frame\ \(7\).svg');
}

.menu-icon {
    width: 23px;
    height: 23px;
    background-color: white;
    -webkit-mask-image: url('../images/menu-icon.svg');
    mask-image: url('../images/menu-icon.svg');
}

.close-icon {
    width: 23px;
    height: 23px;
    background-color: white;
    -webkit-mask-image: url('../images/close.svg');
    mask-image: url('../images/close.svg');
}

.navigation {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 var(--fullhd-padding);
    height: 93px;
    gap: 56px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    border-bottom: 0.75px solid rgba(6, 56, 80, 0.13);
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;


}

.navigation>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
}

.navigation>ul li a {
    color: #063850;
    font-family: "Helvetica Neue LT GEO CAPS";
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navigation>ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.navigation>ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.navigation>ul li a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
}

.navigation>ul li a::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 2px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

.navigation>ul li a:hover::before {
    background-color: var(--secondary-color);
}

.navigation>ul li a:hover {
    color: var(--secondary-color);
}

.navigation>ul li a.activenav {
    color: var(--secondary-color);
}

.navigation>ul li a.activenav::before {
    background-color: var(--secondary-color);


}


.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: #000;

    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 3px !important;
    cursor: pointer;
}

.lang-menu {
    min-width: 50px !important;
    color: #000;
    padding: 0px !important;
    padding-top: 3px !important;
    margin-top: 10px;

    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none !important;
    border-top: solid 1px #00000052 !important;
    border-radius: 0px !important;
    background-color: transparent !important;
}

.lang-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;

    padding-left: 0px !important;
}

.lang-dropdown .lang>span {

    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 12px;
}

.navigation>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.menu {
    background-color: var(--primary-color);
    height: 42px;

    padding: 11px 24px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    color: white;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;

}

.menu:hover {
    background-color: var(--secondary-color);
}

.nav-menu {
    display: block; 
    position: absolute;
    min-width: 482px !important;
    padding: 20px 48px 48px 48px;
    padding-top: 80px !important;
    left: 100%;
    background-color: var(--secondary-color);
    min-width: 442px !important;

    transform-origin: top right; 
    transform: translate(-101%,-70px) !important ; 
    max-height: 20px;
    opacity: 0;
    pointer-events: none; 
    transition:  opacity 0.45s ease, max-height 0.35s ease,transform 1s ease, min-width 0.35s ease;
    border-radius: 24px;
}

/* Open  nav */
.nav-menu.show {
        display: block; 

      position: absolute; 
   
    min-width: 422px !important;
        max-height: 700px;

    transform: translate(-99.5%, -70px) !important ;
    opacity: 1;
    pointer-events: auto; 
    left: 100%;
        transition:  opacity 0.35s ease, max-height 0.65s ease, transform 1s ease;
    border-radius: 24px;


}

.nav-menu,
.nav-menu.show {
    will-change: transform, opacity, max-height ;
}
.nav-menu li {
    margin-bottom: 16px;
}

.nav-menu .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    padding: 11px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    cursor: pointer;

    color: var(--primary-color);

    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    /* 128.571% */
}

.nav-menu .close:hover {
    background-color: var(--primary-color);
    color: white;
}

.nav-menu .close:hover>img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.menu-item {
    color: #FFF;

    font-family: "Helvetica Neue LT GEO";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.menu-item:hover {
    background-color: transparent;
    text-decoration: underline;
    color: white;
}

.nav-menu .nav-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    margin-top: 32px;
    margin-left: 10px;
}

.nav-menu .nav-socials li {

    width: 40px;
    height: 40px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.nav-menu .nav-socials li:hover {
    background-color: var(--primary-color);
}

.nav-menu .nav-socials li .icon {
    background-color: var(--primary-color);
}

.nav-menu .nav-socials li:hover .icon {
    background-color: white;
}

/* 

//////////////////////////////////////// End of Navigation Styles
//////////////////////////////////////// */

main {

    padding-inline: 16px;
}

.hero-carousel {
    margin-top: 93px;
    padding: 88px;
    padding-inline: calc(var(--fullhd-padding) - 16px);

}

.hero-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-carousel-item .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 760px;
    width: 100%;
    min-height: 520px;
    padding: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 40px;
    background: -o-linear-gradient(bottom, #E6E9EE 0%, #E6E9EE 100%), -o-linear-gradient(bottom, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
    background: linear-gradient(0deg, #E6E9EE 0%, #E6E9EE 100%), linear-gradient(0deg, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
    transition: background 750ms ease;
}

.hero-carousel-item .right {
    width: 520px;
    height: 520px;

}

.hero-carousel-item .left>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hc-controls>div {
    -webkit-transition: 450ms ease;
    -o-transition: 450ms ease;
    transition: 450ms ease;
}

.events .hc-controls>div:hover .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    background: white;
}

.hc-controls>div:hover .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;

}

.hero-carousel-item .left>div:first-of-type p {
    padding: 8px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: 0.5px solid #000;
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-carousel-item .left>div:first-of-type span {
    border-radius: 100px;
    padding: 8px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
    border: 0.5px solid #000;
}

.hero-carousel-controls {
    position: relative;
    display: flex;
    margin-top: -100px;
    padding-inline: 48px;
    z-index: 1000;
    max-width: 760px;
    justify-content: space-between;
}

.hero-carousel-controls>a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #063850;
    padding: 18px 24px;
    gap: 8px;
    border-radius: 100px;
    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: 350ms ease;
}

.hero-carousel-controls>a:hover {
    background: var(--secondary-color);
}

.hero-carousel-controls>a .icon {
    transition: 350ms ease;
}

.hero-carousel-controls>a:hover .icon {
    rotate: 45deg;
}


.hero-carousel-item header h2 {
    color: #000;

    font-family: "Helvetica Neue LT GEO";
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 72px
}

.hero-carousel-item header p {
    color: #262626;
    font-family: "Helvetica Neue LT GEO";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    letter-spacing: 0.2px;
}

.hero-carousel-item .left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 18px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: #063850;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    margin-top: auto;

}

.hero-carousel-item .left a p {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

.hero-carousel-item .left a:hover p {
    rotate: 45deg;
}

.hero-carousel-item .left a span {
    color: #FFFFFF;
    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}






.hero-carousel-item .right img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}



.hero-carousel-item a:hover {
    background: var(--secondary-color);
}


/* 
hero carousel controls

*/

.hc-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    gap: 16px;
}

.hc-controls .icon {
    background-color: var(--primary-color);
    opacity: 0.5;
    cursor: pointer;
}

.hc-controls>div {
    border-radius: 50%;

}

.hc-controls>div:hover {
    background-color: var(--secondary-color);

}

.hc-controls>div:hover .icon {
    opacity: 1;
}

.hero-carousel .hc-controls>div:hover .icon {
    background: white;
}

.hero-carousel .arr-up {
    width: 12px;
    height: 12px;
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 40px;
    background: #063850;
    padding: 136px 408px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 72px;
    background-image: url('../images/bg.svg');

    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.about p {
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue LT GEO";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.about a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;

    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.about a>p {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

.about a:hover>p {
    rotate: 45deg;
}

.collectives {
    padding: 88px;
    padding-inline: calc(var(--fullhd-padding) - 16px);
}

.collectives h2 {
    text-align: center;
    color: #000;
    font-family: "Helvetica Neue LT GEO CAPS";
    text-transform: uppercase;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 62px;
    /* 129.167% */
    margin-bottom: 56px;
}

.collectives ul {
    display: -ms-grid;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(363px, 363px));
    gap: 24px;
    /* padding: 20px; */
}

.collectives ul li {

    padding: 24px;
    border-radius: 12px;
    border: 0.5px solid rgba(6, 56, 80, 0.40);
    color: #262626;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

.collectives ul li:hover a {
    color: white;
}

.collectives ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
    /* align-items: center; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.collectives ul li div {
    width: 100%;
    height: 171.339px;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--secondary-color);
    margin-top: 24px;
}

.collectives ul li img {
    width: 100%;
    height: 100%;

    border-radius: 8px;
}

.collectives ul li:hover {
    background-color: var(--secondary-color);
}

.events {
    padding: 88px;
    padding-inline: calc(var(--fullhd-padding) - 16px);
    border-radius: 40px;
    background: rgba(236, 237, 240, 0.80);
}

.events header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    font-family: "Helvetica Neue LT GEO CAPS";
    text-transform: uppercase;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 62px;
    margin-bottom: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline: 20px;
}

.events header>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.events header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;

}

.events header a .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    background-color: var(--primary-color);
    width: 10px;
}

.events header a:hover .icon {
    rotate: 45deg;
}

.events-carousel-item {
    max-width: 410px;
    width: 100%;
    margin-right: 24px;
    background: white;
    border-radius: 12px;
    cursor: pointer;
}

.events-carousel-item .top {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;

}

.events-carousel-item .top img {
    width: 100%;
    height: 100%;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    border-radius: 12px 12px 0px 0px;

}

.events-carousel-item .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.events-carousel-item .bottom>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.events-carousel-item .bottom>div p {
    padding: 4px 12px;
    border-radius: 100px;
    border: 0.5px solid #000;
}

.events-carousel-item .bottom>div span {
    padding: 4px 12px;
    border-radius: 6px;
    border: 0.5px solid #000;
}

.events-carousel-item .bottom>p {
    color: #000;
    font-family: "Helvetica Neue LT GEO CAPS";
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.events-carousel-item .bottom>a .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
}

.events-carousel-item .bottom>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.news .events-carousel-item .bottom>a {
    color: white;
    margin-top: auto;
}

.events-carousel-item:hover {
    background-color: var(--secondary-color);
}

.events-carousel-item:hover .icon {
    rotate: 45deg;

}

.events-carousel-item:hover .top img {
    scale: 1.05;
}

.events-carousel-item:hover span {
    border-color: white;
    color: white;

}

.events-carousel-item:hover p {
    color: white;


}

.events-carousel-item:hover .bottom>div p {
    border: 0.5px solid white;


}

.events-carousel-item:hover .bottom>div span {
    border: 0.5px solid white;


}

.events-carousel-item:hover .arr-up {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);

}

.news {
    position: relative;
    background-color: var(--primary-color);
    margin-top: 25px;
    border-radius: 40px;
    padding-top: 112px;
    padding-bottom: 112px;
}

.news header>div .icon {
    background-color: white;
}

.news .events-carousel-item {
    background-color: var(--primary-color);
    border-radius: 16px;

}

.news .events-carousel-item .top {
    background-color: var(--primary-color);
}

.news .events-carousel-item .top img {
    background-color: var(--primary-color);
}

.news .events-carousel-item .top {
    height: 220px;
}

.news .events-carousel-item .bottom {
    color: white;
    border: 0.5px solid rgba(255, 255, 255, 0.40);
    border-top: none;
    border-radius: 0px 0px 12px 12px;
}

.news .events-carousel-item .bottom div>span:first-of-type {
    color: white;
    padding: 4px 12px;
    border-radius: 100px;
    border: 0.5px solid #FFF;
}

.news .events-carousel-item .bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    min-height: 248px;
}

.news .events-carousel-item .bottom h3 {
    color: #FFF;
    font-family: "Helvetica Neue LT GEO CAPS";
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 8px;
}

.news .events-carousel-item .bottom .icon {
    background-color: white;
}

.news .events-carousel-item:hover .arr-up {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);

}

.news header {
    color: white;
}

.news header a {
    color: white;
}

.news header a .icon {
    background-color: white;
}

.news .events-carousel-item .bottom>p {
    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    opacity: 0.8;
    margin-bottom: 16px;
}

.news .events-carousel-item:hover {
    background-color: white;
}

.news .events-carousel-item:hover .icon {
    background-color: var(--primary-color);
}

.news .events-carousel-item:hover p {
    color: var(--primary-color);
}

.news .events-carousel-item:hover span {
    color: var(--primary-color);
}

.news .events-carousel-item:hover div span {
    color: var(--primary-color);
    border-color: var(--primary-color);
    ;
}

.news .events-carousel-item:hover h3 {
    color: var(--primary-color);
}

.news>img {
    position: absolute;
    z-index: 0;
}

.news img:first-of-type {
    top: 0;
    left: 0;

}

.news img:last-of-type {
    bottom: 0;
    right: 0;

}


footer {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 112px var(--fullhd-padding) 50px var(--fullhd-padding);
    background-color: white;
}

footer .icon {
    background-color: #000000;

}

.footer-socials li a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ECEDF0;
    border-radius: 50%;

}

.footer-socials {
    margin-left: -16px;
}

.footer-socials li a:hover {
    background-color: var(--secondary-color);
}

.footer-socials li a:hover .icon {
    background-color: white;
}

footer .icon:hover {
    background-color: var(--secondary-color);
}

footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;

}

footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    color: #000;
    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

footer nav>div {
    margin-bottom: 24px;
    color: #000;
    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.noshow {
    display: none;
}

footer nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

footer>nav ul li a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

footer nav>div>h4 {
    color: #000;
    font-family: "Helvetica Neue LT GEO CAPS";
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer nav ul li:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

footer nav ul li:hover .icon {
    background-color: var(--secondary-color);
}

footer nav .footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    margin-top: 32px;
}

.newspage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    gap: 24px;
    background-color: var(--primary-color);
    padding: 72px calc(var(--fullhd-padding) - 16px);
    border-radius: 40px;
    color: white;
    margin-bottom: 64px;
}

.newspage>img {
    position: absolute;
}

.newspage>img:first-of-type {
    top: 0;
    left: 0;
}

.newspage>img:last-of-type {
    bottom: 0;
    right: 0;
}

.newspage .left {
    width: 628px;
    height: 396px;
    border-radius: 24px;

}

.newspage .left img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.newspage .left iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 24px;
}

.newspage .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    max-width: 580px;
    width: 100%;
    padding-left: 0;

    -ms-flex-item-align: stretch;

    -ms-grid-row-align: stretch;

    align-self: stretch;
}

.newspage .right>p:nth-child(1) {
    margin-top: 24px;
    /* width: 90px; */
    min-height: 40px;
    padding: 6px 16px;
    border-radius: 100px;
    border: 0.5px solid #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newspage .right h1 {
    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.newspage .right p:nth-child(3) {
    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    opacity: 0.8;
    max-width: 400px;
    width: 100%;
}

.newspage .right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.newspage .right a:hover {
    text-decoration: underline;
}

.newspage .right a:hover .icon {
    rotate: 45deg;

}

.newspage .right a .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;

    width: 10px;
    height: 10px;
}

.newslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 64px calc(var(--fullhd-padding) - 20px);
    padding-bottom: 132px;
    padding-top: 0;
}

.newslist>ul:first-child {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;

}

.newslist>ul:first-child li a {
    width: 100%;
}

.newslist>ul:first-child li a div:first-child {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}

.newslist>ul:first-child li a div:first-child img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.news-inner .newslist>ul:first-child li a div:first-child {
 width: 100%;
    height: 190px;
    border-radius: 12px 12px 0px 0px;
}

.newslist>ul:first-child li a>div:last-child p:first-child {
    padding: 3px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: rgba(6, 56, 80, 0.10);

    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;


}

.newslist>ul:first-child li a>div:last-child p:nth-child(2) {
    /*font-family: "Helvetica Neue LT GEO";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.events-readmore span{
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
}

.newslist>ul:first-child li a>div:last-child>div span {

    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;

}

.newslist>ul:first-child li a>div:last-child>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
}

.newslist>ul:first-child li a:hover div:last-child {
    background-color: var(--secondary-color);
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    color: white;
}

.newslist>ul:first-child li a:hover div:last-child>div .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;

}

.newslist>ul:first-child li a:hover div:last-child>div .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.newslist>ul:first-child li a>div:last-child>div .icon {
    background-color: var(--primary-color);

    width: 10px;
    height: 10px;

}

.newslist>ul:last-child {
    position: absolute;
    bottom: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color);
    gap: 6px;
    justify-content: center;
}

.newslist>ul:last-child li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 3px 10px;
    border-radius: 8px;
    background: rgba(6, 56, 80, 0.10);
}

.newslist>ul:last-child li:first-child,
.newslist>ul:last-child li:last-child {
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.newslist>ul:last-child li:first-child {
    margin-right: 26px;
}

.newslist>ul:last-child li:last-child {
    margin-left: 26px;
}

.newslist>ul:last-child .prev {
    width: 40px;
    height: 40px;

}

.newslist>ul:last-child .next {
    width: 40px;
    height: 40px;

}

.newslist>ul:last-child li:hover {
    background-color: var(--primary-color);
    cursor: pointer;
    color: white;
}

.newslist>ul:last-child li.active {
    background-color: var(--primary-color);
    color: white;
}

.newslist>ul:last-child li:hover .prev,
.newslist>ul:last-child li:hover .next {
    background-color: white;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

.newslist>ul:last-child li:first-child:hover {
    background-color: var(--secondary-color);
}

.newslist>ul:last-child li:last-child:hover {
    background-color: var(--secondary-color);
}

.footer-inner {
    background: #F7F8F9;
}


.news-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.toast-body {
    background-color: var(--primary-color);
    color: white;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 16px 24px;
    border-radius: 8px;
}

.toast-container .btn-close {
    margin-left: auto;
    margin-right: 10px;
}

.news-details .right>div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 8px;
}

.news-details .right>div ul li .icon {
    background: var(--primary-color);
}

.news-details .right>div ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

.news-details .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.news-details .right>div p {
    color: #FFF;
    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

.news-details .right {
    gap: 64px;

}

article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 80px 0px;
    margin-right: var(--fullhd-padding);
    margin-left: auto;
    max-width: 846px;
    gap: 40px;
    width: 100%;
}

article h3 {
    color: #063850;
    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
}

article p:nth-child(1) {
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

article p {
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

article{
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

article ul {
    list-style: disc;
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-left: 20px;
}

article ul li {

    list-style: disc;
}

article img {
    width: 100%;
    height: 474px;
    aspect-ratio: 141/79;
    height: auto;
    border-radius: 12px;
    margin-bottom: 24px;
}

.newscarousel-inner {
    background-color: white;
}

.newscarousel-inner .events-carousel-item .top {
    height: 190px;
}

.newscarousel-inner .events-carousel-item .bottom {
    border-radius: 0 0 12px 12px;
    border: 0.5px solid rgba(6, 56, 80, 0.40);
    border-top: none;
}

.newscarousel-inner .events-carousel-item .bottom p:nth-child(1) {

    padding: 3px 10px;
    border-radius: 100px;
    background: rgba(6, 56, 80, 0.10);
    border: none;
}

.share-box {
    -webkit-transition: top 250ms ease, left 0.3s ease;
    -o-transition: top 250ms ease, left 0.3s ease;
    transition: 450ms ease;
    will-change: top;
}

.eventslist ul:first-child {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
}

.eventslist ul:first-child li .bottom {
    border-radius: 0px 0px 12px 12px;
    border-top: 4px dashed #FFF;
    border: 0.5px solid rgba(6, 56, 80, 0.40);
    border-top: none;

}

.collectives-inner>ul:first-child li a>div:last-child {
    border: none;
    background: transparent;
    padding: 0px;
}

.collectives-inner ul:first-child {
    grid-template-columns: repeat(auto-fit, minmax(393px, 1fr));
}

.collectives-inner ul:last-child li {
    border: none;
}

.active-nav {
    color: var(--secondary-color);
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery ul:first-child li a div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-family: "Helvetica Neue LT GEO CAPS";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-top: none;
    gap: 0;
    border: 0.5px solid rgba(6, 56, 80, 0.40);
}

.gallery>ul:first-child li a>div:last-child p:first-child {
    background: none;
    border-radius: 100px;
    border: 0.5px solid #000;
}

.gallery>ul:first-child li a>div:last-child span {
    border-radius: 6px;
    border: 0.5px solid #000;
    height: 24px;
    padding-inline: 8px;
    display: -ms-grid;
    display: grid;
    place-items: center;

}

.gallery>ul:first-child li:hover a>div:last-child span {
    color: #000;
}

.gallery>ul:first-child li:hover a>div:last-child p:first-child {
    color: #000;
}

.gallery ul:first-child li:hover a div:last-child {
    background-color: transparent;
    border: 0.5px solid rgba(6, 56, 80, 1);
}

.gallery-more>ul:first-child li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 190px;
}

.gallery-more>ul:first-child li a img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;

}

.gallery-more>ul:first-child li a img:hover {
    scale: 0.95;
}

.breadcrumb {
    margin-top: 109px;
    padding: 0 var(--fullhd-padding);
    color: #063850;
    font-family: "Helvetica Neue LT GEO";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.breadcrumb a,
.breadcrumb li {
    color: #063850;
}

.breadcrumb-item.active {
    font-weight: 600;
    color: #063850 !important;
}

#hero-carousel .owl-stage .owl-item:nth-child(2n) .left {

    background: linear-gradient(0deg, #E3D0B4 0%, #E3D0B4 100%),
        linear-gradient(0deg, #EDF0F2 0%, #EDF0F2 100%),
        #EDF2ED;
}

#hero-carousel .owl-stage .owl-item:nth-child(3n) .left {
    background: -o-linear-gradient(bottom, #DCEAF3 0%, #DCEAF3 100%), -o-linear-gradient(bottom, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
    background: linear-gradient(0deg, #DCEAF3 0%, #DCEAF3 100%), linear-gradient(0deg, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
}

#hero-carousel .owl-stage .owl-item:nth-child(0n) .left {
    background: -o-linear-gradient(bottom, #E6E9EE 0%, #E6E9EE 100%), -o-linear-gradient(bottom, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
    background: linear-gradient(0deg, #E6E9EE 0%, #E6E9EE 100%), linear-gradient(0deg, #EDF0F2 0%, #EDF0F2 100%), #EDF2ED;
}

.register {
    max-width: 400px;
    padding: 10px;
    margin: 40px auto;
    font-family: sans-serif;
}

.register h2 {
    text-align: center;
    color: #000;
    text-align: center;
    font-family: "Helvetica Neue LT GEO";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
    padding-bottom: 48px;
}

.register input,
.register textarea {
    width: 100%;
    height: 100%;
    border: none;




    font-size: 14px;
    color: #063850;
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.reg-input input:focus {
    outline: none;
}

.reg-input {
    position: relative;
    width: 100%;
    height: 64px;
    padding: 12px 16px;
    margin-bottom: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(6, 56, 80, 0.32);
}

.reg-input label {
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.reg-input input:not(:-moz-placeholder-shown)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.reg-input input:not(:-ms-input-placeholder)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.reg-input input:focus+label,
.reg-input input:not(:placeholder-shown)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.reg-input textarea:not(:-moz-placeholder-shown)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.reg-input textarea:not(:-ms-input-placeholder)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.reg-input textarea:focus+label,
.reg-input textarea:not(:placeholder-shown)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}


.register .upload-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed rgba(6, 56, 80, 0.32);
    padding: 20px;
    gap: 5px;
    text-align: center;
    cursor: pointer;
    color: var(--primary-color);
    margin-bottom: 12px;
    border-radius: 8px;
}

.upload-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    text-align: start;
}

.register .upload-area.dragover {
    background-color: #f0f6fa;
    border-color: var(--primary-color);
}

.register .upload-area>span:first-of-type {
    text-decoration: underline;
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;



    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-right: 8px;
    line-height: normal;
}

.register .upload-area>span:last-of-type {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.register .file-name {
    font-size: 13px;
    margin-bottom: 12px;
    color: #444;
}

.register button {
    font-family: "Helvetica Neue LT GEO CAPS";
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    height: 72px;
    padding: 18px 24px;
    gap: 8px;
    width: 100%;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
}

.register button:hover {
    background-color: var(--secondary-color);
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.register button:hover .icon {
    rotate: 45deg;
    background-color: white;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.reg-input:hover {
    border-color: #1d3d50;
}

.reg-input:focus-within {
    border-color: #1d3d50;
    outline: none;
}

.reg-input:has(input.filled) {
    border-color: #90c695;
}

.reg-input:has(input.error) {
    border-color: red;
}

.reg-input:has(textarea.filled) {
    border-color: #90c695;
}

.reg-input:has(textarea.error) {
    border-color: red;
}



.register .error-message {
    color: red;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.upload-area {
    border: 1px dashed #dce0e4;
    padding: 20px;
    text-align: start;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 12px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.upload-area:hover {
    border-color: #1d3d50;
    background-color: #f5fafd;
}

.upload-area.dragover {
    background-color: #eef6fb;
    border-color: #1d3d50;
}

.upload-area.wait {
    border-color: orange;
    background-color: #fff5f5;
    color: orange;
}

.upload-area.success {
    border-color: #34a853;
    background-color: #f0fbf4;
    color: #1d3d50;
}

.upload-area .progress {
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 40px;
    height: 5px;
    background: #ddd;
    width: 300px;
    border-radius: 4px;
    overflow: hidden;
}

.upload-area .progress-bar {
    height: 5px;
    width: 0%;
    background: #1d3d50;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.file-name {
    font-size: 13px;
    margin-bottom: 10px;
    color: #444;
}

.contactpage {
    margin-bottom: 0;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin-inline: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 592px;
    padding: 128px 0;
}

.contact-info>div {
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 40px;
    background: #DCEAF3;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-info>div h2 {
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
}

.contact-info>div>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;

}

.contact-info>div>ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.contact-info>div>ul li a>div:first-of-type {
    background-color: var(--primary-color);
    width: 48px;
    height: 48px;
    gap: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info>div>ul li .icon {
    background-color: white;
    z-index: 1;
    width: 24px;
    height: 24px;
}

.contact-info>div>ul li a>div:last-of-type span {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: auto;
}

.contact-info>div>ul li a>div:last-of-type p {
    color: #063850;
    font-family: "Helvetica Neue LT GEO";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.contact-info>div>div ul:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-left: 0;
}

.contact-info>div>div ul:last-of-type li a {
    background-color: white;
}

.contact-info>div>div ul:last-of-type li a .icon {
    background-color: #000000;
}

.contact-info h3 {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.contact-info>form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px;

    border-radius: 40px;
    background: #F7F8F9;
}

.contact-info>form div {
    position: relative;
    height: 64px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(6, 56, 80, 0.32);
    width: 100%;
}

.contact-info>form div label {
    position: absolute;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16px;
    color: #063850;
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

input:focus {
    outline: none;

}

.contact-info>form div input,
.contact-info>form div textarea {
    border: none;
    background-color: transparent;
    width: 100%;
    color: #063850;
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    height: 100%;
    margin-top: 3px;
}

.contact-info>form div input:not(:-moz-placeholder-shown)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.contact-info>form div input:not(:-ms-input-placeholder)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.contact-info>form div input:focus+label,
.contact-info>form div input:not(:placeholder-shown)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.contact-info>form div textarea:not(:-moz-placeholder-shown)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.contact-info>form div textarea:not(:-ms-input-placeholder)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.contact-info>form div textarea:focus+label,
.contact-info>form div textarea:not(:placeholder-shown)+label {
    color: rgba(6, 56, 80, 0.48);
    font-family: "Helvetica Neue LT GEO";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 12px;
}

.contact-info>form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    padding: 18px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    gap: 8px;
    background: var(--primary-color);
    border-radius: 12px;
    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

textarea:focus {
    outline: none;
}

.contact-info>form button .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

.contact-info>form button:hover .icon {
    rotate: 45deg;

}

.contact-info>form button:hover {
    background-color: var(--secondary-color);
}

.aboutpage+article {
    margin-right: auto;
    margin-left: auto;
}

.newslist>ul .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

.newslist>ul:first-child li a img {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

.newslist>ul:first-child li a:hover img {
    scale: 1.05;

}

.newslist>ul:first-child li a div:first-child {
    overflow: hidden;
}

.contact-info>form div:last-of-type {
    height: auto;
    padding: 5px 16px;
    min-height: 64px;
}

.contact-info>form div textarea {
    padding-top: 8px;
}

.contact-info>div>ul li a:hover>div:first-child {
    background-color: var(--secondary-color);
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}

.contact-info>div>div ul:last-of-type li a:hover .icon {
    background-color: white;
}

.contact-info>div>div ul:last-of-type li a:hover {
    background-color: var(--secondary-color);
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}
.gallery-more>ul:first-child li a {
    width: 100%;
    height: 300px;
}
.gallery-more>ul:first-child li a img {
   
    width: 100%;
    height: 100%;
}


/* 


Anchor fixes

*/

.events-carousel-item .bottom > button .icon {
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
}

.events-carousel-item .bottom>button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-family: "Helvetica Neue LT GEO";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: auto;
    
}
#news-carousel .events-carousel-item .bottom > button  {
   color: white;
}
.eventslist ul:first-child li .bottom{
    min-height: 210px;
}
.eventslist>ul:first-child li a>div:last-child p:first-child{
    padding: 4px 12px;
   
    border-radius: 100px;
    background: white !important;
    border: 0.5px solid #000;
}
.eventslist ul:first-child{
    grid-template-columns: repeat(auto-fit, 390px);
    align-items: start;
}
.eventslist > ul:first-child li:hover  a > div:last-child p:first-child {
    background: transparent !important;
    border-color: white !important;
}
.newslist>ul:first-child li a{
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}
.gl ul:first-child li .bottom{
    min-height: 100px;
}
.news-inner > .newslist>ul:first-child li a>div:last-child p:first-child{
 border-radius: 100px;
 width: fit-content;
background: rgba(6, 56, 80, 0.10);
}
.news-inner > .newslist>ul:first-child li a {
    border: 0.5px solid rgba(6, 56, 80, 0.40);

}
.news-inner > .newslist>ul:first-child li a div:first-child{
    height: 190px;
}
.news-inner > .newslist>ul:first-child li a > div:last-child{
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 0 0 12px 12px;
    padding: 20px 24px;

}
 .news-inner  .newslist>ul:first-child{
    grid-template-columns: repeat(auto-fit,300px);
  
}
.gl>ul:first-child li a>div:last-child p:first-child{
    color: #000;
    font-family: "Helvetica Neue LT GEO";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border: none;
    padding: 0;
    padding-left: 5px;
}


.events #events-carousel  .events-carousel-item .bottom > div > div{
    display: flex;
}


.news-inner > .newslist>ul:first-child li a:hover   div:last-child p:first-child {
    background: transparent !important;
   
}
.news-inner > .newslist>ul:first-child li a:hover  div:last-child >div  {
    background: transparent !important;
   
}
#news-carousel .events-carousel-item .bottom>div p{
border: none;
    padding: 0;
    border-radius: 0;
    transition: 350ms ease;

}
#news-carousel .events-carousel-item .bottom div>span:first-of-type{
    border: 0.5px solid white;
    border-radius: 100px;
}
.news #news-carousel .events-carousel-item:hover .bottom div>span:first-of-type {
    background: transparent !important;
    border: 0.5px solid #063850 !important;
    color: #063850 !important;

}
.news #news-carousel .events-carousel-item:hover  .events-carousel-item .bottom>div p{
    border: none !important;
    color: #063850 !important;

}
.events-readmore{
   
    display: flex;
    align-items: center;
    margin-top: auto;
    gap: 8px;
}
.events-carousel-item{
    transition: 350ms ease;
}
.events-readmore .icon{
     transition: 350ms ease;
   background-color: var(--primary-color) !important;
}
.news-details .right>div ul li{
    transition: 250ms ease;
    cursor: pointer;
}
.news-details .right>div ul li:hover{
    background-color: var(--secondary-color);
}
.news-details .right>div ul li:hover .icon {
    background-color: white;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
}
@media(width < 1540px) {
    :root {

        --fullhd-padding: 113px;




    }

    .about {
        padding: 114px 220px;
    }
}

@media(width < 1367px) {

    :root {

        --fullhd-padding: 32px;
        --innerpage-padding: 280px;
        --primary-color: #063850;
        --secondary-color: #157ACC;
        --text-color: #192036;



    }

    .collectives {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .collectives ul {

        grid-template-columns: repeat(3, minmax(280px, 330px));
        justify-items: center;
        /* horizontal */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .collectives ul li div {
        height: 128px;
    }

    .about {
        padding-inline: 150px;
        gap: 48px;
    }

    .newspage>img {
        width: 290px;
        height: 287px;
    }

    .gallery>ul:first-child {
        grid-template-columns: repeat(3, minmax(280px, 330px));
    }

}

@media(width < 1222px) {
    .hero-carousel-controls {

        max-width: 650px;
    }
}

@media(width < 1025px) {
    .hero-carousel-controls {

        max-width: 600px;
    }
}

.aboutpage .right>p:nth-child(1) {
    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 131.25% */
    border: none;
    height: auto;
    padding: 0;
    margin: 0;
}

.contactpage .right>p:nth-child(2) {
    color: #FFF;
    font-family: "Helvetica Neue LT GEO";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media(width < 1025px) {
    .events-carousel-item {
        max-width: 468px;

    }

    .collectives ul {
        grid-template-columns: repeat(3, minmax(260px, 1fr));
        justify-items: center;
        /* horizontal */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero-carousel-item .left {
        min-height: 386px;
    }

    .hero-carousel-item .right {
        height: 386px;
    }

    .hero-carousel-item header h2 {
        font-size: 32px;
        margin-bottom: 8px;

        line-height: 44px
    }

    .hero-carousel-item header p {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        /* 150% */
        letter-spacing: 0.2px
    }

    .about {
        padding: 75px 100px;

    }

    .about p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px
    }

    .newspage {
        padding: 32px calc(var(--fullhd-padding) - 16px);
    }

    .newspage iframe {
        height: 295px;
    }

    .newspage .left {
        width: 468px;
        height: 295px;
    }

    .newspage .right h1 {
        color: #FFF;
        font-family: "Helvetica Neue LT GEO";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .news-details .right {
        gap: 32px;
        max-width: 468px;
    }

    .newspage .right {
        gap: 20px;
        padding-top: 10px;
    }

    .newspage .right>p:nth-child(1) {
        margin-top: 0;
    }

    article {
        margin-left: 0;
        margin-right: 0;
        padding-inline: var(--fullhd-padding);
        max-width: 100%;
    }

    article h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px
    }

    article p,
    article ul {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    footer {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 48px;
    }

    .gallery>ul:first-child {
        display: -ms-grid;
        display: grid;
        place-items: center;
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(228px, 1fr));
        gap: 16px;
    }

    .aboutpage .right>p:nth-child(1) {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media(width < 900px) {
    :root {

        --fullhd-padding: 24px;





    }

    .hero-carousel-controls {

        max-width: 500px;
        margin-top: -80px;
        padding-inline: 24px;
    }

    .hero-carousel-controls>a {
        padding: 11px 24px;
    }

    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-info>div {
        gap: 48px;
    }

    .aboutpage .right>p:nth-child(1) {
        font-size: 20px;
    }

    .newspage .right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    main {
        padding-inline: 8px;
    }

    .hero-carousel-item .left {
        padding: 24px;
    }

    .about {
        gap: 40px;
    }

    .about {
        padding: 75px 60px;
    }

    .hero-carousel-item .left {
        min-height: 284px;
    }

    .hero-carousel-item .right {
        height: 284px;
    }

    .navigation>ul li:last-child {
        display: none;
    }

    .hero-carousel-item header h2 {
        font-size: 24px;
        margin-bottom: 8px;

        line-height: 32px
    }

    .hero-carousel-item header p {
        font-size: 14px;
        font-style: normal;

        line-height: 20px;
        /* 150% */
        letter-spacing: 0.2px
    }

    .hero-carousel-item .left>div:first-of-type p {
        font-size: 14px;
    }

    .hero-carousel-item .left>div:first-of-type span {
        font-size: 14px;
    }

    .collectives ul {
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    }

    .collectives-inner ul:first-child {
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    }

    .newspage .right {
        padding: 12px;
        gap: 12px;

    }

    .navigation>div {
        position: relative;
    }

    .newspage .right h1 {
        margin-top: 24px;
    }

    .newspage .right p:nth-child(3) {
        margin-bottom: 24px;
    }

    .hero-carousel {
        padding: 56px;
        padding-inline: calc(var(--fullhd-padding) - 16px);
    }
}

@media(width < 768px) {
    .hero-carousel-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }



    .hero-carousel-item .right {
        width: 343px;
        height: 343px;
    }

    .hero-carousel-item .left {
        max-width: 343px;
    }

    .about {
        border-radius: 0;
        padding: 40px 10px;
    }

    .about a {
        color: #FFF;
        font-family: "Helvetica Neue LT GEO";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        /* 125% */

    }

    .collectives,
    .events,
    .news {
        padding: 56px;
        padding-inline: calc(var(--fullhd-padding) - 16px);
    }

    .collectives h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px
    }

    .events .hc-controls {
        display: none;
    }

    .navigation>ul li a {
        display: none;
    }

    .navigation {
        gap: 0;
    }

    .events header {

        padding-inline: 16px;
        font-family: "Helvetica Neue LT GEO";
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 24px;
        /* 133.333% */
    }

    .events {
        border-radius: 24px;
    }

    .events-carousel-item .bottom>p {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }

    footer {
        grid-template-columns: repeat(1fr);
        gap: 40px;
    }

  
    .events-carousel-item .top {
        height: 254px;
    }

    .events-carousel-item .bottom {
        gap: 12px;
    }

    .newspage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 32px 16px;
    }

    .newspage .left {
        width: 100%;
        height: 196px;
    }

    .newspage .left iframe{
        height: 196px;
    }

    .news-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .news-details .right h1 {
        margin-bottom: 90px;
    }

    .announcements .right h1 {
        margin-bottom: 20px;
    }

    .newscarousel-inner .events-carousel-item .top {
        height: 237px;
    }

    .collectives,
    .events,
    .news {
        padding: 32px;
        padding-inline: calc(var(--fullhd-padding) - 16px);
    }

    .collectives-inner,
    .eventslist,
    .newslist {
        padding-top: 0px;
        padding-bottom: 110px;
    }

    .collectives-inner {
        padding-bottom: 110px;
    }

    .newslist>ul:last-child {
        bottom: 40px;
    }

    .newslist>ul:last-child li:first-child {

        margin-right: 5px;
    }

    .newslist>ul:last-child li:last-child {

        margin-left: 5px;
    }

    .gallery-more>ul:first-child {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .announcements .newslist {
        padding-bottom: 110px;
    }
/* .nav-menu{
        transform: translate(-100%,-70px) ; 

}
.nav-menu.show{
        transform: translate( calc( -100% + var(--fullhd-padding) ), -70px) ; 

} */
 .hero-carousel-controls{
    margin-inline:auto;
    max-width: 343px;
 }
 
}

@media(width < 490px) {
    .collectives ul li div {
        height: 150px;
    }

    .navigation>a {
        width: 115px;
    }

    .navigation>a img {
        width: 100%
    }
    .nav-menu, .nav-menu.show{
        min-width: 95vw !important;
            transform: translate(-100%,-70px) !important ; 

    }
    .nav-menu.show{
            transform: translate(-99.5%, -60px) !important ;

    }



    .gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gallery>ul:first-child {
        display: -ms-grid;
        display: grid;
        place-items: center;
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
        gap: 16px;
    }

    .gallery-more>ul:first-child {
        display: -ms-grid;
        display: grid;
        place-items: center;
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
        gap: 16px;
    }

    .gallery ul:first-child li a div:last-child {
        padding: 16px 12px;
    }

  


    .gallery>ul:first-child li a div:first-child {
        height: 144px;
    }

    .eventslist ul:first-child {
        grid-template-columns: repeat(auto-fit, minmax(343px, 1fr));
        place-items: center;
    }

    .events-carousel-item .top {
        /* height: 215px; */
    }

    .events-carousel-item .bottom {
        padding: 20px 24px;
    }

    footer .logo {
        width: 75px;
    }

    footer .logo img {
        width: 105px;
    }

    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .hero-carousel-item .left {
        max-width: 100%;
    }

    .hero-carousel-item .right {
        width: 100%;
    }

    .newspage {
        border-radius: 20px;
    }
        .newspage>img {
        width: 161px;
        height: 136px;
    }
}

@media(width < 450px) {
  
    .eventslist > .events-carousel-item {
        margin-right: 0;
    }
    .nav-menu, .nav-menu.show{
        min-width: 97svw !important;
            transform: translate(-100%,-60px) !important ; 

    }
    .nav-menu.show{
        min-width: 97svw !important;

            transform: translate(-94%, -60px) !important ;

    }
.gallery-more>ul:first-child li a {
    width: 320px;
    height: auto;
}
    .eventslist .events-carousel-item {
        max-width: 343px;
    }

    .collectives ul {
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(343px, 343px));
    }

    .collectives ul li {
        padding: 16px;
    }

    .collectives {
        padding: 56px;
        padding-inline: 8px;
    }

    .hero-carousel-controls {
        margin-top: -65px;
    }

    footer {
        padding: 48px 24px;
    }

    .contact-info {
        padding: 32px 0;
    }

    .contact-info>form {
        padding: 32px 20px;
    }
}

.contact-info>form button {
    margin-top: 16px;
}

@media(width < 420px) {

}

@media(width < 403px) {
  

    .gallery-more>ul:first-child li a {
        width: 165px;
        height: 100px;
    }
}

@media(width < 380px) {
 
}



#upload-text>div {
    padding: 8px;
    background-color: var(--primary-color);
    border-radius: 6px;

}

.upload-area.success #upload-text div {
    background-color: green;
}

.upload-area.erro #upload-text div {
    background-color: red;
}

.upload-area.wait .uplaod-label {
    text-decoration: none;
}


#clear-file {
    position: relative;
    z-index: 100;
    display: none;
}

.reg-textarea {
    height: auto;
    min-height: 64px;
    padding: 5px 16px;
}

.reg-textarea textarea {

    margin-top: 4px;
    padding-top: 6px;
}


.hero-carousel-item .left header {
    opacity: 0;
    transition: opacity 0.3s ease;

}

.hero-carousel-item .left div {
    opacity: 0;
    transition: opacity 0.3s ease;

}

.hero-carousel-item .right img {
    opacity: 0;
    transform: translateX(300px);
    transition: transform 1.3s ease, opacity 1.3s ease;
}




.collectives ul li p {
    font-family: "Helvetica Neue LT GEO";
}

@media (width < 396px) {
 
}



/*  
//////////////////////
                                      Changes after starting to Plug the admin panel
////////////////////////

*/

.events-carousel-item .top {
    margin-bottom: -2px;
}

.events-carousel-item .bottom {
    position: relative;
    border-top: 4px dashed #F0F1F3;
    z-index: 2;


}
#events-carousel .owl-stage-outer {
  overflow: visible !important;
}

.events-carousel-item .bottom>div.button span{
    border: none !important;
    padding: 4px 12px 4px 0 !important;
}

.news #news-carousel .events-carousel-item:hover a .bottom>div.button span{
    border: none !important;
}

.tab-pane ul{
    display: block !important;
}