@font-face {
  font-family: Franie-400;
  src: url("/fonts/FranieVariableTest-SemiLight.otf") format("opentype");
}

@font-face {
  font-family: Franie-500;
  src: url("/fonts/FranieVariableTest-Regular.otf") format("opentype");
}

@font-face {
  font-family: Franie-600;
  src: url("/fonts/FranieVariableTest-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: Franie-700;
  src: url("/fonts/FranieVariableTest-Bold.otf") format("opentype");
}

@font-face {
  font-family: Franie-800;
  src: url("/fonts/FranieVariableTest-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: Franie-900;
  src: url("/fonts/FranieVariableTest-Black.otf") format("opentype");
}

@font-face {
  font-family: Afacad;
  src: url("/fonts/Afacad-Regular.ttf") format("truetype");
}

:root {
  font-size: 1vw;
  width: 100%;
  --white: #fff;
  --gray1: #e6e6e6;
  --gray2: #cfcfcf;
  --darkblue1: #0E2453;
  --darkblue2: #1B3364;
  --grayblue: #1b3364cc;
  --black: #02151D;
  --green: #1FDE1C;
  --orange: #FF9133;
  --purple: #5E32FF;
  --gray: #758890;
  --coral: #EB2929;
  --lightcoral: #FF4343;
  --dartcoral: #ff434399;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Franie-400';
}
p {
  margin: 0;
  color: var(--darkblue1);
  font-size: 2rem;
  line-height: 120%;
  font-family: Afacad;
}
h3 {
  color: var(--grayblue);
  font-family: "Franie-400";
  font-size: 2.5rem;
  line-height: 150%;
  letter-spacing: -0.0275rem;
  text-transform: capitalize;
}
h4 {
  color: var(--darkblue1);
  font-family: "Franie-500";
  font-size: 1.66667rem;
  font-weight: 500;
  line-height: 150%;
}
button {
  border-radius: 2.86458rem;
  background: var(--lightcoral);
  padding: .83rem;
  width: 100%;
  border: 0;
  color: white;
  font-family: Afacad;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
}
button:hover {
  background: linear-gradient(180deg, var(--lightcoral) 0%, var(--dartcoral) 99%);
}

/* Scroll Bar */
::-webkit-scrollbar {
	width: 8px !important;
	height: 8px !important;
	@media screen and (max-width: 1024px) {
		display: none;
	}
}
::-webkit-scrollbar-track {
	background: white;
}
::-webkit-scrollbar-thumb {
	background: var(--gray1);
  border-radius: 0.22rem;
}
::-webkit-scrollbar-thumb:hover {
	background: var(--gray2);
}

/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 5rem);
  padding: 2.5rem;
  position: absolute;
  top: 0px;
  z-index: 4;
}
header img {
  width: 9.53rem;
  height: auto;
}

/* SECTION */
section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
section#first {
  justify-content: end;
  margin-top: 2rem;
}
section h1 {
  margin-left: 2.5rem;
  color: var(--darkblue2);
  font-family: "Franie-500";
  font-size: 4.583rem;
  line-height: 150%;
  letter-spacing: -0.0504rem;
  position: absolute;
  left: 0px;
  z-index: 2;
}
section h2 {
  color: var(--darkblue2);
  font-size: 3.33rem;
  line-height: 150%;
  letter-spacing: -0.036rem;
  margin: .26rem 0;
}
section .context {
  z-index: 2;
}
section .context p {
  margin: 0;
  color: var(--darkblue1);
  font-size: 2rem;
  line-height: 120%;
  font-family: Afacad;
}

section#device .context {
  margin-right: -6rem;
  padding-left: 2.5rem;
}
section#product .context {
  margin-left: 5rem;
  padding-right: 2.5rem;
}
section#work .context {
  margin-right: -8rem;
  padding-left: 2.5rem;
}

.blob-cont {
  position: relative;
}
.blob-cont img {
  width: 133.5%;
  position: absolute;
  z-index: 1;
  bottom: 2.5%;
  left: -25.5%;
}

#blobCont1 {
  width: 46rem;
  height: 46rem;
  background-image: url(/img/png/blob-img-1.png);
  background-size: cover;
  background-position-x: -10rem;
  animation: morph1 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 7rem 5rem;
}

#blobCont2 {
  width: 35rem;
  height: 35rem;
  background-image: url(/img/png/blob-img-2.png);
  background-size: cover;
  background-position: 0px;
  animation: morph2 8s ease-in-out infinite;
  border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 7rem 5rem;
}

#blobCont3 {
  width: 35rem;
  height: 35rem;
  background-image: url(/img/png/blob-img-3.png);
  background-size: cover;
  animation: morph3 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 7rem 5rem;
}

#blobCont4 {
  width: 35rem;
  height: 35rem;
  background-image: url(/img/png/blob-img-4.png);
  background-size: cover;
  background-position: 0px;
  animation: morph4 8s ease-in-out infinite;
  border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 7rem 5rem;
}

#blobCont5 {
  width: 55rem;
  height: 28rem;
  background-image: url(/img/png/blob-img-5.png);
  background-size: cover;
  background-position: 0px;
  animation: morph4 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 0 5rem;
  margin-top: -7rem;
}

.section-box {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.83rem;
  width: 100%;
  margin-top: 2.5rem;
}

.section-box:nth-child(2) {
  justify-content: start;
}

.section-box:nth-child(3) {
  justify-content: center;
}

.section-box:nth-child(4) {
  justify-content: end;
}

.section-box img {
  width: 20.67rem;
  height: auto;
}

.section-box .context {
  color: var(--darkblue1);
  font-family: "Franie-400";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.0275rem;
  text-transform: capitalize;
}

.section-box .context p,
.section-box .context ul li {
  color: var(--darkblue1);
  font-family: "Afacad";
  font-size: 1.66667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  font-size: 2.2rem;
}

.section-box .context ul {
  margin: 0.83rem 0;
}
.section-box .context ul li {
  position: relative;
}

.section-box:nth-child(2) .context ul li::marker {
  color: var(--green);
}
.section-box:nth-child(3) .context ul li::marker {
  color: var(--orange);
}
.section-box:nth-child(4) .context ul li::marker {
  color: var(--purple);
}

section#benefits {
  width: calc(100% - 5rem);
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 2.5rem;
  margin-bottom: 8.33rem;
}

section#differs {
  flex-direction: column;
  align-items: start;
  padding: 0 2.76rem;
  width: calc(100% - 8rem);
}

section#differs .section-box {
  align-items: start;
}

section#differs .section-box p {
  color: var(--darkblue1);
  font-family: Afacad;
  font-size: 1.66667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

section#differs .section-box img {
  width: 7.29167rem;
  height: auto;
}

section#differs .section-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

section#differs .section-boxes .section-box {
  width: max-content;
}

.blob-small {
  background-image: url('/img/png/blob-img-1.png');
  background-size: cover;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  height: 20rem;
  transition: all 1s ease-in-out;
  width: 20rem;
  z-index: 2;
}

.form label {
  color: var(--black);
  font-family: Afacad;
  font-size: 0.72917rem;
  font-style: normal;
  font-weight: 400;
  line-height: 114.286%;
  margin-left: 1.25rem;
  margin-bottom: 1rem;
}

.form label span {
  color: var(--coral);
}

.form input,
.form textarea {
  border-radius: 1.97917rem;
  background: linear-gradient(142deg, #F8F8F8 0.57%, #FBFBFB 78.12%);
  box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 0.72917rem 1.25rem;
  align-items: center;
  outline: none;
  border: none;
  color: var(--gray);
  font-family: Afacad;
  font-size: 0.83333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  width: calc(100% - 2.5rem);
  margin-bottom: 1.77rem;
  resize: vertical;
}

.form input:hover,
.form textarea:hover {
  border-radius: 38px;
  background: linear-gradient(142deg, #F8F8F8 0.57%, #FBFBFB 78.12%);
  box-shadow: 0px 0px 10px 0px #ffececcc, 0px 0px 12px 0px #ff4343a3;
}

.form input:focus,
.form textarea:focus {
  border-radius: 38px;
  background: linear-gradient(142deg, #F8F8F8 0.57%, #FBFBFB 78.12%);
  box-shadow: 0px 0px 10px 0px #FDFDFD, 0px 0px 12px 0px #ff4343cc;
}

#phoneInputBox {
  position: relative;
  width: 20.8rem;
}

#phoneInputBox #phoneInput {
  padding-left: 5.31rem;
  width: calc(100% - 3.76rem);
}

#phoneInputBox #phoneCode {
  position: absolute;
  border: none;
  top: .7rem;
  left: .82rem;
  background: transparent;
  color: var(--black);
  font-family: Afacad;
  font-weight: 600;
  font-size: 0.83333rem;
  font-weight: 500;
  line-height: 150%;
  outline: none;
}

section#meet {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 8.7rem;
  padding: 0 2.5rem;
}

section#meet form {
  min-width: 23.6rem;
}

section#meet p {
  color: var(--grayblue);
  font-family: Afacad;
  font-size: 1.66667rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.01833rem;
}

section#meet .section-boxes {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer {
  width: 100%;
  text-align: center;
  padding: 1.46rem 0;
  color: #0E2453;
  font-family: Afacad;
  font-size: 0.83333rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.privacy_policy_table {
    /*table {*/
      border-collapse: collapse;
      width: 100%;
    /*}*/

    td, th {
      border: 1px solid #dddddd;
      text-align: left;
      padding: 8px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

@keyframes morph1 {
  0% {
			border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
	} 
	
	50% {
			border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
	}
  
	100% {
		border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
	} 
}

@keyframes morph2 {
  10% {
    border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
	} 
	
	60% {
    border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
	}
  
	110% {
		border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
	} 
}

@keyframes morph3 {
  0% {
			border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
	} 
	
	50% {
			border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
	}
  
	100% {
		border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
	} 
}

@keyframes morph4 {
  10% {
    border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
	} 
	
	60% {
    border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
	}
  
	110% {
		border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
	} 
}

@keyframes morph5 {
  0% {
			border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
	} 
	
	50% {
			border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
	}
  
	100% {
		border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
	} 
}
