.year-overview {
    width: 100%;
}

.year-overview.mobile {
    display: block;
}

.year-overview.desktop {
    display: none;
}

.year-overview .section-title {
    font-family: Obviously Wide Medium;
    font-size: 24px;
    line-height: 29.04px;
    text-align: center;
    padding-inline: 40px;
    margin-block: 20px 30px;
}

.year-overview .trimester {
    width: 287px;
    margin-inline: auto;
    overflow-x: hidden;
}

.trimester .trimester-half {
    margin-bottom: 100px;
}

.year-overview .trimester:last-of-type {
    margin-bottom: 140px;
}

.trimester .info-section {
    width: 274px;
    margin-inline: auto;
}

.trimester .info-section .navigation {
    margin-bottom: 16px;
}

.trimester .info-section .navigation ul {
    display: none;
}

.trimester .info-section .navigation .current-tab-name {
    font-family: Obviously Wide Medium;
    color: var(--color-red);
    font-size: 12px;
    line-height: 14.52px;
}

.trimester .info-section .trimester-title {
    font-family: Obviously Wide Medium;
    font-size: 18px;
    line-height: 21.78px;
    margin-bottom: 16px;
}

.trimester .info-section .trimester-paragraph {
    font-family: Obviously Light;
    font-size: 12px;
    line-height: 21.6px;
}

.trimester .info-section .trimester-paragraph ul,
.trimester .info-section .trimester-paragraph ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-block: 16px;
    padding-inline-start: 15px;
}

.trimester .info-section .trimester-paragraph ul {
    list-style: none;
}

.trimester .info-section .trimester-paragraph ul li {
    position: relative;
}

.trimester .info-section .trimester-paragraph ul li::before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: -15px;
    width: 8px;
    height: 8px;
    border: 1px solid var(--color-red);
    border-radius: 50%;
}

.trimester .phones-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.trimester .swiper.phone-swiper {
    position: absolute;
}

/* Phone Images Generic */

.phone-swiper {
    --border-radius: 4px;
    position: absolute;
    box-shadow: 4px 3px 8px rgb(0 0 0 / 35%);
    border-radius: var(--border-radius);
}

.story-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.story-image .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius);
}

.story-image .back {
    position: absolute;
    inset: 0;
    content: url("/assets/img/story-image.png");
    padding: 6.307% 5.8722%;
    width: calc(100% - 5.8722% * 2);
    height: calc(100% - 3.54783% * 2);
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
}

.feed-image {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: var(--border-radius);
}

.feed-image .image {
    position: absolute;
    top: 12.807%;
    left: 0;
    width: 100%;
    height: calc(100% - 12.807% - 12.4384%);
    object-fit: cover;
    object-position: center;
}

.feed-image .back {
    background-image: url("/assets/img/feed-image.png");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: var(--border-radius);
}

/* Chat bubbles Generic */

.phones-container .messages {
    gap: 14px;
}

.phones-container .messages {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    z-index: -1;
}

.chat-bubble {
    --bg: #e3e2e7;
    font-family: Obviously Light;
    background-color: var(--bg);
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 8px;
    line-height: 12.52px;
    align-self: start;
    position: relative;
}

/* Edge start */

.chat-bubble::before,
.chat-bubble::after {
    display: block;
    position: absolute;
    bottom: 0;
    height: 9px; /* height of our bubble "tail" - should match the border-radius above */
    content: "";
}

.chat-bubble::before {
    width: 15px;
}

.chat-bubble::after {
    width: 24px;
    background-color: var(--bg);
}

.right-bubble::before {
    right: -10px;
    background-color: var(--bg);
    border-bottom-left-radius: 16px 14px;
}

.right-bubble::after {
    right: -24px;
    border-bottom-left-radius: 10px;
    background-color: white;
}

.left-bubble::before {
    left: -10px;
    background-color: var(--bg);
    border-bottom-right-radius: 16px 14px;
}

.left-bubble::after {
    left: -24px;
    background-color: white;
    border-bottom-right-radius: 10px;
}

.chat-bubble.right-bubble {
    align-self: end;
}

.empty-bubble {
    width: 35.14px;
    height: 13.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5px;
    padding: unset;
}

.empty-bubble .dot {
    width: 3px;
    height: 3px;
    background-color: #aeaeae;
    border-radius: 50%;
}

.chat-bubble.emoji-only {
    font-size: 13px;
    line-height: 1.5;
    padding-block: 1px 4px;
}

/* Action Text Generic */

.phones-container .action-text {
    position: absolute;
    color: var(--color-red);
    font-family: Obviously Wide;
}

.phones-container .action-circle-text {
    position: absolute;
    max-width: 800px;
    max-height: 600px;
}

.phones-container .action-circle-text:nth-of-type(2) {
    rotate: 180deg;
}

.phones-container .addon-svg {
    position: absolute;
    scale: 0.29;
}

.phones-container .addon-svg:nth-of-type(1) {
    z-index: -1;
}

.phones-container .addon-svg:nth-of-type(2),
.phones-container .addon-svg:nth-of-type(3) {
    z-index: 100;
}

.trimester .first-part .addon-svg:nth-of-type(2),
.trimester .first-part .addon-svg:nth-of-type(3) {
    display: none;
}

/* Trimester 1 */

.trimester-1 .action-circle-text {
    scale: 0.55;
    top: -80px;
    left: -85px;
}

.trimester-1 .phones-container {
    height: 257px;
}

.trimester-1 .phone-swiper-1 {
    width: 70px;
    height: 93px;
    top: 130px;
    left: 3px;
}

.trimester-1 .phone-swiper-2 {
    width: 103px;
    height: 183px;
    top: 59px;
    left: 62px;
    z-index: 12;
}

.trimester-1 .phone-swiper-3 {
    width: 100px;
    height: 133px;
    top: 7px;
    left: 140px;
}

.trimester-1 .messages {
    width: 107px;
    top: 152px;
    left: 173px;
}

.trimester-1 .second-part .phones-container {
    margin-bottom: 20px;
}

.trimester-1 .addon-svg:nth-of-type(1) {
    top: -35px;
    right: -84px;
    z-index: -1;
}

.trimester-1 .addon-svg:nth-of-type(2) {
    top: 6px;
    left: -31px;
}

.trimester-1 .addon-svg:nth-of-type(3) {
    top: 133px;
    left: 84px;
}

/* Trimester 2 */

.trimester-2 .action-text {
    width: 75px;
    font-size: 7px;
    top: 8px;
    left: 156px;
}

.trimester-2 .phones-container {
    width: 256px;
    height: 234px;
    margin-inline: auto;
    margin-bottom: 46px;
}

.trimester-2 .second-part .phones-container {
    margin-bottom: 10px;
}

.trimester-2 .phone-swiper-1 {
    width: 70px;
    height: 95px;
    top: 36px;
    left: 3px;
}

.trimester-2 .phone-swiper-2 {
    width: 84px;
    height: 110px;
    top: 7px;
    left: 63px;
    z-index: 12;
}

.trimester-2 .phone-swiper-3 {
    width: 102px;
    height: 181px;
    top: 32px;
    left: 132px;
}

.trimester-2 .messages {
    width: 124px;
    top: 134px;
    left: 2px;
}

.trimester-2 .addon-svg:nth-of-type(1) {
    top: 167px;
    right: -57px;
    rotate: -17deg;
}

.trimester-2 .addon-svg:nth-of-type(2) {
    top: -20px;
    left: 0px;
}

.trimester-2 .addon-svg:nth-of-type(3) {
    top: 116px;
    left: 45px;
}

/* Trimester 3 */

.trimester.trimester-3 .trimester-half.second-part {
    margin-bottom: 0;
}

.trimester-3 .action-text {
    font-size: 8px;
    bottom: -14px;
    left: 5px;
}

.trimester-3 .phones-container {
    width: 253px;
    height: 240px;
    margin-inline: auto;
}

.trimester-3 .second-part .phones-container {
    margin-bottom: 62px;
}

.trimester-3 .phone-swiper-1 {
    width: 102px;
    height: 181px;
    top: 40px;
    left: 5px;
}

.trimester-3 .phone-swiper-2 {
    width: 79px;
    height: 107px;
    top: 5px;
    left: 69px;
    z-index: 12;
}

.trimester-3 .phone-swiper-3 {
    width: 91px;
    height: 121px;
    top: 35px;
    left: 143px;
}

.trimester-3 .messages {
    width: 124px;
    top: 156px;
    left: 112px;
}

.trimester-3 .addon-svg:nth-of-type(1) {
    top: 25px;
    right: -86px;
    rotate: -9deg;
}

.trimester-3 .addon-svg:nth-of-type(2) {
    top: -72px;
    left: 72px;
}

.trimester-3 .addon-svg:nth-of-type(3) {
    top: -30px;
    left: -7px;
}

@media (min-width: 375px) {
    .year-overview .section-title {
        margin-bottom: 190px;
    }

    .year-overview .trimester {
        scale: 1.2;
    }

    .trimester-half.second-part {
        margin-bottom: 350px;
    }

    .trimester.trimester-3 .trimester-half.second-part {
        margin-bottom: 200px;
    }
}

@media (min-width: 448px) {
    .year-overview .section-title {
        margin-bottom: 300px;
    }

    .trimester.trimester-3 .trimester-half.second-part {
        margin-bottom: 340px;
    }
}

@media (min-width: 450px) {
    .year-overview .trimester {
        scale: 1.3;
    }

    .trimester-half.second-part {
        margin-bottom: 470px;
    }
}

@media (min-width: 560px) {
    .year-overview .section-title {
        margin-bottom: 806px;
    }

    .year-overview .trimester {
        scale: 1.7;
    }

    .trimester-half.second-part {
        margin-bottom: 960px;
    }

    .trimester.trimester-3 .trimester-half.second-part {
        margin-bottom: 500px;
    }
}

@media (min-width: 768px) {
    .year-overview .section-title {
        font-size: 28px;
        line-height: 33.88px;
        margin-block: 30px 63px;
    }

    .year-overview .trimester {
        scale: unset;
        width: 720px;
    }

    .year-overview .trimester:last-of-type {
        margin-bottom: 318px;
    }

    .trimester-half.second-part {
        margin-bottom: unset;
    }

    .trimester .trimester-half {
        margin-bottom: 250px;
    }

    .trimester.trimester-3 .trimester-half.second-part {
        margin-bottom: 0;
    }

    .trimester .info-section {
        width: unset;
        margin-inline: unset;
    }

    .trimester .info-section .navigation {
        margin-bottom: 14px;
    }

    .trimester .info-section .navigation ul {
        display: none;
    }

    .trimester .info-section .navigation .current-tab-name {
        font-size: 14px;
        line-height: 16.94px;
    }

    .trimester .info-section .trimester-title {
        font-size: 20px;
        line-height: 24.2px;
        margin-bottom: 29px;
    }

    .trimester .info-section .trimester-paragraph {
        font-size: 16px;
        line-height: 28.8px;
    }

    .trimester .info-section .trimester-paragraph ul,
    .trimester .info-section .trimester-paragraph ol {
        padding-inline-start: 22px;
    }

    .trimester .info-section .trimester-paragraph ul li::before {
        top: 10.5px;
        left: -21px;
    }

    .trimester .phones-container {
        position: relative;
    }

    .phone-swiper {
        border-radius: 14px;
        --border-radius: 14px;
    }

    .phones-container .addon-svg {
        scale: 0.75;
    }

    /* Chat bubbles Generic */

    .phones-container .messages {
        gap: 12px;
    }

    .chat-bubble {
        position: relative;
        font-size: 12px;
        line-height: unset;
        padding: 10px 20px;
        border-radius: 14px;
    }

    .chat-bubble::before,
    .chat-bubble::after {
        height: 14px; /* height of our bubble "tail" - should match the border-radius above */
    }

    .chat-bubble::before {
        width: 20px;
    }

    .empty-bubble {
        width: 88.06px;
        height: 34.08px;
        padding: unset;
        gap: 3.5px;
    }

    .empty-bubble .dot {
        width: 7px;
        height: 7px;
    }

    .chat-bubble.emoji-only {
        font-size: 20px;
        padding-block: 1px 7px;
    }

    /* Trimester 1 */

    .trimester-1 .action-circle-text {
        scale: 0.7;
        top: -48px;
        left: -64px;
    }

    .trimester-1 .phones-container {
        height: 644px;
    }

    .trimester-1 .phone-swiper-1 {
        width: 175px;
        height: 232px;
        top: 322px;
        left: 9px;
    }

    .trimester-1 .phone-swiper-2 {
        width: 254px;
        height: 448px;
        top: 149px;
        left: 157px;
        z-index: 2;
    }

    .trimester-1 .phone-swiper-3 {
        width: 247px;
        height: 328px;
        top: 16px;
        left: 353px;
    }

    .trimester-1 .messages {
        width: 251px;
        top: 375px;
        left: 443px;
    }

    .trimester-1 .messages.second-part-messages {
        width: 241px;
        top: 399px;
    }

    .trimester-1 .first-part-messages .chat-bubble:nth-child(1) {
        width: 215px;
    }

    .trimester-1 .second-part-messages .chat-bubble:nth-child(1) {
        width: unset;
    }

    .trimester-1 .addon-svg:nth-of-type(1) {
        top: 113px;
        right: -30px;
        z-index: -1;
    }

    .trimester-1 .addon-svg:nth-of-type(2) {
        top: 175px;
        left: 49px;
    }

    .trimester-1 .addon-svg:nth-of-type(3) {
        top: 469px;
        left: 314px;
    }

    /* Trimester 2 */

    .trimester-2 .action-text {
        width: unset;
        font-size: 20px;
        top: 20px;
        left: 12px;
    }

    .trimester-2 .phones-container {
        width: unset;
        margin-inline: unset;
        height: 620px;
        margin-bottom: 26px;
    }

    .trimester-2 .second-part .phones-container {
        margin-bottom: 18px;
    }

    .trimester-2 .phone-swiper-1 {
        width: 195px;
        height: 264px;
        top: 142px;
        left: 9px;
    }

    .trimester-2 .phone-swiper-2 {
        width: 232px;
        height: 309px;
        top: 60px;
        left: 180px;
        z-index: 2;
    }

    .trimester-2 .phone-swiper-3 {
        width: 288px;
        height: 508px;
        top: 25px;
        left: 377px;
    }

    .trimester-2 .messages {
        width: 274px;
        top: 425px;
        left: 79px;
    }

    .trimester-2 .first-part-messages .chat-bubble:nth-child(1) {
        width: 244px;
    }

    .trimester-2 .second-part-messages .chat-bubble:nth-child(1) {
        width: 204px;
    }

    .trimester-2 .addon-svg:nth-of-type(1) {
        top: 504px;
        right: 101px;
    }

    .trimester-2 .addon-svg:nth-of-type(2) {
        top: 82px;
        left: 84px;
    }

    .trimester-2 .addon-svg:nth-of-type(3) {
        top: 399px;
        left: 299px;
    }

    /* Trimester 3 */

    .trimester-3 .action-text {
        height: fit-content;
        top: 24px;
        left: 461px;
        font-size: 20px;
    }

    .trimester-3 .action-text div:nth-of-type(2) {
        position: relative;
        left: 28px;
    }

    .trimester-3 .phones-container {
        height: 685px;
        width: unset;
        margin-inline: unset;
        margin-bottom: 32px;
    }

    .trimester-3 .second-part .phones-container {
        margin-bottom: 39px;
    }

    .trimester-3 .phone-swiper-1 {
        width: 287px;
        height: 510px;
        top: 124px;
        left: 19px;
    }

    .trimester-3 .phone-swiper-2 {
        width: 226px;
        height: 303px;
        top: 15px;
        left: 212px;
        z-index: 2;
    }

    .trimester-3 .phone-swiper-3 {
        width: 249px;
        height: 335px;
        top: 108px;
        left: 411px;
    }

    .trimester-3 .messages {
        width: 276px;
        top: 517px;
        left: 334px;
    }

    .trimester-3 .messages.second-part-messages {
        width: 268px;
        top: 473px;
        left: 334px;
    }

    .trimester-3 .second-part-messages .chat-bubble {
        font-size: 10px;
    }

    .trimester-3 .second-part-messages .chat-bubble:nth-child(2) {
        width: 240px;
    }

    .trimester-3 .second-part-messages .chat-bubble:nth-child(3) {
        width: 214px;
    }

    .trimester-3 .addon-svg:nth-of-type(1) {
        top: 260px;
        right: -65px;
    }

    .trimester-3 .addon-svg:nth-of-type(2) {
        top: 50px;
        left: 112px;
    }

    .trimester-3 .addon-svg:nth-of-type(3) {
        top: 273px;
        left: 251px;
    }
}

@media (min-width: 1194px) {
    body {
        overflow-y: hidden;
    }

    body.show-scrollbar {
        overflow-y: overlay;
    }

    .app-header .header-container.scroll-down {
        display: none;
    }

    body {
        padding-inline-end: 5px;
    }

    body.show-scrollbar {
        padding-inline-end: unset;
    }

    .year-overview.mobile {
        display: none;
    }

    .year-overview.desktop {
        display: block;
        margin-top: 40px;
    }

    .year-overview .trimester {
        overflow-y: hidden;
    }

    .year-overview .section-title {
        font-size: 28px;
        line-height: 33.88px;
        margin-bottom: 77px;
    }

    .year-overview .trimester {
        width: unset;
        display: grid;
        grid-template-columns: 1fr 720px;
        gap: 58px;
        padding-inline: 60px;
    }

    .year-overview .trimester:last-of-type {
        margin-bottom: unset;
    }

    .trimester .info-section {
        width: 100%;
        margin-top: 44px;
    }

    .trimester .info-section .navigation {
        margin-bottom: 34px;
    }

    .trimester .info-section .navigation ul {
        display: flex;
        gap: 8px;
        margin-bottom: 18px;
    }

    .trimester .info-section .trimester-paragraph ul li::before {
        top: 7.5px;
        left: -30px;
        width: 12px;
        height: 12px;
    }

    .trimester .info-section .navigation .navigation-tab {
        width: 32px;
        height: 2px;
        background-color: var(--color-black);
    }

    .trimester .info-section .navigation .navigation-tab.active {
        background-color: var(--color-red);
    }

    .trimester .info-section .navigation .current-tab-name {
        font-family: Obviously;
        font-size: 16px;
        line-height: 19.36px;
    }

    .trimester .info-section .trimester-part-text {
        display: none;
    }

    .trimester .info-section .trimester-part-text.shown {
        display: block;
    }

    .trimester .info-section .trimester-title {
        font-size: 20px;
        line-height: 24.2px;
        margin-bottom: 35px;
    }

    .trimester .info-section .trimester-paragraph {
        font-size: 16px;
        line-height: 25.52px;
    }

    .trimester .info-section .trimester-paragraph ul {
        display: flex;
        flex-direction: column;
        gap: 29px;
        margin-block: 36px;
        padding-inline-start: 30px;
    }

    .phones-container .messages {
        display: none;
    }

    .phones-container .messages.shown {
        display: flex;
    }

    .phones-container .action-text {
        display: none;
    }

    .phones-container .action-text.shown {
        display: block;
    }

    .phones-container .addon-svg:nth-of-type(2),
    .phones-container .addon-svg:nth-of-type(3) {
        display: none;
    }

    .phones-container .addon-svg:nth-of-type(2).shown,
    .phones-container .addon-svg:nth-of-type(3).shown {
        display: block;
    }

    .trimester .phones-container {
        position: relative;
        width: 100%;
        margin-bottom: unset;
    }

    .trimester-3 .second-part-messages .chat-bubble {
        font-size: 12px;
    }
}

@media (min-width: 1500px) {
    .year-overview .section-title {
        margin-bottom: 17px;
    }

    .trimester .info-section .trimester-paragraph ul li::before {
        top: 7px;
    }

    .chat-bubble {
        font-size: 13px;
        line-height: 20.35px;
        padding: 13px 20px;
    }

    .empty-bubble {
        padding: unset;
        gap: 5px;
        width: 103px;
        height: 44px;
    }

    .empty-bubble .dot {
        width: 10px;
        height: 10px;
    }

    .chat-bubble.emoji-only {
        font-size: 25px;
        padding-block: 0px 9px;
    }

    .phones-container .messages {
        gap: 20px;
    }

    .phones-container .addon-svg {
        scale: 1;
    }

    /* Trimester 1 */

    .trimester-1 .action-circle-text {
        scale: 1;
        top: 61px;
        left: -19px;
    }

    .year-overview .trimester {
        grid-template-columns: 1fr 897px;
        column-gap: 98px;
        padding-inline: 60px 10px;
        height: 100%;
    }

    .trimester-1 .phones-container {
        height: 100%;
    }

    .trimester-1 .phone-swiper-1 {
        width: 236px;
        height: 318px;
        top: 422px;
        left: 0;
    }

    .trimester-1 .phone-swiper-2 {
        width: 345px;
        height: 613px;
        top: 194px;
        left: 172px;
        z-index: 2;
    }

    .trimester-1 .phone-swiper-3 {
        width: 334px;
        height: 443px;
        top: 14px;
        left: 414px;
    }

    .trimester-1 .messages {
        width: 334px;
        top: 500px;
        left: 559px;
    }

    .trimester-1 .messages.second-part-messages {
        width: 328px;
        top: 531px;
        left: 567px;
    }

    .trimester-1 .first-part-messages .chat-bubble:nth-child(1) {
        width: unset;
        align-self: start;
    }

    .trimester-1 .first-part-messages .chat-bubble:nth-child(2) {
        align-self: end;
    }

    .trimester-1 .second-part-messages .chat-bubble:nth-child(1) {
        width: 277.75px;
        align-self: start;
    }

    .trimester-1 .second-part-messages .chat-bubble:nth-child(2) {
        align-self: end;
    }

    .trimester-1 .second-part-messages .chat-bubble:nth-child(3) {
        align-self: end;
    }

    .trimester-1 .addon-svg:nth-of-type(1) {
        top: 204px;
        right: -5px;
    }

    .trimester-1 .addon-svg:nth-of-type(2) {
        top: 266px;
        left: 61px;
    }

    .trimester-1 .addon-svg:nth-of-type(3) {
        top: 668px;
        left: 414px;
    }

    /* Trimester 2 */

    .trimester-2 .action-text {
        font-size: 21px;
        top: 9px;
        left: 81px;
    }

    .trimester-2 .phones-container {
        height: 100%;
    }

    .trimester-2 .phone-swiper-1 {
        width: 236px;
        height: 318px;
        top: 151px;
        left: 0;
    }

    .trimester-2 .phone-swiper-2 {
        width: 280px;
        height: 372px;
        top: 54px;
        left: 206px;
        z-index: 2;
    }

    .trimester-2 .phone-swiper-3 {
        width: 345px;
        height: 611px;
        top: 0px;
        left: 436px;
    }

    .trimester-2 .messages {
        width: 328px;
        top: 483px;
        left: 79px;
    }

    .trimester-2 .messages.second-part-messages {
        top: 495px;
    }

    .trimester-2 .first-part-messages .chat-bubble:nth-child(1) {
        width: 264px;
        align-self: end;
    }

    .trimester-2 .first-part-messages .chat-bubble:nth-child(3) {
        align-self: end;
    }

    .trimester-2 .second-part-messages .chat-bubble:nth-child(1) {
        width: 263px;
        align-self: end;
    }

    .trimester-2 .second-part-messages .chat-bubble:nth-child(3) {
        align-self: start;
    }

    .trimester-2 .addon-svg:nth-of-type(1) {
        top: 600px;
        right: 234px;
        rotate: unset;
    }

    .trimester-2 .addon-svg:nth-of-type(2) {
        top: 84px;
        left: 98px;
    }

    .trimester-2 .addon-svg:nth-of-type(3) {
        top: 329px;
        left: 394px;
    }

    /* Trimester 3 */

    .trimester-3 .action-text {
        font-size: 26px;
        top: 8px;
        left: 546px;
    }

    .trimester-3 .phones-container {
        height: 100%;
    }

    .trimester-3 .phone-swiper-1 {
        width: 345px;
        height: 611px;
        top: 130px;
        left: 0;
    }

    .trimester-3 .phone-swiper-2 {
        width: 270px;
        height: 362px;
        top: 0;
        left: 258px;
        z-index: 2;
    }

    .trimester-3 .phone-swiper-3 {
        width: 298px;
        height: 401px;
        top: 105px;
        left: 498px;
    }

    .trimester-3 .messages {
        width: 329px;
        top: 561px;
        left: 378px;
    }

    .trimester-3 .messages.second-part-messages {
        top: 533px;
        left: 378px;
        width: 320px;
    }

    .trimester-3 .first-part-messages .chat-bubble:nth-child(1) {
        align-self: end;
    }

    .trimester-3 .first-part-messages .chat-bubble:nth-child(2) {
        align-self: start;
    }

    .trimester-3 .first-part-messages .chat-bubble:nth-child(3) {
        align-self: end;
    }

    .trimester-3 .second-part-messages .chat-bubble:nth-child(1) {
        align-self: start;
    }

    .trimester-3 .second-part-messages .chat-bubble:nth-child(2) {
        width: 300px;
        align-self: end;
    }

    .trimester-3 .second-part-messages .chat-bubble:nth-child(3) {
        align-self: start;
        width: 267px;
    }

    .trimester-3 .addon-svg:nth-of-type(1) {
        top: 406px;
        right: 10px;
        rotate: unset;
    }

    .trimester-3 .addon-svg:nth-of-type(2) {
        top: 63px;
        left: 154px;
    }

    .trimester-3 .addon-svg:nth-of-type(3) {
        top: 334px;
        left: 300px;
    }

    @media (max-height: 950px) {
        .trimester-1 .addon-svg:nth-of-type(3) {
            top: 642px;
        }
    }
}

@media (min-width: 1800px) {
    .year-overview .trimester {
        padding-inline: 229px 37px;
    }

    .year-overview .trimester-1 {
        column-gap: 98px;
    }

    .year-overview .trimester-2 {
        column-gap: 184px;
    }

    .year-overview .trimester-3 {
        column-gap: 187px;
    }
}

@media (min-width: 1920px) {
    .year-overview.desktop {
        max-width: 1920px;
        margin-inline: auto;
    }
}
