/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.container {
  max-width: 1014px;
  margin-inline: auto;
  padding-inline: max(19.6923076923px, min(6.1538461538vw, max(24px, min(1.756954612vw, 24px))));
}

.is-sp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

.header__blend {
  position: fixed;
  top: 0;
  left: 0;
  padding: max(12.3076923077px, min(3.8461538462vw, max(15px, min(2.9282576867vw, 40px))));
  mix-blend-mode: exclusion;
  pointer-events: none;
  z-index: 100;
}
.header__logo {
  pointer-events: auto;
}
.header__logo-link {
  display: flex;
  align-items: center;
  gap: max(8.2051282051px, min(2.5641025641vw, max(10px, min(1.0980966325vw, 15px))));
}
@media only screen and (max-width: 767px) {
  .header__logo-link {
    flex-direction: column;
  }
}
.header__img {
  max-width: max(82.0512820513px, min(25.641025641vw, max(100px, min(8.0527086384vw, 110px))));
}
.header__text {
  font-size: max(9.0256410256px, min(2.8205128205vw, max(11px, min(1.1713030747vw, 16px))));
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.header__cta {
  position: fixed;
  top: max(12.3076923077px, min(3.8461538462vw, max(15px, min(2.9282576867vw, 40px))));
  right: max(12.3076923077px, min(3.8461538462vw, max(15px, min(2.9282576867vw, 40px))));
  z-index: 100;
  display: grid;
  place-items: center;
  padding: max(10.2564102564px, min(3.2051282051vw, max(12.5px, min(1.6471449488vw, 22.5px)))) max(21.3333333333px, min(6.6666666667vw, max(26px, min(3.8067349927vw, 52px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.6105417277vw, 22px))));
  font-weight: 700;
  background: #0064FF;
  border-radius: 999em;
  color: #fff;
  transition: background 0.3s ease;
}
.header__cta:hover {
  background: #247AFF;
}
.header__cta.is-overlap {
  background: #000;
}
.header__cta.is-overlap:hover {
  background: rgba(0, 0, 0, 0.8);
}

.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.kv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.kv__wrap {
  position: absolute;
  bottom: max(32.8205128205px, min(10.2564102564vw, max(40px, min(7.027818448vw, 96px))));
  left: max(19.6923076923px, min(6.1538461538vw, max(24px, min(6.8814055637vw, 94px))));
  width: 100%;
  z-index: 1;
  color: #fff;
}
.kv__title {
  max-width: max(256.8205128205px, min(80.2564102564vw, max(313px, min(53.8799414348vw, 736px))));
}
.kv__text {
  margin: max(8.2051282051px, min(2.5641025641vw, max(10px, min(0.7320644217vw, 10px)))) 0 0 max(8.2051282051px, min(2.5641025641vw, max(10px, min(0.7320644217vw, 10px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.317715959vw, 18px))));
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  line-height: 1.75;
}

.about {
  padding: max(82.0512820513px, min(25.641025641vw, max(100px, min(12.4450951684vw, 170px)))) 0 max(71.3846153846px, min(22.3076923077vw, max(87px, min(12.4450951684vw, 170px))));
  color: #fff;
  background: #000;
}
.about__title {
  font-size: max(21.3333333333px, min(6.6666666667vw, max(26px, min(2.3426061493vw, 32px))));
  font-weight: 700;
  text-align: center;
}
.about__text {
  text-align: center;
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.317715959vw, 18px))));
  font-weight: 700;
  line-height: 2.1;
}
.about__text:first-of-type {
  margin-top: max(32.8205128205px, min(10.2564102564vw, max(40px, min(4.39238653vw, 60px))));
}
.about__text:last-of-type {
  margin-top: max(28.7179487179px, min(8.9743589744vw, max(35px, min(2.9282576867vw, 40px))));
}
.about__list {
  margin: max(49.2307692308px, min(15.3846153846vw, max(60px, min(6.588579795vw, 90px)))) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .about__list {
    flex-wrap: wrap;
    width: max(266.6666666667px, min(83.3333333333vw, max(325px, min(50.0732064422vw, 684px))));
  }
}
.about__item {
  display: grid;
  place-items: center;
  width: max(135.3846153846px, min(42.3076923077vw, max(165px, min(13.9092240117vw, 190px))));
  height: 100%;
  aspect-ratio: 1/1;
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.4641288433vw, 20px))));
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 999em;
}
.about__item:not(:last-child) {
  margin-right: max(-16.4102564103px, min(-5.1282051282vw, max(-20px, min(-1.4641288433vw, -20px))));
}
@media only screen and (max-width: 767px) {
  .about__item:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about__item:nth-child(odd) {
    margin-right: max(-16.4102564103px, min(-5.1282051282vw, max(-20px, min(-1.4641288433vw, -20px))));
  }
}
@media only screen and (max-width: 767px) {
  .about__item:nth-child(n+3) {
    margin-top: max(-16.4102564103px, min(-5.1282051282vw, max(-20px, min(-1.4641288433vw, -20px))));
  }
}

.process {
  padding-bottom: max(93.5384615385px, min(29.2307692308vw, max(114px, min(14.5680819912vw, 199px))));
  background: #000;
}
.process__wrap {
  padding: 0 0 max(41.0256410256px, min(12.8205128205vw, max(50px, min(6.149341142vw, 84px))));
  background: #fff;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .process__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.process__label {
  display: block;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: max(32.8205128205px, min(10.2564102564vw, max(40px, min(7.3206442167vw, 100px))));
  line-height: 1;
  color: #F1F1F1;
}
.process__title {
  margin-top: max(29.5384615385px, min(9.2307692308vw, max(36px, min(3.2942898975vw, 45px))));
  font-size: max(19.6923076923px, min(6.1538461538vw, max(24px, min(2.0497803807vw, 28px))));
  text-align: center;
  color: #0064FF;
  line-height: 1.6;
}
.process__text {
  padding: 0 max(24.6153846154px, min(7.6923076923vw, max(30px, min(5.1244509517vw, 70px))));
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.1713030747vw, 16px))));
  line-height: 2;
  white-space: nowrap;
}
@media only screen and (max-width: 910px) {
  .process__text {
    padding: 0 max(24.6153846154px, min(7.6923076923vw, max(30px, min(2.196193265vw, 30px))));
    white-space: normal;
  }
}
.process__text:first-of-type {
  margin-top: max(33.641025641px, min(10.5128205128vw, max(41px, min(3.6603221083vw, 50px))));
}
.process__text:not(:first-of-type) {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(1.4641288433vw, 20px))));
}
.process__list {
  margin-top: max(46.7692307692px, min(14.6153846154vw, max(57px, min(5.1244509517vw, 70px))));
  padding: 0 max(24.6153846154px, min(7.6923076923vw, max(30px, min(5.1244509517vw, 70px))));
  display: grid;
  grid-template-columns: 392px auto;
  align-items: center;
}
@media only screen and (max-width: 910px) {
  .process__list {
    display: block;
  }
}
@media only screen and (max-width: 910px) {
  .process__img {
    width: 100%;
  }
}
.process__img-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(3.2820512821px, min(1.0256410256vw, max(4px, min(0.5124450952vw, 7px))));
}
@media only screen and (max-width: 910px) {
  .process__img-wrap {
    width: 100%;
  }
}
.process__item:last-child {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 910px) {
  .process__item:last-child {
    display: block;
  }
}
.process__item:last-child:before {
  content: "";
  display: block;
  width: 52px;
  height: 27px;
  margin: auto;
  background-image: url("../../assets/images/process_arrow.svg");
}
@media only screen and (max-width: 910px) {
  .process__item:last-child:before {
    height: 52px;
    margin: max(24.6153846154px, min(7.6923076923vw, max(30px, min(2.196193265vw, 30px)))) auto;
    transform: rotate(90deg);
    background: url("../../assets/images/process_arrow.svg") center/contain no-repeat;
  }
}
.process__video {
  max-width: max(231.3846153846px, min(72.3076923077vw, max(282px, min(21.7423133236vw, 297px))));
  width: 100%;
}
@media only screen and (max-width: 910px) {
  .process__video {
    max-width: 100%;
  }
}

.works {
  padding: max(57.4358974359px, min(17.9487179487vw, max(70px, min(8.78477306vw, 120px)))) 0 max(57.4358974359px, min(17.9487179487vw, max(70px, min(12.5915080527vw, 172px))));
}
.works__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
}
.works__text {
  margin-top: max(20.5128205128px, min(6.4102564103vw, max(25px, min(2.196193265vw, 30px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.317715959vw, 18px))));
  line-height: 2.1;
  white-space: nowrap;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .works__text {
    line-height: 1.8;
  }
}

.work:first-of-type {
  margin-top: max(81.2307692308px, min(25.3846153846vw, max(99px, min(6.3689604685vw, 87px))));
}
.work:not(:first-of-type) {
  margin-top: max(82.0512820513px, min(25.641025641vw, max(100px, min(9.5168374817vw, 130px))));
}
.work__title {
  text-align: center;
  font-size: max(14.7692307692px, min(4.6153846154vw, max(18px, min(1.317715959vw, 18px))));
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  color: #0064FF;
}
.work__client {
  margin-top: max(20.5128205128px, min(6.4102564103vw, max(25px, min(1.8301610542vw, 25px))));
  padding-top: max(20.5128205128px, min(6.4102564103vw, max(25px, min(1.8301610542vw, 25px))));
  border-top: 1px solid #000;
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  font-weight: 700;
  text-align: center;
}
.work__img {
  display: block;
  margin: max(41.0256410256px, min(12.8205128205vw, max(50px, min(4.39238653vw, 60px)))) auto 0;
}
@media only screen and (max-width: 767px) {
  .work__img--lifework {
    width: 100%;
  }
}
.work__text {
  margin-top: max(41.0256410256px, min(12.8205128205vw, max(50px, min(4.39238653vw, 60px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  text-align: center;
  line-height: 2;
}
.work__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(41.0256410256px, min(12.8205128205vw, max(50px, min(4.39238653vw, 60px)))) max(31.1794871795px, min(9.7435897436vw, max(38px, min(2.7818448023vw, 38px))));
  margin-top: max(57.4358974359px, min(17.9487179487vw, max(70px, min(5.1244509517vw, 70px))));
}
@media only screen and (max-width: 767px) {
  .work__list {
    grid-template-columns: 1fr;
  }
}
.work__list--col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: max(17.2307692308px, min(5.3846153846vw, max(21px, min(2.7086383602vw, 37px))));
}
@media only screen and (max-width: 910px) {
  .work__list--col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px)))) max(17.2307692308px, min(5.3846153846vw, max(21px, min(1.5373352855vw, 21px))));
  }
}
.work__list--col3 .work__video {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  border: 1px solid #F1F1F1;
}
.work__video {
  width: 100%;
}
.work__name {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(1.4641288433vw, 20px))));
  font-size: max(11.4871794872px, min(3.5897435897vw, max(14px, min(1.0248901903vw, 14px))));
  font-weight: 400;
  line-height: 1.7;
}
.work__desc {
  font-size: max(11.4871794872px, min(3.5897435897vw, max(14px, min(1.0248901903vw, 14px))));
  line-height: 1.7;
}

.features {
  padding: max(57.4358974359px, min(17.9487179487vw, max(70px, min(7.7598828697vw, 106px)))) 0 max(89.4358974359px, min(27.9487179487vw, max(109px, min(9.8096632504vw, 134px))));
  background: #F1F1F1;
}
.features__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
}
.features__text {
  margin-top: max(20.5128205128px, min(6.4102564103vw, max(25px, min(2.5622254758vw, 35px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.317715959vw, 18px))));
  font-weight: 700;
  line-height: 2.1;
}
.features__list {
  margin-top: max(41.0256410256px, min(12.8205128205vw, max(50px, min(6.8081991215vw, 93px))));
  display: grid;
  grid-template-columns: 311px 343px 311px;
}
@media only screen and (max-width: 1030px) {
  .features__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .features__list {
    grid-template-columns: 1fr;
  }
}

.feature {
  display: flex;
  flex-direction: column;
  padding: 0 max(25.4358974359px, min(7.9487179487vw, max(31px, min(2.2693997072vw, 31px))));
}
@media only screen and (max-width: 1030px) {
  .feature {
    padding: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px)))) max(25.4358974359px, min(7.9487179487vw, max(31px, min(2.2693997072vw, 31px))));
    border-bottom: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .feature {
    padding: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px)))) 0;
    border-color: #707070;
  }
}
.feature:nth-child(3n+1) {
  padding-left: 0;
}
@media only screen and (max-width: 1030px) {
  .feature:nth-child(3n+1) {
    padding: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px)))) max(25.4358974359px, min(7.9487179487vw, max(31px, min(2.2693997072vw, 31px))));
  }
}
@media only screen and (max-width: 767px) {
  .feature:nth-child(3n+1) {
    padding: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px)))) 0;
  }
}
.feature:nth-child(3n-1) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 1030px) {
  .feature:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
}
.feature:nth-child(3n) {
  padding-right: 0;
}
@media only screen and (max-width: 1030px) {
  .feature:nth-child(3n) {
    padding: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px)))) max(25.4358974359px, min(7.9487179487vw, max(31px, min(2.2693997072vw, 31px))));
  }
}
@media only screen and (max-width: 767px) {
  .feature:nth-child(3n) {
    padding: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px)))) 0;
  }
}
.feature:nth-child(-n+3) {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1030px) {
  .feature:nth-child(-n+3) {
    padding-bottom: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px))));
  }
}
.feature:nth-child(n+4) {
  padding-top: max(41.0256410256px, min(12.8205128205vw, max(50px, min(5.4904831625vw, 75px))));
  border-top: 1px solid #000;
}
@media only screen and (max-width: 1030px) {
  .feature:nth-child(n+4) {
    padding-top: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px))));
    border-top: none;
  }
}
@media only screen and (max-width: 1030px) {
  .feature:nth-child(odd) {
    border-right: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .feature:nth-child(odd) {
    border-right: none;
  }
}
@media only screen and (max-width: 1030px) {
  .feature:nth-child(5) {
    border-right: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .feature:nth-child(5) {
    border-right: none;
  }
}
@media only screen and (max-width: 1030px) {
  .feature:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .feature:nth-last-child(-n+2) {
    border-bottom: 1px solid #000;
  }
}
.feature:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .feature:last-child {
    padding-bottom: 0;
  }
}
.feature__icon-wrap {
  display: block;
  height: 118px;
  margin: 0 auto;
}
@media only screen and (max-width: 1030px) {
  .feature__icon-wrap {
    height: 110px;
  }
}
.feature__title {
  font-size: max(29.5384615385px, min(9.2307692308vw, max(36px, min(2.635431918vw, 36px))));
  text-align: center;
  line-height: 1.1;
}
.feature__label {
  margin-top: max(19.6923076923px, min(6.1538461538vw, max(24px, min(1.756954612vw, 24px))));
  font-family: "Lexend", sans-serif;
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  font-weight: 600;
  text-align: center;
}
.feature__text {
  margin-top: max(27.8974358974px, min(8.7179487179vw, max(34px, min(2.4890190337vw, 34px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  line-height: 2;
}

.pricing {
  padding: max(57.4358974359px, min(17.9487179487vw, max(70px, min(10.980966325vw, 150px)))) 0;
}
.pricing__label {
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
}
.pricing__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
}
.pricing__text {
  margin-top: max(20.5128205128px, min(6.4102564103vw, max(25px, min(2.5622254758vw, 35px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.317715959vw, 18px))));
  font-weight: 700;
  line-height: 2.1;
}
.pricing__cta {
  display: block;
  max-width: 430px;
  margin-top: max(45.1282051282px, min(14.1025641026vw, max(55px, min(5.1244509517vw, 70px))));
  padding: max(18.0512820513px, min(5.641025641vw, max(22px, min(1.6105417277vw, 22px)))) 0;
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.6105417277vw, 22px))));
  font-weight: 700;
  border-radius: 999em;
  color: #fff;
  text-align: center;
  background: #0064FF;
  line-height: 1.1;
}
.pricing__cta:hover {
  background: #247AFF;
  transition: all 0.3s ease;
}

.contact {
  padding-bottom: max(114.8717948718px, min(35.8974358974vw, max(140px, min(11.7130307467vw, 160px))));
}
.contact__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
}
.contact__form {
  max-width: 758px;
  min-height: 740px;
  margin-top: max(29.5384615385px, min(9.2307692308vw, max(36px, min(2.9282576867vw, 40px))));
}

.cta {
  display: grid;
  grid-template-columns: auto 1fr;
  color: #fff;
}
@media only screen and (max-width: 1030px) {
  .cta {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1030px) {
  .cta__img {
    width: 100%;
  }
}
.cta__wrap {
  padding: 0 max(19.6923076923px, min(6.1538461538vw, max(24px, min(7.6134699854vw, 104px))));
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0064FF;
}
@media only screen and (max-width: 1030px) {
  .cta__wrap {
    padding: max(57.4358974359px, min(17.9487179487vw, max(70px, min(5.1244509517vw, 70px)))) max(19.6923076923px, min(6.1538461538vw, max(24px, min(1.756954612vw, 24px)))) max(68.1025641026px, min(21.2820512821vw, max(83px, min(6.0761346999vw, 83px))));
  }
}
.cta__title {
  font-size: max(21.3333333333px, min(6.6666666667vw, max(26px, min(2.3426061493vw, 32px))));
}
.cta__text {
  max-width: 502px;
  margin-top: max(28.7179487179px, min(8.9743589744vw, max(35px, min(2.5622254758vw, 35px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  font-weight: bold;
  line-height: 1.875;
}
.cta__btn {
  display: block;
  max-width: 430px;
  margin-top: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px))));
  padding: max(18.0512820513px, min(5.641025641vw, max(22px, min(1.6105417277vw, 22px)))) 0;
  border-radius: 999em;
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.6105417277vw, 22px))));
  border: 1px solid #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
.cta__btn:hover {
  background: #fff;
  color: #0064FF;
  transition: all 0.3s ease;
}

.footer {
  padding: max(35.2820512821px, min(11.0256410256vw, max(43px, min(6.2225475842vw, 85px)))) 0 max(47.5897435897px, min(14.8717948718vw, max(58px, min(3.2942898975vw, 45px))));
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 1030px) {
  .footer__logo {
    width: max(193.641025641px, min(60.5128205128vw, max(236px, min(19.9121522694vw, 272px))));
  }
}
.footer__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: max(42.6666666667px, min(13.3333333333vw, max(52px, min(3.8067349927vw, 52px))));
}
@media only screen and (max-width: 1030px) {
  .footer__wrap {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
  margin-top: max(24.6153846154px, min(7.6923076923vw, max(30px, min(1.0980966325vw, 15px))));
}
@media only screen and (max-width: 1030px) {
  .footer__nav-list {
    flex-direction: column;
  }
}
.footer__nav-item {
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.1713030747vw, 16px))));
  padding: 0 18px;
  line-height: 1.1;
  font-weight: 400;
}
@media only screen and (max-width: 1030px) {
  .footer__nav-item {
    padding: 0;
  }
}
.footer__nav-item:first-child {
  padding-left: 0;
}
.footer__nav-item:last-child {
  padding-right: 0;
}
.footer__nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 1030px) {
  .footer__nav-item:not(:last-child) {
    border-right: none;
  }
}
.footer__nav-title {
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  font-weight: 400;
}
.footer__copyright {
  margin-top: max(84.5128205128px, min(26.4102564103vw, max(103px, min(9.9560761347vw, 136px))));
  text-align: center;
  font-size: max(10.6666666667px, min(3.3333333333vw, max(13px, min(0.9516837482vw, 13px))));
}

.label {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: max(42.6666666667px, min(13.3333333333vw, max(52px, min(7.3206442167vw, 100px))));
  color: #0064FF;
  line-height: 1.25;
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.video-wrapper__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(48.4102564103px, min(15.1282051282vw, max(59px, min(5.8565153734vw, 80px))));
  height: max(48.4102564103px, min(15.1282051282vw, max(59px, min(5.8565153734vw, 80px))));
  cursor: pointer;
  z-index: 1;
}
.video-wrapper__play-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-wrapper.is-playing .video-wrapper__play-button {
  display: none;
}

/*# sourceMappingURL=style.css.map */
