@import url("https://use.typekit.net/mva5nwx.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: museo-sans, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 56px;
  letter-spacing: -2px;
  font-weight: 300;
  color: rgba(0, 0, 0, .7);
  line-height: 82px;
}

h2 {
  font-size: 48px;
  letter-spacing: -1.5px;
  font-weight: 300;
  color: rgba(0, 0, 0, .8);
  line-height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 20px;
}

h3 {
  font-size: 46px;
  letter-spacing: -0.5px;
  font-weight: 300;
  padding: 10px 0;
  color: rgba(0, 0, 0, .8);
  line-height: 32px;
}

a,
a:hover {
  text-decoration: none;
  transition: 0.2s;
}

.text-large {
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, .6);
}

.text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, .6);
}

.text-small {
  font-size: 14px;
  line-height: 22px;
}

a.button {
  display: block;
  min-width: 100px;
  padding: 15px 30px;
  font-size: 14px;
  background-color: #0052cc;
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 2px solid #0052cc;
}

a.button:hover {
  background: #0047b3;
  border-color: #0047b3;
  color: rgba(255, 255, 255, 1);
}

a.button.rev {
  background: none;
  border: 2px solid #0052cc;
  color: #0052cc;
}

a.button.rev:hover {
  color: #ffffff;
  background: #0047b3;
  border-color: #0047b3;
}

.container {
  margin: auto;
  max-width: 1440px;
  padding: 0 72px;
}

.menu {
  position: fixed;
  z-index: 99;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
  background-color: #ffffff;
  width: 100%;
}

.menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.logo a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  padding: 10px 40px 10px 0;
}

.logo a:hover {
  color: rgba(0, 0, 0, 1);
}

nav a {
  position: relative;
  color: rgba(0, 0, 0, .7);
  padding: 24px 20px;
  font-size: 14px;
}

nav a.active::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #0052cc;
  border-radius: 50%;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

nav:hover a {
  color: rgba(0, 0, 0, .3);
}

nav:hover a:hover {
  color: rgba(0, 0, 0, .8);
}

.quick-product {
  padding: 200px 0 80px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}

.quick-product a.button {
  text-align: center;
  max-width: 200px;
  margin-top: 40px;
  font-size: 16px;
}

.quick-product .container {
  display: block;
  position: relative;
}

.quick-product .text {
  background: #fff;
  padding: 100px 100px 100px 0;
  position: absolute;
  z-index: 999;
  top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 750px;
}

.quick-product .images {
  position: relative;
  z-index: 99;
  right: 0;
  text-align: right;
}

.quick-product .images img {
  text-align: right;
}

.quick-product .text {
  color: rgba(0, 0, 0, .6);
}

.quick-product h1::after {
  content: "";
  height: 5px;
  width: 100px;
  background-color: rgba(222, 235, 255, 1);
  display: block;
  border-radius: 16px;
  margin: 15px 0 27px;
}

.quick-product .image {
  padding-right: 80px;
  flex: 1;
  border-radius: 6px;
  background-color: rgba(222, 235, 255, 0.5);
  width: 100%;
  min-height: 738px;
  margin-right: 60px;
}

.quick-product .tabs-table {
  min-width: 40%;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
}

.quick-product .tabs-table .tabs {
  max-width: 600px;
}

.quick-product .tabs-table .tabs a {
  display: block;
  padding: 24px 30px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.quick-product .tabs-table .tabs a:last-child {
  margin: 0;
}

.quick-product .tabs-table .tabs a:hover,
.quick-product .tabs-table .tabs a.active {
  background-color: rgba(222, 235, 255, 0.5);
}

.tabs a .text-large {
  color: rgba(0, 0, 0, .8);
  padding-bottom: 5px;
}

.tabs a .text-small {
  color: rgba(0, 0, 0, .6);
}

.numbers {
  background-color: #e3fcef;
  min-height: 400px;
  padding: 40px 0;
}

.numbers .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.numbers .box {
  border-right: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  flex: 1;
}

.numbers .box:last-child {
  border: none;
}

.numbers .box .number {
  font-size: 56px;
  font-weight: 300;
  color: #36b37e;
}

.numbers .box:first-child .number {
  color: #57d9a3;
}

.numbers .box:last-child .number {
  color: #00875a;
}

.numbers .box h3 {
  padding: 10px 0 20px;
}

.numbers .box .text {
  min-height: 100px;
}

.story {
  min-height: 300px;
  background-color: #ffffff;
  padding: 200px 0 0;
}

.story .container .text {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.story .container .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
}

.story .container .content .image {
  flex: 1;
  border-radius: 6px;
  background-color: rgba(234, 230, 255, .5);
  width: 100%;
  min-height: 400px;
  margin-right: 60px;
}

.story .container .content .txt {
  flex: 1;
}

.story .container .content .txt .text {
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
}

.story .container .content .txt ul {
  padding-left: 20px;
}

.story .container .content .txt li {
  padding: 10px 0;
  list-style: disc;
}

.story h2::after {
  content: "";
  height: 5px;
  width: 100px;
  background-color: rgba(234, 230, 255, 1);
  display: block;
  border-radius: 16px;
  margin: 15px auto 30px;
}

.product-tour-link {
  padding: 100px 0;
}

.product-tour-link .container .box {
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 42px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, .1);
}

.product-tour-link .container .box .logo {
  font-size: 36px;
}

.product-tour-link .container .box .text {
  padding: 0 60px;
  flex: 1;
}

.product-tour-link .container .box .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-tour-link .container .box .buttons a {
  margin-left: 12px;
}

.timeline .content {
  display: flex;
  display: none;
}

.timeline .content.opened {
  display: block;
}

.timeline .content .views {
  padding-left: 180px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.timeline .content .views a img {
  max-width: 300px;
  margin: 20px 40px 20px 0;
}

.timeline h2 {
  margin-top: 80px;
}

.timeline h3 {
  position: relative;
  margin-top: 40px;
}

.timeline h3:hover {
  cursor: pointer;
}

.timeline h3 svg {
  position: absolute;
  right: 0;
}

.timeline h3 span {
  width: 38px;
  display: inline-block;
}
.timeline p {
  font-weight: 300;
  padding-bottom: 20px;
  padding-left: 40px;
  color: rgba(0, 0, 0, .6);
}

.timeline ul {
  padding: 0 0 0 60px;
}

.timeline ul ul {
  padding: 0 0 0 20px;
}

.timeline ul li {
  list-style: disc;
  padding: 10px;
  font-size: 18px;
}

.timeline ul li span {
  display: block;
  font-weight: 300;
  font-size: 14px;
}

.timeline ul li li {
  list-style: circle;
  font-size: 16px;
}

.team .boxes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 160px;
}

.team .boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team .circle {
  background: rgba(0, 0, 0, .3);
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.team .name {
  font-size: 24px;
}

.team .position {
  font-size: 16px;
  color: rgba(0, 0, 0, .5);
}

.team h3 {
  margin-bottom: 40px;
}

.partners h3 {
  margin-bottom: 0;
}

.partners p {
  margin-bottom: 40px;
  font-weight: 300;
}

.swot ul {
  padding: 0 20px;
  margin-bottom: 40px;
}

.swot ul li {
  padding: 10px;
  list-style: disc;
}

.product-top {
  padding: 200px 0 100px;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}

.product-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-top .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding-bottom: 80px;
}

.product-top .text {
  color: rgba(0, 0, 0, .6);
}

.product-top h1::after {
  content: "";
  height: 5px;
  width: 100px;
  background-color: rgba(222, 235, 255, 1);
  display: block;
  border-radius: 16px;
  margin: 15px auto 30px;
}

.product {
  padding: 100px 0;
}

.product .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer {
  display: block;
  height: 100px;
}

.product .container .box {
  flex: 1;
}

.box.xtr {
  padding-top: 24px;
}

.product .container .box.image {
  padding-left: 60px;
  padding-right: 0;
}

.product .container .box.image.left {
  padding-left: 0;
  padding-right: 60px;
}

.product .container .box .text {
  font-weight: 300;
  line-height: 30px;
}

.product .container .box h3::after {
  content: "";
  height: 5px;
  width: 100px;
  background-color: rgba(222, 235, 255, 1);
  display: block;
  border-radius: 16px;
  margin: 20px 0 20px;
}

.product .container .box h3 {
  font-size: 36px;
  font-weight: 300;
}

.product .container .box .text-large {
  margin-bottom: 20px;
}

.product .container .box ul {
  padding-left: 20px;
}

.product .container .box li.text {
  padding-bottom: 20px;
  list-style: disc;
}

.products {
  margin-bottom: 200px;
}

.products h2,
.ibe h2 {
  font-size: 56px;
  letter-spacing: -2px;
  margin-top: 80px;
  border: none;
  text-align: center;
  font-weight: 300;
  color: rgba(0, 0, 0, .7);
  line-height: 82px;
}

.products h2:after,
.ibe h2:after {
  content: "";
  height: 5px;
  width: 100px;
  background-color: rgba(222, 235, 255, 1);
  display: block;
  border-radius: 16px;
  margin: 15px auto 27px;
}

.anchor {
  height: 1px;
}

.products .boxes {
  display: flex;
  justify-content: space-between;
  padding: 100px 60px 0;
}

.products .box {
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 30px;
  border-radius: 6px;
  max-width: 330px;
  position: relative;
}

.products .box a {
  display: block;
  width: 100%;
  height: 100%;
}

.products .box .anagram {
  font-weight: 700;
  color: #0052cc;
  font-size: 32px;
  margin-bottom: 50px;
}

.products .box h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.products .box p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 80px;
  line-height: 26px;
}

.products .box svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  fill: #0052cc;
  transition: all 0.1s linear;
}

.products .box:hover {
  cursor: pointer;
}

.products .box:hover svg {
  fill: #0047b3;
  right: 20px;
}

.ibe .overview {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ibe .overview.noborder {
  border: none;
  min-height: 100vh;
}

.ibe p {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: #555;
  font-weight: 300;
}

.ibe img {
  max-height: 570px;
  height: auto;
  display: block;
  margin: 50px auto;
}

.ibe .boxes {
  display: flex;
  justify-content: space-between;
  padding: 100px 60px 0;
}

.ibe h3 {
  text-align: center;
  margin: 120px 0 0;
}

.ibe h4 {
  font-size: 20px;
  position: relative;
}

.ibe h4 span {
  position: absolute;
  color: rgba(0, 0, 0, .07);
  font-size: 60px;
  top: -23px;
  left: -38px;
}

.ibe ul {
  padding: 20px;
}

.ibe ul li {
  padding: 10px;
  list-style: disc;
  font-weight: 300;
}

.ibe ul li li {
  padding-top: 0;
  list-style: circle;
}

.ibe .box p {
  text-align: left;
  font-size: 16px;
  padding-top: 30px;
}

.ibe .bg {
  margin: 80px 0;
  padding: 1px 0 40px;
  background: rgba(222, 235, 255, 0.5);
}

.swoot .boxes {
  flex-wrap: wrap;
}

.swoot .boxes .box1,
.swoot .boxes .box2,
.swoot .boxes .box3,
.swoot .boxes .box4 {
  width: 50%;
  padding: 30px;
  min-height: 320px;
}

.swoot .boxes .box1 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.swoot .boxes .box2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.swoot .boxes .box3 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.finance table {
  width: 100%;
  table-layout: fixed;
}

.finance table th,
.finance table td {
  text-align: left;
  padding: 12px;
}

.finance table th:first-child,
.finance table td:first-child {
  padding: 12px 0;
}

.finance table td {
  font-weight: 300;
}

.calculator .sliderx {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calculator .slidecontainer {
  width: 100%;
}

.calculator .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #0052cc;
  outline: none;
}

.calculator .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 23px;
  height: 23px;
  background: #ffffff;
  border: 3px solid #0052cc;
  cursor: pointer;
  border-radius: 50%;
}

.calculator .numbersx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
}

.calculator .numbersx .number {
  color: #0052cc;
  font-size: 26px;
  font-weight: 300;
  padding: 10px 0;
}

.calculator .table table {
  width: 100%;
  text-align: left;
  margin-top: 60px;
  border-collapse: collapse;
}

.calculator .table table tr th {
  padding: 20px 20px 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .7);
  font-weight: 500;
}

.calculator .table table tr td {
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .6);
  font-weight: 300;
}

.submenu {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
  z-index: 999;
}

.submenu ul {
  padding: 0;
  margin: 0;
  opacity: 0.7;
  text-align: right;
  transition: all 0.1s linear;
}

.submenu ul:hover {
  opacity: 1;
}

.submenu ul li {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.submenu ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  padding: 12px;
}

.submenu ul li a:hover {
  color: rgba(0, 0, 0, 1);
}

.submenu ul li span {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}

.video {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

video {
  max-height: 650px;
}

.ibe .iphone {
  max-width: 30%;
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 14px;
  }

  nav,
  .menu a.button {
    display: none;
  }

  nav.active {
    display: block;
  }

  nav a.active {
    color: red;
  }

  nav a.active::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #004fd3;
    display: block;
    border-radius: 50%;
  }

  a.mobile {
    padding: 10px 0 0 10px;
  }

  .mobile svg {
    height: 20px;
  }

  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .quick-product {
    padding: 40px 0;
  }

  .quick-product .text {
    padding: 50px 25px;
    top: 160px;
    position: relative;
  }

  .quick-product .images {
    position: absolute;
    top: 0;
  }

  .quick-product a.button {
    max-width: none;
  }

  .quick-product h1::after {
    margin: 15px 0 20px;
  }

  .numbers .box {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .story {
    padding: 60px 0 0;
  }

  .story h2::after {
    margin: 15px 0 20px;
  }

  .product-tour-link {
    padding: 0;
  }

  .product-tour-link .container .box {
    padding: 20px;
    display: block;
  }

  .product-tour-link .container .box .text {
    padding: 20px 0;
  }

  .product-tour-link .container .box .buttons {
    display: block;
  }

  .product-tour-link .container .box .buttons a {
    margin: 0 0 12px 0;
    width: 100%;
    text-align: center;
  }

  footer {
    padding: 60px 0;
  }

  .products .boxes {
    display: block;
    padding: 0;
  }

  .ibe .boxes {
    display: block;
    padding: 40px 0 0;
  }

  .ibe .overview {
    border: none;
    padding-bottom: 0;
  }

  .anchor {
    margin-top: 90px;
  }

  .products {
    margin-top: -30px;
    margin-bottom: 0;
  }

  .products .box {
    margin-bottom: 20px;
  }

  .products .box .anagram {
    margin-bottom: 20px;
  }

  .products .box p {
    margin-bottom: 60px;
  }

  .submenu {
    display: none;
  }

  .swoot .boxes .box1,
  .swoot .boxes .box2,
  .swoot .boxes .box3,
  .swoot .boxes .box4 {
    padding: 10px 0;
    min-height: auto;
    width: auto;
    border: none;
  }

  .products h2,
  .ibe h2 {
    font-size: 46px;
    line-height: 52px;
  }

  .ibe {
    overflow: hidden;
  }

  .ibe p {
    font-size: 16px;
  }

  .ibe img {
    max-width: 150%;
  }

  .iphone {
    max-width: 100%;
  }
}
