@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap");
@import "https://unpkg.com/aos@2.3.1/dist/aos.css";
@import "https://cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/css/splide.min.css";
.form {
  position: relative;
}
body {
  position: relative; 
}
.form-submit {
  height: 50px;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.form-submit .success {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  transition: 0.2s all;
  opacity: 0;
  pointer-events: none;
}
.form-submit .success-active {
  opacity: 1;
  pointer-events: all;
}
.form-submit .loader {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.form-submit .submit {
  border: 2px solid black;
  cursor: pointer;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  background: transparent;
  transition: 0.2s all;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}
.form-flex {
  display: flex;
  flex-wrap: wrap;
}
.form-flex .input-container {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.form-flex .input-container .input-error {
  position: absolute;
  font-size: 0.75rem;
  top: calc(100% + 5px);
  color: red;
  left: 4px;
  opacity: 0;
  transition: 0.2s all;
}
.form-flex .input-container .input-error-active {
  opacity: 1;
}
.form-flex .input-container label {
  font-size: 0.813rem;
  padding-left: 5px;
  color: #070f1a;
  padding-top: 5px;
}
.form-flex .input-container .input {
  margin-top: 5px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #f2f4f8;
  height: 50px;
  font-size: 16px;
  text-indent: 10px;
  transition: 0.2s all;
}
.form-flex .input-container .input:focus {
  border: 2px solid #002e63;
}
.form-flex .input-container .input::placeholder {
  opacity: 0.6;
}
.form-flex .input-container .textarea {
  height: 150px;
  resize: none;
  padding-top: 10px;
}
.form-flex .upload-container-flex {
  display: flex;
  align-items: center;
}
.form-flex .upload-container-flex label {
  padding-top: 0px;
}
.form-flex .upload-container-trigger {
  display: flex;
}
.form-flex .upload-container-trigger .img {
  width: 12px;
  height: 12px;
  align-items: center;
  margin-right: 3px;
  margin-bottom: 4px;
}
.form-flex .upload-container-trigger .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-flex .upload-container-file {
  font-size: 14px;
}
.form-flex .upload-container-file-name {
  display: none;
  align-items: center;
}
.form-flex .upload-container-file-name-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.form-flex .upload-container-file-clear {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
.form-flex .upload-container-file-clear img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-flex .upload-container label {
  width: 180px;
}
.form-flex .upload-container .input {
  display: none;
  margin-top: 0px;
  border: none;
  height: fit-content;
}

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tags-tag {
  background: #eaeaec;
  margin-bottom: 10px;
  height: 32px;
  padding: 0 18px;
  border-radius: 23px;
  margin-right: 10px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: #9494a3;
}
.tags-tag:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 800px) {
  .tags-tag {
    font-size: 0.75rem;
  }
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .link {
  margin-top: 50px;
}
.section-title {
  color: #fd8274;
  text-transform: uppercase;
  letter-spacing: 0.27rem;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.section-body {
  text-align: center;
  margin-top: 5px;
}
.section-header {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-header p {
  text-align: center;
  color: #1f2631;
  font-weight: 300;
}

.indicator {
  position: absolute;
  top: -70px;
}

.title-h5 {
  color: #fd8274;
  text-transform: uppercase;
  letter-spacing: 0.27rem;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.text {
  margin-bottom: 20px;
}
.text:last-child {
  margin-bottom: 0px;
}

.title-h4 {
  font-size: 1.875rem;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex {
  display: flex;
  align-items: center;
}
.home-services-list{
  flex-basis: 33.33%;
  flex-wrap: wrap;
}
.home-services-list-item{
  margin-bottom: 30px;
}

.grid, .careers-header-content, .home-about, .home-clients-grid {
  max-width: 950px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}

.main-grid, .case-studies-list {
  max-width: 1200px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  color: #070f1a;
}

p,
a,
li,
* {
  font-family: "Poppins", sans-serif;
  color: #070f1a;
}

.text {
  font-size: 1.25rem;
}

.other-works-btn {
  padding: 0px 40px 0px 30px;
  height: 50px;
  align-items: center;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 30px;
}
.other-works-btn figure {
  transition: 0.2s all;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.other-works-btn-link {
  position: relative;
  color: #070f1a;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.other-works-btn-arrow {
  position: relative;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fd8373;
  border-bottom: 2px solid #fd8373;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: 0.2s all;
}
.other-works-btn:hover .other-works-btn-arrow {
  transform: translate(10px) rotate(-45deg);
}
.other-works-btn:hover figure {
  width: 100%;
  border-radius: 0px;
}

.link {
  height: 50px;
  letter-spacing: 2px;
  font-size: 12px;
  border-radius: 50px;
  background: #ffa185;
  transition: 0.2s all;
}
.link a {
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 30px;
  height: 100%;
  font-weight: 600;
  text-decoration: none;
}
.link:hover {
  background: #fd8274;
}

.back-btn {
  display: flex;
  align-items: center;
}
.back-btn a {
  margin-left: 5px;
  text-decoration: none;
  font-size: 0.813rem;
}
.back-btn-arrow {
  width: 8px;
  height: 8px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(-45deg);
  transition: 0.2s all;
  position: relative;
}
.back-btn:hover .back-btn-arrow {
  transform: translate(-6px, 0) rotate(-45deg);
}

.contact-link-active, .navbar-active .contact-link, .contact-link:hover {
  color: white;
  background: #002e63;
  border: solid 2px #002e63;
}
.contact-link-active a, .navbar-active .contact-link a, .contact-link:hover a {
  color: white;
}
.contact{
  margin-top: 60px;
}
.contact-link {
  height: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background: #40435000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: solid 2px #002e63;
  transition: 0.2s all;
}
.contact-link p {
  width: 100%;
  height: 100%;
}
.contact-link a {
  padding: 0px 35px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 0.75rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #002e63;
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

.socials .img {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.socials .img img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fd8274;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media only screen and (max-width: 800px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-h4 {
    font-size: 1.5rem;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  color: black;
  outline: none;
  user-select: text;
}

button {
  padding: 0px;
  cursor: pointer;
}

button {
  background: transparent;
  cursor: pointer;
  border: none;
}

:root {
  font-size: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", "sans-serif";
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  color: #070f1a;
}

.home-services {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.home-services h3 {
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.063rem;
  font-weight: 500;
}
.home-services-header {
  max-width: 700px;
  width: calc(100% - 100px);
  text-align: center;
}
.home-services-header .text {
  font-size: 1.25rem;
}
.home-services-header p {
  font-size: 20px;
  padding: 0 10px;
}
.home-services-list {
  padding: 35px 30px;
  margin-top: 50px;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #f2f4f8;
  background: white;
  max-width: 1100px;
  align-items: stretch;
}
.home-services-list-item {
  width: calc(33.3333333333% - 10px);
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}

.home-services-list-item-title .img {
  width: auto;
  height: 56px;
  margin-bottom: 14px;
}
.home-services-list-item-title .img img {
  object-position: left;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-services-list-item-title h4 {
  font-size: 20px;
  font-weight: 500;
  color: #404350;
}
.home-services-list-item-body {
  margin-top: 10px;
  flex: 1;
}
.home-services-list-item-body p {
  color: #404350;
  font-weight: 300;
  font-size: 15px;
}

@media only screen and (max-width: 800px) {
  .home-services h3 {
    line-height: 1.4;
    font-size: 28px;
  }
  .home-services-list {
    padding: 20px;
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
  }
  .home-services-list-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .home-services-list-item h6 {
    font-size: 14px;
  }
  .home-services-list-item p {
    font-size: 15px;
  }
  .home-services-list-item:last-child {
    margin-bottom: 0px;
  }
}
.home-clients {
  position: relative;
  z-index: 10;
  background: #f2f4f8;
  margin-left: auto;
  margin-right: auto;
}
.home-clients .text {
  font-weight: 300;
}
.home-clients-top {
  margin-bottom: 20px;
}
.home-clients-grid {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.home-clients-cat-title {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  margin: 1rem 0;
}
.home-clients-list {
  flex-wrap: wrap;
  align-items: flex-start;
}
.home-clients-list-item {
  width: calc(20% - 10px);
  margin-right: 12px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 106px;
  background: white;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  padding: 22.5px 20.5px;
}
.home-clients-list-item:nth-of-type(5n) {
  margin-right: 0px;
}
.home-clients-list-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-clients-list-item:hover {
  box-shadow: -1px 7px 50px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 7px 50px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 7px 50px -10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
  .home-clients-list-item {
    width: calc(33.3333333333% - 7px);
    margin-right: 10px;
  }
  .home-clients-list-item:nth-child(5n) {
    margin-right: 10px;
  }
  .home-clients-list-item:nth-child(4n) {
    margin-right: 10px;
  }
  .home-clients-list-item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .home-clients {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-clients-grid {
    width: 100%;
  }
  .home-clients-list-item {
    width: calc(50% - 7px);
    margin-right: 0px;
    height: 90px;
  }
  .home-clients-list-item:nth-child(5n) {
    margin-right: 0px;
  }
  .home-clients-list-item:nth-child(4n) {
    margin-right: 0px;
  }
  .home-clients-list-item:nth-child(even) {
    margin-left: auto;
  }
  .home-clients-list-item:nth-child(3n) {
    margin-right: 0px;
  }
}
.home-about {
  margin-right: auto;
}
.home-about .section-header {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.home-about-text {
  max-width: 650px;
  text-align: center;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}
.home-about-text .text {
  font-weight: 300;
}
.home-about .images-flex {
  position: relative;
  z-index: 10;
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.home-about .images-flex .img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about .images-flex-1 {
  width: 35%;
  height: 420px;
  display: flex;
  flex-direction: column;
}
.home-about .images-flex-1 .img {
  height: calc(50% - 10px);
}
.home-about .images-flex-1 .img:last-child {
  margin-top: auto;
}
.home-about .images-flex-2 {
  margin-left: auto;
  width: calc(65% - 20px);
  height: 420px;
}
.home-about .images-flex-2 .img {
  height: 100%;
}
.home-about .images-flex-3 {
  margin-top: 20px;
  height: 420px;
}
.home-about .images-flex-3 .img {
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .home-about {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-about .images-flex {
    flex-direction: column;
  }
  .home-about .images-flex-1 {
    width: 100%;
  }
  .home-about .images-flex-2 {
    width: 100%;
    margin-top: 20px;
  }
}
.home-case-studies {
  background: #f2f4f8;
}
.home-case-studies .slide-item-platforms {
  display: flex;
}
.home-case-studies .slide-item-platforms section {
  margin-top: 30px;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-case-studies .slide-item-platforms section img {
  width: 20px;
  margin-right: 10px;
  height: auto;
}
.home-case-studies .slide-item-platforms section p {
  font-size: 14px;
  color: #95979b;
}
.home-case-studies-slider {
  width: 100%;
  height: 100%;
}
.home-case-studies-slider .splide__track,
.home-case-studies-slider .splide__list {
  height: 100%;
  width: 100%;
}
.home-case-studies-slider .splide__slide {
  width: 100%;
}
.home-case-studies-slider .splide__pagination {
  opacity: 0.3;
  bottom: 0px;
}
.home-case-studies-slider .splide__pagination__page {
  background: rgba(34, 34, 34, 0.4);
  width: 10px;
  height: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.home-case-studies-slider .splide__pagination .is-active {
  background: #ff5900;
  transform: scale(1.1);
}
.home-case-studies-slider .splide__arrow {
  display: none;
}
.home-case-studies-slider .splide__slide {
  height: calc(100% - 60px);
  position: relative;
}
.home-case-studies-content {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  height: 620px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.home-case-studies-content .slide-item {
  width: 100%;
  padding-left: 40px;
}
.home-case-studies-content .slide-item-image {
  width: calc(100% - 120px);
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 16px 75px -58px rgba(0, 0, 0, 0.76);
  -webkit-box-shadow: 0px 16px 75px -58px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 0px 16px 75px -58px rgba(0, 0, 0, 0.76);
}
.home-case-studies-content .slide-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-case-studies-content .slide-item-title {
  font-size: 30px;
  font-weight: 700;
  color: #ffa185;
  margin-bottom: 10px;
}
.home-case-studies-content .slide-item-body {
  color: #1f2631;
  font-weight: 300;
  margin-bottom: 20px;
}
.home-case-studies-content .slide-item-box {
  box-shadow: 0px 16px 75px -44px rgba(0, 0, 0, 0.76);
  -webkit-box-shadow: 0px 16px 75px -44px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 0px 16px 75px -44px rgba(0, 0, 0, 0.76);
  width: 36%;
  padding: 30px;
  background: #f2f4f8;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 70px;
}

@media only screen and (max-width: 1300px) {
  .home-case-studies-content {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1100px) {
  .home-case-studies-content {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 800px) {
  .home-case-studies-content {
    width: 100%;
    zoom: 1;
    height: calc(60vw + 400px);
  }
  .home-case-studies-content .slide-item-body {
    text-align: center;
  }
  .home-case-studies-content .slide-item-platforms section {
    margin-top: 10px;
  }
  .home-case-studies-content .slide-item-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    transform: translate(-50%);
    top: calc(60vw - 50px);
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    right: auto;
  }
  .home-case-studies-content .slide-item-box h3 {
    font-size: 1.5rem;
  }
  .home-case-studies-slider .splide__slide {
    padding-left: 0px;
  }
  .home-case-studies-slider .splide__slide .img {
    width: calc(100% - 70px);
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    position: relative;
  }
}
.home-join {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 70px;
  background-image: linear-gradient(135deg, #ea5385, #f8ea74);
}
.home-join .socials {
  margin-top: 20px;
}
.home-join-flex {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  display: flex;
}
.home-join .animation {
  width: 400px;
  height: auto;
}
.home-join-content {
  width: 480px;
  margin-left: auto;
}
.home-join-content .title-h3 {
  margin-bottom: 10px;
  color: white;
  font-size: 1.875rem;
}
.home-join-content p {
  color: white;
  font-weight: 300;
}

@media only screen and (max-width: 1000px) {
  .home-join-content {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .home-join {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .home-join-flex {
    height: auto;
    flex-direction: column;
  }
  .home-join-content {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .home-join-animation {
    width: 100%;
    order: 2;
  }
  .home-join-animation .animation {
    width: 100%;
  }
}
.home-team {
  width: calc(100% - 100px);
}
.home-team-content {
  text-align: center;
}
.home-team-list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  max-width: 950px;
  display: flex;
  flex-wrap: wrap;
}
.home-team-list .home-team-member {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 300px;
  width: calc(33.3333333333% - 14px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.home-team-list .home-team-member:nth-child(3n) {
  margin-right: 0px;
}
.home-team-list .home-team-member .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.home-team-list .home-team-member .img img {
  border-radius: 20px;
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-team-list .home-team-member-content {
  margin-top: auto;
  margin-bottom: 10px;
  background: white;
  padding: 10px 10px 10px 20px;
  position: relative;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}
.home-team-list .home-team-member-content h6 {
  font-size: 14px;
  font-weight: 600;
}
.home-team-list .home-team-member-content p {
  font-size: 12px;
}

@media only screen and (max-width: 800px) {
  .home-team-list {
    margin-top: 40px;
  }
  .home-team-list .home-team-member {
    width: calc(50% - 10px);
    margin-right: 0px;
    height: 50vw;
  }
  .home-team-list .home-team-member-content h6 {
    font-size: 13px;
  }
  .home-team-list .home-team-member-content p {
    font-size: 12px;
  }
  .home-team-list .home-team-member:nth-child(even) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 550px) {
  .home-team {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-team-list {
    margin-top: 0px;
  }
  .home-team-list .home-team-member {
    width: 100%;
    height: 80vw;
    margin-left: 0px;
    min-height: 350px;
  }
}
.contact {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: calc(100% - 30px);
  margin-bottom: 70px;
  padding: 60px 0px 40px 0px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.contact .indicator {
  top: -120px;
}
.contact-flex {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.contact-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2E72D7, #5fe6b8);
  border-radius: 20px;
}
.contact-left {
  position: relative;
}
.contact-left * {
  color: white;
}
.contact-left h2 {
  font-size: 60px;
  letter-spacing: -1.5px;
  font-weight: 500;
  margin-bottom: 40px;
}
.contact-left h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}
.contact-left p {
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-left span {
  display: flex;
  margin-bottom: 20px;
}
.contact-left span p {
  margin-right: 5px;
}
.contact-left span a {
  text-decoration: none;
}
.contact-form {
  box-shadow: -1px 7px 50px -10px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: -1px 7px 50px -10px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px 7px 50px -10px rgba(0, 0, 0, 0.45);
  width: 500px;
  background: white;
  margin-bottom: -110px;
  padding: 50px;
  border-radius: 20px;
}
.contact-form .form-submit .submit {
  border: solid 2px #002e63;
  color: #002e63;
}
.contact-form .form-submit .submit:hover {
  background: #002e63;
  color: white;
}
.contact-form-flex {
  display: flex;
  flex-wrap: wrap;
}
.contact-form-flex .input-container {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.contact-form-flex .input-container label {
  color: #070f1a;
}
.contact-form-flex .input-container .input {
  border: 2px solid #f2f4f8;
  color: #333333;
  font-size: 16px;
}
.contact-form-flex .input-container .input:focus {
  border: 2px solid #002e63;
}
.contact-form-flex .input-container .input::placeholder {
  opacity: 0.6;
}
.contact-form-flex .input-container .textarea {
  height: 150px;
  resize: none;
  padding-top: 10px;
}

@media only screen and (min-width: 800px) {
  .contact .form-flex .input-container:nth-child(1), .contact .form-flex .input-container:nth-child(2) {
    width: calc(50% - 10px);
  }
  .contact .form-flex .input-container:nth-child(2) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 800px) {
  .contact {
    padding-top: 30px;
  }
  .contact-flex {
    flex-direction: column;
  }
  .contact-left h2 {
    font-size: 30px;
  }
  .contact-left h3 {
    font-size: 24px;
  }
  .contact-left p {
    font-size: 14px;
  }
  .contact-form {
    padding: 20px;
    padding-bottom: 40px;
    margin: 0px;
    margin-top: -60px;
    width: 100%;
    bottom: -100px;
  }
  .contact-form .form-submit .submit:hover {
    background: transparent;
    color: #002e63;
  }
}
.home-header {
  height: 100vh;
  background: white;
  padding-top: 220px;
  position: relative;
}
.home-header .contact-link {
  margin-top: 20px;
}
.home-header-img {
  width: 500px;
  position: fixed;
  left: 20px;
  top: 0vh;
}
.home-header .toggle-animation {
  width: 50px;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 3;
  position: absolute;
}
.home-header-background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.home-header-main {
  max-width: 920px;
  width: calc(100% - 50px);
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
.home-header-main-content {
  max-width: 700px;
  width: 100%;
}
.home-header-main-content h1 {
  font-size: 3.75rem;
  font-weight: 500;
}
.home-header-main-content h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.home-header-main-content .text {
  font-weight: 300;
}

@media only screen and (max-width: 800px) {
  .home-header {
    height: auto;
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .home-header .link {
    width: 100%;
  }
  .home-header .toggle-animation {
    display: none;
  }
  .home-header-main-content h1 {
    font-size: 30px;
  }
  .home-header-main-content h2 {
    font-size: 28px;
  }
}
.navbar {
  height: 80px;
  z-index: 99;
  align-items: center;
  background: transparent;
  display: flex;
  align-items: center;
}
.navbar-mobile-contact {
  display: none;
}
.navbar-mobile-overlay {
  display: none;
}
.navbar-mobile-toggle {
  display: none;
}
.navbar-active .navbar-flex {
  background: white;
  box-shadow: -1px 7px 50px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -1px 7px 50px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 7px 50px 0px rgba(0, 0, 0, 0.4);

  /* background: rgba(255,255,255,.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); */
}
.navbar-flex {
  transition: 0.3s all;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 30px;
}
.navbar-hidden .navbar-flex {
  transform: translate(0, -100%);
}
.navbar-navigation {
  justify-content: center;
  flex: 1;
}
.navbar-navigation li{
  position: relative;
}
.quickaction{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.quickaction img{
  opacity: 0.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.zoom-in-out-box {
  animation: zoom-in-zoom-out 1.2s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
.quickaction img:hover{
  opacity: 1;
}

.navbar-navigation li::after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  width: 0px;
  margin: 0 auto;
  border-bottom: 2px solid #070F1A;  
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.navbar-navigation li:hover::after{
  width: 100%;  
}
.navbar-navigation-link {
  margin-right: 20px;
}
.navbar-navigation-link a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.938rem;
  letter-spacing: 0.063rem;
  font-weight: 500;
}
.navbar-navigation-indicator {
  transition: 0.2s all;
  position: absolute;
  bottom: 20px;
  opacity: 0;
  left: 0px;
  width: 100px;
  height: 2px;
  background: #4c4c4c;
}
.navbar-root-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  /* margin-left: 10px; */
  height: 100%;
}
.navbar-logo {
  height: 100%;
  width: 170px;
  display: flex;
  align-items: center;
}
.navbar-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1100px) {
  .navbar {
    height: 60px;
  }
  .navbar-desktop-contact {
    display: none;
  }
  .navbar-root-link {
    left: 20px;
  }
  .navbar-logo {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    transition: 0.2s all;
    border-radius: 50%;
  }
  .navbar-mobile-toggle .img {
    width: 100%;
    height: 100%;
  }
  .navbar-mobile-toggle .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(0.6);
  }
  .navbar-mobile-toggle:hover {
    box-shadow: inset 0 0 0 2px #f2f4f8;
  }
  .navbar-mobile-overlay {
    display: block;
    pointer-events: none;
    background: black;
    opacity: 0;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    transition: 0.15s all;
  }
  .navbar-mobile-active .navbar-navigation {
    transform: translate(0%);
    opacity: 1;
  }
  .navbar-mobile-active .navbar-mobile-overlay {
    opacity: 0.5;
    pointer-events: all;
  }
  .navbar-navigation {
    position: fixed;
    height: 100vh;
    top: 0px;
    right: 0px;
    width: calc(100% - 50px);
    background: white;
    flex-direction: column;
    transform-origin: right;
    transform: translate(100%);
    transition: 0.2s all;
    opacity: 0.5;
  }
  .navbar-navigation-link {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
  }
  .navbar-mobile-contact {
    display: block;
    margin-top: 10px;
  }
  .navbar-mobile-contact .link {
    color: white;
    background: #002e63;
    border: solid 2px #002e63;
  }
  .navbar-mobile-contact .link a {
    color: white;
  }
}
.footer {
  margin-top: auto;
  padding-top: 50px;
  z-index: 99;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.footer-logo {
  filter: brightness(100%);
  width: 100px;
  display: flex;
  margin-bottom: 20px;
}
.footer-logo .img {
  width: 100%;
}
.footer-logo .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .socials a .img {
  background: #f2f4f8;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 2px solid #f2f4f8;
  padding: 20px 10px;
}
.footer-bottom-policy a {
  text-decoration: none;
}
.footer-bottom-policy a:nth-child(1) {
  margin-right: 15px;
}
.footer-bottom a,
.footer-bottom p {
  color: #95979b;
  font-size: 0.75rem;
}

@media only screen and (max-width: 800px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom-policy {
    margin-top: 20px;
  }
  .quickaction{
    display: none;
  }
}
.career-grid, .career-page-grid, .careers-flex {
  width: calc(100% - 150px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.careers-active-navbar {
  background: linear-gradient(135deg, #092442, #0A3667);
}

.careers-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BFC6D2;
  min-height: 400px;
}
.careers-header-content * {
  color: white;
}
.careers-header-content h1 {
  font-size: 60px;
  font-weight: 500;
}
.careers-header-content p {
  font-size: 20px;
}
.careers-flex {
  padding-top: 70px;
}
.careers-list {
  margin-bottom: 30px;
}
.careers-list-title {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}
.careers-list-item {
  border-bottom: 2px solid #eaeaec;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
.careers-list-item:last-child {
  border: 0px;
}
.careers-list-item a {
  padding-right: 30px;
  display: flex;
  text-decoration: none;
  width: 100%;
  justify-content: space-between;
  font-size: 22px;
}
.careers-list-item a h4 {
  width: 60%;
}
.careers-list-item .tags {
  margin-left: auto;
  width: 40%;
  padding-right: 50px;
}
.careers-list-item-arrow {
  width: 15px;
  height: 15px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  position: relative;
  align-self: center;
  transform: rotate(45deg);
}

.career-page {
  padding-top: 130px;
}
.career-page .back-btn {
  margin-bottom: 50px;
}
.career-page-location {
  margin-bottom: 20px;
  font-weight: 500;
}
.career-page-title {
  font-size: 2.3rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
}
.career-page .tags {
  margin-bottom: 30px;
  max-width: 600px;
}
.career-page-flex {
  display: flex;
}
.career-page-body {
  flex: 1;
  padding-right: 80px;
}
.career-page-body * {
  color: black;
}
.career-page-body h2,
.career-page-body h3,
.career-page-body h4,
.career-page-body h5,
.career-page-body h6 {
  margin-bottom: 20px;
}
.career-page-body h3 {
  font-size: 1.375rem;
  font-weight: 600;
}
.career-page-body ul {
  margin-bottom: 20px;
}
.career-page-body ul li {
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1rem;
}
.career-page-body ul li::after {
  position: absolute;
  left: 20px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
  content: "";
}
.career-page-body p {
  font-size: 1rem;
  margin-bottom: 30px;
}
.career-page .form {
  width: 35%;
}
.career-page .form label {
  color: black;
}
.career-page .form-submit {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.career-page .form-submit .submit {
  border-radius: 0px;
  background: #177acd;
  border: 0px;
  color: white;
}
.career-page .form-flex .input-container .input {
  border: 1px solid #dad9d9;
  border-radius: 0px;
  height: 40px;
  font-size: 13px;
  color: black;
}
.career-page .form-flex .input-container .input:focus {
  border: 1px solid black;
}
.career-page .form-title {
  margin-bottom: 20px;
  font-size: 24px;
}

@media only screen and (max-width: 900px) {
  .careers-list-item {
    padding-right: 20px;
  }
  .careers-list-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .careers-list-item a h4 {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .careers-list-item .tags {
    margin-left: 0px;
    width: 100%;
    padding-right: 0px;
  }
  .careers-list-item-arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }

  .career-page .form {
    width: 100%;
    margin-top: 50px;
  }
  .career-page-body {
    padding-right: 0px;
  }
  .career-page-flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  .career-grid, .careers-flex, .career-page-grid {
    width: calc(100% - 45px);
  }

  .careers-list-item a h4 {
    width: 100%;
  }
  .careers-header {
    padding-top: 50px;
  }
  .careers-header-content {
    width: 100%;
    padding: 0px 20px;
  }
  .careers-header-content p {
    font-size: 18px;
  }
  .careers-header-content h1 {
    font-size: 36px;
  }

  .career-page {
    padding-top: 100px;
  }
  .career-page-title {
    font-size: 1.7rem;
  }
  .career-page-body h3 {
    font-size: 1.25rem;
  }
  .career-header-content h1 {
    font-size: 30px;
  }
  .career-header-content p {
    font-size: 14px;
  }
}
.smallTitle {
  display: none !important;
}

.case-studies {
  background: #f2f4f8;
  padding-bottom: 100px;
  padding-top: 100px;
}
.case-studies-project {
  min-height: 450px;
  margin-bottom: 120px;
  background-image: linear-gradient(180deg, #f2f4f8, #fff);
  padding: 50px 80px;
  border-radius: 20px;
  justify-content: space-between;
}
.case-studies-project-image {
  width: 400px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 16px 75px -31px rgba(0, 0, 0, 0.76);
  -webkit-box-shadow: 0px 16px 75px -31px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 0px 16px 75px -31px rgba(0, 0, 0, 0.76);
}
.case-studies-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-studies-project-body {
  flex: 1;
  max-width: 400px;
}
.case-studies-project:nth-child(odd) .case-studies-project-image {
  order: 2;
}
.case-studies-project:nth-child(odd) .case-studies-project-body {
  order: 1;
}

.about {
  padding-top: 100px;
}
.about .home-team {
  width: 100%;
}
.about .home-team .section-title {
  display: none;
}
.about .home-team-list {
  width: 100%;
  max-width: 100%;
}
.about-top-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 80px;
}
.about-title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 70px;
}
.about-grid {
  max-width: 960px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
.about-grid-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.about-grid-section {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
}
.about-grid-section-big {
  width: 65%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.about-grid-section-big .img {
  width: 100%;
  height: 100%;
}
.about-grid-section-big .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-grid-section-small {
  display: flex;
  flex-direction: column;
  width: calc(35% - 20px);
  justify-content: space-between;
}
.about-grid-section-small h5 {
  color: #070f1a;
}
.about-grid-section-small p {
  color: #070f1a;
}
.about-grid-section-small .img {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  height: calc(50% - 10px);
}
.about-grid-section-small .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-grid-section-small-text {
  background: #f2f4f8;
  border-radius: 20px;
  padding: 20px;
}
.about-grid-section-small-text-half {
  height: calc(50% - 10px);
}
.about-grid-section-small-text-full {
  height: 100%;
}
.about-grid-section:nth-child(odd) .about-grid-section-big {
  order: 2;
}
.about-grid-section:nth-child(odd) .about-grid-section-small {
  order: 1;
}
.about-grid-section:nth-of-type(1) {
  height: 400px;
}
.about-grid-section:nth-last-child(2) {
  height: 200px;
}
.about-grid-section:last-of-type {
  margin-bottom: 0px;
}
.about-careers {
  margin-top: 80px;
  max-width: 650px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
.about-careers .careers-list-item {
  padding-bottom: 0px;
  border: 2px solid #f2f4f8;
  padding: 0px 30px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.about-careers .careers-list-item a {
  height: 100%;
  align-items: center;
}
.about-careers .careers-list-item a h4 {
  font-weight: 600;
  font-size: 20px;
}
.about-careers .careers-list-item .tags {
  display: none;
}
.about-careers .careers-list-item-arrow {
  display: none;
}
.about-careers-header {
  text-align: center;
  margin-bottom: 40px;
}
.about-careers-header h3 {
  font-size: 30px;
}
.about-careers-header p {
  font-size: 20px;
  font-weight: 300;
}

.privacy-policy h1 {
  margin: 1.2rem 0 0.6rem;
}
.privacy-policy h2 {
  margin: 0.8rem 0 0.4rem;
}
.privacy-policy h3 {
  margin: 0.6rem 0 0.3rem;
}
.privacy-policy ul {
  list-style: disc;
  padding-inline-start: 40px;
}
.privacy-policy p {
  margin-bottom: 1rem;
}
.privacy-policy .about-grid {
  margin-bottom: 4rem;
  width: calc(100% - 50px);
}

@font-face {
  font-family: flappy bird;
  src: url(/assets/fonts/FB.eot);
  src: url(/assets/fonts/FB.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/FB.woff) format("woff"), url(/assets/fonts/FB.ttf) format("truetype"), url(/assets/fonts/FB.svg#04b_19regular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.flappy {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.flappy-video {
  width: 100%;
}
.flappy-loader {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  zoom: 1.3;
}
.flappy-contact {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  justify-content: center;
}
.flappy-contact-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.flappy-contact-main a {
  text-decoration: none;
}
.flappy-contact-main * {
  color: #353f66;
}
.flappy-contact-main-logo {
  height: 100px;
}
.flappy-contact-main-instagram {
  width: 30px;
  margin-left: 10px;
}
.flappy-contact-main section {
  display: flex;
  align-items: center;
}
.flappy-contact-main p {
  font-weight: 500;
}
.flappy-contact-main strong {
  font-weight: bold;
}
.flappy-contact-main-bottom {
  width: 60%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flappy-contact-main-bottom img {
  width: 100px;
  height: auto;
}
.flappy-contact-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.flappy-contact-content {
  padding: 30px;
  border-radius: 20px;
  background: white;
  position: relative;
  height: fit-content;
  top: 30px;
  max-height: 90vh;
  z-index: 99;
  max-width: 620px;
  width: calc(100% - 20px);
  overflow: auto;
}
.flappy-contact-content-title {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}
.flappy-form .submit {
  background: #353f66;
  border: none;
  color: white;
}

@media only screen and (max-width: 700px) {
  .graphimg{
    max-width: 100%;
  }
  .flappy {
    overflow: hidden;
  }
  .flappy-contact-main-bottom {
    width: 100%;
    justify-content: center;
  }
  .flappy-contact-main-bottom img {
    width: 70px;
  }
  .flappy-contact-main-bottom img:nth-child(1) {
    margin-right: 20vw;
  }
  .flappy-contact-main-logo {
    height: 80px;
  }
  .flappy-contact-content {
    padding-bottom: 30px;
    padding: 20px;
    overflow: auto;
    height: calc(100vh - 120px);
    top: 10px;
  }
  .flappy-contact-content-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.seminars {
  padding-top: 80px;
}
.seminars-header {
  height: 60vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.seminars-header-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.seminars-header-oracle {
  position: relative;
  height: 100px;
  margin-bottom: 50px;
}
.seminars-header-title {
  position: relative;
  font-size: 70px;
  text-shadow: 0px 0px 10px #00e1ff;
  color: white !important;
  width: fit-content;
  font-weight: 600;
}
.seminars-list {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding-top: 60px;
}
.seminars-list-item {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px;
}
.seminars-list-item:last-child {
  margin-bottom: 0px;
}
.seminars-list-item-details {
  flex: 1;
  padding-left: 50px;
}
.seminars-list-item-avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.seminars-list-item-speaker {
  margin-bottom: 5px;
}
.seminars-list-item-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.seminars-list-item-flex {
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}

.seminar-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}
.seminar-page-header {
  height: 60vh;
}
.seminar-page-header img {
  width: 100%;
  height: 100%;
}
.seminar-page * {
  color: #333;
}
.seminar-page-title {
  font-size: 28px;
  line-height: normal;
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
  padding: 0px 40px;
}
.seminar-page-flex {
  max-width: 1000px;
  width: calc(100% - 100px);
  display: flex;
  padding-top: 50px;
  position: sticky;
  top: 100px;
  align-items: flex-start;
}
.seminar-page-left {
  position: sticky;
  top: 100px;
}
.seminar-page-left section {
  margin-bottom: 20px;
}
.seminar-page-left section h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.seminar-page-left section p {
  font-size: 17px;
}
.seminar-page-left-avatar {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.seminar-page-left-link {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.seminar-page-left-link img {
  width: 25px;
  margin-right: 10px;
  margin-bottom: 4px;
}
.seminar-page-left-name {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.seminar-page-right {
  padding-left: 70px;
  flex: 1;
}
.seminar-page-right h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
}
.seminar-page-right h3:first-child {
  margin-top: 0px;
}
.seminar-page-right h5 {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
}
.seminar-page-right p {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
}
.seminar-page-right p:last-of-type {
  margin-bottom: 0px;
}
.seminar-page-right ul li {
  list-style-type: circle;
}

@media only screen and (max-width: 1000px) {
  .seminars-header {
    height: 60vh;
  }
  .seminars-header-oracle {
    height: 60px;
    margin-bottom: 30px;
  }
  .seminars-header-title {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 700px) {
  .seminar-page {
    padding-top: 60px;
  }
  .seminar-page-title {
    font-size: 22px;
    padding: 0px 20px;
  }
  .seminar-page-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    margin-bottom: 30px;
  }
  .seminar-page-left section h3 {
    font-size: 16px;
  }
  .seminar-page-left section p {
    font-size: 15px;
  }
  .seminar-page-right {
    padding-left: 0px;
  }
  .seminar-page-flex {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .seminar-page-flex ul {
    padding-left: 20px;
  }

  .seminars {
    padding-top: 60px;
  }
  .seminars-list-item-details {
    padding-top: 30px;
    text-align: center;
    padding-left: 0px;
  }
  .seminars-list-item-flex {
    flex-direction: column;
  }
}

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

/* ========================================= */
/* $PROCESS SECTION                          */                           
/* ========================================= */
.main-block { padding-top: 60px; }

.secondary-block-spacer { margin-top: 160px; }
.secondary-block
{
	padding-top: 100px;
	padding-bottom: 100px;
}

.main-block__padder               { padding-top: 120px; }

.main-block__sub-padder,
.secondary-block__padder          { padding-top: 30px; }

.main-block__descendant-padder,
.secondary-block__sub-padder      { padding-top: 60px; }
@media (max-width: 991px) 
{
	.main-block 
	{
		padding-top: 120px;
	}

	.secondary-block-spacer { margin-top: 120px; }

	.secondary-block
	{
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.main-block__padder               { padding-top: 80px; }

	.main-block__sub-padder,
	.secondary-block__padder          { padding-top: 60px; }

	.main-block__descendant-padder,
	.secondary-block__sub-padder      { padding-top: 40px; }

	/* inner block spacing */
	.xlg-padder                       { padding-top: 30px; }      
	.lg-padder                        { padding-top: 20px; }      
	.md-padder                        { padding-top: 15px; }      
	.padder                           { padding-top: 10px; }      
	.sm-padder                        { padding-top: 7px; }      
	.xs-padder                        { padding-top: 5px; }
}
@media (max-width: 767px) 
{
	.main-block 
	{
		padding-top: 80px;
	}

	.secondary-block-spacer { margin-top: 80px; }

	.secondary-block
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.main-block__padder               { padding-top: 60px; }

	.main-block__sub-padder,
	.secondary-block__padder          { padding-top: 50px; }

	.main-block__descendant-padder,
	.secondary-block__sub-padder      { padding-top: 30px; }
}

.horizontal-rail
{
	position: relative;
	width: 100%;
	min-height: 1px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px dashed;
	top: 107px;
}

	.horizontal-rail::after,
	.horizontal-rail::before
	{
		content: '';
		position: absolute;
		display: block;
		width: 6px;
		height: 6px;
		top: -3px;
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}

	.horizontal-rail::after  { left: -2px; }
	.horizontal-rail::before { right: -2px; }

.process-list {
   margin-top: -40px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

	.process-list .md-rounded-box 
	{ 
		border: 2px solid #dfdfdf;
		margin-top: 40px;
		/* -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
		        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);  */
	}

	.process-list span
	{
		display: block;
		vertical-align: middle;
		width: 17px;
		height: 17px;
		margin: 17px auto;
		line-height: 17px;
		font-size: 10px;
		-webkit-border-radius: 50%;
		        border-radius: 50%;
            position: relative;
            z-index: 5;
	}

  .bg-image
{ 
	position: relative;
	/* background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	        background-size: cover; */
}

	.overlay
	{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
	}

		.pattern-overlay 
		{ 
			background: url(../images/pattern.png) repeat;       
			opacity: 0.8;
		}

	.overlay + .container { position: relative; }

  .xlg-rounded-box,
.lg-rounded-box,
.md-rounded-box,
.rounded-box,
.sm-rounded-box,
.xs-rounded-box  
{ 
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	-webkit-border-radius: 50%; 
	        border-radius: 50%; 
}

.xlg-rounded-box
{
	width: 240px;
	height: 240px;
	line-height: 240px;
}

.lg-rounded-box
{
	width: 140px;
	height: 140px;
	line-height: 140px;
}

.md-rounded-box
{
	width: 80px;
	height: 80px;
	line-height: 80px; 
  font-size: 30px;
  color: #444;
}
.md-rounded-box i{
  color: #1378F0;
}

.rounded-box
{
	width: 60px;
	height: 60px;
	line-height: 60px; 
}

.sm-rounded-box
{
	width: 40px;
	height: 40px;
	line-height: 40px; 
}

.xs-rounded-box
{
	width: 24px;
	height: 24px;
	line-height: 24px; 
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .process-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .process-list > div{
    flex-basis: 150px;
  }
  .inline-block > span{
    display: none;
  }
  .md-rounded-box{
    margin-bottom: 15px;
  }
  .horizontal-rail{
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.process-list span {
	background-color: #1378F0;
	color: #fff;
}
.normal.lh {
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	
}
.white{
  color: #fff;
}
.process-section{
  position: relative;
  z-index: 5;
}