@font-face {
  font-family: "ZEISS Frutiger Next W1G";
  src: url("../fonts/ZEISSFrutigerNextW1G-LtIt.eot");
  src: url("../fonts/ZEISSFrutigerNextW1G-LtIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ZEISSFrutigerNextW1G-LtIt.woff2") format("woff2"), url("../fonts/ZEISSFrutigerNextW1G-LtIt.woff") format("woff"), url("../fonts/ZEISSFrutigerNextW1G-LtIt.ttf") format("truetype"), url("../fonts/ZEISSFrutigerNextW1G-LtIt.svg#ZEISSFrutigerNextW1G-LtIt") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "ZEISS Frutiger Next W1G";
  src: url("../fonts/ZEISSFrutigerNextW1G-Reg.eot");
  src: url("../fonts/ZEISSFrutigerNextW1G-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/ZEISSFrutigerNextW1G-Reg.woff2") format("woff2"), url("../fonts/ZEISSFrutigerNextW1G-Reg.woff") format("woff"), url("../fonts/ZEISSFrutigerNextW1G-Reg.ttf") format("truetype"), url("../fonts/ZEISSFrutigerNextW1G-Reg.svg#ZEISSFrutigerNextW1G-Reg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ZEISS Frutiger Next W1G";
  src: url("../fonts/ZEISSFrutigerNextW1G-Medium.eot");
  src: url("../fonts/ZEISSFrutigerNextW1G-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ZEISSFrutigerNextW1G-Medium.woff2") format("woff2"), url("../fonts/ZEISSFrutigerNextW1G-Medium.woff") format("woff"), url("../fonts/ZEISSFrutigerNextW1G-Medium.ttf") format("truetype"), url("../fonts/ZEISSFrutigerNextW1G-Medium.svg#ZEISSFrutigerNextW1G-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ZEISS Frutiger Next W1G";
  src: url("../fonts/ZEISSFrutigerNextW1G-Bold.eot");
  src: url("../fonts/ZEISSFrutigerNextW1G-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZEISSFrutigerNextW1G-Bold.woff2") format("woff2"), url("../fonts/ZEISSFrutigerNextW1G-Bold.woff") format("woff"), url("../fonts/ZEISSFrutigerNextW1G-Bold.ttf") format("truetype"), url("../fonts/ZEISSFrutigerNextW1G-Bold.svg#ZEISSFrutigerNextW1G-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ZEISS Frutiger Next W1G";
  src: url("../fonts/ZEISSFrutigerNextW1G-Heavy.eot");
  src: url("../fonts/ZEISSFrutigerNextW1G-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/ZEISSFrutigerNextW1G-Heavy.woff2") format("woff2"), url("../fonts/ZEISSFrutigerNextW1G-Heavy.woff") format("woff"), url("../fonts/ZEISSFrutigerNextW1G-Heavy.ttf") format("truetype"), url("../fonts/ZEISSFrutigerNextW1G-Heavy.svg#ZEISSFrutigerNextW1G-Heavy") format("svg");
  font-weight: 750;
  font-style: normal;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "ZEISS Frutiger Next W1G";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #606A76;
}
@media (min-width: 1024px) {
  body {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1144px;
  }
}

* a {
  cursor: pointer;
}

.btn {
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  padding: 7px 30px 3px;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 18px;
    padding: 5px 35px 0px;
  }
}
.btn.btn-primary {
  background-color: #0F2DB3 !important;
  color: #fff !important;
}

.title {
  color: #32373E;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .title {
    font-size: 40px;
  }
}

.subtitle {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .subtitle {
    font-size: 40px;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

form label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
}
form input .form-control {
  background-color: unset;
  font-size: 20px;
  padding: 0 5px;
  border: none;
  border-bottom: 1px solid #606A76;
  border-radius: 0;
}
form input .form-control:focus {
  box-shadow: none;
}
form input .form-control + p {
  color: #9D9D9D;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  form input .form-control + p {
    font-size: 13px;
  }
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:focus:not(:focus-visible) {
  outline: none;
}
button:focus:not(:-moz-focusring) {
  outline: none;
}

header {
  top: 0;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  header .navbar-brand {
    margin-right: 125px;
  }
}
header .navbar-brand img {
  width: 46px;
}
@media (min-width: 1024px) {
  header .navbar-brand img {
    width: auto;
  }
}
@media (min-width: 1024px) {
  header .navbar-nav {
    margin-left: -3rem;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    margin-left: 5rem;
  }
}
header .navbar-toggler {
  padding-right: 0;
  border: none;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("../img/ico-close.svg");
}
header .navbar-toggler .navbar-toggler-icon {
  background-image: url("../img/ico-menu.svg");
}
header .navbar-collapse {
  height: calc(100vh - 110px);
}
@media (min-width: 1024px) {
  header .navbar-collapse {
    height: auto;
  }
}
header .search {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #D9DADB;
}
header .search:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  header .search {
    width: 504px;
  }
}
header .search .form-control {
  color: #7B7C7E;
  font-size: 14px;
  padding: 8px 8px 9px 0;
  border: none;
  border-radius: 0;
}
header .search .form-control:focus {
  box-shadow: none;
}
header .search button {
  width: 38px;
  height: 38px;
  background: url("../img/ico-search.svg") no-repeat center;
  background-size: contain;
  text-indent: -9999em;
  border: none;
}
@media (min-width: 1024px) {
  header .search button {
    width: 15px;
    height: 15px;
  }
}
header .nav-item + .nav-item {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  header .nav-item + .nav-item {
    margin-top: unset;
    margin-left: 12px;
  }
}
header .nav-item a {
  text-decoration: none;
  color: #7B7C7E;
  font-size: 18px;
  font-weight: 700;
}
header .nav-link {
  color: #32373E;
  font-size: 40px;
  font-weight: 900;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  header .nav-link {
    background-color: #0F2DB3;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 16px 0 !important;
  }
}
@media (min-width: 1024px) {
  header .nav-link:focus, header .nav-link:hover {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  header .dropdown .dropdown-toggle {
    color: #7B7C7E;
    background-color: unset;
  }
}
header .dropdown .dropdown-toggle::after {
  content: none;
}
@media (min-width: 1024px) {
  header .dropdown .dropdown-toggle.show {
    color: #7B7C7E;
  }
}
header .dropdown .dropdown-menu {
  background-color: #D9D9D9;
  border: none;
  border-radius: 0;
  min-width: unset;
}
@media (min-width: 1024px) {
  header .dropdown .dropdown-menu {
    right: 0;
    left: unset;
  }
}
header .dropdown .dropdown-menu .dropdown-item {
  color: #7B7C7E;
  text-align: right;
  padding: 5px 10px;
}
@media (min-width: 1024px) {
  header .dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
}
header .dropdown .dropdown-menu .dropdown-item:focus, header .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: unset;
}
header .box-form {
  position: relative;
  background-color: #D9D9D9;
  z-index: 3;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  margin-top: -1rem !important;
}
@media (min-width: 1024px) {
  header .box-form {
    position: absolute;
    top: 1.5rem;
    right: 2.7rem;
    z-index: 3;
    width: 400px;
    height: 724px;
    margin-top: -1.5rem !important;
    padding: 2rem 2rem;
  }
}
@media (min-width: 1200px) {
  header .box-form {
    transform: translateX(-2rem);
  }
}
@media (min-width: 1280px) {
  header .box-form {
    transform: translateX(-4rem);
  }
}
@media (min-width: 1440px) {
  header .box-form {
    transform: translateX(-9rem);
  }
}
@media (min-width: 1600px) {
  header .box-form {
    transform: translateX(-17rem);
  }
}
header .box-form h2 {
  font-size: 17px;
  font-weight: 700;
}
header .box-form input[type=text] {
  width: 100%;
  border: none;
  margin: 0.3rem 0;
  padding: 0.2rem 0.5rem;
  font-size: 15px;
}
header .box-form input[type=text].middle {
  width: 49%;
  display: inline-block;
}
header .box-form select {
  width: 100%;
  border: none;
  margin: 0.3rem 0;
  padding: 0.2rem 0.5rem;
  font-size: 15px;
  font-weight: 300;
  color: #8D99A5;
}
header .box-form select.middle {
  width: 49%;
  display: inline-block;
}
header .box-form label {
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
  margin: 0;
}
header .box-form label.checkOptions {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
header .box-form label.checkOptions span {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
}
header .box-form .allText {
  color: #000000;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
header .box-form button[type=submit] {
  display: flex;
  color: #FFFFFF;
  font-weight: 700;
  width: 260px;
  padding: 10px 20px;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  background: var(--BlueZeiss, #0F2DB3);
}
header .box-form button[type=submit]:hover {
  background: var(--BlueZeiss2, #006ed1);
}

.home #banner #carousel {
  width: 100%;
  height: 585px;
  overflow: hidden;
  position: relative;
}
.home #banner #carousel .carousel-image .title {
  color: #0F2DB3;
  font-size: 30px;
  font-style: normal;
  font-weight: 750;
}
.home #banner #carousel .carousel-image p .sub-text {
  color: FFFFFF !important;
}
.home #banner #carousel .carousel-image .text-legal {
  font-size: 13px;
}
.home #banner #carousel .carousel-image .text-legal a {
  color: #000;
}
.home #banner .slider .title {
  color: #0F2DB3;
  font-size: 30px;
  font-style: normal;
  font-weight: 750;
}
.home #banner .slider .text-legal {
  font-size: 13px;
  transform: translateY(0.2rem);
}
.home #banner .slider .text-legal a {
  color: #000;
}
.home #banner .carousel-image {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
.home #banner #carousel .active {
  display: block;
  transition: all 0.5s ease;
}
.home #banner #bullet-container {
  text-align: center;
  position: absolute;
  bottom: 32px;
  width: 100%;
}
.home #banner .bullet {
  display: inline-block;
  width: 70px;
  height: 4px;
  background-color: #CEDBE5;
  margin: 0 5px;
  cursor: pointer;
}
.home #banner .bullet.active {
  background-color: #46ABE2;
}
.home #banner .btnChange {
  width: 35px;
  height: 35px;
}
.home #banner .btnChange.left {
  background-image: url("../img/btn-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -1rem;
}
.home #banner .btnChange.right {
  background-image: url("../img/btn-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -1rem;
}
.home #banner .slick-prev {
  left: 5px;
  z-index: 3;
  background-image: url("../img/btn-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.home #banner .slick-next {
  right: 5px;
  background-image: url("../img/btn-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.home #banner .slick-prev:before, .home #banner .slick-next:before {
  color: inherit;
}

h2 {
  font-family: "ZEISS Frutiger Next W1G";
  color: #000000;
  font-size: 30px;
  font-weight: 750;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}

p {
  color: #606A76;
  font-size: 20px;
  font-weight: 300;
}
p.sub-text {
  color: #FFFFFF !important;
}
p.sub-text span {
  font-size: 1.13rem;
  text-transform: uppercase;
  font-weight: 600;
}
p.text-legal {
  color: #FFFFFF !important;
}
p.text-legal a {
  text-decoration: none;
  color: #FFFFFF !important;
}
p.subTitle {
  font-family: "ZEISS Frutiger Next W1G";
  color: #000000;
  font-weight: 400;
  font-size: 24px;
}
p.disclaimer {
  font-weight: 400;
  font-size: 12px;
}
p.w-80 {
  width: 100%;
}
@media (min-width: 1024px) {
  p.w-80 {
    width: 90%;
  }
}

strong {
  color: #000000;
  font-weight: 600;
}

@media (min-width: 1024px) {
  #test .content-test {
    background-image: url("../img/banner/bg-faca-teste.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 390px;
  }
}
#test .box-text-test {
  padding: 0 !important;
}
@media (max-width: 1024px) {
  #test .box-text-test .text-details {
    top: 2rem;
    left: 1.5rem;
  }
}
#test .box-text-test h1 {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #test .box-text-test h1 {
    font-size: 1.6rem;
  }
}
#test .box-text-test .btn {
  display: flex;
  align-items: center;
  background-color: #0F2DB3;
  color: #FFFFFF;
  width: 100%;
  max-width: 14rem;
  height: 2.75rem;
  font-size: 1.1rem;
}
#test .box-text-test p {
  font-size: 0.75rem;
}

.box-content {
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}
.box-content .text a.btn-unidade {
  color: #FFFFFF;
  background-color: #46ABE2 !important;
  text-decoration: none;
  padding: 0.5rem 2rem;
}

#clearView {
  background-image: url("../img/line-bottom-glasses.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
}
#clearView .features .img-context {
  width: 62px;
  height: 70px;
  margin: 0 2rem 0 0;
}
#clearView .features ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  #clearView .features ul {
    padding-left: 2rem;
  }
}
#clearView .features ul li + li {
  margin-bottom: 1rem;
}

.msg-success {
  display: none;
  padding: 1rem;
}
.msg-success .content-success {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.msg-success .content-success h2 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.msg-success .content-success p {
  font-size: 1rem;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}
.msg-success .content-success a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0F2DB3;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease;
}
.msg-success .content-success a:hover {
  background: var(--BlueZeiss2, #006ed1);
}

#forLife .zeiss-absolute {
  position: relative;
  width: auto;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  #forLife .zeiss-absolute {
    width: 650px;
    position: absolute;
    bottom: 61px;
  }
}
#forLife .zeiss-absolute p {
  font-size: 16px;
}
#forLife .zeiss-absolute p .link {
  text-decoration: none;
  color: #606A76;
  font-weight: 400;
}

footer {
  background-color: #F3F7FA;
  padding-top: 30px;
  padding-bottom: 75px;
}
footer hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #CDD0D6;
  opacity: 1;
}
footer .site {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 20px;
}
@media (min-width: 1024px) {
  footer .site {
    font-size: 16px;
  }
}

section.section-success .wrapper-center .box-content {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

section.section-success .wrapper-center .box-content .text {
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #000000;
}

section.section-success .wrapper-center .box-content .text h2 {
  text-align: center;
  font-size: 25px;
}

section.section-success .wrapper-center .box-content .text strong {
  padding: 20px 0 50px 0;
  font-size: 24px;
}

section.section-success .wrapper-center .box-content .text strong.label {
  font-size: 34px;
}

section.section-success .wrapper-center .box-content .focus {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  position: relative;
  max-width: 648px;
}

section.section-success .wrapper-center .box-content .focus > span {
  border-color: #121a8f;
  border-style: solid;
  position: absolute;
  height: 50px;
  width: 50px;
}

section.section-success .wrapper-center .box-content .focus > span:nth-child(1) {
  border-left-width: 15px;
  border-top-width: 15px;
  left: 0;
  top: 2rem;
  border-right-width: 0;
  border-bottom-width: 0;
}

section.section-success .wrapper-center .box-content .focus > span:nth-child(2) {
  border-right-width: 6px;
  border-top-width: 6px;
  right: 0;
  top: 2rem;
  border-left-width: 0px;
  border-bottom-width: 0px;
}

section.section-success .wrapper-center .box-content .focus > span:nth-child(3) {
  border-bottom-width: 6px;
  border-left-width: 6px;
  bottom: 3rem;
  left: 0;
  border-right-width: 0px;
  border-top-width: 0px;
}

section.section-success .wrapper-center .box-content .focus > span:nth-child(4) {
  border-bottom-width: 6px;
  border-right-width: 6px;
  bottom: 3rem;
  right: 0;
  border-left-width: 0px;
  border-top-width: 0px;
}

section.section-success .wrapper-center .box-content .focus > a {
  background-color: #006ed1;
  border: 1px #006ed1 solid;
  font-family: "ZEISSFrutigerNextW07-Rg";
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  text-align: center;
  max-width: 320px;
  font-size: 16px;
  color: #ffffff;
}

section.section-success .wrapper-center .box-content .focus > a:hover {
  background-color: #ffffff;
  color: #006ed1;
}

section.section-success .wrapper-center .box-content .focus img {
  max-width: 270px;
}

section.section-success .wrapper-center .box-content .focus ul {
  justify-content: center;
  flex-direction: column;
  max-width: 320px;
  display: flex;
  width: 100%;
}

section.section-success .wrapper-center .box-content .focus ul li {
  text-align: center;
}

section.section-success .wrapper-center .box-content .focus ul li:last-child {
  justify-content: space-evenly;
  display: flex;
}

section.section-success .wrapper-center .box-content .focus ul li h5 {
  font-family: "ZEISS Frutiger Next W1G";
  font-size: 23px;
  color: #0F2DB3;
  font-weight: 900;
}

section.section-success .wrapper-center .box-content .focus ul li p {
  padding: 5px 0 10px 0;
  font-family: "ZEISS Frutiger Next W1G";
  font-weight: 300;
  font-size: 0.8rem;
}

section.section-success .wrapper-center .box-content .focus ul li a {
  opacity: 0.8;
}

section.section-success .wrapper-center .box-content .focus ul li a img {
  max-width: 120px;
}

section.section-success .wrapper-center .box-content .focus ul li a:hover {
  opacity: 1;
}

section.section-success .wrapper-center .box-content a.back {
  border-bottom: 1px #000000 solid;
  font-family: "ZEISSFrutigerNextW07-Rg";
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  font-size: 15px;
  color: #000000;
}

section.section-success .wrapper-center .box-content a.back:hover {
  border-bottom: 1px #006ed1 solid;
  color: #006ed1;
}

@media only screen and (max-width: 1023px) {
  section.section-success .wrapper-center .box-content .text {
    text-align: center;
  }
  section.section-success .wrapper-center .box-content .text h2 {
    font-size: 4.1666666667vw;
  }
  section.section-success .wrapper-center .box-content .text strong {
    padding: 3.3333333333vw 0 8.3333333333vw 0;
    font-size: 6.6666666667vw;
  }
  section.section-success .wrapper-center .box-content .focus {
    flex-direction: column;
    margin: 0vw auto;
    padding: 8.3333333333vw;
    max-width: 740px;
    height: auto;
  }
  section.section-success .wrapper-center .box-content .focus > span {
    height: 8.3333333333vw;
    width: 8.3333333333vw;
  }
  section.section-success .wrapper-center .box-content .focus > span:nth-child(1) {
    border-left-width: 1vw;
    border-top-width: 1vw;
  }
  section.section-success .wrapper-center .box-content .focus > span:nth-child(2) {
    border-right-width: 1vw;
    border-top-width: 1vw;
  }
  section.section-success .wrapper-center .box-content .focus > span:nth-child(3) {
    border-bottom-width: 2vw;
    border-left-width: 2vw;
  }
  section.section-success .wrapper-center .box-content .focus > span:nth-child(4) {
    border-bottom-width: 1vw;
    border-right-width: 1vw;
  }
  section.section-success .wrapper-center .box-content .focus > a {
    padding: 1.6666666667vw 2.5vw;
    font-size: 4vw;
    max-width: 100%;
    order: 3;
  }
  section.section-success .wrapper-center .box-content .focus > img {
    padding: 5.8333333333vw 0 4.1666666667vw 0;
    max-width: 58.3333333333vw;
    order: 2;
  }
  section.section-success .wrapper-center .box-content .focus ul {
    max-width: 100%;
    order: 1;
  }
  section.section-success .wrapper-center .box-content .focus ul li h5 {
    font-size: 5.5333333333vw;
  }
  section.section-success .wrapper-center .box-content .focus ul li p {
    padding: 0.8333333333vw 0 3.3333333333vw 0;
    font-size: 4.1666666667vw;
  }
  section.section-success .wrapper-center .box-content .focus ul li a {
    padding: 0 1.6666666667vw;
    opacity: 1;
  }
  section.section-success .wrapper-center .box-content .focus ul li a img {
    max-width: 33.3333333333vw;
  }
  section.section-success .wrapper-center .box-content a.back {
    margin: 5vw auto;
    font-size: 3.3333333333vw;
  }
  footer .wrapper-center .links-footer {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */