* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.util-wrapper-canvas {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(169,203,236);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}footer {
    background: rgb(41,75,107);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding: 60px 20px;
    position: relative;
}
footer .footer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .logo_holder {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer .logo_holder img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease-in-out;
}
footer .logo_holder img:hover {
    transform: scale(1.1);
}
footer h5 {
    color: rgb(68,126,180);
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}
footer .menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}
footer .menu a:hover {
    color: rgb(68,126,180);
}
footer .contact_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: color 0.3s ease-in-out;
}
footer .contact_info div svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: rgb(68,126,180);
    transition: fill 0.3s ease-in-out;
}
footer .contact_info div span {
    font-size: 18px;
    font-weight: 400;
}
footer .contact_info div:hover svg {
    fill: rgb(41,75,107);
}
footer .contact_info div:hover span {
    color: rgb(41,75,107);
}
footer .footer_agreement {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: var(--white-color_opacity);
    font-size: 18px;
}
footer .copyright {
    background: rgb(41,75,107);
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-top: 40px;
}
footer .copyright_info {
    color: var(--white-color_opacity);
}
footer .copyright_info a {
    color: #000000;
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}
footer .copyright_info a:hover {
    color: rgb(68,126,180);
}

footer .footer_info {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgb(41,75,107,0.5);
}
footer .menu a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: rgb(68,126,180);
    transition: width 0.3s ease-in-out;
    margin-top: 5px;
}
footer .menu a:hover:after {
    width: 100%;
}
footer .contact_info div span {
    transition: color 0.3s ease-in-out;
}
footer .contact_info div:hover span {
    color: rgb(68,126,180);
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(68,126,180);
    width: 125px;
    height: 125px;
    transition: fill 0.3s ease-in-out;
}
footer .logo_holder:hover svg, footer .logo_holder:hover svg path {
    fill: #ffffff;
}
@media only screen and (max-width: 1200px) {
    footer .footer {
        padding: 0 20px;
    }
    footer .footer_agreement {
        text-align: center;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer {
        flex-direction: column;
        align-items: center;
    }
    footer .menu, footer .contact_info {
        align-items: center;
    }
    footer h5 {
        margin-top: 10px;
        text-align: center;
    }
    footer .footer_agreement {
        text-align: center;
        margin-top: 20px;
    }
}.util-connect-with-us {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(169,203,236);
    font-family: Playfair Display, sans-serif;
}
.util-connect-with-us h3 {
    color: rgb(41,75,107);
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.util-connect-with-us .form {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}
.util-connect-with-us .form:hover {
    transform: translateY(-5px);
}
.util-connect-with-us .info svg, .util-connect-with-us .info svg path {
    fill: rgb(68,126,180);
    transition: fill 0.3s ease-in-out;
}
.util-connect-with-us .info .contact_info h5 {
    color: rgb(68,126,180);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.util-connect-with-us .info span {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
}
.util-connect-with-us .info .contact_info svg, .util-connect-with-us .info .contact_info svg path {
    fill: #000000;
    width: 26px;
    height: 26px;
}
.util-connect-with-us form input {
    color: #000000;
    background: #ffffff;
    border: 1px solid rgb(68,126,180);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 17px;
    outline: none;
    width: 100%;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.util-connect-with-us form input:focus {
    border-color: rgb(41,75,107);
    box-shadow: 0 0 8px rgb(41,75,107,0.5);
}
.util-connect-with-us form .button {
    background: rgb(41,75,107);
    color: #ffffff;
    border-radius: 30px;
    padding: 15px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.util-connect-with-us form .button:hover {
    background: rgb(68,126,180);
}
.util-connect-with-us .holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.util-connect-with-us .holder > div {
    width: 100%;
    padding: 20px;
}
.util-connect-with-us .info {
    text-align: center;
    padding-bottom: 40px;
}
.util-connect-with-us .logo_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.util-connect-with-us .logo_holder svg, .util-connect-with-us .logo_holder img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.util-connect-with-us .info .contact_info {
    margin-top: 20px;
}
.util-connect-with-us .info .contact_info > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.util-connect-with-us .name_holder {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.util-connect-with-us .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
.util-connect-with-us .agree label {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #000000;
}
.util-connect-with-us .agree a {
    color: rgb(68,126,180);
    margin-left: 5px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.util-connect-with-us .agree a:hover {
    color: rgb(41,75,107);
}
.util-connect-with-us .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
@media only screen and (max-width: 900px) {
    .util-connect-with-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .util-connect-with-us h3 {
        font-size: 28px;
    }
    .util-connect-with-us .form {
        padding: 20px;
    }
    .util-connect-with-us .holder {
        flex-direction: column;
    }
    .util-connect-with-us .holder > div {
        width: 100%;
    }
    .util-connect-with-us .info .contact_info h5 {
        font-size: 20px;
    }
    .util-connect-with-us form input {
        width: 100%;
    }
}

.util-advantages-outline .advantages_content h2 {
    color: rgb(41,75,107);
}

.util-advantages-outline .advantage_item svg, .util-advantages-outline .advantage_item svg path {
    fill: rgb(68,126,180);
}

.util-advantages-outline .advantage_item p {
    color: #000000;
}

.util-advantages-outline .advantage_item b {
    color: rgb(68,126,180);
}

.util-advantages-outline {
    padding-top: 80px;
    padding-bottom: 80px;
}

.util-advantages-outline .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.util-advantages-outline .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.util-advantages-outline .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 34px;
    font-weight: 600;
}

.util-advantages-outline .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.util-advantages-outline .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.util-advantages-outline .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.util-advantages-outline .advantage_item svg, .util-advantages-outline .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .util-wrapper-canvas .util-advantages-outline .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .util-advantages-outline .advantages_content h2 {
        font-size: 30px;
    }

    .util-advantages-outline .advantages_holder {
        flex-direction: column;
    }

    .util-advantages-outline {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .util-wrapper-canvas .util-advantages-outline .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.util-wrapper-canvas .util-advantages-outline {
    padding: 70px 20px;
    background: #ffffff;
    color: #000000;
}

.util-wrapper-canvas .util-advantages-outline .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.util-wrapper-canvas .util-advantages-outline .advantages_content h2 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(68,126,180);
    border-bottom: 2px solid rgb(41,75,107);
    padding-bottom: 10px;
    width: fit-content;
}

.util-wrapper-canvas .util-advantages-outline .advantages_description {
    font-size: 18px;
    margin-bottom: 50px;
    color: rgba(0, 0, 0, 0.5);
    max-width: 800px;
    line-height: 1.6;
}

.util-wrapper-canvas .util-advantages-outline .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-around;
    width: 100%;
}

.util-wrapper-canvas .util-advantages-outline .advantage_item {
    background: #ffffff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(41,75,107,0.5);
    width: 24%;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.util-wrapper-canvas .util-advantages-outline .advantage_image {
    margin-bottom: 20px;
}

.util-wrapper-canvas .util-advantages-outline .advantage_image img,
.util-wrapper-canvas .util-advantages-outline .advantage_image svg {
    width: 90px;
    height: 90px;
    fill: rgb(68,126,180);
}

.util-wrapper-canvas .util-advantages-outline .advantage_item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-top: 15px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .util-wrapper-canvas .util-advantages-outline .advantages_holder {
        gap: 20px;
    }

    .util-wrapper-canvas .util-advantages-outline .advantage_item {
        width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .util-wrapper-canvas .util-advantages-outline {
        padding: 50px 10px;
    }

    .util-wrapper-canvas .util-advantages-outline .advantages_content h2 {
        font-size: 34px;
    }

    .util-wrapper-canvas .util-advantages-outline .advantages_description {
        font-size: 18px;
    }

    .util-wrapper-canvas .util-advantages-outline .advantage_item {
        width: 100%;
        margin: 10px 0;
    }
}.util-title-section {
    width: 100%;
    position: relative;
    font-family: Playfair Display, sans-serif;
    background-color: #ffffff;
    padding: 60px 0;
    box-sizing: border-box;
}
.util-title-section .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid rgb(68,126,180);
}
.util-title-section .style_element {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 80%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.util-title-section .style_element h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(68,126,180);
    padding-bottom: 10px;
}
.util-title-section .style_element h3 {
    font-family: Playfair Display, sans-serif;
    font-size: 37px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.util-title-section .style_element p {
    font-family: Playfair Display, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
}
.util-wrapper-canvas .util-title-section {
    position: relative;
    padding: 40px 0;
    background-color: rgb(169,203,236);
}
.util-wrapper-canvas .util-title-section .title_page_holder {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.util-wrapper-canvas .util-title-section .style_element {
    background: #ffffff;
    border-radius: 27px;
    padding: 60px;
    max-width: 80%;
    margin: auto;
    box-shadow: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid rgb(68,126,180);
}
.util-wrapper-canvas .util-title-section .style_element h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.util-wrapper-canvas .util-title-section .style_element h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.util-wrapper-canvas .util-title-section .style_element p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .util-wrapper-canvas .util-title-section .style_element {
        padding: 40px;
    }
    .util-wrapper-canvas .util-title-section .style_element h1 {
        font-size: 28px;
    }
    .util-wrapper-canvas .util-title-section .style_element h3 {
        font-size: 20px;
    }
    .util-wrapper-canvas .util-title-section .style_element p {
        font-size: 16px;
    }
    .util-title-section .title_page_holder {
        min-height: 400px;
        padding: 20px;
    }
    .util-title-section .style_element {
        padding: 20px;
        max-width: unset;
    }
    .util-title-section .style_element h1 {
        font-size: 37px;
    }
    .util-title-section .style_element h3 {
        font-size: 22px;
    }
    .util-title-section .style_element p {
        font-size: 21px;
    }
    .util-wrapper-canvas .util-title-section .title_page_holder {
        padding: 20px;
    }
}.util-our-team {
    padding: 100px 15px;
    background: linear-gradient(to right, rgb(68,126,180), rgb(41,75,107,0.5));
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}

.util-wrapper-canvas .util-our-team .holder {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.util-wrapper-canvas .util-our-team .caption_holder {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(68,126,180,0.5);
    border-radius: 21px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.util-wrapper-canvas .util-our-team .caption_holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.7);
}

.util-wrapper-canvas .util-our-team .photo {
    flex: 1 1 300px;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 255, 255, 0.5);
    position: relative;
    transition: transform 0.3s ease;
    width: 100%;
    margin-bottom: 20px;
}

.util-wrapper-canvas .util-our-team .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(80%) contrast(1.2);
    transition: filter 0.3s ease;
}

.util-wrapper-canvas .util-our-team .photo:hover img {
    filter: grayscale(0%) contrast(1);
}

.util-wrapper-canvas .util-our-team .style_element {
    flex: 1;
    text-align: center;
}

.util-wrapper-canvas .util-our-team h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(68,126,180);
    display: inline-block;
    padding-bottom: 10px;
    color: #000000;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.util-wrapper-canvas .util-our-team h2:hover {
    color: rgb(41,75,107);
    border-color: rgb(41,75,107);
}

.util-wrapper-canvas .util-our-team p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 20px;
    color: #000000;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

@media (max-width: 1200px) {
    .util-wrapper-canvas .util-our-team .holder {
        flex-direction: column;
        align-items: center;
    }

    .util-wrapper-canvas .util-our-team .caption_holder {
        margin-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .util-our-team {
        padding: 60px 10px;
    }

    .util-wrapper-canvas .util-our-team .caption_holder {
        padding: 30px;
    }

    .util-wrapper-canvas .util-our-team .photo {
        width: 100%;
    }

    .util-wrapper-canvas .util-our-team .style_element {
        padding: 10px;
    }
}.util-join-our-mailing-list {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.util-join-our-mailing-list .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.util-join-our-mailing-list input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(41,75,107,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.util-join-our-mailing-list h2 {
    margin-bottom: 20px;
    text-align: center;
}

.util-join-our-mailing-list .button {
    background: rgb(41,75,107);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.util-join-our-mailing-list .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .util-join-our-mailing-list .holder {
        flex-direction: column;
    }

    .util-join-our-mailing-list {
        padding: 30px 20px;
    }

    .util-join-our-mailing-list input {
        min-width: unset;
    }

    .util-join-our-mailing-list .button {
        flex-shrink: unset;
    }

    .util-join-our-mailing-list .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .util-join-our-mailing-list input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .util-wrapper-canvas .util-join-our-mailing-list .holder h2 {
        font-size: 20px;
    }
}

.util-wrapper-canvas .util-join-our-mailing-list {
    padding: 120px 0;
    background: rgb(169,203,236);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(45deg, rgb(68,126,180) 0%, rgb(41,75,107) 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.util-wrapper-canvas .util-join-our-mailing-list::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: radial-gradient(circle, rgb(68,126,180,0.5) 0%, transparent 70%);
    opacity: 0.5;
    transform: scale(1.2);
    z-index: 0;
    border-radius: 50%;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.util-wrapper-canvas .util-join-our-mailing-list .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.util-wrapper-canvas .util-join-our-mailing-list h2 {
    font-size: 43px;
    margin-bottom: 50px;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    animation: fadeInDown 1.5s ease-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.util-wrapper-canvas .util-join-our-mailing-list .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.util-wrapper-canvas .util-join-our-mailing-list input[type="email"] {
    padding: 20px 25px;
    height: auto;
    border-radius: 12px;
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 17px;
    width: 60%;
    max-width: 450px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 1.5s ease-out;
}

.util-wrapper-canvas .util-join-our-mailing-list input[type="email"]:focus {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(68,126,180,0.5);
}

.util-wrapper-canvas .util-join-our-mailing-list .button {
    padding: 20px 50px;
    border-radius: 12px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1.5s ease-out 0.3s;
}

.util-wrapper-canvas .util-join-our-mailing-list .button:hover {
    background: rgb(68,126,180);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(68,126,180,0.5);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 800px) {
    .util-wrapper-canvas .util-join-our-mailing-list {
        padding: 80px 20px;
    }

    .util-wrapper-canvas .util-join-our-mailing-list h2 {
        font-size: 38px;
    }

    .util-wrapper-canvas .util-join-our-mailing-list .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .util-wrapper-canvas .util-join-our-mailing-list input[type="email"] {
        width: 100%;
    }

    .util-wrapper-canvas .util-join-our-mailing-list .button {
        width: 100%;
    }
}.util-take-a-spin {
    padding: 50px 0;
    background: linear-gradient(135deg, rgb(169,203,236), rgb(41,75,107,0.5));
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(68,126,180);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.util-take-a-spin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(135deg, rgb(68,126,180), rgb(41,75,107));
    transform: translateX(-50%) skewY(-10deg);
    z-index: 1;
    opacity: 0.1;
    animation: gradientShift 10s infinite alternate;
}

@keyframes gradientShift {
    0% {transform: translateX(-50%) skewY(-10deg);}
    100% {transform: translateX(-55%) skewY(-12deg);}
}

.util-take-a-spin .container {
    z-index: 2;
    width: 95%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.util-take-a-spin .holder {
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgb(41,75,107);
    border-radius: 14px;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.util-take-a-spin .holder::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgb(68,126,180), transparent);
    z-index: 0;
    opacity: 0.2;
    animation: pulseGlow 4s infinite alternate;
}

@keyframes pulseGlow {
    0% {opacity: 0.1;}
    100% {opacity: 0.3;}
}

.util-take-a-spin .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.util-take-a-spin .holder .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.util-take-a-spin .holder svg, .util-take-a-spin .holder svg path {
    fill: #ffffff;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 10px;
    background: rgb(68,126,180);
    border: 1px solid rgb(41,75,107);
    z-index: 2;
    flex-shrink: 0;
}

.util-take-a-spin .holder h2 {
    font-size: calc(38px * 1.2);
    text-align: center;
    margin: 0 0 30px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

.util-take-a-spin .holder .button {
    padding: 18px 36px;
    background: rgb(68,126,180);
    color: #ffffff;
    text-decoration: none;
    font-size: calc(14px * 1.1);
    font-weight: 700;
    border-radius: 14px;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    text-align: center;
}

.util-take-a-spin .holder .button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(41,75,107), transparent);
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: -1;
    border-radius: 50%;
    transition: transform 0.3s;
}

.util-take-a-spin .holder .button:hover {
    background: rgb(41,75,107);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.util-take-a-spin .holder .button:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
}

@media only screen and (max-width: 1024px) {
    .util-take-a-spin .holder {
        flex-direction: column;
        padding: 30px;
        align-items: center;
    }

    .util-take-a-spin .holder .content {
        margin-left: 0;
        margin-top: 30px;
        align-items: center;
    }

    .util-take-a-spin .holder h2 {
        font-size: 38px;
        text-align: center;
        margin-bottom: 20px;
    }

    .util-take-a-spin .holder svg, .util-take-a-spin .holder svg path {
        width: 80px;
        height: 80px;
        padding: 15px;
    }

    .util-take-a-spin .holder .button {
        padding: 15px 30px;
        font-size: 14px;
        min-width: 180px;
    }
}

@media only screen and (max-width: 600px) {
    .util-take-a-spin .holder {
        padding: 25px;
    }

    .util-take-a-spin .holder h2 {
        font-size: 18px;
    }

    .util-take-a-spin .holder svg, .util-take-a-spin .holder svg path {
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .util-take-a-spin .holder .button {
        padding: 12px 24px;
        font-size: calc(14px * 0.9);
        min-width: 160px;
    }
}.util-course-description {
    padding: 100px 0;
    background: rgb(68,126,180,0.5);
    font-family: Playfair Display, sans-serif;
}

.util-course-description .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.util-course-description h2 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.util-course-description .course {
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.util-course-description .course:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.util-course-description .photo {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.util-course-description .text_holder {
    padding: 20px;
    text-align: left;
}

.util-course-description h3 {
    font-size: 37px;
    font-weight: 600;
    color: rgb(68,126,180);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.util-course-description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}

.util-course-description .button {
    background: rgb(41,75,107);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    transition: background 0.3s ease;
}

.util-course-description .button:hover {
    background: rgb(68,126,180);
}

@media only screen and (max-width: 768px) {
    .util-course-description {
        padding: 50px 0;
    }

    .util-course-description h2 {
        font-size: 24px;
    }

    .util-course-description .photo {
        height: 200px;
    }

    .util-course-description h3 {
        font-size: 20px;
    }

    .util-course-description p {
        font-size: 16px;
    }

    .util-course-description .button {
        font-size: 15px;
    }
}

.util-wrapper-canvas .util-course-description .items {
    width: 100%;
}

.util-wrapper-canvas .util-course-description .photo {
    height: 300px;
    width: 100%;
    margin: 0 auto;
}

.util-wrapper-canvas .util-course-description .text_holder {
    border-radius: 13px;
    border: 2px solid rgb(41,75,107);
    width: 80%;
    margin-top: -150px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.util-wrapper-canvas .util-course-description h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
}

.util-wrapper-canvas .util-course-description .button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 30px;
    background: rgb(68,126,180);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.util-wrapper-canvas .util-course-description .button:hover {
    background: rgb(41,75,107);
}

@media only screen and (max-width: 800px) {
    .util-wrapper-canvas .util-course-description .photo {
        width: 100%;
        height: 200px;
    }

    .util-wrapper-canvas .util-course-description .text_holder {
        width: 100%;
        margin-top: -100px;
        padding: 20px;
    }

    .util-wrapper-canvas .util-course-description h3 {
        font-size: 17px;
    }
}
.util-privacy-holdfast {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.util-privacy-holdfast h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 42px;
    color: rgb(68,126,180);
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid rgb(68,126,180);
    padding-bottom: 10px;
}

.util-privacy-holdfast h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 34px;
    color: rgb(41,75,107);
    font-family: Playfair Display, sans-serif;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid rgb(41,75,107);
    padding-bottom: 5px;
}

.util-privacy-holdfast h3, .util-privacy-holdfast h4, .util-privacy-holdfast h5, .util-privacy-holdfast h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-weight: 400;
}

.util-privacy-holdfast ul, .util-privacy-holdfast ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 13px;
    list-style: none;
}

.util-privacy-holdfast li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.util-privacy-holdfast li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgb(68,126,180);
    font-size: 1.2em;
    line-height: 1em;
    top: 0;
}

.util-privacy-holdfast section {
    background: none;
}

.util-privacy-holdfast p, .util-privacy-holdfast span, .util-privacy-holdfast div {
    line-height: 1.5;
    margin-bottom: 15px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 13px;
}

@media only screen and (max-width: 800px) {
    .util-privacy-holdfast {
        padding: 20px 10px;
    }

    .util-privacy-holdfast h1 {
        font-size: calc(18px - 4px);
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .util-privacy-holdfast h2 {
        font-size: calc(18px - 4px);
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .util-privacy-holdfast ul, .util-privacy-holdfast ol {
        padding-left: 10px;
    }

    .util-privacy-holdfast li {
        padding-left: 15px;
    }
}header .main_header {
    min-height: 100px;
    background: linear-gradient(135deg, rgb(68,126,180), rgb(41,75,107));
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    border-bottom: 2px solid rgb(68,126,180);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@keyframes backgroundAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
header .main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
    animation: backgroundAnimation 10s infinite linear;
}
.main_header .header_holder {
    display: flex;
    align-items: center;
}
.main_header .header_holder .logo_holder {
    margin-right: 10px;
    border-right: 2px solid rgb(68,126,180);
    padding-right: 10px;
    transition: margin-right 0.3s ease, padding-right 0.3s ease;
}
.main_header .header_holder .logo_holder svg, 
.main_header .header_holder .logo_holder img {
    height: 50px;
    width: auto;
    fill: #ffffff;
    transition: height 0.3s ease;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    font-size: 13px;
    font-weight: 600;
    margin-right: auto;
    position: relative;
    transition: font-size 0.3s ease;
    margin-right: 10px;
}
.main_header .header_description::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 10px;
    height: 10px;
    background-color: rgb(68,126,180);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: width 0.3s ease, height 0.3s ease;
}
.main_header .header_menu {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_header .header_menu a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: rgb(68,126,180);
    transition: width 0.3s ease, left 0.3s ease;
}
.main_header .header_menu a:hover::before,
.main_header .header_menu a:focus::before {
    width: 100%;
    left: 0;
}
.main_header .header_menu a:hover,
.main_header .header_menu a:focus {
    background-color: rgb(68,126,180);
    color: #ffffff;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
header .main_header {
    animation: fadeIn 0.5s ease;
}
@media only screen and (max-width: 1100px) {
    header .main_header {
        flex-direction: column;
        align-items: flex-start;
        min-height: 80px;
        padding: 20px;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_holder .logo_holder {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .main_header .header_holder .logo_holder svg, 
    .main_header .header_holder .logo_holder img {
        height: 40px;
    }
    .main_header .header_description {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .main_header .header_menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_menu a {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgb(68,126,180);
        padding: 10px 15px;
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}.util-instructor-history {
    padding: 60px 0;
    background: linear-gradient(180deg, rgb(169,203,236) 0%, rgb(41,75,107,0.5) 100%);
    font-family: Playfair Display, sans-serif;
}
.util-instructor-history .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(68,126,180);
    border-radius: 18px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.util-instructor-history .review .photo {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(68,126,180);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.util-instructor-history .review .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.util-instructor-history .worker_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.util-instructor-history .worker_description p.name {
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 700;
    color: rgb(68,126,180);
}
.util-instructor-history .worker_description p.job {
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
}
.util-instructor-history .worker_info {
    width: 100%;
}
.util-instructor-history .worker_info p {
    margin: 20px 0;
    padding: 20px;
    background: rgb(68,126,180,0.5);
    border-radius: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.util-instructor-history .worker_info p:hover {
    transform: translateY(-5px);
}
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}
.util-instructor-history .review {
    animation: fadeIn 0.8s ease-in-out;
}
@media only screen and (max-width: 800px) {
    .util-instructor-history .review {
        padding: 20px;
    }
    .util-instructor-history .review .photo {
        width: 150px;
        height: 150px;
    }
    .util-instructor-history .worker_description {
        margin-bottom: 10px;
    }
    .util-instructor-history .worker_info p {
        padding: 15px;
    }
}
.util-tySpace {
    background: rgb(169,203,236);
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}
.util-tySpace::before, .util-tySpace::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgb(68,126,180,0.5);
    z-index: 0;
}
.util-tySpace::before {
    width: 500px;
    height: 500px;
    top: -100px;
    left: -100px;
}
.util-tySpace::after {
    width: 400px;
    height: 400px;
    bottom: -150px;
    right: -150px;
}
.util-tySpace .container {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 60px 50px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    color: #000000;
    position: relative;
    z-index: 1;
}
.util-tySpace .container h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 3px solid rgb(68,126,180);
    display: inline-block;
    color: rgb(68,126,180);
    position: relative;
}
.util-tySpace .container h2::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: rgb(41,75,107);
    bottom: -8px;
    left: 0;
}
.util-tySpace .container p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
}
.util-tySpace .container p::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(68,126,180,0.5);
    border-radius: 50%;
    top: -15px;
    left: -40px;
    z-index: -1;
}
.util-tySpace .container p::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: rgb(68,126,180);
    bottom: -10px;
    right: 0;
}
@media only screen and (max-width: 800px) {
    .util-tySpace {
        padding: 80px 15px;
    }
    .util-tySpace .container {
        padding: 40px 20px;
    }
    .util-tySpace .container h2 {
        font-size: 18px;
    }
    .util-tySpace .container p {
        font-size: 15px;
    }
}
