@import url('Gotham/stylesheet.css?1');
html,
body {
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
.loader-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.loader-layer img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body {
  color: #283371;
  background: #E4CFA8 url(../img/bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  font-family: 'Gotham-regular';
}
body img {
  filter: blur(0);
  -webkit-filter: blur(0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
body * {
  box-sizing: border-box;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
b,
strong {
  font-family: 'Gotham-bold';
}
.bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 0;
  min-height: 0;
  z-index: 1;
  overflow: hidden;
}
#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
.footer-text {
  font-family: Arial;
  font-size: 30rem;
  color: #283371;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 48rem;
  z-index: 11;
}
.top-logo {
  width: 1880rem;
  height: 1106rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.top-logo i {
  background: url(../img/waves.png) no-repeat 50% 0;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.top-logo > span {
  display: block;
  margin: 215rem 0 0 655rem;
}
.top-logo > span:before {
  background: url(../img/TopLogo.png?1) no-repeat 50% 0;
  background-size: contain;
  width: 466rem;
  height: 311rem;
  left: 121rem;
  top: 120rem;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.top-logo > span span {
  font-size: 124rem;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.bottom-logo {
  background: url(../img/BottomRightLogo.png) no-repeat 50% 50%;
  background-size: contain;
  width: 984rem;
  height: 306rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.index {
  height: 100vh;
  background: url(../img/GoldBGhome.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.index.open {
  opacity: 1;
  z-index: 2;
}
.index .start-button {
  background: url(../img/StartButton.png) no-repeat;
  background-size: contain;
  width: 661rem;
  height: 661rem;
  position: absolute;
  left: 50%;
  bottom: 10rem;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
}
.index .center {
  background-size: contain;
  width: 2169rem;
  height: 1313rem;
  position: absolute;
  left: 50%;
  top: 695rem;
  transform: translate(-50%, 0);
}
.index #babyVideo {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  max-width: 100%;
  transform: translateY(0%);
}
.block-layer {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.block-layer .text {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  text-align: center;
}
.block-layer .text span {
  display: block;
  color: #fff;
  font-size: 125rem;
  margin-bottom: 115rem;
  line-height: 1.3;
}
.block-layer .text .btn-fullscreen {
  display: inline-block;
  font-size: 100rem;
  font-family: 'Gotham-bold';
  line-height: 1;
  border: 0;
  padding: 44rem 173rem;
  cursor: pointer;
  background: #fff;
  border-radius: 115rem;
  color: #283371;
}
.index .center i {
  transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
}
.index .center i.active {
  transform: scale(1.3) !important;
}
@keyframes startPulse {
  0% {
    margin: 2rem 2rem ;
  }
  50% {
    margin: -2rem -2rem;
  }
  100% {
    margin: 2rem 2rem ;
  }
}
.body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.body.open {
  z-index: 1;
  opacity: 1;
}
.body.open .box .content.open .title {
  transform: translate(0, 0);
  opacity: 1;
}
.body .content {
  z-index: -1;
  opacity: 0;
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.body .content.open {
  display: block;
  z-index: 1;
  opacity: 1;
}
.body .box {
  border-radius: 32rem;
  background: rgba(239, 239, 239, 0.8);
  box-shadow: 0rem 3rem 6rem rgba(0, 0, 0, 0.16);
  width: 100%;
  margin: 0 120rem 0 383rem;
  position: relative;
  height: 1374rem;
}
.body .box .title {
  font-size: 124rem;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  margin-bottom: 15rem;
  opacity: 0;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
}
.body .box .menu {
  width: 274rem;
  border-radius: 32rem 0rem 0rem 32rem;
  background: linear-gradient(#efc189 0%, #c38c5b 100%);
  background: linear-gradient(to right, #efc189 0%, #c38c5b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0rem 3rem 6rem rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 44rem;
  right: 100%;
}
.body .box .menu div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  font-size: 30rem;
  border-bottom: 1rem solid #996d3c;
  text-shadow: 0rem 0rem 1rem #273270;
  color: #273270;
  padding: 70rem 0 70rem 100rem;
  position: relative;
}
.body .box .menu div:last-child {
  border-bottom: none;
  padding: 42rem 0 42rem 100rem;
}
.body .box .menu div span {
  display: inline-block;
  width: 47rem;
  height: 60rem;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 195rem;
  transform: translateY(-50%);
}
.body .box .menu div i {
  font-family: 'Gotham-bold';
  font-style: normal;
  position: relative;
  top: 2rem;
}
.body .box .menu div i sup {
  font-weight: bold;
  font-size: 68%;
  position: relative;
  top: 2rem;
}
.body .box .menu div:nth-child(1) span {
  background-image: url(../img/ico-chevron.svg);
  width: 21rem;
  height: 40rem;
}
.body .box .menu div:nth-child(2) span {
  background-image: url(../img/ico-home.svg);
  width: 33rem;
  height: 35rem;
}
.body .box .menu div:nth-child(3) span {
  background-image: url(../img/Full-Range.png);
  width: 48rem;
  height: 60rem;
}
.body .box .line {
  display: flex;
  align-items: center;
  margin: 0 180rem 0 100rem;
  padding: 50rem 0;
  border-bottom: 1rem solid #C38D5C;
  font-family: 'Gotham-bold';
}
.body .box .line > div {
  flex: 1 1 auto;
}
.body .box .line > div:nth-child(1) {
  font-size: 57rem;
  padding-right: 14%;
  line-height: 1.3;
}
.body .box .line > div:nth-child(2) {
  text-align: right;
}
.body .box .line.nobrd {
  border: 0;
}
.body .list-image {
  text-align: center;
}
.body .list-image .row {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 1% 2%;
}
.body .list-image .row:first-child img {
  height: 358rem;
}
.body .list-image img {
  display: inline-block;
  height: 390rem;
  vertical-align: bottom;
  cursor: pointer;
}
.body .list-image img.disable {
  opacity: 0.3;
}
.body .grid {
  display: flex;
  display: table;
  width: 100%;
  height: 100%;
}
.body .grid .left {
  width: 53%;
  vertical-align: top;
  display: table-cell;
  border-radius: 32rem 0rem 0rem 32rem;
  background: #eaeaee;
  box-shadow: 0rem 3rem 6rem rgba(0, 0, 0, 0.36);
}
.body .grid .left .br {
  height: 76rem;
}
.body .grid .left .br-sw {
  height: 300rem;
}
.body .grid .left .text-head {
  font-size: 48rem;
  padding: 30rem 60rem 30rem 76rem;
  margin-bottom: 102rem;
  margin-top: 85rem;
  background: #283371;
  color: #fff;
}
.body .grid .left h2 {
  color: #283371;
  font-size: 90rem;
  margin: 0 60rem 10rem 76rem;
}
.body .grid .left h4 {
  color: #283371;
  font-size: 48rem;
  margin: 0 60rem 60rem 76rem;
  font-weight: normal;
}
.body .grid .left ul {
  color: #283371;
  font-size: 43rem;
  margin: 0 60rem 60rem 76rem;
  line-height: 1.3;
  list-style: none;
  padding-left: 0rem;
}
.body .grid .left ul li {
  margin-bottom: 30rem;
  padding-left: 32rem;
  position: relative;
}
.body .grid .left ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #283371;
  width: 14rem;
  height: 14rem;
  position: absolute;
  left: 0;
  top: 20rem;
}
.body .grid .left ul li sup {
  font-size: 34rem;
  font-family: 'Gotham-regular';
}
.body .grid .left .logo {
  background: url(../img/NutrilLearnLogo.png) no-repeat 50% 50%;
  background-size: contain;
  width: 963rem;
  height: 408rem;
  margin: 0 auto;
}
.body .grid .left .logo.ar {
  background-image: url(../img/badge/AR.png);
}
.body .grid .left .logo.comfort {
  background-image: url(../img/badge/Comfort.png);
}
.body .grid .left .logo.ha {
  background-image: url(../img/badge/HA.png);
}
.body .grid .left .logo.lbw {
  background-image: url(../img/badge/LBW.png);
}
.body .grid .left .logo.lf {
  background-image: url(../img/badge/LF.png);
}
.body .grid .left .logo.nursoy {
  background-image: url(../img/badge/Nursoy.png);
}
.body .grid .left .logo.pdf {
  background-image: url(../img/badge/PDF.png);
}
.body .grid .left .logo + p {
  font-size: 30rem;
  text-align: center;
  margin-bottom: 40rem;
}
.body .grid .right {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding: 0 2%;
}
.body .grid .right .product-image {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.body .grid .right .product-image div {
  width: 100%;
  text-align: center;
}
.body .grid .right .product-image img {
  display: inline-block;
  height: 80%;
  max-height: 1218rem;
}
*[data-product="sma-group"] .product-image {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  padding: 2% 5%;
}
*[data-product="sma-group"] .product-image span {
  display: block;
  font-size: 48rem;
  margin-bottom: 48rem;
}
*[data-product="sma-group"] .product-image > div {
  width: 346rem;
  text-align: center;
}
*[data-product="sma-group"] .product-image > div div {
  margin-bottom: 60rem;
}
*[data-product="sma-group"] .product-image > div div:last-child {
  margin-bottom: 0 !important;
}
*[data-product="sma-group"] .product-image > div img {
  height: auto;
  width: 100%;
  max-width: 307rem;
}
*[data-product="sma-group"] .product-image > div > div:nth-child(3) {
  position: relative;
  top: 0rem;
}
*[data-product="sma-group"] .product-image > div > div:nth-child(3) img {
  max-width: 250rem;
}
*[data-product="product-group"] .product-image {
  flex-wrap: nowrap;
}
*[data-product="product-group"] .product-image > div {
  position: relative;
  width: 25% !important;
  cursor: pointer;
}
*[data-product="product-group"] .product-image img {
  height: auto;
  width: 100%;
}
*[data-product="product-group"] .product-image i {
  display: block;
  background: url(../img/btn-plus.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 50%;
  width: 162rem;
  height: 162rem;
  top: 11%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
*[data-product="product-group"] .product-image span {
  display: block;
  font-size: 49rem;
  color: #273270;
  text-align: center;
}
.sub-text {
  font-size: 35rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 550rem;
  margin-top: 40rem;
  font-family: Arial;
  padding-right: 120rem;
  line-height: 1.2;
}
.sub-text b {
  font-family: 'Gotham-bold';
}
.sub-text span {
  display: block;
  margin-bottom: 20rem;
}
.switcher > div {
  position: relative;
}
.switcher > div > div {
  margin-top: 4rem !important;
}
.switcher > div > div span {
  color: #283371 !important;
}
.switcher > div i {
  font-style: normal;
  font-size: 40rem;
  color: #B2B2B2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.switcher #undefined_railoff i {
  right: 120%;
}
.switcher #undefined_railon i {
  left: 120%;
}
.switcher[data-value="off"] #undefined_railoff {
  z-index: 2;
}
.switcher[data-value="noset"] #undefined_railnoset {
  z-index: 2;
}
.switcher[data-value="on"] #undefined_railon {
  z-index: 2;
}
.switcher[data-value="off"] #undefined_railoff > div {
  transform: translateX(5rem);
}
.switcher[data-value="off"] #undefined_railoff i {
  color: #283371;
}
.switcher[data-value="on"] #undefined_railon > div {
  transform: translateX(-5rem);
}
.switcher[data-value="on"] #undefined_railon i {
  color: #283371;
}
.switcher[data-value="noset"] #undefined_railoff i {
  color: #283371;
}
.switcher[data-value="noset"] #undefined_railon i {
  color: #283371;
}
.range-modal {
  border-radius: 32rem;
  left: 38rem;
  top: 38rem;
  right: 38rem;
  bottom: 38rem;
  background: #eaeaee;
  box-shadow: 0rem 3rem 6rem rgba(0, 0, 0, 0.36);
  position: absolute;
  transform: scale(0.7);
  opacity: 0;
  z-index: -2;
  overflow: hidden;
}
.range-modal.open {
  transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  z-index: 10;
}
.range-modal .btn-close {
  background: url(../img/btn-close.png) no-repeat 50% 50%;
  background-size: contain;
  width: 200rem;
  height: 200rem;
  top: 25rem;
  right: 32rem;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.range-modal .title {
  font-size: 124rem;
  top: 103rem;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  position: absolute;
  color: #283371;
  font-weight: bold;
}
.range-modal .title sup {
  font-weight: bold;
}
.range-modal .scroll {
  position: absolute;
  left: 0;
  right: -20rem;
  bottom: -20rem;
  top: 0;
  padding-right: 20rem;
  z-index: 1;
}
.range-modal .grid {
  position: relative;
}
.range-modal .item {
  border-radius: 57rem;
  padding: 36rem 45rem;
  display: inline-block;
  white-space: nowrap;
  background: #fff;
  position: absolute;
  line-height: 1;
}
.range-modal .item:before {
  left: -5rem;
  top: -5rem;
  bottom: -5rem;
  right: -5rem;
  position: absolute;
  display: block;
  content: "";
  border-radius: 56.5rem;
  background: linear-gradient(#efc18a 0%, #c38d5c 100%);
  z-index: -1;
}
.range-modal .item span {
  font-size: 48rem;
  margin-right: 90rem;
  color: #273270;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.range-modal .item .yes,
.range-modal .item .no {
  line-height: 1;
  font-size: 40rem;
  margin: 0 10rem;
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  position: relative;
}
.range-modal .item .yes:before,
.range-modal .item .no:before {
  content: "";
  display: block;
  width: 1px;
  background: #575756;
  min-height: 58rem;
  position: absolute;
  left: 50%;
  z-index: -1;
}
.range-modal .item .yes:after,
.range-modal .item .no:after {
  content: "";
  display: block;
  height: 1px;
  background: #575756;
  width: 2000rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.range-modal .item .yes {
  color: #406137;
}
.range-modal .item .yes:before {
  bottom: calc(100% + 45rem);
}
.range-modal .item .yes:after {
  left: 40rem;
}
.range-modal .item .no {
  color: #95201E;
}
.range-modal .item .no:before {
  top: calc(100% + 45rem);
}
.range-modal .item .no:after {
  top: auto;
  bottom: 0;
  left: 33rem;
}
.range-modal .item.it-1 {
  left: 165rem;
  top: 979rem;
}
.range-modal .item.it-1 .yes:before {
  height: 260rem;
}
.range-modal .item.it-1 .no:before {
  height: 235rem;
}
.range-modal .item.it-1 .yes:after,
.range-modal .item.it-1 .no:after {
  display: none;
}
.range-modal .item.it-2 {
  left: 430rem;
  top: 1335rem;
}
.range-modal .item.it-2 .yes:before {
  height: 250rem;
}
.range-modal .item.it-2 .no:before {
  height: 265rem;
}
.range-modal .item.it-2 .yes:after,
.range-modal .item.it-2 .no:after {
  display: none;
}
.range-modal .item.it-3 {
  left: 572rem;
  top: 592rem;
}
.range-modal .item.it-3 .yes:before {
  height: 30rem;
}
.range-modal .item.it-3 .no:before {
  height: 220rem;
}
.range-modal .item.it-3 .no:after {
  display: none;
}
.range-modal .item.it-3 .yes:after {
  top: -104rem;
}
.range-modal .item.it-4 {
  left: 946rem;
  top: 1725rem;
}
.range-modal .item.it-4 .yes:before {
  height: 109rem;
}
.range-modal .item.it-4 .no:before {
  height: 147rem;
}
.range-modal .item.it-4 .yes:after {
  top: -154rem;
}
.range-modal .item.it-4 .no:after {
  bottom: -194rem;
}
.range-modal .item.it-5 {
  left: 1426rem;
  top: 934rem;
}
.range-modal .item.it-5 .yes:before {
  height: 79rem;
}
.range-modal .item.it-5 .no:before {
  height: 124rem;
}
.range-modal .item.it-5 .yes:after {
  top: -125rem;
}
.range-modal .item.it-5 .no:after {
  bottom: -172rem;
}
.range-modal .list + img {
  height: 235rem;
  left: 1063rem;
  top: 930rem;
  position: absolute;
  cursor: pointer;
}
.range-modal .list {
  position: absolute;
  top: 393rem;
  right: 50rem;
  background: #eaeaee;
  padding-left: 20rem;
}
.range-modal .list > div {
  position: relative;
}
.range-modal .list > div img {
  height: 270rem;
  cursor: pointer;
}
.range-modal .list > div span {
  white-space: nowrap;
  font-weight: bold;
  font-size: 40rem;
  position: absolute;
  right: calc(100% + 50rem);
  top: 50%;
  transform: translateY(-50%);
}
.range-modal .list > div span i {
  font-style: normal;
  position: relative;
  top: -40rem;
}
.range-modal .list > div:nth-child(1) {
  margin-bottom: 62rem;
}
.range-modal .list > div:nth-child(1) span:before {
  width: 1706rem;
}
.range-modal .list > div:nth-child(2) {
  margin-bottom: 86rem;
}
.range-modal .list > div:nth-child(2) img {
  height: 242rem;
}
.range-modal .list > div:nth-child(2) span:before {
  width: 1216rem;
}
.range-modal .list > div:nth-child(3) {
  margin-bottom: 121rem;
}
.range-modal .list > div:nth-child(3) img {
  height: 242rem;
}
.range-modal .list > div:nth-child(3) span:before {
  width: 1122rem;
}
.range-modal .list > div:nth-child(4) {
  margin-bottom: 63rem;
}
.range-modal .list > div:nth-child(4) span:before {
  width: 1181rem;
}
.range-modal .list > div:nth-child(4) > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.range-modal .list > div:nth-child(4) > div > div {
  text-align: center;
  font-size: 37rem;
  font-family: 'Gotham-bold';
  height: 370rem;
  cursor: pointer;
}
.range-modal .list > div:nth-child(4) img {
  height: 368rem;
}
.range-modal .list > div:nth-child(5) img {
  margin-left: 172rem;
}
.range-modal .list > div:nth-child(5) span:before {
  width: 1087rem;
}
*[layout] {
  opacity: 0;
}
.hide-opacity {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}
.fade-in {
  animation: fadeIn ease 1s;
}
.fade-out {
  animation: fadeOut ease 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 1;
  }
}
/*# sourceMappingURL=styles.css.map */