@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #4185f4;
}

::selection {
  color: white;
  background: #4185f4;
}

.switchSlider {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 54px;
  padding-right: 0;
}
.switchSlider input {
  display: none;
}
.switchSlider input:checked + .slider {
  background-color: #4185f4;
}
.switchSlider input:checked + .slider:before {
  transform: translateX(23px);
}
.switchSlider .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.switchSlider .slider:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
}

.slider.round {
  border-radius: 100rem;
}
.slider.round:before {
  border-radius: 50%;
}

.slideOutTranslate {
  -webkit-animation: slideOutTranslate 0.3s ease forwards;
          animation: slideOutTranslate 0.3s ease forwards;
}

@-webkit-keyframes slideOutTranslate {
  0% {
    transform: translate3d(0%, 0px, 0px);
  }
  100% {
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes slideOutTranslate {
  0% {
    transform: translate3d(0%, 0px, 0px);
  }
  100% {
    transform: translate3d(-100%, 0px, 0px);
  }
}
.slideInTranslate {
  -webkit-animation: slideInTranslate 0.3s ease forwards;
          animation: slideInTranslate 0.3s ease forwards;
}

@-webkit-keyframes slideInTranslate {
  0% {
    transform: translate3d(-100%, 0px, 0px);
  }
  100% {
    transform: translate3d(0%, 0px, 0px);
  }
}

@keyframes slideInTranslate {
  0% {
    transform: translate3d(-100%, 0px, 0px);
  }
  100% {
    transform: translate3d(0%, 0px, 0px);
  }
}
body .hidden {
  display: none !important;
}
body .disabled {
  color: #a9a9a9;
  filter: brightness(0) saturate(100%) invert(66%) sepia(66%) saturate(0%) hue-rotate(162deg) brightness(89%) contrast(96%);
}
body .flex {
  display: flex;
}
body .flex.row {
  flex-direction: row;
}
body .flex.column {
  flex-direction: column;
}
body .flex.center {
  justify-content: center;
}
body .flex.space-between {
  justify-content: space-between;
}
body .flex.align {
  align-items: center;
}
body .flex.gap-s {
  gap: 0.5rem;
}
body .flex.gap-m {
  gap: 1rem;
}
body .flex.gap-l {
  gap: 2rem;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #4185f4;
}

::selection {
  color: white;
  background: #4185f4;
}

.switchSlider {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 54px;
  padding-right: 0;
}
.switchSlider input {
  display: none;
}
.switchSlider input:checked + .slider {
  background-color: #4185f4;
}
.switchSlider input:checked + .slider:before {
  transform: translateX(23px);
}
.switchSlider .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.switchSlider .slider:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
}

.slider.round {
  border-radius: 100rem;
}
.slider.round:before {
  border-radius: 50%;
}

.slideOutTranslate {
  -webkit-animation: slideOutTranslate 0.3s ease forwards;
          animation: slideOutTranslate 0.3s ease forwards;
}

@keyframes slideOutTranslate {
  0% {
    transform: translate3d(0%, 0px, 0px);
  }
  100% {
    transform: translate3d(-100%, 0px, 0px);
  }
}
.slideInTranslate {
  -webkit-animation: slideInTranslate 0.3s ease forwards;
          animation: slideInTranslate 0.3s ease forwards;
}

@keyframes slideInTranslate {
  0% {
    transform: translate3d(-100%, 0px, 0px);
  }
  100% {
    transform: translate3d(0%, 0px, 0px);
  }
}
body .hidden {
  display: none !important;
}
body .disabled {
  color: #a9a9a9;
  filter: brightness(0) saturate(100%) invert(66%) sepia(66%) saturate(0%) hue-rotate(162deg) brightness(89%) contrast(96%);
}
body .flex {
  display: flex;
}
body .flex.row {
  flex-direction: row;
}
body .flex.column {
  flex-direction: column;
}
body .flex.center {
  justify-content: center;
}
body .flex.space-between {
  justify-content: space-between;
}
body .flex.align {
  align-items: center;
}
body .flex.gap-s {
  gap: 0.5rem;
}
body .flex.gap-m {
  gap: 1rem;
}
body .flex.gap-l {
  gap: 2rem;
}

.flex {
  display: flex;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.column {
  flex-direction: column;
}
.flex.gap-xs {
  gap: 0.25rem;
}
.flex.gap-s {
  gap: 0.5rem;
}
.flex.gap-m {
  gap: 1rem;
}
.flex.gap-l {
  gap: 2rem;
}
.flex .noshrink {
  flex-shrink: 0;
}

.grid {
  display: grid;
}
.grid.grid-tc-2 {
  grid-template-columns: 1fr 1fr;
}
.grid.grid-tc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.grid-tc-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.gap-s {
  grid-gap: 0.5rem;
}
.grid.gap-m {
  grid-gap: 1rem;
}
.grid.gap-l {
  grid-gap: 2rem;
}
.grid.grid-flow-col {
  grid-auto-flow: column;
}
.grid .grid-c-2s {
  grid-column: 2 span;
}
.grid .grid-c-3s {
  grid-column: 3 span;
}
.grid .grid-c-4s {
  grid-column: 4 span;
}

.flex.j-left,
.grid.j-left {
  justify-content: flex-start;
}
.flex.j-between,
.grid.j-between {
  justify-content: space-between;
}
.flex.j-evenly,
.grid.j-evenly {
  justify-content: space-evenly;
}
.flex.j-right,
.grid.j-right {
  justify-content: flex-end;
}
.flex.j-center,
.grid.j-center {
  justify-content: center;
}
.flex.align-center,
.grid.align-center {
  align-items: center;
}
.flex.align-top,
.grid.align-top {
  align-items: flex-start;
}
.flex.align-bottom,
.grid.align-bottom {
  align-items: flex-end;
}
.flex.align-right,
.grid.align-right {
  align-items: flex-end;
}

.w-full {
  width: 100%;
}

.w-content {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 600px) {
  .w-content {
    max-width: 100%;
  }
}

.w-content-l {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
@media screen and (max-width: 600px) {
  .w-content-l {
    max-width: 100%;
  }
}

.w-32 {
  width: 32px;
}

.w-50 {
  width: 50px;
}

.w-60 {
  width: 60px;
}

.w-80 {
  width: 80px;
}

.w-100 {
  width: 100px;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.w-300 {
  width: 300px;
}

.w-400 {
  width: 400px;
}

.w-500 {
  width: 500px;
}

.w-800 {
  width: 800px;
}

.w-1000 {
  width: 1000px;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-full {
  height: 100%;
}

.h-100 {
  height: 100px;
}

.h-150 {
  height: 150px;
}

.h-200 {
  height: 200px;
}

.h-300 {
  height: 300px;
}

.h-400 {
  height: 400px;
}

.h-500 {
  height: 500px;
}

.h-600 {
  height: 600px;
}

.h-inherit {
  height: inherit;
}

.h-min100 {
  min-height: 100vh;
}

.bg-p {
  background-color: #fff;
}

.bg-s {
  background-color: #f0f4fa;
}

.bg-grey {
  background-color: #f3f4f5;
}

.bg-warning {
  background-color: rgba(210, 63, 34, 0.15);
}

.bg-a {
  background-color: #4185f4;
}

.bg-alt {
  background-color: #1c1e22;
}

.text-xs {
  font-size: 12px;
}

.text-s {
  font-size: 14px;
}

.text-r {
  font-size: 1rem;
}

.text-m {
  font-size: 1.25rem;
}

.text-l {
  font-size: 1.5rem;
}

.text-xl {
  font-size: 2rem;
}

.text-center {
  text-align: center;
}

.text-main {
  color: #333;
}

.text-alt {
  color: #fff;
}

.text-light {
  color: #8a8d91;
}

.text-accent {
  color: #4185f4;
}

.text-accent-alt {
  color: #4285f4;
}

.text-warning {
  color: #d23f22;
}

.uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.weight-s {
  font-weight: 300;
}

.weight-r {
  font-weight: 400;
}

.weight-m {
  font-weight: 500;
}

.weight-l {
  font-weight: 600;
}

.weight-xl {
  font-weight: 700;
}

.weight-xxl {
  font-weight: 800;
}

.text-lh-m {
  line-height: 1.5rem;
}

.text-overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-overflow-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-overflow-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-overflow-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-underline {
  text-decoration: underline;
}

.padding-0 {
  padding: 0;
}

.padding-xs {
  padding: 0.25rem;
}

.padding-s {
  padding: 0.5rem;
}

.padding-m {
  padding: 1rem;
}

.padding-l {
  padding: 2rem;
}

.padding-xl {
  padding: 3rem;
}

.padding-m_s {
  padding: 0.5rem 1rem;
}

.padding-m_l {
  padding: 1rem 2rem;
}

.margin-center {
  margin: 0 auto;
}

.mt-a {
  margin: auto;
}

.mt-0 {
  margin: 0;
}

.mt-s {
  margin-top: 0.5rem;
}

.mt-m {
  margin-top: 1rem;
}

.mt-l {
  margin-top: 2rem;
}

.mt-xl {
  margin-top: 3rem;
}

.mt-xxl {
  margin-top: 5rem;
}

.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  position: relative;
}
.divider span {
  background-color: #fff;
  z-index: 1;
  padding: 0 0.5rem;
  font-size: 14px;
}
.divider::before {
  content: "";
  border-bottom: 1px solid #dadce0;
  width: 100%;
  display: block;
  position: absolute;
  top: 15px;
}
.divider.slim {
  height: 16px;
}
.divider.slim::before {
  top: 8px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

.border-rad-s {
  border-radius: 0.5rem;
}

.border-rad-m {
  border-radius: 1rem;
}

.border-rad {
  border-radius: 100%;
}

img {
  position: relative;
}
img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
img.cover {
  -o-object-fit: cover;
     object-fit: cover;
}
img:not([src]), img[src=""], img[src=undefined] {
  visibility: hidden;
}

button,
a.button {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border-radius: 0.5rem;
  border: 0;
  font-family: inherit;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s;
  color: #fff;
  background-color: #4185f4;
}
button.default,
a.button.default {
  min-width: 0;
  padding: 6px 12px;
}
button.alt,
a.button.alt {
  background-color: #fff;
  color: #4185f4;
  border: 1px solid #4185f4;
}
button.alt:hover,
a.button.alt:hover {
  box-shadow: inset 0 0 50px rgba(65, 133, 244, 0.2);
}
button.warning,
a.button.warning {
  background-color: #d23f22;
  color: #fff;
}
button.text,
a.button.text {
  background-color: transparent;
  color: #4185f4;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: auto;
  font-size: 1rem !important;
  position: relative;
}
button.text:hover,
a.button.text:hover {
  box-shadow: none;
}
button:hover,
a.button:hover {
  box-shadow: inset 0 0 50px rgba(240, 244, 250, 0.25);
}

a.plain {
  text-decoration: none;
}
a.plain:hover {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}

input {
  background-color: #fff;
  font-family: inherit;
  color: inherit;
  border: 1px solid #a9a9a9;
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 4px;
  outline: none;
}
input.error {
  border-color: #d23f22 !important;
}
input[disabled] {
  color: #a9a9a9;
  pointer-events: none;
  background-color: #f8f8f8;
}

textarea {
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  border: 1px solid #a9a9a9;
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 4px;
  outline: none;
  resize: vertical;
  min-height: 150px;
}
textarea.error {
  border-color: #d23f22 !important;
}

.tags_input {
  display: grid;
  align-items: center;
  position: relative;
}
.tags_input input {
  padding-left: 12px;
  border: 1px solid #a9a9a9;
  font-weight: 400;
  margin: 0;
}
.tags_input .add {
  height: calc(100% - 8px);
  aspect-ratio: 1;
  border-radius: 4px;
  background-color: #4185f4;
  position: absolute;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tags_input .add::after {
  font-family: "Material Symbols Outlined";
  font-size: 28px;
  content: "\e145";
  color: #fff;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.tags div {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px 4px 10px;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid #4185f4;
  color: #4185f4;
  line-height: 1.5rem;
}
.tags span.close {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.tags span.close::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cd";
  font-size: 20px;
  font-weight: 400;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  overflow-y: auto;
  table-layout: auto;
}
table.fit th,
table.fit td {
  min-width: 0;
}
table.tbl-fixed {
  table-layout: fixed;
}
@media screen and (max-width: 600px) {
  table.tbl-fixed {
    table-layout: auto;
  }
}
table.align-center th,
table.align-center td {
  text-align: center;
}
table th {
  padding: 0.5rem 1rem 0.5rem 1rem;
  min-width: 100px;
  color: #333;
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table td {
  padding: 0.625rem 0.75rem 0.625rem 0.75rem;
  border-bottom: 1px solid #ccc;
}
table td.align-top {
  vertical-align: top;
}
table td[disabled] {
  background-color: #dadce0;
}
table td img {
  display: block;
}

.sm-reveal {
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .sm-reveal {
    visibility: visible;
  }
}

@media screen and (max-width: 600px) {
  .sm-hidden {
    display: none;
  }
  .sm-column {
    display: flex;
    flex-direction: column;
  }
  .sm-gap-s {
    gap: 0.25rem !important;
  }
  .sm-gap-m {
    gap: 1rem !important;
  }
  .sm-gap-l {
    gap: 2rem !important;
  }
  .sm-grid-tc-3 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .sm-grid-tc-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .sm-grid-tc-1 {
    display: flex;
    flex-direction: column;
  }
  .w-content {
    padding: 0 1rem;
  }
  .sm-gap-s {
    gap: 0.5rem;
  }
  .sm-padding-m {
    padding: 1rem;
  }
  .sm-j-between {
    justify-content: space-between !important;
  }
  .sm-align-center {
    align-items: center !important;
  }
  .sm-mt-l {
    margin-top: 2rem !important;
  }
  .sm-text-r {
    font-size: 1rem;
  }
  .sm-text-m {
    font-size: 1.25rem;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #333;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #4185f4;
}
a:hover {
  text-decoration: underline;
}

footer {
  background-color: #212223;
  width: 100%;
  height: auto;
  padding: 2rem 4rem 2rem 4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  footer {
    width: 100%;
    padding: 1rem;
  }
}
footer a {
  color: #dadce0 !important;
  display: block;
  margin: 1rem 0 1rem 0;
}
footer a.footer_image {
  margin: 0;
}
footer a:hover {
  color: #fff !important;
  text-decoration: none;
}
footer a.disabled {
  pointer-events: none;
  color: #8a8d91 !important;
}
footer .footer_container {
  width: 95%;
  max-width: 1400px;
}
@media screen and (max-width: 600px) {
  footer .footer_container {
    width: 100%;
  }
}
footer .footer_container .footer_row_container {
  display: block;
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 600px) {
  footer .footer_container .footer_row_container {
    padding: 0;
    flex-direction: column;
  }
}
footer .footer_container .footer_row_container.column {
  display: flex;
  justify-content: space-between;
}
footer .footer_container .footer_row_container nav.footer_row_nav {
  height: 32px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  footer .footer_container .footer_row_container nav.footer_row_nav {
    margin-top: 0.5rem;
  }
}
footer .footer_container .footer_row_container nav.footer_row_nav a.footer_row_image_link {
  display: flex;
  align-items: center;
  height: 40px;
}
footer .footer_container .footer_row_container nav.footer_row_nav a.footer_row_image_link img {
  height: 32px;
  width: 32px;
  filter: brightness(0) saturate(100%) invert(65%) sepia(5%) saturate(183%) hue-rotate(177deg) brightness(90%) contrast(90%);
}
footer .footer_container .footer_row_container nav.footer_row_nav a.footer_row_image_link:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(7deg) brightness(101%) contrast(103%);
}
footer .footer_container .footer_row_container nav.footer_row_nav.list a:not(:last-child)::after {
  margin-left: 1rem;
  content: "|";
  position: relative;
}
footer .footer_container .footer_row_container .footer_column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
footer .footer_container .footer_row_container .footer_column img {
  height: auto;
  width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_container .footer_row_container .footer_column span {
  display: inline-block;
  font-size: 0.75rem;
  color: #dadce0;
}
footer .footer_container .footer_link_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  footer .footer_container .footer_link_container {
    flex-direction: column;
  }
}
footer .footer_container .footer_link_container nav.footer_column_container {
  margin: 0 2rem 0 2rem;
}
@media screen and (max-width: 600px) {
  footer .footer_container .footer_link_container nav.footer_column_container {
    margin: 0;
  }
}
footer .footer_container .footer_link_container nav.footer_column_container .footer_column_title {
  color: #fff;
  display: flex;
  font-size: 1.25rem;
}

button {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  border: 0;
  background-color: #4185f4;
  color: #fff;
  padding: 0.625rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
button:hover {
  box-shadow: 0 0 100px 100px inset rgba(65, 133, 244, 0.1);
}
button.alt {
  border: 1px solid #4185f4;
  background-color: #fff;
  color: #4185f4;
}
button.alt:hover {
  box-shadow: 0 0 100px 100px inset rgba(18, 76, 122, 0.1);
}

.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .mt-50 {
    margin-top: 25px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mt-200 {
  margin-top: 200px;
}
@media screen and (max-width: 600px) {
  .mt-200 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  .mb_mt-0 {
    margin-top: 0px;
  }
  .mb_mt-25 {
    margin-top: 25px;
  }
}
@-webkit-keyframes slideDown {
  0% {
    top: -60px;
  }
  100% {
    top: 0px;
  }
}
@keyframes slideDown {
  0% {
    top: -60px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes slideUp {
  0% {
    top: 0px;
  }
  100% {
    top: -60px;
  }
}
@keyframes slideUp {
  0% {
    top: 0px;
  }
  100% {
    top: -60px;
  }
}
.header {
  position: fixed;
  top: 0px;
  width: 100%;
  display: flex;
  height: 60px;
  padding: 0.5rem 20px 0.5rem 20px;
  align-items: center;
  border-bottom: 1px solid #dadce0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
  align-items: center;
}
.header.slideDown {
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.header.slideUp {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.header .header_logo {
  display: flex;
  align-items: center;
}
.header .header_logo a {
  height: 40px;
}
.header .header_logo img {
  height: 40px;
}
.header .header_list {
  margin-left: 3rem;
  display: flex;
  gap: 2rem;
  color: #8a8d91;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .header .header_list {
    display: none;
  }
}
.header .header_list > .header_list_title {
  cursor: pointer;
}
.header .header_list > .header_list_title:after {
  margin-left: 0.5rem;
  content: ">";
  display: inline-block;
  font-weight: 400;
  transform: rotate(90deg);
}
.header .header_list > .header_list_title:hover {
  color: #333;
}
.header .header_list > .header_list_title:hover:after {
  transform: rotate(270deg);
}
.header .header_dropdown {
  color: #333;
  left: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 60px;
  background-color: rgba(255, 255, 255, 0.95);
}
@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {
  .header .header_dropdown {
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
.header .header_dropdown .header_dropdown_container {
  display: flex;
  width: 100%;
  padding: 1rem 4rem 2rem 4rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #dadce0;
}
.header .header_dropdown .header_dropdown_container a.header_dropdown_card {
  margin: 1rem 2rem 1rem 2rem;
  width: 350px;
  color: #8a8d91;
  cursor: pointer;
  flex-shrink: 0;
}
.header .header_dropdown .header_dropdown_container a.header_dropdown_card:hover {
  text-decoration: none;
}
.header .header_dropdown .header_dropdown_container a.header_dropdown_card:hover .header_dropdown_card_title {
  color: #333;
}
.header .header_dropdown .header_dropdown_container a.header_dropdown_card.disabled {
  pointer-events: none;
}
.header .header_dropdown .header_dropdown_container a.header_dropdown_card.disabled div,
.header .header_dropdown .header_dropdown_container a.header_dropdown_card.disabled span {
  color: #dadce0;
}
.header .header_dropdown .header_dropdown_container a.header_dropdown_card div.header_dropdown_card_title {
  font-size: 1rem;
  font-weight: 500;
}
.header .header_dropdown .header_dropdown_container a.header_dropdown_card span.header_dropdown_card_description {
  font-size: 0.875rem;
}

.main {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 60px);
}

.hero {
  width: 100%;
}
.hero.h300 {
  height: 300px;
}
.hero.h200 {
  height: 200px;
}
@media screen and (max-width: 600px) {
  .hero.h200 {
    height: 150px;
  }
}
.hero .hero_image_container {
  height: 100%;
  width: 100%;
  position: relative;
}
.hero .hero_image_container img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero_image_container .hero_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #fff;
  opacity: 0.75;
}
@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {
  .hero .hero_image_container .hero_image_overlay.blur {
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.hero .hero_image_container .hero_image_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Rubik", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .hero_image_container .hero_image_text.icon_align_left {
  top: 25%;
  left: 25%;
  transform: none;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0.5rem;
  align-items: center;
}
.hero .hero_image_container .hero_image_text.icon_align_left h1 {
  color: #333;
  font-size: 40px;
  text-align: left;
}
.hero .hero_image_container .hero_image_text.icon_align_left span {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}
.hero .hero_image_container .hero_image_text.icon_align_left img {
  width: 100px;
  height: 100px;
}
.hero .hero_image_container .hero_image_text.icon_align_left > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .hero .hero_image_container .hero_image_text {
    width: 100%;
    padding: 0 1rem 0 1rem;
  }
  .hero .hero_image_container .hero_image_text span {
    width: 100% !important;
  }
}
.hero .hero_image_container .hero_image_text h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #4185f4;
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.8);
  margin: 0;
  text-align: center;
}
.hero .hero_image_container .hero_image_text span {
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: 600;
  text-align: center;
  width: 500px;
  margin-top: 0.5rem;
  font-size: 1rem;
}

.faq {
  display: flex;
  flex-direction: column;
  width: 800px;
}
@media screen and (max-width: 600px) {
  .faq {
    width: 100%;
    padding: 0 1rem 0 1rem;
  }
}
.faq .faq_title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.faq .faq_item {
  position: relative;
}
.faq .faq_item:last-child {
  border-bottom: 1px solid #dadce0;
}
.faq .faq_item .question {
  text-align: left;
  border-top: 1px solid #a9a9a9;
  padding: 1rem 1rem 1rem 0.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #333;
}
.faq .faq_item .question span {
  margin-right: 0.5rem;
}
.faq .faq_item .question:hover {
  background-color: rgba(65, 133, 244, 0.05);
}
.faq .faq_item .question::after {
  content: ">";
  display: inline-block;
  font-weight: 400;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
}
.faq .faq_item .answer {
  border-top: 1px dotted #a9a9a9;
  padding: 0rem 1rem 0rem 1rem;
  color: #333;
}

.section {
  display: flex;
  width: 1000px;
}
@media screen and (max-width: 600px) {
  .section {
    width: 100%;
    flex-direction: column !important;
    gap: 1rem;
    align-items: center !important;
  }
  .section.mb_reverse {
    flex-direction: column-reverse !important;
  }
}
.section.row,
.section .row {
  flex-direction: row;
  justify-content: space-between;
}
.section.row.center,
.section .row.center {
  justify-content: center;
}
.section.row.align,
.section .row.align {
  align-items: center;
}
@media screen and (max-width: 600px) {
  .section.row,
.section .row {
    padding: 0 1rem 0 1rem;
  }
}
.section.column,
.section .column {
  flex-direction: column;
}
.section.column.center,
.section .column.center {
  align-items: center;
}
@media screen and (max-width: 600px) {
  .section.column,
.section .column {
    padding: 0 1rem 0 1rem;
  }
}
.section.align {
  align-items: center;
}
.section.w250,
.section .w250 {
  width: 250px !important;
}
@media screen and (max-width: 600px) {
  .section.w250,
.section .w250 {
    width: 100% !important;
  }
}
.section.w600,
.section .w600 {
  width: 600px !important;
}
@media screen and (max-width: 600px) {
  .section.w600,
.section .w600 {
    width: 100% !important;
  }
}
.section.w800,
.section .w800 {
  width: 800px !important;
}
@media screen and (max-width: 600px) {
  .section.w800,
.section .w800 {
    width: 100% !important;
  }
}
.section h1 {
  color: #4185f4;
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
}
.section h1.black {
  color: #333;
}
.section h4 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.section .subsection {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section .subsection {
    gap: 1rem;
    flex-direction: column;
  }
}
.section .section_text {
  width: 480px;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .section .section_text {
    width: 100%;
  }
  .section .section_text h2 {
    text-align: left;
  }
}
.section .section_text.wInherit {
  width: inherit;
}
.section .section_text.bold {
  font-weight: 500;
}
.section .section_text.center {
  text-align: center;
}
.section .section_text.left {
  text-align: left;
}
.section .section_text.row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .section .section_text.row {
    flex-direction: column;
    padding: 0 1rem 0 1rem;
  }
}
.section .section_text ul li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.section .section_text .terms h1 {
  text-align: left;
  color: #333;
}
.section .section_image {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section .section_image {
    width: 100% !important;
  }
}
.section .section_image.split {
  width: 400px;
  border-radius: 1rem;
  overflow: hidden;
}
.section .section_image img {
  width: 100%;
}
.section .section_image .section_image_overlay {
  position: absolute;
  top: 25px;
  left: 93px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.section .section_image .section_image_overlay video {
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 600px) {
  .section .section_image .section_image_overlay video {
    display: none;
  }
}
.section .section_form {
  width: 450px;
}
.section .section_form .sent-noti,
.section .section_form .send-wait {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(93, 196, 141, 0.25);
  color: #333;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .section .section_form {
    width: 100%;
  }
}
.section .section_form p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.section .section_card {
  display: flex;
  border-radius: 0.5rem;
  box-shadow: 0 3px 16px rgba(51, 51, 51, 0.2);
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  width: 310px;
}
.section .section_card.text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.section .section_card.text .bigtext {
  text-align: center;
  color: #4185f4;
  font-size: 2.5rem;
}
.section .section_card img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section .section_card span {
  margin-top: 0.5rem;
  font-weight: 500;
}
.section .section_iframe {
  width: 100%;
  height: 600px;
  border-radius: 1rem;
  overflow: hidden;
}
.section .section_iframe iframe {
  width: inherit;
  height: inherit;
}
.section .section_icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width: 600px) {
  .section .section_icons {
    justify-content: space-around;
  }
}
.section .section_icons .section_icons_item {
  flex-shrink: 0;
  width: 112px;
  text-align: center;
  padding: 0.5rem;
  margin-top: 1rem;
}
.section .section_icons .section_icons_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section .section_icons .section_icons_item.company {
  margin-top: 2rem;
  width: 200px;
  height: 100px;
}
@media screen and (max-width: 600px) {
  .section .section_icons .section_icons_item.company {
    width: 125px;
  }
}
.section .section_icons .section_icons_item img.filter_blue {
  height: 32px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(97%) saturate(609%) hue-rotate(185deg) brightness(101%) contrast(91%);
}
.section .section_icons .section_icons_item span {
  display: block;
  font-size: 0.875rem;
}
.section.landing .title h3 {
  color: #4185f4;
  position: relative;
  display: inline-flex;
}
.section.landing .title h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4185f4;
  bottom: -4px;
  left: 0;
}

form#contactForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
form#contactForm.w500 {
  width: 500px;
}
@media screen and (max-width: 600px) {
  form#contactForm.w500 {
    width: 100%;
  }
}
form#contactForm input,
form#contactForm textarea {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  background-color: rgba(65, 133, 244, 0.08);
  padding: 0.75rem;
  border: none;
  border-radius: 0.5rem;
}
form#contactForm input:focus,
form#contactForm textarea:focus {
  outline: 2px solid #4185f4;
}
form#contactForm textarea {
  min-height: 150px;
  max-height: 600px;
  max-width: 100%;
  min-width: 100%;
}
form#contactForm .input_error {
  margin-top: -0.75rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #d23f22;
}

.progress_field {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 2rem;
}
.progress_field .pf_progress_bar {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 600px) {
  .progress_field .pf_progress_bar {
    flex-direction: row;
    gap: 0;
    width: 300px;
    justify-content: space-between;
  }
}
.progress_field .pf_progress_bar .pf_node {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background-color: #dadce0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  pointer-events: none;
  transition: all 0.15s;
}
.progress_field .pf_progress_bar .pf_node.pf_active {
  background-color: #4185f4;
  border: 4px solid white;
  outline: 2px solid #4185f4;
}
.progress_field .pf_progress_bar .pf_node.pf_active:after {
  background-color: #4185f4;
}
.progress_field .pf_progress_bar .pf_node.pf_completed {
  pointer-events: all;
  cursor: pointer;
  background-color: #4185f4;
}
.progress_field .pf_progress_bar .pf_node.pf_completed:after {
  background-color: #4185f4;
}
.progress_field .pf_progress_bar .pf_node:after {
  content: "";
  position: absolute;
  width: 4px;
  z-index: -1;
  background-color: #dadce0;
  transition: all 0.15s;
}
.progress_field .pf_progress_bar .pf_node:first-child:after {
  height: 85px;
  top: 50%;
}
@media screen and (max-width: 600px) {
  .progress_field .pf_progress_bar .pf_node:first-child:after {
    top: 50%;
    left: 50%;
    height: 4px;
    width: 72px;
  }
}
.progress_field .pf_progress_bar .pf_node:last-child:after {
  height: 85px;
  bottom: 50%;
}
@media screen and (max-width: 600px) {
  .progress_field .pf_progress_bar .pf_node:last-child:after {
    top: 50%;
    right: 50%;
    height: 4px;
    width: 72px;
  }
}
.progress_field .pf_progress_bar .pf_node:not(:first-child):not(:last-child):after {
  height: 170px;
}
@media screen and (max-width: 600px) {
  .progress_field .pf_progress_bar .pf_node:not(:first-child):not(:last-child):after {
    top: 50%;
    left: -30px;
    left: auto;
    height: 4px;
    width: 110px;
  }
}
.progress_field .pf_field {
  width: 250px;
  border-radius: 0.5rem;
  height: 43px;
  border: 1px solid #e4dede;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  gap: 0.5rem;
}
.progress_field .pf_field .pf_prefix {
  color: #dadce0;
}
.progress_field .pf_field input {
  width: 100%;
  padding: 0;
  margin: 0;
  height: inherit;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
}
.progress_field .pf_result {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
.progress_field .pf_result .pf_card {
  min-width: 200px;
  height: 100px;
  background-color: rgba(65, 133, 244, 0.25);
  border-radius: 1rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .progress_field .pf_result .pf_card {
    width: 80%;
  }
}
.progress_field .pf_result .pf_card div:first-child span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.progress_field .pf_result .pf_card div:first-child .pfc_val {
  font-size: 2rem;
  font-weight: 700;
}
.progress_field .pf_result .pf_card div:last-child {
  color: #8a8d91;
}
.progress_field .pf_result .pf_card[data-pfc="1"] {
  background-color: rgba(65, 133, 244, 0.15);
}
.progress_field .pf_result .pf_card[data-pfc="1"] .pfc_val {
  color: #4185f4;
}
.progress_field .pf_result .pf_card[data-pfc="2"] {
  background-color: rgba(93, 196, 141, 0.15);
}
.progress_field .pf_result .pf_card[data-pfc="2"] .pfc_val {
  color: darkgreen;
}
.progress_field .pf_result .pf_card[data-pfc="3"] {
  background-color: rgba(210, 63, 34, 0.15);
}
.progress_field .pf_result .pf_card[data-pfc="3"] .pfc_val {
  color: #d23f22;
}
.progress_field .ms_main {
  width: 120px;
}
.progress_field .ms_main .ms_select {
  height: 43px;
  border: 1px solid #e4dede;
  border-radius: 0.5rem;
}
.progress_field .ms_main .ms_container {
  border: 1px solid #e4dede;
  border-radius: 0.5rem;
}