@charset "utf-8";
/* CSS Document */

	    .social-share {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
  }

  .social-share a {
    font-size: 24px;
    color: #967E5A;
    transition: color 0.3s ease;
  }

  .social-share a:hover {
    color: #1F2C3A;
  }

       .nota-table {
      width: 100%;
      background-color: #f9f9f9;
      padding: 20px 0;
    }

    .nota-wrapper {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .nota-label {
      font-size: 12px;
      color: #202C38;
      text-align: center;
    }
   .linknota {
   font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      margin-top: 0;
      color: #1F2C39;
	     }
   .linknota a {
       font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      margin-top: 0;
      color: #1F2C39;
	     }
   .linknota:hover {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      margin-top: 0;
      color: #1F2C39;
	  text-decoration: none;
	     }
    .nota-icon-row {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .nota-social-btn {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: transparent;
      color: #967E5A;
      font-size: 24px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .nota-social-btn:hover {
      color: #202C38;
    }
    .cts-wrapper {
      font-family: 'Montserrat', sans-serif;
      background-color: #f9f9f9;
      color: #1F2C39;
      line-height: 1.8;
      overflow-x: hidden;
    }

    .cts-wrapper *, .cts-wrapper *::before, .cts-wrapper *::after {
      box-sizing: border-box;
    }

    .cts-wrapper h1, 
    .cts-wrapper h2, 
    .cts-wrapper h3,
    .cts-wrapper h4 {
		
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      margin-top: 0;
      color: #1F2C39;
    }

    .cts-container {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 60px 40px;
    }

    .cts-header {
      text-align: center;
      padding: 200px 40px 40px;
    }

    .cts-header h1 {
      font-size: 50px;
      line-height: 60px;
      padding-bottom: 50px;
      max-width: 900px;
      margin: auto;
	color:#1F2C39;
    }

    .cts-header h2 {
      font-size: 25px;
		line-height: 30px;
      color: #1F2C39;
      margin-bottom: 28px;
      font-family: 'Montserrat', sans-serif;
    }

    .cts-author {
      font-size: 15px;
      color: #666;
    }

    .cts-hero-row {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }

    .cts-hero-image {
      flex: 1;
      min-width: 300px;
      max-width: 50%;
      width: 100%;
      height: auto;
    }

    .cts-hero-quote {
      flex: 1;
      background-color: #1a2938;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 50px;
      font-weight: 400;
      font-size: 22px;
		line-height: 32px;
      text-align: center;
      max-width: 50%;
		flex-direction: column;
    }
	      .cts-hero-quote2 {
      
      color: white;
     
      font-size: 15px;

			  line-height: 20px;
    }

    .cts-section {
      margin-bottom: 64px;
      font-size: 12px;
    }

    .cts-section h3 {
      font-size: 37px;
      font-weight: 300;
      color: #202C38;
      margin-bottom: 28px;
    }
    .cts-section h4 {
      font-size: 28px;
      font-weight: 300;
      color: #202C38;
      margin-bottom: 18px;
		line-height: 35px;
    }
    .cts-section p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 28px;
      color: #202C38;
      max-width: 100%;
    }

    .cts-highlight {
      font-weight: 600;
    }

    .cts-section ul {
      padding-left: 24px;
      font-size: 16px;
    }

    .cts-section ul li {
      margin-bottom: 18px;
    }

    .cts-call-to-action {
      width: 100%;
      background-color: #eaf0f3;
      padding: 80px 0;
    }

    .cts-call-to-action .cts-container {
      padding: 0 40px;
    }

    .cts-call-to-action h3 {
      font-size: 37px;
      line-height: 45px;
      margin-bottom: 28px;
    }

    .cts-call-to-action p {
      margin-bottom: 28px;
      font-size: 16px;
    }

	    .note-quote-box {
      border-left: 6px solid #a68c5d;
      padding-left: 16px;
      padding-top: 50px;
      padding-bottom: 50px;
      margin-bottom: 40px;
      margin-top: 40px;
      max-width: 600px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .note-quote {
      font-weight: 600;
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 6px;
    }

    .note-quote-source {
      font-size: 14px;
      font-style: italic;
      color: #999999;
    }  
	  
	  
	  
	  
    @media (max-width: 900px) {
		    .cts-author {
      font-size: 11px;
      color: #666;
    }
      .cts-header h1 {
        font-size: 35px;
        line-height: 40px;
      }
    .cts-header {
      text-align: center;
      padding: 130px 40px 40px;
    }
      .cts-hero-row {
        flex-direction: column;
      }

      .cts-hero-image,
      .cts-hero-quote {
        max-width: 100%;
        width: 100%;
      }

      .cts-hero-quote {
        padding: 40px 20px;
        font-size: 14px;
      }

      .cts-header h2 {
        font-size: 18px;
      }

      .cts-section p,
      .cts-call-to-action p,
      .cts-section ul {
        font-size: 15px;
        line-height: 1.5;
      }

      .cts-section h3 {
        font-size: 28px;
        line-height: 35px;
      }
      .cts-section h4 {
        font-size: 28px;
        line-height: 35px;
      }
      .cts-container {
        padding: 40px;
      }

      .cts-call-to-action h3 {
        font-size: 28px;
        line-height: 35px;
      }

      .cts-call-to-action .cts-container {
        padding: 40px;
      }
    }