* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

h3 {
  color: #232323;
  font-weight: 600;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 42px;
  line-height: 23.42px;
  letter-spacing: -1.4px;
  margin-bottom: 14px; }
  @media screen and (max-width: 1560px) {
    h3 {
      font-size: 33.25px;
      line-height: 18.54px;
      letter-spacing: -1.1px; } }
  @media screen and (max-width: 1199.98px) {
    h3 {
      font-size: 26.25px;
      line-height: 14.64px; } }

p {
  color: #232323;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 23.42px;
  letter-spacing: 0; }
  @media screen and (max-width: 1560px) {
    p {
      font-size: 19px;
      line-height: 18.54px; } }
  @media screen and (max-width: 1199.98px) {
    p {
      font-size: 15px;
      line-height: 14.64px;
      letter-spacing: 0;
      line-height: normal; } }

html {
  scroll-behavior: smooth;
  background-size: 100%; }

body {
  background: #ececec;
  font-family: "neue-haas-grotesk-display", sans-serif;
  overflow-x: hidden;
  width: 100%; }

.container {
  max-width: 1370px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 1560px) {
    .container {
      max-width: 1090px; } }
  @media screen and (max-width: 1240px) {
    .container {
      max-width: 88%; } }
  @media screen and (max-width: 992px) {
    .container {
      max-width: 860px; } }
  @media screen and (max-width: 860px) {
    .container {
      max-width: 680px; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 620px; } }
  @media screen and (max-width: 640px) {
    .container {
      padding-left: 25px;
      padding-right: 25px;
      max-width: 100%; } }

.row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

/* Header */
.header {
  position: relative;
  /*.row{
      @media screen and (max-width: 767px) {
          justify-content: center;
      }
  }*/ }
  @media screen and (max-width: 860px) {
    .header {
      text-align: center; } }
  .header .logo {
    position: absolute;
    margin: 28px 0 0;
    z-index: 9;
    top: 70px; }
    @media screen and (max-width: 1199.98px) {
      .header .logo {
        margin-top: 12px; } }
    @media screen and (max-width: 860px) {
      .header .logo {
        top: 45px; } }
    @media screen and (max-width: 640px) {
      .header .logo {
        top: 74px;
        left: 40px;
        padding: 10px 0; } }
    @media screen and (max-width: 540px) {
      .header .logo {
        top: 40px;
        left: 25px; } }
    @media screen and (max-width: 360px) {
      .header .logo {
        top: 25px;
        left: 20px; } }
    .header .logo img {
      width: 348px; }
      @media screen and (max-width: 1560px) {
        .header .logo img {
          width: 277px; } }
      @media screen and (max-width: 1199.98px) {
        .header .logo img {
          width: 220px; } }
      @media screen and (max-width: 860px) {
        .header .logo img {
          width: 156px; } }
      @media screen and (max-width: 640px) {
        .header .logo img {
          width: 227px; } }
      @media screen and (max-width: 540px) {
        .header .logo img {
          width: 154px; } }
      @media screen and (max-width: 360px) {
        .header .logo img {
          width: 114px; } }

/* Banner */
@media screen and (max-width: 767px) {
  .banner {
    overflow: hidden; } }
.banner .row {
  justify-content: center; }
  @media screen and (max-width: 1199px) {
    .banner .row .banner-inner {
      display: flex; } }
  @media screen and (max-width: 640px) {
    .banner .row .banner-inner {
      flex-wrap: wrap;
      flex-direction: column; } }
  .banner .row .banner-inner img {
    width: 1006px;
    height: 1257px;
    object-fit: cover;
    margin-top: -28px; }
    @media screen and (max-width: 1560px) {
      .banner .row .banner-inner img {
        width: 796px;
        height: 995px;
        margin-top: -20px; } }
    @media screen and (max-width: 1240px) {
      .banner .row .banner-inner img {
        width: 775px;
        height: 1025px; } }
    @media screen and (max-width: 1199.98px) {
      .banner .row .banner-inner img {
        width: 658px;
        height: 786px;
        margin-top: -18px; } }
    @media screen and (max-width: 992px) {
      .banner .row .banner-inner img {
        width: 632px;
        height: 789px; } }
    @media screen and (max-width: 860px) {
      .banner .row .banner-inner img {
        width: 522px;
        height: 652px;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .banner .row .banner-inner img {
        width: 462px;
        height: auto; } }
    @media screen and (max-width: 640px) {
      .banner .row .banner-inner img {
        width: 430px;
        height: auto;
        position: relative;
        right: -8px;
        object-fit: contain; } }
    @media screen and (max-width: 540px) {
      .banner .row .banner-inner img {
        width: 284px;
        margin: auto;
        right: -8px; } }
    @media screen and (max-width: 360px) {
      .banner .row .banner-inner img {
        width: 214px;
        margin: auto;
        right: -4px; } }
  .banner .row .banner-cont {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -4px; }
    @media screen and (max-width: 1240px) {
      .banner .row .banner-cont {
        top: 51%; } }
    @media screen and (max-width: 1199.98px) {
      .banner .row .banner-cont {
        left: 0; } }
    @media screen and (max-width: 560px) {
      .banner .row .banner-cont {
        left: 15px;
        top: 60%; } }
    @media screen and (max-width: 640px) {
      .banner .row .banner-cont {
        position: static;
        transform: none; } }
    @media screen and (max-width: 767px) {
      .banner .row .banner-cont .banner-title {
        display: flex;
        align-items: flex-start;
        padding-top: 0; } }
    .banner .row .banner-cont h1 {
      color: #232323;
      font-weight: 600;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 115.12px;
      line-height: 90px;
      letter-spacing: -2.59px;
      /*br{
          @media screen and (max-width: 767px) {
              display: none;
          }
      }*/ }
      @media screen and (max-width: 1560px) {
        .banner .row .banner-cont h1 {
          font-size: 91.15px;
          line-height: 71.26px; } }
      @media screen and (max-width: 1199.98px) {
        .banner .row .banner-cont h1 {
          font-size: 71.97px;
          line-height: 56.26px; } }
      @media screen and (max-width: 860px) {
        .banner .row .banner-cont h1 {
          font-size: 51.97px;
          line-height: 42.26px; } }
      @media screen and (max-width: 640px) {
        .banner .row .banner-cont h1 {
          font-size: 80px;
          position: absolute;
          left: 5%;
          top: 61%;
          transform: translate(0, -50%);
          line-height: 60px;
          letter-spacing: -4px; } }
      @media screen and (max-width: 540px) {
        .banner .row .banner-cont h1 {
          font-size: 52px;
          top: 52%;
          line-height: 44px;
          letter-spacing: -1px; } }
      @media screen and (max-width: 360px) {
        .banner .row .banner-cont h1 {
          font-size: 36px;
          left: 4%;
          top: 52%;
          line-height: 31px;
          letter-spacing: 0px; } }
    .banner .row .banner-cont p {
      font-weight: 500;
      position: relative;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 28px;
      line-height: 30px;
      letter-spacing: 0;
      top: 50px;
      left: 0; }
      @media screen and (max-width: 1560px) {
        .banner .row .banner-cont p {
          font-size: 22.17px;
          padding-left: 3px;
          line-height: 23.75px;
          top: 37px; } }
      @media screen and (max-width: 1199.98px) {
        .banner .row .banner-cont p {
          font-size: 17.5px;
          letter-spacing: 0;
          line-height: 18.75px;
          top: 31px; } }
      @media screen and (max-width: 860px) {
        .banner .row .banner-cont p {
          font-size: 16.5px; } }
      @media screen and (max-width: 640px) {
        .banner .row .banner-cont p {
          text-align: center;
          top: 0;
          padding-top: 20px;
          font-size: 18px;
          line-height: normal; } }
      @media screen and (max-width: 390px) {
        .banner .row .banner-cont p br {
          display: none; } }
    .banner .row .banner-cont .popup-model {
      background: #282828;
      border-radius: 100px;
      color: #fff;
      align-items: center;
      justify-content: center;
      position: relative;
      text-decoration: none;
      display: flex;
      font-weight: 700;
      font-family: "neue-haas-grotesk-display", sans-serif;
      width: 300px;
      height: 80px;
      letter-spacing: 0;
      font-size: 28px;
      line-height: 35.64px;
      top: 92px;
      left: 6px; }
      @media screen and (max-width: 1560px) {
        .banner .row .banner-cont .popup-model {
          width: 240px;
          height: 64px;
          top: 72px;
          font-size: 22.17px;
          line-height: 28.22px;
          font-weight: 600; } }
      @media screen and (max-width: 1199.98px) {
        .banner .row .banner-cont .popup-model {
          width: 190px;
          height: 50px;
          font-size: 17.5px;
          top: 58px;
          left: 0;
          line-height: 22.28px; } }
      @media screen and (max-width: 640px) {
        .banner .row .banner-cont .popup-model {
          margin: auto;
          top: 0;
          margin-top: 20px;
          width: 160px;
          height: 44px; } }

/* About uS */
.about-us {
  padding: 142px 0 0; }
  @media screen and (max-width: 1560px) {
    .about-us {
      padding: 110px 0 0; } }
  @media screen and (max-width: 1240px) {
    .about-us {
      padding-top: 108px; } }
  @media screen and (max-width: 860px) {
    .about-us {
      padding-top: 61px; } }
  @media screen and (max-width: 860px) {
    .about-us {
      padding-top: 40px; } }
  .about-us .about-inner {
    width: 1006px;
    margin: auto; }
    @media screen and (max-width: 1560px) {
      .about-us .about-inner {
        width: 796px; } }
    @media screen and (max-width: 1240px) {
      .about-us .about-inner {
        width: 775px; } }
    @media screen and (max-width: 1199.98px) {
      .about-us .about-inner {
        width: 658px; } }
    @media screen and (max-width: 860px) {
      .about-us .about-inner {
        width: 522px; } }
    .about-us .about-inner img {
      width: 220px; }
      @media screen and (max-width: 1560px) {
        .about-us .about-inner img {
          width: 173px; } }
      @media screen and (max-width: 1199.98px) {
        .about-us .about-inner img {
          width: 140px; } }
      @media screen and (max-width: 860px) {
        .about-us .about-inner img {
          width: 98px; } }
      @media screen and (max-width: 767px) {
        .about-us .about-inner img {
          width: 75px; } }
    .about-us .about-inner p {
      padding: 10px 0;
      font-weight: 500;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 28px;
      line-height: 34px;
      letter-spacing: 0; }
      @media screen and (max-width: 1560px) {
        .about-us .about-inner p {
          font-size: 22.17px;
          line-height: 26.92px; } }
      @media screen and (max-width: 1199.98px) {
        .about-us .about-inner p {
          font-size: 17.5px;
          letter-spacing: 0;
          line-height: 21.25px; } }
      @media screen and (max-width: 860px) {
        .about-us .about-inner p br {
          display: none; } }

.circle-sec {
  position: relative; }
  .circle-sec .circle-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 175px;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 1199.98px) {
      .circle-sec .circle-shape {
        top: 113px; } }
    @media screen and (max-width: 767px) {
      .circle-sec .circle-shape {
        top: 82px; } }
    .circle-sec .circle-shape span {
      display: block;
      margin: auto;
      border-radius: 100%;
      background: #dbdbdb; }
      .circle-sec .circle-shape span.circle1 {
        width: 575px;
        height: 575px; }
        @media screen and (max-width: 1560px) {
          .circle-sec .circle-shape span.circle1 {
            width: 455px;
            height: 455px; } }
        @media screen and (max-width: 1199.98px) {
          .circle-sec .circle-shape span.circle1 {
            width: 305px;
            height: 305px; } }
      .circle-sec .circle-shape span.circle2 {
        width: 215px;
        height: 215px;
        margin-top: 24px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -0.5px;
        padding-left: 2px;
        padding-top: 4px;
        font-family: "neue-haas-grotesk-display", sans-serif; }
        @media screen and (max-width: 1560px) {
          .circle-sec .circle-shape span.circle2 {
            width: 165px;
            height: 165px;
            margin-top: 10px;
            font-size: 30px; } }
        @media screen and (max-width: 1199.98px) {
          .circle-sec .circle-shape span.circle2 {
            width: 110px;
            height: 110px;
            margin-top: 16px;
            color: #fff;
            font-size: 22px; } }
      .circle-sec .circle-shape span.circle3 {
        width: 105px;
        height: 105px;
        margin-top: 80px; }
        @media screen and (max-width: 1560px) {
          .circle-sec .circle-shape span.circle3 {
            width: 55px;
            height: 55px;
            margin-top: 62px; } }
        @media screen and (max-width: 1199.98px) {
          .circle-sec .circle-shape span.circle3 {
            width: 55px;
            height: 55px;
            margin-top: 42px; } }

/* Brand Sec */
.brand-sec {
  padding: 50px 0 100px; }
  @media screen and (max-width: 860px) {
    .brand-sec {
      padding-top: 40px;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .brand-sec {
      padding-bottom: 0;
      padding-top: 30px; } }
  .brand-sec .row {
    justify-content: space-between; }
  .brand-sec .circle-shape {
    width: 70px;
    text-align: center;
    position: absolute;
    top: -50px; }
    @media screen and (min-width: 1560px) {
      .brand-sec .circle-shape {
        top: -30px !important;
        left: 10px !important; } }
    @media screen and (max-width: 1199.98px) {
      .brand-sec .circle-shape {
        top: -37px;
        left: -42px; } }
    .brand-sec .circle-shape span {
      background: #232323;
      display: flex;
      border-radius: 100px;
      margin: auto;
      width: 117px;
      height: 68px; }
      .brand-sec .circle-shape span.circle1 {
        width: 55px;
        height: 55px; }
        @media screen and (min-width: 1560px) {
          .brand-sec .circle-shape span.circle1 {
            width: 65px;
            height: 65px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .circle-shape span.circle1 {
            width: 38px;
            height: 38px; } }
      .brand-sec .circle-shape span.circle2 {
        width: 18px;
        height: 18px;
        margin-top: 3px; }
        @media screen and (min-width: 1560px) {
          .brand-sec .circle-shape span.circle2 {
            width: 25px;
            height: 25px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .circle-shape span.circle2 {
            width: 12px;
            height: 12px; } }
      .brand-sec .circle-shape span.circle3 {
        width: 10px;
        height: 10px;
        margin-top: 8px; }
        @media screen and (min-width: 1560px) {
          .brand-sec .circle-shape span.circle3 {
            width: 12px;
            height: 12px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .circle-shape span.circle3 {
            width: 6px;
            height: 6px; } }
  .brand-sec .job-opening {
    width: 49%; }
    @media screen and (max-width: 860px) {
      .brand-sec .job-opening {
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .brand-sec .job-opening {
        width: 100%;
        display: block; } }
    .brand-sec .job-opening .job-title {
      display: flex; }
      @media screen and (max-width: 860px) {
        .brand-sec .job-opening .job-title {
          width: 100%;
          justify-content: space-between; } }
      @media screen and (max-width: 767px) {
        .brand-sec .job-opening .job-title {
          width: 100%;
          flex-wrap: nowrap;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; } }
      .brand-sec .job-opening .job-title img {
        object-fit: cover;
        width: 269px;
        height: 279px;
        margin-top: 74px; }
        @media screen and (max-width: 1560px) {
          .brand-sec .job-opening .job-title img {
            width: 214px;
            height: 222px;
            margin-top: 48px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .job-opening .job-title img {
            width: 170px;
            height: 177px;
            margin-top: 14px; } }
        @media screen and (max-width: 860px) {
          .brand-sec .job-opening .job-title img {
            display: flex;
            order: 2;
            width: 122px;
            height: 118px; } }
        @media screen and (max-width: 767px) {
          .brand-sec .job-opening .job-title img {
            width: 89px;
            height: 89px; } }
      .brand-sec .job-opening .job-title .job-head {
        padding: 132px 0 0 52px; }
        @media screen and (max-width: 1560px) {
          .brand-sec .job-opening .job-title .job-head {
            padding: 90px 0 0 38px; } }
        .brand-sec .job-opening .job-title .job-head p {
          font-weight: 400; }
          @media screen and (max-width: 1240px) {
            .brand-sec .job-opening .job-title .job-head p {
              font-size: 14px;
              font-weight: 400;
              letter-spacing: 0;
              line-height: 18px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .job-opening .job-title .job-head {
            padding: 36px 0 50px 27px; } }
        @media screen and (max-width: 860px) {
          .brand-sec .job-opening .job-title .job-head {
            display: flex;
            order: 1;
            flex-wrap: wrap;
            padding: 40px 0 20px;
            flex-direction: column; } }
        @media screen and (max-width: 560px) {
          .brand-sec .job-opening .job-title .job-head {
            padding: 15px 0 20px; } }
    .brand-sec .job-opening .job-list {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 860px) {
        .brand-sec .job-opening .job-list {
          width: 100%; } }
    .brand-sec .job-opening .job-items {
      border: 3px solid #333;
      border-radius: 30px;
      position: relative;
      z-index: 9;
      background: #ececec;
      width: 523px;
      height: 468px;
      top: -112px;
      padding: 30px 22px;
      /*&:before {
          content: '';
          background: #ececec;
          position: absolute;
          height: 100%;
          width: 35%;
          top: 0;
          left: 0;
          border-radius: 36px 0 0 36px;
          z-index: -1;
          @media screen and (max-width: 1240px) {
              width: 45%;
          }
      }*/ }
      @media screen and (max-width: 1560px) {
        .brand-sec .job-opening .job-items {
          padding: 22px 16px;
          width: 415px;
          height: 372px;
          margin-top: 20px; } }
      @media screen and (max-width: 1240px) {
        .brand-sec .job-opening .job-items {
          margin-top: 26px; } }
      @media screen and (max-width: 1199.98px) {
        .brand-sec .job-opening .job-items {
          width: 348px;
          height: 295px;
          margin-top: -70px;
          padding: 24px;
          border-radius: 20px;
          top: 0; } }
      @media screen and (max-width: 860px) {
        .brand-sec .job-opening .job-items {
          width: 100%;
          margin-top: 20px;
          height: auto;
          top: 0; } }
      @media screen and (max-width: 767px) {
        .brand-sec .job-opening .job-items {
          top: 0; } }
      .brand-sec .job-opening .job-items h4 {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-size: 42px;
        line-height: 23.42px;
        letter-spacing: -1.59px;
        padding-left: 30px;
        padding-bottom: 28px;
        font-weight: 600; }
        @media screen and (max-width: 1560px) {
          .brand-sec .job-opening .job-items h4 {
            font-size: 33.25px;
            padding-left: 22px;
            letter-spacing: -0.9px;
            padding-bottom: 24px;
            line-height: 18.52px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .job-opening .job-items h4 {
            font-size: 26.25px;
            line-height: 14.64px;
            padding-left: 10px;
            padding-bottom: 15px; } }
      .brand-sec .job-opening .job-items ul {
        border-top: 2px solid #ddd;
        margin: 0; }
        .brand-sec .job-opening .job-items ul li {
          display: flex;
          border-bottom: 2px solid #ddd;
          padding: 12px 8px;
          align-items: center; }
          @media screen and (max-width: 1560px) {
            .brand-sec .job-opening .job-items ul li {
              padding: 6px 5px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .job-opening .job-items ul li {
              padding: 10px 0; } }
          .brand-sec .job-opening .job-items ul li:last-child {
            border-bottom: none;
            padding-bottom: 0; }
          .brand-sec .job-opening .job-items ul li .band-logo {
            height: 52px;
            margin-right: 15px; }
            @media screen and (max-width: 1199.98px) {
              .brand-sec .job-opening .job-items ul li .band-logo {
                margin-right: 10px;
                height: 33px; } }
            .brand-sec .job-opening .job-items ul li .band-logo img {
              width: 50px;
              height: 51px;
              object-fit: cover; }
              @media screen and (max-width: 1560px) {
                .brand-sec .job-opening .job-items ul li .band-logo img {
                  width: 41px;
                  height: 42px; } }
              @media screen and (max-width: 1199.98px) {
                .brand-sec .job-opening .job-items ul li .band-logo img {
                  width: 33px;
                  height: 34px; } }
          .brand-sec .job-opening .job-items ul li .job-status img {
            width: 38px; }
            @media screen and (max-width: 1560px) {
              .brand-sec .job-opening .job-items ul li .job-status img {
                width: 28px; } }
          .brand-sec .job-opening .job-items ul li .job-position {
            width: 80%;
            padding: 10px 0; }
            @media screen and (max-width: 1199.98px) {
              .brand-sec .job-opening .job-items ul li .job-position {
                padding: 0; } }
            .brand-sec .job-opening .job-items ul li .job-position h6 {
              font-weight: 600;
              color: #232323;
              font-size: 22.23px;
              line-height: 18px; }
              @media screen and (max-width: 1560px) {
                .brand-sec .job-opening .job-items ul li .job-position h6 {
                  font-size: 17.6px;
                  line-height: 14.25px; } }
              @media screen and (max-width: 1199.98px) {
                .brand-sec .job-opening .job-items ul li .job-position h6 {
                  font-size: 13.9px;
                  line-height: 11.25px; } }
            .brand-sec .job-opening .job-items ul li .job-position p {
              color: #585858;
              font-size: 16px;
              line-height: 18px;
              letter-spacing: 1px; }
              @media screen and (max-width: 1560px) {
                .brand-sec .job-opening .job-items ul li .job-position p {
                  font-size: 12.62px;
                  font-weight: 400;
                  line-height: 14.25px; } }
              @media screen and (max-width: 1199.98px) {
                .brand-sec .job-opening .job-items ul li .job-position p {
                  font-size: 10px;
                  line-height: 11.25px; } }
              .brand-sec .job-opening .job-items ul li .job-position p span:before {
                content: ".";
                position: relative;
                padding: 0 5px;
                top: -5px;
                font-size: 16px;
                font-weight: 600; }
  .brand-sec .top-search {
    width: 45%;
    margin-top: 132px;
    padding-left: 25px; }
    @media screen and (max-width: 1560px) {
      .brand-sec .top-search {
        margin-top: 90px; } }
    @media screen and (max-width: 1199.98px) {
      .brand-sec .top-search {
        margin-top: 38px;
        padding-left: 6px; } }
    @media screen and (max-width: 860px) {
      .brand-sec .top-search {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .brand-sec .top-search {
        padding-left: 0;
        padding-top: 30px;
        width: 100%; } }
    .brand-sec .top-search .circle-shape {
      position: relative;
      transform: rotate(90deg);
      top: -14px;
      left: -5px; }
      @media screen and (max-width: 1560px) {
        .brand-sec .top-search .circle-shape {
          top: -24px; } }
      @media screen and (max-width: 860px) {
        .brand-sec .top-search .circle-shape {
          left: 0; } }
      @media screen and (max-width: 390px) {
        .brand-sec .top-search .circle-shape {
          width: 40px; } }
      .brand-sec .top-search .circle-shape span {
        background: #232323; }
    .brand-sec .top-search .search-head {
      display: flex;
      padding-left: 0;
      /*@media screen and (max-width: 767px) {
          flex-wrap: wrap;
          flex-direction: column;
      }*/ }
      @media screen and (max-width: 860px) {
        .brand-sec .top-search .search-head {
          padding-left: 0; } }
      .brand-sec .top-search .search-head .search-title {
        margin-left: 26px; }
        @media screen and (min-width: 1560px) {
          .brand-sec .top-search .search-head .search-title {
            margin-left: 56px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .top-search .search-head .search-title {
            margin-left: 3px; } }
        @media screen and (max-width: 767px) {
          .brand-sec .top-search .search-head .search-title {
            margin-bottom: 15px;
            margin-left: 20px;
            width: 60%; } }
        @media screen and (max-width: 390px) {
          .brand-sec .top-search .search-head .search-title {
            margin-left: 50px; } }
        @media screen and (max-width: 767px) {
          .brand-sec .top-search .search-head .search-title p {
            line-height: 18px; } }
        @media screen and (max-width: 767px) {
          .brand-sec .top-search .search-head .search-title p br {
            display: none; } }
    .brand-sec .top-search .search-list {
      position: relative;
      display: flex;
      justify-content: end;
      top: -10px; }
      @media screen and (min-width: 1560px) {
        .brand-sec .top-search .search-list {
          top: -14px; } }
      @media screen and (max-width: 1240px) {
        .brand-sec .top-search .search-list {
          top: 24px; } }
      @media screen and (max-width: 1199.98px) {
        .brand-sec .top-search .search-list {
          top: 15px; } }
      @media screen and (max-width: 860px) {
        .brand-sec .top-search .search-list {
          top: 0;
          margin: 0 0 30px; } }
      .brand-sec .top-search .search-list .list {
        border: 4px solid #000;
        border-radius: 20px;
        display: flex;
        padding: 22px 28px;
        width: 445px;
        position: relative;
        background: #ececec; }
        @media screen and (min-width: 1560px) {
          .brand-sec .top-search .search-list .list {
            width: 560px;
            height: 180px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .top-search .search-list .list {
            width: 372px;
            padding: 26px; } }
        @media screen and (max-width: 860px) {
          .brand-sec .top-search .search-list .list {
            width: 96%;
            padding: 18px; } }
        @media screen and (max-width: 767px) {
          .brand-sec .top-search .search-list .list {
            padding: 20px;
            width: 95%; } }
        @media screen and (max-width: 390px) {
          .brand-sec .top-search .search-list .list {
            padding: 20px 10px;
            padding: 14px; } }
        .brand-sec .top-search .search-list .list .search-icon {
          position: absolute;
          right: 23px;
          top: 32px; }
          @media screen and (min-width: 1560px) {
            .brand-sec .top-search .search-list .list .search-icon {
              right: 32px;
              top: 45px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .top-search .search-list .list .search-icon {
              right: 16px;
              top: 24px; } }
          @media screen and (max-width: 390px) {
            .brand-sec .top-search .search-list .list .search-icon {
              top: 15px; } }
          .brand-sec .top-search .search-list .list .search-icon img {
            width: 30px; }
            @media screen and (min-width: 1560px) {
              .brand-sec .top-search .search-list .list .search-icon img {
                width: 38px; } }
            @media screen and (max-width: 1199.98px) {
              .brand-sec .top-search .search-list .list .search-icon img {
                width: 20px; } }
        .brand-sec .top-search .search-list .list .search-inner {
          display: flex;
          align-items: center; }
          .brand-sec .top-search .search-list .list .search-inner img {
            border-radius: 100px;
            width: 90px;
            margin-right: 12px; }
            @media screen and (min-width: 1560px) {
              .brand-sec .top-search .search-list .list .search-inner img {
                width: 220px;
                margin-right: 18px; } }
            @media screen and (max-width: 1199.98px) {
              .brand-sec .top-search .search-list .list .search-inner img {
                width: 60px; } }
          .brand-sec .top-search .search-list .list .search-inner .search-info h6 {
            font-weight: 600;
            color: #232323;
            padding-top: 0;
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-size: 42px;
            line-height: 23.42px;
            margin-bottom: 10px;
            letter-spacing: -1.3px; }
            @media screen and (max-width: 1560px) {
              .brand-sec .top-search .search-list .list .search-inner .search-info h6 {
                font-size: 33.25px;
                line-height: 18.54px; } }
            @media screen and (max-width: 1199.98px) {
              .brand-sec .top-search .search-list .list .search-inner .search-info h6 {
                font-size: 26.25px;
                line-height: 14.64px;
                letter-spacing: 0.6px; } }
            @media screen and (max-width: 860px) {
              .brand-sec .top-search .search-list .list .search-inner .search-info h6 {
                font-size: 22.25px; } }
            @media screen and (max-width: 767px) {
              .brand-sec .top-search .search-list .list .search-inner .search-info h6 {
                font-size: 20px; } }
            @media screen and (max-width: 390px) {
              .brand-sec .top-search .search-list .list .search-inner .search-info h6 {
                font-size: 18px; } }
          .brand-sec .top-search .search-list .list .search-inner .search-info p {
            font-size: 22px;
            color: #707070;
            line-height: 23.42px; }
            @media screen and (max-width: 1560px) {
              .brand-sec .top-search .search-list .list .search-inner .search-info p {
                font-size: 17.42px;
                line-height: 18.54px; } }
            @media screen and (max-width: 1199.98px) {
              .brand-sec .top-search .search-list .list .search-inner .search-info p {
                font-size: 13.75px;
                line-height: 14.64px; } }
            @media screen and (max-width: 767px) {
              .brand-sec .top-search .search-list .list .search-inner .search-info p {
                font-size: 14px; } }
            @media screen and (max-width: 390px) {
              .brand-sec .top-search .search-list .list .search-inner .search-info p {
                font-size: 14px; } }
        .brand-sec .top-search .search-list .list.back {
          border: 1px solid #8d8d8d;
          border-bottom: 0;
          border-left: 0;
          height: 140px;
          width: 440px;
          position: absolute; }
          @media screen and (min-width: 1560px) {
            .brand-sec .top-search .search-list .list.back {
              width: 560px;
              height: 180px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .top-search .search-list .list.back {
              width: 372px;
              height: 120px; } }
          @media screen and (max-width: 860px) {
            .brand-sec .top-search .search-list .list.back {
              height: 110px;
              width: 96%; } }
          @media screen and (max-width: 767px) {
            .brand-sec .top-search .search-list .list.back {
              width: 95%; } }
        .brand-sec .top-search .search-list .list.four {
          right: 34px;
          top: 47px; }
          @media screen and (max-width: 1560px) {
            .brand-sec .top-search .search-list .list.four {
              right: 35px;
              top: 32px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .top-search .search-list .list.four {
              right: 20px;
              top: 24px; } }
        .brand-sec .top-search .search-list .list.three {
          right: 20px;
          top: 33px; }
          @media screen and (max-width: 1560px) {
            .brand-sec .top-search .search-list .list.three {
              right: 20px;
              top: 23px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .top-search .search-list .list.three {
              right: 12px;
              top: 16px; } }
        .brand-sec .top-search .search-list .list.two {
          right: 8px;
          top: 20px; }
          @media screen and (max-width: 1560px) {
            .brand-sec .top-search .search-list .list.two {
              right: 8px;
              top: 10px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .top-search .search-list .list.two {
              right: 3px;
              top: 9px; } }
        .brand-sec .top-search .search-list .list.one {
          right: -4px;
          top: 8px; }
          @media screen and (max-width: 1560px) {
            .brand-sec .top-search .search-list .list.one {
              right: -4px;
              top: -2px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .top-search .search-list .list.one {
              right: -6px;
              top: 0; } }
  .brand-sec .place {
    width: 45%;
    margin-top: 64px;
    position: relative; }
    @media screen and (max-width: 1560px) {
      .brand-sec .place {
        margin-top: 24px; } }
    @media screen and (max-width: 1199.98px) {
      .brand-sec .place {
        margin-top: 35px; } }
    @media screen and (max-width: 860px) {
      .brand-sec .place {
        padding-top: 60px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .brand-sec .place {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 30px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        order: 2; } }
    .brand-sec .place img {
      width: 453px; }
      @media screen and (min-width: 1560px) {
        .brand-sec .place img {
          width: 571px;
          height: 380px; } }
      @media screen and (max-width: 1199.98px) {
        .brand-sec .place img {
          width: 94%; } }
      @media screen and (max-width: 860px) {
        .brand-sec .place img {
          display: flex;
          order: 2; } }
      @media screen and (max-width: 767px) {
        .brand-sec .place img {
          width: 100%; } }
    .brand-sec .place .place-head {
      position: absolute;
      right: 20px;
      top: 34%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 1560px) {
        .brand-sec .place .place-head {
          right: 5px;
          top: 35%; } }
      @media screen and (max-width: 1199.98px) {
        .brand-sec .place .place-head {
          top: 28%;
          right: -15px; } }
      @media screen and (max-width: 860px) {
        .brand-sec .place .place-head {
          top: 42%;
          right: -15px; } }
      @media screen and (max-width: 767px) {
        .brand-sec .place .place-head {
          position: static;
          order: 1;
          transform: none; } }
      .brand-sec .place .place-head .circle-shape {
        position: relative;
        transform: rotate(-90deg);
        top: 4px;
        left: 32px; }
        @media screen and (min-width: 1560px) {
          .brand-sec .place .place-head .circle-shape {
            left: 36px !important;
            top: -4px !important; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .place .place-head .circle-shape {
            left: 14px;
            top: -6px; } }
        @media screen and (max-width: 767px) {
          .brand-sec .place .place-head .circle-shape {
            top: -6px; } }
        .brand-sec .place .place-head .circle-shape span {
          background: #fff; }
          @media screen and (max-width: 767px) {
            .brand-sec .place .place-head .circle-shape span {
              background: #232323; } }
      .brand-sec .place .place-head h3 {
        color: #fff;
        margin-right: 0;
        font-size: 72px;
        letter-spacing: 0.8px; }
        @media screen and (max-width: 1560px) {
          .brand-sec .place .place-head h3 {
            font-size: 57.01px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .place .place-head h3 {
            font-size: 45.01px;
            line-height: 71.97px; } }
        @media screen and (max-width: 767px) {
          .brand-sec .place .place-head h3 {
            color: #232323; } }
  .brand-sec .email-camping {
    width: 45%;
    position: relative;
    margin-top: -282px; }
    @media screen and (max-width: 1560px) {
      .brand-sec .email-camping {
        margin-top: -248px; } }
    @media screen and (max-width: 1199.98px) {
      .brand-sec .email-camping {
        margin-top: -75px; } }
    @media screen and (max-width: 860px) {
      .brand-sec .email-camping {
        margin-top: -140px; } }
    @media screen and (max-width: 767px) {
      .brand-sec .email-camping {
        padding-top: 30px;
        width: 100%;
        display: flex;
        order: 1;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 0; } }
    .brand-sec .email-camping .email-title {
      width: 65%; }
      @media screen and (max-width: 1199.98px) {
        .brand-sec .email-camping .email-title {
          width: auto; } }
    .brand-sec .email-camping .circle-shape {
      position: relative;
      transform: rotate(-180deg);
      top: -20px;
      left: 10px; }
      @media screen and (min-width: 1560px) {
        .brand-sec .email-camping .circle-shape {
          top: -26px !important;
          left: 20px !important; } }
      @media screen and (max-width: 1199.98px) {
        .brand-sec .email-camping .circle-shape {
          left: -20px; } }
      @media screen and (max-width: 767px) {
        .brand-sec .email-camping .circle-shape {
          left: 0;
          top: 0; } }
      .brand-sec .email-camping .circle-shape span {
        background: #c4c4c4; }
    .brand-sec .email-camping .email-head {
      display: flex;
      align-content: flex-start;
      padding-left: 9px; }
      @media screen and (max-width: 860px) {
        .brand-sec .email-camping .email-head {
          padding-left: 0; } }
      @media screen and (max-width: 1199.98px) {
        .brand-sec .email-camping .email-head .email-title {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .brand-sec .email-camping .email-head .email-title p {
          line-height: 18px; } }
    .brand-sec .email-camping .email-box {
      position: relative;
      top: 20px; }
      @media screen and (max-width: 1560px) {
        .brand-sec .email-camping .email-box {
          top: 10px; } }
      @media screen and (max-width: 860px) {
        .brand-sec .email-camping .email-box {
          margin-top: 20px; } }
      @media screen and (max-width: 767px) {
        .brand-sec .email-camping .email-box {
          margin-top: 0; } }
      .brand-sec .email-camping .email-box .email-address {
        border: 2px solid #c4c4c4;
        width: max-content;
        padding: 7px 18px;
        border-radius: 10px;
        background: #ececec;
        margin-left: 8px;
        width: 240px; }
        @media screen and (min-width: 1560px) {
          .brand-sec .email-camping .email-box .email-address {
            width: 306px;
            padding: 8px 28px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .email-camping .email-box .email-address {
            width: 232px;
            margin-top: -0; } }
        @media screen and (max-width: 860px) {
          .brand-sec .email-camping .email-box .email-address {
            width: 215px;
            padding: 4px 10px;
            margin-left: 0; } }
        @media screen and (max-width: 767px) {
          .brand-sec .email-camping .email-box .email-address {
            margin-left: 0;
            margin: 10px 0; } }
        .brand-sec .email-camping .email-box .email-address p {
          color: #232323;
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-size: 14.25px;
          font-weight: 500;
          line-height: 14.25px; }
          @media screen and (min-width: 1560px) {
            .brand-sec .email-camping .email-box .email-address p {
              font-size: 18px;
              line-height: 18px;
              letter-spacing: 0.5px; } }
          @media screen and (max-width: 767px) {
            .brand-sec .email-camping .email-box .email-address p {
              font-size: 11.25px;
              line-height: 11.25px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .email-camping .email-box .email-address p {
              top: 8px; } }
          @media screen and (max-width: 860px) {
            .brand-sec .email-camping .email-box .email-address p {
              font-size: 13.25px; } }
      .brand-sec .email-camping .email-box .email-audio {
        position: absolute;
        right: 16%;
        top: -15px; }
        @media screen and (min-width: 1560px) {
          .brand-sec .email-camping .email-box .email-audio {
            top: -20px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .email-camping .email-box .email-audio {
            right: 5%;
            top: 8px; } }
        @media screen and (max-width: 860px) {
          .brand-sec .email-camping .email-box .email-audio {
            top: 14px;
            right: 6%; } }
        @media screen and (max-width: 767px) {
          .brand-sec .email-camping .email-box .email-audio {
            top: 26px;
            right: 10px; } }
        .brand-sec .email-camping .email-box .email-audio img {
          width: 96px; }
          @media screen and (min-width: 1560px) {
            .brand-sec .email-camping .email-box .email-audio img {
              width: 118px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .email-camping .email-box .email-audio img {
              width: 60px; } }
          @media screen and (max-width: 860px) {
            .brand-sec .email-camping .email-box .email-audio img {
              width: 50px; } }
          @media screen and (max-width: 767px) {
            .brand-sec .email-camping .email-box .email-audio img {
              width: 45px; } }
      .brand-sec .email-camping .email-box .email-composse {
        border: 4px solid #000;
        border-radius: 30px;
        margin-top: 8px;
        margin-left: -11px;
        background: #ececec;
        width: 502px; }
        @media screen and (min-width: 1560px) {
          .brand-sec .email-camping .email-box .email-composse {
            width: 634px;
            margin-top: 10px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .email-camping .email-box .email-composse {
            width: 100%;
            margin-top: 14px;
            border-radius: 20px; } }
        @media screen and (max-width: 860px) {
          .brand-sec .email-camping .email-box .email-composse {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .brand-sec .email-camping .email-box .email-composse {
            margin-left: 0; } }
        .brand-sec .email-camping .email-box .email-composse .editor-head {
          padding: 18px 12px 10px;
          border-bottom: 2px solid #c4c4c4; }
          @media screen and (min-width: 1560px) {
            .brand-sec .email-camping .email-box .email-composse .editor-head {
              padding: 28px 25px 10px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .email-camping .email-box .email-composse .editor-head {
              padding: 6px 12px 10px; } }
          .brand-sec .email-camping .email-box .email-composse .editor-head img {
            width: 258px; }
            @media screen and (min-width: 1560px) {
              .brand-sec .email-camping .email-box .email-composse .editor-head img {
                width: 315px; } }
            @media screen and (max-width: 1199.98px) {
              .brand-sec .email-camping .email-box .email-composse .editor-head img {
                width: 174px; } }
        .brand-sec .email-camping .email-box .email-composse .email-body {
          padding: 12px 36px; }
          @media screen and (min-width: 1560px) {
            .brand-sec .email-camping .email-box .email-composse .email-body {
              padding: 20px 42px; } }
          @media screen and (max-width: 1199.98px) {
            .brand-sec .email-camping .email-box .email-composse .email-body {
              padding: 12px 26px; } }
          @media screen and (max-width: 767px) {
            .brand-sec .email-camping .email-box .email-composse .email-body {
              padding: 12px 16px; } }
          .brand-sec .email-camping .email-box .email-composse .email-body p {
            letter-spacing: 0;
            font-size: 18.25px;
            margin-bottom: 18px; }
            @media screen and (max-width: 1560px) {
              .brand-sec .email-camping .email-box .email-composse .email-body p {
                margin-bottom: 15px;
                font-size: 14.45px; } }
            @media screen and (max-width: 1199.98px) {
              .brand-sec .email-camping .email-box .email-composse .email-body p {
                line-height: normal;
                font-size: 14px; } }
            @media screen and (max-width: 860px) {
              .brand-sec .email-camping .email-box .email-composse .email-body p {
                font-size: 13.25px; } }
            @media screen and (max-width: 767px) {
              .brand-sec .email-camping .email-box .email-composse .email-body p {
                line-height: normal; } }
            .brand-sec .email-camping .email-box .email-composse .email-body p:last-child {
              margin-top: 45px; }
              @media screen and (max-width: 1560px) {
                .brand-sec .email-camping .email-box .email-composse .email-body p:last-child {
                  margin-top: 38px; } }
            @media screen and (max-width: 767px) {
              .brand-sec .email-camping .email-box .email-composse .email-body p br {
                display: none; } }
            .brand-sec .email-camping .email-box .email-composse .email-body p span {
              /* width: 100%; */
              display: block;
              margin-top: -0; }
              @media screen and (max-width: 1199.98px) {
                .brand-sec .email-camping .email-box .email-composse .email-body p span {
                  margin-top: 0; } }
    .brand-sec .email-camping .sms-text {
      position: absolute;
      bottom: -30px;
      left: 26%; }
      @media screen and (min-width: 1560px) {
        .brand-sec .email-camping .sms-text {
          bottom: -52px; } }
      @media screen and (max-width: 1199.98px) {
        .brand-sec .email-camping .sms-text {
          bottom: -40%;
          right: 10%;
          left: 22%; } }
      @media screen and (max-width: 860px) {
        .brand-sec .email-camping .sms-text {
          bottom: -32%; } }
      @media screen and (max-width: 767px) {
        .brand-sec .email-camping .sms-text {
          position: relative;
          padding: 40px 0 0;
          bottom: 0;
          left: 20px;
          width: 90%; } }
      .brand-sec .email-camping .sms-text .sms-head p {
        background: #828282;
        border-radius: 5px;
        padding: 6px 18px;
        color: #fff;
        margin-bottom: 8px;
        width: max-content;
        font-size: 14.45px; }
        @media screen and (min-width: 1560px) {
          .brand-sec .email-camping .sms-text .sms-head p {
            font-size: 18px;
            line-height: 18px;
            padding: 12px 33px; } }
        @media screen and (max-width: 860px) {
          .brand-sec .email-camping .sms-text .sms-head p {
            font-size: 13.25px; } }
      .brand-sec .email-camping .sms-text .sms-composse {
        width: 304px;
        background: #828282;
        padding: 18px 24px;
        border-radius: 8px;
        position: relative; }
        @media screen and (min-width: 1560px) {
          .brand-sec .email-camping .sms-text .sms-composse {
            width: 384px;
            padding: 25px; } }
        @media screen and (max-width: 1199.98px) {
          .brand-sec .email-camping .sms-text .sms-composse {
            width: 100%;
            padding: 15px; } }
        .brand-sec .email-camping .sms-text .sms-composse:before {
          width: 20px;
          height: 0px;
          border-right: solid 40px #828282;
          border-bottom: solid 20px transparent;
          border-top: solid 20px transparent;
          position: absolute;
          left: -58px;
          content: '';
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .brand-sec .email-camping .sms-text .sms-composse:before {
              border-right: solid 30px #828282;
              left: -40px; } }
        .brand-sec .email-camping .sms-text .sms-composse p {
          color: #fff;
          margin-bottom: 10px;
          font-size: 13px;
          line-height: 16px; }
          .brand-sec .email-camping .sms-text .sms-composse p:last-child {
            margin-bottom: 0; }
          @media screen and (min-width: 1560px) {
            .brand-sec .email-camping .sms-text .sms-composse p {
              font-size: 18px;
              line-height: 22px; } }
          @media screen and (max-width: 1199px) {
            .brand-sec .email-camping .sms-text .sms-composse p {
              line-height: normal;
              font-size: 14px; } }
          @media screen and (max-width: 860px) {
            .brand-sec .email-camping .sms-text .sms-composse p {
              font-size: 13.25px; } }
          @media screen and (max-width: 767px) {
            .brand-sec .email-camping .sms-text .sms-composse p {
              line-height: 18px; } }

/* Features */
.features {
  padding: 40px 0 110px; }
  @media screen and (min-width: 1560px) {
    .features {
      padding: 80px 33px 112px; } }
  @media screen and (max-width: 1199.98px) {
    .features {
      padding-top: 60px; } }
  @media screen and (max-width: 860px) {
    .features {
      padding-top: 140px; } }
  @media screen and (max-width: 767px) {
    .features {
      padding-top: 50px;
      padding-bottom: 40px; } }
  .features .row {
    align-items: center; }
  .features .features-list {
    width: 50%;
    margin-top: 40px; }
    @media screen and (max-width: 1199.98px) {
      .features .features-list {
        margin-top: -12px; } }
    @media screen and (max-width: 860px) {
      .features .features-list {
        margin-top: 100px; } }
    @media screen and (max-width: 767px) {
      .features .features-list {
        width: 100%;
        margin-top: 0; } }
    .features .features-list h3 {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 53.8px;
      line-height: 30px;
      letter-spacing: -1.59px;
      padding-left: 113px;
      margin-bottom: 0; }
      @media screen and (max-width: 1560px) {
        .features .features-list h3 {
          padding-left: 115px;
          font-size: 42.59px;
          letter-spacing: -0.5px;
          line-height: 23.75 px; } }
      @media screen and (max-width: 1199.98px) {
        .features .features-list h3 {
          padding-left: 78px;
          font-size: 33.63px;
          line-height: 18.75px; } }
      @media screen and (max-width: 767px) {
        .features .features-list h3 {
          padding-left: 0;
          text-align: center; } }
    .features .features-list ul {
      padding-right: 20px;
      margin-bottom: 20px;
      margin-top: 50px; }
      @media screen and (min-width: 1560px) {
        .features .features-list ul {
          width: 571px; } }
      @media screen and (max-width: 1199.98px) {
        .features .features-list ul {
          margin-bottom: 30px;
          margin-top: 30px;
          width: 94%; } }
      @media screen and (max-width: 767px) {
        .features .features-list ul {
          padding-right: 0;
          margin-bottom: 24px;
          margin-top: 0; } }
      @media screen and (max-width: 860px) {
        .features .features-list ul br {
          display: none; } }
      .features .features-list ul li {
        list-style: none;
        position: relative;
        display: flex;
        align-items: flex-start;
        padding-left: 0;
        margin: 18px 0;
        font-weight: 500;
        font-family: "neue-haas-grotesk-display", sans-serif;
        padding-left: 134px;
        font-size: 24px;
        line-height: 34px; }
        @media screen and (max-width: 1560px) {
          .features .features-list ul li {
            font-size: 19px;
            line-height: 26.92px;
            padding-left: 115px; } }
        @media screen and (max-width: 1199.98px) {
          .features .features-list ul li {
            font-size: 15px;
            line-height: 21.25px;
            padding-left: 0; } }
        @media screen and (max-width: 767px) {
          .features .features-list ul li {
            padding-left: 0;
            margin: 15px 0; } }
        @media screen and (max-width: 1199.98px) {
          .features .features-list ul li br {
            display: none; } }
        .features .features-list ul li:last-child .circle-shape {
          top: -6px; }
        .features .features-list ul li .circle-shape {
          width: 95px;
          text-align: center;
          position: absolute;
          top: -6px;
          left: 0;
          display: flex;
          flex-direction: row;
          margin-right: 0;
          align-items: flex-start;
          gap: 2px; }
          @media screen and (min-width: 1560px) {
            .features .features-list ul li .circle-shape {
              width: 117px;
              height: 68px; } }
          @media screen and (max-width: 1199.98px) {
            .features .features-list ul li .circle-shape {
              width: 60px;
              top: -2px;
              left: -10px;
              margin-right: 0;
              position: relative; } }
          @media screen and (max-width: 860px) {
            .features .features-list ul li .circle-shape {
              left: 0;
              margin-right: 15px;
              position: relative; } }
          .features .features-list ul li .circle-shape span {
            background: #232323;
            display: flex;
            border-radius: 100px;
            margin: auto; }
            .features .features-list ul li .circle-shape span.circle1 {
              width: 55px;
              height: 55px; }
              @media screen and (min-width: 1560px) {
                .features .features-list ul li .circle-shape span.circle1 {
                  width: 65px;
                  height: 65px; } }
              @media screen and (max-width: 1199.98px) {
                .features .features-list ul li .circle-shape span.circle1 {
                  width: 38px;
                  height: 38px; } }
              @media screen and (max-width: 767px) {
                .features .features-list ul li .circle-shape span.circle1 {
                  width: 32px;
                  height: 32px; } }
            .features .features-list ul li .circle-shape span.circle2 {
              width: 20px;
              height: 20px; }
              @media screen and (min-width: 1560px) {
                .features .features-list ul li .circle-shape span.circle2 {
                  width: 25px;
                  height: 25px; } }
              @media screen and (max-width: 1199.98px) {
                .features .features-list ul li .circle-shape span.circle2 {
                  width: 12px;
                  height: 12px; } }
            .features .features-list ul li .circle-shape span.circle3 {
              width: 10px;
              height: 10px; }
              @media screen and (min-width: 1560px) {
                .features .features-list ul li .circle-shape span.circle3 {
                  width: 12px;
                  height: 12px; } }
              @media screen and (max-width: 1199.98px) {
                .features .features-list ul li .circle-shape span.circle3 {
                  width: 6px;
                  height: 6px; } }
      .features .features-list ul.second-list li .circle-shape {
        top: -6px; }
      .features .features-list ul.second-list li:last-child .circle-shape {
        top: -6px; }
  .features .feature-img {
    width: 50%;
    margin-top: 24px; }
    @media screen and (max-width: 1199.98px) {
      .features .feature-img {
        margin-top: 64px; } }
    @media screen and (max-width: 767px) {
      .features .feature-img {
        margin-top: 0;
        width: 100%; } }
    .features .feature-img img {
      width: 400px; }
      @media screen and (min-width: 1560px) {
        .features .feature-img img {
          width: 505px;
          height: 757px; } }
      @media screen and (max-width: 1199.98px) {
        .features .feature-img img {
          width: 315px;
          height: 473px; } }
      @media screen and (max-width: 767px) {
        .features .feature-img img {
          width: 100%;
          height: 300px;
          object-fit: cover;
          object-position: 100% 80%; } }
  .features .contact-btn {
    margin-top: 44px;
    width: 72%;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 1560px) {
      .features .contact-btn {
        margin-top: 64px; } }
    @media screen and (max-width: 1199.98px) {
      .features .contact-btn {
        width: 68%; } }
    @media screen and (max-width: 860px) {
      .features .contact-btn {
        width: 73%; } }
    @media screen and (max-width: 767px) {
      .features .contact-btn {
        margin: auto;
        text-align: center; } }
    .features .contact-btn .popup-model {
      width: 240px;
      height: 64px;
      border-radius: 100px;
      color: #fff;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-top: 15px;
      background: #282828;
      display: flex;
      text-decoration: none;
      font-weight: 600;
      font-family: "neue-haas-grotesk-display", sans-serif; }
      @media screen and (min-width: 1560px) {
        .features .contact-btn .popup-model {
          width: 300px;
          height: 80px;
          letter-spacing: 0;
          font-size: 28px;
          line-height: 35.64px;
          margin-top: 62px;
          font-weight: 600; } }
      @media screen and (max-width: 1199.98px) {
        .features .contact-btn .popup-model {
          width: 160px;
          height: 44px;
          font-size: 17.25px;
          line-height: 22.28px;
          top: 52px; } }
      @media screen and (max-width: 767px) {
        .features .contact-btn .popup-model {
          width: 140px;
          height: 34px;
          top: 38px;
          font-size: 14x;
          margin: 30px auto 0; } }
      @media screen and (max-width: 640px) {
        .features .contact-btn .popup-model {
          margin: auto;
          top: 0;
          margin-top: 20px;
          width: 170px;
          height: 44px; } }

/* Footer */
.footer {
  background: #fff;
  padding: 100px 0 100px; }
  @media screen and (min-width: 1560px) {
    .footer {
      padding: 130px 0; } }
  @media screen and (max-width: 1199.98px) {
    .footer {
      padding: 50px 0; } }
  @media screen and (max-width: 860px) {
    .footer {
      padding: 40px 0; } }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 30px 0; } }
  .footer .row {
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .footer .row {
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap; } }
  .footer .copyrights {
    padding-right: 0;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .footer .copyrights {
        width: 100%; } }
    .footer .copyrights .social-media {
      display: flex;
      list-style: none;
      gap: 17px;
      margin-bottom: 22px; }
      @media screen and (max-width: 767px) {
        .footer .copyrights .social-media {
          justify-content: center;
          gap: 10px;
          margin-top: 15px; } }
      .footer .copyrights .social-media img {
        width: 38px;
        height: 38px; }
        @media screen and (max-width: 767px) {
          .footer .copyrights .social-media img {
            width: 28px;
            height: 28px; } }
  .footer p {
    font-size: 22.17px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 23.75px;
    font-family: "neue-haas-grotesk-display", sans-serif; }
    @media screen and (min-width: 1560px) {
      .footer p {
        font-size: 28px;
        line-height: 30px; } }
    @media screen and (max-width: 1199.98px) {
      .footer p {
        font-size: 17.5px;
        line-height: 18.75px;
        padding-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .footer p {
        margin-top: 10px;
        text-align: center; } }
    @media screen and (max-width: 560px) {
      .footer p {
        font-size: 16px; } }
  .footer img {
    width: 275px; }
    @media screen and (min-width: 1560px) {
      .footer img {
        width: 355px; } }
    @media screen and (max-width: 1199.98px) {
      .footer img {
        width: 183px; } }
    @media screen and (max-width: 767px) {
      .footer img {
        width: 100px; } }

/*# sourceMappingURL=style.css.map */
