.single-case {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  section {
    position: relative;
  }
  section .container {
    max-width: 1440px !important;
    width: 100%;
    margin: auto;
  }
  section p,
  section li,
  section span {
    font-size: calc(16px + 2 * (100vw - 139px) / 1461);
  }
  section .subtitle {
    font-family:
      "Commissioner",
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 139px) / 1461);
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4784fc;
    margin-bottom: 20px;
  }
  section h2 {
    font-size: calc(30px + 35 * (100vw - 139px) / 1461);
    line-height: 120%;
    color: #191b20;
    margin-bottom: 27px;
  }
  section h2 span {
    font-size: calc(30px + 35 * (100vw - 139px) / 1461);
    line-height: 120%;
    color: #6579f4;
  }
  section h3 {
    font-weight: 600;
    font-size: calc(18px + 2 * (100vw - 139px) / 1461);
    line-height: 140%;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
  }
  section p {
    margin-bottom: 0;
  }
  section ul {
    padding-left: 0;
  }
  section ul li {
    padding-left: 40px;
    background: url("/wp-content/themes/interexy_new/images/case/immyoutable/list-icon.svg")
      no-repeat 0 50%;
    font-family:
      "Nunito",
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.1px;
    color: #191b20;
    margin-bottom: 24px;
  }
  section ul li:last-child {
    margin-bottom: 0;
  }
  .text-center {
    text-align: center;
  }
  .immyoutable-hero {
    padding-top: 80px;
    background: url("/wp-content/themes/interexy_new/images/case/immyoutable/hero-background.jpg")
      no-repeat 0 0/100% 100%;
    position: relative;
    overflow: visible;
  }
  @media (min-width: 139px) {
    .immyoutable-hero {
      min-height: 760px;
      padding-bottom: 60px;
    }
  }
  @media (min-width: 992px) {
    .immyoutable-hero {
      min-height: 780px;
      padding-bottom: 0;
    }
  }
  .immyoutable-hero::before {
    content: "";
    display: block;
    max-width: 100%;
    width: 100%;
    background: url("/wp-content/themes/interexy_new/images/case/immyoutable/hero-before-bg.svg")
      no-repeat 0 0/100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media (min-width: 139px) {
    .immyoutable-hero::before {
      min-height: 760px;
    }
  }
  @media (min-width: 992px) {
    .immyoutable-hero::before {
      min-height: 780px;
    }
  }
  .immyoutable-hero .logotype-case {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 30px;
  }
  .immyoutable-hero p {
    max-width: 1251px;
    margin: auto;
    width: 100%;
    font-weight: 400;
    line-height: 200%;
    color: #fff;
    margin-bottom: 0;
  }
  .immyoutable-hero .box-img {
    margin: auto;
    max-width: 1600px;
    width: 100%;
  }
  @media (min-width: 992px) {
    .immyoutable-hero .box-img {
      position: relative;
      bottom: -50px;
    }
  }
  .immyoutable-hero .box-img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .dev-process {
    position: relative;
    overflow: hidden;
  }
  @media (min-width: 139px) {
    .dev-process {
      padding: 90px 0;
    }
  }
  @media (min-width: 1239px) {
    .dev-process {
      padding: 130px 0 230px 0;
    }
  }
  @media (min-width: 992px) {
    .dev-process .subtitle {
      margin-top: 25px;
    }
  }
  @media (min-width: 139px) {
    .dev-process .box-img-right {
      display: none;
    }
  }
  @media (min-width: 1239px) {
    .dev-process .box-img-right {
      display: block;
      position: absolute;
      right: -280px;
      bottom: 0;
      max-width: 741px;
      width: 100%;
      height: 775px;
      overflow: hidden;
    }
    .dev-process .box-img-right img {
      position: relative;
      z-index: 2;
      margin-left: 243px;
    }
    .dev-process .box-img-right::before {
      content: "";
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      background: url("/wp-content/themes/interexy_new/images/case/immyoutable/61.png")
        no-repeat 0 0;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  @media (min-width: 1439px) {
    .dev-process .box-img-right {
      right: -245px;
    }
  }
  @media (min-width: 1599px) {
    .dev-process .box-img-right {
      right: -75px;
    }
  }
  @media (min-width: 1919px) {
    .dev-process .box-img-right {
      right: 0;
    }
  }
  .dev-process .flex-row {
    display: flex;
  }
  @media (min-width: 139px) {
    .dev-process .flex-row {
      flex-wrap: wrap;
    }
  }
  @media (min-width: 1179px) {
    .dev-process .flex-row {
      flex-wrap: nowrap;
    }
  }
  .dev-process .box-img {
    max-width: 800px;
    width: 100%;
  }
  @media (min-width: 139px) {
    .dev-process .box-img {
      margin-top: 30px;
    }
  }
  .dev-process .box-img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .dev-process .box-info {
    max-width: 480px;
    width: 100%;
  }
  @media (min-width: 139px) {
    .dev-process .box-info {
      margin-top: 30px;
    }
  }
  @media (min-width: 1179px) {
    .dev-process .box-info {
      margin-top: 40px;
    }
  }
  .dev-process .desc {
    max-width: 940px;
  }
  .dev-process .w769 {
    max-width: 769px;
  }
  .dev-process .mgt24 {
    margin-top: 24px;
  }
  .dev-process .mgt40 {
    margin-top: 40px;
  }
  .tech {
    background: #0d0d15;
    color: #fff;
    position: relative;
  }
  @media (min-width: 1239px) {
    .tech::before {
      content: "";
      background: url("/wp-content/themes/interexy_new/images/case/immyoutable/etherum-bg.svg"),
        url("/wp-content/themes/interexy_new/images/case/immyoutable/planet-bg.svg"),
        url("/wp-content/themes/interexy_new/images/case/immyoutable/galaxy-bg.svg");
      background-repeat: no-repeat;
      background-position:
        0 70%,
        100% 0,
        100% 275px;
      max-width: 100%;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  @media (min-width: 139px) {
    .tech {
      padding: 90px 0 56px 0;
    }
  }
  @media (min-width: 1239px) {
    .tech {
      padding: 130px 0 56px 0;
    }
  }
  @media (min-width: 992px) {
    .tech .subtitle {
      margin-top: 15px;
    }
  }
  .tech h2 {
    color: #fff;
  }
  .tech p {
    max-width: 683px;
    color: #fff;
  }
  .tech ul li {
    color: #fff;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 25px;
  }
  .tech .flex-row {
    display: flex;
    flex-wrap: wrap;
  }
  .tech .list-box-md {
    padding: 30px 36.2798px;
    max-width: 683px;
    width: 100%;
    min-height: 391px;
    background: linear-gradient(
      105.08deg,
      rgba(0, 56, 255, 0.2) -58.44%,
      rgba(22, 73, 121, 0.05) 178.74%
    );
    border: 1.29133px solid #4784fc;
    border-radius: 32px;
    margin: 55px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .tech .list-box-md::after {
    max-width: 683px;
    width: 100%;
    min-height: 100%;
    border-radius: 32px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }
  .tech .list-box-sm {
    padding: 30px 36.2798px;
    max-width: 377px;
    width: 100%;
    min-height: 295px;
    background: linear-gradient(
      105.08deg,
      rgba(0, 56, 255, 0.2) -58.44%,
      rgba(22, 73, 121, 0.05) 178.74%
    );
    border: 1.29133px solid #b8d0ff;
    border-radius: 32px;
    margin-top: 24px;
    margin-right: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .tech .list-box-sm::after {
    max-width: 377px;
    width: 100%;
    min-height: 100%;
    border-radius: 32px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }
  .tech .list-box-sm:last-child {
    margin-right: 0;
  }
  .tech .list-box-sm ul li {
    margin-bottom: 22px;
  }
  .tech .list-box-sm ul li:last-child {
    margin-bottom: 0;
  }
  .screens {
    background: #0d0d15;
  }
  .screens::before {
    content: "";
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/interexy_new/images/case/immyoutable/screens-img-bg.png")
      no-repeat 0 0/92%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .screens img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  @media (min-width: 139px) {
    .projects-feautered {
      padding: 90px 0;
    }
  }
  @media (min-width: 992px) {
    .projects-feautered {
      padding: 140px 0 70px 0;
    }
  }
  .projects-feautered h2 {
    text-align: center;
  }
  .projects-feautered .project-box {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .projects-feautered .project-box .img-box {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    background: #1f2226;
    border-radius: 34px;
    margin-bottom: 40px;
  }
  .projects-feautered .project-box .img-box img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .projects-feautered .project-box h3 {
    font-family: "Commissioner", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #191b20;
    margin-bottom: 20px;
  }
  @media (min-width: 139px) {
    .projects-feautered .project-box h3 {
      font-size: calc(24px + 12 * (100vw - 139px) / 1461);
      line-height: 38px;
    }
  }
  .projects-feautered .project-box p {
    font-weight: 300;
    font-size: calc(16px + 2 * (100vw - 139px) / 1461);
    line-height: 200%;
    color: #3e3465;
    margin-bottom: 20px;
  }
  .projects-feautered .project-box .link {
    display: flex;
    align-items: center;
    max-width: 145px;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: calc(16px + 2 * (100vw - 139px) / 1461);
    line-height: 25px;
    color: #6579f4;
    cursor: pointer;
  }
  .projects-feautered .project-box .link:hover svg {
    margin-left: 25px;
    transition:
      color 0.9s,
      margin-left 0.7s;
    -webkit-transition:
      color 0.9s,
      margin-left 0.7s;
    -moz-transition:
      color 0.9s,
      margin-left 0.7s;
    -ms-transition:
      color 0.9s,
      margin-left 0.7s;
    -o-transition:
      color 0.9s,
      margin-left 0.7s;
  }
  .projects-feautered .project-box .link svg {
    margin-left: 15px;
  }
  .feedbacks {
    padding: 70px 0;
  }
  .feedbacks h2 {
    max-width: 695px;
    box-sizing: border-box;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .feedbacks .logos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 596px;
    box-sizing: border-box;
    margin: 0 auto 40px auto;
  }
  .feedbacks .logos-wrapper img {
    height: auto;
    margin-top: 20px;
  }
  @media (min-width: 139px) {
    .feedbacks .logos-wrapper img {
      max-width: 100%;
      width: 100%;
    }
  }
  @media (min-width: 414px) {
    .feedbacks .logos-wrapper img {
      width: auto;
    }
  }
  .feedbacks p {
    max-width: 1160px;
    box-sizing: border-box;
    margin: 0 auto 80px auto;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    color: #3e3465;
  }
  .feedbacks .feedbacks-wrapper {
    max-width: 1160px;
    padding: 25px;
    box-sizing: border-box;
    background: #f7f8fc;
    border-radius: 42px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
  }
  .feedbacks .feedbacks-wrapper .feedback {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 22.9999px;
    gap: 16.42px;
    max-width: 356.96px;
    width: 100%;
    min-height: 280.27px;
    background: #fff;
    box-shadow: -5.13234px 2.05294px 12.3176px rgba(41, 47, 117, 0.08);
    flex: none;
    order: 0;
    flex-grow: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .feedbacks .feedbacks-wrapper .feedback .top-row .rating {
    display: flex;
    align-items: center;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #191b20;
    margin-bottom: 16px;
  }
  .feedbacks .feedbacks-wrapper .feedback .top-row .rating svg {
    margin-left: 5px;
  }
  .feedbacks .feedbacks-wrapper .feedback .top-row .description {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: -0.02em;
    color: #3e3465;
  }
  .feedbacks .feedbacks-wrapper .feedback .row-bottom {
    width: 100%;
  }
  .feedbacks .feedbacks-wrapper .feedback .row-bottom .person {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #6d7a7d;
    margin-bottom: 16px;
  }
  .feedbacks .feedbacks-wrapper .feedback .row-bottom .info {
    display: flex;
    align-items: center;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #6d7a7d;
  }
  .feedbacks .feedbacks-wrapper .feedback .row-bottom .info svg {
    margin-right: 9px;
  }
  .feedbacks .feedbacks-wrapper .info-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }
  .feedbacks .feedbacks-wrapper .info-wrapper .text {
    font-family: "Commissioner";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #191b20;
    margin-right: 10px;
  }
  .feedbacks .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 32px;
    width: 230px;
    height: 72px;
    background: #6579f4;
    border-radius: 23px;
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
    box-sizing: border-box;
    margin: 80px auto 0 auto;
    transition: all 0.3 ease;
  }
  .feedbacks .link:hover {
    background: #3e3465;
    transition: 0.3s;
  }
  .iti__flag {
    background-image: url("/wp-content/themes/interexy_new/images/dev-n/blocks/flags.png");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("/wp-content/themes/interexy_new/images/dev-n/blocks/flags@2x.png");
    }
  }
  .regform {
    padding: 70px 0 140px 0;
  }
  .regform h2 {
    max-width: 800px;
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    color: #191b20;
    box-sizing: border-box;
    margin: 0 0 95px 0;
  }
  .regform h2 span {
    color: #6579f4;
  }
  .regform .form-wrapper {
    max-width: 100%;
    background: #f7f8fc;
    border-radius: 42px;
    padding: 40px;
  }
  .regform .form-wrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .regform .form-wrapper .radiobuttons-col {
    max-width: 560px;
  }
  .regform .form-wrapper .radiobuttons-col .item {
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #191b20;
    margin-bottom: 40px;
  }
  .regform .form-wrapper .radiobuttons-col .radiobuttons {
    display: flex;
    flex-wrap: wrap;
  }
  .regform .form-wrapper .radiobuttons-col .radiobuttons .radiobutton {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 270px;
    width: 100%;
    height: 110px;
    margin-bottom: 20px;
  }
  .regform .form-wrapper .radiobuttons-col .radiobuttons .radiobutton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 555;
    pointer-events: auto;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 60px;
    gap: 10px;
    max-width: 255px;
    width: 100%;
    height: 110px;
    background: #f7f8fc;
    border-radius: 100.289px;
    flex: none;
    order: 0;
    flex-grow: 1;
    font-family: "Commissioner";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #191b20;
    transition: all 0.3s ease;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    .checkmark::before {
    border: none;
    background: none !important;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    .checkmark::after {
    content: "";
    position: absolute;
    display: none;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    input:checked
    ~ .checkmark {
    background-color: #6579f4;
    color: #fff;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    input:checked
    ~ .checkmark:after {
    display: none;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    input:checked
    ~ .checkmark:before {
    display: none;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    .budget20 {
    border: 2px solid #ff9274;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    .budget50 {
    border: 2px solid #6579f4;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    .budget250 {
    border: 2px solid #ce6709;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    .budget500 {
    border: 2px solid #a2c0da;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    .budget100 {
    border: 2px solid #727d86;
  }
  .regform
    .form-wrapper
    .radiobuttons-col
    .radiobuttons
    .radiobutton
    .budget1m {
    border: 2px solid #df69e8;
  }
  .regform .form-wrapper .radiobuttons-col .info {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    color: #3e3465;
    margin-top: 40px;
  }
  .regform .form-wrapper .radiobuttons-col .info a {
    font-weight: 400;
    color: #6579f4;
  }
  .regform .form-wrapper .inputs-col {
    max-width: 560px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .regform .form-wrapper .inputs-col input {
    display: block;
    width: 100%;
    height: 75px !important;
    padding: 26px 0 26px 25px !important;
    background: #fff !important;
    border-radius: 23px !important;
    border: none !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
    border: none !important;
  }
  .regform .form-wrapper .inputs-col input::-moz-placeholder {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #191b20;
  }
  .regform .form-wrapper .inputs-col input:-ms-input-placeholder {
    font-family: "Nunito", sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #191b20 !important;
  }
  .regform .form-wrapper .inputs-col input::placeholder {
    font-family: "Nunito", sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #191b20 !important;
  }
  .regform .form-wrapper .inputs-col input::-webkit-input-placeholder {
    font-family: "Nunito", sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #191b20 !important;
  }
  .regform .form-wrapper .inputs-col input:-ms-input-placeholder {
    font-family: "Nunito", sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #191b20 !important;
  }
  .regform .form-wrapper .inputs-col input:focus {
    outline: 0;
    box-shadow: none !important;
  }
  .regform .form-wrapper .inputs-col .group-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .regform .form-wrapper .inputs-col .group-inputs input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 26px 25px;
    gap: 10px;
    max-width: 270px;
    width: 100%;
    height: 75px;
    background: #fff !important;
    border-radius: 23px;
    flex: none;
    order: 0;
    flex-grow: 1;
    border: none !important;
  }
  @media (min-width: 139px) {
    .regform .form-wrapper .inputs-col .group-inputs input {
      max-width: 100%;
    }
  }
  @media (min-width: 1275px) {
    .regform .form-wrapper .inputs-col .group-inputs input {
      max-width: 100%;
      max-width: 270px;
    }
  }
  .regform .form-wrapper .inputs-col .group-inputs input:focus {
    outline: 0;
  }
  .regform .form-wrapper .inputs-col .group-inputs .iti {
    max-width: 270px;
    width: 100%;
  }
  @media (min-width: 139px) {
    .regform .form-wrapper .inputs-col .group-inputs .iti {
      max-width: 100%;
      margin-bottom: 20px;
    }
  }
  @media (min-width: 1275px) {
    .regform .form-wrapper .inputs-col .group-inputs .iti {
      max-width: 100%;
      max-width: 270px;
    }
  }
  .regform .form-wrapper .inputs-col .group-inputs #phone {
    padding: 26px 25px 26px 45px !important;
    gap: 10px;
    width: 100%;
    height: 75px;
    background: #fff;
    border-radius: 23px;
    flex: none;
    order: 0;
    flex-grow: 1;
  }
  @media (min-width: 139px) {
    .regform .form-wrapper .inputs-col .group-inputs #phone {
      max-width: 100%;
    }
  }
  @media (min-width: 1275px) {
    .regform .form-wrapper .inputs-col .group-inputs #phone {
      max-width: 100%;
      max-width: 270px;
    }
  }
  .regform .form-wrapper .inputs-col .group-inputs #phone:focus {
    outline: none;
  }
  .regform .form-wrapper .inputs-col .group-inputs .iti__selected-flag {
    height: 75px;
    background-color: rgba(0, 0, 0, 0);
  }
  .regform .form-wrapper .inputs-col .group-inputs .iti__country-list {
    max-width: 270px;
    width: 270;
    box-shadow: none;
    border: none;
  }
  .regform
    .form-wrapper
    .inputs-col
    .group-inputs
    .iti__country-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .regform
    .form-wrapper
    .inputs-col
    .group-inputs
    .iti__country-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cecece;
    border-radius: 5px;
  }
  .regform
    .form-wrapper
    .inputs-col
    .group-inputs
    .iti__country-list::-webkit-scrollbar-thumb {
    background: #6579f4;
    border-radius: 5px;
  }
  .regform .form-wrapper .inputs-col textarea {
    max-width: 100%;
    width: 100%;
    background: #fff;
    border-radius: 23px;
    min-height: 168px;
    border: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 26px 0 0 25px;
  }
  .regform .form-wrapper .inputs-col textarea::-moz-placeholder {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #191b20;
  }
  .regform .form-wrapper .inputs-col textarea:-ms-input-placeholder {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #191b20;
  }
  .regform .form-wrapper .inputs-col textarea::placeholder {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #191b20;
  }
  .regform .form-wrapper .inputs-col textarea::-webkit-input-placeholder {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #191b20;
  }
  .regform .form-wrapper .inputs-col textarea:-ms-input-placeholder {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #191b20;
  }
  .regform .form-wrapper .inputs-col textarea:focus {
    outline: none;
  }
  .regform .form-wrapper .inputs-col input.btn-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 32px !important;
    gap: 10px;
    max-width: 210px;
    width: 100%;
    height: 95px;
    background: #6579f4 !important;
    border-radius: 123px;
    flex: none;
    order: 4;
    flex-grow: 0;
    box-sizing: border-box;
    font-family: "Commissioner", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
  }
  @media (min-width: 139px) {
    .regform h2 {
      font-size: 18px;
    }
  }
  @media (min-width: 320px) {
    .regform h2 {
      font-size: 24px;
    }
  }
  @media (min-width: 360px) {
    .regform h2 {
      font-size: 33px;
    }
  }
  @media (min-width: 605px) {
    .regform h2 {
      line-height: 79px;
      font-size: 65px;
    }
  }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .block-news {
    padding: 140px 0 70px 0;
  }
  .block-news .row {
    margin-bottom: 0;
  }
  .block-news h2 {
    max-width: 760px;
    margin: 0 auto 60px auto;
    color: #191b20;
    text-align: center;
    font-size: calc(30px + 35 * (100vw - 139px) / 1461);
    line-height: 120%;
  }
  .block-news .block-news-info {
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .block-news .block-news-info .preview-post {
    max-width: 100%;
    border-radius: 33.031px;
    margin-bottom: 20px;
  }
  .block-news .block-news-info .preview-post img {
    max-width: 100%;
    min-height: 300px;
    border-radius: 33px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .block-news .block-news-info .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .block-news .block-news-info .tags-wrapper a {
    color: #191b20;
    font-family:
      "Nunito",
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
    font-size: calc(12px + 2 * (100vw - 139px) / 1461);
    font-style: normal;
    font-weight: 400;
    line-height: 300%;
    display: flex;
    padding: 0px 27.937px;
    flex-direction: column;
    align-items: center;
    gap: 14.704px;
    border-radius: 147.462px;
    border: 1.47px solid #e4e7fb;
    margin-right: 7px;
  }
  .block-news .block-news-info .tags-wrapper a:last-child {
    margin-right: 0;
  }
  .block-news .block-news-info .author-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 19px 0;
  }
  .block-news .block-news-info .author-wrapper .author-pic {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 17px;
  }
  .block-news .block-news-info .author-wrapper .author-pic img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .block-news .block-news-info .author-wrapper .author-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 300px;
  }
  .block-news .block-news-info .author-wrapper .author-info .author-name {
    display: block;
    max-width: 100%;
    width: 100%;
    color: #191b20;
    font-family:
      "Nunito",
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
    font-size: calc(16px + 2 * (100vw - 139px) / 1461);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.18px;
  }
  .block-news .block-news-info .author-wrapper .author-info .post-date-wrapper {
    display: flex;
    align-items: center;
  }
  .block-news
    .block-news-info
    .author-wrapper
    .author-info
    .post-date-wrapper
    .date {
    color: #3e3465;
    font-family:
      "Nunito",
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
    font-size: calc(14px + 2 * (100vw - 139px) / 1461);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.16px;
    margin-right: 12px;
  }
  .block-news
    .block-news-info
    .author-wrapper
    .author-info
    .post-date-wrapper
    .time-reading {
    margin-left: 12px;
    display: flex;
    align-items: center;
    color: #3e3465;
    font-family:
      "Nunito",
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
    font-size: calc(14px + 2 * (100vw - 139px) / 1461);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.16px;
  }
  .block-news
    .block-news-info
    .author-wrapper
    .author-info
    .post-date-wrapper
    .time-reading
    svg {
    margin-right: 7px;
  }
  .block-news .block-news-info h4 {
    margin-bottom: 20px;
  }
  .block-news .block-news-info h4 a {
    color: #191b20;
    font-family:
      "Commissioner",
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
    font-size: calc(18px + 6 * (100vw - 139px) / 1461);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    cursor: pointer;
  }
  .block-news .block-news-info p {
    color: #3e3465;
    font-family:
      "Nunito",
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
    margin-bottom: 0;
  }
}
