*, ::before, ::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/* Common */

:root {
    /* --primaryColor: #aec5cd; */


    --primaryColor: #6689db;
    --secondColor: #546166;
    --bgColor: #c4d6dc;
    --bgBlueColor: #6689db;
    
    --darkColor: #292828;
    --darkClear: #031836;
    --darkText: #111;
    --textColor: #546166;
    --darkColor: #191B1D;
    --whiteColor: #ffffff;
    --greyColor: #4E5358;
    --yellowLight: #FFF9E5;
}

.primary-color {
    color: var(--primaryColor) !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #546166;
}

input, select, textarea, button {
    font-size: inherit;
    font-family: inherit;
}

a {
    text-decoration: none;
}

.btn {
    --height: 44px;

    display: inline-block;
    background-color: var(--bgBlueColor);
    min-width: 108px;
    height: var(--height);
    line-height: var(--height);
    border-radius: 10px;
    /* font-family: 'Manrope', sans-serif; */
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--whiteColor);
    text-align: center;
}

.btn:hover {
    opacity: 0.9;
}

.small-font {
    font-size: 1.5rem !important;
}

.mt-20 {
    margin-top: 20px;
}

.bold {
    font-weight: 600 !important;
}

.italic {
    font-style: italic;
}


/* Header */
.header {
    /* background-color: #6689db; */
    color: var(--darkText);
    padding: 24px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--darkText);
    font-size: 18px;
    font-weight: normal;
}

.logo a strong {
    font-weight: 900;
}


.header__inner .cta a {
    margin-left: 10px;
    background-color: transparent;
    color: var(--darkText);
    font-size: 18px;
    font-weight: normal;
} 

/************ MAIN CONTENT ************/
.main.main-homepage {
    background-color: #F7F8FC;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main.main-homepage h1, .main.main-homepage h2, .main.main-homepage h3, .main.main-homepage h4, .main.main-homepage h5 {
    color: var(--darkClear);
}

.main-homepage .page__list-disc {
    margin-top: 20px;
    margin-left: 0;
    list-style: none;
}

.main-homepage .page__list-disc li {
    position: relative;
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1.4;
}

.main-homepage .page__list-disc.page__list--icon li.page__list--icon__li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-homepage .page__list-disc li i {
    display: inline-block;
    color: var(--primaryColor);
    margin-right: 8px;
    font-size: 28px;
}

.page__list--border {
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: var(--primaryColor);
    padding-left: 24px;
}

.page__list--bg {
    padding: 24px;
    background-color: var(--primaryColor);
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
}

.publicity {    
    padding-top: 20px;
    padding-bottom: 20px;
}

.publicity__subhead {
    max-width: 962px;
    margin: 0 auto;
    padding: 20px;
    background-color: var(--bgBlueColor);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.publicity__italic {
    color: var(--whiteColor);
    font-size: 26px;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
}

.publicity-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.publicity__inner p {
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
    line-height: 1;
}

.publicity__inner p.font-ranga {
    padding: 14px 0;
    font-family: "Ranga", cursive;
    color: var(--darkColor);
    font-weight:700;
}

.publicity__inner .blue-color.big-font {
    color: var(--bgBlueColor);
    font-size: 64px;
    padding: 10px 0;
}

.publicity__inner p.american-paragraph {
    font-size: 36px;
    line-height: 1.2;
}

.publicity__inner p.american-paragraph span {
    font-family: "Ranga", cursive;
    color: var(--bgBlueColor);
}

.publicity__img  {
    margin-top: 40px;
}

.publicity__img img {
    border: 6px solid var(--bgBlueColor);
    max-width: 100%;
}

.advertising-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.advertising__inner h2 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.advertising__inner h2 span {
    color: var(--bgBlueColor);
    font-weight: bold;
    text-decoration: underline;
}

.advertising__inner h3 {
    margin-bottom: 40px;
    font-family: "Ranga", cursive;
    font-size: 52px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.advertising__inner  p {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.4;
}

.quality {
    padding: 20px 0;
}

.quality-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);    
    border: 10px dashed var(--bgBlueColor);
}

.quality__inner h2 {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.quality__inner h2 span {
    color: var(--bgBlueColor);
    font-weight: bold;
    text-decoration: underline;
}

.quality__inner h2 span.font {
    /* font-family: "Ranga", cursive; */
    font-style: italic;
}

.quality__inner  p {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.4;
}

.traction-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.traction__inner h2 {
    
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.traction__inner h2 span {
    color: var(--bgBlueColor);
    font-weight: bold;
    text-decoration: underline;
}

.traction__inner h3 {
    font-family: "Ranga", cursive;
    font-size: 52px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkCorlor);
}

.traction__inner h4 {
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.traction__inner  .page__list-disc strong {
    font-weight: 700;
}

.secret {
    padding: 20px 0;
}

.secret-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.secret__inner h2 {  
    margin-top: 10px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.secret__inner h2 span {
    color: var(--bgBlueColor);
    font-weight: bold;
    text-decoration: underline;
}

.secret__inner h3 {
    margin-bottom: 40px;
    font-family: "Ranga", cursive;
    font-size: 52px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkCorlor);
}

.secret__inner h4 {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.journalist-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.journalist__inner h2 {  
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.journalist__inner h2 span {
    color: var(--bgBlueColor);
    font-weight: bold;
    text-decoration: underline;
}

.journalist__inner h3 {
    margin-bottom: 40px;
    font-family: "Ranga", cursive;
    font-size: 52px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkCorlor);
}

.journalist__inner h4 {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.price {
    padding: 20px 0;
}

.price-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);    
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.price__inner h2 {  
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.price__inner h2.font {
    font-family: "Ranga", cursive;
    font-size: 54px;
    font-weight: normal;
    line-height: 1;
}

.price__inner h3 {
    margin-bottom: 40px;
    font-family: "Ranga", cursive;
    font-size: 52px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkCorlor);
}

.price__inner h4 {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.temporary {
    padding-bottom: 60px;
}

.temporary-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);    
    border: 10px dotted var(--bgBlueColor);
}

.temporary__inner h2 {  
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.temporary__inner h2.font {
    font-family: "Ranga", cursive;
    font-size: 54px;
    font-weight: normal;
    line-height: 1;
}

.temporary__inner h3 {
    margin-bottom: 40px;
    font-family: "Ranga", cursive;
    font-size: 52px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkCorlor);
}

.temporary__inner h4 {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 12px;
}

.buttons .btn {
    min-width: auto;
    height: auto;
    padding: 12px 20px;
    line-height: normal;
    font-size: 24px;
}


/***************** FOOTER *******************/
.footer-section {
    padding: 40px 0;
}

.footer-section__links ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    border-bottom: 1px solid #7e7d7d;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.footer-section__links ul a {
    color: #111;
    line-height: 1.6;
}

.footer-section__copyright {
    text-align: center;
    line-height: 1.6;
}


/***************** PAGE CONTENT ******************/
.page-content {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F7F8FC;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.page-content h1 {
    color: var(--darkText);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
}

.page-content h2 {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.2;
    color: var(--darkText);
    font-weight: bold;
}

.page-content p {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-bottom: 14px;
}

.page-content ol {
    margin-left: 20px;
    list-style-type: number;
}

.page-content ol li {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}

.page-content ul {
    margin-left: 20px;
    list-style-type: disc;
}

.page-content ul li {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}

.page-content p a {
    color: var(--primaryColor);
    font-weight: bold;
}


/***************** SHARE BUTTONS ****************/
.share-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}
 
.share-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.share-buttons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}