@media (max-width:768px) {
.body .wrapper {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  align-items: center;
  padding: 30px 30px !important;
  position: relative;
  flex: 1;
  flex-grow: 1;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
}
.body .content{
	gap:0px !important;
	padding:0px !important;
	}
.body .buttons {
flex-direction: column;
	}
.body .divider {
padding-top:50px !important;
	}
.body .email-field {
flex-direction: column;
max-width:100%;
	}
.body .email-entry {
max-width:100%;
	}
}
.body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  background: linear-gradient(
    243deg,
    rgba(255, 96, 77, 1) 0%,
    rgba(15, 44, 78, 1) 100%
  );
}

.body .wrapper {
  display: flex;
  flex-direction: column;
  width: 640px;
  align-items: center;
  padding: 100px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
}

.body .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 50px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.body .logo {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 181px;
  background-image: url(./E3n_Primary_Logo_RGB_Tagline_Horizontal_KO_No-Padding.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.body .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  padding: 20px 0px 0px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.body .body-text {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--big-body-font-family);
  font-weight: var(--big-body-font-weight);
  color: #ffffff;
  font-size: var(--big-body-font-size);
  letter-spacing: var(--big-body-letter-spacing);
  line-height: var(--big-body-line-height);
  font-style: var(--big-body-font-style);
}

.body .buttons {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.body .button {
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ff604d;
  border-radius: 50px;
  transition-duration: 0.4s;
}

.body .button:hover {
  background-color: #0F2C4E;
}

.body .en-button:hover {
  background-color: #0F2C4E;
  border-color:#0F2C4E;
  color: #fff;
}

.body .link-text:hover {
  color: #fff;
}

.body .link-text-wrapper:hover {
  color: #fff;
}

.body .link-text-wrapper {
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 13px 25px;
  position: relative;
  flex: 0 0 auto;
}

.body .link-text {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}

.body .divider {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 0px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.body .line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #f9b09c;
}

.body .mailing-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 0px 0px 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.body .div {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.body .headline {
  position: relative;
  width: 100%;
  margin-top: -1.00px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: #ffffff;
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.body .text-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  font-family: var(--big-body-font-family);
  font-weight: var(--big-body-font-weight);
  color: #ffffff;
  font-size: var(--big-body-font-size);
  letter-spacing: var(--big-body-letter-spacing);
  line-height: var(--big-body-line-height);
  font-style: var(--big-body-font-style);
}

.body .email-field {
  display: inline-flex;
  gap: 20px;
  flex: 0 0 auto;
  align-items: flex-start;
  position: relative;
}

.body .email-entry {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 50px;
  justify-content: center;
  gap: 10px;
  padding: 10px 22px;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid;
  border-color: #cecece;
  align-items: flex-start;
  position: relative;
}

.body .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  font-family: var(--body-small-font-family);
  font-weight: var(--body-small-font-weight);
  color: #555555;
  font-size: var(--body-small-font-size);
  letter-spacing: var(--body-small-letter-spacing);
  line-height: var(--body-small-line-height);
  font-style: var(--body-small-font-style);
}

.body .en-button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  padding: 0px 10px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 2px solid;
  border-color: #ffffff;
  transition-duration: 0.4s;
}