@charset "UTF-8";
:root {
  --nav-padding: 1.875em;
  --nav-height: 6.75em;
}

/*
    Theme Name: noble group
    Description: Dedicated template for noblegroup
    Version: 1.1.0
    Author: ŁukaszKsiążek
    Author URI: https://
*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background: #FFFFFF;
  line-height: 1.375;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000000;
  font-family: openSans, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding-top: var(--nav-height);
}

a {
  color: inherit;
  outline: none;
  cursor: pointer !important;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a img {
  border: none;
}

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

ul,
ol {
  padding-left: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

svg,
img:not(.x2) {
  max-width: 100%;
  width: auto;
  height: auto;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

td {
  padding-left: 2rem;
}

td:first-child {
  padding-left: 0;
}

main {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1280px;
  padding-left: 8.75em;
  padding-right: 8.75em;
}
@media (max-width: 1250px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-blog {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  padding-left: 8.75em;
  padding-right: 8.75em;
}
@media (max-width: 767px) {
  .container-blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-in {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1250px) {
  .container-in {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container-in {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 599px) {
  .container-in {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bg-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.rwd-bg {
  background-position: center center;
  background-repeat: repeat;
}
.rwd-bg.full-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
}

.color-1 {
  color: #FFFFFF;
}
.color-1 > * {
  color: #FFFFFF;
}

.background-color-1 {
  background-color: #FFFFFF;
}

.color-2 {
  color: #000000;
}
.color-2 > * {
  color: #000000;
}

.background-color-2 {
  background-color: #000000;
}

.color-3 {
  color: rgba(0, 0, 0, 0.1607843137);
}
.color-3 > * {
  color: rgba(0, 0, 0, 0.1607843137);
}

.background-color-3 {
  background-color: rgba(0, 0, 0, 0.1607843137);
}

.color-4 {
  color: #F47B22;
}
.color-4 > * {
  color: #F47B22;
}

.background-color-4 {
  background-color: #F47B22;
}

.color-5 {
  color: #BFBFBF;
}
.color-5 > * {
  color: #BFBFBF;
}

.background-color-5 {
  background-color: #BFBFBF;
}

.color-6 {
  color: #14385D;
}
.color-6 > * {
  color: #14385D;
}

.background-color-6 {
  background-color: #14385D;
}

.color-7 {
  color: #7694B6;
}
.color-7 > * {
  color: #7694B6;
}

.background-color-7 {
  background-color: #7694B6;
}

.color-8 {
  color: rgba(191, 191, 191, 0.351);
}
.color-8 > * {
  color: rgba(191, 191, 191, 0.351);
}

.background-color-8 {
  background-color: rgba(191, 191, 191, 0.351);
}

.color-9 {
  color: #707070;
}
.color-9 > * {
  color: #707070;
}

.background-color-9 {
  background-color: #707070;
}

.color-10 {
  color: rgba(245, 123, 36, 0.536);
}
.color-10 > * {
  color: rgba(245, 123, 36, 0.536);
}

.background-color-10 {
  background-color: rgba(245, 123, 36, 0.536);
}

.color-11 {
  color: #E5E5E5;
}
.color-11 > * {
  color: #E5E5E5;
}

.background-color-11 {
  background-color: #E5E5E5;
}

.color-12 {
  color: #9B9B9B;
}
.color-12 > * {
  color: #9B9B9B;
}

.background-color-12 {
  background-color: #9B9B9B;
}

.color-13 {
  color: #343538;
}
.color-13 > * {
  color: #343538;
}

.background-color-13 {
  background-color: #343538;
}

.color-14 {
  color: #737680;
}
.color-14 > * {
  color: #737680;
}

.background-color-14 {
  background-color: #737680;
}

.color-15 {
  color: #647D9E;
}
.color-15 > * {
  color: #647D9E;
}

.background-color-15 {
  background-color: #647D9E;
}

.color-16 {
  color: rgba(20, 56, 92, 0.1);
}
.color-16 > * {
  color: rgba(20, 56, 92, 0.1);
}

.background-color-16 {
  background-color: rgba(20, 56, 92, 0.1);
}

.color-17 {
  color: rgba(155, 155, 155, 0.8352941176);
}
.color-17 > * {
  color: rgba(155, 155, 155, 0.8352941176);
}

.background-color-17 {
  background-color: rgba(155, 155, 155, 0.8352941176);
}

@font-face {
  font-family: "openSans";
  src: url("./fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "openSans";
  src: url("./fonts/opensans/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "openSans";
  src: url("./fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "openSans";
  src: url("./fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "openSans-cond";
  src: url("./fonts/opensans/OpenSans_SemiCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
nav {
  box-shadow: 0 0.1875em 0.375em rgba(0, 0, 0, 0.1607843137);
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  padding: var(--nav-padding) 0;
  background-color: #FFFFFF;
}
nav .logo-container {
  width: 13.125em;
  height: auto;
  aspect-ratio: 210/48;
  display: block;
  cursor: pointer;
}
nav .logo-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.nav-h {
  height: var(--nav-height);
  opacity: 0;
  position: none;
  z-index: -1000;
  position: absolute;
}

body.scroled-pos1 {
  --nav-padding: 0.9375em;
  --nav-height: 4.3125em;
}
body.scroled-pos1 .logo-container {
  width: 10.6875em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
}
@media (max-width: 1720px) {
  body {
    font-size: 1.6rem;
  }
}
body .container {
  min-width: 250px;
}
@media (max-width: 1720px) {
  body .container {
    max-width: 1280px;
  }
}
@media (max-width: 1280px) {
  body {
    --nav-padding: 3rem;
    --nav-height: 10.8rem;
  }
}
@media (max-width: 767px) {
  body {
    --nav-padding: 0.9375em;
    --nav-height: 4.3125em;
  }
  body .logo-container {
    width: 10.6875em;
  }
}

hr {
  margin: 5.6rem 0 !important;
  display: block;
  height: 1px;
  width: 100%;
  padding: 0;
  border: none;
  border-top: 1px solid #14385D;
}
@media (max-width: 599px) {
  hr {
    margin: 3rem 0 !important;
  }
}

main {
  overflow: clip;
  min-height: calc(100vh + 1px);
  position: relative;
  display: flex;
  flex-direction: column;
}
main .hidden_button_fill {
  position: absolute;
  left: 0;
}

.js .anim-block {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.js .anim-block.active.step-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js .anim-block.active.step-2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js .anim-block.active.step-3 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.js .anim-block.active.step-4 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js .anim-block.active.step-5 {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.js .anim-block.active.step-6 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.js .anim-block.active.step-7 {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.js .anim-block.active.step-8 {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.js .anim-block.active.step-9 {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
.js .anim-block.active.step-10 {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js .anim-block-rev {
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
}

.js .anim-block-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js .anim-block-bottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.js .anim-block-opac {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.js .anim-block-bright {
  transform: none;
  -webkit-transform: none;
  filter: brightness(0.3);
  -webkit-filter: brightness(0.3);
  opacity: 1;
}

.js .anim-block-bright.active {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.js .anim-block.active {
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}

.js .anim-block-scale > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.js .anim-block-scale.active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.parallax-window {
  position: relative;
  overflow: hidden;
}
.parallax-window img {
  display: block;
  max-width: 100%;
  width: auto;
}
.parallax-window .parallax-window-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.parallax-window .parallax-window-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.parallax-window .parallax-window-in.no-anim {
  -webkit-transition: none;
  transition: none;
}
.parallax-window .parallax-window-in img,
.parallax-window .parallax-window-in svg,
.parallax-window .parallax-window-in video {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.slides-section .slides {
  position: relative;
  overflow: hidden;
}
.slides-section .slides .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.slides-section .slides .slide > img,
.slides-section .slides .slide > video,
.slides-section .slides .slide .parallax-window img,
.slides-section .slides .slide .parallax-window video {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slides-section .slides .slide .parallax-window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slides-section .slides .slide .parallax-window-in {
  height: 120%;
  background-position: center top;
}
.slides-section .slides .slide .parallax-window-in video,
.slides-section .slides .slide .parallax-window-in img {
  object-position: 50% 0;
}
.slides-section .slides .slide.type-0 .parallax-window-in {
  background-position: center 0%;
}
.slides-section .slides .slide.type-0 .parallax-window-in video,
.slides-section .slides .slide.type-0 .parallax-window-in img {
  object-position: 50% 0%;
}
.slides-section .slides .slide.type-1 .parallax-window-in {
  background-position: center 10%;
}
.slides-section .slides .slide.type-1 .parallax-window-in video,
.slides-section .slides .slide.type-1 .parallax-window-in img {
  object-position: 50% 10%;
}
.slides-section .slides .slide.type-2 .parallax-window-in {
  background-position: center 20%;
}
.slides-section .slides .slide.type-2 .parallax-window-in video,
.slides-section .slides .slide.type-2 .parallax-window-in img {
  object-position: 50% 20%;
}
.slides-section .slides .slide.type-3 .parallax-window-in {
  background-position: center 30%;
}
.slides-section .slides .slide.type-3 .parallax-window-in video,
.slides-section .slides .slide.type-3 .parallax-window-in img {
  object-position: 50% 30%;
}
.slides-section .slides .slide.type-4 .parallax-window-in {
  background-position: center 40%;
}
.slides-section .slides .slide.type-4 .parallax-window-in video,
.slides-section .slides .slide.type-4 .parallax-window-in img {
  object-position: 50% 40%;
}
.slides-section .slides .slide.type-5 .parallax-window-in {
  background-position: center 50%;
}
.slides-section .slides .slide.type-5 .parallax-window-in video,
.slides-section .slides .slide.type-5 .parallax-window-in img {
  object-position: 50% 50%;
}
.slides-section .slides .slide.type-6 .parallax-window-in {
  background-position: center 60%;
}
.slides-section .slides .slide.type-6 .parallax-window-in video,
.slides-section .slides .slide.type-6 .parallax-window-in img {
  object-position: 50% 60%;
}
.slides-section .slides .slide.type-7 .parallax-window-in {
  background-position: center 70%;
}
.slides-section .slides .slide.type-7 .parallax-window-in video,
.slides-section .slides .slide.type-7 .parallax-window-in img {
  object-position: 50% 70%;
}
.slides-section .slides .slide.type-8 .parallax-window-in {
  background-position: center 80%;
}
.slides-section .slides .slide.type-8 .parallax-window-in video,
.slides-section .slides .slide.type-8 .parallax-window-in img {
  object-position: 50% 80%;
}
.slides-section .slides .slide.type-9 .parallax-window-in {
  background-position: center 90%;
}
.slides-section .slides .slide.type-9 .parallax-window-in video,
.slides-section .slides .slide.type-9 .parallax-window-in img {
  object-position: 50% 90%;
}
.slides-section .slides .slide.type-10 .parallax-window-in {
  background-position: center 100%;
}
.slides-section .slides .slide.type-10 .parallax-window-in video,
.slides-section .slides .slide.type-10 .parallax-window-in img {
  object-position: 50% 100%;
}
.slides-section .slides .slide.active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slides-section .slides .slide.active ~ .slide {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.slides-section .slides.anim-type-2 .slide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
.slides-section .slides.anim-type-2 .slide.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slides-section .slides.anim-type-2 .slide.active ~ .slide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slides-section .slides.anim-type-3 .slide {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 0;
}
.slides-section .slides.anim-type-3 .slide.active {
  opacity: 1;
}
.slides-section .slides .slide-n,
.slides-section .slides .slide-p {
  cursor: pointer;
}
.slides-section .slides .slide-n img,
.slides-section .slides .slide-n svg,
.slides-section .slides .slide-p img,
.slides-section .slides .slide-p svg {
  max-width: none;
}

.line-break {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #7694B6;
  margin: 1.1rem 0;
}

.button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.only-admin-section {
  overflow: hidden;
  height: 0;
}
.elementor-editor-active .only-admin-section {
  height: auto;
}

.background-image {
  pointer-events: none;
}
.background-image * {
  pointer-events: none;
}

.custom-video-container .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.custom-video-container .play-button svg,
.custom-video-container .play-button img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  display: block;
}
@media (max-width: 599px) {
  .custom-video-container .play-button svg,
  .custom-video-container .play-button img {
    width: 8rem;
    height: 8rem;
  }
}
.video-played.custom-video-container .play-button {
  opacity: 0;
}

.only-tablet {
  display: none;
}
@media (max-width: 1024px) {
  .only-tablet {
    display: block;
  }
}

.text {
  white-space: normal !important;
}

video:state(webkit-media-controls) {
  display: none !important;
}

video:state(webkit-media-controls-play-button) {
  display: none !important;
}

.extrabold {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700 !important;
}

.demibold {
  font-weight: 600 !important;
}

.medium {
  font-weight: 500 !important;
}

.normal {
  font-weight: 400 !important;
}

.book {
  font-weight: 300 !important;
}

.light {
  font-weight: 200 !important;
}

.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 0;
}

.center {
  text-align: center;
}

.link-1 {
  position: relative;
  width: fit-content;
  display: block;
  text-align: center;
  color: #FFFFFF;
  background-color: #F47B22;
  z-index: 1;
  padding: 0.5625em 2.875em;
  border: 0.125em solid #F47B22;
  border-radius: 2.625em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.link-1 svg text {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (hover: hover) {
  .link-1:hover {
    background-color: #FFFFFF;
    color: #F47B22;
  }
  .link-1:hover svg text {
    fill: #F47B22;
  }
}

.link-2 {
  color: #F47B22;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .link-2:hover {
    text-decoration-color: #F47B22;
  }
}

.link-3 {
  color: #7694B6;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media (hover: hover) {
  .link-3:hover {
    text-decoration-color: #7694B6;
  }
}

.grid-container-3 {
  display: grid;
  grid-template-columns: 37% repeat(2, 28.5%);
  grid-gap: 1.875em;
}

.grid-container-2 {
  display: grid;
  grid-template-columns: 37% 1fr;
  grid-gap: 1.875em;
}

.display-none {
  display: none;
}

.section-404 {
  text-align: center;
}
.section-404 .title {
  padding-top: 3.125em;
}
.section-404 .link-1 {
  margin: 3.125em auto 0;
}

.opened-el {
  overflow: clip;
}

.closed-el {
  max-height: 0;
  overflow: clip;
}

#crmWebToEntityForm {
  display: none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #F47B22;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.h1-text,
h1 {
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.3636363636;
}
.h1-text strong,
h1 strong {
  font-weight: 700;
}

.h2-text,
h2 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.34375;
}
.h2-text strong,
h2 strong {
  font-weight: 700;
}

.box-content .wrap-cont:first-child .desc > span, .h3-text,
h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.375;
}
.box-content .wrap-cont:first-child .desc > span strong, .h3-text strong,
h3 strong {
  font-weight: 700;
}

.form-wrap .consent-container .consent, .form-wrap input[type=text],
.form-wrap input[type=email], .h4-text,
h4 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.35;
}
.form-wrap .consent-container .consent strong, .form-wrap input[type=text] strong,
.form-wrap input[type=email] strong, .h4-text strong,
h4 strong {
  font-weight: 700;
}

.h5-text,
h5, .link-1 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3333333333;
}
.h5-text strong,
h5 strong, .link-1 strong {
  font-weight: 700;
}

.h6-text,
h6 {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0.057rem;
  line-height: 1.3333333333;
}
.h6-text strong,
h6 strong {
  font-weight: 700;
}

.font26 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.26rem;
}

.font26v2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.065rem;
}

.font16 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16rem;
}

.font16v2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.font16v3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04rem;
}

.default-text-2, .default-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7777777778;
}
.default-text-2 strong, .default-text strong {
  font-weight: 700;
}
.default-text-2 a, .default-text a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .default-text-2 a:hover, .default-text a:hover {
    opacity: 0.7;
  }
}

.default-text-2 {
  font-size: 1.6rem;
}

ol,
ul {
  padding-left: 1.2em;
  margin-left: 1.2em;
}

.grid-el-12, .grid-el {
  display: grid;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.grid-el-12 {
  grid-template-columns: repeat(12, 1fr);
}

.no-padd-l-r {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .no-padd-l-r-tab {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 599px) {
  .no-padd-l-r-mobs {
    padding-left: 0;
    padding-right: 0;
  }
}

.no-max-width {
  max-width: none;
}

.button {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

input:not([type=submit]), textarea {
  outline: none;
  border: 1px solid #737680;
  padding: 1rem;
  background: transparent;
}

input[type=submit] {
  border: none !important;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox-container input {
  margin-right: 1.4rem;
  margin-top: 0;
}
.type-2.checkbox input {
  background-color: #7694B6 !important;
}
.type-2.checkbox input:checked, .type-2.checkbox input.checked {
  background-color: #7694B6 !important;
}
.type-2.checkbox input:checked + svg, .type-2.checkbox input.checked + svg {
  -webkit-animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
  animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
}

.checkbox input {
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  outline: none;
  background: #7694B6;
  border: 1px solid #BFBFBF;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .checkbox input:hover {
    box-shadow: inset 0 0 0 2px #BFBFBF;
    -webkit-box-shadow: inset 0 0 0 2px #BFBFBF;
  }
  .checkbox input:hover svg {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
}
.checkbox input:checked, .checkbox input.checked {
  background-color: #BFBFBF;
}
.checkbox input:checked + svg, .checkbox input.checked + svg {
  -webkit-animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
  animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
}

.checkbox {
  position: relative;
}
.checkbox input {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (min-width: 1025px) {
  .checkbox input:hover svg {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #7694B6;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  max-width: unset;
  transform: scale(0) translateZ(0);
  -webkit-transform: scale(0) translateZ(0);
}
.type-2.checkbox svg {
  stroke: #14385D;
}

@keyframes checkbox-anim-1 {
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes checkbox-anim-1 {
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.checkbox-input {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox-input .checkbox {
  margin-right: 1.2rem;
}

.input-container textarea, .input-container input {
  color: #343538;
}
.input-container textarea::-webkit-input-placeholder, .input-container input::-webkit-input-placeholder {
  color: #343538 !important;
}
.input-container textarea::-moz-placeholder, .input-container input::-moz-placeholder {
  color: #343538 !important;
}
.input-container textarea:-ms-input-placeholder, .input-container input:-ms-input-placeholder {
  color: #343538 !important;
}
.input-container textarea:-moz-placeholder, .input-container input:-moz-placeholder {
  color: #343538 !important;
}
.input-container input:not([type=submit]), .input-container input:not([type=checkbox]), .input-container textarea {
  width: 100%;
}
.input-container input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.input-container.text-area-input {
  position: relative;
}
.input-container.text-area-input:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: #737680;
}
.input-container.text-area-input textarea {
  resize: vertical;
}
.input-container.text-area-input ::-webkit-resizer {
  opacity: 0;
}

@media (max-width: 1023px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
footer .wrap-out {
  padding: 1.5625em 0;
  margin-top: 1.5625em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.625em;
  border-top: 0.0625em solid #707070;
}
@media (max-width: 599px) {
  footer .wrap-out {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  footer .wrap-in {
    width: 100%;
    text-align: center;
  }
}
footer .wrap-in .copyright {
  font-size: 0.875em;
  line-height: 1.3571428571;
}
footer .link-container {
  display: flex;
  flex-direction: row;
  gap: 1.25em;
}
footer .link-container a:last-child {
  position: relative;
}
footer .link-container a:last-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.0625em;
  height: 100%;
  background-color: #707070;
  top: 0;
  left: -0.625em;
}
footer .link-container a {
  text-decoration: underline;
  text-decoration-color: transparent;
  font-size: 0.875em;
  line-height: 1.3571428571;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (hover: hover) {
  footer .link-container a:hover {
    text-decoration-color: #707070;
  }
}

.form-container {
  position: relative;
  min-height: 64px;
}
.form-container::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(245, 123, 36, 0.536) url("images/loading.gif") no-repeat center center;
  background-size: 64px 64px;
  cursor: wait;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.form-container.sending::before {
  opacity: 0.85;
  visibility: visible;
}
.form-container.sending .form {
  pointer-events: none;
}
.form-container label.el-label {
  cursor: pointer;
}
.form-container .form-re {
  font-weight: 700;
}
.form-container .form-re .ok {
  color: #FFFFFF;
}
.form-container .form-re .ok, .form-container .form-re .err {
  display: none;
}
.form-container .form-re.ok .ok, .form-container .form-re.err .err {
  display: inline-block;
}
.form-container .form-re .err {
  color: #F00;
}
.form-container a {
  text-decoration: underline;
}

section.head {
  position: relative;
  padding-bottom: 2.8125em;
  overflow: clip;
}
section.head .background2 {
  top: 4.375em;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(191, 191, 191, 0.351);
  clip-path: ellipse(60% 65% at 50% 7%);
  transition: 1s ease-out;
}
@media (max-width: 900px) {
  section.head .background2 {
    clip-path: ellipse(100% 44% at 50% 20%);
  }
}
section.head .background3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7694B6;
  clip-path: ellipse(60% 65% at 50% 7%);
}
@media (max-width: 900px) {
  section.head .background3 {
    clip-path: ellipse(100% 44% at 50% 20%);
  }
}
section.head .container {
  position: relative;
}
section.head .main-title {
  padding-top: 2.8125em;
}
section.head .add-text {
  padding: 3rem 0 0;
  text-align: left;
  max-width: 904px;
  margin: 0 auto;
  font-size: 1.125em;
}

body.nxpage section.head .background2 {
  clip-path: ellipse(60% 85% at 50% 70%) !important;
}
body.nxpage .add-text {
  display: none;
}
body.nxpage section.questions {
  position: relative;
  padding-top: 2.5em;
}
body.nxpage section.questions::before {
  max-height: 6.25em;
  content: "";
  position: absolute;
  display: block;
  height: 6.25em;
  width: 100%;
  background-color: rgba(191, 191, 191, 0.351);
  top: 0;
}
body.nxpage .quest-wrap {
  padding-top: 9.375em;
}

body.is-sticky section.questions::before {
  max-height: 4.5625em;
}

.main-background {
  position: relative;
  flex-grow: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.main-background::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  content: "";
  background-color: rgba(20, 56, 92, 0.1);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: -1;
}

@media (max-width: 1023px) {
  .header-result {
    max-width: 800px;
    margin: 0 auto;
  }
}
.header-result .main-title {
  padding-top: 1.0625em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.125em;
}
.header-result .main-title .share {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  width: 1.9375em;
  width: 1.9375em;
  cursor: pointer;
}
@media (hover: hover) {
  .header-result .main-title .share:hover {
    transform: scale(1.2);
  }
}
.header-result .main-title .share img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.robot-wrap {
  background-color: #FFFFFF;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
}
.robot-wrap > .link-1 {
  margin: 1.125em auto 0.375em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.robot-wrap .robot-thumbnail {
  margin: 0 auto 1.625em;
  height: 15.625em;
  width: auto;
  aspect-ratio: 1;
}
.robot-wrap .robot-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-result {
  padding: 1.875em 0 4.375em;
}
@media (max-width: 1023px) {
  .content-result {
    max-width: 800px;
    margin: 0 auto;
  }
}
.content-result .page-container {
  position: relative;
}
.content-result .page-container .robot-container {
  border-radius: 0.625em;
  overflow: clip;
  box-shadow: 0 0.1875em 0.375em rgba(0, 0, 0, 0.1607843137);
  grid-row: span 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .content-result .page-container .robot-container {
    grid-column: 1/span 2;
    grid-row: 1;
  }
}
.content-result .page-container .robot-title {
  background-color: #14385D;
  padding: 1.5em;
  text-align: center;
  min-height: 6.25em;
}
.content-result .page-container .single-square {
  background-color: #14385D;
  border-radius: 0.625em;
  overflow: clip;
  box-shadow: 0 0.1875em 0.375em rgba(0, 0, 0, 0.1607843137);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 1.5625em;
  width: 100%;
  height: auto;
  aspect-ratio: 287/248;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (hover: hover) {
  .content-result .page-container .single-square:hover {
    transform: scale(1.05);
    box-shadow: 0 0.375em 0.75em rgba(0, 0, 0, 0.1607843137);
  }
}
@media (max-width: 413px) {
  .content-result .page-container .single-square {
    grid-column: 1/span 2 !important;
    grid-row: auto !important;
  }
}
.content-result .page-container .single-square span {
  text-align: center;
}
.content-result .page-container .single-square:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 1023px) {
  .content-result .page-container .single-square:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
.content-result .page-container .single-square:nth-child(3) {
  background-color: #7694B6;
}
.content-result .page-container .single-square:nth-child(5) {
  background-color: #7694B6;
}
.content-result .page-container .single-square:nth-child(6) {
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: 290/161;
  background-color: #F47B22;
  position: relative;
  transform: translate(50%, calc(100% + 0.9375em));
}
@media (hover: hover) {
  .content-result .page-container .single-square:nth-child(6):hover {
    transform: translate(50%, calc(100% + 0.9375em)) scale(1.05);
  }
}
@media (hover: hover) and (max-width: 413px) {
  .content-result .page-container .single-square:nth-child(6):hover {
    transform: scale(1.05);
  }
}
@media (max-width: 1023px) {
  .content-result .page-container .single-square:nth-child(6) {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 413px) {
  .content-result .page-container .single-square:nth-child(6) {
    grid-column: 1/span 2 !important;
    grid-row: 2 !important;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

.persona-content .wrap-1 {
  border-radius: 0.625em;
  overflow: clip;
  box-shadow: 0 0.1875em 0.375em rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 413px) {
  .persona-content .wrap-1 {
    margin: 0 -16px;
  }
}
.persona-content .persona-title {
  background-color: #14385D;
  padding: 1.5em;
  padding-left: 5.9375em;
  min-height: 6.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 599px) {
  .persona-content .persona-title {
    margin: 0 -16px;
    padding-left: 2.75em;
    padding-right: 2.75em;
  }
}
.persona-content .persona-container {
  display: grid;
  grid-template-columns: 37% 1fr;
  gap: 0.625em;
  background-color: #FFFFFF;
}
@media (max-width: 599px) {
  .persona-content .persona-container {
    grid-template-columns: 1fr;
  }
}
.persona-content .persona-container .persona-desc-1 {
  max-width: 33.125em;
  padding: 1.5em 1.5em 1.5em 0;
}
@media (max-width: 599px) {
  .persona-content .persona-container .persona-desc-1 {
    padding: 1.5em;
    max-width: initial;
  }
}
.persona-content .persona-desc-2 {
  max-width: 50em;
  padding-top: 6.25em;
  margin: 0 auto;
}
.persona-content .persona-desc-2 .desc-in {
  display: block;
}
.persona-content .persona-desc-2 .back-page-link {
  margin-top: 3.125em !important;
}

.back-page-link {
  padding-left: 3.125em !important;
  padding-right: 3.125em !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 599px) {
  .box-content .grid-container-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 413px) {
  .box-content .grid-container-2 {
    margin: 0 -16px;
  }
}
.box-content .wrap-cont {
  border-radius: 0.625em;
  overflow: clip;
  box-shadow: 0 0.1875em 0.375em rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
}
.box-content .wrap-cont .title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #14385D;
  text-align: center;
  min-height: 6.25em;
  padding: 1.5em;
}
.box-content .wrap-cont .desc {
  background-color: #FFFFFF;
  padding: 1.25em 1.5em 1.5em;
  flex-grow: 1;
}
.box-content .wrap-cont .back-page-link {
  margin-top: 3.125em !important;
}
.box-content .wrap-cont:first-child .desc > span {
  font-style: italic;
}
.box-content .wrap-cont:nth-child(2) .desc > span {
  font-size: 1.125em;
}
.box-content .desc-3 {
  max-width: 50em;
  padding-top: 6.25em;
  margin: 0 auto;
}
.box-content .desc-3 .desc-in {
  display: block;
}
.box-content .desc-3 .back-page-link {
  margin-top: 3.125em !important;
}

@media (max-width: 1023px) {
  .grid-container-3 {
    grid-template-columns: repeat(2, calc(50% - 0.9375em));
  }
}
@media (max-width: 599px) {
  .grid-container-3 {
    grid-gap: 1em;
  }
}

.box-page {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 100%;
}

.box-page:not(.current) {
  position: absolute;
  top: 0;
  opacity: 0;
}

.box-page.current {
  position: relative;
  z-index: 10;
  opacity: 1;
}

.box-page:nth-child(4) .wrap-cont .title,
.box-page:nth-child(6) .wrap-cont .title {
  background-color: #7694B6;
}

.box-page:nth-child(7) .wrap-cont .title {
  background-color: #F47B22;
}

main:not([data-current="1"]) .main-background::before {
  max-height: 26.0625em;
}

.box .container-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5625em;
  margin-top: 4.0625em;
}
@media (max-width: 900px) {
  .box .container-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .box .container-grid {
    grid-template-columns: 1fr;
  }
}
.box .container-single {
  padding: 2.1875em 0;
  background-color: #14385D;
  border: #FFFFFF solid 0.3125em;
  border-radius: 1.5625em 1.5625em 6.25em 1.5625em;
}
@media (max-width: 767px) {
  .box .container-single {
    max-width: 31.25em;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .box .container-single {
    margin-left: 1.125em;
  }
}
.box .container-single:first-child .title {
  padding-right: 3em;
}
@media (max-width: 767px) {
  .box .container-single:first-child .title {
    padding-right: 0.8rem;
  }
}
@media (max-width: 900px) {
  .box .container-single:nth-child(3) {
    grid-column: span 2;
    width: calc(50% - 0.78125em);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .box .container-single:nth-child(3) {
    width: 100%;
    grid-column: span 1;
  }
}
@media (max-width: 480px) {
  .box .container-single:nth-child(3) {
    margin-left: 1.125em;
    width: initial;
  }
}
.box .single-in {
  display: flex;
  flex-direction: row;
  transform: translateX(-1.8125em);
}
.box .single-in .step {
  font-family: openSans-cond;
  font-size: 13.75em;
  line-height: 0.7045454545;
  color: #F47B22;
  padding-right: 0.625vw;
}
@media (max-width: 1250px) {
  .box .single-in .step {
    padding-right: 0.8rem;
  }
}
.box .single-in .desc {
  padding-top: 0.625em;
  padding-right: 0.3125em;
}

.questions .page-1 {
  padding-top: 2.5em;
}
.questions .page {
  position: absolute;
  z-index: -10;
  opacity: 0;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.questions .page.current {
  position: relative;
  z-index: 10;
  opacity: 1;
}
.questions .quest-wrap {
  position: relative;
  overflow: clip;
  width: 100%;
}
.questions label.answer input[type=radio] {
  cursor: pointer;
  width: 2.875em;
  height: 2.875em;
  display: inline-block;
  border: none;
  border-radius: 50%;
  appearance: none;
  background-color: #7694B6;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5625em 1.5625em;
}
@media (max-width: 413px) {
  .questions label.answer input[type=radio] {
    width: 2.5em;
    height: 2.5em;
    background-size: 1.3125em 1.3125em;
  }
}
.questions label.answer input[type=radio]:checked {
  background-image: url("images/checked.svg");
  opacity: 1;
  background-color: #14385D;
}
@media (hover: hover) {
  .questions label.answer:hover input {
    opacity: 1;
  }
}
.questions label.answer:nth-child(4) input {
  background-color: #BFBFBF;
}
.questions label.answer:nth-child(4) input:checked {
  opacity: 1;
  background-color: #707070;
}
.questions .single-question {
  position: relative;
  padding-top: 3.125em;
}
.questions .single-question:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  background: #BFBFBF;
  margin: 3.125em 0 0;
}
.questions .single-question.empty {
  animation: flash 2s;
}
.questions .single-question .title {
  padding-bottom: 2.5em;
  max-width: 57.03125vw;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .questions .single-question .title {
    max-width: 73rem;
  }
}
.questions .single-question .answer-container {
  display: flex;
  gap: 1em 1.875em;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .questions .single-question .answer-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .questions .single-question .answer-container {
    gap: 1em 1.25em;
  }
}
@media (max-width: 599px) {
  .questions .single-question .answer {
    order: 2;
  }
}
.questions .single-question .disagree {
  opacity: 0.5;
  margin-right: 4.375em;
}
@media (max-width: 1023px) {
  .questions .single-question .disagree {
    margin-right: 1.25em;
  }
}
@media (max-width: 767px) {
  .questions .single-question .disagree {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .questions .single-question .disagree {
    width: calc(50% - 0.9375em);
    order: 1;
  }
}
.questions .single-question .agree {
  opacity: 0.5;
  margin-left: 4.375em;
}
@media (max-width: 1023px) {
  .questions .single-question .agree {
    margin-left: 1.25em;
  }
}
@media (max-width: 767px) {
  .questions .single-question .agree {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .questions .single-question .agree {
    width: calc(50% - 0.9375em);
    text-align: right;
    order: 1;
  }
}
.questions .next_button {
  margin: 4.375em auto 6.25em;
}

#cont-quest-wrap {
  scroll-margin-top: var(--nav-height);
}

@keyframes flash {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(245, 123, 36, 0.536);
  }
  100% {
    background-color: transparent;
  }
}
.progress-bar {
  position: sticky;
  top: calc(var(--nav-height));
  z-index: -100;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transition-property: opacity;
  opacity: 0;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
}
.progress-bar .long-bar {
  position: relative;
  background-color: #14385D;
  height: 1.25em;
  max-width: 51.4375em;
  margin: 0 auto;
  border-radius: 0.625em;
}
.progress-bar .long-bar .bar-in {
  position: absolute;
  height: 100%;
  width: 0;
  border-radius: 0.625em;
  background-color: #F47B22;
  transform: translateX(-1px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.progress-bar .long-bar .bar-in .percent {
  font-size: 0.875em;
  line-height: 1.3571428571;
  display: flex;
  justify-content: flex-end;
  margin-right: 0.625em;
}

body.nxpage .progress-bar {
  opacity: 1;
  z-index: 1000;
}

body.is-sticky .progress-bar {
  z-index: 1000;
  opacity: 1;
}

.container-form {
  position: absolute;
  z-index: -10;
  opacity: 0;
  width: 100%;
  height: calc(100vh - var(--nav-height));
  backdrop-filter: blur(10px) brightness(75%);
  -webkit-backdrop-filter: blur(10px) brightness(75%);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transition-property: opacity;
}
.container-form .container {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.form-wrap {
  max-width: 36.25em;
  width: 100%;
  border-radius: 1.5625em;
  overflow: clip;
}
.form-wrap .title {
  text-align: center;
  background-color: #14385D;
  padding: 1.375em 4.25em;
}
.form-wrap .form-content {
  background-color: #FFFFFF;
  padding: 3.125em 4.25em 2.5em;
}
@media (max-width: 413px) {
  .form-wrap .form-content {
    padding: 2.5em 1.25em 1.875em;
  }
}
.form-wrap input[type=text],
.form-wrap input[type=email] {
  width: 100%;
  border-radius: 2.625em;
  padding: 0.625em 1.375em;
  color: #707070;
}
.form-wrap input[type=text]::placeholder,
.form-wrap input[type=email]::placeholder {
  color: rgba(155, 155, 155, 0.8352941176);
}
.form-wrap input[type=text]:focus::placeholder,
.form-wrap input[type=email]:focus::placeholder {
  opacity: 0;
}
.form-wrap input[type=text].err,
.form-wrap input[type=email].err {
  border-color: #F00;
}
.form-wrap input[type=checkbox] {
  width: 1.5625em;
  height: 1.5625em;
  border: solid 0.1875em #707070;
  appearance: none;
  cursor: pointer;
}
.form-wrap input[type=checkbox]:checked {
  background-image: url("images/shape.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.125em 0.75em;
}
.form-wrap label.err input[type=checkbox] {
  border-color: #F00;
}
.form-wrap input:not(:first-child) {
  margin-top: 1.25em;
}
.form-wrap .consent {
  height: fit-content;
}
.form-wrap .consent-container {
  margin-top: 1.25em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.625em;
  padding-left: 1.375em;
  cursor: pointer;
  width: fit-content;
}
.form-wrap .consent-container a {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.form-wrap .consent-container a:hover {
  text-decoration-color: #707070;
}
.form-wrap .link-1 {
  margin: 3.75em auto 0;
}

body.container-form-opened {
  overflow: clip;
}
body.container-form-opened .container-form {
  opacity: 1;
  z-index: 1005;
}

section.share-section {
  position: fixed;
  width: 100%;
  z-index: -10;
  opacity: 0;
  top: var(--nav-height);
  height: calc(100vh - var(--nav-height));
  backdrop-filter: blur(10px) brightness(75%);
  -webkit-backdrop-filter: blur(10px) brightness(75%);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.share-section .button-share-back {
  margin-top: 4.375em;
  margin-right: auto;
  transform: translateX(50%);
}
section.share-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
section.share-section .content-wrap {
  max-width: 52.125em;
  width: 100%;
  border-radius: 1.5625em;
  overflow-y: auto;
  margin-bottom: 6.25em;
  max-height: calc(100vh - var(--nav-height) - 3.125em);
}
@media (max-width: 599px) {
  section.share-section .content-wrap {
    margin-bottom: 0;
  }
}
section.share-section .content-wrap .title {
  text-align: center;
  background-color: #14385D;
  padding: 1.375em 4.25em;
}
@media (max-width: 599px) {
  section.share-section .content-wrap .title {
    padding: 1.375em 1.875em;
  }
}
section.share-section .content-wrap .share-container {
  background-color: #FFFFFF;
  padding: 2em;
  display: flex;
  flex-direction: row;
  gap: 4em;
}
@media (max-width: 599px) {
  section.share-section .content-wrap .share-container {
    padding: 1.5em;
    flex-direction: column;
  }
}
section.share-section .content-wrap .share-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
section.share-section .content-wrap .share-content .share-ico-container {
  display: flex;
  flex-direction: row;
  gap: 0.8125em;
}
section.share-section .content-wrap .share-content .share-ico-container a {
  display: block;
  width: 3em;
  height: 3em;
}
@media (max-width: 599px) {
  section.share-section .content-wrap .share-content .share-ico-container a {
    width: 4em;
    height: 4em;
  }
}
@media (max-width: 413px) {
  section.share-section .content-wrap .share-content .share-ico-container a {
    width: 3em;
    height: 3em;
  }
}
section.share-section .content-wrap .share-content .share-ico-container a img {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (hover: hover) {
  section.share-section .content-wrap .share-content .share-ico-container a:hover img {
    transform: scale(1.1);
  }
}
section.share-section .content-wrap .mail-share {
  position: relative;
}
section.share-section .content-wrap .mail-share:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #E5E5E5;
  width: 1px;
  height: calc(100% + 4em);
  right: -2em;
  top: -2em;
}
@media (max-width: 599px) {
  section.share-section .content-wrap .mail-share:after {
    height: 1px;
    width: calc(100% + 3em);
    right: -1.5em;
    bottom: -2em;
    top: unset;
  }
}
section.share-section .content-wrap .title-2 {
  padding-top: 1.6rem;
}
section.share-section .content-wrap .frame-code {
  display: flex;
  align-items: center;
  gap: 0.625em;
}
section.share-section .content-wrap .frame-code .link-1 {
  font-size: 1em;
  padding: 0.3125em 0.9375em;
}
section.share-section .content-wrap .frame-code .ico-cont {
  width: 1.125em;
  height: 1.125em;
  display: block;
  flex-shrink: 0;
}
section.share-section .content-wrap .frame-code .ico-cont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.share-section .content-wrap .link-border {
  max-width: 10.4375em;
  color: #707070;
  overflow: clip;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 0.0625em solid #707070;
  border-radius: 2.625em;
  padding: 0.375em 1em;
}
@media (max-width: 599px) {
  section.share-section .content-wrap .link-border {
    max-width: calc(100vw - 13.4375em);
  }
}
section.share-section .content-wrap .link-border .text-in {
  font-size: 0.875em;
  line-height: 1.3571428571;
}
section.share-section .content-wrap .copy-link {
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.share-section .content-wrap .copy-link.copied {
  background-color: #14385D;
  border-color: #14385D;
}
@media (hover: hover) {
  section.share-section .content-wrap .copy-link.copied:hover {
    background-color: #FFFFFF;
    color: #14385D;
  }
}
section.share-section .form-wrap {
  border-radius: 0;
  position: relative;
  overflow: visible;
  max-width: unset;
}
section.share-section .form-wrap .wait-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
section.share-section .form-wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 2.5em);
  height: calc(100% + 2.5em);
  top: calc(0px - 1.25em);
  left: calc(0px - 1.25em);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.share-section .form-wrap.loading:after {
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
section.share-section .form-wrap.loading .wait-container {
  z-index: 11;
  opacity: 1;
}
section.share-section .form-wrap .form-share-content {
  padding-top: 1.5625em;
}
section.share-section .form-wrap .form-share-content .link-1 {
  width: 100%;
  text-align: left;
  margin-top: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

body.share-opened section.share-section {
  z-index: 100;
  opacity: 1;
}
body.share-opened .consent-container {
  padding-left: 0;
}

@keyframes copy_anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(1.875em);
  }
}
section.term .title {
  padding-top: 3.75em;
}
section.term .desc {
  padding-top: 5em;
}
section.term .link-1 {
  margin: 6.25em auto;
}

.book-link-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  align-items: start;
  margin: 3.125em 0;
}
@media (max-width: 767px) {
  .book-link-section {
    grid-template-columns: 1fr;
  }
}
.book-link-section .image-container {
  padding: 0 0.625em 0 5em;
  text-align: center;
}
@media (max-width: 767px) {
  .book-link-section .image-container {
    padding: 0;
  }
}
.book-link-section .image-container > img {
  height: 190px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .book-link-section .image-container > img {
    margin-top: 20px;
  }
}
.book-link-section .book-wrap {
  border-radius: 0.625em;
  overflow: clip;
  box-shadow: 0 0.1875em 0.375em rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 413px) {
  .book-link-section .book-wrap {
    margin: 0 -16px;
  }
}
.book-link-section .book-wrap .header {
  height: 2.5em;
  background-color: #14385D;
}
.book-link-section .book-wrap .content {
  padding: 2.0625em 2.5em 3.125em;
}/*# sourceMappingURL=style.css.map */