@import 'https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Slab:300,400)';
body {
    font-family: "Raleway", sans-serif;
}

.panel-cover__description a {
    color: #e25440;
}

/* PACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #3385FF;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace-inactive {
    display: none;
}

/* Timeline */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}
.vertical-timeline-content .btn {
    float: right;
}
#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}
@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}
.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}
.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-block:first-child {
    margin-top: 0;
}
.vertical-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}
.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}
.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}
.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}
.vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}
.vertical-date small {
    color: #3385FF;
    font-weight: 400;
}
.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
    max-width: 1300px !important;
}
.block {
    display: block;
}
.clear {
    display: block;
    overflow: hidden;
}
a {
    cursor: pointer;
}
/* BACKGROUNDS */
.gray-bg {
    background-color: #f3f3f4;
}
.white-bg {
    background-color: #ffffff;
}
.navy-bg {
    background-color: #3385FF;
    color: #ffffff;
}
.blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}
.lazur-bg {
    background-color: #23c6c8;
    color: #ffffff;
}
.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff;
}
.red-bg {
    background-color: #ed5565;
    color: #ffffff;
}
.black-bg {
    background-color: #262626;
}

body.landing-page {
    color: rgb(103, 106, 108);
    font-family: "Open Sans", helvetica, arial, sans-serif;
    background-color: rgb(255, 255, 255);
}
.landing-page span.navy {
    color: #3385FF;
}
.landing-page p.text-color {
    color: #676a6c;
}
.landing-page a.navy-link {
    color: #3385FF;
    text-decoration: none;
}
.landing-page a.navy-link:hover {
    color: #3385FF;
}
.landing-page section p {
    color: #545353;
    font-size: 18px;
}
.landing-page address {
    font-size: 13px;
}
.landing-page h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 300;
}
.landing-page .header-back {
    height: 470px;
    width: 100%;
}
.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 2px solid #3385FF;
}
.landing-page .features-block {
    margin-top: 40px;
}
.landing-page .features-text {
    margin-top: 40px;
}
.landing-page .features small {
    color: #3385FF;
}
.landing-page .features h2 {
    font-size: 28px;
    margin-top: 5px;
}
h3 {
    font-size: 18px;
}
.landing-page .features-text-alone {
    margin: 40px 0;
}
.landing-page .features-text-alone h1 {
    font-weight: 200;
}
.landing-page .features-icon {
    color: #3385FF;
    font-size: 40px;
}
.landing-page .gray-section {
    background: #f4f4f4;
    margin-top: 60px;
}
.landing-page .team-member {
    text-align: center;
}
.landing-page .team-member img {
    margin: auto;
}
.landing-page .social-icon a {
    background: #3385FF;
    color: #fff;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50px;
}
.landing-page .social-icon a:hover {
    background: #3385FF;
}
.landing-page .img-small {
    height: 80px;
    width: 80px;
}
.landing-page section.timeline {
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .landing-page .featurette-heading {
        margin-top: 120px;
    }
}

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

.navbar-custom {
    visibility: hidden;
}

.navbar-custom.top-nav-collapse {
    visibility: visible;
}

.panel-cover {
    position: relative;
    padding: 0;
    height: 100%;
    background-attachment: fixed;
}

@media (max-width: 1024px) {
    .panel-cover {
      background-attachment: scroll;
    }
}

.user-image {
    margin-bottom: 1.2em;
    position: relative;
    width: 300px;
    height: 300px;
    border: 3px solid #fff;
    border-radius:100%;
}


ul.social-buttons li a {
    color: #fff;
    opacity: .8;
    border: 1px solid #fff;
    background-color: transparent;
}

.panel-title {
    margin: 0 0 5px 0;
    font-size: 1.5em;
    letter-spacing: 4px;
    color: #FFF;
}

.intro .intro-body {
    display: table;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
    background-color: #f1f1f1;
}
.bs-callout-gold {
    border-left-color: #FFD700;
    background-color: #f1f1f1;
}
.bs-callout-talk {
    border-left-color: #9400D3;
    background-color: #f1f1f1;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
    background-color: #f1f1f1;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-secondary {
    border-left-color: #e05555;
    background-color: #f1f1f1;
}
.bs-callout-secondary h4 {
    color: #e05555;
}
.bs-callout-warning {
    border-left-color: #aa6708;
    background-color: #f1f1f1;
}
.bs-callout-warning h4 {
    color: #aa6708;
}

.landing-page .testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-image: url('../images/landing/opensource.jpg');
    position: relative;
    background-attachment: fixed;
}

.testimonials--overlay {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(68, 68, 68, 0.2);
    background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.2) 10%, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.2) 10%, rgba(0, 0, 0, 0.5)); }

@media (max-width: 1024px) {
    .landing-page .testimonials {
        background-attachment: scroll;
    }
}

.landing-page .mytime {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #3385FF;
    background-image: url('../images/landing/time.jpg');
    position: relative;
    background-attachment: fixed;
}

.mytime--overlay {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(68, 68, 68, 0.2);
    background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.2) 10%, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.2) 10%, rgba(0, 0, 0, 0.5)); }

@media (max-width: 1024px) {
    .landing-page .mytime {
        background-attachment: scroll;
    }
}

.btn-rounded{
    border-radius:50px;
    font-size: 1.5em;
}

.pinyin.tone4, .tone4 {
    color: #0000ff;
}
.pinyin.tone1, .tone1 {
    color: #ff0000;
}
.pinyin.tone2, .tone2 {
    color: #d89000;
}

a.pinyin {
    font-family: "arial unicode ms", "lucida sans unicode", sans-serif, serif;
    text-decoration: none;
    color: #555555;
    font-size: 15px;
    cursor: auto;
}

.main-content-area {
    overflow: hidden;
    margin-bottom: 50px;
    background: #fff;
}

.main-content-area.full-width .main-page {
    max-width: 100%;
    padding: 0;
}

.about-section {
    background: #f6faff;
    max-width: 1300px;
    font-size: 18px;
    margin: 40px auto 40px auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 10px 30px;
}

.footer {
    padding: 0px;
}

footer .site-info {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 40px 5% 65px;
    margin: 0 auto;
    background: #263238;
}

.site-info-contact {
    display: flex;
}

.site-info .intouch {
    display: block;
    padding: 5px 0 15px;
    font-size: 21px;
    font-weight: 300;
    text-transform: capitalize;
    color: #eceff1;
}

.keep-touch, .contact-footer, .newsletter-footer {
    flex-basis: 100%;
    text-align: center;
    flex-grow: 1;
}

.site-info .intouch {
    display: block;
    padding: 5px 0 15px;
    font-size: 21px;
    font-weight: 300;
    text-transform: capitalize;
    color: #eceff1;
}

.contact-footer .mailme {
    color: #eceff1;
}

.mailme {
    font-size: 25px;
    color: #3d4b52;
    font-weight: 600;
    border-bottom: 1px dotted;
}

footer .site-info .copyright {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
    font-size: 14px;
    color: #eceff1;
    text-align: center;
}

.keep-touch, .contact-footer, .newsletter-footer {
    flex-basis: 100%;
    text-align: center;
    flex-grow: 1;
}
.margin-0 {
	margin: 0 0 0;
}

.my_link {
	color: #545353;
	text-decoration: underline;
}

.float-container {
	padding: 20px;
}

.float-child {
	width: 50%;
	float: left;
	padding: 20px;
}  

.div-canvas {
	max-width: 500px;
}

.company-logo {
	width: 150px;
	height: auto;
}

.company-logo-teaching {
	width: 60px;
	height: auto;
}

.flag {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.company-logo-education {
	width: 110px;
	height: auto;
}

.company-logo-supervision {
	width: 150px;
	height: auto;
}

.news {
    overflow: scroll;
    height: 300px;
}

.a-primary {
    color: #428bca;
}

.a-secondary {
    color: #e05555;
}

.site-navbar {
    --bs-navbar-padding-y: 0.18rem;
    --bs-navbar-brand-padding-y: 0.1rem;
    --bs-navbar-nav-link-padding-x: 0.5rem;
    background: rgba(24, 29, 36, 0.92) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 28px rgba(8, 15, 24, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding-top: 0;
    padding-bottom: 0;
}

.site-navbar .container {
    max-width: 1520px;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    align-items: center;
}

.site-navbar__brand {
    margin-right: 1.25rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    white-space: nowrap;
}

.site-navbar .navbar-nav {
    align-items: center;
    gap: 0.05rem;
}

.site-navbar .navbar-toggler {
    padding: 0.3rem 0.5rem;
    border-color: rgba(255, 255, 255, 0.2);
}

.nav-link-custom {
    padding: 0.36rem 0.48rem;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.78) !important;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.nav-link-custom:hover,
.nav-link-custom:focus {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.site-navbar .navbar-collapse {
    justify-content: flex-end;
}

.section-flat {
    margin-top: 0;
}

.compact-copy {
    margin-bottom: 5px;
}

.media-showcase {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.media-showcase iframe {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(12, 23, 36, 0.22);
    background: #0f1720;
}

.service-heading {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.05rem;
    color: #23313d;
}

.publication-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 auto 24px;
}

.publication-toolbar__button {
    min-width: 270px;
}

.publication-toolbar__search {
    max-width: 360px;
}

.page-hero-spacer {
    height: 96px;
}

.gallery-intro {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-grid {
    margin: 3rem 1.5rem;
}

.gallery-column {
    display: flex;
    flex-direction: column;
}

.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.gallery-image {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-item:hover .gallery-image,
.gallery-item:focus .gallery-image {
    transform: scale(1.02);
    box-shadow: 0 18px 40px rgba(12, 23, 36, 0.18);
}

.privacy-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,249,252,0.98));
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.privacy-card h2 {
    margin-top: 28px;
    margin-bottom: 12px;
}

.footer-note {
    font-size: 15px;
}

.site-navbar {
    background: rgba(19, 24, 31, 0.9) !important;
    box-shadow: 0 10px 32px rgba(7, 12, 20, 0.18);
}

.site-navbar .container {
    max-width: 1420px;
}

.site-navbar__brand {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.site-navbar__links {
    flex-wrap: wrap;
    row-gap: 0.15rem;
}

.nav-link-custom {
    font-size: 0.79rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.74) !important;
}

.nav-link-custom:hover,
.nav-link-custom:focus {
    background: rgba(255, 255, 255, 0.11);
}

#particles-js {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 118px 24px 72px;
    background:
        radial-gradient(circle at top left, rgba(67, 139, 255, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(10, 22, 38, 0.92), rgba(22, 56, 89, 0.9));
}

#particles-js .content {
    position: relative;
    z-index: 1;
}

.hero-shell {
    width: min(920px, calc(100% - 32px));
    margin: 0 auto;
    padding: 40px 36px 34px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 80px rgba(3, 9, 17, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-anchor {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.hero-kicker {
    margin-bottom: 1rem;
    padding: 0.42rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-subtitle {
    max-width: 680px;
    margin: 1.1rem auto 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}

.hero-button {
    min-width: 200px;
    padding: 0.8rem 1.3rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.hero-button--primary {
    color: #15304d;
}

.panel-title {
    margin-top: 0.15rem;
    font-size: 2.1rem;
    letter-spacing: -0.03em;
}

.panel-cover__divider {
    width: 86px;
    height: 4px;
    margin: 1.2rem auto 1.4rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
}

.user-image {
    box-shadow: 0 20px 50px rgba(4, 14, 28, 0.3);
}

ul.social-buttons {
    margin-top: 1.35rem;
}

ul.social-buttons li a {
    width: 44px;
    height: 44px;
    font-size: 18px;
    opacity: 0.95;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.48);
}

.section-flat {
    padding-bottom: 14px;
}

.section-title {
    font-family: "Roboto Slab", serif;
    letter-spacing: -0.02em;
}

.landing-page .navy-line {
    width: 72px;
    height: 4px;
    margin-top: 72px;
    border-bottom: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #3385FF, #84b5ff);
}

.about-section {
    max-width: 1260px;
    margin-top: 32px;
    margin-bottom: 44px;
    padding: 22px 30px;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,254,0.98));
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.landing-page section p {
    line-height: 1.78;
}

.media-showcase {
    gap: 22px;
}

.media-showcase iframe {
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(12, 23, 36, 0.2);
}

.news {
    overflow: auto;
    padding-right: 8px;
}

.service-heading {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #35506b;
}

.footer-note {
    text-align: center;
}

.talks-page .navy-line {
    margin-top: 108px;
}

.talks-page__intro {
    max-width: 720px;
    margin: 14px auto 0;
    color: #607286;
    font-size: 1.02rem;
}

.talks-shell {
    padding: 28px 30px 10px;
}

.talks-shell__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(20, 38, 61, 0.08);
}

.talks-shell__eyebrow {
    display: inline-flex;
    margin-bottom: 0.45rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(51, 133, 255, 0.1);
    color: #2b6cbf;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.talks-shell__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    letter-spacing: -0.03em;
    color: #1d2e42;
}

.talks-feed {
    display: grid;
    gap: 1rem;
}

.talks-feed > h2 {
    position: sticky;
    top: 78px;
    z-index: 2;
    width: fit-content;
    margin: 0.25rem 0 0.1rem !important;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(17, 28, 43, 0.92);
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-size: 1rem;
    letter-spacing: -0.02em;
    box-shadow: 0 12px 28px rgba(7, 14, 24, 0.12);
}

.talks-feed .bs-callout-talk {
    margin: 0;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-left: 0;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.talks-feed .bs-callout-talk + .bs-callout-talk {
    margin-top: 0;
}

.talks-feed .bs-callout-talk .row {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.talks-feed .bs-callout-talk .col-lg-1 {
    width: 72px;
    flex: 0 0 72px;
}

.talks-feed .bs-callout-talk .col-lg-10 {
    width: auto;
    flex: 1 1 auto;
}

.talks-feed .bs-callout-talk h4 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.45;
    color: #182739;
}

.talks-feed .bs-callout-talk h4 a {
    color: #182739;
    text-decoration: none;
}

.talks-feed .bs-callout-talk h4 a:hover {
    color: #2d6dbe;
}

.talks-feed .bs-callout-talk p {
    margin: 0.45rem 0 0;
    color: #5f7184;
    font-size: 0.98rem;
}

.talks-feed .bs-callout-talk strong {
    color: #30475f;
    font-weight: 700;
}

.talks-feed .flag {
    width: 58px;
    height: 58px;
    border: 3px solid #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    background: #fff;
}

@media only screen and (max-width: 1300px), (hover: none) and (pointer: coarse) {
    .site-navbar .container {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .site-navbar__brand {
        font-size: 1.05rem;
    }
    .site-navbar .navbar-collapse {
        margin-top: 0.5rem;
        padding: 0.4rem 0 0.1rem;
    }
    .site-navbar .navbar-nav {
        align-items: stretch;
        gap: 0.2rem;
    }
    .nav-link-custom {
        padding: 0.7rem 0.85rem;
        font-size: 0.95rem;
        border-radius: 12px;
    }
    #particles-js {
        padding: 96px 18px 44px;
    }
    .hero-shell {
        width: min(100%, calc(100% - 12px));
        padding: 28px 18px 24px;
        border-radius: 22px;
    }
    .hero-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.06em;
    }
    .hero-subtitle {
        font-size: 0.98rem;
        line-height: 1.7;
    }
    .hero-actions {
        gap: 0.65rem;
    }
    .hero-button {
        width: 100%;
        max-width: 280px;
    }
    .media-showcase {
        gap: 14px;
    }
    .publication-toolbar {
        margin-bottom: 20px;
        padding: 0 12px;
    }
    .publication-toolbar__button,
    .publication-toolbar__search {
        width: 100%;
        max-width: 320px;
    }
    .page-hero-spacer {
        height: 70px;
    }
    .gallery-grid {
        margin: 2rem 0.75rem;
    }
    .privacy-card {
        padding: 22px;
        border-radius: 16px;
    }
    .user-image {
        margin-bottom: 1.2em;
        position: relative;
        width: 170px;
        height: 170px;
        border: 3px solid #fff;
        border-radius:100%;
        margin-top: 150px;
    }
    .landing-page h1 {
        margin-top: 10px;
        font-size: 20px;
        font-weight: 700;
    }
    .talks-page .navy-line {
        margin-top: 82px;
    }
    .talks-shell {
        padding: 22px 18px 8px;
    }
    .talks-shell__header {
        margin-bottom: 1rem;
        padding-bottom: 0.9rem;
    }
    .talks-feed > h2 {
        top: 76px;
    }
    .talks-feed .bs-callout-talk {
        padding: 1rem;
        border-radius: 18px;
    }
    .talks-feed .bs-callout-talk .row {
        gap: 0.85rem;
        align-items: start;
    }
    .talks-feed .bs-callout-talk .col-lg-1 {
        width: 58px;
        flex: 0 0 58px;
    }
    .talks-feed .bs-callout-talk h4 {
        font-size: 1rem;
    }
    .talks-feed .flag {
        width: 48px;
        height: 48px;
    }
    ul.social-buttons li a {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    .yt-video {
        width:300px;
        height:170px;
    }
}
