/*typography*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&display=swap");

@import url("https://use.typekit.net/wtn8ltp.css");

body {
  color: #131313;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 700;
  font-family: poppins, sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 65px;
}

h2 {
  font-size: 64px;
  line-height: 85px;
}

h2.large {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
}

h2.x-large {
  font-size: 360px;
  line-height: 290px;
  font-weight: 800;
}

h2.medium {
  font-size: 60px;
  line-height: 1;
}

h3 {
  font-size: 48px;
  line-height: 65px;
}

h4 {
  font-size: 40px;
  line-height: 65px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h5.large {
  font-size: 22px;
  line-height: 28px;
}

p {
  color: #131313;
  font-size: 15px;
  line-height: 23px;
}

p.large {
  font-size: 20px !important;
  line-height: 24px;
}

.text-normal {
  font-size: 16px !important;
  line-height: 24px;
}

.heading {
  font-size: 17px;
  line-height: 25px;
}

.subheading {
  font-weight: 400;
  color: #cccccc;
  font-family: "Inter", sans-serif;
}

.subheading.subheading-dark {
  color: #888888;
}

a {
  color: #2c384e;
}

.link {
  text-decoration: none;
  color: #1478ac;
}

.font-23 {
  font-size: 23px;
}

.font-27 {
  font-size: 27px;
}

.small-text {
  font-size: 14px;
  color: #798395;
}

.text-large {
  font-size: 35px;
  line-height: 1;
}

.text-small {
  font-size: 13px;
  line-height: 21px;
}

.l-small {
  line-height: 1.2;
}

.font-weight-dark {
  font-weight: 800;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.text-black {
  color: #000000;
}

.text-primary {
  color: #18c073 !important;
}

.text-secondary {
  color: #86ce8f !important;
}

.text-blue {
  color: #3f7aff !important;
}

.text-mark {
  background: #aaddd6;
  padding: 1px 3px;
}

.text-underline {
  text-decoration: underline !important;
}

.text-grey {
  color: #656565;
}

.text-dark {
  color: #2c384e !important;
}

.text-light {
  color: #727272 !important;
}

.border-bottom {
  border-color: #939393 !important;
}

hr {
  border-color: #ededed;
}

.small {
  width: 45px;
}

.img-black {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.bg-cover {
  background-size: cover;
}

.btn {
  padding: 2px 50px 2px 20px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px;
  line-height: 41px;
  border: 2px solid rgba(0, 0, 0, 0);
  background-image: url("../img/Mac/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px auto;
}

.btn:hover {
  color: none;
}

.btn-primary {
  background-image: -moz-linear-gradient(
    -4deg,
    rgb(40, 207, 130) 0%,
    rgb(53, 210, 189) 100%
  );
  background-image: -webkit-linear-gradient(
    -4deg,
    rgb(40, 207, 130) 0%,
    rgb(53, 210, 189) 100%
  );
  background-image: -ms-linear-gradient(
    -4deg,
    rgb(40, 207, 130) 0%,
    rgb(53, 210, 189) 100%
  );
  color: #ffffff;
}

.btn-secondary {
  border-color: #1c242f;
  background-color: #1c242f;
}

.btn-secondary:hover {
  border-color: #1c242f;
  background-color: #1c242f;
}

.btn-primary:hover {
  background-color: #18c073;
}

.btn-outline-white {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  color: #ffffff;
}

.btn-small {
  padding: 5px 50px 5px 25px;
  font-size: 18px;
  line-height: 38px;
}

.white-box-bg {
  box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 60px 110px;
  position: relative;
}

.gradient-bg {
  background: rgb(0, 63, 114);
  background: linear-gradient(
    32deg,
    rgba(0, 63, 114, 1) 0%,
    rgba(7, 177, 196, 1) 100%
  );
}

.light-bg {
  background: #f3f3f3;
}

.x-light-bg {
  background: #f1f1f1;
}

.left-img {
  left: -90px;
  position: relative;
}

.dark-bg {
  background: #1c242f;
}

.glow-dark-bg {
  background-image: url("../img/Mac/glow-bg.png");
  background-repeat: no-repeat;
  background-color: #1c242f;
  background-position: top -200px left -100px;
  background-size: 100% 100%;
}

.green-text {
  color: #19c073;
}

/*Pagination*/

.pagination {
  align-items: center;
}

.pagination li {
  padding: 0;
  margin: 0 -1px;
}

.pagination li .prev,
.pagination li .next {
  position: relative;
  margin: 0 25px;
}

.pagination li .prev img,
.pagination li .next img {
  width: 13px;
  height: auto;
  position: relative;
  top: 2px;
}

.pagination li span {
  width: 52px;
  height: 4px;
  background-color: #33475b;
  border-radius: 0;
  display: inline-block;
  transform-origin: center;
  border-radius: 4px;
}

.pagination.pagination-light li span {
  background: #1c242f;
}

.pagination li span.active {
  background: #ffffff;
  z-index: 1;
  position: relative;
}

.pagination.pagination-light li span.active {
  background: #ffffff;
}

.v-pagination {
  flex-direction: column;
}

.pagination.v-pagination li {
  padding: 3px 0;
}

.pagination.v-pagination li .prev {
  margin-bottom: 8px;
  display: block;
}

.pagination.v-pagination li .next {
  margin-top: 8px;
  display: block;
}

.pagination-center .prev-btn,
.pagination-center .next-btn {
  position: absolute;
  left: 54px;
  top: 40%;
}

.pagination-center .next-btn {
  position: absolute;
  left: auto;
  right: 54px;
}

.pagination-nav {
  padding: 0;
  margin: 0;
}

.pagination-nav .prev-btn {
  left: -20%;
}

.pagination-nav .next-btn {
  right: -20%;
}

.pagination-nav li {
  list-style-type: none;
  text-decoration: none !important;
  z-index: 99;
  position: absolute;
  top: 38%;
}

.pagination-nav li a {
  width: 53px;
}

.pagination-nav li a.prev {
  background-image: url(../img/Mac/prev-arrow.png);
}

.pagination-nav li a.next {
  background-image: url(../img/Mac/next-arrow.png);
}

/*spacing*/

.mx-small {
  margin-left: 19px;
  margin-right: 19px;
}

.main-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

.medium-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.small-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 70px;
}

.padding-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding-bottom {
  padding-bottom: 70px;
}

.large-padding-top {
  padding-top: 190px;
}

.large-padding-bottom {
  padding-bottom: 190px;
}

/*header*/

.top-wrapper {
  background-image: url("../img/Mac/banner-bg-men.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.top-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: url(../img/Mac/banner-overlay.png);
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom center;
  background-size: 100% auto;
}

.navbar {
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.navbar-collapse {
  padding: 2px 0;

  /*  border-bottom: 1px solid #fff !important;*/
}

.nav-left p {
  font-size: 20px;
  color: #000000;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  margin-left: 15px;
  letter-spacing: 0.136em;
  text-transform: uppercase;
}

.top-info-btn {
  background: #19c073;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff !important;
  font-weight: 700;
  padding: 7px 12px 9px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
}

.top-tuv-image {
  max-height: 102px;
}

/*Banner*/

.banner-wrapper {
  height: 850px;
  display: flex;

  /*  align-items: flex-end;*/
}

.banner-content {
  /*  padding: 85px 0 160px;*/
  padding-top: 110px;
  position: relative;
  z-index: 1;
}

.banner-wrapper h2 {
  font-size: 64px;
  line-height: 85px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.text-light-green {
  color: #d4efdc;
}

.quote-left {
  margin-left: -35px;
  margin-right: 7px;
  position: relative;
  bottom: -17px;
}

.quote-right {
  margin-left: 7px;
  position: relative;
  top: -22px;
}

.offer-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.offer-wrapper {
  max-width: 686px;
}

.offer-wrapper .input-row {
  margin: 0;
}

.offer-wrapper .form-control {
  box-shadow: none !important;
  font-size: 16px;
  color: #9e9e9e;
  font-weight: 400;
  background-color: transparent;

  /* background-image: url("../images/placeholder.png"); */
  background-repeat: no-repeat;
  border-bottom-color: #19c073;
  line-height: 35px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  border-width: 0 0 2px 0;
  border-style: solid;
  padding-left: 40px;
  background-position: left 16px center;
  background-size: 15px auto;
}

.offer-wrapper .btn-gradient {
  border: none;
  padding: 2px 10px 2px 10px;
  font-size: 20px;
  box-shadow: none !important;
  background-color: rgb(25, 192, 115);
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  line-height: 41px;
  position: relative;
  cursor: pointer;
  outline: none !important;
}

.gradient-text-light {
  background-image: -moz-linear-gradient(
    5deg,
    rgb(71, 236, 215) 0%,
    rgb(126, 235, 221) 20%,
    rgb(101, 189, 234) 82%,
    rgb(36, 161, 226) 100%
  );
  background-image: -webkit-linear-gradient(
    5deg,
    rgb(71, 236, 215) 0%,
    rgb(126, 235, 221) 20%,
    rgb(101, 189, 234) 82%,
    rgb(36, 161, 226) 100%
  );
  background-image: -ms-linear-gradient(
    5deg,
    rgb(71, 236, 215) 0%,
    rgb(126, 235, 221) 20%,
    rgb(101, 189, 234) 82%,
    rgb(36, 161, 226) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text {
  background-image: -moz-linear-gradient(
    -60deg,
    rgb(34, 216, 132) 0%,
    rgb(14, 232, 203) 100%
  );
  background-image: -webkit-linear-gradient(
    -60deg,
    rgb(34, 216, 132) 0%,
    rgb(14, 232, 203) 100%
  );
  background-image: -ms-linear-gradient(
    -60deg,
    rgb(34, 216, 132) 0%,
    rgb(14, 232, 203) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tuv-banner {
  box-shadow: 3px 5px 11.4px 0.6px rgba(0, 0, 0, 0.07);
}

.tuv-wrapper {
  display: flex;
  align-items: flex-end;
}

.counter-box {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.counter-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.counter-number {
  margin: 0 0 0 10px;
  display: inline-flex;
  align-items: flex-end;
}

.counter-number h3 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  line-height: 46px;
  margin-bottom: 0;
}

.counter-box p.counter-text {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}

.bottom-container .list li {
  color: #888888;
}

.bottom-container p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
}

/* tabs wrapper */

.nav.nav-tabs {
  float: left;
  display: block;
  border-bottom: 0;
  border: none;
  margin: 0;
  width: 100%;
}

.nav-tabs .nav-item {
  margin-bottom: 15px;
}

.nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.102);
  padding: 40px 15px;
  border: none;
  height: 195px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.nav-tabs .nav-link.active {
  background-image: -moz-linear-gradient(
    21deg,
    rgb(25, 192, 115) 0%,
    rgb(2, 224, 195) 100%
  );
  background-image: -webkit-linear-gradient(
    21deg,
    rgb(25, 192, 115) 0%,
    rgb(2, 224, 195) 100%
  );
  background-image: -ms-linear-gradient(
    21deg,
    rgb(25, 192, 115) 0%,
    rgb(2, 224, 195) 100%
  );
}

.tab-content {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.102);
  height: 100%;
  display: flex;
  align-items: center;
}

.tab-wrapper {
  align-items: center;
}

.tab-content > .active {
  display: flex;
  align-items: center;
  max-width: 95%;
}

.nav-tabs .nav-link p {
  color: #cccccc;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.nav-tabs .nav-link h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.nav-tabs .nav-link.active p {
  color: #ffffff;
}

.video-wrapper {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 9.6px 0.4px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

/*Logo gallery*/

.logo-wrapper {
  display: flex;
}

.logo-wrapper p {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}

.logo-wrapper > div {
  padding: 0 20px;
}

.logo-wrapper > div img {
  max-height: 42px;
}

.logo-wrapper > div:first-child {
  padding-left: 0;
}

.logo-wrapper > div:last-child {
  padding-right: 0;
}

.js-award-select + .select2-container {
  width: 200px !important;
}

/*gradient header*/

.gradient-box-img {
  height: 100%;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  max-width: 505px;
  max-height: 425px;
  box-shadow: 0px 3px 4.8px 0.2px rgba(62, 62, 62, 0.14);
}

.gradient-box-img.right {
  margin-left: auto;
}

.gradient-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gradient-box-content {
  /*  border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 45px 25px 50px 60px;
    position: relative;*/
  min-height: 430px;

  /*  display: flex;
    flex-direction: column;
    justify-content: center;*/
  position: relative;
}

.gradient-box-content h2 {
  color: #d0e5d1;
  font-family: "Inter", sans-serif;
  background-image: -moz-linear-gradient(
    top,
    rgba(220, 226, 235, 1) 0%,
    rgba(241, 241, 241, 0) 100%
  );

  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(
    top,
    rgba(220, 226, 235, 1) 0%,
    rgba(241, 241, 241, 0) 100%
  );

  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(
    to bottom,
    rgba(220, 226, 235, 1) 0%,
    rgba(241, 241, 241, 0) 100%
  );

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -12px;
}

.gradient-box-text {
  position: absolute;
  left: 105px;
  top: 105px;
}

.gradient-box-content p {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 10px;
}

.gradient-box-content p strong {
  font-weight: 800;
  color: #000000;
}

.gradient-box-content p.text-light {
  color: #727272;
}

.step-right-img {
  width: auto;
  height: 415px;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
}

/*green box*/

.green-box {
  background-image: -moz-linear-gradient(
    99deg,
    rgb(109, 220, 167) 0%,
    rgb(25, 192, 115) 100%
  );
  background-image: -webkit-linear-gradient(
    99deg,
    rgb(109, 220, 167) 0%,
    rgb(25, 192, 115) 100%
  );
  background-image: -ms-linear-gradient(
    99deg,
    rgb(109, 220, 167) 0%,
    rgb(25, 192, 115) 100%
  );
  box-shadow: 0px 36px 72.96px 3.04px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 35px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.green-box .content {
  padding: 0 45px;
}

.green-box p {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
}

.icon-text a {
  font-size: 14px;
  color: #1c242f;
  letter-spacing: 0.165em;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-flex;
}

.icon-text img {
  width: 12px;
  margin-right: 8px;
}

.doc-image {
  /*  border-radius: 10px 10px 0 0;
    overflow: hidden;
    background-color: rgb(25, 192, 115);
    box-shadow: 0px 36px 72.96px 3.04px rgba(0, 0, 0, 0.14);*/
}

.h-350 {
  height: 350px;
  overflow: hidden;
}

.h-565 {
  height: 565px;
  overflow: hidden;
}

.h-500 {
  height: 500px;
  overflow: hidden;
}

.transparent-box {
  background-color: rgba(255, 255, 255, 0.102);
  box-shadow: 0px 36px 72.96px 3.04px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 55px 60px 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.transparent-logo-box {
  padding: 40px 10px;
}

.transparent-box h2 {
  color: #ffffff;
}

.transparent-box p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

.transparent-box .col-md-4 {
  padding-left: 47px;
  padding-right: 47px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.transparent-box .col-md-4.border-x {
  border-left: 1px solid #1c242f;
  border-right: 1px solid #1c242f;
}

/*mobile row*/

.left-laptop-img {
  left: -260px;
  position: relative;
  height: 750px;
  width: auto;
  max-width: none;
}

.transparent-box .list h5 {
  letter-spacing: 0.02em;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #fff;
}

.transparent-box .list p {
  color: #cccccc;
}

.mobile-row {
  align-items: center;
}

.mobile-row h2,
.watch-row h2 {
  font-size: 140px;
  line-height: 120px;

  /*  color: #000000;*/
  background-image: -moz-linear-gradient(
    top,
    rgba(190, 207, 231, 1) 0%,
    rgba(215, 225, 238, 0.63) 100%
  );

  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(
    top,
    rgba(190, 207, 231, 1) 0%,
    rgba(215, 225, 238, 0.63) 100%
  );

  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(
    to bottom,
    rgba(190, 207, 231, 1) 0%,
    rgba(215, 225, 238, 0.63) 100%
  );

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobile-row .note-box,
.watch-row .note-box {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 4.8px 0.2px rgba(62, 62, 62, 0.14);
  padding: 34px 5px 34px 40px;
  z-index: 1;
  position: relative;
  text-align: left;
}

.large-margin-bottom {
  margin-bottom: 120px;
}

.x-large-margin-bottom {
  margin-bottom: 190px;
}

.mobile-row .note-box p {
  font-size: 22px;
  color: #19c073;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.watch-row .note-box p {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.mobile-row strong {
  color: #000000;
  font-weight: 800;
}

.mobile-image {
  width: 343px;
  height: 680px;
  position: relative;
  position: relative;
  left: -120px;

  /*  left: -200px;*/
}

.right-text {
  position: relative;

  /*  left: 145px; */
  text-align: right;
}

.right-text {
  position: relative;
  left: -25px;
}

.l-p-b {
  padding-bottom: 100px;
}

.mobile-row .right-text h2 {
  font-size: 140px;
}

/*watch*/

.watch-row h2 {
  font-size: 120px;
  line-height: 110px;
}

/*.watch-row p {
  font-size: 16px;
  color: #727272;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.watch-row strong {
  color: #000000;
  font-weight: 800;
}*/

.watch-row .note-box {
  width: 507px !important;

  /*  max-width: 100%;*/
}

.watch-slider .item-img {
  width: 365px;
  flex: 0 0 365px;
  z-index: 3;
  position: relative;
}

.watch-slider-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.watch-slider {
  position: relative;
}

/*slider*/

.screen-slider-wrapper .slider {
  position: relative;
}



.screen-slider-wrapper .swiper-slide .notes-info {
  display:none;
}
.screen-slider-wrapper .swiper-slide.swiper-slide-active .notes-info {
  display:block;
}





.screen-slider-wrapper .pagination-nav .prev-btn {
  left: 0;
}

.screen-slider-wrapper .pagination-nav .next-btn {
  right: 0;
}

.dark-gradient-bg {
  background-image: url("../img/Mac/dark-gradient-bg.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1c242f;
}

.bottom-dark-gradient-bg {
  background-image: url("../img/Mac/bottom-dark-gradient-bg.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

/*.screen-slider-wrapper .slider .item img {
  margin-left: -170px;
}*/

.slide-note p {
  font-size: 16px;
  line-height: 20px;
  color: #cccccc;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.slide-note p.title {
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  position: relative;
}

.slide-note p.title:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #1f9465;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
}

.screen-slider-wrapper .item {
  position: relative;
}

.slide-note {
  position: absolute;
  right: 118px;
  top: 98px;
  text-align: right;
}

.slide-note.note-2 {
  right: 160px;
  top: 235px;
}

.slide-note.note-2 p.title:after {
  bottom: -2.2px;
}

.slide-note.note-3 {
  right: 195px;
  top: 387px;
}

.slide-note.note-3 p.title:after {
  bottom: -0.5px;
}

.notes-info {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 9.6px 0.4px rgba(0, 0, 0, 0.14);
  max-width: 261px;
  position: absolute;
  right: 15.5%;
  bottom: 14%;
  border-radius: 10px;
  padding: 20px;
}

/*
.note-content {
    background: #ffffff;
    border-radius: 5px;
    padding: 25px;
}*/

.number-list {
  counter-reset: number-counter;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.number-list li {
  margin: 0 0 16px 0;
  counter-increment: number-counter;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
  font-family: "Inter", sans-serif;
  padding-left: 45px;
}

.number-list li:last-child {
  margin-bottom: 0;
}

.number-list li::before {
  content: counter(number-counter);
  background: black;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgb(25, 192, 115);
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-right: 15px;
  line-height: 32px;
  font-family: "Inter", sans-serif;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

/*.screen-slider-wrapper .pagination {
  left: -21%;
  position: relative;
}*/

/*testimonial*/

.testimonial-area {
  overflow: hidden;
}

.testimonial-box {
  /*  border-radius: 20px;
    background-color: rgb(243, 243, 243);
    padding: 70px 85px;*/
}

.testimonial-box .subheading {
  color: #888888;
}

.testimonial-wrapper {
  position: relative;

  /*  transform: translateX(-19%);*/
}

.testimonial-wrapper .slider {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.testimonial-wrapper .thumbnail {
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

.testimonial-wrapper .item {
  padding: 35px 30px 35px 35px;
  text-align: center;
  transition: all 0.3s;
  flex: 0 0 475px;
  border-radius: 20px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(220, 226, 235) 0%,
    rgb(231, 234, 238) 82%,
    rgb(241, 241, 241) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(220, 226, 235) 0%,
    rgb(231, 234, 238) 82%,
    rgb(241, 241, 241) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(220, 226, 235) 0%,
    rgb(231, 234, 238) 82%,
    rgb(241, 241, 241) 100%
  );
}

.rating {
  border-radius: 8px;
  background-color: rgb(25, 192, 115);
  display: inline-block;
  padding: 5px 10px;
}

.testimonial-wrapper .item p {
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
  text-align: left;
}

.testimonial-wrapper .item .info p {
  text-align: left;
  color: #000000;
  font-size: 16px;
}

.testimonial-wrapper .item .info .rating i {
  color: #ffffff;
  font-size: 15px;
  margin: 0 2px;
}

.testimonial-wrapper .item .content {
  display: block;
  position: relative;
  padding-top: 22px;
}

.testimonial-wrapper .item.active {
  /*  opacity: 1;
    transform: scale(1);*/
}

.testimonial-wrapper .item .thumb-wrapper {
  margin-left: 0;
  margin-right: 25px;
  width: 106px;
  height: 106px;
}

.testimonial-wrapper .item .thumbnail {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  margin-bottom: 0;
  filter: grayscale(0);
  overflow: hidden;
  box-shadow: 0px 3px 4.8px 0.2px rgba(62, 62, 62, 0.14);
}

.testimonial-wrapper .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-wrapper .item .info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/*List*/

.list {
  padding: 0;
  margin: 0;
}

.list li {
  list-style-type: none;
  padding-left: 23px;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 25px;
  position: relative;
  color: #d4d3d3;
}

.list li:last-child {
  margin: 0;
}

.list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 16px;
  top: 4px;
  background-image: url(../img/Mac/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 10px;
  top: 7px;
  background-image: url(../img/Mac/check-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.check-list li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  margin: 0;
  color: #222222;
}

.small-list li {
  margin-bottom: 15px;
}

.list.small-list li:before {
  top: 3px;
}

/*slider*/

.screen-slider-wrapper {
  position: relative;
}

.client-slider {
  position: relative;
}

.slider-wrapper {
  display: flex;

  /*  justify-content: center;*/
  justify-content: space-between;
  align-items: center;
}

.slider-wrapper .item {
  padding: 0 80px;
  text-align: center;
  position: relative;
  display: none;
}

.slider-wrapper .item.visible {
  display: block;
}

.slider-wrapper .item .box {
  display: flex;
}

.slider-wrapper .item .thumb {
  flex: 0 0 150px;
  text-align: left;
}

.slider-wrapper .item .thumb img {
  max-width: 100px;
}

.slider-wrapper .item.active {
  margin-top: 0;
  flex: 0 0 65%;
}

.slider-wrapper .item .caption {
  text-align: left;
  display: none;
}

.slider-wrapper .item.active .caption {
  display: block;
}

.slider-wrapper .box p {
  font-size: 19px;
  line-height: 23px;
  color: #454545;
}

.client-slider .pagination-nav li {
  top: 15%;
}

.client-slider .pagination-nav .prev-btn {
  left: 12%;
}

.client-slider .pagination-nav .next-btn {
  right: 12%;
}

.slider-wrapper .item:first-child {
  padding-left: 0;
}

.slider-wrapper .item:last-child {
  padding-right: 0;
}

.refund-img {
  max-width: 350px;
}

/*testimonial*/

.grey-box {
  border-radius: 20px;
  background-color: rgb(243, 243, 243);
  padding: 70px 25px;
}

.grey-box p {
  font-size: 22px;
  line-height: 28px;
  color: #4b4b4b;
}

.logo-box {
  border-radius: 20px;
  background-color: rgb(255, 255, 255, 0.102);
  min-height: 197px !important;

  /* max-width: 325px; */
  display: flex;
  align-items: center;
  justify-content: center;

  /* margin: 0 10px; */
  /* flex: 0 0 325px; */
}

.testimonial-section .grey-box {
  padding: 50px 50px;
}

.logo-box-wrapper {
  /* display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden; */
}

/*tuv*/

.tuv-container {
  padding: 22px 50px 22px 35px;
  border-radius: 10px;
  background-color: rgb(0, 114, 188);
  box-shadow: 0px 8px 9.6px 0.4px rgba(0, 0, 0, 0.14);
}

.bottom-tuv-logo-image {
  /* margin-left: -20px;  */
  width: 140px;
  margin-left: 20%;
}

.tuv-image {
  border-right: 1px solid #64adda;
  padding: 10px 0;
  text-align: center;
}

.tuv-image h2 {
  color: #ffffff;
  font-weight: 800;
}

.tuv-image p {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 0;
}

.tuv-image img {
  width: 135px;
}

.tuv-container p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}

/*dark bottom area*/

.bottom-dark-gradient-bg .transparent-box {
  padding: 50px 40px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.bottom-dark-gradient-bg .transparent-box h5 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.bottom-dark-gradient-bg .transparent-box p a {
  color: #19c073;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
}

/*footer*/

footer {
  background-image: -moz-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(109, 220, 167) 0%,
    rgb(17, 153, 142) 0%,
    rgb(109, 220, 167) 0%,
    rgb(28, 193, 116) 100%
  );
  background-image: -webkit-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(109, 220, 167) 0%,
    rgb(17, 153, 142) 0%,
    rgb(109, 220, 167) 0%,
    rgb(28, 193, 116) 100%
  );
  background-image: -ms-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(109, 220, 167) 0%,
    rgb(17, 153, 142) 0%,
    rgb(109, 220, 167) 0%,
    rgb(28, 193, 116) 100%
  );
}

.bottom-form.offer-wrapper .btn-gradient {
  border: 2px solid #ffffff;
  background-color: transparent !important;
  font-weight: 500;
}

.bottom-form.offer-wrapper {
  max-width: 100%;
}

.bottom-form.offer-wrapper .form-control {
  background-color: #ffffff !important;
  border: none !important;
  padding: 6px 21px;
}

.bottom-form.offer-wrapper p {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.footer-bottom {
  border-top: 1px solid #ffffff;
  padding: 36px 0;
}

.footer-link {
  line-height: 18px;
}

.footer-link a {
  font-size: 16px;
  color: #ffffff;
  padding: 0 20px;
}

.footer-link.border-x {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

/*form section*/

.form-group {
  position: relative;
}

.form-control {
  border-color: #e9e9e9;
  color: #1d1d1d;
  font-size: 30px;
  line-height: 40px;
  outline: none !important;
  border-radius: 50px;
  padding: 4px 21px 4px;
  border: 1px solid #e9e9e9;
  font-weight: 600;
  box-shadow: 1px 2px 9.995px 0.005px rgba(0, 0, 0, 0.1) !important;
}

.form-step-1 .form-control {
  padding: 6px 21px 8px;
}

.form-control:focus {
  border-color: #ffffff !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9e9e9e !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e !important;
  opacity: 1 !important;
}

.modal__hide-text {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #eee;
  text-align: start;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.2em;
  border-radius: 4px;
  transition: opacity 0.5s;
  z-index: 1;
  color: #000;
  max-width: 242px;
  width: fit-content;
}

.display-block {
  display: block !important;
}

.hide-ul {
  padding: 0;
}

.hide-ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.hide-ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/Mac/list-icon.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.video-wrapper {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 9.6px 0.4px rgb(0 0 0 / 14%);
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-btn_wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.unmuted.video-btn_wrapper {
  display: none;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.video-btn_wrapper img {
  display: block;
  width: 10%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.video-btn_wrapper img::selection {
  background: none;
}

.unmuted img {
  display: none;
}

.duties-swiper {
  overflow: hidden;
  padding: 0;
}

/* .last-slide__style > div {
    height: inherit !important;
    overflow: hidden;
    position: relative;
}

.last-slide__style .doc-image img {
    position: absolute;
    transform: rotate(351deg);
    left: -15px;
    bottom: -29px;
    width: 115%;
} */

.duties .swiper-scrollbar {
  width: 104px;
  height: 4px;
  background-color: #33475b;
}

.duties .swiper-scrollbar-drag {
  background-color: #fff;
}

.watch-text-wrapper {
  padding-top: 100px;
}

.watch-slider .pagination-nav li img {
  cursor: pointer;
  width: 100%;
}

.watch-slider .swiper-slide {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s !important;
}

.watch-slider .swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.mac-slider {
  width: 100%;
  overflow: hidden;
}

.mac-slider .swiper-scrollbar,
.testsieger-slider__main-wrapper .swiper-scrollbar {
  height: 4px;
  background-color: #1c242f !important;
  position: static !important;
  display: block;
  margin: 20px auto 0 auto;
  max-width: 280px;
  width: 100%;
}

.mac-slider .swiper-scrollbar-drag,
.testsieger-slider__main-wrapper .swiper-scrollbar-drag {
  background-color: #fff;
}

.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 496px;
  margin: 0 auto;
}

.testimonial-wrapper .slider {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.testimonial-wrapper .thumbnail {
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

.testimonial-wrapper .item {
  padding: 35px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 20px;
  width: 100%;
  transform: scale(0.9);
  opacity: 0.56;
  min-height: 408px;
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(220, 226, 235) 0%,
    rgb(231, 234, 238) 82%,
    rgb(241, 241, 241) 100%
  );
}

.rating {
  border-radius: 8px;
  background-color: rgb(25, 192, 115);
  display: inline-block;
  padding: 5px 10px;
}

.testimonial-wrapper .item p {
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
  text-align: left;
}

.testimonial-wrapper .item .info p {
  text-align: left;
  color: #000000;
  font-size: 16px;
}

.testimonial-wrapper .item .info .rating i {
  color: #ffffff;
  font-size: 15px;
  margin: 0 2px;
}

.testimonial-wrapper .item .content {
  display: block;
  position: relative;
  padding-top: 22px;
}

.testimonial-wrapper .item.active {
  opacity: 1;
  transform: scale(1);
}

.testimonial-wrapper .item .thumb-wrapper {
  margin-left: 0;
  margin-right: 25px;
  width: 106px;
  height: 106px;
}

.testimonial-wrapper .item .thumbnail {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  margin-bottom: 0;
  filter: grayscale(0);
  overflow: hidden;
}

.testimonial-wrapper .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-wrapper .item .info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000000;
}

.testimonial-wrapper .swiper-scrollbar {
  height: 6px;
  max-width: 860px;
  width: 100%;
  background: grey;
  justify-content: flex-start;
}

.testimonial-wrapper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.testimonial-wrapper .item {
  cursor: pointer;
}

.testimonial-wrapper .item .content p {
  overflow: hidden;
  transition: height 0.5s;
}

.testimonial-wrapper .item p::selection,
.testimonial-wrapper .item img::selection,
.testimonial-wrapper .item span::selection,
.testimonial-wrapper .item button::selection {
  background: none;
}

.mehr {
  background: none;
  border: none;
  outline: none;
  color: blue;
  cursor: pointer;
  display: block;
}

.mehr:focus {
  outline: none;
}

.long-text {
  display: none;
}

.display-inline {
  display: inline !important;
}

.display-none {
  display: none !important;
}

.testsieger-slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.testsieger-slider__main-wrapper .pagination {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
}

.testsieger-slider__main-wrapper .swiper-scrollbar {
  margin: 0;
  background-color: #000 !important;
}

.testsieger-slider__main-wrapper .pagination img {
  filter: invert(100%) sepia(0%) saturate(7325%) hue-rotate(21deg)
    brightness(113%) contrast(100%);
}

.partners-slider__hover {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  padding: 10px;
}

.partners-slider__hover p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: calc(100vw/160 + 6px) !important;
}

@media only screen and (max-width: 1279px) {
  .partners-slider__hover p {
    font-size: 14px !important;
  }
}

.testsieger-slider__main-wrapper .logo-box:hover .partners-slider__hover {
  visibility: visible;
  opacity: 1;
}

.testsieger-slider__main-wrapper .logo-box:hover img {
  visibility: hidden;
  opacity: 0;
}

.error-list {
  color: #fff;
}

.footer-link.border-right {
  border-right: 1px solid #ffffff;
}
.nowrap {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .footer-resp-col .d-flex {
    flex-direction: column;
    text-align: left;
  }
}
