dialog.dialog-nc {
    padding: 14px 20px;
    background: white;
    max-width: 450px;
    padding-top: 2rem;
    border-radius: 20px;
    border: 0;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    animation: fadeIn 1s ease both;
    &::backdrop {
        animation: fadeIn 1s ease both;
        background: rgb(255 255 255 / 40%);
        z-index: 2;
        backdrop-filter: blur(20px);
    }
    .x {
        filter: grayscale(1);
        border: none;
        background: none;
        position: absolute;
        top: 1px;
        right: -4px;
        transition: ease filter, transform 0.3s;
        cursor: pointer;
        transform-origin: center;
        font-size: 25px;
        &:hover {
            filter: grayscale(0);
            transform: scale(1.1);
        }
    }
    h2 {
        font-weight: 600;
        font-size: 2rem;
        padding-bottom: 1rem;
    }
    p {
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 0.5rem 0;
        
    }
    .dialog-nc-img{
       img {
        width: 100%;
        height: auto;
        object-fit: cover;
       }
    }
    .btn-dialog{
      padding: 9px 25px;
      background: var(--main-color);
      color: #fff;
      text-decoration: none;
      position: relative;
      text-align: center;
      margin: 0 auto;
      display: table;
      font-size: 20px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

button.nova_form_btn {
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-btn-spinner {
  display: none;
  width: 34px;
  height: 34px;
  background: transparent;
  box-sizing: border-box;
  border-top: 4px solid green;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 100%;
  margin-right: 15px;
  animation: spin 0.6s ease-out infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.loading-infinite-nc{
  display:none;
  width:100%;
  padding: 14px 25px;
}

.loader-dots-nc {
  width: 15px;
  margin:0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: linf 1s infinite linear alternate;
}
@keyframes linf {
    0%  {box-shadow: 20px 0 #dadada, -20px 0 var(--main-color);background: #dadada }
    33% {box-shadow: 20px 0 #dadada, -20px 0 var(--main-color);background: var(--main-color)}
    66% {box-shadow: 20px 0 var(--main-color),-20px 0 #dadada; background: var(--main-color)}
    100%{box-shadow: 20px 0 var(--main-color),-20px 0 #dadada; background: #dadada }
}

.text-intro-info h3{
  color: #fff;
  font-size: 11px;
}

._cont_tran p{
     position: relative;
    font-size: 53px;
    line-height: 100px;
    margin: 147px 0 10px 56px;
    text-shadow: 2px 2px 20px #0071ff42;
    color: #fff;
    z-index: 2;
}

._cont_tran h3{
           position: relative;
    font-size: 100px;
    line-height: 100px;
    margin: 11px 0 20px 60px;
    text-shadow: 2px 2px 20px #0071ff42;
    color: #fff;
    z-index: 2;
}

@media (max-width: 780px){
    ._cont_tran h3{
        line-height: 32px;
         font-size: 32px;
    }
    
}



._cont_trs{
    padding: 26px 0 50px 0;
}

._text_intro_ts {
   padding-bottom: 32px;
    border-bottom: 1px solid #d7d7d7;
}

._cont_trs2{
    padding: 0;
}
       
       
        ._ts_container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        ._ts_intro-text {
            text-align: justify;
            margin-bottom: 50px;
            font-size: 13px;
            color: #a8a8a8;
            line-height: 1.8;
        }

        ._ts_divider {
            border-top: 1px solid #d0d0d0;
            margin-bottom: 50px;
        }

        ._ts_title {
            font-size: 32px;
    line-height: 32px;
    color: #b5bbbf;
    font-weight: 800;
    margin: 0 0 20px 0;
        }

        ._ts_content-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 30px;
            margin-bottom: 60px;
            border-bottom:1px solid #cbcbcb;
        }

        ._ts_column {
            font-size: 13px;
            text-align: justify;
        }

        ._ts_column p {
           color: #b5bbbf;
    font-size: 19px;
    line-height: 26px;
    text-align: justify;
    margin: 0 0 15px 0;
        }

        ._ts_note {
            font-weight:bold;
            color: #a8a8a8;
            line-height: 1.6;
        }

        ._ts_buttons-section {
            margin-bottom: 25px;
        }

        ._ts_btn-row {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        ._ts_btn {
            padding: 10px;
            border: none;
            border-radius: 3px;
            font-size: 12px;
            font-weight: 500;
            transition: all 0.3s;
            white-space: nowrap;
        }

        
        ._ts_btn-dark-blue {
            background-color: #094980;
            color: white;
            font-size:16px;
            flex: 1;
        }

        ._ts_situations-list {
            margin-bottom: 25px;
        }

        ._ts_situations-list ul {
            list-style: none;
            padding-left: 0;
        }

        ._ts_situations-list li {
            padding: 4px 0;
            padding-left: 15px;
            position: relative;
            font-size: 18px;
             color: #b5bbbf;
        }

        ._ts_situations-list li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #666;
            font-weight: bold;
        }

        ._ts_contact-section h3 {
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
            font-size: 14px;
        }

        ._ts_contact-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
        }

        ._ts_icon-circle {
            width: 45px;
            height: 45px;
            background-color: #094980;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        ._ts_icon-circle svg {
            width: 22px;
            height: 22px;
            fill: white;
        }

        ._ts_contact-details {
            flex: 1;
        }

        ._ts_contact-details h4 {
            font-size: 15px;
            color: #b5bbbf;
            margin-bottom: 5px;
            font-weight: bold;
        }

        ._ts_contact-details ._ts_phone-number {
            font-size: 22px;
            color: #094980;
            font-weight: 600;
            margin-bottom: 3px;
        }

        ._ts_contact-details ._ts_schedule {
            font-size: 15px;
            color: #b5bbbf;
            line-height: 1.4;
        }

        ._ts_contact-details ._ts_link-text {
            font-size: 15px;
            color: #b5bbbf;
        }

        ._ts_contact-details a {
            color: #0066cc;
            text-decoration: underline;
            font-weight: 600;
        }

        ._ts_contact-details ._ts_email {
            font-size: 15px;
            color: #b5bbbf;
        }

        ._ts_cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin-top: 60px;
        }

        ._ts_info-card {
            padding: 50px 0px 22px;
            border-radius: 3px;
            min-height: 280px;
            display: flex;
            flex-direction: column;
        }

        ._ts_info-card h2 {
            font-size: 22px;
            color: #b5bbbf;
            margin-bottom: 25px;
            font-weight:bold;
            line-height: 1.3;
        }

        ._ts_info-card p {
            font-size: 16px;
            text-align: justify;
            margin-bottom: 25px;
            color: #b5bbbf;
            line-height: 1.7;
            flex: 1;
        }

        ._ts_info-card a {
            color: #0066cc;
            text-decoration: none;
            font-size: 18px;
            font-weight: 600;
        }

        ._ts_info-card a:hover {
            text-decoration: underline;
        }
        
        ._ts_card_item{
            position:relative;
        }
        
         ._ts_card_item ._ts_card_img img{
            max-width:100%;
        }

        @media (max-width: 992px) {
            ._ts_content-wrapper {
                grid-template-columns: 1fr;
            }

            ._ts_cards-grid {
                grid-template-columns: 1fr;
            }

            ._ts_title {
                font-size: 38px;
            }

            ._ts_btn-row {
                flex-direction: column;
            }
        }

        @media (max-width: 768px) {
            ._ts_title {
                font-size: 32px;
            }
        }