.btn-red-outlined-rounded {
    color: #a72700;
    background-color: #fff;
    padding-top: 6px;
    border: 1px solid #a72700;
    border-radius: 18px
}

    .btn-red-outlined-rounded:hover {
        color: #fff;
        background-color: #a72700;
        border-color: #a72700
    }

.btn-red-rounded {
    color: #fff;
    background-color: #a72700;
    padding-top: 6px;
    border: 1px solid #a72700;
    border-radius: 18px
}

    .btn-red-rounded:hover {
        color: #a72700;
        background-color: #fff;
        border-color: #fff
    }

.profileSection + .profileSection {
    border-top: 1px solid #d9d9d9
}

@media (min-width:1220px) {
    .firstProfileSection .container, .profileHeader .container, .profileSection .container {
        max-width: 1230px
    }
}

.profileSection .secHl {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.5833333333;
    color: #a72700;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .profileSection .secHl {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .profileSection .secHl {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .profileSection .secHl {
        text-align: center
    }
}

.btn-blue-outlined-rounded {
    color: #1f8edd;
    background-color: #fff;
    padding-top: 6px;
    border: 1px solid #1f8edd;
    border-radius: 18px
}

    .btn-blue-outlined-rounded:hover {
        color: #fff;
        background-color: #1f8edd;
        border-color: #1f8edd
    }

.btn-blue-rounded {
    color: #fff;
    background-color: #176d70;
    padding-top: 6px;
    border: 1px solid #176d70;
    border-radius: 18px;
    height: 48px
}

    .btn-blue-rounded:hover {
        color: #fff;
        background-color: #176d70;
        border-color: #55a576
    }

    .btn-blue-rounded.slim {
        height: 36px;
        font-size: 18px
    }

.profileSection .secHl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profileSection .detailsBtn {
    width: 36px;
    height: auto;
    background-color: transparent;
    padding: 0;
    border: none;
    margin-left: 22px
}

    .profileSection .detailsBtn > * {
        width: 100%;
        height: auto
    }

.profileHeader {
    background-color: #55a576
}

    .profileHeader .profileNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 12px
    }

@media (max-width:991px) {
    .profileHeader .profileNav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.profileHeader .profileNav__item {
    width: 33.3%
}

@media (max-width:991px) {
    .profileHeader .profileNav__item {
        width: 50%
    }
}

.profileHeader .profileNav__item--buy .btn {
    width: 249px;
    max-width: 100%;
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .profileHeader .profileNav__item--buy .btn {
        font-size: 21px
    }
}

.profileHeader .profileNav__item--subscr .btn {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase
}

.profileHeader .profileNav__item--subscr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:991px) {
    .profileHeader .profileNav__item--subscr {
        margin-top: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.profileHeader .profileNav__itemLink {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.profileHeader .profileNav__itemLinkImg {
    display: block;
    width: auto;
    height: 115px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991px) {
    .profileHeader .profileNav__itemLinkImg {
        height: 70px
    }
}

@media (max-width:767px) {
    .profileHeader .profileNav__itemLinkImg {
        height: 60px
    }
}

.profileHeader .profileNav__subscrText {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.0833333333;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .profileHeader .profileNav__subscrText {
        font-size: 21px
    }
}

.profileHeader .profileNav__remainTxt {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.0833333333;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px
}

@media (max-width:1199px) {
    .profileHeader .profileNav__remainTxt {
        font-size: 21px
    }
}

.profileHeader .profileNav__remainTxt .digit {
    font-size: 36px;
    line-height: 1.1111111111
}

@media (max-width:1199px) {
    .profileHeader .profileNav__remainTxt .digit {
        font-size: 32px
    }
}

.profileHeader .profileNav__subsBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px
}

.profileHeader .addMoreTimeBtn {
    width: 280px;
    max-width: 100%
}

.profileHeader .questionBtn {
    width: 36px;
    height: auto;
    background-color: transparent;
    padding: 0;
    border: none;
    margin-left: 12px
}

    .profileHeader .questionBtn > * {
        width: 100%;
        height: auto
    }

.firstProfileSection .containerWrapper {
    padding-bottom: 56px
}

@media (max-width:576px) {
    .firstProfileSection .container {
        padding-left: 0;
        padding-right: 0
    }
}

.firstProfileSection .content {
    position: relative;
    padding: 0 22px
}

.firstProfileSection .profileCardWrapper {
    position: relative;
    top: 22px;
    z-index: 2
}

.firstProfileSection .profileCard {
    width: 376px;
    max-width: 376px;
    height: auto;
    background-color: #fff;
    padding: 22px;
    padding-bottom: 38px;
    border-radius: 16px;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.25);
    box-shadow: 4px 4px 4px rgba(0,0,0,.25)
}

@media (max-width:1199px) {
    .firstProfileSection .profileCard {
        width: 300.8px;
        max-width: 300.8px
    }
}

@media (max-width:767px) {
    .firstProfileSection .profileCard {
        width: 225.6px;
        max-width: 225.6px
    }
}

@media (max-width:576px) {
    .firstProfileSection .profileCard {
        width: 100%;
        max-width: 100%
    }
}

.firstProfileSection .profileCard__photo {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.firstProfileSection .profileCard__userName {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.1111111111;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .firstProfileSection .profileCard__userName {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .firstProfileSection .profileCard__userName {
        font-size: 25px
    }
}

.firstProfileSection * + .profileCard__userName {
    margin-top: 23px
}

.firstProfileSection .profileCard__birthday {
    font-family: Poppins-Regular,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #000
}

@media (max-width:1199px) {
    .firstProfileSection .profileCard__birthday {
        font-size: 16px
    }
}

.firstProfileSection * + .profileCard__birthday {
    margin-top: 10px
}

.firstProfileSection .profileCard__info {
    font-family: Poppins-Regular,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #000
}

@media (max-width:1199px) {
    .firstProfileSection .profileCard__info {
        font-size: 16px
    }
}

.firstProfileSection * + .profileCard__info {
    margin-top: 20px
}

.firstProfileSection .firstSecBg, .firstProfileSection .firstSecBgWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.firstProfileSection .firstSecBg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.myCharitySection .containerWrapper {
    padding-top: 30px;
    padding-bottom: 30px
}

.myCharitySection .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.myCharitySection .secHlWrapper {
    width: 33.3%
}

@media (max-width:767px) {
    .myCharitySection .secHlWrapper {
        width: 100%
    }
}

.myCharitySection .secHl {
    color: #a72700
}

.myCharitySection .content {
    width: 66.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .myCharitySection .content {
        width: 100%;
        margin-top: 35px
    }
}

.myCharitySection .content > * {
    width: 50%
}

@media (max-width:576px) {
    .myCharitySection .content > * {
        width: 100%
    }
}

.myCharitySection .myCharityLogoWrapper {
    height: 59px
}

.myCharitySection .myCharityLogo {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    margin-left: auto;
    margin-right: auto
}

.myCharitySection .btnsRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:767px) {
    .myCharitySection .btnsRow {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:576px) {
    .myCharitySection .btnsRow {
        margin-top: 35px
    }
}

.myCharitySection .btnsRow .btn {
    min-width: 184px;
    margin-top: 7.5px;
    margin-bottom: 7.5px
}

@media (min-width:768px) {
    .myCharitySection .btnsRow .btn + .btn {
        margin-left: 22px
    }
}

@media (max-width:767px) {
    .myCharitySection .btnsRow .btn {
        margin-left: 11px;
        margin-right: 11px
    }
}

.myStorySection .containerWrapper {
    padding-top: 43px;
    padding-bottom: 32px
}

.myStorySection .secHl {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.5833333333;
    color: #29d490;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .myStorySection .secHl {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .myStorySection .secHl {
        font-size: 32px
    }
}

.myStorySection .content {
    overflow: hidden
}

.myStorySection .storiesList {
    width: calc(100% + 36px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -18px
}

@media (max-width:991px) {
    .myStorySection .storiesList {
        width: calc(100% + 25px);
        margin-left: -12.5px
    }
}

@media (max-width:767px) {
    .myStorySection .storiesList {
        width: calc(100% + 15px);
        margin-left: -7.5px
    }
}

.myStorySection .storiesList__item {
    width: 33.3%;
    padding: 0 18px;
    margin-top: 39px
}

@media (max-width:991px) {
    .myStorySection .storiesList__item {
        padding: 0 12.5px
    }
}

@media (max-width:767px) {
    .myStorySection .storiesList__item {
        width: 50%;
        padding: 0 7.5px
    }
}

.myStorySection .storiesList__itemInner {
    display: block;
    background-color: transparent;
    text-align: left;
    padding: 0;
    border: none
}

.myStorySection .storiesList__itemHl {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.0833333333;
    color: #000;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .myStorySection .storiesList__itemHl {
        font-size: 21px
    }
}

@media (max-width:991px) {
    .myStorySection .storiesList__itemHl {
        font-size: 18px
    }
}

.storiesList__itemImgWrapper {
    width: 100%;
    max-width: 100%;
    height: calc((1200px - 36px * 2)/ 3);
    overflow: hidden;
    margin-top: 12px
}

@media (max-width:1199px) {
    .storiesList__itemImgWrapper {
        height: calc((930px - 36px * 2)/ 3)
    }
}

@media (max-width:991px) {
    .storiesList__itemImgWrapper {
        height: calc((690px - 25px * 2)/ 3)
    }
}

@media (max-width:767px) {
    .storiesList__itemImgWrapper {
        height: calc((510px - 15px * 1)/ 2)
    }
}

@media (max-width:576px) {
    .storiesList__itemImgWrapper {
        height: calc((100vw - 15px * 2 - 15px * 2)/ 2)
    }
}

.myStorySection .storiesList__itemImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: -webkit-transform .15s ease 0s;
    transition: -webkit-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    transition: transform .15s ease 0s,-webkit-transform .15s ease 0s
}

.myStorySection .storiesList__itemInner:hover .storiesList__itemImg {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.myFamilySection .containerWrapper {
    padding-top: 49px;
    padding-bottom: 38px
}

.myFamilySection .secHl {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.5833333333;
    color: #ffad2a;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .myFamilySection .secHl {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .myFamilySection .secHl {
        font-size: 32px
    }
}

.myFamilySection .content {
    overflow: hidden
}

.familyList {
    width: calc(100% + 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -24px
}

@media (max-width:991px) {
    .familyList {
        width: calc(100% + 25px);
        margin-left: -12.5px
    }
}

@media (max-width:767px) {
    .familyList {
        width: calc(100% + 25px);
        margin-left: -12.5px
    }
}

.familyList__item {
    width: 25%;
    padding: 0 24px;
    margin-top: 29px
}

@media (max-width:991px) {
    .familyList__item {
        padding: 0 12.5px
    }
}

@media (max-width:767px) {
    .familyList__item {
        width: 50%;
        padding: 0 12.5px
    }
}

.familyList__itemImgWrapper {
    width: 100%;
    max-width: 100%;
    height: calc((1200px - 48px * 3)/ 4);
    overflow: hidden;
    border-radius: 500px
}

@media (max-width:1199px) {
    .familyList__itemImgWrapper {
        height: calc((930px - 48px * 3)/ 4)
    }
}

@media (max-width:991px) {
    .familyList__itemImgWrapper {
        height: calc((690px - 25px * 3)/ 4)
    }
}

@media (max-width:767px) {
    .familyList__itemImgWrapper {
        height: calc((510px - 25px * 1)/ 2)
    }
}

@media (max-width:576px) {
    .familyList__itemImgWrapper {
        height: calc((100vw - 15px * 2 - 25px * 1)/ 2)
    }
}

.familyList__itemImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.familyList__itemName {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.0833333333;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .familyList__itemName {
        font-size: 21px
    }
}

@media (max-width:991px) {
    .familyList__itemName {
        font-size: 17px
    }
}

* + .familyList__itemName {
    margin-top: 22px
}

.familyList__itemPosition {
    font-family: Poppins-Regular,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #000
}

@media (max-width:1199px) {
    .familyList__itemPosition {
        font-size: 17px
    }
}

@media (max-width:991px) {
    .familyList__itemPosition {
        font-size: 16px
    }
}

* + .familyList__itemPosition {
    margin-top: 5px;
    margin-top: 8px
}

.myWordsSection .containerWrapper {
    padding-top: 47px;
    padding-bottom: 38px
}

.myWordsSection .secHl {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.5833333333;
    color: #1f8edd;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .myWordsSection .secHl {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .myWordsSection .secHl {
        font-size: 32px
    }
}

.myWordsSection .content {
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 55px
}

@media (max-width:991px) {
    .myWordsSection .content {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width:767px) {
    .myWordsSection .content {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width:576px) {
    .myWordsSection .content {
        padding-left: 0;
        padding-right: 0
    }
}

.myWordsSection .icon--quote {
    position: absolute;
    top: 0
}

@media (max-width:991px) {
    .myWordsSection .icon--quote {
        width: 40px;
        height: auto
    }
}

@media (max-width:767px) {
    .myWordsSection .icon--quote {
        width: 30px
    }
}

@media (max-width:576px) {
    .myWordsSection .icon--quote {
        -webkit-transform: translateY(calc(-100% - 10px));
        -ms-transform: translateY(calc(-100% - 10px));
        transform: translateY(calc(-100% - 10px))
    }
}

.myWordsSection .icon--quote--left {
    left: 0
}

.myWordsSection .icon--quote--right {
    right: 0
}

@media (max-width:576px) {
    .myWordsSection .icon--quote--right {
        display: none
    }
}

.myWordsSection .quotesSlider {
    -webkit-transition: visibility .3s ease 0s,opacity .3s ease 0s;
    transition: visibility .3s ease 0s,opacity .3s ease 0s
}

    .myWordsSection .quotesSlider:not(.slick-initialized) {
        max-width: 0%;
        overflow: hidden;
        visibility: hidden;
        opacity: 0
    }

    .myWordsSection .quotesSlider.slick-initialized {
        visibility: visible;
        opacity: 1
    }

.myWordsSection .quotesSlider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

    .myWordsSection .quotesSlider .slick-list {
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
        margin-left: auto;
        margin-right: auto
    }

    .myWordsSection .quotesSlider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .myWordsSection .quotesSlider .slick-slide {
        padding-left: 0;
        padding-right: 0
    }

        .myWordsSection .quotesSlider .slick-slide .slide {
            display: block !important
        }

    .myWordsSection .quotesSlider .slick-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .myWordsSection .quotesSlider .slick-arrow.slick-disabled {
            opacity: .25
        }

@media (max-width:991px) {
    .myWordsSection .quotesSlider {
        padding-bottom: 60px
    }
}

.myWordsSection blockquote {
    width: 1044px;
    max-width: 100%;
    font-family: Poppins-SemiBold,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.3043478261;
    font-style: italic;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto
}

@media (max-width:1199px) {
    .myWordsSection blockquote {
        font-size: 35px
    }
}

@media (max-width:991px) {
    .myWordsSection blockquote {
        font-size: 27px
    }
}

.myWordsSection .quoteAuthor {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.0833333333;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 28px
}

@media (max-width:1199px) {
    .myWordsSection .quoteAuthor {
        font-size: 21px
    }
}

@media (max-width:991px) {
    .myWordsSection .quoteAuthor {
        font-size: 17px
    }
}

.myWordsSection .quoteWhyBtnWrapper {
    text-align: center;
    margin-top: 46px
}

.myWordsSection .quoteWhyBtn {
    width: 266px;
    max-width: 100%
}

.myWordsSection .quotesSlider .slick-arrow {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Poppins-SemiBold,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background-color: silver;
    padding: 4px 26px 5px;
    border: 2px solid silver;
    -webkit-transition: color .3s ease 0s,background-color .3s ease 0s,border .3s ease 0s,border-radius .3s ease 0s;
    transition: color .3s ease 0s,background-color .3s ease 0s,border .3s ease 0s,border-radius .3s ease 0s;
    cursor: pointer
}

@media (max-width:767px) {
    .myWordsSection .quotesSlider .slick-arrow {
        min-width: inherit
    }
}

.myWordsSection .quotesSlider .slick-arrow {
    color: #fff;
    background-color: #1f8edd;
    padding-top: 6px;
    border: 1px solid #1f8edd;
    border-radius: 18px
}

.myWordsSection .quotesSlider .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 184px;
    z-index: 1010
}

@media (max-width:576px) {
    .myWordsSection .quotesSlider .slick-arrow {
        width: 150px
    }
}

.myWordsSection .quotesSlider .slick-arrow:hover {
    color: #fff;
    background-color: #1f8edd;
    border-color: #fff
}

.myWordsSection .quotesSlider .slick-arrow.slick-prev {
    left: calc(50% - 133px - 36px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (max-width:991px) {
    .myWordsSection .quotesSlider .slick-arrow.slick-prev {
        left: calc(50% - 15px)
    }
}

@media (max-width:576px) {
    .myWordsSection .quotesSlider .slick-arrow.slick-prev {
        left: calc(50% - 7.5px)
    }
}

.myWordsSection .quotesSlider .slick-arrow.slick-next {
    left: calc(50% + 133px + 36px)
}

@media (max-width:991px) {
    .myWordsSection .quotesSlider .slick-arrow.slick-next {
        left: calc(50% + 15px)
    }
}

@media (max-width:576px) {
    .myWordsSection .quotesSlider .slick-arrow.slick-next {
        left: calc(50% + 7.5px)
    }
}

.myWordsSection .quotesSlider .slick-arrow .icon--angle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.myWordsSection .quotesSlider .slick-arrow.slick-prev .icon--angle {
    left: 9px
}

.myWordsSection .quotesSlider .slick-arrow.slick-next .icon--angle {
    right: 9px
}

.myInspirationsSection .containerWrapper {
    padding-top: 43px;
    padding-bottom: 32px
}

.myInspirationsSection .secHl {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.5833333333;
    color: #9939d0;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .myInspirationsSection .secHl {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .myInspirationsSection .secHl {
        font-size: 32px
    }
}

.myInspirationsSection .content {
    overflow: hidden
}

.myInspirationsSection .inspList {
    width: calc(100% + 36px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -18px
}

@media (max-width:991px) {
    .myInspirationsSection .inspList {
        width: calc(100% + 25px);
        margin-left: -12.5px
    }
}

@media (max-width:767px) {
    .myInspirationsSection .inspList {
        width: calc(100% + 15px);
        margin-left: -7.5px
    }
}

.myInspirationsSection .inspList__item {
    width: 33.3%;
    padding: 0 18px;
    margin-top: 33px
}

@media (max-width:991px) {
    .myInspirationsSection .inspList__item {
        padding: 0 12.5px
    }
}

@media (max-width:767px) {
    .myInspirationsSection .inspList__item {
        width: 50%;
        padding: 0 7.5px
    }
}

.myInspirationsSection .inspList__itemInner {
    display: block;
    background-color: transparent;
    text-align: left;
    padding: 0;
    border: none
}

.myInspirationsSection .inspList__itemHl {
    font-family: Oswald-Medium,Helvetica,"Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.0833333333;
    color: #000;
    text-transform: uppercase
}

.inspList__itemImgWrapper {
    width: 100;
    max-width: 100%;
    overflow: hidden;
    height: calc((1200px - 36px * 2)/ 3);
    margin-top: 12px
}

@media (max-width:1199px) {
    .inspList__itemImgWrapper {
        height: calc((930px - 36px * 2)/ 3)
    }
}

@media (max-width:991px) {
    .inspList__itemImgWrapper {
        height: calc((690px - 25px * 2)/ 3)
    }
}

@media (max-width:767px) {
    .inspList__itemImgWrapper {
        height: calc((510px - 15px * 1)/ 2)
    }
}

@media (max-width:576px) {
    .inspList__itemImgWrapper {
        height: calc((100vw - 15px * 2 - 15px * 2)/ 2)
    }
}

.myInspirationsSection .inspList__itemImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: -webkit-transform .15s ease 0s;
    transition: -webkit-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    transition: transform .15s ease 0s,-webkit-transform .15s ease 0s
}

.myInspirationsSection .inspList__itemInner:hover .inspList__itemImg {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}
