/* Reset and base styles  */
* {
 padding: 0px;
 margin: 0px;
 border: none;
 font-family: "Lato", sans-serif;
}

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

/* Links */

a,
a:link,
a:visited {
 text-decoration: none;
}

a:hover {
 text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
 display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
 font-size: inherit;
 font-weight: inherit;
}

ul,
ul li {
 list-style: none;
}

img {
 vertical-align: top;
}

img,
svg {
 max-width: 100%;
 height: auto;
}

address {
 font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
 font-family: inherit;
 font-size: inherit;
 color: inherit;
 background-color: transparent;
}

input::-ms-clear {
 display: none;
}

button,
input[type="submit"] {
 display: inline-block;
 box-shadow: none;
 background-color: transparent;
 background: none;
 cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
 outline: none;
}

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

label {
 cursor: pointer;
}

legend {
 display: block;
}

html,
body {
 max-width: 100vw;
 width: 100%;
}

body {
 display: flex;
 min-height: 100vh;
 flex-direction: column;
}

.container {
 padding: 64px;
 padding-top: 0 !important;
 flex: 1;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 position: relative;
}

.homewrap {
    justify-content: flex-start;
}

.container-bg {
 position: fixed;
 width: 100vw;
 object-fit: cover;
 min-width: 100%;
 min-height: 100%;
}

.header {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;

 gap: 20px;
}

.header-question {
 font-size: 32px;
 font-weight: 900;
 line-height: 38.4px;
 text-align: center;
 text-underline-position: from-font;
 text-decoration-skip-ink: none;

 color: #fff;
}

h1 {
 text-align: center;
 font-size: 36px;
 font-weight: 800;
 color: #fff;


}

.header-title {
 max-width: 808px;

 font-size: 32px;
 font-weight: 700;
 line-height: 37.82px;
 text-align: center;
 text-underline-position: from-font;
 text-decoration-skip-ink: none;

 color: #fff;
}

.main {
 width: 100%;
 display: flex;
 justify-content: center;
}

.home {
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 40px 0 70px;
    height: 100vh;
}

.hometitle {

    font-size: 30px;
    font-weight: 700;
    line-height: 38.4px;
    color: #fff;
    padding: 15px 0;

}
.hometext p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 30px;
}


.answer {
  margin-bottom:50px;
 margin-top: 36px;
 padding: 24px;
 max-width: 757px;
 width: 100%;
 display: flex;
 flex-direction: column;
 background-color: #fffbf4;
 border-radius: 25px;
 position: relative;
}

.answer-christmas {
 max-width: 160px;
 width: 100%;
 max-height: 160px;
 min-height: 160px;
 height: 100%;
 position: absolute;
 z-index: 1;
}

.answer-christmas__position__top-left {
 top: -32px;
 left: -32px;
}

.answer-christmas__position__top-right {
 top: -32px;
 right: -32px;
}

.answer-christmas__position__bottom-left {
 bottom: -32px;
 left: -32px;
 transform: rotate(-90deg);
}

.answer-christmas__position__bottom-right {
 bottom: -32px;
 right: -32px;
 transform: rotate(-180deg);
}

.answer-box {
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
}

.answer-number {
 margin-bottom: 16px;
 padding: 4px 36px;

 background: #ebe6dd;

 border-radius: 11px;

 color: #b0ada7;
 text-align: center;
 
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
}


.answer-title {
 margin-bottom: 32px;

 color: #292929;
 text-align: center;
 
 font-size: 16px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}
.answer-title.form-title {
    font-size: 23px;
    line-height: 27px;
 }
.form-logo {
    display: flex;

    gap: 12px;
    align-items: center;
    margin-bottom: 32px;

}
.form-logo img {
max-width: 60px;
}
.form-logo .answer-title {
    margin-bottom: 0;
}

.answer-input {
 margin-bottom: 8px;
 padding: 10px;
 width: 100%;

 border-radius: 11px;
 border: 2px solid #292929;

 color: #292929;
 text-align: center;
 
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;

 transition: all 0.3s ease-in-out;

 cursor: pointer;
}

.answer-input:hover {
 transition: all 0.3s ease-in-out;
 background: #373737;
 color: #fff;

 transform: scale(1.02);
}

.answer-footer {
 margin-top: 16px;
 width: 100%;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.answer-button__back {
 width: 44px;
 height: 44px;
 border: 1px solid #c6c6c6;
 border-radius: 3px;
 position: relative;
 cursor: pointer;
 transition: all 0.3s ease-in-out;
 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
 transform: scale(1);
}

.answer-button__back:hover {
 transition: all 0.3s ease-in-out;
 box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
 transform: scale(1.1);
 background-color: #B8B8B8;
 color: #fff;
}

.answer-button__back img {
 width: 12px;

 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.answer-button__next, .home-start-btn {
 padding: 12px 50px 10px 50px;
 border-radius: 555px;
 background: #e3001b;
width:fit-content;
 font-family: "Mazzard L";
 font-size: 20px;
 font-weight: 700;
 line-height: 30px;
 text-align: center;
 text-underline-position: from-font;
 text-decoration-skip-ink: none;
 text-transform: uppercase;

 color: #fff;
}

.answer-button__next:hover, .home-start-btn:hover {
 background: #7C0002;
 transform: scale(1.1);
}

.home-start-btn {
    margin: 0 auto;
    /* margin-bottom: 2rem; */
}

.answer-form {
 max-width: 570px;
}

.answer-form .answer-title {
 color: #373737;
}

.answer-form__input {
 margin: 5px 0;
 padding: 10px 20px 8px 20px;
 width: 100%;

 background-color: #dbd5c5;
 border-radius: 6px;

 font-family: "Mazzard L";
 font-size: 20px;
 font-weight: 500;

 text-align: left;
 text-underline-position: from-font;
 text-decoration-skip-ink: none;
}

.nachat {
 margin-top: 10px;
 font-family: "Mazzard L";
 font-size: 14px;
 font-weight: 500;
 line-height: 18px;
 text-align: center;
 text-underline-position: from-font;
 text-decoration-skip-ink: none;
 color: #373737;
}

.answer-form__btn {
 margin-top: 20px;
 padding: 10px 40px;

 width: 100%;

 background: #e3001b;
 border-radius: 555px;

 font-family: "Mazzard L";
 font-size: 24px;
 font-weight: 700;
 text-align: center;
 text-underline-position: from-font;
 text-decoration-skip-ink: none;

 color: #fff;

 transition: all 0.3s ease-in-out;
 transform: scale(1);
 box-shadow: 0 0 0px rgba(243, 53, 47, 0);
}

.answer-form__btn:hover {
 transition: all 0.3s ease-in-out;
 transform: scale(1.05);
 box-shadow: 0 0 10px rgba(243, 53, 47, 1);
}

.answer-input input {
 width: 1;
 height: 1;
 opacity: 0;
 overflow: hidden;
}


.homelogo, .main-logo {
    max-width: 230px;

margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .homewrap {
        padding: 0;
    }
    .home {
        max-width: 900px;
    }
.pc-bg {
    padding: 25px;
    background: #00000079;
    border-radius: 20px;
}
    
}

@media screen and (max-width: 768px) {
  .pc-bg {
    padding: 15px;
    background: #00000079;
    border-radius: 20px;
}
    .desktop-only {
        display: none;
    }
 .container {
  padding: 32px 24px;
 }
 .home {
    justify-content: flex-start;
    padding: 40px 0 50px;
 }
 .homewrap {
    padding: 0 24px;
 }

 .homelogo, .main-logo {
    max-width: 200px;
 }

 .header-logo {
  max-width: 124px;
 }

 .header-question {
  font-size: 21px;
 }

 .header-title {
  max-width: 100%;
  font-size: 21px;
  line-height: normal;
 }

 .answer {
  padding: 24px;
 }

 .answer-christmas {
  max-width: 120px;
  max-height: 120px;
  min-height: 120px;
 }

 .answer-christmas__position__top-left {
  top: -22px;
  left: -22px;
 }

 .answer-christmas__position__top-right {
  top: -22px;
  right: -22px;
 }

 .answer-christmas__position__bottom-left {
  bottom: -22px;
  left: -22px;
 }

 .answer-christmas__position__bottom-right {
  bottom: -22px;
  right: -22px;
 }

 .answer-title, .form-logo {
  margin-bottom: 16px;
 }


 .form-logo .answer-title {
    margin-bottom: 0;
 }

 .home-start-btn {
    margin-top: 15px;
 }
 

 .answer-form__input {
  font-size: 14px;
 }

 .nachat {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
 }

 .answer-form__btn {
  padding: 14px;
  width: 100%;
  font-size: 21px;
 }
 .answer-title.form-title {
    font-size: 18px;
    line-height: 23px;
 }
  h1 {
    font-size: 28px;
    line-height: 120%;
 }

 .hometitle {
    font-size: 20px;
    line-height: 140%;

 }
}

@media screen and (max-width: 375px) {
 .container {
  padding: 32px 12px;
 }

 .homewrap {
    padding: 0 12px;
 }

 .answer-christmas {
  max-width: 100px;
  max-height: 100px;
  min-height: 100px;
 }
 .answer-christmas__position__top-left {
  top: -18px;
  left: -18px;
 }

 .answer-christmas__position__top-right {
  top: -18px;
  right: -18px;
 }

 .answer-christmas__position__bottom-left {
  bottom: -18px;
  left: -18px;
 }

 .answer-christmas__position__bottom-right {
  bottom: -18px;
  right: -18px;
 }

}

.d-none {
 display: none;
}

.quiz-wrapper__answer-active {
 transition: all 0.3s ease-in-out;
 background: #fcb41f;
 color: #373737;
}

.activeBack {
 border: 1px solid #000;
}

.activeBack img {
 fill: #000;
}

.answer-box {
 z-index: 1;
}

.answer-footer {
 z-index: 1;
}

.section-form {
 /* background-color: #f6f1e3; */
}


.sub-answer {
    font-style: italic !important;
    font-weight: 400;
    font-size: 14px;
    display: none !important;

}