@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
.form-floating label[data-v-266483db] {
  left: 0px;
}
.form-check-input[data-v-266483db]:checked {
  background-color: #f05c00;
  border-color: #f05c00;
}
section[data-v-266483db] {
  font-family: 'Lato', serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 66px);
  position: relative;
}
section .content[data-v-266483db] {
    width: 50%;
}
section .content .header[data-v-266483db] {
      position: relative;
      background: #000;
      text-align: center;
      width: 100%;
      padding: 40px 0;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
section .content .header h1[data-v-266483db] {
        color: #fff !important;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 64px !important;
        letter-spacing: 2px;
}
section .content .header .triangles[data-v-266483db] {
        position: absolute;
        bottom: 0;
        left: 50px;
}
section .content .header .trianglesTwo[data-v-266483db] {
        position: absolute;
        top: 0;
        right: -80px;
}
section .content .list-content[data-v-266483db] {
      padding: 73px 0px;
      width: 58%;
      margin: 0 auto;
}
section .content .list-content h4[data-v-266483db] {
        margin-bottom: 30px;
        font-weight: 600;
}
section .content .list-content .list-unstyled li[data-v-266483db] {
        margin-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
section .content .list-content .list-unstyled li svg[data-v-266483db] {
          margin-right: 16px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-top: 3px;
}
section .content .logos[data-v-266483db] {
      width: 100%;
}
section .content .logos h5[data-v-266483db] {
        text-align: center;
        margin-bottom: 24px;
}
section .content .logos .carousel[data-v-266483db] {
        background-color: #f5f5f5;
        padding: 34px 96px;
}
section .content .logos img[data-v-266483db] {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
}
section .content .logos img[data-v-266483db]:hover {
          -webkit-filter: grayscale(0);
                  filter: grayscale(0);
}
section .content[data-v-266483db]:first-of-type {
      background: #fff;
}
section .content-form[data-v-266483db] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    background: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 60px;
}
section .content-form .form[data-v-266483db] {
      width: 48%;
}
section .content-form .form .title[data-v-266483db] {
        text-align: center;
}
section .content-form .form .title .svg-icon[data-v-266483db] {
          width: 96px;
          height: auto;
          display: block;
          margin: 0 auto 30px auto;
}
section .content-form .form .title h3[data-v-266483db] {
          letter-spacing: 2px;
          margin-bottom: 48px;
}
section .content-form .form .title span[data-v-266483db] {
          font-size: 14px;
          color: #82746c;
          position: relative;
          display: inline-block;
          margin-bottom: 48px;
}
section .content-form .form .title span[data-v-266483db]::before {
            content: '';
            position: absolute;
            top: 12px;
            left: -104px;
            width: 80px;
            height: 1px;
            background-color: #82746c;
            opacity: 0.4;
}
section .content-form .form .title span[data-v-266483db]::after {
            content: '';
            position: absolute;
            top: 12px;
            right: -104px;
            width: 80px;
            height: 1px;
            background-color: #82746c;
            opacity: 0.4;
}
section .content-form .form .form-floating[data-v-266483db] {
        position: relative;
        margin-bottom: 21px;
}
section .content-form .form .form-floating label[data-v-266483db] {
          font-size: 16px;
          color: #685d56;
}
section .content-form .form .form-floating .form-control[data-v-266483db] {
          border-radius: 0;
          height: 48px;
}
section .content-form .form .form-floating .toggle[data-v-266483db] {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          right: 15px;
          cursor: pointer;
}
section .content-form .form .form-floating.required[data-v-266483db]::after {
          content: '*';
          position: absolute;
          color: red;
          top: 0;
          right: 8px;
          height: 100%;
          padding-top: 8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 24px;
          line-height: 0;
}
section .content-form .form .select-model[data-v-266483db] {
        position: relative;
}
section .content-form .form .select-model[data-v-266483db]::after {
          content: '*';
          position: absolute;
          color: red;
          top: 0;
          right: 8px;
          height: 100%;
          padding-top: 8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 24px;
          line-height: 0;
}
section .content-form .form .form-check[data-v-266483db] {
        font-size: 14px;
}
section .content-form .form .form-footer[data-v-266483db] {
        margin-top: 48px;
}
section .content-form .form .form-footer .d-flex[data-v-266483db] {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          gap: 24px;
}
section .content-form .form .form-footer .d-flex .btn[data-v-266483db] {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
}
section .content-form .form .form-footer .d-flex .btn[data-v-266483db]:first-of-type {
              background: #f05c00 !important;
              border-color: #f05c00 !important;
}
section .content-form .form .form-footer .btn[data-v-266483db] {
          background: #000 !important;
          border-color: #000 !important;
          height: 50px;
}
section .content-form .form .form-footer .btn div[data-v-266483db] {
            position: relative;
            display: inline-block;
}
section .content-form .form .form-footer .btn div .spinner-border[data-v-266483db] {
              position: absolute;
              width: 1.4rem;
              height: 1.4rem;
              left: -30px;
              color: #f05c00;
}
section .content-form .form .form-footer .contact[data-v-266483db] {
          text-align: center;
          margin-top: 48px;
}
section .content-form .form .form-footer .contact span[data-v-266483db] {
            display: inline-block;
            margin-bottom: 8px;
            font-weight: 400;
            font-size: 18px;
}
section .content-form .form .form-footer .contact span[data-v-266483db]:first-of-type {
              margin-right: 23px;
}
section .content-form .form .form-footer .contact span[data-v-266483db]:nth-of-type(2) {
              text-decoration: underline;
              cursor: pointer;
              font-weight: 600;
}
section .content-form .form .form-footer .contact .account[data-v-266483db] {
            font-size: 18px;
}
section .content-form .form .form-footer .contact .account a[data-v-266483db] {
              color: #08c;
              font-size: 18px;
              margin-left: 23px;
              text-decoration: underline;
              cursor: pointer;
}
section .content-form .form .form-footer .new-code[data-v-266483db] {
          text-align: center;
          margin-top: 18px;
          font-size: 18px;
}
section .content-form .form .form-footer .new-code span[data-v-266483db] {
            color: #08c;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
}
section .content-form .form .form-footer .new-code span[data-v-266483db]:hover {
              text-decoration: underline;
}
section .content-form .form .form-footer .new-code span[data-v-266483db]:nth-of-type(2) {
              margin-left: 12px;
}
@media (max-width: 1024px) {
section[data-v-266483db] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: hidden;
}
section .content[data-v-266483db] {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-bottom: 80px;
}
section .content .list-content[data-v-266483db] {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
}
section .content .header .trianglesTwo[data-v-266483db] {
        right: -120px;
        top: 50px;
}
section .content .logos h5[data-v-266483db] {
        padding: 0 25px;
}
section .content-form[data-v-266483db] {
      width: 100%;
      padding-left: 35px;
      padding-right: 35px;
      padding-bottom: 80px;
}
section .content-form .form[data-v-266483db] {
        width: 65%;
}
}
@media (max-width: 768px) {
section[data-v-266483db] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: hidden;
}
section .content[data-v-266483db] {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-bottom: 80px;
}
section .content .list-content[data-v-266483db] {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
}
section .content .header .trianglesTwo[data-v-266483db] {
        right: -120px;
        top: 50px;
}
section .content .logos h5[data-v-266483db] {
        padding: 0 25px;
}
section .content-form[data-v-266483db] {
      width: 100%;
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 80px;
}
section .content-form .form[data-v-266483db] {
        width: 100%;
}
}

