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

body,
html {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

canvas {
  display: inline-block;
}

article,
figure,
footer,
header,
main,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

a {
  color: #d7bf82;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #d7bf82;
  text-decoration: underline;
  outline-width: 0;
}

a:active {
  outline-width: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

small {
  font-size: 80%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.w-100 {
  width: 100% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-auto {
  margin: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

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

.hidden {
  display: none;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.relative {
  position: relative;
}

.color-orange {
  color: #ffd000;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12,
.col-5,
.col-6,
.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 640px) {
  .col-7 {
    max-width: 54.333333% !important;
  }
}
.txt-gradient {
  background: linear-gradient(180deg, #feffaa 0, #fdffe4 30.0000011921%, #fb4 59.0000033379%, #fede5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

html {
  margin: 0 !important;
  padding: 0;
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  -webkit-text-size-adjust: none;
}
body.err-page {
  background: url(./../image/error/bg-error-header.jpg?v=1) top center no-repeat, url(./../image/error/bg-error.jpg?v=1) top center no-repeat fixed;
  background-size: 100% auto, cover;
  background-color: #000;
}
body.err-404, body.err-403 {
  background: url(./../image/error/bg-error-header.jpg?v=1) top center no-repeat, url(./../image/error/bg-error-figo.webp?v=1) top 50% center no-repeat;
  background-size: 100% auto, cover;
  background-color: #000;
}

.err {
  min-height: 100svh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.err img {
  max-width: 100%;
  height: auto;
}

.err-main {
  width: 90%;
  max-width: 1000px;
  margin: 5% 0 0 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
.err-main .err-logo {
  width: 18%;
  margin: 0 auto 4%;
}
.err-main h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  color: #ffe9a4;
  margin-bottom: 0;
  text-align: center;
}
.err-main h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-align: center;
}
.err-main p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 1rem 0 0;
}
.err-main p b {
  color: #ffe9a4;
  font-weight: 600;
}
.err-main span {
  width: 75%;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  margin-top: 1rem;
}
.err-main a {
  color: #ffe9a4;
  font-weight: 500;
  text-decoration: unset;
}
.err-main .err-line {
  width: 50%;
  margin: 2.5rem auto;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #4f4742 50%, transparent 100%);
}

.err-foot {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 12px;
  color: #fff;
  background-color: #19110d;
  line-height: 1.5;
}
.err-foot #more.disable {
  display: none;
}
.err-foot #more-content {
  display: none;
}
.err-foot #more-content.active {
  display: block;
}
.err-foot span.under {
  color: #ffe9a4;
  font-weight: 600;
  text-decoration: underline;
}
.err-foot i {
  margin: 0;
  color: #ffe9a4;
  cursor: pointer;
}
.err-foot span {
  color: #ffe9a4;
  font-weight: 600;
}
.err-foot p {
  margin: 0.5rem 0 0;
}
.err-foot a {
  font-weight: 600;
  color: #ffe9a4;
  text-decoration: unset;
}

.err-home {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.err-home a {
  display: inline-block;
  width: 40%;
}

@media (max-height: 780px) {
  body.err-404,
  body.err-403 {
    background: url(./../image/error/bg-error-header.jpg?v=1) top center no-repeat, url(./../image/error/bg-error-figo.webp?v=1) top 50% center no-repeat;
    background-size: 100% auto, cover;
  }
  .err-main {
    margin: 4% 0 0 24%;
  }
  .err-main .err-logo {
    width: 12%;
  }
  .err-main .err-line {
    margin: 2rem auto;
  }
  .err-main h1 {
    font-size: 26px;
  }
  .err-main p {
    font-size: 18px;
  }
  .err-main h2 {
    font-size: 22px;
  }
  .err-main span {
    width: 65%;
    font-size: 14px;
  }
  .err-home {
    width: 60%;
  }
}
@media only screen and (max-width: 1400px) {
  .err-main {
    justify-content: center;
    padding-bottom: 1rem;
  }
  .err-main .err-logo {
    width: 15%;
    margin: 0 auto 2%;
  }
  .err-main .err-line {
    margin: 1rem auto;
  }
  .err-main h1 {
    font-size: 24px;
  }
  .err-main p {
    margin: 0.7rem auto 0;
    font-size: 20px;
  }
  .err-main h2 {
    font-size: 22px;
  }
  .err-main span {
    width: 80%;
    font-size: 17px;
    margin-top: 0.7rem;
  }
  .err-foot {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  body.err-403 {
    background: url(./../image/error/bg-error-header.jpg?v=1) top center no-repeat, url(./../image/error/bg-error-figo-403-mobile.webp?v=2) top 50% center no-repeat;
    background-size: 100% auto, cover;
    background-color: #000;
  }
  body.err-404 {
    background: url(./../image/error/bg-error-header.jpg?v=1) top center no-repeat, url(./../image/error/bg-error-figo-404-mobile.webp?v=2) top 50% center no-repeat;
    background-size: 100% auto, cover;
    background-color: #000;
  }
  .err-main {
    justify-content: flex-start;
    margin: 3% auto 0;
  }
}
@media (max-width: 911px) {
  .err-main {
    width: 90%;
  }
  .err-main h1 {
    font-size: 24px;
  }
  .err-main h2 {
    font-size: 20px;
  }
  .err-main p {
    font-size: 18px;
    line-height: 1.3;
  }
  .err-main span {
    width: 90%;
    font-size: 14px;
  }
  .err-foot {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  body.err-403 {
    background: url(./../image/error/bg-error-header.jpg?v=1) top center no-repeat, url(./../image/error/bg-error-figo-403-mobile.webp?v=2) top center no-repeat;
    background-size: 150% auto, cover;
    background-color: #000;
  }
  body.err-404 {
    background: url(./../image/error/bg-error-header.jpg?v=1) top center no-repeat, url(./../image/error/bg-error-figo-404-mobile.webp?v=2) top center no-repeat;
    background-size: 150% auto, cover;
    background-color: #000;
  }
  .hide-mb {
    display: none;
  }
  .err-main {
    width: 97%;
    margin: 3% auto 0;
  }
  .err-403 .err-main .err-logo {
    width: 25%;
    margin: 0 auto 32px;
  }
  .err-404 .err-main .err-logo {
    width: 22%;
    margin: 0 auto 12px;
  }
  .err-403 .err-main .err-line {
    margin: 1.25rem 0;
  }
  .err-404 .err-main .err-line {
    margin: 0.5rem 0;
  }
  .err-main h1 {
    font-size: 15px;
  }
  .err-main h2 {
    font-size: 13px;
  }
  .err-main p {
    font-size: 11px;
    font-weight: 400;
    margin-top: 0.6rem;
  }
  .err-main span {
    width: 90%;
    font-size: 9px;
    font-weight: 400;
    margin-top: 0.5rem;
  }
  .err-home {
    margin-top: 0 !important;
  }
  .err-foot {
    font-size: 10px;
  }
  .err-foot > div {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  body.err-404,
  body.err-403 {
    background: url(./../image/error/bg-error-header.jpg?v=1) top center no-repeat, url(./../image/error/bg-error-figo.webp?v=1) top 50% center no-repeat;
    background-size: 100% auto, cover;
    background-color: #000;
  }
  .err-main {
    width: 80%;
    margin: 4% 0 0 26%;
    padding-bottom: 0;
  }
  .err-main .err-logo {
    width: 13%;
    margin: 0 auto 2%;
  }
  .err-main .err-line {
    margin: 0.8rem 0;
  }
  .err-main h1 {
    font-size: 14px;
    margin: 0;
  }
  .err-main h2 {
    font-size: 12px;
  }
  .err-main p {
    font-size: 10px;
    margin-top: 0.3rem;
  }
  .err-main span {
    font-size: 8px;
    margin-top: 0.3rem;
  }
  .err-home {
    width: 55%;
  }
  .err-foot {
    font-size: 8px;
    padding: 0.3rem 0;
    line-height: 1.3;
  }
}
@media (max-width: 425px) {
  .err-404 .err-main .err-logo {
    width: 18%;
  }
  .err-main p {
    font-size: 10px;
    margin-top: 0.2rem;
  }
  .error-content p {
    font-size: 11px;
  }
  .err-home {
    padding: 10px 0;
  }
}
@media (max-width: 405px) {
  .err-main h1 {
    font-size: 12px;
  }
  .err-main h2 {
    font-size: 10px;
  }
  .err-main p {
    font-size: 10px;
    margin-top: 0.5rem;
  }
  .err-main span {
    font-size: 8px;
  }
  .err-home {
    width: 80%;
  }
  .err-foot {
    font-size: 8px;
  }
}
@media (max-width: 375px) {
  .err-main p {
    font-size: 9px;
    margin-top: 0.3rem;
  }
  .err-main span {
    font-size: 8px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1100px) and (orientation: landscape) {
  body.err-403 .err {
    justify-content: flex-start;
  }
  body.err-403 .err-foot {
    margin-top: auto;
  }
  .err-main {
    flex: 0 0 auto;
    width: 72%;
    justify-content: flex-start;
    margin: 10% 3% 0 auto;
  }
}
@media only screen and (max-width: 767px) and (max-height: 480px) and (orientation: landscape) {
  .err-main {
    flex: 0 0 auto;
    justify-content: flex-start;
    margin: 6% 0 0 26%;
  }
}
@media only screen and (max-width: 767px) and (max-height: 320px) and (orientation: landscape) {
  body.err-403 {
    background-size: 100% auto, 96%;
  }
  .err-main {
    margin: 2% 0 0 26%;
  }
}