@font-face {
  font-family: 'FontRegular';
  src: url("../fonts/Elza-Regular.otf") format("truetype");
}

@font-face {
  font-family: 'FontMedium';
  src: url("../fonts/Elza-Medium.otf") format("truetype");
}

@font-face {
  font-family: 'FontBold';
  src: url("../fonts/Elza-Bold.otf") format("truetype");
}

.container__full {
  font-family: 'FontRegular';
  color: #2d51d5;
}

.container__full .text-style__title {
  font-size: 94px;
  margin-bottom: 32px;
}

.container__full .text-style__subtitle {
  font-family: 'FontMedium';
  font-size: 36px;
  margin-bottom: 24px;
}

.container__full .text-style__paragraph {
  font-family: 'FontRegular';
  font-size: 18px;
}

.container__full .text-style__dimentions {
  max-width: 580px;
}

.container__full .image__responsive img {
  width: 100%;
  height: auto;
  display: block;
}

.container01 {
  background: url("../img/container01-image01.png") no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 50px;
  padding: 6vw;
}

.container01 .text-style__dimentions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 420px;
  text-align: start;
  color: #fff;
}

.container01 .text-style__dimentions h2 {
  font-family: 'FontMedium';
  font-size: 4vw;
  margin-top: 8vw;
}

.container01 .text-style__dimentions h4 {
  margin-bottom: 8vw;
  margin-top: 1vw;
  font-size: 38px;
}

.container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.container02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 4vw 0;
  color: #0050dc;
}

.container02 li svg {
  width: 60%;
  margin-bottom: -10%;
}

.container02 li h4 {
  font-size: 20px;
}

.container03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4vw 6vw;
  background: url("../img/container03-background.png") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
}

.container03 .text-style__dimentions {
  max-width: 420px;
  margin-left: 4vw;
  color: #fff;
}

.container03 .text-style__dimentions .text-style__paragraph {
  margin-bottom: 24px;
}

.container04, .container_default-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
}

.container04 .text-style__dimentions, .container_default-style .text-style__dimentions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 820px;
  text-align: center;
  margin: 32px 6vw;
}

.container04 .text-style__dimentions .text-style__subtitle, .container_default-style .text-style__dimentions .text-style__subtitle {
  font-size: 42px;
  text-transform: uppercase;
}

.container04 .text-style__dimentions h5, .container_default-style .text-style__dimentions h5 {
  text-transform: uppercase;
}

.container04 ul, .container_default-style ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 4vw;
}

.container04 ul li, .container_default-style ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.container04 ul li svg, .container_default-style ul li svg {
  width: 80%;
  margin-bottom: -10%;
}

.container04 ul li h4, .container_default-style ul li h4 {
  font-size: 20px;
}

.container04 .image__responsive, .container_default-style .image__responsive {
  width: 100%;
}

.container04 .image__responsive img, .container_default-style .image__responsive img {
  border-radius: 50px;
}

.container07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
}

.container07 .text-style__dimentions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 820px;
  text-align: center;
  margin: 0 6vw;
}

.container07 .text-style__dimentions .text-style__subtitle {
  font-size: 42px;
  text-transform: uppercase;
}

.container07 .text-style__dimentions h5 {
  text-transform: uppercase;
}

.container07 .container07__background {
  background: url("../img/container07-background.png") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  width: 100%;
  margin-top: 32px;
}

.container07 .container07__background ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 4vw;
}

.container07 .container07__background ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
}

.container07 .container07__background ul li svg {
  width: 80%;
  margin-bottom: -10%;
}

.container07 .container07__background ul li h3 {
  font-size: 52px;
  font-family: 'FontBold';
}

.container07 .container07__background ul li h5 {
  font-size: 20px;
}

.container07 .container07__background .image__responsive {
  width: 100%;
}

.container07 .container07__background .image__responsive img {
  border-radius: 50px;
}

.container08 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #f0f1f7;
  border-radius: 50px;
  margin-top: 64px;
  padding: 4vw 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.container08 .text-style__dimentions {
  max-width: 480px;
}

.container08 .text-style__dimentions .text-style__subtitle {
  font-size: 42px;
  text-transform: uppercase;
}

.container08 .containerImage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container08 .containerChangeColor {
  margin-top: 18px;
}

.container08 .buttonChangeColor {
  width: 52px;
  height: 52px;
  background: #2b2b2b;
  border-radius: 50%;
  border: 2px solid #f0f1f7;
}

.container08 .buttonChangeColor:first-child {
  margin-right: 10px;
}

.container08 .buttonChangeColor:last-child {
  background: #8a7e68;
}

.container14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Tile */
}

.container14 .dimentionsInformationText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.container14 .containerAllTiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 68px;
}

.container14 .tileContainer:nth-child(2) {
  margin: 0 32px;
}

.container14 .tileContainer {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  width: 28vw;
  background: #f4f7f8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container14 .tileShow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-bottom: 26%;
}

.container14 .tileShow svg {
  width: 110%;
}

.container14 .tileShow h3 {
  margin-top: -26%;
  font-size: 20px;
  font-family: 'FontMedium';
  text-transform: uppercase;
}

.container14 .buttonStyle {
  position: absolute;
  right: 0;
  z-index: 2;
  margin: 26px;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: none;
  -webkit-appearance: none;
  outline: none;
}

.container14 .buttonStyle:hover {
  cursor: pointer;
}

.container14 .tileHide {
  width: 100%;
  height: 100%;
  background: #f4f7f8;
  opacity: 0.8;
  position: absolute;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  visibility: hidden;
}

.container14 .tileHide svg {
  width: 50%;
  margin-bottom: -32px;
}

.container14 .tileHide h3 {
  margin: 0 12px;
  font-size: 24px;
  margin-bottom: 24px;
  color: #295fde;
}

.container14 .tileHide .fontTileParagraph {
  margin: 0 12px;
  color: #295fde;
  font-size: 16px;
}

.container14 .hiddenContent {
  display: none;
}

.container14 .changeProduct1, .container14 .changeProduct2 {
  overflow: hidden;
}

.container14 .showContent {
  visibility: visible !important;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.container14 .mouseTest.turnClose {
  -webkit-animation-name: rotatePlus;
          animation-name: rotatePlus;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.container14 .mouseTest {
  -webkit-animation-name: rotatePlusReverse;
          animation-name: rotatePlusReverse;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.container14 .fontTileMain {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  margin-bottom: 18px;
}

.container14 .fontTileParagraph {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0 52px;
}

/* Keyframes */
@-webkit-keyframes rotatePlus {
  to {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes rotatePlus {
  to {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes rotatePlusReverse {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotatePlusReverse {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container18 .image__responsive img {
  border-radius: 0px;
}

.container18 .container18__content {
  background: #f4f7f8;
  border-radius: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 4vw;
}

.container18 .container18__content .image__responsive {
  width: auto;
  margin-left: 6vw;
}

.container18 .container18__content .text-style__dimentions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: start;
  max-width: 460px;
  margin-top: 4vw;
}

.container18 .container18__content .text-style__dimentions .text-style__paragraph {
  margin-bottom: 12px;
}

.container18 .container18__content .text-style__dimentions .image_link {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.container18 .container18__content .text-style__dimentions .image_link .image__responsive {
  margin-left: 0;
}

.container18 .container18__content .text-style__dimentions .text_link {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #2d51d5;
}

.container18 .container18__content .text-style__dimentions .text_link h5 {
  text-decoration: underline;
  margin-right: 8px;
}

.container19 {
  margin: 2vw 6vw;
}

.container19 .text-style__paragraph {
  font-size: 14px;
}

@media (max-width: 875px) {
  .container__full .container01 h4 {
    font-size: 24px;
  }
  .container__full .container02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container07 .container07__background ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container18 .container18__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */