   * {
      padding: unset;
      margin: unset;
      color: rgb(51, 51, 51);
    }

    body {
      font-family: 'Figtree', sans-serif;
      background-color: #FFFFFF;
    }

    .navbar {
      position: sticky;
      top: 0;
      z-index: 1000;
      background-color: #000000;
    }

    .navbar-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 50px 48px;
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo img {
      max-width: 100%;
    }

    .header {
      background-color: #000000;
      padding: 10px 48px 48px 48px;
      text-align: center;
    

    }

    .header-title {
      font-size: 1.5em;
      margin-top: 20px;
      color: #ffffff;
       font-family: DIN Condensed;
      font-size: 48px;
      font-weight: 700;
      line-height: 56px;
      letter-spacing: 0.47999998927116394px;
      text-align: left;
    }

    .header-subtitle {
      margin-top: 24px;
      color: #ffffff;
      font-family: DM Sans;
      font-size: 18px;
      font-weight: 400;
      line-height: 32px;
      text-align: left;


    }

    .container {
      margin: 0 auto;
      padding: 70px 28px 130px;
      max-width: 800px;
    }

     .container2 {
      margin: 0 auto;
      padding: 70px 28px 130px;
      max-width: 800px;
      text-align: center;
    }

    .container-title {
      text-align: left;
      font-size: 1.5em;
      margin-bottom: 14px;
    }

     .container-title2 {
      text-align: center;
      font-size: 1.5em;
      margin-bottom: 14px;
    }

    .toggle-container {
      display: flex;
      flex-direction: column;
      margin-top: 2.5em;
    }

    .button-submit {
     
      background-color: #FF6F1C;
      padding: 10px 20px;
      margin-left: auto;
      border: none;
      cursor: pointer;
      color: #FFFFFF;
      font-family: DM Sans;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: center;

    }

    .toggle-field {
      display: flex;
      flex-direction: row;
      margin: 23px 0;
    }
    .toggle-field:last-of-type {
       margin-bottom: 70px;
    }
    .left-element {
      display: flex;
      flex: 1;
      flex-direction: column;
    }

    .toggle-title {
      font-size: 1em;
      margin-bottom: 8px;
    }

    .toggle-subtitle {
      font-size: 0.75em;
      margin: unset;
    }

    .right-element {
      display: flex;
      align-items: center;
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      border: 1px solid #000;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 34px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: #000;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 50%;
    }
      input[type="email"] {
        padding: 16px 12px;
        margin-bottom: 24px;
      }
    input:checked+.slider {
      background-color: #000000;
      border: none;
    }

    input:focus+.slider {
      box-shadow: 0 0 1px red;
    }

    input:checked+.slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
      background-color: #70EDFF;
    }

    .notification {
      visibility: hidden;
      opacity: 0;
      position: fixed;
      top: 20%;
      left: 50%;
      transform: translateX(-50%);
      background-color: #4caf50;
      color: white;
      padding: 15px;
      border-radius: 5px;
      font-size: 16px;
      transition: opacity 0.5s ease-in-out, visibility 0.5s;
    }

    .notification.show {
      visibility: visible;
      opacity: 1;
    }

    /* Footer Start */
    .footer-container {
      background-color: black;
      padding: 64px 104px 32px;
      color: white;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
      z-index: 2;
      position: relative;
    }

    .footer-inner-container {
      display: grid;
      grid-template-columns: 140px 1fr;
      gap: 64px;
      margin-bottom: 64px;
      position: relative;
      z-index: 2;
    }

    .footer-privacy {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 40px;
      font-size: 12px;
      font-weight: var(--font-light);
    }

    .footer-disclaimer {
      background-color: rgb(36, 36, 36);
      padding: 35px 104px;
      color: white;
    }

    .footer-disclaimer-inner {
      display: flex;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      align-items: center;
      gap: 15px;
    }

    .footer-disclaimer-inner-p {
      font-weight: var(--font-regular);
      font-size: 14px;
      line-height: 1.6;
      color: white;
    }

    .footer-logo {
      width: 100%;
      position: relative;
    }

    .footer-navi {
      display: grid;
      grid-template-columns: repeat(4, minmax(0px, 25%));
      align-items: flex-start;
      gap: 32px;
    }

    .footer-navi-h3 {
      font-size: 18px;
      color: #70EDFF;
      font-weight: normal;
    }

    .footer-navi-options {
      font-size: 14px;
      font-weight: var(--font-light);
      line-height: 1.1;
      margin-top: 32px;
      display: block;
      color: white;
      text-decoration: none;
      width: fit-content;
    }

    .footer-socials {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      justify-content: flex-end;
      gap: 20px;
    }

    .footer-socials a {
      display: block;
    }

    .footer-signup {
      margin-top: 60px;
      width: 165px;
      position: relative;
      cursor: pointer;
    }

    .footer-signup svg {
      width: 100%;
    }

    .footer-signup span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: bold;
      font-size: 14px;
      color: black;
      width: 80%;
      line-height: 1.4;
      text-align: center;
    }

    .footer-privacy-left {
      display: flex;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      align-items: center;
      gap: 15px;
      font-size: 12px;
    }

    .footer-privacy-left span {
      color: white;
    }

    .footer-privacy span:first-child {
      margin-right: 32px;
      color: white;
    }

    .footer-privacy a {
      color: white;
      -webkit-text-decoration: none;
      text-decoration: none;
    }

    @media (max-width:1200px) {
      .footer-inner-container {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width:1000px) {
      .footer-socials {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
      }

      .footer-navi {
        grid-template-columns: minmax(0, 50%) minmax(0, 50%);
        grid-gap: 64px;
      }

      .footer-signup {
        margin-top: 20px;
      }
    }

    @media (max-width:768px) {
      .footer-privacy {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
      }

      .footer-privacy>svg {
        margin-top: 48px;
      }

      .footer-disclaimer {
        background-color: #242424;
        padding: 40px 25px;
        color: white;
      }

      .footer-disclaimer-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
      }

      .footer-disclaimer-inner-p {
        font-weight: var(--font-regular);
        font-size: 14px;
        line-height: 1.6;
        color: white;
      }

      .footer-privacy-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
      }

      .footer-container {
        padding: 64px 25px 32px 25px;
      }

      .footer-logo {
        width: 100%;
        position: relative;
      }

      .fafGeq {
        background: white;
        padding: 0 25px;
        width: 100%;
        box-sizing: border-box;
        height: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
    }

    @media (max-width:500px) {
      .footer-navi {
        grid-template-columns: 1fr;
      }
      .button-submit {
        margin: 0 auto;
      }
    }

    /* footer end */

    @media (min-width: 768px) {
      .header {
        text-align: left;
      }




      .toggle-container {
        justify-content: flex-end;
      }

      .toggle-field {
        flex-direction: row;
      }

      .toggle-title {
        font-size: 1.1em;
      }

      .toggle-subtitle {
        font-size: 1em;
      }
    }