<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>
        Looking for Mincov Law? | Trademark Factory®    </title>
            <meta name="description" content="Looking for Mincov Law? You’re in the right place—Mincov Law has evolved into Trademark Factory®.">
        <!-- Facebook Meta Tags -->
        <meta property="og:url"
              content="https://trademarkfactory.com/mincovlaw">
        <meta property="og:type" content="website">
        <meta property="og:title"
              content="Looking for Mincov Law? | Trademark Factory®">
        <meta property="og:description" content="Looking for Mincov Law? You’re in the right place—Mincov Law has evolved into Trademark Factory®.">
        <meta property="og:image" content="https://trademarkfactory.com/img/logo-ogi1.png">

        <!-- Twitter Meta Tags -->
        <meta name="twitter:card" content="Trademark Factory Inc.">
        <meta property="twitter:domain" content="trademarkfactory.com">
        <meta property="twitter:url"
              content="https://trademarkfactory.com/mincovlaw">
        <meta name="twitter:title"
              content="Looking for Mincov Law? | Trademark Factory®">
        <meta name="twitter:description" content="Looking for Mincov Law? You’re in the right place—Mincov Law has evolved into Trademark Factory®.">
        <meta name="twitter:image" content="https://trademarkfactory.com/img/logo-ogi1.png">
        <!-- IMPORTANT -->
    <meta id="MetaKeywords" name="KEYWORDS" content=""/>
    <meta id="MetaCopyright" name="COPYRIGHT" content="Trademark Factory Inc."/>
    <meta id="MetaAuthor" name="AUTHOR" content="Trademark Factory Inc."/>
    <meta name="RESOURCE-TYPE" content="DOCUMENT"/>
    <meta name="DISTRIBUTION" content="GLOBAL"/>
    <meta name="REVISIT-AFTER" content="2 Days"/>
    <meta name="RATING" content="GENERAL"/>
    <meta name="robots" content="noodp,noydir"/>
            <meta name="robots" content="index, follow"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="shortcut icon" href="https://trademarkfactory.com/index/images/favicon.ico"/>
            <audio id="messageAudio" src="https://in.trademarkfactory.com/storage/sounds/notification.mp3" preload="auto"></audio>
    <style>
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    @font-face {
        font-family: 'Poppins';
        src: url('/fonts/Poppins-Regular.woff2') format('woff2'),
        url('/fonts/Poppins-Regular.woff') format('woff');
        font-weight: 400;
    }

    @font-face {
        font-family: 'Poppins';
        src: url('/fonts/Poppins-Medium.woff2') format('woff2'),
        url('/fonts/Poppins-Medium.woff') format('woff');
        font-weight: 500;
    }

    @font-face {
        font-family: 'Poppins';
        src: url('/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('/fonts/Poppins-SemiBold.woff') format('woff');
        font-weight: 600;
    }

    @font-face {
        font-family: 'Poppins';
        src: url('/fonts/Poppins-Bold.woff2') format('woff2'),
        url('/fonts/Poppins-Bold.woff') format('woff');
        font-weight: 700;
    }

    body {
        background-color: #F9FAFF;
    }
    .container {
        display: flex;
        flex-direction: column;
        min-height: 70vh;
    }

    /* Header */
    header {
        display: flex;
        justify-content: center;
        position: fixed;
        z-index: 10000;
        width: 100%;
        top: 0;
        transition: top 0.3s ease;
    }

    .logo img {
        width: 171px;
    }




    .header-hidden {
        top: -100px;
    }

    .person-img {
        border-radius: 50%;
        width: 208px;
        height: 208px;
    }

    .person-img-alt {
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }

    .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1420px;
        height: 87px;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        padding: 0px 20px 0px 20px;
        background-color: #fff;
        position: relative;
        border-radius: 0px 0px 6px 6px;
    }

    .header-content {
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
    }

    nav {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        height: 37px;
        padding: 5px 20px;
        gap: 5px;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        border: none;
        background-color: transparent;
        text-wrap: nowrap;
        cursor: pointer;
        border-radius: 6px;
    }

    .nav-link:hover {
        background-color: #f0f0f0;
    }


    .nav-link .arrow {
        transition: transform 0.3s ease;
    }

    .nav-link.active .arrow {
        transform: rotate(180deg);
    }

    .nav-link .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0px 4px 4px 0px #0B0F201A;
        padding: 40px 20px 20px 20px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        gap: 10px;
        z-index: -1;
    }

    .dropdown-more {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .nav-link .dropdown a {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20;
        text-decoration: none;
        width: 100%;
        text-align: start;
    }

    .nav-link .dropdown a:hover {
        text-decoration: underline;
    }

    .nav-link:hover .dropdown {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    #dropdown-cards {
        position: absolute;
        top: 95%;
        left: 0px;
        background-color: #fff;
        border-radius: 0px 0px 6px 6px;
        box-shadow: 0px 4px 4px 0px #0B0F201A;
        padding: 30px 20px 20px 20px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        gap: 10px;
        z-index: -3;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        max-width: 1420px;
    }

    .dropdown-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        max-width: 1420px;
    }

    .dropdown-add {
        width: 100%;
        height: 67px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        border-radius: 6px;
        text-decoration: none;
    }

    .dropdown-add:hover {
        background-color: #F9FAFF;
    }

    .dropdown-card {
        width: 100%;
        max-width: 446.67px;
        height: 138px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 5px;
        background-color: #fff;
        transition: .3s ease;
        border-radius: 6px;
    }

    .dropdown-other {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-card:hover {
        background-color: #F9FAFF;
    }

    .dropdown-card {
        text-decoration: none;
    }

    .dropdown-card span {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .dropdown-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .nav-item {
        position: relative;
        margin-bottom: 10px;
    }

    .nav-item .dropdown-content {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        z-index: 1000;
    }

    .nav-item:hover .dropdown-content {
        display: block;
    }

    .nav-link {
        height: 37px;
        padding: 5px 20px 5px 20px;
        gap: 5px;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        border: none;
        background-color: transparent;
        text-decoration: none;
    }

    .header-block {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .phones{display: flex;gap:7px}
    .phones-icon{display: flex;align-items: center}

    .header-block p:first-child {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        text-align: center;
    }

    .header-block p:last-child {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #0B0F20D6;
        text-align: center;
    }

    .header-block p:last-child a {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #0B0F20D6;
        text-align: center;
    }

    .header-block a {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        transition: .3s ease;
    }

    .sing {
        text-decoration: none;
        transition: .3s ease;
    }

    .sing:hover {
        text-decoration: underline;
    }

    .nav-free {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20;
        width: 220px;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #0B0F20D6;
        border-radius: 100px;
        background-color: transparent;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .nav-free:hover {
        background-color: #CFD9FF;
        text-decoration: none;
    }

    .call {
        display: none;
        border: none;
        background-color: transparent;
    }

    .burger {
        display: none;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

    .header-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        background-color: white;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        z-index: 1000;
        overflow-y: auto;
        transform: translateY(-100%);
        opacity: 0;
        z-index: -2;
        pointer-events: none;
        padding: 100px 20px 20px 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .header-mobile.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    body.no-scroll {
        overflow: hidden;
    }

    .mobile-block {
        border-bottom: 1px solid #0B0F2038;
    }

    .mobile-block button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: none;
        background-color: transparent;
    }

    .mobile-block button span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20D6;
    }

    .mobile-cards {
        display: flex;
        flex-direction: column;
        height: 0;
        overflow: hidden;
        transition: height 0.5s ease;
        gap: 10px;
    }

    .mobile-card {
        display: flex;
        align-items: center;
        text-decoration: none;
        justify-content: space-between;
        height: auto;
        padding: 10px 0px 10px 0px;
        gap: 10px;
    }

    .mobile-card svg {
        width: 36px;
        min-width: 36px;
        height: 36px;
        max-height: 36px;
    }

    .mobile-card-block {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .mobile-card-block span {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        width: 100%;
        max-width: 640px;
    }

    .mobile-card-block p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20;
        width: 100%;
        max-width: 640px;
    }

    .mobile-cards.open {
        height: auto;
    }

    .mobile-arrow {
        transition: transform 0.5s ease;
        cursor: pointer;
    }

    .rotate {
        transform: rotate(180deg);
    }

    .mobile-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-bottom: 1px solid #0B0F2038;
    }

    .mobile-title {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20D6;
        text-decoration: none;
    }

    .mobile-links a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 56px;
    }

    .mobile-links a span {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .mobile-free {
        width: 100%;
        height: 44px;
        min-height: 44px;
        background-color: #5D7CFF;
        border-radius: 100px;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        border: none;
        cursor: pointer;
        transition: .3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .mobile-free:hover {
        background-color: #244EFF;
    }

    .message {
        position: fixed;
        text-decoration: none;
        right: 40px;
        bottom: 40px;
        width: 193px;
        height: 47px;
        border-radius: 100px;
        background-color: #4DE060;
        border: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 30px 0px 30px;
        cursor: pointer;
        opacity: 1;
        transition: .3s ease;
    }

    .message.hidden {
        opacity: 0;

    }

    .message span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
    }

    /* Main */
    .index {
        padding: 150px 0px 0px 20px;
    }

    main {
        display: flex;
        justify-content: center;
        padding: 200px 0px 0px 20px;
        box-sizing: border-box;
    }

    .main-padding {
        padding: 0px;
    }

    .main-container {
        width: 100%;
        max-width: 1380px;
        position: relative;
        z-index: 5;
    }

    .main-decoration {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 900px;
    }

    .main-content {
        width: 100%;
        max-width: 1380px;
        display: flex;
        justify-content: space-between;
    }

    h1 {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 60px;
        line-height: 78px;
        color: #0B0F20;
        z-index: 4;
    }

    .main-left {
        width: 100%;
        max-width: 580px;
        position: relative;
        top: 90px;
        margin-bottom: 20px;
    }

    .main-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        width: 100%;
        max-width: 550px;
        margin: 10px 0px 20px 0px;
    }

    .main-buttons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .main-register {
        width: 100%;
        max-width: 280px;
        height: 47px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5D7CFF !important;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff !important;
        border: none !important;
        transition: .3s ease;
        cursor: pointer;
        text-decoration: none;
    }

    .main-register:hover {
        background-color: #244EFF !important;
    }

    .main-speak {
        width: 100%;
        max-width: 280px;
        height: 47px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #0B0F20D6;
        background-color: #fff;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .main-speak:hover {
        background-color: #CFD9FF;
    }

    .main-rating {
        display: flex;
        align-items: center;
        gap: 17.5px;
        margin-top: 180px;
    }

    .main-company {
        margin: 150px 0px 160px 0px;
        padding: 0px 20px 0px 0px;
    }

    h2 {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 46px;
        line-height: 59.8px;
    }

    .main-company h2 {
        color: #0B0F20;
        text-align: center;
        margin-bottom: 40px;
    }

    .main-block {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
    }

    .main-block img {
        width: 230px;
    }

    .main-right {
        position: relative;
    }

    .main-slide-people {
        margin-bottom: 0px;
        position: relative;
        left: 131px;
    }

    .main-slider-container {
        width: 100%;
        max-width: 680px;
        position: relative;
        overflow: hidden;
    }

    .main-slider-slides {
        display: flex;
        align-items: center;
        transition: transform 0.5s ease-in-out;
        position: relative;
        gap: 50px;
    }

    .main-slider-slide {
        flex: 0 0 680px;
        height: auto;
        opacity: 0.6;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        background-color: transparent;
        position: relative;
        transform: scale(0.94);
    }

    .main-slide-content {
        background-color: #fff;
        border-radius: 6px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }

    .main-slider-slide.active {
        opacity: 1;
        transform: scale(1);
    }

    .main-slider-buttons {
        display: flex;
        align-items: center;
        gap: 10px;
        position: absolute;
        left: 700px;
        top: 407px;
    }

    .main-slider-prev-button,
    .main-slider-next-button {
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

    .main-slider-text p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .main-slider-add {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .main-slider-add span {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 22px;
        line-height: 33px;
        color: #0B0F20;
    }

    .main-slider-add p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .main-slider-decoration {
        position: absolute;
        left: 0px;
        bottom: 270px;
    }

    .txt-ucfirst{
        text-transform: capitalize;
    }

    .error {
        color: red;
    }

    .error_el {
        border: 1px solid red !important;
    }

    .error-text {
        display: none;
        margin-left: 15px;
        font-weight: bold;
        color: red;
        padding-top: 3px;
        font-family: 'Poppins';
        font-size: 12px;
    }


    .this-statement {
        text-decoration: underline;
        cursor: pointer;
        top: 0 !important;
    }

    #statement-full {
        font-size: 11px;
        display: none;
        width: 90%;
        max-width: 640px;
    }

    #statement-about {
        width: 100%
    }

    .hidden {
        display: none
    }

    .pb-0{
        padding-bottom: 0px !important;
    }


    .mb-0{
        margin-bottom: 0px !important;
    }
    .mb-07{
        margin-bottom: 7px !important;
    }
    .mb-10{
        margin-bottom: 10px !important;
    }
    .mb-20{
        margin-bottom: 20px !important;
    }
    .mb-30{
        margin-bottom: 30px !important;
    }
    .mb-40{
        margin-bottom: 40px !important;
    }
    .mb-60{
        margin-bottom: 60px !important;
    }
    .mb-100{
        margin-bottom: 100px !important;
    }

    .mt-30{
        margin-top: 30px !important;
    }

    .ml-20{
        margin-left:20px !important;
    }
    .ml-40{
        margin-left:40px !important;
    }
    .mld-40{
        margin-left:40px !important;
    }


    .m-0{margin:0 !important;}

    .m-auto{
        margin: auto !important;
    }

    .w-100{
        width:100%;
    }

    /* Section */

    .add-radius {
        border-radius: 6px 6px 0px 0px;
    }

    /* Success */
    .success {
        display: flex;
        justify-content: center;
    }

    .success-container {
        position: relative;
        width: 100%;
        max-width: 1920px;
        background-color: #FFAC7E;
        height: 518px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 39px;
        padding: 0px 20px 0px 20px;
        border-radius: 6px 6px 0px 0px;
        margin: 0 auto;
        overflow: hidden;
    }

    .success-radius {
        border-radius: 6px 6px 6px 6px;
    }

    .success-radius2 {
        border-radius: 0px 0px 6px 6px;
    }

    .add-radius {
        border-radius: 6px 6px 6px 6px;
    }

    .success-decoration1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .success-decoration2 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

    .success-block-left {
        width: 100%;
        max-width: 390px;
        height: auto;
        text-align: right;
        z-index: 2;
    }

    .success-block-left span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 64px;
        line-height: 83.2px;
        color: #0B0F20;
    }

    .success-block-left p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .success-block-left2 p {
        margin: -10px 0px 10px 0px;
        text-transform: uppercase;
    }

    .success-block-center {
        width: 100%;
        max-width: 522px;
        height: 172px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        z-index: 2;
    }

    .success-block-center span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 180px;
        color: #0B0F20;
        line-height: 140px;
    }

    .success-block-center p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        text-transform: uppercase;
    }

    .success-block-right {
        width: 100%;
        max-width: 390px;
        height: auto;
        z-index: 2;
    }

    .success-block-right span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 64px;
        line-height: 83.2px;
        color: #0B0F20;
    }

    .success-block-right p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .success-block-right2 p {
        margin: -10px 0px 10px 0px;
        text-transform: uppercase;
    }

    /* Reputation */
    .reputation {
        display: flex;
        justify-content: center;
    }

    .reputation h2 {
        color: #fff;
        width: 100%;
        max-width: 1380px;
        text-align: center;
        margin-bottom: 40px;
    }

    .reputation-container {
        width: 100%;
        max-width: 1920px;
        background-color: #323544;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 190px 20px 200px 20px;
        border-radius: 0px 0px 6px 6px;
    }

    .calculator-container {
        width: 100%;
        max-width: 1920px;
        background-color: #323544;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 100px 20px 200px 20px;
        border-radius: 0;
    }

    .calculator-main-container {
        padding-bottom: 80px;
    }

    .reputation-block-smalls {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .reputation-block-small {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        border-radius: 6px;
        width: 100%;
        max-width: 680px;
        height: auto;
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 5px;
    }

    .reputation-block-small svg {
        margin-bottom: 5px;
    }

    .reputation-title {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .reputation-title span {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        text-transform: uppercase;
    }

    .reputation-title p  {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
    }

    .reputation-subtitle {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .reputation-block-big {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        border-radius: 6px;
        width: 100%;
        max-width: 1380px;
        height: auto;
        display: flex;
        flex-direction: column;
        position: relative;
        gap: 5px;
    }

    .reputation-block-big svg {
        margin-bottom: 5px;
    }

    .reputation-register {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        margin-top: 10px;
        width: 100%;
        max-width: 221px;
        border: none;
        cursor: pointer;
        text-decoration: underline;
    }

    .reputation-block-big .reputation-subtitle {
        width: 100%;
        max-width: 640px;
    }

    .reputation-start {
        width: 100%;
        max-width: 265px;
        height: 47px;
        border-radius: 100px;
        background-color: #fff;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .reputation-start:hover {
        background-color: #CFD9FF;
    }

    .reputation-start.disabled {
        background-color: #E0E0E0; /* Light gray background */
        color: #A0A0A0; /* Gray text color */
        cursor: not-allowed; /* Change cursor to indicate disabled state */
        opacity: 0.7; /* Reduce opacity for a "disabled" effect */
        pointer-events: none; /* Prevent any click events */
    }

    .reputation-decoration {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    /* Process */
    .process {
        display: flex;
        justify-content: center;
        margin: 100px 0px 160px 0px;
    }

    .process h2 {
        color: #0B0F20;
        text-align: center;
        margin-bottom: 60px;
    }

    .process-container {
        width: 100%;
        max-width: 1380px;
    }

    .process-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1380px;
    }

    .process-card img {
        width: 250px;
    }

    .process-card1 {
        position: relative;
        left: 10px;
    }

    .process-card3 {
        position: relative;
        left: 10px;
    }

    .process-card5 {
        position: relative;
        left: 10px;
    }

    .process-card7 {
        position: relative;
        left: 10px;
    }

    .process-card-left {
        padding: 0px 115px 0px 300px;
    }

    .process-card-right {
        padding: 0px 300px 0px 115px;
    }

    .process-card-information {
        width: 100%;
        max-width: 445px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .process-card-information span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
    }

    .process-card-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .wide-block p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .process-card-block {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 27.5px;
        position: relative;
    }

    .process-card-line {
        width: 2px;
        height: 100px;
        background-color: #0B0F200F;
    }

    .process-card-line-last {
        height: 218px;
    }

    .process-start {
        width: 100%;
        max-width: 265px;
        height: 47px;
        padding: 0px 30px 0px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5D7CFF;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        border-radius: 100px;
        margin: 60px auto 0 auto;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .process-start:hover {
        background-color: #244EFF;
    }
    .oai-start {
        width: 100%;
        max-width: 322px;
        height: 47px;
        padding: 0px 30px 0px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5D7CFF;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        border-radius: 100px;
        margin: 60px auto 0 auto;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .oai-start:hover {
        background-color: #244EFF;
    }

    .eoai-container{
        padding: 30px 0 0 0;
        background: #EFF0F1;
    }

    .eoai-start {
        width: 100%;
        max-width: 356px;
        height: 47px;
        padding: 0px 30px 0px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5D7CFF;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        border-radius: 100px;
        margin: 60px auto 0 auto;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .eoai-start:hover {
        background-color: #244EFF;
    }

    .process-content-mobile {
        display: none;
        flex-direction: column;
        gap: 20px;
    }

    .process-card-mobile {
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .process-card-mobile-information {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        max-width: 660px;
    }

    .process-card-mobile-information svg {
        margin-bottom: 5px;
    }

    .process-card-mobile-information span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
    }

    .process-card-mobile-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .process-card-mobile img {
        width: 200px;
        height: 200px;
    }

    /* Case */
    .case {
        display: flex;
        justify-content: center;
    }

    .office-case {
        margin-bottom: 160px;
    }

    .case h2 {
        color: #fff;
    }

    .case-container {
        width: 100%;
        max-width: 1920px;
        background-color: #323544;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 150px 0px 130px 270px;
        overflow: hidden;
        border-radius: 6px 6px 0px 0px;
    }

    .case-information {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1380px;
        margin: 0 auto 40px 0;
        padding: 0px 20px 0px 0px;
    }

    .slide-left {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 500px;
    }

    .slide-brand1 {
        width: 400px;
    }

    .slide-brand2 {
        width: 360px;
    }

    .slide-brand3 {
        width: 221px;
    }

    .slide-left p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .slide-right {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .slide-card {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 530px;
    }

    .slide-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
    }

    .slide-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .slide-decoration {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .slider-container {
        width: 100%;
        max-width: 1650px;
        position: relative;
        overflow: hidden;
    }

    .slides {
        display: flex;
        align-items: center;
        height: 500px;
        transition: transform 0.5s ease-in-out;
        position: relative;
    }

    .slide {
        flex: 0 0 1031px;
        height: 500px;
        margin-right: 0px;
        opacity: 0.4;
        transform: scale(.9);
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        background-color: #fff;
        padding: 40px 40px 0px 40px;
        border-radius: 6px;
        position: relative;
        z-index: 1;
    }

    .slide.active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }

    .slide-container {
        display: flex;
        justify-content: space-between;
    }

    .slider-content {
        height: 100%;
        border: 1px solid #FFFFFF;
    }

    .slider-buttons {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .slider-button {
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

    .indicators {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 60px 0px 0px 0px;
        position: relative;
        left: -130px;
    }

    .indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        cursor: pointer;
        background-color: #6A6D77;
    }

    .indicator.active {
        background-color: #CACBCE;
    }


    /* Choose */
    .choose {
        display: flex;
        justify-content: center;
    }

    .choose h2 {
        color: #0B0F20;
        margin-bottom: 40px;
        text-align: center;
    }

    .choose-container {
        width: 100%;
        max-width: 1920px;
        background-color: #CFD9FF;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 150px 20px 160px 20px;
        overflow: hidden;
        border-radius: 0px 0px 6px 6px;
    }

    .choose-play2 {
        display: none;
    }

    .choose-card-smalls {
        display: flex;
        gap: 20px;
    }

    .choose-card-small {
        display: flex;
        flex-direction: column;
        gap: 5px;
        border-radius: 6px;
        padding: 20px;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        width: 100%;
        max-width: 680px;
        background-color: #fff;
    }


    .choose-card-information {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .choose-card-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        text-transform: uppercase;
    }

    .choose-card-block {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .choose-card-block span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color:#0B0F20 ;
    }

    .choose-card-block p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .choose-schedule {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        margin: 65px 0px 0px 0px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        text-decoration: underline;
    }

    .choose-card-big {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        border-radius: 6px;
        padding: 20px;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        width: 100%;
        max-width: 1380px;
        background-color: #fff;
        height: auto;
    }

    .choose-card-left {
        width: 100%;
        max-width: 640px;
    }

    .choose-card-right {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .choose-card-right img {
        width: 660px;
        height: 370px;
    }

    .choose-play {
        position: absolute;
    }

    .choose-play2 {
        display: none;
    }

    /* Reviews */
    .reviews {
        display: flex;
        justify-content: center;
        margin: 160px 0px 160px 0px;
        padding: 0px 20px 0px 20px;
    }

    .reviews-talk {
        margin: 160px 0px 0px 0px;
    }

    .reviews-container {
        width: 100%;
        max-width: 908px;
    }

    /* Serve */
    .serve {
        display: flex;
        justify-content: center;
        margin: 0px 20px 160px 20px;
    }

    .serve h2 {
        text-align: center;
        margin-bottom: 60px;
        color: #0B0F20;
    }

    .serve-container {
        width: 100%;
        max-width: 1380px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .serve-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .serve-card {
        width: 446.67px;
        height: 318px;
        padding: 20px;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        display: flex;
        flex-direction: column;
        border-radius: 6px;
        gap: 5px;
    }

    .serve-card-white {
        background-color: #fff;
    }

    .serve-card-blue {
        background-color: #CFD9FF;
    }

    .serve-card-orange {
        background-color: #FFDAC5;
    }

    .serve-card-information {
        display: flex;
        flex-direction: column;
    }

    .serve-card-information span {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        margin: 10px 0px 5px 0px;
        text-transform: uppercase;
    }

    .serve-card-information p {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
    }

    .serve-card-subtitle {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .serve-start {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 265px;
        height: 47px;
        background-color: #fff;
        border: 1px solid #0B0F20D6;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        border-radius: 100px;
        margin-top: 60px;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .serve-start:hover {
        background-color: #CFD9FF;
    }

    /* Key */
    .key {
        display: flex;
        justify-content: center;
        margin-bottom: 133px;
        padding: 0px 20px 0px 20px;
    }

    .key h2 {
        text-align: center;
        margin-bottom: 60px;
        color: #0B0F20;
    }

    .key-container {
        width: 100%;
        max-width: 1380px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .key-cards {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .key-card {
        width: 100%;
        max-width: 680px;
        padding: 20px;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        background-color: #323544;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .key-card svg {
        margin-bottom: 5px;
    }

    .key-card-container {
        display: flex;
        gap: 20px;
    }

    .key-card-big {
        width: 100%;
        max-width: 1380px;
        padding: 20px;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        background-color: #323544;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
    }

    .key-card-decoration {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .key-card-information {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        max-width: 620px;
    }

    .key-card-information span {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF9C;
        text-transform: uppercase;
    }

    .key-card-information p {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #fff;
    }

    .key-card-subtitle {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFFD6;
        width: 100%;
        max-width: 640px;
    }

    .key-start {
        width: 100%;
        max-width: 265px;
        height: 47px;
        border-radius: 100px;
        background-color: #5D7CFF;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 70px;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .key-start:hover {
        background-color: #244EFF;
    }

    /* Blog */
    .blog {
        display: flex;
        justify-content: center;
        margin-bottom: 160px;
        padding: 0px 20px 0px 20px;
        width: 100%;
        height: auto;
    }

    .blog img {
        width: 100%;
        height: auto;
    }

    .blog-container {
        width: 100%;
        max-width: 908px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Consultation */
    .consultation {
        display: flex;
        justify-content: center;
        margin-bottom: 160px;
        padding: 0px 20px 0px 20px;
    }

    .consultation-container {
        width: 100%;
        max-width: 1700px;
        display: flex;
        flex-direction: column;
        align-items: start;
        background-color: #5D7CFF;
        height: auto;
        border-radius: 6px;
        padding: 150px 160px 150px 160px;
        position: relative;
    }

    .consultation-content {
        width: 100%;
        max-width: 890px;
        z-index: 2;
    }

    .consultation-container h2 {
        width: 100%;
        max-width: 890PX;
        color: #FFF;
    }

    .consultation-container p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFFD6;
        margin: 10px 0px 30px 0px;
        width: 100%;
        max-width: 640px;
        z-index: 2;
    }

    .consultation-get {
        width: 100%;
        max-width: 270px;
        height: 47px;
        border: 1px solid #0B0F20D6;
        background-color: #fff;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s ease;
        cursor: pointer;
        text-decoration: none;
    }

    .consultation-get:hover {
        background-color: #CFD9FF;
    }

    .action-btn {
        /*width: 270px;*/
        /*max-width: 270px;*/
        padding: 0 10px 0 10px;
        height: 47px;
        border: 1px solid #0B0F20D6;
        background-color: #fff;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: .3s ease;
        cursor: pointer;
        text-decoration: none;
    }

    .action-btn:hover {
        background-color: #CFD9FF;
    }

    .consultation-decoration1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .consultation-decoration2 {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .consultation-buttons-container{
        display: flex;
        gap:10px;
    }

    /* Footer */

    footer {
        display: flex;
        justify-content: center;
        background-color: #323544;
        position: relative;
        margin-top: auto;
    }

    .footer-container {
        width: 100%;
        max-width: 1920px;
        background-color: #323544;
        padding: 160px 20px 30px 20px;
        position: relative;
    }

    .footer-width {
        width: 100%;
        max-width: 1380px;
        margin: 0 auto;
        z-index: 2;
        position: relative;
    }

    .footer-contant {
        display: flex;
        justify-content: space-between;
        height: auto;
        margin-bottom: 97px;
        gap: 20px;
    }

    .footer-decoration {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

    .footer-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFFD6;
    }

    .footer-information img {
        width: 450px;
    }

    .footer-texts {
        margin: 30px 0px 60px 0px;
    }

    .footer-texts-hidden2 {
        display: none;
    }

    .footer-text1 {
        width: 100%;
        max-width: 563px;
        margin-bottom: 60px;
    }

    .footer-text2 {
        width: 100%;
        max-width: 330px;
        margin-bottom: 20px;
    }

    .footer-text3 {
        width: 100%;
        max-width: 330px;
    }

    .footer-contacts {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-contacts span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #FFFFFFD6;
    }

    .footer-socials {
        display: flex;
        align-items: center;
        gap: 20px;
    }


    .footer-links {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 60px;
        width: 100%;
        max-width: 716px;
        max-height: 793px;
    }

    .footer-links-left {
        width: 100%;
        max-width: 240px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .footer-links-right {
        width: 100%;
        max-width: 416px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .footer-link {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-link span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #FFFFFFD6;
    }

    .footer-link a {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFFD6;
        transition: .3s ease;
        text-decoration: none;
    }

    .footer-link a:hover {
        text-decoration: underline;
    }

    .footer-link240 {
        width: 100%;
        max-width: 240px;
    }

    .footer-link416 {
        width: 100%;
        max-width: 416px;
    }

    .footer-link300 {
        width: 100%;
        max-width: 300px;
    }

    .footer-link296 {
        width: 100%;
        max-width: 300px;
    }

    .footer-down {
        display: flex;
        justify-content: space-between;
    }

    .footer-down p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF9C;
    }

    .footer-down a {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF9C;
        text-decoration: none;
    }

    .footer-down a:hover {
        text-decoration: underline;
    }
    /* Talk */
    .main-talk-left {
        max-width: 870px;
        top: 0px;
    }

    .main-talk-information p {
        margin: 0px 0px 10px 0px;
    }

    .main-talk-information span {
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;;
    }

    .main-talk-info {
        text-transform: uppercase;
    }

    .main-talk-buttons {
        margin: 20px 0px 10px 0px;
        width: 100%;
        max-width: 580px;
    }


    .case-talk-container {
        padding: 150px 0px 130px 270px;
        background-color: transparent;
    }

    .case-talk-container h2 {
        color: #0B0F20;
    }

    .main-add-text {
        color: #0B0F209C;
    }

    .consultation-talk {
        margin: 0px 0px 160px 0px;
    }

    .main-company-cards {
        width: 100%;
        max-width: 1380px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin: 20px 0px 150px 0px;
    }

    .main-company-card {
        width: 100%;
        max-width: 447px;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        display: flex;
        flex-direction: column;
        gap: 5px;
        border-radius: 6px;
    }

    .main-company-card svg {
        margin-bottom: 5px;
    }

    .main-company-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20D6;
    }

    .main-company-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .main-talk-company {
        margin: 150px 0px 160px 0px;
    }

    /* Faq */
    .faq {
        display: flex;
        justify-content: center;
        margin: 160px 0px 160px 0px;
    }

    .faq-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 160px;
    }

    .main-faq-register {
        max-width: 340px;
        margin-top: 20px;
    }

    .faq-search {
        width: 100%;
        max-width: 680px;
        position: relative;
        height: 47px;
        padding: 0px 20px 0px 20px;
    }

    .faq-search input {
        width: 100%;
        max-width: 680px;
        height: 47px;
        border-radius: 6px;
        padding: 10px 60px 10px 20px;
        border: 1px solid #0B0F2038;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        transition: .3s ease;
    }

    .faq-search input::placeholder {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
    }

    .faq-search input:hover {
        border: 1px solid #0B0F20D6;
    }

    .faq-search input:focus {
        outline: none;
    }

    .faq-search button {
        position: absolute;
        right: 40px;
        top: 27%;
        border: none;
        background-color: transparent;
    }

    .faq-cards {
        width: 100%;
        max-width: 1380px;
    }

    .faq-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .faq-card {
        width: 100%;
        max-width: 447px;
        height: auto;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }

    .video-container {
        width: 100%;
    }

    .video-container iframe {
        width: 100%;
        aspect-ratio: 16/9;
        border: 0;
    }

    .thank-you-pop img {
        width: 76px;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 25px;
    }

    .results-card {
        width: 100%;
        /*max-width: 447px;*/
        height: auto;
        box-shadow: 14px 14px 14px 10px #aaa;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }

    .faq-card-last {
        background-color: transparent;
        box-shadow: none;
        margin-bottom: -40px;
    }

    .faq-card-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .faq-card-container span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20D6;
    }

    .faq-card-container a {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        text-decoration: none;
        transition: .2s ease;
    }

    .faq-card-container a:hover {
        text-decoration: underline;
    }

    .faq-card-block .see-all {
        border: none;
        background-color: transparent;
        cursor: pointer;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        margin-top: 20px;
        text-decoration: none;
        transition: .3s ease;
    }


    .faq-card-block .see-all:hover {
        text-decoration: underline;
    }

    .board {
        display: flex;
        justify-content: center;
        margin-bottom: 160px;
        padding: 0px 20px 0px 20px;
    }

    .board-container {
        width: 100%;
        max-width: 1700px;
        height: auto;
        padding: 150px 0px 150px 160px;
        background-color: #FFAC7E;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
    }

    .board-decoration1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .board-decoration2 {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .board-container p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        z-index: 2;
        position: relative;
    }

    .board-container span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 46px;
        line-height: 59.8px;
        color: #0B0F20;
        z-index: 2;
    }

    .board-information {
        width: 100%;
        max-width: 630px;
        z-index: 2;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }

    .board-block {
        display: flex;
        width: 100%;
        max-width: 720px;
        gap: 20px;
        margin: 20px 0px 20px 0px;
        z-index: 2;
        position: relative;
    }

    .board-block input {
        border: 1px solid #0B0F2038;
        background-color: #fff;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        padding: 10px 20px 10px 20px;
        border-radius: 6px;
        height: 47px;
        transition: .3s ease;
    }

    .board-block input:hover {
        border: 1px solid #0B0F20D6;
    }

    .board-block input:focus {
        outline: none;
    }

    .board-block input::placeholder {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
    }

    .board-name {
        width: 100%;
        max-width: 300px;
    }

    .board-email {
        width: 100%;
        max-width: 400px;
    }

    .board-container button {
        width: 100%;
        max-width: 150px;
        border: 1px solid #0B0F20D6;
        background-color: #fff;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        height: 47px;
        cursor: pointer;
        transition: .3s ease;
        z-index:2;
    }

    .board-container button:hover {
        background-color: #CFD9FF;
    }

    .option {
        display: flex;
        justify-content: center;
        margin: 160px 0px 160px 0px;
    }

    .option h2 {
        color: #0B0F20;
        text-align: center;
        margin-bottom: 60px;
    }

    .option-container {
        width: 100%;
        max-width: 1460px;
    }

    .option-cards {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .option-card {
        width: 100%;
        max-width: 1460px;
        padding: 40px;
        border-radius: 6px;
        height: auto;
    }

    .option-card-continer {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .option-card-information {
        width: 100%;
        max-width: 713px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .main-faq-information p {
        margin: 10px 0px 0px 0px;
    }

    .option-card-title {
        color: #0B0F209C;
        text-transform: uppercase;
    }

    .option-card-information span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
    }


    .option-card-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .option-card-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .option-card-accepts {
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        max-width: 720px;
    }

    .option-card-accepts.more {
        height: 138px;
    }

    .option-card-accepts-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 103px;
        gap: 10px;
        width: 100%;
        max-width: 795px;
    }

    .option-card-accepts3 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .option-card-accepts-block {
        display: flex;
        gap: 10px;
    }

    .option-card-accepts-last {
        margin-top: 10px;
    }

    .option-card-accepts-block svg {
        min-width: 26px;
    }

    .option-card-accepts-block p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .option-card-pay {
        width: 450px;
        min-width: 450px;
        height: 295px;
        border-radius: 6px;
        padding: 20px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 6px;
    }

    .option-card-pay h2 {
        color: #0B0F20;
    }

    .option-card-pay-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .option-card-pay-block {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .option-card-pay-block span {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        /*color: #0B0F2038;*/
        color: #666;
    }

    .option-card-pay-block p {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 46px;
        line-height: 59.8px;
        color: #0B0F20;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .option-card-pay-container a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 47px;
        border: 1px solid #0B0F20D6;
        border-radius: 100px;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        background-color: #fff;
        transition: .3s ease;
        cursor: pointer;
        text-decoration: none;
    }

    .option-card-pay-container a:hover {
        background-color: #CFD9FF;
    }

    .option-card-dark {
        background-color: #323544;
    }

    .option-card-dark .option-card-information span {
        color: #FFFFFF;
    }


    .option-card-dark .option-card-title {
        color: #FFFFFF9C;
    }

    .option-card-dark .option-card-information p {
        color: #FFFFFFD6;
    }

    .option-card-dark .option-card-accepts-block p {
        color: #FFFFFFD6;
    }

    .option-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .option-mobile-cards {
        padding: 20px;
        display: none;
        flex-direction: column;
        gap: 20px;
    }

    .option-mobile-cards-blue {
        background-color: #323544;
    }

    .option-mobile-cards-blue .option-card-information p {
        color: #FFFFFFD6;
    }

    .option-mobile-cards-blue .option-card-information span {
        color: #fff;
    }

    .option-mobile-cards-blue .option-card-accepts-block p {
        color: #FFFFFFD6;
    }

    .option-card-block {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .table {
        display: flex;
        justify-content: center;
        padding: 0px 20px 0px 20px;
        margin-bottom: 160px;
    }

    .table-container {
        width: 100%;
        max-width: 1380px;
    }

    .tables {
        width: 100%;
        max-width: 1380px;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .table-add {
        width: 100%;
        max-width: 1380px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 47px;
        border: 1px solid #0B0F2038;
        padding: 0px 20px 0px 20px;

    }

    .table-add-tm {
        width: 100%;
        max-width: 1380px;
        display: flex;
        align-items: center;
        justify-content: left;
        height: 47px;
        border: 1px solid #0B0F2038;
        padding: 0px 20px 0px 20px;

    }

    .table-line1 {
        width: 100%;
        max-width: 1380px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .table-line2 {
        width: 100%;
        max-width: 1380px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .table-add p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .table-line1 p {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .table-line2 p {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .table-line2 p span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F2038;
    }

    .table-content {
        width: 100%;
        max-width: 1380px;
        display: flex;
        align-items: center;
    }

    .table-content-tm {
        width: 100%;
        max-width: 1380px;
        display: flex;
    }

    .table-title {
        width: 100%;
        max-width: 400px;
    }

    .table-title-tm {
        width: 100%;
        max-width: 70px;
    }

    .table-title-radius {
        border-radius: 0px 0px 6px 0px;
    }

    .table-title.hidden {
        border: none;
    }

    .table-block {
        width: 100%;
        height: 47px;
        padding: 0px 20px 0px 20px;
        display: flex;
        align-items: center;
    }

    .table-block-tm {
        width: 100%;
        height: auto;
        padding: 0px 20px 0px 20px;
        display: flex;
        align-items: center;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .table-block-flag {
        width: 100%;
        height: auto;
        padding: 15px 20px 0px 20px;
        display: flex;
        align-items: start;
    }

    .table-top {
        border-top: 1px solid #0B0F2038;
        border-left: 1px solid #0B0F2038;
    }

    .table-right {
        border-right: 1px solid #0B0F2038;
    }

    .table-block1 {
        border-left: 1px solid #0B0F2038;
    }

    .table-block2 {
        border-left: 1px solid #0B0F2038;
    }

    .table-block3 {
        border-left: 1px solid #0B0F2038;
    }

    .table-block4 {
        border-right: 1px solid #0B0F2038;
    }

    .table-block5 {
        border-left: 1px solid #0B0F2038;
    }

    .table-block6 {
        border-bottom: 1px solid #0B0F2038;
    }

    .table-radius1 {
        border-radius: 6px 0px 0px 0px;
    }

    .table-radius13 {
        border-radius: 6px 6px 0px 0px;
    }

    .table-radius2 {
        border-radius: 0px 6px 0px 0px;
    }

    .table-radius3 {
        border-radius: 6px 0px 0px 0px;
    }

    .table-radius4 {
        border-radius: 0px 0px 0px 6px;
    }

    .table-radius41 {
        border-radius: 6px 0px 0px 6px;
    }

    .table-radius5 {
        border-radius: 0px 0px 6px 0px;
    }

    .table-radius51 {
        border-radius: 0px 6px 6px 0px;
    }

    .table-radius45 {
        border-radius: 0px 0px 6px 6px;
    }

    .table-blue {
        background-color: #CFD9FF;
    }

    .table-gray1 {
        background-color: #0B0F2008;
    }

    .table-information {
        margin-bottom: 60px;
    }

    .table h2 {
        color: #0B0F20;
        text-align: center;
    }

    .table-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        width: 100%;
        max-width: 640px;
        text-align: center;
        margin: 0 auto;
    }

    .table-justify {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .table-stats {
        width: 100%;
        max-width: 124px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5D7CFF;
        border-radius: 100px;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
    }

    .start {
        display: flex;
        justify-content: center;
        padding: 0px 20px 0px 20px;
    }

    .start-search-h2 {
        text-align: center;
        color: #0B0F20;
        margin-bottom: 60px;
    }

    .start-container {
        width: 100%;
        max-width: 1700px;
        height: auto;
        border-radius: 6px;
        padding: 142px 160px 141px 160px;
        background-color: #fff;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .start-container-gold {
        padding: 142px 160px 141px 0px;
        display: flex;
        justify-content: end;
        margin-top: 60px;
        border-radius: 6px;
        overflow: hidden;
    }

    .start-decoration1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .start-decoration2 {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .start-information h2 {
        color: #0B0F20;
        z-index: 2;
        position: relative;
    }

    .start-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        margin: 10px 0px 30px 0px;
        width: 100%;
        max-width: 640px;
        z-index: 2;
        position: relative;
    }

    .start-information a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 260px;
        height: 47px;
        background-color: #5D7CFF;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        border: none;
        z-index: 2;
        position: relative;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .start-information .start-button {
        max-width: 200px;
    }

    .start-information a:hover {
        background-color: #244EFF;
    }

    .start-information .blog-start {
        max-width: 414px;
    }

    .should {
        display: flex;
        justify-content: center;
    }

    .should-container {
        display: flex;
        justify-content: center;
        background-color: #323544;
        width: 100%;
        max-width: 1920px;
        border-radius: 6px 6px 0px 0px;
    }

    .should-information {
        width: 100%;
        max-width: 1134px;
        padding: 140px 20px 160px 20px;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }

    .should-left h2 {
        color: #fff;
        width: 100%;
        max-width: 610px;
    }

    .should-left p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFFD6;
        width: 100%;
        max-width: 470px;
    }

    .should-block span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 64px;
        line-height: 83.2px;
        color: #FF8C4C;
    }

    .should-block p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFFD6;
        text-transform: uppercase;
    }

    .should-right {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .case-why-container {
        padding: 150px 0px 130px 270px;
        background-color: #EFF0F1;
        border-radius: 6px;
    }

    .case-add {
        border-radius: 0px 0px 6px 6px;
    }

    .we {
        display: flex;
        justify-content: center;
        margin-top: 160px;
    }

    .we-container {
        width: 100%;
        max-width: 1920px;
        background-color: #323544;
        padding: 140px 20px 160px 20px;
        display: flex;
        justify-content: center;
        gap: 20px;
        border-radius: 6px 6px 0px 0px;
    }

    .we-blocks {
        width: 100%;
        max-width: 1380px;
        height: auto;
        gap: 60px;
        display: flex;
        flex-direction: column;
    }

    .we-content {
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }

    .main-why-information button {
        width: 100%;
        max-width: 280px;
        height: 47px;
        background-color: #5D7CFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF;
        border-radius: 100px;
        border: none;
    }

    .we-block {
        width: 100%;
        max-width: 640px;
    }

    h3 {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 180px;
        line-height: 140px;
        color: #fff;
    }

    .we-block span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 64px;
        line-height: 83.2px;
        color: #FF8C4C;
    }

    .we-block p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFFD6;
    }

    .us {
        display: flex;
        justify-content: center;
        margin: 150px 0px 150px;
    }

    .us-container {
        width: 100%;
        max-width: 1380px;
        padding: 0px 20px 0px 20px;
    }

    .us h2 {
        color:	#0B0F20;
        margin-bottom: 60px;
        text-align: center;
    }

    .us-cards {
        display: flex;
        gap: 20px;
    }

    .us-card-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .us-card {
        width: 100%;
        max-width: 680px;
        background-color: #fff;
        border-radius: 6px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        height: 205px;
    }

    .us-card svg {
        margin-bottom: 5px;
    }

    .us-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
    }

    .us-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .story {
        display: flex;
        justify-content: center;
        margin-bottom: 150px;
    }

    .story-container {
        width: 100%;
        max-width: 1146px;
    }

    .story h2 {
        color: #0B0F20;
        margin-bottom: 60px;
        text-align: center;
    }

    .story-cards {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 40px;
    }

    .story-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .story-card-block {
        width: 100%;
        max-width: 1146px;
        height: auto;
        aspect-ratio: 1146 / 640;
        background-color: #EFF0F1;
        border-radius: 6px;
    }

    .story-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        padding: 0px 20px 0px 20px;
    }

    .team {
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
    }

    .team h2 {
        color: #0B0F20;
        margin-bottom: 60px;
        text-align: center;
    }

    .team-container {
        width: 100%;
        max-width: 1160px;
        padding: 0px 20px 0px 20px;
    }

    .team-cards {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1160px;
        gap: 60px;
        justify-content: center;
    }

    .team-card {
        width: 100%;
        max-width: 200px;
        display: block;
        cursor: pointer;
        border: none;
        margin: 0 0 auto 0;
        background-color: transparent;
    }

    .team-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20D6;
        margin-top: 10px;
        border: none;
        background-color: transparent;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .team-card:hover span{
        text-decoration: underline;
    }

    .team-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(11, 15, 32, 0.61);
        justify-content: center;
        align-items: center;
        padding: 0px 20px 0px 20px;
    }

    .modal-content {
        width: 100%;
        max-width: 1380px;
        border-radius: 20px;
        background-color: #fff;
        padding: 80px 40px 80px 40px;
        position: relative;
        overflow: hidden;
    }

    .modal-close {
        position: absolute;
        border: none;
        background-color: transparent;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .modal-over {
        display: flex;
        gap: 20px;
        justify-content: center;
        height: 100%;
        max-height: 701px;
    }

    .modal-image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        min-width: 447px;
        min-height: 223px;
        max-width: 447px;
        max-height: 223px;
    }



    .modal-over img {
        width: 200px;
        height: 200px;
    }

    .modal-container {
        width: 100%;
        max-width: 640px;
        position: relative;
        max-height: 59vh;
        overflow-y: auto;
        scrollbar-width: thin;
        padding-right: 20px;
    }

    .modal-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        text-transform: uppercase;
    }

    .modal-information span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20 ;
    }

    .modal-text {
        margin: 20px 0px 20px 0px;
    }

    .modal-text p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .styled-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .styled-list li {
        position: relative;
        padding-left: 15px;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .styled-list li a {
        color: #0B0F20D6;
    }

    .styled-list li span {
        font-weight: 600;
    }

    .styled-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        width: 4px;
        height: 4px;
        background-color: #0B0F20D6;
        border-radius: 50%;
    }

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

    .strategies h2 {
        color: #fff;
    }

    .strategies-container {
        width: 100%;
        max-width: 1920px;
        background-color: #323544;
        padding: 160px 20px 160px 20px;
        margin: 0 auto;
        border-radius: 6px 6px 0px 0px;
    }

    .strategies-information {
        width: 100%;
        max-width: 1380px;
        margin:  0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .strategies-left {
        width: 100%;
        max-width: 680px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .strategies-left p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFFD6;
        width: 100%;
        max-width: 640px;
    }

    .strategies-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
        max-width: 560px;
    }

    .strategies-block {
        display: flex;
        gap: 60px;
    }

    .strategies-right p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF9C;
        text-align: center;
        text-transform: uppercase;
    }

    .strategies-big span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 180px;
        line-height: 180px;
        color: #FF8C4C;
    }

    .strategies-small {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .strategies-margin {
        margin-right: 40px;
    }

    .strategies-small span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 64px;
        line-height: 83.2px;
        color: #FF8C4C;
    }

    .solved {
        display: flex;
        flex-direction: column;
        background-color: #FFC5A5;
    }

    .solved h2 {
        color: #0B0F20;
    }

    .solved-container {
        width: 100%;
        max-width: 1920px;
        background-color: #FFC5A5;
        padding: 160px 20px 160px 20px;
        margin: 0 auto;
    }

    .solved-information {
        width: 100%;
        max-width: 1380px;
        margin:  0 auto;
        display: flex;
        justify-content: space-between;
    }

    .solved-left {
        width: 100%;
        max-width: 563px;
    }

    .solved-lines {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .solved-line {
        width: 2px;
        height: 100px;
        background-color: #0B0F200F;
        margin: 10px 0px 10px 0px;
    }

    .solved-line2 {
        width: 2px;
        height: 42px;
        background-color: #0B0F200F;
        margin: 10px 0px 10px 0px;
    }

    .solved-right {
        width: 100%;
        max-width: 720px;
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }

    .solved-text {
        display: flex;
        flex-direction: column;
        gap: 31px;
    }

    .solved-card {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        max-width: 612px;
    }

    .solved-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
    }

    .solved-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .minor {
        display: flex;
        flex-direction: column;
        margin: 150px 0px 130px 0px;
    }

    .minor svg {
        min-width: 60px;
    }

    .minor h2 {
        color: #0B0F20;
        margin-bottom: 60px;
        text-align: center;
    }

    .minor-container {
        margin: 0 auto;
        width: 100%;
        max-width: 1380px;
        padding: 0px 20px 0px 20px;
    }

    .minor-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .minor-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 560px;
        background-color: #fff;
        border-radius: 6px;
        padding: 20px;
    }

    .minor-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
        margin: 20px 0px 5px 0px;
    }

    .minor-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        text-align: center;
    }

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

    .packages-information h2 {
        color: #0B0F20;
        margin-bottom: 40px;
        text-align: center;
        padding: 0px 20px 0px 20px;
    }

    .packages-container {
        margin: 0 auto;
        width: 100%;
        max-width: 1460px;
        padding: 0px 20px 0px 20px;
    }

    .packages-cards {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .packages-card1 {
        background-color: #FFAC7E;
    }

    .packages-card2 {
        background-color: #323544;
    }

    .office-case h2 {
        color: #0B0F20;
    }

    .actions {
        display: flex;
        flex-direction: column;
        margin-bottom: 150px;
    }

    .actions h2 {
        color: #0B0F20;
    }

    .actions-container {
        display: flex;
        justify-content: space-between;
        align-items:end;
        margin: 0 auto;
        width: 100%;
        max-width: 1380px;
        gap: 140px;
    }

    .action-left {
        width: 100%;
        max-width: 563px;
        height: 540px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .action-left p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        margin: 10px 0px 30px 0px;
        width: 100%;
        max-width: 550px;
    }

    .action-left p span {
        font-weight: 700;
    }

    /*
    .action-left a {
        width: 100%;
        max-width: 280px;
        height: 47px;
        border-radius: 100px;
        background-color: #fff;
        border: 1px solid #0B0F20D6;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        transition: .2s ease;
        text-decoration: none;
    }

    .action-left a:hover {
        background-color: #CFD9FF;
        cursor: pointer;
    }
    */

    .action-rating {
        /* margin-top: 100px; */
        display: flex;
        align-items: center;
        gap: 17.5px;
        margin: auto auto 0 auto;
    }

    .start-search {
        display: flex;
        flex-direction: column;
    }

    .overlay-form {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0B0F209C;
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        padding: 0px 20px 0px 20px;
    }

    .inquiry-block {
        position: relative;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 1380px;
        height: auto;
        padding: 110px 20px 110px 20px;
        overflow-y: auto;
    }

    .close-btn {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: transparent;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .inputs {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        gap: 20px;
        width: 100%;
        max-width: 720px;
        height: auto;
    }

    .inputs p{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        z-index: 2;
        position: relative;
    }

    .input-container {
        display: flex;
        align-items: center;
        gap: 20px;
        height: auto;
        position: relative;
    }

    .input-container input {
        height: 47px;
        padding: 10px 20px 10px 20px;
        border: 1px solid #0B0F2038;
        border-radius: 6px;
        width: 100%;
        transition: .2s ease;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .input-container input::placeholder {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
    }

    .input-container input:focus {
        outline: none;
    }

    .input-container input:hover {
        border: 1px solid #0B0F20D6;
    }

    .input-container button {
        height: 47px;
        padding: 10px 20px 10px 20px;
        border: 1px solid #0B0F2038;
        border-radius: 6px;
        width: 100%;
        transition: .2s ease;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    #country-button {
        position: relative;
        border-radius: 6px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: 1px solid #0B0F2038;
        transition: border-radius 0.2s ease;
    }

    .country-list {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        position: absolute;
        top: 100%;
        left: -1px;
        right: -1px;
        width: calc(100% + 2px);
        max-height: 190px;
        overflow-y: auto;
        border: 1px solid #0B0F2038;
        border-radius: 0 0 6px 6px;
        background-color: white;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
        text-align: start;
    }

    .country-list.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .country-item {
        padding: 5px 20px;
        cursor: pointer;
    }

    .country-item:hover {
        background-color: #f0f0f0;
    }

    .input-block-info {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .input-block-info svg {
        transition: transform 0.2s ease;
        position: absolute;
        right: 0;
    }

    .form-button {
        width: 100%;
        max-width: 260px;
        height: 47px;
        background-color: #5D7CFF;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        border: none;
        z-index: 1000;
        position: relative;
        cursor: pointer;
        transition: .3s ease;
    }

    .form-button:hover {
        background-color: #244EFF;
    }


    textarea {
        width: 100%;
        max-width: 720px;
        height: 240px;
        padding: 10px 20px 10px 20px;
        border: 1px solid #0B0F2038;
        border-radius: 6px;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        resize: none;
    }

    textarea::placeholder {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
    }

    textarea:focus {
        outline: none;
    }

    textarea:hover {
        border: 1px solid #0B0F20D6;
    }

    .form-button {
        margin: 0 auto;
    }

    .inputs h2 {
        color: #0B0F20;
        margin-bottom: 40px;
        text-align: center;
    }
    .points-blocks {
        width: 100%;
        max-width: 640px;
    }

    .points-block {
        display: flex;
        margin-left: 10px;
        height: auto;
    }

    .points-block p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        margin: 10px 0px 10px 0px;
    }

    .points-block p span {
        font-weight: 700;
    }

    .points-block-last {
        margin-bottom: 20px;
    }

    .points-dot {
        width: 5px;
        height: 5px;
        background-color: #0B0F20D6;
        border-radius: 50%;
        position: relative;
        top: 20px;
        margin-right: 10px;
    }







    .contacts {
        display: flex;
        flex-direction: column;
        margin: 200px 0px 160px 0px;
    }

    .add h1 {
        margin-bottom: 160px;
    }

    .contacts-container {
        margin: 0 auto;
        width: 100%;
        max-width: 1420px;
        padding: 0px 20px 0px 20px;
    }

    .contacts-countrys {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .contacts-country {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .contacts-information {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        max-width: 563px;
        min-width: 563px;
        height: 400px;
    }

    .contacts-information span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
    }

    .contacts-information p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .contacts a {
        width: 100%;
        max-width: 280px;
        height: 47px;
        background-color: #5D7CFF;
        border-radius: 100px;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        border: none;
        z-index: 2;
        position: relative;
        cursor: pointer;
        transition: .3s ease;
        text-decoration: none;
    }

    .contacts a:hover {
        background-color: #244EFF;
    }

    .contacts a.eml{
        background: transparent;
        color: #0B0F20D6;
        font-weight: 400;
        text-decoration: underline;
    }

    .contacts-decktop {
        display: flex;
    }

    .contacts-mobile {
        display: none;
    }

    .contacts-maps {
        width: 100%;
        height: 400px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contacts-maps img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }










    .main-res-left {
        max-width: 913px;
    }

    .main-res-information p {
        max-width: 640px;
    }

    .main-resources {
        padding: 200px 20px 0px 20px;
    }





    .resources {
        display: flex;
        justify-content: center;
        margin: 160px 0px 447px 0px;
    }

    .resources-container {
        width: 100%;
        max-width: 1380px;
        display: flex;
        flex-direction: column;
        gap: 160px;
        padding: 0px 20px 0px 20px;
    }

    .resources-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .resources-card {
        flex: 1 1 calc(50% - 20px);
        min-width: 300px;
        max-width: 680px;
        padding: 20px;
        border-radius: 6px;
        background-color: #FFFFFF;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }

    .resources-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20;
        margin: 10px 0px 5px 0px;
    }

    .resources-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    h4 {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 30px;
        line-height: 39px;
        color: #0B0F20;
        margin-bottom: 20px;
    }

    .h4-tm{
        margin-bottom: 20px;
    }

    .resources-cards2 {
        display: flex;
        gap: 20px;
    }

    .resources-block-cards {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /*
    .resources-block-hidden {
        display: none;
    }
    */

    .resources-block-hidden span {
        margin: 10px 0px 0px 0px;
    }








    .services {
        display: flex;
        justify-content: center;
        margin: 200px 0px 160px 0px;
    }

    .services-container {
        width: 100%;
        max-width: 1380px;
        display: flex;
        flex-direction: column;
        padding: 0px 20px 0px 20px;
    }

    .services-cards {
        display: flex;
        flex-wrap: wrap;
    }

    .services-card {
        width: 100%;
        height: auto;
        background-color: #FFFFFF;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 6px;
    }

    .services-card {
        flex-basis: calc(33.33% - 20px);
        margin: 10px;
    }

    .services-information {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .services-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31px;
        color: #0B0F20D6;
    }

    .services-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .services-card a {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        text-decoration: none;
        transition: .2s ease;
        margin-top: 20px;
    }

    .services-card a:hover {
        text-decoration: underline;
    }

    .service-description {
        max-height: 9.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        margin: 0;
    }

    .testimonials {
        display: flex;
        justify-content: center;
        margin: 200px 0px 160px 0px;
    }

    .testimonials-container {
        width: 100%;
        max-width: 1420px;
        display: flex;
        flex-direction: column;
        padding: 0px 20px 0px 20px;
    }

    .testimonials-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }

    .testimonials-card {
        width: 100%;
        max-width: 680px;
        height: auto;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        display: flex;
        flex-direction: column;
        padding: 20px;
        flex: 1 1 calc(50% - 10px);
        box-sizing: border-box;
    }

    .testimonials-card iframe {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }


    .testimonials-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        color: #0B0F20D6;
        margin: 20px 0px 10px 0px;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .testimonials-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .testimonials-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 390px;
        height: 47px;
        background-color: #5D7CFF;
        border-radius: 100px;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        border: none;
        z-index: 2;
        position: relative;
        cursor: pointer;
        transition: .3s ease;
        margin: 20px auto 20px auto;
        text-decoration: none;
    }

    #subscribe-btn {
        position: relative;
        z-index:2;
    }

    .testimonials-button:hover {
        background-color: #244EFF;
    }








    .article {
        display: flex;
        justify-content: center;
        margin: 200px 0px 160px 0px;
    }

    .site-section-block {
        display: flex;
        justify-content: center;
        padding: 160px 0px 60px 0px;
    }

    .article-container {
        width: 100%;
        max-width: 1420px;
        display: flex;
        flex-direction: column;
        padding: 0px 20px 0px 20px;
    }

    .article-container h2{
        max-width: 800px;
        margin: auto;
    }


    .article-container h2.oai-card-title{
        line-height: 27px;
    }

    .article-cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        max-width: 1146px;
    }

    .article-card p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .article-card-faqcartoon p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        width: 100%;
        /*max-width: 640px;*/
        margin: 0 auto;
    }

    .article-card span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 21px;
        line-height: 27px;
        color: #0B0F20;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .article-card h4 {
        text-align: center;
        margin: 40px 0px 40px;
    }

    .article-card-info {
        margin: 20px 0px 20px 0px;
    }

    .article-card-info2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .article-card-info3 {
        margin: 20px 0px 20px 0px;
    }

    .article-card-info4 {
        width: 100%;
        max-width: 640px;
        margin: 20px auto 40px auto;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .article-card-info5 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .article-card-info6 {
        width: 100%;
        max-width: 640px;
        gap: 20px;
        display: flex;
        flex-direction: column;
        margin: 40px auto 40px auto;
    }

    .article-card-info7 {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .article-dot {
        width: 5px;
        height: 5px;
        background-color: #0B0F20D6;
        border-radius: 50%;
        position: relative;
        top: 10px;
    }

    .article-title {
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .article-card-block {
        display: flex;
        gap: 10px;
        position: relative;
        left: 10px;
    }

    .article-info h2 {
        width: 100%;
        max-width: 890px;
        margin-bottom: 30px;
    }

    .article-info button {
        max-width: 420px;
    }

    .article-card img {
        width: 100%;
        height: auto;
    }

    .article-button {
        margin-top: 30px;
    }

    .article-rating {
        margin-top: 380px;
    }

    .article-start {
        margin-bottom: 160px;
    }

    .article-choote {
        margin-top: 160px;
    }






    .checkout {
        display: flex;
        justify-content: center;
        margin: 60px 0px 160px 0px;
    }

    .checkout-container {
        width: 100%;
        max-width: 1420px;
        display: flex;
        flex-direction: column;
        padding: 0px 20px 0px 20px;
        gap: 40px;
    }

    .checkout-content1 {
        width: 100%;
        max-width: 1380px;
        background-color: #fff;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        border-radius: 6px;
        padding: 20px;
    }

    .checkout-content2 {
        width: 100%;
        max-width: 450px;
        background-color: #fff;
        box-shadow: 0px 4px 4px 0px #0B0F200F;
        border-radius: 6px;
        padding: 20px;
        margin: auto;
    }

    h5 {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31px;
        color: #0B0F20D6;
        margin: 10px 0px 10px 0px;
    }

    .checkout-blocks {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .checkout-block {
        display: flex;
        flex-direction: column;
    }

    .checkout-block span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        color: #0B0F20D6;
    }

    .checkout-title {
        margin-bottom: 10px;
    }

    .checkout-accept-info {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .checkout-accept-info p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }




    .checkout-accepts {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .country-block{
        cursor:pointer;
    }

    .checkout-accept {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .checkout-accept2 {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .checkout-accept3 {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .checkout-block4 {
        display: flex;
        gap: 10px;
    }

    .checkout-block4 div {
        font-weight: 700;
        font-size: 21px;
        line-height: 27px;
    }

    .checkout-block5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 510px;
    }

    .checkout-block5 p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }


    .checkout-block6 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 300px;
    }

    .checkout-cards {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .checkout-blocks2 {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }


    .checkout-block5 button {
        width: 100%;
        max-width: 300px;
        height: 47px;
        background-color: #5D7CFF;
        border-radius: 100px;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        border: none;
        z-index: 2;
        position: relative;
        cursor: pointer;
        transition: .3s ease;
        margin: 20px 0px 0px 0px;
    }

    .checkout-block5 button:hover {
        background-color: #244EFF;
    }


    .checkout-bank1 {
        width: 100%;
        max-width: 300px;
        height: 47px;
        border-radius: 6px;
        padding: 10px 20px 10px 20px;
        border: 1px solid #0B0F2038;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        transition: .3s ease;
    }

    .checkout-bank1::placeholder {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
    }

    .checkout-bank1:hover {
        border: 1px solid #0B0F20D6;
    }

    .checkout-bank1 :focus {
        outline: none;
    }

    .checkout-bank2 {
        width: 100%;
        max-width: 130px;
        height: 47px;
        border-radius: 6px;
        padding: 10px 20px 10px 20px;
        border: 1px solid #0B0F2038;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        transition: .3s ease;
    }

    .checkout-bank2 ::placeholder {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
    }

    .checkout-bank2 :hover {
        border: 1px solid #0B0F20D6;
    }

    .checkout-bank2 :focus {
        outline: none;
    }




    .checkbox {
        width: 16px;
        height: 16px;
        border: 2px solid #0B0F20D6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }

    .inner-circle {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #0B0F20D6;
        position: absolute;
        opacity: 0;
        transition: opacity 0.2s;
    }

    .checkbox.checked .inner-circle {
        opacity: 1;
    }



    .checkout-inputs {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .checkout-input input {
        width: 100%;
        height: 47px;
        border-radius: 6px;
        padding: 10px 20px 10px 20px;
        border: 1px solid #0B0F2038;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        transition: .3s ease;
    }

    .checkout-input select {
        width: 100%;
        height: 47px;
        border-radius: 6px;
        padding: 10px 20px 10px 20px;
        border: 1px solid #0B0F2038;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
        transition: .3s ease;
    }

    .checkout-input input::placeholder {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
    }

    .checkout-input input:hover {
        border: 1px solid #0B0F20D6;
    }

    .checkout-input input:focus {
        outline: none;
    }

    .checkout-input select:hover {
        border: 1px solid #0B0F20D6;
    }

    .checkout-input select:focus {
        outline: none;
    }

    .checkout-info {
        max-width: 640px;
    }

    .checkout-subtitle {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F209C;
        width: 100%;
        max-width: 640px;
    }

    .checkout-block2 {
        display: flex;
        flex-direction: row;
        gap: 5px;
    }

    .checkout-block2 span {
        position: relative;
        top: -5px;
        margin-bottom: -10px;
    }

    .checkout-adds {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 5px 0px 5px 0px;
    }

    .checkout-add {
        display: flex;
        gap: 10px;
        position: relative;
        left: 7px;
        width: 100%;
        max-width: 640px;
    }

    .checkout-dot {
        width: 5px;
        height: 5px;
        min-width: 5px;
        min-height: 5px;
        border-radius: 50%;
        background-color: #0B0F20D6;
        position: relative;
        top: 10px;
    }

    .checkout-add p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }



    .square-checkbox {
        width: 16px;
        height: 16px;
        border: 2px solid #0B0F20D6;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }

    .inner-square {
        width: 8px;
        height: 8px;
        background-color: #0B0F20D6;
        position: absolute;
        opacity: 0;
        transition: opacity 0.2s;
    }

    .square-checkbox.checked .inner-square {
        opacity: 1;
    }





    .checkout-table {
        width: 100%;
        max-width: 940px;
        border: 1px solid #0B0F2038;
        display: flex;
        align-items: center;
    }

    .checkout-table span {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #0B0F20D6;
    }

    .first {
        width: 100%;
        max-width: 400px;
        padding: 10px 20px 10px 20px;
    }

    .second {
        width: 100%;
        max-width: 640px;
        border-left: 1px solid #0B0F2038;
        padding: 10px 20px 10px 20px;
    }

    .checkout-table1 {
        border-radius: 6px 6px 0px 0px;
    }

    .checkout-table3 {
        border-radius: 0px 0px 6px 6px;
    }

    .checkout-table2 {
        border: 0px solid #0B0F2038;
        border-left: 1px solid #0B0F2038;
        border-right: 1px solid #0B0F2038;
    }

    .checkout-get {
        margin-top: 30px;
        max-width: 200px;
    }

    .pagination-number{
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 31.2px;
        text-decoration: none;
    }

    .text-center{
        text-align: center;
    }
    .text-left{
        text-align: left;
    }
    .text-right{
        text-align: right;
    }

    /* Media */
    @media (max-width: 1650px) {
        .main-slider-buttons {
            position: absolute;
            left:590px;
            top: 350px;
            z-index: 2;
        }

        .case-container {
            padding: 150px 0px 130px 20px;
        }
    }

    @media (max-width: 1420px) {
        .main-content {
            flex-direction: column;
        }

        .main-rating {
            display: none;
        }

        .main-slide-people {
            display: none;
        }

        .main-left {
            top: 0px;
            margin-bottom: 0px;
        }

        .main-slider-decoration {
            display: none;
        }

        .main-slider-buttons {
            right: 20px;
            left: auto;
            top: -60px;
        }

        .main-slider-container {
            max-width: 100%;
        }

        .main-slider-slides {
            gap: 0px;
        }

        .main-block {
            flex-wrap: wrap;
        }

        .process {
            padding: 0px 20px 0px 20px;
        }

        .process-content {
            display: none;
        }

        .process-start {
            font-size: 16px;
            line-height: 24px;
            margin: 40px auto 0 auto;
        }

        .process-content-mobile {
            display: flex;
        }

        #dropdown-cards {
            justify-content: center;
        }

        .actions h2 {
            text-align: center;
        }

        .actions-container {
            flex-direction: column;
        }

        .action-left {
            max-width: 100%;
            height: auto;
        }

        .action-information {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }

        .action-rating {
            justify-content: center;
            margin-top: 40px;
        }

        .action-left p {
            max-width: 640px;
            text-align: center;
        }

        .action-left {
            padding: 0px 20px 0px 20px;
        }


        .actions-container {
            gap: 80px;
        }
    }


    @media (max-width: 1376px) {
        .faq-cards {
            max-width: 912px;
        }
    }

    @media (max-width: 1300px) {
        nav {
            display: none;
        }

        .burger {
            display: flex;
        }

        .footer-contant {
            flex-direction: column-reverse;
            gap: 40px;
        }

        .footer-links {
            max-width: 100%;
            gap: 20px;
        }

        .footer-link240 {
            max-width: 293.33px;
        }

        .footer-link416 {
            max-width: 293.33px;
        }

        .footer-link300 {
            max-width: 293.33px;
        }

        .footer-link296 {
            max-width: 293.33px;
        }

        .choose-play1 {
            display: none;
        }

        .choose-play2 {
            display: flex;
        }

        .choose-card-right img {
            width: 100%;
            max-width: 920px;
            height: auto;
        }

        .slides {
            height: 525px;
        }

        .slide {
            flex: 0 0 685px;
            height: 525px;
            padding: 40px 20px 20px 20px;
        }

        .slide-container {
            flex-direction: column;
            gap: 20px;
        }

        .slide-decoration {
            display: none;
        }

        .slide-right {
            gap: 20px;
        }

        .slide-card {
            max-width: 100%;
        }

        .success-container {
            height: 563px;
            padding: 292px 20px 0px 20px;
            gap: 20px;
        }

        .success-block-center {
            position: absolute;
            top: 100px;
        }

        .success-block-left {
            text-align: center;
        }

        .success-block-right {
            text-align: center;
        }

        .footer-information {
            display: flex;
            gap: 20px;
        }

        .footer-texts-hidden1 {
            display: none;
        }

        .footer-texts-hidden2 {
            display: block;
        }

        .footer-text1 {
            max-width: 100%;
        }

        .footer-text2 {
            max-width: 100%;
        }

        .footer-text3 {
            max-width: 100%;
        }

        .footer-information img {
            width: 293px;
        }

        .footer-information-container {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .footer-texts {
            margin: 0px 0px 0px 0px;
        }

        .indicators {
            left: 0px;
        }

        .reputation-decoration  {
            display: none;
        }

        .choose-schedule {
            margin: 20px 0px 0px 0px;
        }

        .key-card-decoration {
            display: none;
        }

        .option-card-accepts {
            height: auto;
        }

        .option-card-accepts-container {
            height: auto;
        }

        .table-stats {
            display: none;
        }

        .solved-information {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 40px;
        }

        .solved-information {
            width: 100%;
            max-width: 800px;
        }

        .solved-left {
            max-width: 100%;
        }
    }

    @media (max-width: 1100px) {

        header {
            margin-bottom: 40px;
        }

        main {
            padding: 126px 0px 0px 20px;
        }

        .main-company {
            margin: 70px 0px 70px 0px;
        }

        .main-decoration {
            width: 705px;
        }

        .reputation-container {
            padding: 70px 20px 80px 20px;
        }

        .calculator-container {
            padding: 70px 20px 80px 20px;
        }

        .calculator-main-container {
            padding-botoom: 50px;
        }

        .process {
            margin: 80px 0px 80px 0px;
        }

        .case-container {
            padding: 70px 0px 80px 20px;
        }

        .choose-container {
            padding: 70px 20px 80px 20px;
        }

        .reviews {
            margin: 80px 0px 70px 0px;
        }

        .reviews-talk {
            margin: 80px 0px 0px 0px;
        }

        .reviews-talk {
            margin: 80px 0px 0px 0px;
        }

        .consultation-talk {
            margin: 0px 0px 116px 0px;
        }

        .serve {
            margin: 0px 20px 70px 20px;
        }

        .key {
            margin-bottom: 80px;
        }

        .blog {
            margin-bottom: 116px;
        }

        .consultation-container {
            padding: 70px 80px 80px 80px;
        }

        .consultation {
            margin-bottom: 116px;
        }

        .consultation-decoration1 {
            display: none;
        }

        .footer-container {
            padding: 50px 20px 20px 20px;
        }

        h2 {
            font-size: 46px;
            line-height: 59.8px;
        }

        .modal-image {
            display: none;
        }

        .case-information {
            margin: 0 auto 20px 0;
        }

        .serve h2 {
            margin-bottom: 40px;
        }

        .serve-card {
            max-width: 450px;
        }

        .serve-start {
            margin-top: 40px;
            font-size: 18px;
            line-height: 24px;
            height: 44px;
        }

        .key h2 {
            margin-bottom: 40px;
        }

        .key {
            margin-bottom: 60px;
        }

        .key-start {
            margin-top: 40px;
        }

        .footer-decoration {
            display: none;
        }

        .reputation h2 {
            margin-bottom: 20px;
        }

        .reputation-start {
            margin-top: 20px;
        }

        .process h2 {
            margin-bottom: 40px;
        }

        .choose h2 {
            margin-bottom: 20px;
        }

        .main-talk-left {
            margin-bottom: 0px;
        }

        .main-company h2 {
            margin-bottom: 20px;
        }

        .main-company-cards {
            margin: 20px 0px 70px 0px;
        }

        .we {
            margin-top: 80px;
        }

        .us {
            margin: 70px 0px 70px 0px;
        }

        .us h2 {
            margin-bottom: 40px;
        }

        .us-card {
            height: 232px;
        }

        .we-blocks {
            gap: 20px;
        }

        .story h2 {
            margin-bottom: 40px;
        }

        .team-cards {
            gap: 20px;
        }

        .story {
            margin-bottom: 70px;
        }

        .team h2 {
            margin-bottom: 40px;
        }


        .faq {
            margin: 80px 0px 80px ;
        }

        .faq-container {
            gap: 80px;
        }

        .faq-card {
            max-width: 450px;
        }

        .board-container {
            padding: 70px 0px 80px 80px;
        }

        .board-decoration1 {
            display: none;
        }

        .board-decoration2 {
            width: 360px;
        }

        .board {
            margin-bottom: 80px;
        }

        .modal-over {
            flex-direction: column;
            max-height: 100%;
        }

        .modal-over img {
            margin: 0 auto;
        }

        .modal-information {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }

        .modal-container {
            max-height: 50vh;
            max-width: 100%;
        }

        .modal-content {
            padding: 40px 40px 40px 40px;
        }

        .table-title {
            max-width: 320px;
        }

        .table-title-tm {
            max-width: 70px;
        }

        .table-height1 {
            height: 68px;
        }

        .table-height1-tm {
            height: auto;
        }

        .table-information {
            margin-bottom: 40px;
        }

        .table {
            margin-bottom: 80px;
        }

        .should-information {
            flex-direction: column;
            justify-content: center;
            max-width: 100%;
            align-items: center;
            gap: 40px;
            padding: 70px 20px 80px 20px;
        }

        .should-right {
            display: flex;
            flex-direction:unset;
        }

        .should-left h2 {
            max-width: 920px;
            text-align: center;
        }

        .should-left p {
            max-width: 640px;
            text-align: center;
            margin: 0 auto;
        }

        .should-block {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .start-container {
            padding: 70px 80px 80px 80px;
        }

        .start-decoration1 {
            display: none;
        }

        .start-decoration2  {
            width: 360px;
        }

        .consultation-decoration2 {
            width: 360px;
        }

        .option {
            margin: 80px 0px 80px 0px;
        }

        .option-cards {
            display: none;
        }

        .option-card-accepts {
            max-width: 920px;
            flex-direction: unset;
        }

        .option-card-information {
            width: 100%;
            max-width: 471px;
        }

        .option-card-pay {
            width: 430px;
            min-width: 430px;
            height: 274px;
        }

        .option-mobile-cards {
            display: flex;
        }

        .strategies-container {
            padding: 70px 20px 80px 20px;
        }

        .strategies-information {
            flex-direction: column;
        }

        .strategies-left {
            max-width: 100%;
        }

        .strategies h2 {
            text-align: center;
        }

        .strategies-left p {
            text-align: center;
            margin: 0 auto;
        }

        .strategies-big span {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 64px;
            line-height: 83.2px;
            color: #FF8C4C;
        }

        .strategies-right {
            flex-direction: unset;
            gap: 80px;
            margin-top: 40px;
            flex-wrap: nowrap;
            max-width: 920px;
        }

        .solved-container {
            padding: 70px 20px 80px 20px;
        }

        .minor {
            margin: 70px 0px 80px 0px;
        }

        .action-rating {
            margin-top: 40px;
        }

        .actions {
            margin-bottom: 70px;
        }

        .packages-container {
            padding: 0px 0px 0px 0px;
        }

        .option h2 {
            margin-bottom: 40px;
        }

        .start-search-h2 {
            margin-bottom: 40px;
        }

        .inquiry-block {
            padding: 40px 20px 40px 20px;
        }

        .start-container-gold {
            justify-content: start;
            margin-top: 40px;
        }

        .faq-cards {
            max-width: 920px;
        }

        .office-case {
            margin-bottom: 80px;
        }

        .strategies-margin {
            margin-right: 0px;
        }

        .contacts-information {
            max-width: 293px;
            min-width: 293px;
        }

        .contacts-hidden {
            display: none;
        }

        .contacts {
            margin: 200px 0px 80px 0px;
        }

        .add h1 {
            margin-bottom: 160px;
            text-align: center;
        }

        .contacts-countrys {
            gap: 40px;
        }

        .main-resources {
            padding: 127px 20px 0px 20px;
        }

        .resources {
            margin: 80px 0px 80px 0px;
        }

        .resources-container {
            gap: 80px;
        }

        .resources-cards2 {
            flex-direction: column;
            gap: 40px;
        }

        h4 {
            margin-bottom: 0px;
        }

        .testimonials {
            margin:200px 0px 80px 0px;
        }

        .checkout {
            margin: 80px 0px 80px 0px;
        }

        .article {
            margin:200px 0px 80px 0px;
        }

        .services {
            margin: 200px 0px 80px 0px;
        }

        .resources-block-hidden {
            display: flex;
        }

        .services-card {
            flex-basis: calc(50% - 20px);
        }

        .article-button {
            margin-top: 20px;
        }

        .article-start {
            margin-bottom: 80px;
        }

        .article-choote {
            margin-top: 80px;
        }

        .checkout-get {
            margin-top: 20px;
        }
    }

    @media (max-width: 959px) {


        .header-block {
            gap: 20px;
        }

        .header-block p:first-child {
            font-size: 16px;
            line-height: 24px;
        }

        .header-block p:last-child {
            font-size: 12px;
            line-height: 24px;
        }

        .message {
            height: 44px;
        }

        .message span {
            font-size: 16px;
        }

        .main-decoration {
            width: 499px;
        }

        .main-information {
            padding: 0px 20px 0px 0px;
        }

        .header-block a {
            font-size: 16px;
            line-height: 24px;
        }

        .mobile-card-block p {
            font-size: 16px;
            line-height: 24px;
        }

        .nav-free {
            font-size: 16px;
            line-height: 24px;
            width: 202px;
            height: 44px;
        }

        h1 {
            font-size: 50px;
            line-height: 65px;
        }

        .main-information p {
            font-size: 16px;
            line-height: 24px;
        }

        .main-buttons {
            width: 100%;
            max-width: 728px;
            gap: 20px;
        }

        .main-left {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .main-register {
            width: 100%;
            max-width: 354px;
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .main-speak {
            width: 100%;
            max-width: 354px;
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .main-slider-buttons {
            top: 280px;
        }

        .main-slider-text p {
            font-size: 16px;
            line-height: 24px;
        }

        .main-slider-add span {
            font-size: 18px;
            line-height: 27px;
        }

        .main-slider-add p {
            font-size: 16px;
            line-height: 24px;
        }

        h2 {
            font-size: 30px;
            line-height: 39px;
        }

        .success-block-left span {
            font-size: 50px;
            line-height: 65px;
        }

        .success-block-left p {
            font-size: 16px;
            line-height: 24px;
        }

        .success-block-left2 p {
            font-size: 16px;
            line-height: 24px;
        }

        .success-block-right span {
            font-size: 50px;
            line-height: 65px;
        }

        .success-block-right p {
            font-size: 16px;
            line-height: 24px;
        }

        .success-block-right2 p {
            font-size: 16px;
            line-height: 24px;
        }

        .reputation h2 {
            margin-bottom: 0px;
        }

        .reputation-block-smalls {
            flex-direction: column;
        }

        .reputation-title span {
            font-size: 16px;
            line-height: 24px;
        }

        .reputation-title  {
            font-size: 21px;
            line-height: 27.3px;
        }

        .reputation-subtitle {
            font-size: 16px;
            line-height: 24px;
        }

        .reputation-block-small {
            max-width: 100%;
        }

        .reputation-register {
            font-size: 16px;
            line-height: 24px;
            width: 100%;
            max-width: 197px;
        }

        .reputation-start {
            margin-top: 0px;
            max-width: 242px;
            font-size: 16px;
            line-height: 24px;
            height: 44px;
        }

        .process h2 {
            margin-bottom: 20px;
        }

        .process-card-mobile-information span {
            font-size: 21px;
            line-height: 27.3px;
        }

        .process-card-mobile-information p {
            font-size: 16px;
            line-height: 24px;
        }

        .process-start {
            margin: 20px auto 0 auto;
            height: 44px;
        }

        .indicators {
            margin: 0px 0px 0px 0px;
        }

        .case-information {
            margin: 0 auto 0px 0;
        }

        .slide-left p {
            font-size: 16px;
            line-height: 24px;
        }

        .slide-card span {
            font-size: 21px;
            line-height: 27.3px;
        }

        .slide-card p {
            font-size: 16px;
            line-height: 24px;
        }

        .slide {
            height: 480px;
        }

        .choose h2 {
            margin-bottom: 0px;
        }

        .choose-card-smalls {
            flex-direction: column;
            width: 100%;
        }

        .choose-card-small {
            max-width: 100%;
        }

        .choose-card-information p {
            font-size: 16px;
            line-height: 24px;
        }

        .choose-card-block span {
            font-size: 21px;
            line-height: 27.3px;
        }

        .choose-card-block p {
            font-size: 16px;
            line-height: 27.3px;
            width: 100%;
            max-width: 640px;
        }

        .choose-card-big {
            margin: 0px;
        }

        .reviews img {
            width: 100%;
            height: auto;
        }

        .serve h2 {
            margin-bottom: 20px;
        }

        .serve-card {
            width: 354px;
            height: auto;
        }

        .serve-card-information span {
            font-size: 16px;
            line-height: 24px;
        }

        .serve-card-information p {
            font-size: 21px;
            line-height: 27.3px;
        }

        .serve-card-subtitle {
            font-size: 16px;
            line-height: 24px;
        }

        .serve-start {
            margin-top: 20px;
        }

        .key h2 {
            margin-bottom: 20px;
        }

        .key-card-container {
            flex-direction: column;
        }

        .key-card {
            max-width: 100%;
        }

        .key-card-information span {
            font-size: 16px;
            line-height: 24px;
        }

        .key-card-information p {
            font-size: 21px;
            line-height: 27.3px;
        }

        .key-card-subtitle {
            font-size: 16px;
            line-height: 24px;
        }

        .key-start {
            margin-top: 20px;
        }

        .key-start {
            font-size: 16px;
            line-height: 24px;
            height: 44px;
            max-width: 242px;
        }

        .blog {
            margin-bottom: 60px;
        }

        .consultation {
            margin-bottom: 60px;
        }

        .consultation-container {
            padding: 80px 80px 70px 80px;
        }

        .consultation-container p {
            font-size: 16px;
            line-height: 24px;
        }

        .consultation-container h2 {
            max-width: 608px;
        }

        .consultation-container p {
            max-width: 608px;
        }

        .consultation-get {
            font-size: 16px;
            line-height: 24px;
            height: 44px;
            max-width: 244px;
        }

        .action-btn {
            font-size: 16px;
            line-height: 24px;
            height: 44px;
            max-width: 244px;
        }


        .footer-information p {
            font-size: 16px;
            line-height: 24px;
        }

        .footer-contacts span {
            font-size: 21px;
            line-height: 27.3px;
        }

        .footer-link span {
            font-size: 21px;
            line-height: 27.3px;
        }

        .footer-link a {
            font-size: 16px;
            line-height: 24px;
        }

        .footer-links {
            gap: 20px;
        }

        .footer-link240 {
            width: 100%;
            max-width: 229.67px;
        }

        .footer-link416 {
            width: 100%;
            max-width: 229.67px;
        }

        .footer-link300 {
            width: 100%;
            max-width: 229.67px;
        }

        .footer-link296 {
            width: 100%;
            max-width: 229.67px;
        }

        .footer-information img {
            width: 229px;
        }

        .footer-down p {
            font-size: 16px;
            line-height: 24px;
        }

        .footer-down a {
            font-size: 16px;
            line-height: 24px;
        }

        .footer-contacts span {
            font-size: 21px;
            line-height: 27.3px;
        }

        .case-container {
            gap: 0px;
        }

        .main-talk-information span {
            font-size: 16px;
            line-height: 24px;
        }

        .main-company-cards {
            flex-wrap: wrap;
        }

        .main-company-card {
            max-width: 100%;
        }

        .main-company-card span {
            font-size: 21px;
            line-height: 27.3px;
        }


        .we-container {
            padding: 60px 20px 60px 20px;
        }

        .we-block span {
            font-size: 30px;
            line-height: 39px;
        }

        .we-block p {
            font-size: 16px;
            line-height: 24px;
        }

        .we-block {
            max-width: 354px;
        }

        .us {
            margin: 50px 0px 50px 0px;
        }

        .us h2 {
            margin-bottom: 20px;
        }

        .us-card span {
            font-size: 21px;
            line-height: 27.3px;
        }

        .us-card p {
            font-size: 16px;
            line-height: 24px;
        }

        .us-card {
            height: 243px;
        }

        h3 {
            font-size: 140px;
        }

        .story h2 {
            margin-bottom: 20px;
        }

        .story-card p {
            font-size: 16px;
            line-height: 24px;
        }

        .team-card button {
            font-size: 21px;
            line-height: 27.3px;
        }

        .team-card p {
            font-size: 16px;
            line-height: 24px;
        }

        .story {
            margin-bottom: 50px;
        }

        .team h2 {
            margin-bottom: 20px;
        }

        .main-why-information button {
            font-size: 16px;
            line-height: 24px;
            height: 44px;
        }

        .faq {
            margin: 60px 0px 60px ;
        }

        .faq-container {
            gap: 60px;
        }

        .faq-card-container span {
            font-size: 21px;
            line-height: 27px;
        }

        .faq-card-container a {
            font-size: 16px;
            line-height: 24px;
        }

        .faq-card-block .see-all  {
            font-size: 16px;
            line-height: 24px;
        }

        .faq-card {
            max-width: 354px;
        }

        .board-container p {
            font-size: 16px;
            line-height: 24px;
        }

        .board-container span {
            font-size: 30px;
            line-height: 39px;
        }

        .board-block {
            margin: 20px 0px 20px 0px;
        }

        .board-block input {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .board-block input::placeholder {
            font-size: 16px;
            line-height: 24px;
        }

        .board-name {
            max-width: 100%;
        }

        .board-email {
            max-width: 100%;
        }

        .board-container button {
            font-size: 16px;
            line-height: 24px;
            height: 44px;
            max-width: 150px;
        }

        .board-container {
            padding: 50px 60px 60px 60px;
        }

        .board {
            margin-bottom: 60px;
        }

        .faq-search {
            height: 44px;
        }

        .faq-search input {
            font-size: 16px;
            line-height: 24px;
        }

        .faq-search input::placeholder {
            font-size: 16px;
            line-height: 24px;
        }

        .modal-information p {
            font-size: 16px;
            line-height: 24px;
        }

        .modal-information span {
            font-size: 21px;
            line-height: 27px;
        }

        .modal-text p {
            font-size: 16px;
            line-height: 24px;
        }

        .styled-list li {
            font-size: 16px;
            line-height: 24px;
        }

        .modal-content {
            padding: 40px 20px 40px 20px;
        }

        .table-title {
            max-width: 210px;
        }

        .table-title-tm {
            max-width: 70px;
        }


        .table-add p {
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #0B0F20D6;
        }

        .table-line1 p {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #0B0F20D6;
        }

        .table-line2 p {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #0B0F20D6;
        }

        .table-line2 p span {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #0B0F2038;
        }

        .table-height2 {
            height: 68px;
        }

        .table-flex {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        .table-center {
            text-align: center;
        }

        .table-information {
            margin-bottom: 20px;
        }

        .table-information p {
            font-size: 16px;
            line-height: 24px;
        }

        .table {
            margin-bottom: 60px;
        }

        .should-left p {
            font-size: 16px;
            line-height: 24px;
        }

        .should-block span {
            font-size: 60px;
            line-height: 78px;
        }

        .should-block p {
            font-size: 16px;
            line-height: 24px;
        }

        .start-container {
            padding: 50px 60px 60px 60px;
        }

        .start-information p {
            font-size: 16px;
            line-height: 24px;
        }

        .start-information a {
            font-size: 16px;
            line-height: 24px;
            height: 44px;
        }

        .option-card-information span {
            font-size: 21px;
            line-height: 27px;
        }

        .option-card-information p {
            font-size: 16px;
            line-height: 24px;
        }

        .option-card-pay-block span {
            font-size: 16px;
            line-height: 24px;
        }

        .option-card-pay-block p {
            font-size: 30px;
            line-height: 29px;
        }

        .option-card-pay-container a {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .option-card-pay {
            width: 300px;
            min-width: 300px;
            height: 226px;
        }

        .option-card-accepts-block p {
            font-size: 16px;
            line-height: 24px;
        }

        .option {
            margin: 60px 0px 60px 0px;
        }

        .strategies-left p {
            font-size: 16px;
            line-height: 24px;
        }

        .strategies-container {
            padding: 50px 20px 60px 20px;
        }

        .solved-card span {
            font-size: 21px;
            line-height: 27px;
        }

        .solved-card p {
            font-size: 16px;
            line-height: 24px;
        }

        .solved-line  {
            height: 68px;
        }

        .solved-text {
            gap: 40px;
        }

        .solved-container {
            padding: 60px 20px 50px 20px;
        }

        .minor-content {
            flex-direction: column;
        }

        .minor-card {
            max-width: 640px;
        }

        .minor-card span {
            font-size: 21px;
            line-height: 27px;
        }

        .minor-card p {
            font-size: 16px;
            line-height: 24px;
        }

        .minor-card img {
            max-width: 200px;
        }

        .minor {
            margin: 50px 0px 50px 0px;
        }

        .action-left p {
            font-size: 16px;
            line-height: 24px;
        }

        .action-left a {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .action-left {
            margin-bottom: 40px;
        }

        .packages {
            margin-top: 120px;
        }

        .start-search {
            margin-top: 100px;
        }

        .input-container input {
            height: 44px;
            font-size: 16px;
            line-height: 25px;
        }

        .input-container input::placeholder  {
            font-size: 16px;
            line-height: 25px;
        }

        .form-button {
            font-size: 16px;
            line-height: 24px;
            height: 44px;
        }

        .faq-cards {
            max-width: 726px;
        }

        .office-case {
            margin-bottom: 60px;
        }

        .contacts {
            margin: 160px 0px 80px 0px;
        }

        .add h1 {
            margin-bottom: 80px;
        }

        .contacts-decktop {
            display: none;
        }

        .contacts-mobile {
            display: flex;
            margin: 20px auto;
        }

        .contacts-information span {
            font-size: 21px;
            line-height: 27px;
        }

        .contacts-information p {
            font-size: 16px;
            line-height: 24px;
        }

        .contacts-information {
            max-width: 229px;
            min-width: 229px;
        }

        .resources {
            margin: 60px 0px 60px 0px;
        }

        .resources-container {
            gap: 60px;
        }

        .resources-card span {
            font-size: 21px;
            line-height: 27px;
        }

        .resources-card p {
            font-size: 16px;
            line-height: 24px;
        }

        .testimonials-card {
            flex: 1 1 100%;
            max-width: 100%;
        }

        .testimonials-card span {
            font-size: 21px;
            line-height: 27px;
        }

        .testimonials-card p {
            font-size: 16px;
            line-height: 24px;
        }

        .testimonials {
            margin: 160px 0px 80px 0px;
        }

        .checkout {
            margin: 60px 0px 60px 0px;
        }

        .article {
            margin:160px 0px 80px 0px;
        }

        .services  {
            margin:160px 0px 80px 0px;
        }

        .testimonials-button {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .contacts a {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .services-card span {
            font-size: 21px;
            line-height: 27px;
        }

        .services-card p {
            font-size: 16px;
            line-height: 24px;
        }

        .services-card a {
            font-size: 16px;
            line-height: 24px;
        }

        .article-card p{
            font-size: 16px;
            line-height: 24px;
        }

        .article-card-faqcartoon p{
            font-size: 16px;
            line-height: 24px;
        }

        .article-title {
            font-size: 16px;
            line-height: 24px;
        }

        .actions-container {
            gap: 20px;
        }

        .action-left {
            margin-top: 20px;
        }

        .actions-container {
            gap: 0px;
        }

        .article-start {
            margin-bottom: 60px;
        }

        .article-choote {
            margin-top: 120px;
        }

        h5 {
            font-size: 21px;
            line-height: 27px;
        }

        .checkout-block span {
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-accept-info p {
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-block4 div {
            font-size: 18px;
            line-height: 24px;
        }

        .checkout-block5 p {
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-block5 button {
            font-size: 16px;
            line-height: 24px;
            height: 44px;
        }

        .checkout-bank1 {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-bank1::placeholder {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-bank2 {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-bank2::placeholder {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-input input {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-input select {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-input input::placeholder {
            height: 44px;
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-subtitle {
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-add p {
            font-size: 16px;
            line-height: 24px;
        }

        .checkout-table span {
            font-size: 16px;
            line-height: 24px;
        }

    }


    @media (max-width: 767px) {
        .consultation-buttons-container{
            flex-direction: column;
            /*align-items: center;*/
        }

        .consultation-get{
            max-width: 100%;
        }

        .phones{display:none}

        .mld-40{
            margin-left:0px !important;
        }


        .serve-card {
            width: 320px;
            height: auto;
        }

        .header-container {
            height: 66px;
        }

        .header-block p {
            display: none;
        }

        .main-decoration {
            display: none;
        }

        .main-slider-buttons {
            top: 390px;
        }

        main {
            padding: 86px 0px 0px 20px;
        }

        header {
            margin-bottom: 20px;
        }

        .call {
            display: flex;
        }

        .logo img {
            width: 158px;
        }

        .sing {
            display: none;
        }

        .nav-free {
            display: none;
        }

        .main-buttons {
            flex-direction: column;
            gap: 10px;
        }

        .main-register {
            max-width: 100%;
        }

        .main-speak {
            max-width: 100%;
        }

        .main-slider-slide {
            flex: 0 0 315px;
        }

        .main-block {
            gap: 15px;
        }

        .main-block img {
            width: 150px;
        }

        .success-container {
            height: 675px;
            padding: 292px 20px 20px 20px;
        }

        .success-block-center  {
            top: 80px;
        }

        .success-decoration1 {
            display: none;
        }

        .success-decoration2 {
            display: none;
        }

        .success-block-center span {
            font-size: 110px;
            line-height: 80px;
        }

        .success-container {
            flex-wrap: wrap;
            gap: 20px;
        }

        h2 {
            font-size: 25px;
            line-height: 31.2px;
        }

        .reputation-title p {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }

        .reputation-container {
            padding: 50px 20px 60px 20px;
        }

        .calculator-container {
            padding: 50px 20px 60px 20px;
        }

        .calculator-main-container {
            padding-bottom: 30px;
        }

        .process-card-mobile {
            flex-direction: column;
            align-items: center;
        }

        .process-card-mobile-information {
            align-items: center;
        }

        .process-card-mobile-information span {
            text-align: center;
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }

        .process-card-mobile-information p {
            text-align: center;
        }

        .reputation-start {
            max-width: 100%;
        }

        .process-start {
            max-width: 100%;
        }

        .case-container {
            padding: 50px 0px 60px 20px;
        }

        .slide {
            flex: 0 0 315px;
            height: 700px;
        }

        .slides {
            height: 700px;
            margin: 20px 0px 20px 0px;
        }

        .slide-brand1 {
            width: 275px;
        }

        .slide-brand2 {
            width: 275px;
        }

        .slide-brand3 {
            width: 275px;
        }

        .slide-card span {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }

        .choose-container {
            padding: 50px 20px 60px 20px;
        }

        .choose-card-block span {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }

        .reviews {
            margin: 60px 0px 60px 0px;
        }

        .reviews-talk {
            margin: 60px 0px 0px 0px;
        }

        .serve-card-information p {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }

        .serve-start {
            font-size: 16px;
            line-height: 24px;
            max-width: 100%;
        }

        .key-card-information p {
            font-size: 18px;
            line-height: 25px;
        }

        .key-start {
            max-width: 100%;
        }

        .consultation-container h2 {
            text-align: center;
        }

        .consultation-container p {
            text-align: center;
        }

        .consultation-decoration2 {
            display: none;
        }


        .consultation-container {
            padding: 50px 20px 60px 20px;
        }

        .footer-links {
            flex-direction: column;
            max-height: 100%;
            gap: 40px;
        }

        .footer-information {
            flex-direction: column;
        }

        .footer-information-container {
            gap: 20px;
            margin: 0 auto;
        }

        .footer-information img {
            width: 229px;
        }

        .footer-text1 {
            margin-bottom: 20px;
        }

        .footer-contacts span {
            width: 100%;
            max-width: 335px;
            text-align: center;
        }

        .footer-socials {
            width: 100%;
            max-width: 335px;
            justify-content: space-between;
        }

        .footer-contant {
            margin-bottom: 20px;
        }

        .footer-down p {
            text-align: center;
        }

        .footer-down a {
            text-align: center;
        }

        .footer-down {
            flex-direction: column-reverse;
            gap: 20px;
        }

        .footer-link240 {
            width: 100%;
            max-width: 100%;
        }

        .footer-link416 {
            width: 100%;
            max-width: 100%;
        }

        .footer-link300 {
            width: 100%;
            max-width: 100%;
        }

        .footer-link296 {
            width: 100%;
            max-width: 100%;
        }

        h1 {
            font-size: 40px;
            line-height: 52px;
        }

        .us-card span {
            font-size: 18px;
            line-height: 24px;
        }

        .us-cards {
            flex-wrap: wrap;
        }

        .us-card {
            height: auto;
        }

        .we-content {
            flex-direction: column;
        }

        .we-block {
            max-width: 100%;
        }

        .main-why-information button {
            max-width: 100%;
        }

        .faq-card {
            max-width: 335px;

        }

        .faq-card-container span {
            font-size: 18px;
            line-height: 24px;
        }

        .board-container {
            padding: 50px 20px 60px 20px;
        }

        .board-container span {
            font-size: 24px;
            line-height: 27px;
        }

        .board-decoration2 {
            display: none;
        }

        .board-block {
            flex-direction: column;
        }

        .board-container button {
            max-width: 100%;
        }

        .modal-content {
            padding: 20px 20px 20px 20px;
        }

        .modal-information span {
            font-size: 18px;
            line-height: 24px;
        }

        .modal {
            padding: 0px 0px 0px 0px;
        }

        .modal-container {
            max-height: 70vh;
        }

        .modal-content {
            border-radius: 0px;
        }

        .table-line1 {
            display: flex;
            flex-direction: column;
        }

        .table-radius3 {
            border-radius: 0px 0px 0px 0px;
        }

        .table-line2 {
            display: flex;
            flex-direction: column;
        }

        .table-title {
            max-width: 100%;
            border: 1px solid #0B0F2038;
            display: flex;
            justify-content: center;
        }

        .table-title-tm {
            /*max-width: 100%;*/
            /*border: 1px solid #0B0F2038;*/
            display: flex;
            justify-content: center;
        }

        .table-block {
            padding: 0px 10px 0px 10px;
        }

        .table-block-tm {
            padding: 0px 10px 0px 10px;
        }

        .table-block-flag {
            padding: 10px 10px 0px 10px;
        }

        .table-add {
            padding: 0px 10px 0px 10px;
        }

        .table-add-tm {
            padding: 0px 10px 0px 10px;
        }

        .table-center {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
        }

        .table-height1 {
            height: auto;
        }
        .table-height1-tm {
            height: auto;
        }

        .table-height2 {
            height: auto;
        }

        .table44 {
            height: 44px;
            display: flex;
            justify-content: center;
        }

        .table44-tm {
            height: auto;
            display: flex;
            justify-content: left;
        }

        .table68 {
            height: 68px;
        }

        .table-radius4 {
            border-radius: 0px 0px 0px 0px;
        }

        .table-radius6 {
            border-radius: 0px 0px 0px 6px;
        }

        .table-gray1 {
            background-color: transparent;
        }

        .table-gray2 {
            background-color: #0B0F2008;
        }

        .table-information {
            margin-bottom: 0px;
        }

        .should-information {
            gap: 20px;
            padding: 50px 20px 60px 20px;
        }

        .should-block span {
            font-size: 50px;
            line-height: 65px;
        }

        .should-right {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 0px;
        }

        .start-decoration2  {
            display: none;
        }

        .start-information h2 {
            text-align: center;
        }

        .start-information p {
            text-align: center;
        }

        .start-information a {
            margin: 0 auto;
        }

        .start-container {
            padding: 50px 20px 60px 20px;
        }

        .option-card-accepts {
            display: none;
        }

        .option-card-block {
            flex-direction: column;
        }

        .option-card-pay {
            width: 100%;
            max-width: 100%;
        }

        .option-card-information {
            width: 100%;
            max-width: 100%;
        }

        .option-card-information span {
            font-size: 18px;
            line-height: 27px;
        }


        .option-card-pay-block p {
            font-size: 24px;
            line-height: 31px;
        }

        .action-left {
            padding: 0px 20px 0px 20px;
        }

        .action-rating {
            flex-wrap: wrap;
        }

        .action-left a {
            max-width: 100%;
        }

        .solved-lines {
            display: none;
        }

        .solved-information {
            gap: 20px;
        }

        .solved-text {
            gap: 20px;
        }

        .strategies-right p {
            font-size: 16px;
            line-height: 24px;
        }

        .solved-card span {
            font-size: 18px;
            line-height: 27px;
        }

        .minor-card span {
            font-size: 16px;
            line-height: 27px;
        }

        .strategies-right {
            flex-wrap: wrap;
            gap: 20px;
        }

        .strategies-big span  {
            font-size: 50px;
            line-height: 65px;
        }

        .strategies-small span {
            font-size: 50px;
            line-height: 65px;
        }

        .option-filing {
            margin-top: 100px;
        }

        .option h2 {
            margin-bottom: 20px;
        }

        .start-search-h2 {
            margin-bottom: 20px;
        }

        .start-information a {
            max-width: 100%;
        }

        .overlay-form {
            padding: 0px;
        }

        .inquiry-block {
            height: 100%;
            padding: 60px 20px 60px 20px;
            border-radius: 0px;
        }

        .input-container {
            flex-direction: column;
        }

        .form-button {
            max-width: 100%;
        }

        .start-information p {
            text-align: start;
        }

        .start-monitoring-h2 {
            display: flex;
            justify-content: start;
            align-items: start;
        }

        .start-container-gold {
            justify-content: start;
            margin-top: 20px;
        }

        .faq-cards {
            max-width: 688px;
        }

        .table-add {
            border: 0px solid #0B0F2038;
            border-top: 1px solid #0B0F2038;
            border-left: 1px solid #0B0F2038;
            border-right: 1px solid #0B0F2038;
        }

/*        .table-add-tm {
            border: 0px solid #0B0F2038;
            border-top: 1px solid #0B0F2038;
            border-left: 1px solid #0B0F2038;
            border-right: 1px solid #0B0F2038;
        }*/

        .start-information .start-button {
            max-width: 100%;
        }

        .contacts {
            margin: 130px 0px 60px 0px;
        }

        .add h1 {
            margin-bottom: 60px;
        }

        .contacts-countrys {
            gap: 20px;
        }

        .contacts a {
            max-width: 100%;
        }

        .contacts-information span {
            font-size: 18px;
            line-height: 24px;
        }

        .contacts-country {
            flex-direction: column;
            justify-content: start;
        }

        .contacts-information {
            height: auto;
            max-width: 100%;
            min-width: 100%;
        }

        .contacts-block {
            margin-bottom: -20px;
        }

        .resources-card {
            flex: 1 1 100%;
        }

        .main-resources {
            padding: 86px 20px 0px 20px;
        }

        .resources-card span {
            font-size: 18px;
            line-height: 24px;
        }

        h4 {
            font-size: 24px;
            line-height: 31px;
        }

        .testimonials {
            margin: 130px 0px 60px 0px;
        }

        .checkout {
            margin: 60px 0px 60px 0px;
        }

        .article {
            margin:130px 0px 60px 0px;
        }

        .services  {
            margin:130px 0px 50px 0px;
        }

        .testimonials-card span {
            font-size: 18px;
            line-height: 24px;
        }

        .services-card {
            flex-basis: 100%;
        }

        .services-card span {
            font-size: 18px;
            line-height: 24px;
        }

        .article-card span {
            font-size: 18px;
            line-height: 27px;
        }

        .action-rating {
            margin-top: 20px;
        }

        h5 {
            font-size: 18px;
            line-height: 24px;
        }

        .checkout-table {
            flex-direction: column;
        }

        .second {
            border-left: 0px solid #0B0F2038;
            border-top: 1px solid #0B0F2038;
        }

        .first {
            display: flex;
            justify-content: start;
            text-align: start;
            width: 100%;
            max-width: 100%;
            background-color: #CFD9FF;
        }

        .checkout-block5 {
            flex-direction: column;
            width: 100%;
            max-width: 100%;
        }

        .checkout-block6 {
            max-width: 100%;
            gap: 37px;
        }

        .checkout-block7 {
            max-width: 100%;
            gap: 15.5px;
        }

        .checkout-bank1 {
            width: 100%;
            max-width: 100%;
        }

        .checkout-bank2 {
            width: 100%;
            max-width: 100%;
        }

        .checkout-block5 p {
            text-align: start;
            margin-bottom: 10px;
            width: 100%;
        }

        .checkout-line {
            width: 100%;
            max-width: 8px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            top: 5px;
        }

        .checkout-block5 button {
            max-width: 100%;
        }

        .start-information .blog-start {
            max-width: 1100%;
        }
    }

/*   pricing blocks */
    .pricing-section{
        display: flex;
        justify-content: center;
        align-items: center;
        /*min-height: 70dvh;*/
        font-family:'Poppins';
        color: #0B0F20D6;
        margin-top: 30px;
    }
    .monitoring-section{
        display: flex;
        justify-content: center;
        align-items: center;
        /*min-height: 56vh;*/
        font-family:'Poppins';
        color: #0B0F20D6;
        margin-top: 30px;
    }
    .gf-comment{margin-bottom: 160px;}

    .pricing-container {
        display: flex;
        gap: 20px;
        max-width: 900px;
        width: 100%;
        padding: 0 10px 0 10px;
    }

    .pricing-card {
        flex: 1;
        background: white;
        border-radius: 12px;
        padding: 24px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .pricing-card.teams {
        background-color: #f8f9ff;
    }

    .card-header {
        margin-bottom: 24px;
    }

    .card-title {
        font-size: 23px;
        color: #333;
        margin-bottom: 16px;
    }

    .price {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .price-period {
        color: #666;
        font-size: 14px;
    }

    .description {
        color: #666;
        font-size: 14px;
        margin-bottom: 24px;
        line-height: 1.5;
    }

    .get-started {
        display: block;
        width: 100%;
        padding: 12px;
        border-radius: 6px;
        text-align: center;
        text-decoration: none;
        margin-bottom: 24px;
        font-size: 18px;
    }

    .teams .get-started {
        background-color: #4F6FEF;
        color: white;
    }

    .teams .get-started:hover {
        background-color: #3b56c4;
    }

    .individuals .get-started {
        background-color: #f8f9ff;
        color: #333;
    }

    .individuals .get-started:hover {
        background-color: #e8ebf9;
    }

    .feature-list {
        list-style: none;
        margin-top: 24px;
    }

    .feature-item {
        display: grid;
        grid-template-columns: 24px 1fr;
        align-items: baseline;
        margin-bottom: 12px;
        font-size: 14px;
        color: #333;
    }

    .checkmark {
        color: #4F6FEF;
    }
    .trial-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #1a1f36;
        color: white;
        padding: 4px 8px;
        border-radius: 16px;
        font-size: 12px;
    }

    .plan-label {
        font-size: 14px;
        color: #666;
        margin-bottom: 16px;
        padding-bottom: 24px;
        border-bottom: 1px solid #E5E7EB; /* Add horizontal divider */
    }

    /*.gray{color:#0B0F2038 !important;}*/
    .gray{color:#666 !important;}

    .align-items-center{align-items: center}

    @media (max-width: 768px) {
        .gf-comment{margin-bottom: 60px;}

        .pricing-container {
            flex-direction: column;
        }
    }
</style><script type="application/ld+json">
            {
              "@context" : "http://schema.org",
              "@type" : "Organization",
              "name" : "Trademark Factory",
              "url" : "https://www.trademarkfactory.com",
              "sameAs" : [
                "https://twitter.com/realTMFactory",
                "https://plus.google.com/+Mincovlaw",
                "https://www.facebook.com/thetrademarkfactory",
                "http://www.yelp.ca/biz/trademark-factory-vancouver",
				"https://trademarkfactory.ca"
             ]
            }
            </script>

    <script src="https://www.dwin1.com/100717.js" type="text/javascript" defer="defer"></script>    <script>
        var head = document.head;
        var script = document.createElement('script');
        script.type = 'text/javascript';
        script.src = "https://t.trademarkfactory.com/v1/lst/universal-script?ph=0c8d1a7d33336cd98f8db928a531ced038faf8aafa4374ff3e0b05eb27c7e48e&tag=!clicked&ref_url=" + encodeURI(document.URL) ;
        head.appendChild(script);
    </script>
    <!-- Google Tag Manager -->
    <script>
        (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
                new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id=GTM-KNR3HWM'+dl;f.parentNode.insertBefore(j,f);
        })(window,document,'script','dataLayer','GTM-KNR3HWM');
    </script>
    <!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
    <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KNR3HWM"
            height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Roistat Counter Start -->
<script>
    (function (w, d, s, h, id) {
        // Configuration for retry attempts
        const retryDelays = [500, 1000, 3000, 5000, 10000]; // in milliseconds  
        let retryCount = 0;
        let scriptLoaded = false;

        // Function to load Roistat
        function loadRoistat() {
            try {
                // If script is already loaded, don't load again
                if (scriptLoaded) return;

                w.roistatProjectId = id;
                w.roistatHost = h;

                const protocol = d.location.protocol == "https:" ? "https://" : "http://";
                const roistatCookieExists = /^.*roistat_visit=[^;]+(.*)?$/.test(d.cookie);
                const scriptPath = roistatCookieExists ? "/dist/module.js" : "/api/site/1.0/" + id + "/init?referrer=" + encodeURIComponent(d.location.href);

                const js = d.createElement(s);
                js.charset = "UTF-8";
                js.async = 1;
                js.src = protocol + h + scriptPath;

                // Track successful script load
                js.onload = function () {
                    scriptLoaded = true;
                    console.log("Roistat loaded successfully.");
                };

                // Handle script load errors
                js.onerror = function () {
                    // Try loading the script again if retry limit not exceeded
                    if (retryCount < retryDelays.length) {
                        const nextDelay = retryDelays[retryCount];
                        console.warn(`Failed to load Roistat. Retrying in ${nextDelay}ms (${retryCount + 1}/${retryDelays.length})`);

                        setTimeout(function () {
                            retryCount++;
                            loadRoistat();
                        }, nextDelay);
                    } else {
                        console.error("Failed to load Roistat after all attempts");
                    }
                };

                // Add script to DOM
                const ref = d.getElementsByTagName(s)[0];
                ref.parentNode.insertBefore(js, ref);

            } catch (e) {
                console.error("Error initializing Roistat:", e);

                // Even if our code errors, try again
                if (retryCount < retryDelays.length) {
                    const nextDelay = retryDelays[retryCount];
                    setTimeout(function () {
                        retryCount++;
                        loadRoistat();
                    }, nextDelay);
                }
            }
        }
    
        // First load attempt 
        loadRoistat();
    })(window, document, 'script', 'cloud-eu.roistat.com', 'c6f3fa5b9b310585015b615f21baafd0');

    // Add fallback for DOMContentLoaded
    document.addEventListener('DOMContentLoaded', function () {
        displayRoistatPin();
    });

    // Create interval for repeated PIN addition attempts
    var pinIntervalId = setInterval(function () {
        var pinAdded = displayRoistatPin();
        // If PIN was successfully added, stop the interval
        if (pinAdded) {
            clearInterval(pinIntervalId);
        }
    }, 2000); // Check every 2 seconds

    function displayRoistatPin() {
        var getCookieU1998 = function (name) {
            var match = document.cookie.match(new RegExp('(^|; )' + name + '=([^;]+)'));
            return match ? match[2] : null;
        }
        const roistatVisit = getCookieU1998('roistat_visit');

        if (roistatVisit && document.querySelectorAll('.pin-block').length > 0) {
            var pinAdded = false;
            document.querySelectorAll('.pin-block').forEach(function (element) {
                // Check if PIN has not been added yet
                if (element.textContent.indexOf("PIN:") === -1) {
                    element.textContent += " (PIN: " + roistatVisit + ")";
                    pinAdded = true;
                } else {
                    // PIN already exists in this element
                    pinAdded = true;
                }
            });
            return pinAdded; // Return true if PIN was added to at least one element
        }
        return false; // PIN was not added
    }
</script>
<!-- Roistat Counter End -->
<!-- BEGIN WHATSAPP INTEGRATION WITH ROISTAT -->
<div class="js-whatsapp-message-container" style="display:none;">Hi, I'm looking for help with my trademark. My PIN is {roistat_visit} <-- Please keep this line in your message :)</div>
<script>
    (function() {
        if (window.roistat !== undefined) {
            handler();
        } else {
            var pastCallback = typeof window.onRoistatAllModulesLoaded === "function" ? window.onRoistatAllModulesLoaded : null;
            window.onRoistatAllModulesLoaded = function () {
                if (pastCallback !== null) {
                    pastCallback();
                }
                handler();
            };
        }

        function handler() {
            function init() {
                appendMessageToLinks();

                var delays = [1000, 5000, 15000];
                setTimeout(function func(i) {
                    if (i === undefined) {
                        i = 0;
                    }
                    appendMessageToLinks();
                    i++;
                    if (typeof delays[i] !== 'undefined') {
                        setTimeout(func, delays[i], i);
                    }
                }, delays[0]);
            }

            function replaceQueryParam(url, param, value) {
                var explodedUrl = url.split('?');
                var baseUrl = explodedUrl[0] || '';
                var query = '?' + (explodedUrl[1] || '');
                var regex = new RegExp("([?;&])" + param + "[^&;]*[;&]?");
                var queryWithoutParameter = query.replace(regex, "$1").replace(/&$/, '');
                return baseUrl + (queryWithoutParameter.length > 2 ? queryWithoutParameter  + '&' : '?') + (value ? param + "=" + value : '');
            }

            function appendMessageToLinks() {
                var message = document.querySelector('.js-whatsapp-message-container').textContent;
                var text = message.replace(/{roistat_visit}/g, window.roistatGetCookie('roistat_visit'));
                text = encodeURI(text);
                var linkElements = document.querySelectorAll('[href*="//wa.me"], [href*="//api.whatsapp.com/send"], [href*="//web.whatsapp.com/send"], [href^="whatsapp://send"]');
                for (var elementKey in linkElements) {
                    if (linkElements.hasOwnProperty(elementKey)) {
                        var element = linkElements[elementKey];
                        element.href = replaceQueryParam(element.href, 'text', text);
                    }
                }
            }
            if (document.readyState === 'loading') {
                document.addEventListener('DOMContentLoaded', init);
            } else {
                init();
            }
        };
    })();
</script>
<!-- END WHATSAPP INTEGRATION WITH ROISTAT --><header>
    <div class="header-container">
        <div class="header-content">
            <a class="logo" href="/">
                <img src="https://trademarkfactory.imgix.net/img/website/logo1.png" alt="image">
            </a>
            <nav>
                <button class="nav-link" id="dropdown-button">
                    <span>Services</span>
                    <svg class="arrow arrow-first" width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M7.63804 12.3508L2.32804 6.77776C2.23939 6.68477 2.18994 6.56123 2.18994 6.43276C2.18994 6.30429 2.23939 6.18075 2.32804 6.08776L2.33404 6.08176C2.37701 6.03652 2.42874 6.0005 2.48607 5.97589C2.5434 5.95128 2.60514 5.93858 2.66754 5.93858C2.72993 5.93858 2.79167 5.95128 2.849 5.97589C2.90634 6.0005 2.95806 6.03652 3.00104 6.08176L8.00104 11.3298L12.999 6.08176C13.042 6.03652 13.0937 6.0005 13.1511 5.97589C13.2084 5.95128 13.2701 5.93858 13.3325 5.93858C13.3949 5.93858 13.4567 5.95128 13.514 5.97589C13.5713 6.0005 13.6231 6.03652 13.666 6.08176L13.672 6.08776C13.7607 6.18075 13.8101 6.30429 13.8101 6.43276C13.8101 6.56123 13.7607 6.68477 13.672 6.77776L8.36204 12.3508C8.31534 12.3998 8.25918 12.4388 8.19695 12.4655C8.13472 12.4921 8.06773 12.5059 8.00004 12.5059C7.93234 12.5059 7.86535 12.4921 7.80312 12.4655C7.7409 12.4388 7.68473 12.3998 7.63804 12.3508Z" fill="#0B0F20" fill-opacity="0.84"/>
                    </svg>
                </button>
                <button class="nav-link" id="nav-link">
                    <span>Resources</span>
                    <svg class="arrow" width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M7.63804 12.3508L2.32804 6.77776C2.23939 6.68477 2.18994 6.56123 2.18994 6.43276C2.18994 6.30429 2.23939 6.18075 2.32804 6.08776L2.33404 6.08176C2.37701 6.03652 2.42874 6.0005 2.48607 5.97589C2.5434 5.95128 2.60514 5.93858 2.66754 5.93858C2.72993 5.93858 2.79167 5.95128 2.849 5.97589C2.90634 6.0005 2.95806 6.03652 3.00104 6.08176L8.00104 11.3298L12.999 6.08176C13.042 6.03652 13.0937 6.0005 13.1511 5.97589C13.2084 5.95128 13.2701 5.93858 13.3325 5.93858C13.3949 5.93858 13.4567 5.95128 13.514 5.97589C13.5713 6.0005 13.6231 6.03652 13.666 6.08176L13.672 6.08776C13.7607 6.18075 13.8101 6.30429 13.8101 6.43276C13.8101 6.56123 13.7607 6.68477 13.672 6.77776L8.36204 12.3508C8.31534 12.3998 8.25918 12.4388 8.19695 12.4655C8.13472 12.4921 8.06773 12.5059 8.00004 12.5059C7.93234 12.5059 7.86535 12.4921 7.80312 12.4655C7.7409 12.4388 7.68473 12.3998 7.63804 12.3508Z" fill="#0B0F20" fill-opacity="0.84"/>
                    </svg>
                    <div id="dropdown-menu" class="dropdown dropdown-more">
<!--                        <a href="/blog">Blog </a>-->
                        <a href="/faq">FAQ</a>
                        <a href="https://www.youtube.com/trademarkfactory/feed?view_as=public&sub_confirmation=1&cbrd=1&ucbcb=1">Videos</a>
                        <a href="/resources#tools-and-calculators">Tools & Calculators</a>
                        <a href="/resources">Other Resources</a>
<!--                        <a href="https://learn.trademarkfactory.com/">Trademarking Course</a>-->
                    </div>
                </button>
                <button id="nav-link2" class="nav-link">
                    <span>Why Us</span>
                    <svg class="arrow" width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M7.63804 12.3508L2.32804 6.77776C2.23939 6.68477 2.18994 6.56123 2.18994 6.43276C2.18994 6.30429 2.23939 6.18075 2.32804 6.08776L2.33404 6.08176C2.37701 6.03652 2.42874 6.0005 2.48607 5.97589C2.5434 5.95128 2.60514 5.93858 2.66754 5.93858C2.72993 5.93858 2.79167 5.95128 2.849 5.97589C2.90634 6.0005 2.95806 6.03652 3.00104 6.08176L8.00104 11.3298L12.999 6.08176C13.042 6.03652 13.0937 6.0005 13.1511 5.97589C13.2084 5.95128 13.2701 5.93858 13.3325 5.93858C13.3949 5.93858 13.4567 5.95128 13.514 5.97589C13.5713 6.0005 13.6231 6.03652 13.666 6.08176L13.672 6.08776C13.7607 6.18075 13.8101 6.30429 13.8101 6.43276C13.8101 6.56123 13.7607 6.68477 13.672 6.77776L8.36204 12.3508C8.31534 12.3998 8.25918 12.4388 8.19695 12.4655C8.13472 12.4921 8.06773 12.5059 8.00004 12.5059C7.93234 12.5059 7.86535 12.4921 7.80312 12.4655C7.7409 12.4388 7.68473 12.3998 7.63804 12.3508Z" fill="#0B0F20" fill-opacity="0.84"/>
                    </svg>
                    <div id="dropdown-menu2" class="dropdown dropdown-more">
                        <a href="/about-trademark-factory">About Trademark Factory<sup>®</sup></a>
                        <a href="/trademark-factory-testimonials">Reviews and Testimonials</a>
                    </div>
                </button>
                <a class="nav-link" href="/trademark-factory-packages">Pricing</a>
            </nav>
        </div>
        <div id="dropdown-cards" class="dropdown-cards">
            <div class="dropdown-container">
                <a class="dropdown-card" href="/trademark-filing-and-registration">
                    <span>Trademark Filing and Registration</span>
                    <p>File your trademark with a licensed attorney and enjoy a 99.3% success rate, backed by a 100% money-back guarantee</p>
                </a>
                <a class="dropdown-card" href="/office-actions-response">
                    <span>Responses to Office Actions</span>
                    <p>Overcome legal objections with tailored responses from experienced professionals. Available standalone or as part of select packages.</p>
                </a>
                <a class="dropdown-card" href="/trademark-monitoring">
                    <span>Trademark monitoring</span>
                    <p>Stay ahead with proactive alerts about newly filed conflicting trademarks before they impact your brand</p>
                </a>
                <a class="dropdown-card" href="/trademark-search-and-assessment">
                    <span>Trademark Search and Assessment</span>
                    <p>Ensure your brand is registrable with a comprehensive trademark search and expert trademarkability assessment</p>
                </a>
                <a class="dropdown-card" href="/opposition-proceedings">
                    <span>Opposition proceedings</span>
                    <p>Defend your trademark with strategic expertise to protect your brand from challenges during the registration process</p>
                </a>
                <a class="dropdown-card" href="/international-trademark-filing">
                    <span>International Trademark Filing</span>
                    <p>Expand your brand protection globally with trademark filings anywhere in the world</p>
                </a>
            </div>
            <a class="dropdown-add" href="/services/trademark-services">All Services</a>
        </div>
        <div class="header-block">
            <div class="phones">
                <div class="phones-icon">
                    <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <rect width="40" height="40" rx="20" transform="matrix(-1 0 0 1 40 0)" fill="#CFD9FF"/>
                        <g clip-path="url(#clip0_511_7858)">
                            <path d="M28.6625 30C26.5558 30 24.3958 29.4725 22.1825 28.4175C19.9692 27.3625 17.9129 25.8813 16.0138 23.9738C14.1146 22.0662 12.6375 20.01 11.5825 17.805C10.5275 15.6 10 13.4442 10 11.3375C10 10.9558 10.125 10.6379 10.375 10.3838C10.625 10.1296 10.9375 10.0017 11.3125 10H14.4037C14.7437 10 15.0404 10.1071 15.2937 10.3212C15.5471 10.5354 15.7183 10.81 15.8075 11.145L16.4275 14.125C16.4858 14.475 16.4754 14.7804 16.3962 15.0413C16.3171 15.3021 16.1783 15.5158 15.98 15.6825L13.2375 18.24C13.7508 19.1708 14.3179 20.0358 14.9388 20.835C15.5596 21.6342 16.2221 22.3912 16.9263 23.1062C17.6513 23.8313 18.4321 24.5062 19.2688 25.1312C20.1054 25.7554 21.0238 26.3446 22.0238 26.8987L24.6975 24.1775C24.9008 23.9583 25.1296 23.8137 25.3837 23.7437C25.6371 23.6746 25.9179 23.6608 26.2263 23.7025L28.855 24.24C29.195 24.3233 29.4708 24.4946 29.6825 24.7538C29.8942 25.0129 30 25.3096 30 25.6437V28.6875C30 29.0625 29.8725 29.375 29.6175 29.625C29.3625 29.875 29.0433 30 28.6625 30ZM12.65 17.0675L15.05 14.8612C15.1292 14.7971 15.1808 14.7088 15.205 14.5963C15.23 14.4837 15.2258 14.3796 15.1925 14.2838L14.6388 11.6338C14.6063 11.5063 14.55 11.4104 14.47 11.3463C14.39 11.2821 15.1275 11.5 15 11.5L15.5412 14.705C15.4454 14.705 15.3654 14.7371 15.3012 14.8013C15.2371 14.8654 15.205 14.9454 15.205 15.0413C15.2292 15.8954 12.7567 16.5708 13 17.5C13.2433 18.4292 12.2317 16.1258 12.65 17.0675ZM23 27.5C23.5 27 23.045 26.2992 24 26.5C24.9567 26.7 27.7038 28.7208 28.4138 28.735C28.5096 28.735 28.5896 28.7029 28.6538 28.6387C28.7179 28.5746 28.75 28.495 28.75 28.4V25.89C28.75 25.7625 28.7179 25.6583 28.6538 25.5775C28.5896 25.4975 29.1275 25.5317 29 25.5L29.3363 29.2916C29.2396 29.2591 29.155 29.2549 29.0825 29.2791C29.0108 29.3041 28.935 29.3562 28.855 29.4353L23 27.5Z" fill="#5D7CFF"/>
                        </g>
                        <defs>
                            <clipPath id="clip0_511_7858">
                                <rect width="20" height="20" fill="white" transform="translate(10 10)"/>
                            </clipPath>
                        </defs>
                    </svg>
                </div>
                <div>
                    <p><a href="tel:+18448632286" style="text-decoration: none">844.TM.FACTORY</a></p>
                    <p><a href="tel:+18448632286" style="text-decoration: none">+1.844.863.2286</a> <span class="pin-block"></span></p>
                </div>
            </div>
            <a href="https://client.trademarkfactory.com/cabinet" class="sing">Sign In</a>
            <a href="/talk-to-us" class="nav-free">Free Consultation</a>
            <a href="tel:+18448632286" class="call">
                <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <rect width="40" height="40" rx="20" transform="matrix(-1 0 0 1 40 0)" fill="#CFD9FF"/>
                    <g clip-path="url(#clip0_511_7858)">
                        <path d="M28.6625 30C26.5558 30 24.3958 29.4725 22.1825 28.4175C19.9692 27.3625 17.9129 25.8813 16.0138 23.9738C14.1146 22.0662 12.6375 20.01 11.5825 17.805C10.5275 15.6 10 13.4442 10 11.3375C10 10.9558 10.125 10.6379 10.375 10.3838C10.625 10.1296 10.9375 10.0017 11.3125 10H14.4037C14.7437 10 15.0404 10.1071 15.2937 10.3212C15.5471 10.5354 15.7183 10.81 15.8075 11.145L16.4275 14.125C16.4858 14.475 16.4754 14.7804 16.3962 15.0413C16.3171 15.3021 16.1783 15.5158 15.98 15.6825L13.2375 18.24C13.7508 19.1708 14.3179 20.0358 14.9388 20.835C15.5596 21.6342 16.2221 22.3912 16.9263 23.1062C17.6513 23.8313 18.4321 24.5062 19.2688 25.1312C20.1054 25.7554 21.0238 26.3446 22.0238 26.8987L24.6975 24.1775C24.9008 23.9583 25.1296 23.8137 25.3837 23.7437C25.6371 23.6746 25.9179 23.6608 26.2263 23.7025L28.855 24.24C29.195 24.3233 29.4708 24.4946 29.6825 24.7538C29.8942 25.0129 30 25.3096 30 25.6437V28.6875C30 29.0625 29.8725 29.375 29.6175 29.625C29.3625 29.875 29.0433 30 28.6625 30ZM12.65 17.0675L15.05 14.8612C15.1292 14.7971 15.1808 14.7088 15.205 14.5963C15.23 14.4837 15.2258 14.3796 15.1925 14.2838L14.6388 11.6338C14.6063 11.5063 14.55 11.4104 14.47 11.3463C14.39 11.2821 15.1275 11.5 15 11.5L15.5412 14.705C15.4454 14.705 15.3654 14.7371 15.3012 14.8013C15.2371 14.8654 15.205 14.9454 15.205 15.0413C15.2292 15.8954 12.7567 16.5708 13 17.5C13.2433 18.4292 12.2317 16.1258 12.65 17.0675ZM23 27.5C23.5 27 23.045 26.2992 24 26.5C24.9567 26.7 27.7038 28.7208 28.4138 28.735C28.5096 28.735 28.5896 28.7029 28.6538 28.6387C28.7179 28.5746 28.75 28.495 28.75 28.4V25.89C28.75 25.7625 28.7179 25.6583 28.6538 25.5775C28.5896 25.4975 29.1275 25.5317 29 25.5L29.3363 29.2916C29.2396 29.2591 29.155 29.2549 29.0825 29.2791C29.0108 29.3041 28.935 29.3562 28.855 29.4353L23 27.5Z" fill="#5D7CFF"/>
                    </g>
                    <defs>
                        <clipPath id="clip0_511_7858">
                            <rect width="20" height="20" fill="white" transform="translate(10 10)"/>
                        </clipPath>
                    </defs>
                </svg>
            </a>
            <button class="burger">
                <svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M8.95835 33.1998C8.68618 33.1998 8.45874 33.1071 8.27601 32.9218C8.09329 32.7366 8.00129 32.5085 8.00001 32.2376C7.99874 31.9667 8.09074 31.7393 8.27601 31.5553C8.46129 31.3713 8.68874 31.2799 8.95835 31.2812H37.7083C37.9805 31.2812 38.208 31.3732 38.3907 31.5572C38.5747 31.7412 38.6667 31.9692 38.6667 32.2414C38.6667 32.5136 38.5747 32.741 38.3907 32.9237C38.2067 33.1065 37.9792 33.1978 37.7083 33.1978L8.95835 33.1998ZM8.95835 24.0573C8.68618 24.0573 8.45874 23.9653 8.27601 23.7812C8.09329 23.5972 8.00129 23.3692 8.00001 23.097C7.99874 22.8248 8.09074 22.5974 8.27601 22.4147C8.46129 22.2319 8.68874 22.1406 8.95835 22.1406H37.7083C37.9805 22.1406 38.208 22.2326 38.3907 22.4166C38.5734 22.6006 38.6654 22.8287 38.6667 23.1008C38.668 23.373 38.576 23.6004 38.3907 23.7832C38.2054 23.9659 37.978 24.0573 37.7083 24.0573H8.95835ZM8.95835 14.9148C8.68618 14.9148 8.45874 14.8234 8.27601 14.6407C8.09201 14.4567 8.00001 14.2286 8.00001 13.9564C8.00001 13.6843 8.09201 13.4568 8.27601 13.2741C8.46001 13.0914 8.68746 13 8.95835 13H37.7083C37.9805 13 38.208 13.092 38.3907 13.276C38.5734 13.46 38.6654 13.6868 38.6667 13.9564C38.668 14.226 38.576 14.4535 38.3907 14.6387C38.2054 14.824 37.978 14.916 37.7083 14.9148H8.95835Z" fill="#0B0F20" fill-opacity="0.84"/>
                </svg>
            </button>
        </div>
        <div class="header-mobile">
            <div class="mobile-block">
                <button>
                    <span>Services</span>
                    <svg class="mobile-arrow" width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M17.1143 10.6214L7.25637 20.9676C7.0918 21.1402 7 21.3696 7 21.6081C7 21.8466 7.0918 22.076 7.25637 22.2486L7.26751 22.2597C7.34729 22.3437 7.44332 22.4106 7.54976 22.4563C7.65619 22.502 7.77082 22.5255 7.88665 22.5255C8.00248 22.5255 8.1171 22.502 8.22354 22.4563C8.32998 22.4106 8.426 22.3437 8.50578 22.2597L17.7882 12.5169L27.0669 22.2597C27.1467 22.3437 27.2427 22.4106 27.3491 22.4563C27.4556 22.502 27.5702 22.5255 27.686 22.5255C27.8019 22.5255 27.9165 22.502 28.0229 22.4563C28.1294 22.4106 28.2254 22.3437 28.3052 22.2597L28.3163 22.2486C28.4809 22.076 28.5727 21.8466 28.5727 21.6081C28.5727 21.3696 28.4809 21.1402 28.3163 20.9676L18.4584 10.6214C18.3717 10.5304 18.2674 10.458 18.1519 10.4085C18.0364 10.359 17.912 10.3335 17.7863 10.3335C17.6607 10.3335 17.5363 10.359 17.4208 10.4085C17.3052 10.458 17.201 10.5304 17.1143 10.6214Z" fill="#0B0F20" fill-opacity="0.84"/>
                    </svg>
                </button>
                <div class="mobile-cards">
                    <a class="mobile-card" href="/trademark-filing-and-registration">
                        <div class="mobile-card-block">
                            <span>Trademark Filing and Registration</span>
                            <p>File your trademark with a licensed attorney and enjoy a 99.3% success rate, backed by a 100% money-back guarantee</p>
                        </div>
                        <svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M25.3786 19.8857L15.0324 29.7436C14.8598 29.9082 14.6304 30 14.3919 30C14.1534 30 13.924 29.9082 13.7514 29.7436L13.7403 29.7325C13.6563 29.6527 13.5894 29.5567 13.5437 29.4502C13.498 29.3438 13.4745 29.2292 13.4745 29.1134C13.4745 28.9975 13.498 28.8829 13.5437 28.7765C13.5894 28.67 13.6563 28.574 13.7403 28.4942L23.4831 19.2118L13.7403 9.93311C13.6563 9.85333 13.5894 9.7573 13.5437 9.65086C13.498 9.54443 13.4745 9.42981 13.4745 9.31397C13.4745 9.19814 13.498 9.08352 13.5437 8.97708C13.5894 8.87065 13.6563 8.77462 13.7403 8.69484L13.7514 8.6837C13.924 8.51913 14.1534 8.42732 14.3919 8.42732C14.6304 8.42732 14.8598 8.51913 15.0324 8.6837L25.3786 18.5416C25.4696 18.6283 25.542 18.7326 25.5915 18.8481C25.641 18.9636 25.6665 19.088 25.6665 19.2137C25.6665 19.3393 25.641 19.4637 25.5915 19.5792C25.542 19.6948 25.4696 19.799 25.3786 19.8857Z" fill="#0B0F20" fill-opacity="0.61"/>
                        </svg>
                    </a>
                    <a class="mobile-card" href="/trademark-search-and-assessment">
                        <div class="mobile-card-block">
                            <span>Trademark Search and Assessment</span>
                            <p>Ensure your brand is registrable with a comprehensive trademark search and expert trademarkability assessment</p>
                        </div>
                        <svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M25.3786 19.8857L15.0324 29.7436C14.8598 29.9082 14.6304 30 14.3919 30C14.1534 30 13.924 29.9082 13.7514 29.7436L13.7403 29.7325C13.6563 29.6527 13.5894 29.5567 13.5437 29.4502C13.498 29.3438 13.4745 29.2292 13.4745 29.1134C13.4745 28.9975 13.498 28.8829 13.5437 28.7765C13.5894 28.67 13.6563 28.574 13.7403 28.4942L23.4831 19.2118L13.7403 9.93311C13.6563 9.85333 13.5894 9.7573 13.5437 9.65086C13.498 9.54443 13.4745 9.42981 13.4745 9.31397C13.4745 9.19814 13.498 9.08352 13.5437 8.97708C13.5894 8.87065 13.6563 8.77462 13.7403 8.69484L13.7514 8.6837C13.924 8.51913 14.1534 8.42732 14.3919 8.42732C14.6304 8.42732 14.8598 8.51913 15.0324 8.6837L25.3786 18.5416C25.4696 18.6283 25.542 18.7326 25.5915 18.8481C25.641 18.9636 25.6665 19.088 25.6665 19.2137C25.6665 19.3393 25.641 19.4637 25.5915 19.5792C25.542 19.6948 25.4696 19.799 25.3786 19.8857Z" fill="#0B0F20" fill-opacity="0.61"/>
                        </svg>
                    </a>
                    <a class="mobile-card" href="/office-actions-response">
                        <div class="mobile-card-block">
                            <span>Responses to Office Actions</span>
                            <p>Overcome legal objections with tailored responses from experienced professionals. Available standalone or as part of select packages.</p>
                        </div>
                        <svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M25.3786 19.8857L15.0324 29.7436C14.8598 29.9082 14.6304 30 14.3919 30C14.1534 30 13.924 29.9082 13.7514 29.7436L13.7403 29.7325C13.6563 29.6527 13.5894 29.5567 13.5437 29.4502C13.498 29.3438 13.4745 29.2292 13.4745 29.1134C13.4745 28.9975 13.498 28.8829 13.5437 28.7765C13.5894 28.67 13.6563 28.574 13.7403 28.4942L23.4831 19.2118L13.7403 9.93311C13.6563 9.85333 13.5894 9.7573 13.5437 9.65086C13.498 9.54443 13.4745 9.42981 13.4745 9.31397C13.4745 9.19814 13.498 9.08352 13.5437 8.97708C13.5894 8.87065 13.6563 8.77462 13.7403 8.69484L13.7514 8.6837C13.924 8.51913 14.1534 8.42732 14.3919 8.42732C14.6304 8.42732 14.8598 8.51913 15.0324 8.6837L25.3786 18.5416C25.4696 18.6283 25.542 18.7326 25.5915 18.8481C25.641 18.9636 25.6665 19.088 25.6665 19.2137C25.6665 19.3393 25.641 19.4637 25.5915 19.5792C25.542 19.6948 25.4696 19.799 25.3786 19.8857Z" fill="#0B0F20" fill-opacity="0.61"/>
                        </svg>
                    </a>
                    <a class="mobile-card" href="/opposition-proceedings">
                        <div class="mobile-card-block">
                            <span>Opposition proceedings</span>
                            <p>Defend your trademark with strategic expertise to protect your brand from challenges during the registration process</p>
                        </div>
                        <svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M25.3786 19.8857L15.0324 29.7436C14.8598 29.9082 14.6304 30 14.3919 30C14.1534 30 13.924 29.9082 13.7514 29.7436L13.7403 29.7325C13.6563 29.6527 13.5894 29.5567 13.5437 29.4502C13.498 29.3438 13.4745 29.2292 13.4745 29.1134C13.4745 28.9975 13.498 28.8829 13.5437 28.7765C13.5894 28.67 13.6563 28.574 13.7403 28.4942L23.4831 19.2118L13.7403 9.93311C13.6563 9.85333 13.5894 9.7573 13.5437 9.65086C13.498 9.54443 13.4745 9.42981 13.4745 9.31397C13.4745 9.19814 13.498 9.08352 13.5437 8.97708C13.5894 8.87065 13.6563 8.77462 13.7403 8.69484L13.7514 8.6837C13.924 8.51913 14.1534 8.42732 14.3919 8.42732C14.6304 8.42732 14.8598 8.51913 15.0324 8.6837L25.3786 18.5416C25.4696 18.6283 25.542 18.7326 25.5915 18.8481C25.641 18.9636 25.6665 19.088 25.6665 19.2137C25.6665 19.3393 25.641 19.4637 25.5915 19.5792C25.542 19.6948 25.4696 19.799 25.3786 19.8857Z" fill="#0B0F20" fill-opacity="0.61"/>
                        </svg>
                    </a>
                    <a class="mobile-card" href="/trademark-monitoring">
                        <div class="mobile-card-block">
                            <span>Trademark monitoring</span>
                            <p>Stay ahead with proactive alerts about newly filed conflicting trademarks before they impact your brand</p>
                        </div>
                        <svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M25.3786 19.8857L15.0324 29.7436C14.8598 29.9082 14.6304 30 14.3919 30C14.1534 30 13.924 29.9082 13.7514 29.7436L13.7403 29.7325C13.6563 29.6527 13.5894 29.5567 13.5437 29.4502C13.498 29.3438 13.4745 29.2292 13.4745 29.1134C13.4745 28.9975 13.498 28.8829 13.5437 28.7765C13.5894 28.67 13.6563 28.574 13.7403 28.4942L23.4831 19.2118L13.7403 9.93311C13.6563 9.85333 13.5894 9.7573 13.5437 9.65086C13.498 9.54443 13.4745 9.42981 13.4745 9.31397C13.4745 9.19814 13.498 9.08352 13.5437 8.97708C13.5894 8.87065 13.6563 8.77462 13.7403 8.69484L13.7514 8.6837C13.924 8.51913 14.1534 8.42732 14.3919 8.42732C14.6304 8.42732 14.8598 8.51913 15.0324 8.6837L25.3786 18.5416C25.4696 18.6283 25.542 18.7326 25.5915 18.8481C25.641 18.9636 25.6665 19.088 25.6665 19.2137C25.6665 19.3393 25.641 19.4637 25.5915 19.5792C25.542 19.6948 25.4696 19.799 25.3786 19.8857Z" fill="#0B0F20" fill-opacity="0.61"/>
                        </svg>
                    </a>
                    <a class="mobile-card" href="/international-trademark-filing">
                        <div class="mobile-card-block">
                            <span>International Trademark Filing</span>
                            <p>Expand your brand protection globally with trademark filings anywhere in the world</p>
                        </div>
                        <svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M25.3786 19.8857L15.0324 29.7436C14.8598 29.9082 14.6304 30 14.3919 30C14.1534 30 13.924 29.9082 13.7514 29.7436L13.7403 29.7325C13.6563 29.6527 13.5894 29.5567 13.5437 29.4502C13.498 29.3438 13.4745 29.2292 13.4745 29.1134C13.4745 28.9975 13.498 28.8829 13.5437 28.7765C13.5894 28.67 13.6563 28.574 13.7403 28.4942L23.4831 19.2118L13.7403 9.93311C13.6563 9.85333 13.5894 9.7573 13.5437 9.65086C13.498 9.54443 13.4745 9.42981 13.4745 9.31397C13.4745 9.19814 13.498 9.08352 13.5437 8.97708C13.5894 8.87065 13.6563 8.77462 13.7403 8.69484L13.7514 8.6837C13.924 8.51913 14.1534 8.42732 14.3919 8.42732C14.6304 8.42732 14.8598 8.51913 15.0324 8.6837L25.3786 18.5416C25.4696 18.6283 25.542 18.7326 25.5915 18.8481C25.641 18.9636 25.6665 19.088 25.6665 19.2137C25.6665 19.3393 25.641 19.4637 25.5915 19.5792C25.542 19.6948 25.4696 19.799 25.3786 19.8857Z" fill="#0B0F20" fill-opacity="0.61"/>
                        </svg>
                    </a>
                </div>
            </div>
            <div class="mobile-links">
                <span class="mobile-title">Resources</span>
<!--
                <a href="/blog">
                    <span>Blog </span>
                    <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M25.3786 19.3857L15.0324 29.2436C14.8598 29.4082 14.6304 29.5 14.3919 29.5C14.1534 29.5 13.924 29.4082 13.7514 29.2436L13.7403 29.2325C13.6563 29.1527 13.5894 29.0567 13.5437 28.9502C13.498 28.8438 13.4745 28.7292 13.4745 28.6134C13.4745 28.4975 13.498 28.3829 13.5437 28.2765C13.5894 28.17 13.6563 28.074 13.7403 27.9942L23.4831 18.7118L13.7403 9.43311C13.6563 9.35333 13.5894 9.2573 13.5437 9.15086C13.498 9.04443 13.4745 8.92981 13.4745 8.81397C13.4745 8.69814 13.498 8.58352 13.5437 8.47708C13.5894 8.37065 13.6563 8.27462 13.7403 8.19484L13.7514 8.1837C13.924 8.01913 14.1534 7.92732 14.3919 7.92732C14.6304 7.92732 14.8598 8.01913 15.0324 8.1837L25.3786 18.0416C25.4696 18.1283 25.542 18.2326 25.5915 18.3481C25.641 18.4636 25.6665 18.588 25.6665 18.7137C25.6665 18.8393 25.641 18.9637 25.5915 19.0792C25.542 19.1948 25.4696 19.299 25.3786 19.3857Z" fill="#0B0F20" fill-opacity="0.61"/>
                    </svg>
                </a>
-->
                <a href="/faq">
                    <span>FAQ</span>
                    <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M25.3786 19.3857L15.0324 29.2436C14.8598 29.4082 14.6304 29.5 14.3919 29.5C14.1534 29.5 13.924 29.4082 13.7514 29.2436L13.7403 29.2325C13.6563 29.1527 13.5894 29.0567 13.5437 28.9502C13.498 28.8438 13.4745 28.7292 13.4745 28.6134C13.4745 28.4975 13.498 28.3829 13.5437 28.2765C13.5894 28.17 13.6563 28.074 13.7403 27.9942L23.4831 18.7118L13.7403 9.43311C13.6563 9.35333 13.5894 9.2573 13.5437 9.15086C13.498 9.04443 13.4745 8.92981 13.4745 8.81397C13.4745 8.69814 13.498 8.58352 13.5437 8.47708C13.5894 8.37065 13.6563 8.27462 13.7403 8.19484L13.7514 8.1837C13.924 8.01913 14.1534 7.92732 14.3919 7.92732C14.6304 7.92732 14.8598 8.01913 15.0324 8.1837L25.3786 18.0416C25.4696 18.1283 25.542 18.2326 25.5915 18.3481C25.641 18.4636 25.6665 18.588 25.6665 18.7137C25.6665 18.8393 25.641 18.9637 25.5915 19.0792C25.542 19.1948 25.4696 19.299 25.3786 19.3857Z" fill="#0B0F20" fill-opacity="0.61"/>
                    </svg>
                </a>
                <a href="https://www.youtube.com/trademarkfactory/feed?view_as=public&sub_confirmation=1&cbrd=1&ucbcb=1">
                    <span>Videos</span>
                    <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M25.3786 19.3857L15.0324 29.2436C14.8598 29.4082 14.6304 29.5 14.3919 29.5C14.1534 29.5 13.924 29.4082 13.7514 29.2436L13.7403 29.2325C13.6563 29.1527 13.5894 29.0567 13.5437 28.9502C13.498 28.8438 13.4745 28.7292 13.4745 28.6134C13.4745 28.4975 13.498 28.3829 13.5437 28.2765C13.5894 28.17 13.6563 28.074 13.7403 27.9942L23.4831 18.7118L13.7403 9.43311C13.6563 9.35333 13.5894 9.2573 13.5437 9.15086C13.498 9.04443 13.4745 8.92981 13.4745 8.81397C13.4745 8.69814 13.498 8.58352 13.5437 8.47708C13.5894 8.37065 13.6563 8.27462 13.7403 8.19484L13.7514 8.1837C13.924 8.01913 14.1534 7.92732 14.3919 7.92732C14.6304 7.92732 14.8598 8.01913 15.0324 8.1837L25.3786 18.0416C25.4696 18.1283 25.542 18.2326 25.5915 18.3481C25.641 18.4636 25.6665 18.588 25.6665 18.7137C25.6665 18.8393 25.641 18.9637 25.5915 19.0792C25.542 19.1948 25.4696 19.299 25.3786 19.3857Z" fill="#0B0F20" fill-opacity="0.61"/>
                    </svg>
                </a>
                <a href="/resources">
                    <span>Other Resources</span>
                    <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M25.3786 19.3857L15.0324 29.2436C14.8598 29.4082 14.6304 29.5 14.3919 29.5C14.1534 29.5 13.924 29.4082 13.7514 29.2436L13.7403 29.2325C13.6563 29.1527 13.5894 29.0567 13.5437 28.9502C13.498 28.8438 13.4745 28.7292 13.4745 28.6134C13.4745 28.4975 13.498 28.3829 13.5437 28.2765C13.5894 28.17 13.6563 28.074 13.7403 27.9942L23.4831 18.7118L13.7403 9.43311C13.6563 9.35333 13.5894 9.2573 13.5437 9.15086C13.498 9.04443 13.4745 8.92981 13.4745 8.81397C13.4745 8.69814 13.498 8.58352 13.5437 8.47708C13.5894 8.37065 13.6563 8.27462 13.7403 8.19484L13.7514 8.1837C13.924 8.01913 14.1534 7.92732 14.3919 7.92732C14.6304 7.92732 14.8598 8.01913 15.0324 8.1837L25.3786 18.0416C25.4696 18.1283 25.542 18.2326 25.5915 18.3481C25.641 18.4636 25.6665 18.588 25.6665 18.7137C25.6665 18.8393 25.641 18.9637 25.5915 19.0792C25.542 19.1948 25.4696 19.299 25.3786 19.3857Z" fill="#0B0F20" fill-opacity="0.61"/>
                    </svg>
                </a>
<!--                <a href="https://learn.trademarkfactory.com/">
                    <span>Trademarking Course</span>
                    <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M25.3786 19.3857L15.0324 29.2436C14.8598 29.4082 14.6304 29.5 14.3919 29.5C14.1534 29.5 13.924 29.4082 13.7514 29.2436L13.7403 29.2325C13.6563 29.1527 13.5894 29.0567 13.5437 28.9502C13.498 28.8438 13.4745 28.7292 13.4745 28.6134C13.4745 28.4975 13.498 28.3829 13.5437 28.2765C13.5894 28.17 13.6563 28.074 13.7403 27.9942L23.4831 18.7118L13.7403 9.43311C13.6563 9.35333 13.5894 9.2573 13.5437 9.15086C13.498 9.04443 13.4745 8.92981 13.4745 8.81397C13.4745 8.69814 13.498 8.58352 13.5437 8.47708C13.5894 8.37065 13.6563 8.27462 13.7403 8.19484L13.7514 8.1837C13.924 8.01913 14.1534 7.92732 14.3919 7.92732C14.6304 7.92732 14.8598 8.01913 15.0324 8.1837L25.3786 18.0416C25.4696 18.1283 25.542 18.2326 25.5915 18.3481C25.641 18.4636 25.6665 18.588 25.6665 18.7137C25.6665 18.8393 25.641 18.9637 25.5915 19.0792C25.542 19.1948 25.4696 19.299 25.3786 19.3857Z" fill="#0B0F20" fill-opacity="0.61"/>
                    </svg>
                </a>-->
            </div>
            <div class="mobile-links">
                <span class="mobile-title">Why Us</span>
                <a href="/about-trademark-factory">
                    <span>About Trademark Factory<sup>®</sup></span>
                    <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M25.3786 19.3857L15.0324 29.2436C14.8598 29.4082 14.6304 29.5 14.3919 29.5C14.1534 29.5 13.924 29.4082 13.7514 29.2436L13.7403 29.2325C13.6563 29.1527 13.5894 29.0567 13.5437 28.9502C13.498 28.8438 13.4745 28.7292 13.4745 28.6134C13.4745 28.4975 13.498 28.3829 13.5437 28.2765C13.5894 28.17 13.6563 28.074 13.7403 27.9942L23.4831 18.7118L13.7403 9.43311C13.6563 9.35333 13.5894 9.2573 13.5437 9.15086C13.498 9.04443 13.4745 8.92981 13.4745 8.81397C13.4745 8.69814 13.498 8.58352 13.5437 8.47708C13.5894 8.37065 13.6563 8.27462 13.7403 8.19484L13.7514 8.1837C13.924 8.01913 14.1534 7.92732 14.3919 7.92732C14.6304 7.92732 14.8598 8.01913 15.0324 8.1837L25.3786 18.0416C25.4696 18.1283 25.542 18.2326 25.5915 18.3481C25.641 18.4636 25.6665 18.588 25.6665 18.7137C25.6665 18.8393 25.641 18.9637 25.5915 19.0792C25.542 19.1948 25.4696 19.299 25.3786 19.3857Z" fill="#0B0F20" fill-opacity="0.61"/>
                    </svg>
                </a>
                <a href="/trademark-factory-testimonials">
                    <span>Reviews and Testimonials</span>
                    <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M25.3786 19.3857L15.0324 29.2436C14.8598 29.4082 14.6304 29.5 14.3919 29.5C14.1534 29.5 13.924 29.4082 13.7514 29.2436L13.7403 29.2325C13.6563 29.1527 13.5894 29.0567 13.5437 28.9502C13.498 28.8438 13.4745 28.7292 13.4745 28.6134C13.4745 28.4975 13.498 28.3829 13.5437 28.2765C13.5894 28.17 13.6563 28.074 13.7403 27.9942L23.4831 18.7118L13.7403 9.43311C13.6563 9.35333 13.5894 9.2573 13.5437 9.15086C13.498 9.04443 13.4745 8.92981 13.4745 8.81397C13.4745 8.69814 13.498 8.58352 13.5437 8.47708C13.5894 8.37065 13.6563 8.27462 13.7403 8.19484L13.7514 8.1837C13.924 8.01913 14.1534 7.92732 14.3919 7.92732C14.6304 7.92732 14.8598 8.01913 15.0324 8.1837L25.3786 18.0416C25.4696 18.1283 25.542 18.2326 25.5915 18.3481C25.641 18.4636 25.6665 18.588 25.6665 18.7137C25.6665 18.8393 25.641 18.9637 25.5915 19.0792C25.542 19.1948 25.4696 19.299 25.3786 19.3857Z" fill="#0B0F20" fill-opacity="0.61"/>
                    </svg>
                </a>
            </div>
            <div class="mobile-links-one">
                <a class="mobile-title" href="/trademark-factory-packages">Pricing</a>
            </div>
            <a href="/talk-to-us" class="mobile-free">Free Consultation</a>
        </div>
    </div>
    <a href="https://wa.me/17789297281" class="message">
        <span>Message us</span>
        <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M9.99986 1.2998C4.92706 1.2998 0.799864 5.427 0.799864 10.4998C0.799864 12.0838 1.20906 13.6414 1.98506 15.0158L0.814664 19.1918C0.776264 19.329 0.813464 19.4762 0.912664 19.5782C0.989064 19.657 1.09306 19.6998 1.19986 19.6998C1.23186 19.6998 1.26426 19.6958 1.29586 19.6882L5.65426 18.6086C6.98506 19.323 8.48386 19.6998 9.99986 19.6998C15.0727 19.6998 19.1999 15.5726 19.1999 10.4998C19.1999 5.427 15.0727 1.2998 9.99986 1.2998ZM14.6279 13.7462C14.4311 14.291 13.4871 14.7882 13.0335 14.855C12.6263 14.9146 12.1111 14.9402 11.5455 14.7626C11.2027 14.6546 10.7627 14.5114 10.1991 14.271C7.82986 13.2606 6.28266 10.905 6.16426 10.7494C6.04626 10.5938 5.19986 9.485 5.19986 8.3374C5.19986 7.1898 5.80986 6.6254 6.02666 6.3918C6.24346 6.1582 6.49906 6.0998 6.65666 6.0998C6.81426 6.0998 6.97146 6.1018 7.10946 6.1082C7.25466 6.1154 7.44946 6.0534 7.64106 6.50861C7.83786 6.9758 8.31026 8.1234 8.36866 8.2406C8.42786 8.3574 8.46706 8.4938 8.38866 8.64941C8.31026 8.80501 8.27106 8.9022 8.15266 9.0386C8.03426 9.175 7.90466 9.3426 7.79826 9.4474C7.67986 9.5638 7.55706 9.68981 7.69466 9.9234C7.83226 10.157 8.30626 10.9206 9.00866 11.539C9.91066 12.3334 10.6719 12.5798 10.9079 12.6966C11.1439 12.8134 11.2819 12.7938 11.4195 12.6382C11.5571 12.4822 12.0099 11.957 12.1671 11.7238C12.3243 11.4906 12.4819 11.529 12.6987 11.607C12.9155 11.6846 14.0767 12.2486 14.3127 12.3654C14.5487 12.4822 14.7063 12.5406 14.7655 12.6378C14.8247 12.7346 14.8247 13.2018 14.6279 13.7462Z" fill="white"/>
        </svg>
    </a>
</header><main class="mb-60">
    <img class="main-decoration" src="https://trademarkfactory.imgix.net/img/website/main2.png">
    <div class="main-container">
        <div class="main-content">
            <div class="main-left main-talk-left">
                <div class="main-information main-talk-information">
                    <h1>Looking for Mincov Law?</h1><br/>
                    <p>
                        You’re in the right place—Mincov Law has evolved into Trademark Factory<sup>®</sup>.
                    </p>
                    <p>What started as a boutique intellectual property law firm has grown into the world’s only trademarking service with a guaranteed result for a guaranteed budget.</p><br/>
                    <p style="max-width:100%"><a href="/trademark-filing-and-registration">👉 Learn more about how we help brands protect what makes them unique.</a></p>
                </div>
            </div>
        </div>
    </div>
</main><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css"/>
<link href="/js/noty/lib/noty.css" rel="stylesheet"><footer>
    <img class="footer-decoration" src="https://trademarkfactory.imgix.net/img/website/footer2.png" alt="image">
    <div class="footer-container">
        <div class="footer-width">
            <div class="footer-contant">
                <div class="footer-information">
                    <div class="footer-information-container">
                        <img src="https://trademarkfactory.imgix.net/img/website/footer.png" alt="image">
                        <div class="footer-texts footer-texts-hidden1">
                            <p class="footer-text1">
                                Let our experts handle everything with a simple, transparent trademark registration process designed for business owners like you. Join thousands of businesses who’ve trusted us to secure their trademarks with a 99.3% success rate. We’ve got your brand covered, no matter where you are in your journey.
                                <br>
                                <br>
                                Trademark Factory<sup>®</sup>, If It's Worth Promoting, It's Worth Protecting<sup>®</sup>, If It's Remarkable, It's Trademarkable<sup>®</sup> are registered trademarks of Trademark Factory<sup>®</sup>
                            </p>
                            <p class="footer-text2">Trademark Factory International Inc. 300-1055 W. Hastings St., Vancouver, BC, V6E2E9, Canada</p>
                            <P class="footer-text3">Trademark Factory Global - FZCO #101 - IFZA Dubai - Building A2, Dubai, UAE</P>
                        </div>
                        <div class="footer-contacts">
                            <span><a href="tel:+18448632286" style="text-decoration: none;color:#FFFFFFD6">+1.844.863.2286</a> <span class="pin-block"></span></span>
                            <div class="footer-socials">
                                <a href="https://www.facebook.com/login/?next=https://www.facebook.com/trademarkfactory" target="_blank" rel="nofollow">
                                    <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
                                        <path d="M14.9594 30C14.1559 30 13.349 29.9357 12.563 29.808C9.09336 29.2478 5.91347 27.4594 3.61036 24.7728C1.28227 22.0569 0 18.5863 0 14.9996C0 6.72836 6.71115 0 14.9594 0C23.2076 0 29.9196 6.72919 29.9196 14.9996C29.9196 18.6414 28.6023 22.1529 26.2093 24.8872C23.8396 27.5964 20.5839 29.3605 17.0418 29.8556C16.3566 29.9516 15.6555 30 14.9594 30ZM14.9594 1.00186C7.26153 1.00186 0.99918 7.28105 0.99918 14.9996C0.99918 21.9099 5.92928 27.7224 12.722 28.8186C14.0917 29.0399 15.5256 29.0557 16.9036 28.8629C23.7538 27.9061 28.9196 21.9458 28.9196 14.9996C28.9196 7.28105 22.6572 1.00186 14.9585 1.00186H14.9594Z" fill="white" fill-opacity="0.84"/>
                                        <path d="M16.9726 12.1415V15.2999H20.8694L20.2524 19.5553H16.9726V29.3585C16.3148 29.4504 15.642 29.4979 14.9592 29.4979C14.1707 29.4979 13.3972 29.4345 12.6428 29.3126V19.5553H9.04907V15.2999H12.6428V11.436C12.6428 9.0382 14.5812 7.09375 16.9734 7.09375V7.09625C16.9801 7.09625 16.9867 7.09375 16.9934 7.09375H20.8702V10.7731H18.3373C17.5837 10.7731 16.9734 11.3851 16.9734 12.1406L16.9726 12.1415Z" fill="white" fill-opacity="0.84"/>
                                    </svg>
                                </a>
                                <a href="https://trademarkfactory.com/instagram" target="_blank">
                                    <svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg">
                                        <path d="M15.8791 30C15.0756 30 14.2687 29.9357 13.4827 29.808C10.0131 29.2478 6.83316 27.4594 4.53006 24.7728C2.20197 22.0569 0.919678 18.5863 0.919678 14.9996C0.919678 6.72836 7.63085 0 15.8791 0C24.1273 0 30.8393 6.72919 30.8393 14.9996C30.8393 18.6414 29.522 22.1529 27.129 24.8872C24.7593 27.5964 21.5036 29.3605 17.9615 29.8556C17.2763 29.9516 16.5752 30 15.8791 30ZM15.8791 1.00186C8.18123 1.00186 1.91886 7.28105 1.91886 14.9996C1.91886 21.9099 6.84898 27.7224 13.6417 28.8186C15.0114 29.0399 16.4453 29.0557 17.8233 28.8629C24.6735 27.9061 29.8393 21.9458 29.8393 14.9996C29.8393 7.28105 23.5769 1.00186 15.8782 1.00186H15.8791Z" fill="white" fill-opacity="0.84"/>
                                        <path d="M20.4078 6.2959H11.3511C8.84896 6.2959 6.81396 8.33636 6.81396 10.8452V19.1532C6.81396 21.662 8.84896 23.7025 11.3511 23.7025H20.4078C22.9099 23.7025 24.9449 21.662 24.9449 19.1532V10.8452C24.9449 8.33636 22.9099 6.2959 20.4078 6.2959ZM8.41432 10.8452C8.41432 9.22134 9.73157 7.90055 11.3511 7.90055H20.4078C22.0273 7.90055 23.3446 9.22134 23.3446 10.8452V19.1532C23.3446 20.777 22.0273 22.0978 20.4078 22.0978H11.3511C9.73157 22.0978 8.41432 20.777 8.41432 19.1532V10.8452Z" fill="white" fill-opacity="0.84"/>
                                        <path d="M15.8787 19.2307C18.2059 19.2307 20.0994 17.3322 20.0994 14.9986C20.0994 12.6651 18.2059 10.7666 15.8787 10.7666C13.5514 10.7666 11.658 12.6651 11.658 14.9986C11.658 17.3322 13.5514 19.2307 15.8787 19.2307ZM15.8787 12.3721C17.3233 12.3721 18.4982 13.5501 18.4982 14.9986C18.4982 16.4472 17.3233 17.6252 15.8787 17.6252C14.434 17.6252 13.2591 16.4472 13.2591 14.9986C13.2591 13.5501 14.434 12.3721 15.8787 12.3721Z" fill="white" fill-opacity="0.84"/>
                                        <path d="M20.4907 11.4489C21.1176 11.4489 21.6281 10.9371 21.6281 10.3084C21.6281 9.67975 21.1176 9.16797 20.4907 9.16797C19.8637 9.16797 19.3533 9.67975 19.3533 10.3084C19.3533 10.9371 19.8637 11.4489 20.4907 11.4489Z" fill="white" fill-opacity="0.84"/>
                                    </svg>
                                </a>
                                <a href="https://twitter.com/intent/user?screen_name=realTMFactory" target="_blank" rel="nofollow">
                                    <svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg">
                                        <path d="M15.7985 30C14.995 30 14.1881 29.9357 13.4021 29.808C9.93247 29.2478 6.75258 27.4594 4.44947 24.7728C2.12138 22.0569 0.839111 18.5863 0.839111 14.9996C0.839111 6.72836 7.55024 0 15.7985 0C24.0467 0 30.7579 6.72919 30.7579 14.9996C30.7579 18.6414 29.4406 22.1529 27.0476 24.8872C24.6779 27.5964 21.4222 29.3605 17.8801 29.8556C17.1948 29.9516 16.4937 30 15.7977 30H15.7985ZM15.7985 1.00186C8.10062 1.00186 1.83829 7.28105 1.83829 14.9996C1.83829 21.9099 6.76841 27.7224 13.5612 28.8186C14.9309 29.0399 16.3647 29.0549 17.7427 28.8629C24.5929 27.9061 29.7587 21.9458 29.7587 14.9996C29.7587 7.28105 23.4963 1.00186 15.7985 1.00186Z" fill="white" fill-opacity="0.84"/>
                                        <path d="M24.3456 9.68828C23.9443 10.0949 23.388 10.3462 22.7719 10.3462C22.6936 10.3462 22.6154 10.342 22.5396 10.3336C23.1824 9.9471 23.6787 9.3418 23.926 8.61963C23.926 8.61963 23.9268 8.61963 23.9268 8.61879C23.9609 8.52194 23.9901 8.42426 24.0134 8.32324C23.5046 8.86842 22.8094 9.23744 22.0292 9.32511C21.9093 9.3393 21.7877 9.34598 21.6645 9.34598C21.6253 9.34598 21.5879 9.34514 21.5504 9.34264C21.2864 9.06462 20.9717 8.83503 20.6228 8.66638C20.234 8.47603 19.7993 8.36415 19.3405 8.34996C19.3031 8.34745 19.2656 8.34662 19.2265 8.34662C18.8376 8.34662 18.4646 8.41591 18.1199 8.54365C18.0316 8.57621 17.9459 8.61128 17.8618 8.65219C16.7693 9.16564 16.0133 10.2785 16.0133 11.5684C16.0133 11.8331 16.0458 12.0903 16.1049 12.3357C15.7701 12.3224 15.4388 12.2898 15.114 12.2414C15.0099 12.2247 14.9058 12.2071 14.8026 12.1871C13.9741 12.0326 13.1839 11.7672 12.4495 11.4065C11.7926 11.0842 11.1798 10.6868 10.6227 10.2243C10.1539 9.83689 9.72513 9.40442 9.34211 8.93187C9.32546 8.91184 9.30878 8.89097 9.29296 8.87093C9.27048 8.90516 9.24966 8.93939 9.23051 8.97529C8.9624 9.44533 8.81085 9.98884 8.81085 10.5683C8.81085 10.5858 8.81087 10.605 8.81171 10.6225C8.81837 11.0567 8.90995 11.4699 9.07398 11.8456C9.14393 12.0126 9.22884 12.1704 9.32626 12.3198C9.61352 12.7632 10.0057 13.1322 10.4687 13.3877C10.4895 13.401 10.5111 13.4119 10.5328 13.4219C10.4995 13.4286 10.4653 13.4344 10.4312 13.4378C10.3363 13.4503 10.238 13.457 10.1398 13.457C9.64683 13.457 9.18804 13.3025 8.81252 13.0395C8.81002 13.0671 8.81004 13.0955 8.81004 13.1238C8.81004 14.0439 9.19472 14.8738 9.81089 15.459C10.2905 15.9182 10.9108 16.2263 11.6002 16.3165C11.3521 16.4075 11.084 16.4567 10.8051 16.4567C10.5028 16.4567 10.213 16.3991 9.94826 16.2931C10.3429 17.5796 11.5195 18.5231 12.9217 18.5648C12.0649 19.4573 10.8617 20.0117 9.53027 20.0117C8.70262 20.0117 7.92493 19.7971 7.25049 19.4214C8.87166 20.8282 10.9857 21.6781 13.298 21.6781C18.408 21.6781 22.5496 17.5254 22.5496 12.4017C22.5496 12.1195 22.5371 11.8406 22.5121 11.5651C23.3573 11.2303 24.0275 10.5465 24.3448 9.68912L24.3456 9.68828Z" fill="white" fill-opacity="0.84"/>
                                    </svg>
                                </a>
                                <a href="https://www.youtube.com/trademarkfactory/feed?view_as=public&sub_confirmation=1&cbrd=1&ucbcb=1" rel="nofollow" target="_blank">
                                    <svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg">
                                        <path d="M15.7172 30C14.9129 30 14.1069 29.9357 13.3208 29.808C9.85119 29.2478 6.6713 27.4594 4.36819 24.7728C2.0401 22.0569 0.757812 18.5863 0.757812 14.9996C0.757812 6.72835 7.46898 0 15.7172 0C23.9654 0 30.6774 6.72918 30.6774 14.9996C30.6774 18.6414 29.3602 22.1529 26.9671 24.8871C24.5974 27.5964 21.3418 29.3605 17.7997 29.8556C17.1144 29.9516 16.4133 30 15.7172 30ZM15.7172 1.00186C8.01936 1.00186 1.75699 7.28104 1.75699 14.9996C1.75699 21.9108 6.68711 27.7224 13.4799 28.8186C14.8487 29.0399 16.2834 29.0557 17.6614 28.8629C24.5116 27.9061 29.6774 21.9458 29.6774 14.9996C29.6774 7.28104 23.4151 1.00186 15.7164 1.00186H15.7172Z" fill="white" fill-opacity="0.84"/>
                                        <path d="M24.9064 11.9687C24.7923 10.8567 24.545 9.62856 23.6358 8.98235C22.9305 8.48142 22.0046 8.46306 21.1403 8.46389C19.3127 8.46556 17.485 8.46723 15.6573 8.46889C13.8996 8.47056 12.1419 8.47224 10.3842 8.47391C9.64976 8.47391 8.93617 8.41714 8.25423 8.73523C7.66805 9.00907 7.2101 9.5292 6.93533 10.1078C6.55231 10.9134 6.47153 11.8251 6.42574 12.716C6.34081 14.3373 6.34997 15.9637 6.45239 17.5834C6.52649 18.7664 6.71549 20.073 7.62724 20.8269C8.43575 21.4948 9.57648 21.5274 10.6239 21.5282C13.9512 21.5307 17.2785 21.5332 20.6058 21.5366C21.0321 21.5366 21.4775 21.529 21.9122 21.4814C22.7682 21.3888 23.5833 21.1433 24.1329 20.508C24.6874 19.8676 24.8298 18.9751 24.9147 18.131C25.1196 16.0839 25.1171 14.0151 24.9064 11.9687ZM13.7331 17.8714V12.129L18.6932 15.0002L13.7331 17.8714Z" fill="white" fill-opacity="0.84"/>
                                    </svg>
                                </a>
                                <a href="https://www.linkedin.com/in/andreimincov/" target="_blank">
                                    <svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg">
                                        <path d="M15.6369 30C14.8325 30 14.0265 29.9357 13.2405 29.808C9.77085 29.2478 6.59096 27.4594 4.28785 24.7728C1.95976 22.0569 0.67749 18.5863 0.67749 14.9996C0.67749 6.72835 7.38864 0 15.6369 0C23.8851 0 30.5971 6.72918 30.5971 14.9996C30.5971 18.6414 29.2798 22.1529 26.8868 24.8871C24.5171 27.5964 21.2614 29.3605 17.7193 29.8556C17.0341 29.9516 16.333 30 15.6369 30ZM15.6369 1.00186C7.93902 1.00186 1.67667 7.28104 1.67667 14.9996C1.67667 21.9108 6.60679 27.7224 13.3995 28.8186C14.7684 29.0399 16.2031 29.0557 17.5811 28.8629C24.4313 27.9061 29.5971 21.9458 29.5971 14.9996C29.5971 7.28104 23.3347 1.00186 15.636 1.00186H15.6369Z" fill="white" fill-opacity="0.84"/>
                                        <path d="M8.21311 10.1017C7.82759 9.74271 7.63525 9.29855 7.63525 8.77007C7.63525 8.24159 7.82759 7.77739 8.21311 7.41839C8.59862 7.05939 9.09488 6.87988 9.70354 6.87988C10.3122 6.87988 10.7885 7.05939 11.1732 7.41839C11.5587 7.77739 11.751 8.22823 11.751 8.77007C11.751 9.31191 11.5587 9.74271 11.1732 10.1017C10.7877 10.4607 10.2981 10.6402 9.70354 10.6402C9.10903 10.6402 8.59862 10.4607 8.21311 10.1017ZM11.4263 12.1605V23.1619H7.95998V12.1605H11.4263Z" fill="white" fill-opacity="0.84"/>
                                        <path d="M22.9676 13.246C23.7229 14.0683 24.1009 15.1979 24.1009 16.6356V22.9674H20.8078V17.0823C20.8078 16.3576 20.6204 15.794 20.2457 15.3925C19.871 14.9909 19.3673 14.7905 18.7344 14.7905C18.1016 14.7905 17.5979 14.9917 17.2232 15.3925C16.8485 15.794 16.6612 16.3576 16.6612 17.0823V22.9674H13.3489V12.1297H16.6612V13.5674C16.9967 13.0882 17.4488 12.71 18.0175 12.4311C18.5854 12.1531 19.2249 12.0137 19.9351 12.0137C21.2008 12.0137 22.2116 12.4253 22.9668 13.2468L22.9676 13.246Z" fill="white" fill-opacity="0.84"/>
                                    </svg>
                                </a>
                            </div>
                        </div>
                    </div>
                    <div class="footer-texts footer-texts-hidden2">
                        <p class="footer-text1">
                            Let our experts handle everything with a simple, transparent trademark registration process designed for business owners like you. Join thousands of businesses who’ve trusted us to secure their trademarks with a 99.3% success rate. We’ve got your brand covered, no matter where you are in your journey.
                            <br>
                            <br>
                            Trademark Factory<sup>®</sup>, If It's Worth Promoting, It's Worth Protecting®, If It's Remarkable, It's Trademarkable® are registered trademarks of Trademark Factory<sup>®</sup>
                        </p>
                        <p class="footer-text2">Trademark Factory International Inc. 300-1055 W. Hastings St., Vancouver, BC, V6E2E9, Canada</p>
                        <P class="footer-text3">Trademark Factory Global - FZCO #101 - IFZA Dubai - Building A2, Dubai, UAE</P>
                    </div>
                </div>
                <div class="footer-links">
                    <div class="footer-link footer-link240">
                        <span>About Us</span>
                        <a href="/about-trademark-factory">About Trademark Factory<sup>®</sup></a>
                        <a href="/about-trademark-factory#meet-the-team">Meet The Team</a>
                        <a href="/andrei-mincov-media-kit">Andrei's Media kit</a>
                        <a href="/contacts">Contacts</a>
                    </div>
                    <div class="footer-link footer-link240">
                        <span>Clients & Affiliates</span>
                        <a href="https://client.trademarkfactory.com/cabinet">Client Login</a>
                        <a href="https://affiliate.trademarkfactory.com/">Affiliate Program</a>
                    </div>
                    <div class="footer-link footer-link240">
                        <span>Tools & Stuff</span>
                        <a href="/resources#tools-and-calculators">Trademark Calculators</a>
                        <a href="/how-to-type-trademark-and-copyright-symbols">How to Type Trademark and Copyright Symbols</a>
                        <a href="http://kickassbrandsshow.com/">Kick-Ass Brands Show</a>
<!--                        <a href="/newsletter">Weekly Newsletter</a>-->
                    </div>
                    <div class="footer-link footer-link416">
                        <span>Services</span>
                        <a href="/trademark-filing-and-registration">Trademark Filing and Registration</a>
                        <a href="/trademark-search-and-assessment">Trademark Search And Assessment</a>
                        <a href="/office-actions-response">Responses to Office Actions</a>
                        <a href="/opposition-proceedings">Opposition Proceedings</a>
                        <a href="/trademark-monitoring">Trademark Monitoring</a>
                        <a href="/international-trademark-filing">International Trademark Filing</a>
                    </div>
                    <div class="footer-link footer-link300">
                        <span>Best Offer in the Market</span>
                        <a href="/trademark-factory-packages">Packages & Prices</a>
                        <a href="/trademark-factory-testimonials">Reviews & Testimonials</a>
                    </div>
                    <div class="footer-link footer-link296">
                        <span>Understand Trademarks</span>
                        <a href="/faq">FAQ on Trademarks</a>
                        <a href="/blog">Blog</a>
                        <a href="https://www.youtube.com/trademarkfactory/feed?view_as=public&sub_confirmation=1&cbrd=1&ucbcb=1" rel="nofollow">Hundreds of Free Videos</a>
                        <a href="/resources">Other Free Resources</a>
<!--                        <a href="https://learn.trademarkfactory.com/">Trademarks for Growth-Minded Entrepreneurs</a>-->
                    </div>
                </div>
            </div>
            <div class="footer-down">
                <p>©2013–2025 Trademark Factory<sup>®</sup></p>
                <a href="/privacy-policy">Privacy Policy</a>
            </div>
        </div>
    </div>
</footer><script>
    // Header
    let lastScrollY = window.scrollY;
    const header = document.querySelector('header');
    window.addEventListener('scroll', () => {
        if (window.scrollY < lastScrollY) {
            header.classList.add('header-hidden');
        } else {
            header.classList.remove('header-hidden');
        }
        if (window.scrollY === 0) {
            header.classList.remove('header-hidden');
        }
        lastScrollY = window.scrollY;
    });

    // Main slider
    document.addEventListener('DOMContentLoaded', function () {
        const mainSlider = document.querySelector('.main-slider-slides');
        if(mainSlider) {
            const mainSlides = document.querySelectorAll('.main-slider-slide');
            const mainPrevButton = document.querySelector('.main-slider-prev-button');
            const mainNextButton = document.querySelector('.main-slider-next-button');
            let currentIndex = 0;
            let slideGap = 50;
            let slideWidth = 680;
            mainSlides[0].classList.add('active');

            function updateSlideGap() {
                if (window.innerWidth <= 1400) {
                    slideGap = 0;
                } else {
                    slideGap = 50;
                }
                updateSlideWidth();
                updateSlider();
            }

            function updateSlideWidth() {
                if (window.innerWidth <= 767) {
                    slideWidth = 315;
                } else {
                    slideWidth = 680;
                }
            }

            function mainSliderMovePrev(){
                if (currentIndex > 0) {
                    currentIndex -= 1;
                } else {
                    currentIndex = mainSlides.length - 1;
                }
                updateSlider();
            }

            function mainSliderMoveNext(){
                if (currentIndex < mainSlides.length - 1) {
                    currentIndex += 1;
                } else {
                    currentIndex = 0;
                }
                updateSlider();
            }

            window.addEventListener('resize', updateSlideGap);
            updateSlideGap();
            mainNextButton.addEventListener('click', mainSliderMoveNext);
            mainPrevButton.addEventListener('click', mainSliderMovePrev);

            setInterval(mainSliderMoveNext,5000);

            function updateSlider() {
                const translateValue = -currentIndex * (slideWidth + slideGap);
                mainSlider.style.transform = `translateX(${translateValue}px)`;
                mainSlides.forEach((slide, index) => {
                    slide.classList.remove('active');
                    if (index === currentIndex) {
                        slide.classList.add('active');
                    }
                });
            }
        }
    });

    // Slider
    document.addEventListener('DOMContentLoaded', function () {
        const slider = document.querySelector('.slides');
        if(slider) {
            const slides = document.querySelectorAll('.slide');
            const indicators = document.querySelectorAll('.indicator');
            const prevButton = document.querySelector('.prev-button');
            const nextButton = document.querySelector('.next-button');
            let currentIndex = 0;

            function getSlideWidth() {
                const currentSlide = slides[0];
                return currentSlide.offsetWidth;
            }

            slides[0].classList.add('active');
            indicators[0].classList.add('active');

            function sliderMovePrev(){
                if (currentIndex > 0) {
                    currentIndex -= 1;
                } else {
                    currentIndex = slides.length - 1;
                }
                updateSlider();
            }

            function sliderMoveNext(){
                if (currentIndex < slides.length - 1) {
                    currentIndex += 1;
                } else {
                    currentIndex = 0;
                }
                updateSlider();
            }


            prevButton.addEventListener('click', sliderMovePrev);
            nextButton.addEventListener('click', sliderMoveNext);

            setInterval(sliderMoveNext,8000);

            indicators.forEach((indicator, index) => {
                indicator.addEventListener('click', function () {
                    currentIndex = index;
                    updateSlider();
                });
            });

            function updateSlider() {
                const slideWidth = getSlideWidth();
                const translateValue = -currentIndex * slideWidth;
                slider.style.transform = `translateX(${translateValue}px)`;
                slides.forEach((slide, index) => {
                    slide.classList.remove('active');
                    if (index === currentIndex) {
                        slide.classList.add('active');
                    }
                });
                indicators.forEach((indicator, index) => {
                    indicator.classList.remove('active');
                    if (index === currentIndex) {
                        indicator.classList.add('active');
                    }
                });
            }
        }
    });

    // Modal
    document.querySelectorAll('.team-btn').forEach(button => {
        button.addEventListener('click', () => {
            const targetModal = document.getElementById(button.getAttribute('data-target'));
            targetModal.style.display = 'flex';
            // document.body.style.overflow = 'hidden';
        });
    });
    document.querySelectorAll('.modal-close').forEach(closeBtn => {
        closeBtn.addEventListener('click', () => {
            closeBtn.closest('.modal').style.display = 'none';
            document.body.style.overflow = '';
        });
    });
    window.addEventListener('click', (event) => {
        const modals = document.querySelectorAll('.modal');
        modals.forEach(modal => {
            if (event.target === modal) {
                modal.style.display = 'none';
                document.body.style.overflow = '';
            }
        });
    });

    // Dropdown
    document.addEventListener('DOMContentLoaded', () => {
        const button = document.getElementById('dropdown-button');
        if(button) {
            const dropdown = document.getElementById('dropdown-cards');
            let timeout;
            const hideDropdown = () => {
                dropdown.style.opacity = '0';
                dropdown.style.visibility = 'hidden';
                dropdown.style.transform = 'translateY(-20px)';
                button.classList.remove('active');
            };
            button.addEventListener('mouseover', () => {
                clearTimeout(timeout);
                dropdown.style.opacity = '1';
                dropdown.style.visibility = 'visible';
                dropdown.style.transform = 'translateY(0)';
                button.classList.add('active');
            });
            button.addEventListener('mouseout', () => {
                timeout = setTimeout(hideDropdown, 100);
            });
            dropdown.addEventListener('mouseover', () => {
                clearTimeout(timeout);
                dropdown.style.opacity = '1';
                dropdown.style.visibility = 'visible';
                dropdown.style.transform = 'translateY(0)';
                button.classList.add('active');
            });
            dropdown.addEventListener('mouseout', () => {
                timeout = setTimeout(hideDropdown, 100);
            });
            window.addEventListener('resize', () => {
                if (window.innerWidth <= 1100) {
                    hideDropdown();
                }
            });
            if (window.innerWidth <= 1100) {
                hideDropdown();
            }
        }
    });

    // Nav
    document.addEventListener('DOMContentLoaded', () => {
        const button = document.getElementById('nav-link');
        if(button) {
            const dropdown = document.getElementById('dropdown-menu');
            let timeout;
            let isDropdownHovered = false;
            const showDropdown = () => {
                clearTimeout(timeout);
                dropdown.style.opacity = '1';
                dropdown.style.visibility = 'visible';
                dropdown.style.transform = 'translateY(0)';
                button.classList.add('active');
            };
            const hideDropdown = () => {
                timeout = setTimeout(() => {
                    if (!isDropdownHovered) {
                        dropdown.style.opacity = '0';
                        dropdown.style.visibility = 'hidden';
                        dropdown.style.transform = 'translateY(-20px)';
                        button.classList.remove('active');
                    }
                }, 100);
            };
            button.addEventListener('mouseover', showDropdown);
            button.addEventListener('mouseout', hideDropdown);
            dropdown.addEventListener('mouseover', () => {
                isDropdownHovered = true;
                showDropdown();
            });
            dropdown.addEventListener('mouseout', () => {
                isDropdownHovered = false;
                hideDropdown();
            });
        }
    });

    document.addEventListener('DOMContentLoaded', () => {
        const button = document.getElementById('nav-link2');
        if(button) {
            const dropdown = document.getElementById('dropdown-menu2');
            let timeout;
            let isDropdownHovered = false;
            const showDropdown = () => {
                clearTimeout(timeout);
                dropdown.style.opacity = '1';
                dropdown.style.visibility = 'visible';
                dropdown.style.transform = 'translateY(0)';
                button.classList.add('active');
            };
            const hideDropdown = () => {
                timeout = setTimeout(() => {
                    if (!isDropdownHovered) {
                        dropdown.style.opacity = '0';
                        dropdown.style.visibility = 'hidden';
                        dropdown.style.transform = 'translateY(-20px)';
                        button.classList.remove('active');
                    }
                }, 100);
            };
            button.addEventListener('mouseover', showDropdown);
            button.addEventListener('mouseout', hideDropdown);
            dropdown.addEventListener('mouseover', () => {
                isDropdownHovered = true;
                showDropdown();
            });
            dropdown.addEventListener('mouseout', () => {
                isDropdownHovered = false;
                hideDropdown();
            });
        }
    });

    // Burger
    document.addEventListener('DOMContentLoaded', () => {
        const burger = document.querySelector('.burger');
        if(burger) {
            const headerMobile = document.querySelector('.header-mobile');
            const messageButton = document.querySelector('.message');
            const body = document.body;
            const closeMenu = () => {
                headerMobile.classList.remove('active');
                body.classList.remove('no-scroll');
                messageButton.classList.remove('hidden');
            };
            burger.addEventListener('click', () => {
                if (headerMobile.classList.contains('active')) {
                    closeMenu();
                } else {
                    headerMobile.classList.add('active');
                    body.classList.add('no-scroll');
                    messageButton.classList.add('hidden');
                }
            });
            window.addEventListener('resize', () => {
                if (window.innerWidth >= 1100 && headerMobile.classList.contains('active')) {
                    closeMenu();
                }
            });
        }
    });

    // Mobile block
    const button = document.querySelector('.mobile-block button');
    const cards = document.querySelector('.mobile-cards');
    const arrow = document.querySelector('.mobile-arrow');
    if(cards) {
        cards.style.height = cards.scrollHeight + 'px';
        button.addEventListener('click', function () {
            if (cards.style.height === cards.scrollHeight + 'px') {
                cards.style.height = '0';
                arrow.classList.add('rotate');
            } else {
                cards.style.height = cards.scrollHeight + 'px';
                arrow.classList.remove('rotate');
            }
        });
    }

    // Country
    const countryButton = document.getElementById("country-button");
    const countryList = document.getElementById("country-list");
    const originalCountries = ["USA", "UK", "Germany", "France", "Australia", "Italy", "Spain", "Mexico"];
    let activeCountry = "Canada";

    function sortCountries(countries) {
        return countries.sort((a, b) => a.localeCompare(b));
    }

    function populateCountryList() {
        countryList.innerHTML = "";

        const updatedCountries = [...originalCountries];
        if (activeCountry) {
            updatedCountries.push(activeCountry);
        }

        const sortedCountries = sortCountries(updatedCountries);

        sortedCountries.forEach(country => {
            const countryItem = document.createElement('div');
            countryItem.className = 'country-item';
            countryItem.textContent = country;
            countryList.appendChild(countryItem);
        });

        const activeIndex = sortedCountries.indexOf(activeCountry);
        if (activeIndex !== -1) {
            countryList.children[activeIndex].remove();
        }
    }

    if(countryList) {
        populateCountryList();

        countryList.addEventListener("click", function(event) {
            if (event.target.classList.contains('country-item')) {
                const selectedCountry = event.target.textContent;

                activeCountry = selectedCountry;

                countryButton.querySelector('span').textContent = activeCountry;

                populateCountryList();

                countryList.classList.remove('show');
                countryButton.querySelector('svg').style.transform = "rotate(0deg)";
                countryButton.style.borderRadius = "6px";
            }
        });

        document.addEventListener('click', function(event) {
            if (countryList.classList.contains('show')) {
                countryList.classList.remove('show');
                countryButton.querySelector('svg').style.transform = "rotate(0deg)";
                countryButton.style.borderRadius = "6px";
            }
        });
    }

    if(countryButton)
        countryButton.addEventListener("click", function(event) {
            if (countryList.classList.contains('show')) {
                countryList.classList.remove('show');
                countryButton.querySelector('svg').style.transform = "rotate(0deg)";
                countryButton.style.borderRadius = "6px";
            } else {
                countryList.classList.add('show');
                countryButton.querySelector('svg').style.transform = "rotate(180deg)";
                countryButton.style.borderRadius = "6px 6px 0 0";
            }
            event.stopPropagation();
        });


    document.addEventListener("DOMContentLoaded", function () {
        const descriptions = document.querySelectorAll('.service-description');
        descriptions.forEach(description => {
            const text = description.textContent.trim();
            description.dataset.fullText = text;

            updateDescription(description);
        });
        function updateDescription(description) {
            const text = description.dataset.fullText;
            let maxLength;
            if (window.innerWidth >= 1100) {
                maxLength = 250;
            } else if (window.innerWidth >= 960) {
                maxLength = 200;
            } else if (window.innerWidth >= 768) {
                maxLength = 175;
            } else {
                maxLength = 150;
            }
            if (text.length > maxLength) {
                description.textContent = text.slice(0, maxLength) + '...';
            } else {
                description.textContent = text;
            }
        }
        window.addEventListener('resize', () => {
            descriptions.forEach(updateDescription);
        });
    });

</script><script type="text/javascript" src="/js/noty/lib/noty.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/intlTelInput.min.js"></script>

<script>
    const countryCode='US';
    var dnp_file = {};

    var phoneInputField = document.querySelector("#phone");
    var phoneInput = window.intlTelInput(phoneInputField, {
        initialCountry: "auto", // Set an initial country based on IP or manually with a code
        preferredCountries: ["us", "ca"],
        utilsScript:
            "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/utils.js",
    });
    phoneInput.setCountry(countryCode);

    function toggleSquareCheckbox(element) {
        element.querySelector('.square-checkbox').classList.toggle('checked');
    }

    document.getElementById('this-statement').addEventListener('click', function(event) {
        document.getElementById('statement-about').style.display='none';
        document.getElementById('statement-full').style.display='inline-block';
    });

    function toggleCheckbox(element,selector){
        document.querySelectorAll(selector+' .checkbox').forEach(checkbox => {
            checkbox.classList.remove('checked');
        });

        // Add 'checked' class to the selected checkbox
        element.querySelector('.checkbox').classList.add('checked');

    }

    function toggleAgencyCheckbox(element) {
        toggleCheckbox(element, '.checkout-accept.ip-agency');
    }

    // Function to display errors
    function showErrors(result, focusOnFirstError) {
        result.forEach(function(error, index) {
            document.querySelector(error.orig_selector).classList.add('error_el');
            const exclamationTriangle='<svg width="15" height="15" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">'+
                '<path fill="red" d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/>'+
                '</svg>';
            var errorHTML =exclamationTriangle+' '+ error.message;
            var errorTextEl = document.querySelector(error.selector);
            errorTextEl.innerHTML = errorHTML;
            errorTextEl.style.display = 'block';
            if (index === 0 && focusOnFirstError) {
                window.scrollTo(0, document.querySelector(error.selector).offsetTop - 120);
                document.querySelector(error.selector).focus();
            }
        });
    }

    function isKeyInObject(obj, key) {
        return key in obj;
    }

    function parseErrorMessage(errorResponse) {
        if(isKeyInObject(errorResponse, 'responseJSON')) {
            var response=errorResponse.responseJSON;
            if (!response.success) {
                let errorMessage = response.message + ":\n";
                for (const field in response.errors) {
                    if (response.errors.hasOwnProperty(field)) {
                        errorMessage += `${field}: ${response.errors[field].join(', ')}\n`;
                    }
                }
                return errorMessage;
            }
        }
        return errorResponse.statusText;
    }

    // Function to check if a field is empty
    function checkField(selector) {
        if (document.querySelector(selector).value.trim() === '') {
            return 0;
        }
        return 1;
    }

    // Function to validate email
    function validateEmail(email) {
        const re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
        return re.test(String(email).toLowerCase());
    }

    // Function to check client info block
    function checkClientInfoBlockAndTmAppNo() {
        var result = [];
        if (!document.getElementById('firstname').value.trim().length) {
            var localObj = {};
            localObj.orig_selector = '#firstname';
            localObj.selector = '#fn-alert';
            localObj.message = 'Please fill out your first name.';
            result.push(localObj);
        }

        if (!document.getElementById('lastname').value.trim().length) {
            var localObj = {};
            localObj.orig_selector = '#lastname';
            localObj.selector = '#ln-alert';
            localObj.message = 'Please fill out your last name.';
            result.push(localObj);
        }

        if (document.getElementById('email').value.trim().length) {
            if (!validateEmail(document.getElementById('email').value.trim())) {
                var localObj = {};
                localObj.orig_selector = '#email';
                localObj.selector = '#email-alert';
                localObj.message = 'Invalid email address.';
                result.push(localObj);
            }
        } else {
            var localObj = {};
            localObj.orig_selector = '#email';
            localObj.selector = '#email-alert';
            localObj.message = 'Please provide a valid email address.';
            result.push(localObj);
        }

        if (!phoneInput.isValidNumber()) {
            var localObj = {};
            localObj.orig_selector = '#phone';
            localObj.selector = '#phn-alert';
            localObj.message = 'Please provide a valid phone number.';
            result.push(localObj);
        }

        if (!document.querySelector('.privacy.square-checkbox').classList.contains('checked')) {
            var localObj = {};
            localObj.orig_selector = '.privacy.square-checkbox';
            localObj.selector = '#chbx-alert';
            localObj.message = 'Please confirm we can communicate with you.';
            result.push(localObj);
        }

        if (!document.getElementById('appno').value.trim().length) {
            var localObj = {};
            localObj.orig_selector = '#appno';
            localObj.selector = '#appno-alert';
            localObj.message = 'Please fill out your trademark application number.';
            result.push(localObj);
        }

        return result;
    }

    document.getElementById('get-oa-help-btn').addEventListener('click', function (event) {
        document.querySelectorAll('.error-text').forEach(el => {
            el.innerHTML = '';
            el.style.display = 'none';
        });
        document.querySelectorAll('.error_el').forEach(el => el.classList.remove('error_el'));

        let result = checkClientInfoBlockAndTmAppNo();
        let wasErrors = false;

        if (result.length) {
            showErrors(result, true);
            wasErrors = true;
        }

        if (wasErrors) {
            event.preventDefault();
            return false;
        } else {
            const loadingModal = document.getElementById("loading-modal");
            loadingModal.style.display='flex';

            let formData = new FormData();
            formData.append('firstname', document.getElementById('firstname').value.trim());
            formData.append('lastname', document.getElementById('lastname').value.trim());
            formData.append('email', document.getElementById('email').value.trim());
            formData.append('appno', document.getElementById('appno').value.trim());
            formData.append('details', document.getElementById('details').value.trim());
            formData.append('agency', document.querySelector('.ip-agency.checkbox.checked').dataset.val);
            formData.append('phone', phoneInput.getNumber());
            fetch('https://in.trademarkfactory.com/api/sales_queue/opposition-help-request', {
                method: 'POST',
                body: formData
            })
                .then(response => response.json())
                .then(response => {
                    if (isKeyInObject(response, 'success')) {
                        document.getElementById('loading-modal').style.display='none';
                        document.getElementById('get-oa-help-container').innerHTML='<p>We received your request. Someone will get back to you shortly.</p>';
                    } else if (isKeyInObject(response, 'errors')) {
                        console.log('Error:', response.errors);
                        setTimeout(() => {
                            document.getElementById('loading-modal').style.display='none';
                        }, 500);
                        new Noty({
                            type: 'error',
                            layout: 'topRight',
                            text: 'Error: ' + response.errors,
                            timeout: 3000
                        }).show();
                    }
                })
                .catch(errorResponse => {
                    console.log(errorResponse);
                    setTimeout(() => {
                        document.getElementById('loading-modal').style.display='none';
                    }, 500);
                    new Noty({
                        type: 'error',
                        layout: 'topRight',
                        text: 'Error: ' + parseErrorMessage(errorResponse),
                        timeout: 3000
                    }).show();
                });
        }
        event.preventDefault();
    });
</script>
</body>
</html>