/* Import HTML5 Boilerplate base styles */
@import 'base.css';
/* GSAP Animation Classes - Initial States */
.animate-fade,
.animate-slide-up,
.animate-slide-left,
.animate-slide-right,
.animate-home {
  opacity: 0;
}

@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/clash-grotesk/ClashGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/clash-grotesk/ClashGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/clash-grotesk/ClashGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/clash-grotesk/ClashGrotesk-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/clash-grotesk/ClashGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.text-center {
  text-align: center;
}

.clear {
  clear: both;
}

body {
  color: black;
  margin: 0;
  padding: 0;
  font-family: "Clash Grotesk", "Clash Grotesk Placeholder", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.home-container {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.container {
  width: 1535px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.cta {
  background-color: rgb(54, 75, 150);
  color: white;
  border-radius: 34px;
  padding: 13px 100px 13px 22px;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 300;
  position: relative;
  transition: background-color 0.3s ease;
  margin: 0 10px;
}
.cta span {
  background-color: white;
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  right: 14px;
  top: 50%;
  margin-top: -13px;
  background-image: url(../img/cta-arrows.png);
  background-size: 51px auto;
  background-position: -22px -11px;
  background-repeat: no-repeat;
  transition: background-position 0.3s ease;
}

.cta:hover {
  background-color: black;
}
.cta:hover span {
  background-position: -2px -11px;
}

header {
  border: 1px solid rgba(8, 8, 8, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(255, 255, 255, 0.25) 0px 4px 4px 0px inset;
  opacity: 1;
  padding: 22px 114px;
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-size: 17px;
  letter-spacing: -0.2px;
  width: 753px;
  font-weight: 400;
  margin: auto;
  height: 42px;
}
header #logo {
  float: left;
}
header #logo img {
  width: 176px;
}
header #langs {
  background-color: #19339c;
  float: left;
  line-height: 0;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  top: 4px;
  margin-left: 15px;
}
header #langs img {
  width: 16px;
}
header #langs .i2 {
  width: 10px;
  margin-left: 5px;
}
header #langs .items {
  display: none;
  position: absolute;
  width: 200px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  background-color: white;
  border-radius: 10px;
  left: 0;
  top: 35px;
}
header #langs .items a {
  display: block;
  position: static;
  margin: 21px;
  padding: 4px 0px;
}
header #langs:hover .items {
  display: block;
}
header .hamburger {
  display: none;
}
header nav {
  float: right;
  padding: 10px 0 0 0;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  float: left;
  padding-left: 20px;
}
header nav ul li ul {
  display: none;
  position: absolute;
  width: 200px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  background-color: white;
  border-radius: 10px;
  left: 0;
  top: 30px;
  padding: 10px;
}
header nav ul li ul li {
  float: none;
  padding: 0;
}
header nav ul li ul li a {
  padding: 5px 10px;
  font-size: 17px;
  display: block;
}
header nav ul li.has-submenu {
  position: relative;
}
header nav ul li.has-submenu > a {
  font-size: 16px;
  background-image: url(../img/arrow-down-black.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 20px 0 0;
  background-size: 8px;
}
header nav ul li.has-submenu:hover {
  padding-bottom: 20px;
}
header nav ul li.has-submenu:hover ul {
  display: block;
}

#home {
  background-image: url(../img/home.png);
  padding: 270px 450px 0 0;
  background-repeat: no-repeat;
  background-position: right 225px;
  background-size: 440px auto;
}
#home h1 {
  font-size: 71px;
  letter-spacing: -1px;
  line-height: 100%;
  font-weight: 600;
  margin: 0;
}
#home h1 .word {
  display: inline-block;
  opacity: 0;
}
#home .split-text .word {
  display: inline-block;
  opacity: 0;
}
#home {
  position: relative;
}
#home .t1 {
  font-size: 22px;
  margin: 15px 0 25px 0;
  font-weight: 500;
}
#home .t2 {
  font-size: 19px;
  margin: 0 0 30px 0;
}
#home .stores {
  position: relative;
}
#home .stores a img {
  width: 150px;
}

#homeOut {
  background-image: url(../img/bg1.png);
  -webkit-box-shadow: inset 0px -100px 80px 67px rgb(255, 255, 255);
  -moz-box-shadow: inset 0px -100px 80px 67px rgb(255, 255, 255);
  box-shadow: inset 0px -100px 80px 67px rgb(255, 255, 255);
}

.section {
  margin-top: 90px;
}
.section .badge {
  border: 1px solid rgb(199, 199, 199);
  background-color: rgb(243, 243, 243);
  border-radius: 32px;
  display: inline-block;
  padding: 4px 25px;
  font-weight: 300;
  margin-bottom: 20px;
}
.section .title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.1em;
}
.section .title span {
  display: block;
  font-weight: 500;
  letter-spacing: -1.1px;
  line-height: 1.3em;
  font-size: 29px;
}
.section .title2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 48.4px;
}
.section .content {
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
}
.section .content p strong {
  font-weight: 500;
}
.section .content p.bigger {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.section .content p.bigger2 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.1em;
}

#about .cta {
  margin: 40px 0 60px 0;
}
#about .slogan {
  padding: 0 280px;
}
#about .slogan .l {
  float: left;
  width: 51%;
}
#about .slogan .l .h {
  font-weight: 500;
  font-size: 30px;
  font-size: 30px;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
#about .slogan .l .txt {
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: 0px;
}
#about .slogan .r {
  float: right;
  width: 44%;
}
#about .slogan .r .img {
  border-radius: 42px;
  height: 380px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about .tabs {
  margin-top: 80px;
}
#about .tabs .nav {
  background-color: rgb(247, 246, 245);
  border-radius: 40px;
  padding: 0 8px;
}
#about .tabs .nav .item {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4em;
  display: inline-block;
  width: 33.2%;
  text-align: center;
  padding: 18px 0;
  margin: 8px 0;
  opacity: 0.5;
}
#about .tabs .nav .item span {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: left center;
  padding-left: 29px;
}
#about .tabs .nav .item:nth-child(1) span {
  background-image: url(../img/tn1.png);
}
#about .tabs .nav .item:nth-child(2) span {
  background-image: url(../img/tn2.png);
}
#about .tabs .nav .item:nth-child(3) span {
  background-image: url(../img/tn3.png);
}
#about .tabs .nav .item {
  transition: all 0.3s ease;
}
#about .tabs .nav .item.active {
  border-radius: 32px;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 22px 0px rgb(221, 221, 221);
  -moz-box-shadow: 0px 0px 22px 0px rgb(221, 221, 221);
  box-shadow: 0px 0px 22px 0px rgb(221, 221, 221);
}
#about .tabs .content {
  margin-top: 10px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgb(201, 201, 201);
  padding: 40px 25px;
}
#about .tabs .content .tab {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#about .tabs .content .tab[x-show] {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
#about .tabs .content .tab .h {
  font-size: 27px;
  font-weight: 500;
  line-height: 1em;
}
#about .tabs .content .tab p {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.4em;
}
#about #idealFor {
  padding: 40px 0;
}
#about #idealFor .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 40px;
}
#about #idealFor .items,
#about #better .items {
  padding: 0 2%;
  margin-bottom: 40px;
}
#about #idealFor .items .item,
#about #better .items .item {
  display: inline-block;
  width: 20.5%;
  margin: 0 0.5%;
  border: 1px solid rgba(54, 75, 150, 0.93);
  border-radius: 20px;
  box-shadow: rgba(18, 57, 122, 0) 0px 0px 0px 0px, rgba(18, 57, 122, 0) 0px 0px 0px 0px, rgba(18, 57, 122, 0) 0px 0px 0px 0px;
  line-height: 1.1em;
  letter-spacing: 0px;
  font-size: 17px;
  font-weight: 300;
  padding: 20px 1.5% 100px 1.5%;
}
#about #idealFor .items .item strong,
#about #better .items .item strong {
  font-weight: 500;
}
#about #idealFor .items .item .img,
#about #better .items .item .img {
  width: 100%;
  height: 50px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-image: url(../img/if1.png);
}
#about #idealFor .items .item:hover,
#about #better .items .item:hover {
  box-shadow: rgba(18, 57, 122, 0.15) 0px 0px 24px 0px, rgba(18, 57, 122, 0.15) 0px 0px 0px 1px inset;
  color: rgb(54, 75, 150);
}
#about #idealFor .items .item1 .img {
  background-image: url(../img/if1.png);
}
#about #idealFor .items .item2 .img {
  background-image: url(../img/if2.png);
}
#about #idealFor .items .item3 .img {
  background-image: url(../img/if3.png);
}
#about #idealFor .items .item4 .img {
  background-image: url(../img/if4.png);
}
#about #comparison {
  background-image: url(../img/bg1.png);
  background-size: 100% 100%;
  padding-bottom: 60px;
}
#about #comparison .in {
  margin: 0 275px;
  padding: 25px;
  border-radius: 25px;
  background-color: white;
  -webkit-box-shadow: 2px 2px 10px -4px rgb(114, 129, 189);
  -moz-box-shadow: 2px 2px 10px -4px rgb(114, 129, 189);
  box-shadow: 2px 2px 10px -4px rgb(114, 129, 189);
}
#about #comparison .in table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 25px;
  overflow: hidden;
}
#about #comparison .in table th {
  color: white;
  font-size: 24px;
  padding: 20px 60px;
}
#about #comparison .in table th.other {
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  background-color: #7281bd;
  font-weight: 500;
  text-align: right;
}
#about #comparison .in table th.workflex {
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  background-color: #19339c;
  font-weight: 600;
  text-align: center;
}
#about #comparison .in table td {
  padding: 30px 40px;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #7281bd;
}
#about #comparison .in table td.label {
  font-weight: 500;
  border-left: 1px solid #7281bd;
  border-right: 1px solid #7281bd;
  width: 33.333%;
}
#about #comparison .in table td.other {
  width: 33.333%;
}
#about #comparison .in table td.workflex {
  border-left: 2px solid #7281bd;
  border-right: 2px solid #7281bd;
  width: 33.333%;
}
#about #comparison .in table .blank {
  border: none !important;
}
#about #comparison .in table td.cta-cell {
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-left: 2px solid #7281bd;
  border-right: 2px solid #7281bd;
  border-bottom: 2px solid #7281bd;
  text-align: center;
}
#about #comparison .in table td.cta-cell a {
  color: #7281bd;
  border: 1px solid #7281bd;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
}
#about #comparison .in table td.cta-cell a:hover {
  background-color: #7281bd;
  color: white;
}
#about #better .items {
  margin-top: 20px;
}
#about #better .items .item {
  width: 25%;
}
#about #better .items .item strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.6em;
}
#about #better .items .item .img {
  height: 57px;
}
#about #better .items .item1 .img {
  background-image: url(../img/b1.png);
}
#about #better .items .item2 .img {
  background-image: url(../img/b2.png);
}
#about #better .items .item3 .img {
  background-image: url(../img/b3.png);
}
#about #whyForeigin .items {
  text-align: left;
  margin-top: 20px;
  padding: 0 0;
}
#about #whyForeigin .items .item {
  border: 1px solid rgba(0, 0, 0, 0.52);
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(244, 244, 244) 69.7115%, rgb(250, 250, 250) 100%) rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 2%;
  display: inline-block;
  width: 27.6%;
  margin: 0.7%;
}
#about #whyForeigin .items .item .t1 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#about #whyForeigin .items .item .t2 {
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-top: 3px;
}
#about #whyForeigin .items .item .img {
  height: 150px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 25px 0 60px 0;
}
#about #whyForeigin .items .item.large {
  width: 44.3%;
}
#about #whyForeigin .items .item:hover {
  background: black;
  color: white;
}
#about #whyForeigin .items .item1 .img {
  background-image: url(../img/w1.png);
}
#about #whyForeigin .items .item2 .img {
  background-image: url(../img/w2.png);
}
#about #whyForeigin .items .item3 .img {
  background-image: url(../img/w3.png);
}
#about #whyForeigin .items .item4 .img {
  background-image: url(../img/w4.svg);
}
#about #whyForeigin .items .item5 .img {
  background-image: url(../img/w5.png);
}
#about #numbers .items {
  margin-top: 30px;
}
#about #numbers .items .item {
  display: inline-block;
  vertical-align: top;
  width: 13%;
  margin: 0 0.8%;
  border: 1px solid rgba(54, 75, 150, 0.2);
  background-color: rgba(242, 242, 242, 0.1215686275);
  border-radius: 24px;
  padding: 3% 1% 2% 1%;
  min-height: 204px;
}
#about #numbers .items .item .img {
  width: 100%;
  height: 70px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#about #numbers .items .item .t1 {
  font-weight: 500;
  line-height: 1.4em;
  color: rgb(17, 17, 17);
  font-size: 19px;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
}
#about #numbers .items .item .t2 {
  line-height: 140%;
  letter-spacing: 0.04em;
  font-size: 15px;
}
#about #numbers .item1 .img {
  background-image: url(../img/n1.png);
}
#about #numbers .item2 .img {
  background-image: url(../img/n2.png);
}
#about #numbers .item3 .img {
  background-image: url(../img/n3.png);
}
#about #numbers .item4 .img {
  background-image: url(../img/n4.png);
}

#faq .items {
  margin-top: 30px;
  padding: 0 18%;
}
#faq .items .item {
  position: relative;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 30px 82px 30px 30px;
  margin-bottom: 20px;
}
#faq .items .item .t1 {
  font-size: 20px;
  font-weight: 500;
}
#faq .items .item .t2 {
  margin-top: 15px;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.4em;
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
#faq .items .item .t2[x-show] {
  display: block;
  max-height: 500px;
  opacity: 1;
}
#faq .items .item .expand {
  background-image: url(../img/close.png);
  width: 45px;
  height: 45px;
  background-position: center center;
  background-size: 28%;
  background-color: white;
  border-radius: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 27px;
  right: 30px;
  cursor: pointer;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
#faq .item.active .t2 {
  display: block;
  max-height: 500px;
  opacity: 1;
}
#faq .item.active .expand {
  transform: rotate(0deg);
}

#pricing {
  background: linear-gradient(182deg, #f6fbff 0%, rgba(93, 176, 240, 0.6117647059) 166%);
  padding: 100px 0;
}

footer {
  background-color: #0d183d;
  color: white;
  padding: 80px 0 40px 0;
}
footer .container {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
footer .columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
footer .column {
  color: rgb(212, 212, 212);
  padding: 0 15px;
}
footer .column.c1 {
  flex: 0 0 30%;
}
footer .column.c2 {
  flex: 0 0 24%;
}
footer .column.c3 {
  flex: 0 0 26%;
}
footer .column.c4 {
  flex: 0 0 5%;
}
footer .column.c1 .brand-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 25px;
}
footer .column.c1 .logo {
  flex-shrink: 0;
}
footer .column.c1 .logo img {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 6px;
  padding: 8px;
  display: block;
}
footer .column.c1 .brand-info {
  flex: 1;
  padding-top: 2px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 116%;
}
footer .column.c1 .brand {
  font-weight: 500;
  display: inline;
  margin-bottom: 6px;
  line-height: 1.2;
}
footer .column.c1 .tagline {
  display: inline;
  font-weight: 300;
  opacity: 0.85;
  line-height: 1.4;
}
footer .column.c1 .app-buttons {
  margin-bottom: 20px;
}
footer .column.c1 .app-buttons .app-btn {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity 0.3s ease;
  max-width: 140px;
}
footer .column.c1 .app-buttons .app-btn:hover {
  opacity: 0.8;
}
footer .column.c1 .app-buttons .app-btn img {
  display: block;
  width: 100%;
  height: auto;
}
footer .column.c1 .email-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0px 16px;
  border: 1px solid white;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: background-color 0.3s ease;
}
footer .column.c1 .email-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .column.c1 .email-btn .icon {
  font-size: 26px;
  opacity: 0.9;
}
footer .column.c1 .email-btn .text {
  font-weight: 300;
}
footer .column.c1 .email-btn .arrow {
  font-size: 16px;
  margin-left: 2px;
}
footer .column.c2 .header, footer .column.c3 .header, footer .column.c4 .header {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: white;
  margin-bottom: 20px;
}
footer .column.c2 ul, footer .column.c3 ul, footer .column.c4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .column.c2 ul li, footer .column.c3 ul li, footer .column.c4 ul li {
  margin-bottom: 10px;
}
footer .column.c2 ul li a, footer .column.c3 ul li a, footer .column.c4 ul li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.85;
  transition: opacity 0.3s ease;
  line-height: 1.5;
}
footer .column.c2 ul li a:hover, footer .column.c3 ul li a:hover, footer .column.c4 ul li a:hover {
  opacity: 1;
}
footer .column.c4 .social-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .column.c4 .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: white;
  border: 1px solid #000;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  overflow: hidden;
}
footer .column.c4 .social-icons .social-icon:hover {
  background-color: #f5f5f5;
}
footer .column.c4 .social-icons .social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  display: block;
}
footer .column.c4 .social-icons .social-icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}
footer .copyright {
  margin-top: 0;
  padding: 30px 20px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
footer .copyright .line {
  display: none;
}
footer .copyright .text {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.75;
  letter-spacing: 0.2px;
}

@media (max-width: 1550px) {
  .container {
    width: 90%;
  }
  #about .tabs .nav .item {
    width: 33%;
  }
}
@media (max-width: 1350px) {
  #about #comparison .in {
    margin: 0;
  }
  #about #whyForeigin .items .item {
    width: 27.5%;
  }
  #about #whyForeigin .items .item.large {
    width: 44.2%;
  }
}
@media (max-width: 1250px) {
  #about .slogan {
    padding: 0 10%;
  }
}
@media (max-width: 1100px) {
  footer .columns {
    display: block;
  }
  footer .columns .column {
    margin-bottom: 20px;
  }
  #about #whyForeigin .items .item {
    width: 27.4%;
  }
  #about #whyForeigin .items .item.large {
    width: 44.1%;
  }
  .home-container {
    width: 90%;
  }
  header {
    width: 90%;
    padding: 15px 20px;
    height: auto;
    min-height: 42px;
  }
  header #logo {
    float: none;
    display: inline-block;
  }
  header #langs {
    float: none;
    display: inline-block;
    margin-left: 10px;
  }
  header .hamburger {
    display: block;
    float: right;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 5px;
  }
  header .hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
    transform-origin: center;
  }
  header nav {
    display: none !important;
    float: none !important;
    clear: both;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    position: relative;
    z-index: 1000;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header nav.active {
    display: block !important;
  }
  header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header nav ul li {
    float: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav ul li a {
    display: block;
    padding: 15px 0 !important;
    font-size: 16px;
  }
  header nav ul li.has-submenu {
    position: relative;
  }
  header nav ul li.has-submenu > a {
    background-image: none;
    padding-right: 0;
  }
  header nav ul li.has-submenu ul {
    display: none;
    position: static;
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  header nav ul li.has-submenu ul li {
    padding-left: 20px;
  }
  header nav ul li.has-submenu ul li a {
    padding: 10px 0;
    font-size: 15px;
  }
  header nav ul li.has-submenu.active ul {
    display: block;
  }
  header .hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  header .hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  header .hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  #home {
    padding: 270px 350px 0 0;
  }
  #about #numbers .items .item {
    width: 20%;
  }
}
@media (max-width: 967px) {
  #about #whyForeigin .items .item {
    width: 27.3%;
  }
  #about #whyForeigin .items .item.large {
    width: 44%;
  }
  #about #idealFor .items .item {
    width: 20%;
  }
  #about #better .items {
    padding: 0;
  }
  #about #better .items .item {
    width: 28%;
  }
}
@media (max-width: 767px) {
  #about #whyForeigin .items .item {
    display: block;
    width: 86% !important;
    margin-bottom: 15px;
    padding: 7%;
  }
  #about #numbers .items .item {
    display: block;
    width: 86% !important;
    margin-bottom: 15px;
    padding: 20px 7%;
  }
  #home {
    padding: 150px 0 400px 0;
    background-position: bottom center;
    background-size: 240px auto;
    text-align: center;
  }
  #home h1 {
    font-size: 36px;
  }
  #home .t1 {
    font-size: 20px;
  }
  #home .t2 {
    font-size: 16px;
  }
  .section .title {
    font-size: 30px;
  }
  #about .slogan .r {
    margin-bottom: 20px;
  }
  #about .slogan .l,
  #about .slogan .r {
    width: 100%;
    float: none;
  }
  #about .slogan .l .h {
    font-size: 21px;
  }
  #about .slogan .l .txt {
    font-size: 16px;
  }
  #about .tabs .nav {
    padding: 8px;
  }
  #about .tabs .nav .item {
    display: block;
    width: 100%;
  }
  #about #idealFor .items .item {
    width: 94%;
    margin: 0 0 20px 0;
    display: block;
    padding: 20px 3% 40px 3%;
  }
  .cta {
    padding-right: 48px;
  }
  #about #comparison .in {
    overflow-x: auto;
    padding: 5px 5px;
  }
  #about #comparison .in table th {
    font-size: 14px;
    padding: 10px 20px;
  }
  #about #comparison .in table td {
    padding: 10px 20px;
    font-size: 14px;
  }
  #about #comparison .in table td.cta-cell a {
    display: block;
  }
  #about #better .items .item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 1.5% 35px 1.5%;
  }
  #pricing .cta {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #faq .items {
    padding: 0 3%;
  }
  #about .slogan {
    padding: 0 5%;
  }
  #about #idealFor .title {
    font-size: 30px;
    font-weight: 600;
  }
  #about #comparison .in table th {
    font-size: 14px;
    padding: 10px 20px;
  }
  #about #comparison .in table td {
    padding: 4px 5px;
    font-size: 13px;
  }
  .section .title2 {
    font-size: 27px;
  }
  .section .title span {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1em;
  }
  .section .content {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  header #langs .items {
    left: -100px;
  }
}

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