@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  /* 1rem = 10px */
  font-size: 62.5%;
}

*, div {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #011e41;
}

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

strong {
  font-weight: 700;
}

.container {
  max-width: 133rem;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
  padding: 0rem 2rem;
}
.container__bx {
  padding: 0 2rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .container__bx {
    flex-flow: column;
  }
}

.red {
  color: #F5333F;
}

.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.9rem;
  line-height: 3rem;
  font-weight: 700;
  margin: 0 auto 2rem;
  color: #F5333F;
}

.title {
  color: #000;
  font-size: 3rem;
  line-height: 3.4rem;
  text-align: center;
  padding-bottom: 0rem;
}
@media (min-width: 767.98px) {
  .title {
    font-size: 5.1rem;
    line-height: 4.7rem;
  }
}
.title img {
  width: 100%;
  max-width: 374px;
}
@media (max-width: 991.98px) {
  .title img {
    max-width: 274px;
  }
}

.bld-blue {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #011e41;
  font-size: 2.9rem;
  line-height: 3rem;
  max-width: 59rem;
  margin: 12rem auto 2rem;
}
.bld-blue--b {
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 120rem;
  margin: 0 auto 2rem;
}
@media (max-width: 991.98px) {
  .bld-blue--b {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text {
  color: #011e41;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.text--max {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.text a {
  font-weight: 400;
  color: #F5333F;
}

.w60 {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.line {
  width: 100%;
  height: 0.2rem;
  background-color: #F5333F;
  margin-top: 0.7rem;
  margin-bottom: 1.8rem;
  position: relative;
}
@media (min-width: 767.98px) {
  .line {
    height: 0.3rem;
  }
}
.line::before {
  content: "";
  height: 0.2rem;
  width: 100000px;
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #F5333F;
}
@media (min-width: 767.98px) {
  .line::before {
    height: 0.3rem;
  }
}
.line.left::before {
  left: 100%;
  right: auto;
}

.left {
  text-align: left;
}

.up {
  text-transform: uppercase;
}

.page-content {
  padding: 19rem 0 6rem;
  color: #030B0D;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .page-content {
    padding: 14rem 0 6rem;
  }
}
.page-content .cookies.container__bx {
  justify-content: flex-start;
  width: 100%;
}
.page-content .bx {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 2.3rem;
       column-gap: 2.3rem;
}
@media (min-width: 767.98px) {
  .page-content .bx {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.page-content .bx--cl {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 0;
       column-gap: 0;
}
.page-content .bx--cl p {
  margin-bottom: 1.6rem;
}

.bx-center {
  max-width: 144rem;
  margin: 0 auto;
  text-align: center;
}

button.uppy-u-reset.uppy-Dashboard-Item-action.uppy-Dashboard-Item-action--remove {
  display: none;
}

.uppy-Dashboard-Item-actionWrapper {
  display: none;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner {
  background-color: #fff;
}

.uppy-Dashboard-files {
  width: 100%;
  text-align: center;
}

.uppy-Dashboard-Item-fileName {
  justify-content: center;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item {
  max-width: 100% !important;
  padding: 0 !important;
}

#uppy-dashboard {
  margin: 0 auto;
}

.uppy-Dashboard-dropFilesHereHint {
  display: none;
  visibility: hidden;
}

.uppy-DashboardContent-bar {
  display: none;
}

.js-uppy_wrapper {
  margin-bottom: 2rem;
}

.uppy-Dashboard-AddFiles-info {
  display: none;
}

.uppy-ImageCropper {
  position: relative !important;
}

.uppy-ImageCropper .cropper-view-box {
  outline-style: dashed !important;
  outline-color: #fff !important;
}

.cropper-modal {
  background-color: #fff !important;
  opacity: 0.5 !important;
}

.uppy-ImageCropper-controls {
  padding-top: 0 !important;
  background-color: rgba(255, 0, 0, 0.7) !important;
}
.uppy-ImageCropper-controls button:hover, .uppy-ImageCropper-controls button:focus {
  background-color: rgba(255, 0, 0, 0.7) !important;
}

.js-pond_upload {
  margin-bottom: 2rem;
}

.uppy-Dashboard-inner {
  background-color: transparent !important;
  border: 0 !important;
  font-family: "Montserrat", sans-serif;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  border: 0 !important;
  margin: 0 !important;
  height: auto !important;
  background: transparent;
}

.uppy-Dashboard-AddFiles-title {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  max-width: 30rem !important;
  padding: 0 !important;
}

.uppy-Dashboard-AddFiles-list .uppy-DashboardTab-inner {
  display: none;
}

.uppy-Dashboard-innerWrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.uppy-Dashboard-AddFiles-list span {
  display: flex;
  flex-flow: column;
}

.uppy-DashboardContent-bar {
  display: flex;
  height: auto !important;
  border: 0 !important;
  background-color: transparent !important;
  margin-top: 3rem !important;
}

.uppy-Dashboard-AddFiles-list .uppy-DashboardTab-name {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-top: 0 !important;
  font-weight: 600 !important;
}

.uppy-Dashboard-dropFilesHereHint {
  padding-top: 0 !important;
}

button.uppy-u-reset.uppy-c-btn.uppy-DashboardTab-btn,
button.uppy-DashboardContent-back,
button.uppy-DashboardContent-save {
  border-radius: 5rem;
  border: 0.2rem #F5333F solid;
  color: #F5333F;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.52px;
  width: 25.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.9rem;
  max-width: 25.2rem;
  text-decoration: none;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 1rem auto;
}
button.uppy-u-reset.uppy-c-btn.uppy-DashboardTab-btn:hover,
button.uppy-DashboardContent-back:hover,
button.uppy-DashboardContent-save:hover {
  color: #F5333F;
}
button.uppy-u-reset.uppy-c-btn.uppy-DashboardTab-btn:focus,
button.uppy-DashboardContent-back:focus,
button.uppy-DashboardContent-save:focus {
  background-color: #fff !important;
}
button.uppy-u-reset.uppy-c-btn.uppy-DashboardTab-btn:focus-visible,
button.uppy-DashboardContent-back:focus-visible,
button.uppy-DashboardContent-save:focus-visible {
  border-color: #F5333F;
}

.uppy-DashboardContent-panel {
  display: flex !important;
  flex-flow: column-reverse !important;
}

.uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
  display: none !important;
}

[dir=ltr] .uppy-DashboardContent-back,
[dir=ltr] .uppy-DashboardContent-save {
  margin: 0.5rem auto !important;
  width: 15rem !important;
}

.uppy-Webcam-buttonContainer {
  margin-left: 0 !important;
  width: 100% !important;
}

.uppy-Webcam-button--picture {
  margin-right: 0 !important;
}

.uppy-Webcam-permissonsIcon svg {
  fill: #F5333F !important;
  width: 4rem !important;
  height: auto !important;
  margin-bottom: 1rem !important;
}

.uppy-Webcam-videoContainer {
  background-color: white !important;
}

.uppy-Webcam-footer {
  min-height: 0 !important;
}

.uppy-Webcam-permissons h1,
.uppy-Webcam-permissons p {
  color: #000 !important;
  font-size: 1.6rem !important;
  font-weight: 600;
}

.uppy-Dashboard-AddFilesPanel,
.uppy-DashboardContent-panel {
  flex-flow: column-reverse;
  background-color: #fff !important;
}

.uppy-DashboardContent-title {
  display: none !important;
}

.uppy-DashboardTab {
  border-bottom: 0 !important;
}

.uppy-Dashboard-AddFiles-info {
  display: none !important;
}

.header {
  padding: 2.5rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 19rem;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .header {
    padding: 1rem 0;
    height: 14rem;
  }
}
.header .container {
  display: flex;
  flex-flow: row;
  justify-content: right;
}
.header__col {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .header .logo {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .header .logo {
    text-align: right;
  }
}
.header .logo img {
  max-width: 30rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .header .logo img {
    max-width: 11.6rem;
  }
}
.header.js-sticky {
  box-shadow: 1px 1px 8px #ccc;
}

.menu ul {
  display: flex;
  flex-flow: row;
}
.menu ul li {
  padding: 0 1rem;
  position: relative;
}
.menu ul li.has-child > a:after {
  content: "";
  background-image: url("../imgs/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 1.4rem;
  background-position: right center;
  display: inline-block;
  width: 20px;
  height: 11px;
}
.menu ul li.has-child:hover > .submenu {
  display: flex;
}
> a .menu ul li.has-child:hover:after {
  transform: rotate(180deg);
  transition: 0.4s ease;
}
.menu ul li.selected a {
  font-weight: 700;
}
.menu ul li a {
  text-decoration: none;
  display: block;
}
.menu ul li ul.submenu {
  flex-flow: column;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 0 1rem;
  width: 13rem;
}
.menu ul li ul.submenu li {
  padding: 0 1rem;
  width: 100%;
  display: block;
}
.menu ul li ul.submenu li.has-child > a:after {
  content: "";
  background-image: url("../imgs/chevron-right-solid.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: right center;
  display: inline-block;
  width: 20px;
  height: 11px;
}
.menu ul li ul.submenu li ul.submenu {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
}
@media (max-width: 991.98px) {
  .menu {
    display: none;
  }
}

.lang-sel {
  text-transform: uppercase;
  position: relative;
}
.lang-sel__current {
  padding-right: 1.5rem;
  cursor: pointer;
}
.lang-sel__current::after {
  content: "";
  background-image: url("../imgs/icon-lang-down.svg");
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  position: absolute;
  right: 0;
  top: 0.4rem;
  transition-duration: 0.3s;
  transition-property: transform;
}
.lang-sel__current.js-show::after {
  transform: rotate(180deg);
}
.lang-sel__toggle {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  flex-flow: column;
  box-shadow: 0 0 1rem #ccc;
  border-radius: 0.3rem;
  padding: 1rem 2rem;
  margin-top: 1rem;
}
.lang-sel__toggle::after {
  content: " ";
  position: absolute;
  right: 1.5rem;
  top: -1rem;
  border-top: none;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
}
.lang-sel__toggle.js-show {
  display: flex;
}
.lang-sel__item {
  color: #000;
  text-decoration: none;
}

.m-toggle {
  display: none;
  width: 4rem;
  height: 3rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .m-toggle {
    display: block;
  }
}
.m-toggle span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.m-toggle span:nth-child(1) {
  top: 0;
}
.m-toggle span:nth-child(2) {
  top: 1rem;
}
.m-toggle span:nth-child(3) {
  top: 1rem;
}
.m-toggle span:nth-child(4) {
  top: 2rem;
}
.m-toggle.js-open span:nth-child(1) {
  top: 1rem;
  width: 0%;
  left: 50%;
}
.m-toggle.js-open span:nth-child(2) {
  transform: rotate(45deg);
}
.m-toggle.js-open span:nth-child(3) {
  transform: rotate(-45deg);
}
.m-toggle.js-open span:nth-child(4) {
  top: 1rem;
  width: 0%;
  left: 50%;
}

.m-hamb {
  display: none;
}
@media (max-width: 991.98px) {
  .m-hamb {
    display: block;
  }
}

.pre-footer {
  background-color: #011e41;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
  min-height: 3.3rem;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767.98px) {
  .pre-footer {
    min-height: 4.9rem;
    font-size: 1.6rem;
  }
}

.footer {
  background-color: #F0F0F0;
  padding: 1.6rem 0 2.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: left;
}
@media (min-width: 767.98px) {
  .footer {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.footer .container {
  max-width: 36.5rem;
}
@media (min-width: 767.98px) {
  .footer .container {
    max-width: 82rem;
  }
}
.footer .container__bx {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer .container__bx {
    padding: 0;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer .intro {
    text-align: center;
  }
}
.footer .intro a {
  text-decoration: underline;
}
.footer .sm {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0em;
  text-align: center;
}
@media (min-width: 767.98px) {
  .footer .sm {
    font-size: 1rem;
    line-height: 1.2rem;
    font-style: italic;
  }
}
.footer__copy {
  margin-top: 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media (min-width: 767.98px) {
  .footer__copy {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.footer__copy img {
  max-width: 12rem;
  margin-bottom: 1rem;
}
@media (min-width: 767.98px) {
  .footer__copy img {
    max-width: 19.8rem;
  }
}
.footer__lk {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  padding-right: 4rem;
}
@media (max-width: 991.98px) {
  .footer__lk {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 767.98px) {
  .footer__lk {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 2rem 0;
  }
}
.footer__lk a {
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 767.98px) {
  .footer__lk a {
    padding: 4rem 1.4rem 0;
  }
}
.footer__lk a::after {
  content: "|";
  padding: 0 0.5rem 0 0.7rem;
  color: #000;
}
@media (min-width: 767.98px) {
  .footer__lk a::after {
    display: none;
  }
}
.footer__lk a:last-child::after {
  display: none;
}
@media (min-width: 767.98px) {
  .footer__lk a.mail {
    background-image: url("../imgs/mail.svg");
  }
}
@media (min-width: 767.98px) {
  .footer__lk a.phone {
    background-image: url("../imgs/phone.svg");
  }
}
.footer__mn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 1rem;
}
.footer__mn a::after {
  content: "|";
  padding: 0 0.3rem 0 0.5rem;
}
.footer__mn a:last-child::after {
  display: none;
}

.subtit {
  text-align: left;
  color: #F5333F;
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .subtit {
    font-size: 1.9rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
}

.tit40 {
  text-align: center;
  color: #F5333F;
  font-size: 4rem;
  line-height: 4.3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .tit40 {
    font-size: 3.5rem;
    line-height: 3.8rem;
    margin-bottom: 2rem;
  }
}

.p20 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 700;
  max-width: 78rem;
  margin: 0 auto 1.2rem;
}
@media (max-width: 575.98px) {
  .p20 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 900;
    margin: 0 auto 2rem;
  }
}

.row {
  display: flex;
  flex-flow: row wrap;
}

.col25 {
  flex: 0 0 30%;
}
@media (max-width: 575.98px) {
  .col25 {
    flex: 0 0 100%;
  }
}

.col30 {
  flex: 0 0 30%;
}
@media (max-width: 575.98px) {
  .col30 {
    flex: 0 0 100%;
  }
}

.col40 {
  flex: 0 0 40%;
}
@media (max-width: 575.98px) {
  .col40 {
    flex: 0 0 100%;
  }
}

.col50 {
  flex: 0 0 50%;
}
@media (max-width: 575.98px) {
  .col50 {
    flex: 0 0 100%;
  }
}

.col60 {
  flex: 0 0 60%;
}
@media (max-width: 575.98px) {
  .col60 {
    flex: 0 0 100%;
  }
}

.col75 {
  flex: 0 0 70%;
}
@media (max-width: 575.98px) {
  .col75 {
    flex: 0 0 100%;
  }
}

.col100 {
  flex: 0 0 100%;
}

.title-intro {
  padding-right: 4rem;
}
@media (max-width: 575.98px) {
  .title-intro {
    padding-right: 0rem;
  }
}

.ft-tit {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.fl-vote {
  background-color: #011e41;
  justify-content: center;
  padding-top: 3rem;
}
@media (max-width: 767.98px) {
  .fl-vote {
    margin-bottom: 4rem;
  }
}
.fl-vote .col100 {
  padding: 0 3rem;
}
@media (max-width: 767.98px) {
  .fl-vote .col100 {
    padding: 0 1rem;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 16rem;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.carousel {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .carousel {
    grid-template-columns: repeat(2, 1fr);
  }
}

.single-form {
  gap: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: right;
}

.single-p strong {
  color: #F5333F;
}

.single-cl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.single-cl--frst {
  height: 33rem;
  /*grid-row: span 3;*/ /* ocupa verticalmente 2 filas */
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: left;
  align-items: flex-start;
}
@media (min-width: 767.98px) {
  .single-cl--frst {
    grid-row: span 2; /* ocupa verticalmente 2 filas */
  }
}
@media (max-width: 767.98px) {
  .single-cl--frst {
    height: 43rem;
    grid-row: span 2; /* ocupa verticalmente 2 filas */
    grid-column: span 2; /* ahora ocupa 2 columnas */
  }
}
.single-cl label {
  text-indent: -999rem;
}
.single-cl h5 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .single-cl h5 {
    font-size: 1.8rem;
  }
}
.single-cl--cr {
  height: 12.3rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.single-cl--selec .single-cl-bt {
  background: rgba(255, 0, 0, 0.2); /* rojo con transparencia */
}
.single-cl--selec h5, .single-cl--selec h5.single-h6 {
  color: #F5333F;
}

.frst-bx {
  padding: 2rem;
  background-color: #011e41;
  color: #fff;
}
@media (min-width: 767.98px) {
  .frst-bx {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .frst-bx {
    margin-bottom: 3rem;
  }
}
.frst-bx h4 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.frst-bx h5 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .frst-bx h5 {
    font-size: 1.8rem;
  }
}

.single-cl-bt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.single-bx {
  width: calc(100% - 6rem);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .single-bx {
    width: 100%;
  }
}

.photo-txt .single-bx {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
}

.single-bt {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  z-index: 4;
}
.single-bt--ab {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.single-view {
  border: none;
  background-color: transparent;
  background-image: url(../imgs/eye.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.8rem auto;
  width: 1.8rem;
  height: 1.2rem;
  cursor: pointer;
}

.single-h5 {
  text-align: center;
  color: #fff;
}

.single-cl h5.single-h6 {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .single-cl h5.single-h6 {
    font-size: 1.8rem;
  }
}

.single-dk {
  display: block;
}
@media (max-width: 767.98px) {
  .single-dk {
    display: none;
  }
}
.single-dk .row {
  margin-bottom: 2rem;
}

.single-mb {
  display: none;
}
@media (max-width: 767.98px) {
  .single-mb {
    display: block;
  }
}

.single-mb-ic {
  background-color: #011e41;
}
.single-mb-ic img {
  width: 100%;
}

.single-mb-txt {
  padding: 2rem 2rem 3rem;
  color: #011e41;
  position: relative;
  border: 0.2rem solid #011e41;
}
.single-mb-txt h3 {
  font-size: 3rem;
  line-height: 3.1rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #F5333F;
}
@media (max-width: 575.98px) {
  .single-mb-txt .single-bt {
    margin-right: 2rem;
  }
}

.single-mb-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 1.7rem;
}
.single-mb-nav .nav {
  background-color: transparent;
  border: none;
  width: 2rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 2.2rem;
}
.single-mb-nav .nav--prev {
  background-image: url(../imgs/nav-prev-thin.svg);
  margin-right: 2rem;
}
.single-mb-nav .nav--next {
  background-image: url(../imgs/nav-next-thin.svg);
  margin-left: 2rem;
}
.single-mb-nav span {
  font-size: 2.4rem;
}
.single-mb-nav span em {
  color: #F5333F;
  font-weight: 700;
}

.single-nav-eye {
  width: 1.8rem;
  margin-right: 1rem;
}

.single-mb-grid {
  background-color: transparent;
  border: none;
  width: 0.4rem;
  height: 1.4rem;
  background-image: url(../imgs/grid.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4rem 1.2rem;
}

.cl {
  display: flex;
  flex-flow: row wrap;
}
.cl__ic {
  width: 100%;
  text-align: center;
}
.cl__ic img {
  width: 100%;
}

.fb-bx {
  border: 2px solid #F5333F;
  border-radius: 2rem;
  margin: 2rem auto 1rem;
  width: 100%;
  max-width: 100rem;
}
@media (max-width: 991.98px) {
  .fb-bx {
    padding: 0 2rem;
  }
}

.fb-txt {
  font-size: 2.9rem;
  line-height: 3.2rem;
  width: 100%;
  max-width: 89rem;
  margin: 2rem auto 3.5rem;
}
@media (max-width: 991.98px) {
  .fb-txt {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }
}

.fb-remain {
  color: #F5333F;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.fb-num {
  color: #F5333F;
  font-size: 3rem;
  line-height: 2.4rem;
  font-weight: 700;
  border-radius: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  max-width: 15.5rem;
  border: 0.2rem #F5333F solid;
  margin: 1rem auto 2rem;
}

.fb-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 80rem;
  margin: 0 auto 2rem;
}

.feed-bg {
  background-color: #f8f8f8;
}
.feed-bg .btn.btn--greytwo {
  margin-top: 4rem;
}

.feed-bx {
  color: #011e41;
  padding: 4rem 2rem;
  text-align: center;
}
.feed-bx a:link {
  color: #F5333F;
}
.feed-bx h3 {
  font-size: 3rem;
  font-weight: 900;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .feed-bx h3 {
    margin-top: 5rem;
  }
}
.feed-bx h4 {
  text-align: left;
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 900;
  color: #F5333F;
  margin-bottom: 1rem;
}
.feed-bx p small {
  font-size: 1.2rem;
  color: #F5333F;
}
.feed-bx p a:link {
  color: #F5333F;
  font-weight: 500;
}
.feed-bx__p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.feed-bx__p-sm {
  font-size: 1.4rem;
}
.feed-bx.col100 {
  position: relative;
}
.feed-bx.col50 {
  padding: 4rem 3rem;
}
@media (max-width: 767.98px) {
  .feed-bx.col50 {
    padding: 0;
  }
}

.feed-close {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 4rem;
  right: 0rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../imgs/icon-close-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6rem auto;
}
@media (max-width: 767.98px) {
  .feed-close {
    top: 4rem;
    right: 0;
    width: 2.6rem;
    height: 2.6rem;
    background-size: 2.6rem auto;
  }
}

.feed-img {
  box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1);
}

.txt-left {
  text-align: left;
}

.thais-row {
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .thais-row {
    margin-top: 4rem;
  }
}

.thais-video img {
  width: 100%;
  max-width: 44rem;
}
@media (max-width: 575.98px) {
  .thais-video img {
    margin-top: 4rem;
  }
}

.thais-txt {
  color: #011e41;
  padding-left: 3rem;
  padding-right: 8rem;
}
@media (max-width: 575.98px) {
  .thais-txt {
    padding-top: 3rem;
    padding-left: 0rem;
  }
}
.thais-txt h3 {
  font-size: 4rem;
  line-height: 4.3rem;
  font-weight: 900;
  color: #011e41;
  margin-bottom: 8rem;
  max-width: 30rem;
}
.thais-txt .thais-pred {
  color: #F5333F;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 2rem;
}

.photo-txt {
  position: relative;
  color: #011e41;
  padding: 4rem 6rem 10rem 4rem;
  border: 0.2rem solid #011e41;
}
.photo-txt h2 {
  color: #F5333F;
  font-size: 3.2rem;
  line-height: 3.3rem;
  font-weight: 900;
  margin-bottom: 2rem;
}

.photo-img {
  position: relative;
}
.photo-img img {
  width: 100%;
  display: block;
}

.photo-img-bt {
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 6rem;
  height: 4rem;
  background-image: url(../imgs/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6rem auto;
}

.iframe-video {
  position: relative;
  width: 100%;
  max-width: 44rem;
  aspect-ratio: 9/16;
  margin: auto;
}
.iframe-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.form-group fieldset {
  width: 100%;
}
.form-group fieldset label {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.form-group--gd {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
}
.form-group--gd .div1 {
  grid-area: 1/1/2/2;
}
.form-group--gd .div2 {
  grid-area: 2/1/3/2;
}
.form-group--gd .div3 {
  grid-area: 3/1/4/2;
}
.form-group--gd .div3-contentfr {
  grid-area: 3/1/4/2;
}
.form-group--gd .div4 {
  grid-area: 4/1/5/2;
}
.form-group--gd .div4-contentfr {
  grid-area: 4/1/5/2;
}
.form-group--gd .div5 {
  grid-area: 5/1/6/2;
}
.form-group--gd .div6 {
  grid-area: 6/1/7/2;
}
.form-group--gd .div7 {
  grid-area: 7/1/8/2;
}
.form-group--gd .div8 {
  grid-area: 8/1/9/2;
}
.form-group--gd .div9 {
  grid-area: 9/1/10/2;
}
.form-group--gd .div10 {
  grid-area: 10/1/11/2;
}
.form-group--gd .div11 {
  grid-area: 11/1/12/2;
}
.form-group--gd .div12 {
  grid-area: 12/1/13/2;
}
.form-group--gd .div13 {
  grid-area: 13/1/14/2;
}
@media (min-width: 767.98px) {
  .form-group--gd {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 3.4rem;
  }
  .form-group--gd .div1 {
    grid-area: 1/1/2/4;
  }
  .form-group--gd .div2 {
    grid-area: 1/4/2/11;
  }
  .form-group--gd .div3 {
    grid-area: 2/1/3/7;
  }
  .form-group--gd .div3-contentfr {
    grid-area: 2/1/3/4;
  }
  .form-group--gd .div4 {
    grid-area: 2/11/3/7;
  }
  .form-group--gd .div4-contentfr {
    grid-area: 2/7/3/4;
  }
  .form-group--gd .div5 {
    grid-area: 3/1/4/3;
  }
  .form-group--gd .div6 {
    grid-area: 3/3/4/7;
  }
  .form-group--gd .div7 {
    grid-area: 3/7/4/8;
  }
  .form-group--gd .div8 {
    grid-area: 3/8/4/10;
  }
  .form-group--gd .div9 {
    grid-area: 3/10/4/11;
  }
  .form-group--gd .div10 {
    grid-area: 4/1/5/11;
  }
  .form-group--gd .div11 {
    grid-area: 5/1/6/6;
  }
  .form-group--gd .div12 {
    grid-area: 5/6/6/8;
  }
  .form-group--gd .div13 {
    grid-area: 5/8/6/11;
  }
  .form-group--gd .div13-contentfr {
    grid-area: 2/7/3/11;
  }
}
.form-group--fr {
  grid-template-rows: repeat(2, 1fr);
}
.form-group--flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 2rem;
}
.form-group--flex .col1 {
  width: calc(33.3334% - 1.4rem);
}
.form-group--flex .col2 {
  width: calc(66.666% - 0.6rem);
}
.form-group--flex .col3 {
  width: calc(33.333% - 1.35rem);
}
.form-group--twocol {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 767.98px) {
  .form-group--twocol {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-control {
  border-radius: 0rem;
  border: 0;
  border-bottom: 0.1rem #011e41 solid;
  color: #011e41;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  word-wrap: break-word;
  height: auto;
  padding: 0rem;
  width: 100%;
  padding-bottom: 0.5rem;
}
.form-control:focus-visible {
  outline: none;
}
.form-control::-moz-placeholder {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #011e41;
}
.form-control::placeholder {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #011e41;
}

select {
  padding-left: 0;
  background-color: #fff;
}
select option {
  padding-left: 0;
}

.form-check {
  font-family: "Montserrat", sans-serif;
  color: #4D4D4D;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  margin: 2rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check a {
  color: #4D4D4D;
  text-decoration: underline;
}

.custom-checkbox {
  display: block;
  margin-bottom: 4rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: left;
  color: #4D4D4D;
  position: relative;
}
.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  height: 1px;
  top: 2px;
  left: 2px;
  z-index: 9;
}
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: left;
  color: #011e41;
  padding-left: 3rem;
}
.custom-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #F5333F;
  box-shadow: none;
  padding: 0px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  padding: 0;
  top: -3px;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.custom-checkbox label a {
  color: #4D4D4D;
}

.switch {
  display: inline-block;
  height: 1.2rem;
  position: relative;
  width: 2.4rem;
  margin-right: 0.5rem;
}

.switch input {
  margin: 0;
  height: 1px;
}
.switch input:checked + .slider {
  background-color: #F5333F;
}
.switch input:checked + .slider:before {
  transform: translateX(1.2rem);
}
.switch .slider {
  background-color: transparent;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  border: 0.2rem solid #F5333F;
}
.switch .slider:before {
  background-color: #F5333F;
  bottom: -0.2rem;
  content: "";
  height: 1.2rem;
  left: -0.2rem;
  position: absolute;
  transition: 0.4s;
  width: 1.2rem;
}
.switch .slider.round {
  border-radius: 3.4rem;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.share-content p {
  margin-bottom: 2.2rem;
}

.small {
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
}

.question {
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .question {
    margin-top: 2rem;
  }
}
.question__months {
  font-size: 1.9rem;
  margin-bottom: 4rem;
}
.question__months strong {
  color: #F5333F;
}

.shared-ct {
  width: 100%;
  max-width: 90rem;
  text-align: center;
  margin: 0 auto 6rem;
}

.consents {
  display: flex;
  flex-flow: row wrap;
}
.consents__cl--lt {
  padding-top: 1.5rem;
  font-style: italic;
}
@media (min-width: 767.98px) {
  .consents__cl--lt {
    width: 55%;
  }
}
.consents__cl--rt {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 767.98px) {
  .consents__cl--rt {
    width: 45%;
  }
}
.consents .form-group {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 767.98px) {
  .consents .form-group {
    width: 40%;
    justify-content: right;
  }
}
.consents .form-group .btn--blue {
  margin: 0.2rem 0 0;
}
.consents .custom-checkbox {
  margin-bottom: 0;
  height: auto;
}
@media (min-width: 767.98px) {
  .consents .custom-checkbox {
    width: 60%;
  }
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  font-size: 2.9rem;
  line-height: 3rem;
  display: inline-block;
  color: #011e41;
  width: 1.6rem;
  height: 1.6rem;
}

.photo-txt [type=radio]:checked + label,
.photo-txt [type=radio]:not(:checked) + label, .single-mb [type=radio]:checked + label,
.single-mb [type=radio]:not(:checked) + label {
  color: #011e41;
  width: 3.3rem;
  height: 3.3rem;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #F5333F;
  background: transparent;
}

.photo-txt [type=radio]:checked + label:before,
.photo-txt [type=radio]:not(:checked) + label:before, .single-mb [type=radio]:checked + label:before,
.single-mb [type=radio]:not(:checked) + label:before {
  width: 3.3rem;
  height: 3.3rem;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  background-image: url(../imgs/icon-checksel-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4rem auto;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #F5333F;
  position: absolute;
  bottom: 0.1rem;
  left: 0.1rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-txt [type=radio]:checked + label:after,
.photo-txt [type=radio]:not(:checked) + label:after, .single-mb [type=radio]:checked + label:after,
.single-mb [type=radio]:not(:checked) + label:after {
  width: 3.3rem;
  height: 3.3rem;
  background-image: url(../imgs/icon-checksel.svg);
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/***/
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  display: inline-block;
  color: #011e41;
  padding-left: 3rem;
}
@media (max-width: 640px) {
  [type=checkbox]:checked + label,
  [type=checkbox]:not(:checked) + label {
    font-size: 1.3rem;
  }
}
@media (max-width: 375px) {
  [type=checkbox]:checked + label,
  [type=checkbox]:not(:checked) + label {
    width: 80%;
    font-size: 1.3rem;
  }
}
[type=checkbox]:checked + label a,
[type=checkbox]:not(:checked) + label a {
  color: #011e41;
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: -0.5rem;
  bottom: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #011e41;
  background: transparent;
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after {
  content: "";
  background-image: url(../imgs/icon-checksel-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4rem auto;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0.1rem;
  left: 0.2rem;
  margin-top: -0.5rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/***/
.frm {
  width: 100%;
}

.frm--email {
  max-width: 48.7rem;
  margin: 2rem auto 0;
}
.frm--email .custom-checkbox {
  margin-top: 1.5rem;
}

.btn {
  border-radius: 5rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  background-repeat: no-repeat;
  font-size: 2rem;
}
.btn img {
  margin-right: 1rem;
}
.btn--greytwo {
  border: 0.2rem #c7c7c7 solid;
  background-color: transparent;
  color: #c7c7c7;
  justify-content: left;
  padding: 1rem 2rem 1rem 2rem;
  min-height: 3.5rem;
  font-size: 2rem;
  font-weight: 900;
  transition: all 0.2s ease;
}
.btn--greytwo:hover {
  border: 0.2rem #F5333F solid;
  color: #F5333F;
}
.btn--selec {
  border: 0.2rem #F5333F solid;
  color: #F5333F;
}
.btn--ctr {
  margin: 0 auto;
}
.btn--red {
  max-width: 19rem;
  border: 0.2rem #F5333F solid;
  background-color: transparent;
  margin: 2rem auto 0;
  background-image: url("../imgs/arrow-red.svg");
  background-position: 95% center;
  background-size: 2rem auto;
  justify-content: left;
  padding: 0.7rem 4rem 0.7rem 2rem;
  min-height: 3.5rem;
  font-weight: 500;
}
.btn--white {
  max-width: 19rem;
  border: 0.2rem #fff solid;
  background-color: transparent;
  margin: 2rem auto 0;
  background-image: url("../imgs/arrow-white.svg");
  background-position: 95% center;
  background-size: 2rem auto;
  justify-content: left;
  padding: 0.7rem 4rem 0.7rem 2rem;
  min-height: 3.5rem;
  font-weight: 500;
}
.btn--blue {
  background-repeat: no-repeat;
  border: 0.2rem #011e41 solid;
  background-color: #011e41;
  justify-content: left;
  padding-left: 2rem;
  margin: 2rem auto 0;
}
.btn--validate {
  max-width: 18rem;
  background-image: url("../imgs/icon-check.svg");
  background-position: 90% center;
  background-size: 4rem auto;
  min-height: 5rem;
}
.btn--send {
  max-width: 18rem;
  background-image: url("../imgs/icon-check.svg");
  background-position: 90% center;
  background-size: 4rem auto;
  min-height: 5rem;
}
.btn--mail {
  max-width: 27rem;
  background-image: url("../imgs/icon-mail.svg");
  background-position: 92% center;
  font-size: 1.2rem;
  min-height: 3.5rem;
}
.btn--whatsapp {
  max-width: 22rem;
  background-image: url("../imgs/icon-whatsapp.svg");
  background-position: 90% center;
  font-size: 1.2rem;
  min-height: 3.5rem;
}
.btn--copy {
  max-width: 26rem;
  background-image: url("../imgs/icon-copy.svg");
  background-position: 92% center;
  font-size: 1.2rem;
  min-height: 3.5rem;
}
.btn--sendfr {
  max-width: 12rem;
  background-image: url("../imgs/icon-sendfr.svg");
  background-position: 80% center;
  font-size: 1.2rem;
  height: 3.5rem;
}

.contact-form {
  max-width: 111rem;
  margin: 0 auto;
}

.js-feedback {
  max-width: 111rem;
  margin: 0 auto;
  text-align: center;
}

.modal-choose {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  background-color: #011e41;
  position: relative;
}
.modal-dialog--ad {
  max-width: 37.5rem;
  max-height: 22.5rem;
}
.modal-dialog--vd {
  max-width: 80rem;
  max-height: 47rem;
}

.modal-header {
  position: relative;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}
.modal-header--ad {
  padding-top: 7.5rem;
}
.modal-header--vd {
  padding-top: 2rem;
}

.btn-close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: transparent;
  background-image: url("../imgs/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  border: none;
}

.modal-title {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

.modal-body {
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

.modal-red {
  color: #F5333F;
}

/*# sourceMappingURL=app.css.map*/