/*==============================================================
	Common Styles Initials
==============================================================*/

html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: inherit !important;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-image: radial-gradient(#e0e0e9 2px, transparent 2px);
  background-size: 32px 32px;
  background-color: #ffffff;
}

a {
  outline: none;
  text-decoration: none;
  color: #656565;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}

.btn:focus {
  box-shadow: none;
}

input,
textarea,
select {
  outline: none;
  resize: none;
  font-family: "Inter", sans-serif;
}

a,
input,
button {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  color: #2f2f2f;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: 0.01875rem;
}

strong {
  font-weight: 700;
}

.main {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 123;
  display: grid;
  place-items: center;
  padding: 24px 0;
  text-align: center;
}
.container {
  max-width: 1000px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  place-items: center;
}
.container > div {
  width: 100%;
}
.logo {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h1 {
  font-size: 36px;
  font-weight: 650;
  color: #000000;
  text-transform: uppercase;
}
.page-title {
  padding-bottom: 96px;
  padding-top: 96px;
}
.page-title h1 {
  text-transform: none;
  font-size: 60px;
}
.text {
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
  padding-bottom: 32px;
}
.note {
  max-width: 500px;
  margin: 0 auto;
  padding: 24px;
  font-size: 16px;
  line-height: 1.6;
  background: rgba(234, 83, 81, 0.1);
  /* background: rgba(0, 0, 0, 0.05); */
  color: #ea5351;
  font-weight: 500;
  margin-bottom: 16px;
  border-radius: 24px;
}
.btn {
  display: inline-block;
  padding: 16px 32px;
  border: 0;
  background: #fab919;
  color: #222222;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
}
.footer {
  padding-top: 60px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .left {
  width: 100%;
}
.footer .right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer a {
  color: #000000;
  font-weight: 600;
}
.privacy-content {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}
.privacy-content a {
  font-weight: 600;
  color: #000;
}
.privacy-content p {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.privacy-content h2 {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 16px;
}
.privacy-content h4 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 16px;
}
.privacy-content h5 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 6px;
}
.bullet-list li {
  position: relative;
  padding-left: 50px;
  min-height: 30px;
  font-size: 18px;
  line-height: 1.4;
  color: #222222;
  font-weight: 500;
  margin-bottom: 16px;
}

.bullet-list li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  display: block;
  background: #ea5351;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  top: 10px;
  left: 10px;
  box-shadow: 0px 0px 0px 10px rgba(234, 83, 81, 0.15);
  -webkit-box-shadow: 0px 0px 0px 10px rgba(234, 83, 81, 0.15);
  -moz-box-shadow: 0px 0px 0px 10px rgba(234, 83, 81, 0.15);
}

@media (max-width: 767px) {
  .logo img {
    max-width: 280px;
    height: auto;
  }
  h1 {
    font-size: 36px;
    padding-bottom: 8px;
  }
  .text {
    font-size: 18px;
  }
  .page-title {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .page-title h1 {
    font-size: 48px;
  }
  .privacy-content h2 {
    font-size: 32px;
  }
  .privacy-content h4 {
    font-size: 24px;
  }
}
