@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;700;900&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  position: relative;
  font-size: 100%;
  font-weight: 400;
  font-family: "Alexandria", sans-serif;
  background: #ffffff;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 16, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.4;
}

/* line 23, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
}

/* line 29, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  color: #ffffff;
  font-weight: 900;
  opacity: 0.1;
}

/* line 36, ../sass/_common.sass */
p {
  margin-bottom: 0;
}

/* line 38, ../sass/_common.sass */
a {
  text-decoration: none;
}
/* line 41, ../sass/_common.sass */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 44, ../sass/_common.sass */
.bg-gradient {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlMzE5MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjBmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(90deg, #2e3192 0%, #0060ff 100%);
  background: -webkit-linear-gradient(90deg, #2e3192 0%, #0060ff 100%);
  background: linear-gradient(0deg, #2e3192 0%, #0060ff 100%);
}

/* line 47, ../sass/_common.sass */
.bg-light-blue {
  background: #42efcc;
}

/* line 49, ../sass/_common.sass */
.bg-blue {
  background: #0060ff;
}

/* line 52, ../sass/_common.sass */
.dark-blue1 {
  color: #0d004c;
}

/* line 55, ../sass/_common.sass */
.hover-dark-blue1:hover, .hover-dark-blue1:focus {
  color: #0d004c;
}

/* line 57, ../sass/_common.sass */
.light-blue {
  color: #42efcc;
}

/* line 59, ../sass/_common.sass */
.blue {
  color: #0060ff;
}

/* line 2, ../sass/components/_feedback-form.sass */
#feedback-form table {
  width: 100%;
}
/* line 6, ../sass/components/_feedback-form.sass */
#feedback-form table tr td {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 11, ../sass/components/_feedback-form.sass */
#feedback-form table tr td input[type=text] {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 100px;
  outline: none;
  font-weight: 300;
  background: none;
  color: #19ceab;
  font-size: 20px;
  padding: 10px 18px;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-form table tr td input[type=text]:-moz-placeholder {
  color: #19ceab;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-form table tr td input[type=text]::-moz-placeholder {
  color: #19ceab;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-form table tr td input[type=text]:-ms-input-placeholder {
  color: #19ceab;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-form table tr td input[type=text]::-webkit-input-placeholder {
  color: #19ceab;
}
/* line 26, ../sass/components/_feedback-form.sass */
#feedback-form table tr td .errorMessage {
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #19ceab;
}
/* line 32, ../sass/components/_feedback-form.sass */
#feedback-form table tr td input[type=submit] {
  border: none;
  background: url(/images/icons/send.png) center center no-repeat;
  height: 45px;
  width: 45px;
  padding: 0;
}
/* line 38, ../sass/components/_feedback-form.sass */
#feedback-form table tr td:first-child {
  padding-left: 0;
  padding-right: 5px;
}
@media (max-width: 991px) {
  /* line 38, ../sass/components/_feedback-form.sass */
  #feedback-form table tr td:first-child {
    display: none;
  }
}
/* line 44, ../sass/components/_feedback-form.sass */
#feedback-form table tr td:last-child {
  padding-left: 5px;
  padding-right: 0;
}
@media (max-width: 991px) {
  /* line 44, ../sass/components/_feedback-form.sass */
  #feedback-form table tr td:last-child {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  /* line 6, ../sass/components/_feedback-form.sass */
  #feedback-form table tr td {
    display: block;
    padding-bottom: 20px;
  }
}

/* line 3, ../sass/partials/_header.sass */
#header {
  padding-top: 18px;
  padding-bottom: 18px;
}
/* line 7, ../sass/partials/_header.sass */
#header .navbar {
  margin-bottom: 0;
}
/* line 11, ../sass/partials/_header.sass */
#header .navbar .navbar-header .navbar-toggle {
  margin-top: -40px;
  margin-bottom: 15px;
}
/* line 15, ../sass/partials/_header.sass */
#header .navbar .navbar-header .navbar-toggle .icon-bar {
  background: #ffffff;
}
/* line 20, ../sass/partials/_header.sass */
#header .navbar #navbar .nav > li > a {
  font-size: 20px;
  font-weight: 300;
  color: #19ceab;
  padding-left: 18px;
  padding-right: 18px;
}
/* line 27, ../sass/partials/_header.sass */
#header .navbar #navbar .nav > li > a:hover, #header .navbar #navbar .nav > li > a:focus {
  background: none;
}
@media (max-width: 767px) {
  /* line 27, ../sass/partials/_header.sass */
  #header .navbar #navbar .nav > li > a:hover, #header .navbar #navbar .nav > li > a:focus {
    background: #ffffff;
    color: #0060ff;
  }
}
@media (max-width: 767px) {
  /* line 20, ../sass/partials/_header.sass */
  #header .navbar #navbar .nav > li > a {
    color: #ffffff;
  }
}
/* line 36, ../sass/partials/_header.sass */
#header .navbar #navbar .nav > li.active > a {
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 36, ../sass/partials/_header.sass */
  #header .navbar #navbar .nav > li.active > a {
    background: #ffffff;
    color: #0060ff;
  }
}
@media (min-width: 768px) {
  /* line 18, ../sass/partials/_header.sass */
  #header .navbar #navbar .nav {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, ../sass/partials/_header.sass */
  #header .navbar #navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/partials/_header.sass */
  #header {
    background: #0060ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 53, ../sass/partials/_header.sass */
#header-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* line 61, ../sass/partials/_header.sass */
#header-sticky-wrapper.is-sticky #header {
  background: #0060ff;
}

/* line 4, ../sass/partials/_footer.sass */
#footer .top {
  padding-top: 40px;
  padding-bottom: 15px;
}
/* line 7, ../sass/partials/_footer.sass */
#footer .bottom {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, ../sass/pages/_index.sass */
  .index-page .section-1 h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  /* line 5, ../sass/pages/_index.sass */
  .index-page .section-1 h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../sass/pages/_index.sass */
  .index-page .section-1 h1 {
    font-size: 30px;
  }
}
/* line 12, ../sass/pages/_index.sass */
.index-page .section-1 .link {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 30px;
  border: 1px solid #ffffff;
  border-radius: 55px;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_index.sass */
  .index-page .section-1 {
    padding-top: 50px;
  }
}
/* line 22, ../sass/pages/_index.sass */
.index-page .section-2 .content {
  padding-top: 110px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1199px) {
  /* line 27, ../sass/pages/_index.sass */
  .index-page .section-3 h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  /* line 27, ../sass/pages/_index.sass */
  .index-page .section-3 h3 {
    font-size: 60px;
    opacity: 0.3;
    line-height: 0.9;
  }
}
@media (max-width: 991px) {
  /* line 34, ../sass/pages/_index.sass */
  .index-page .section-3 .line {
    margin-left: 0 !important;
  }
}

/* line 4, ../sass/pages/_services.sass */
.services-page .section-1 {
  padding-top: 180px;
  padding-bottom: 55px;
}
/* line 8, ../sass/pages/_services.sass */
.services-page .section-1 .right-section {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  aspect-ratio: 1;
}
/* line 15, ../sass/pages/_services.sass */
.services-page .section-1 .right-section table {
  width: 100%;
  height: 100%;
}
/* line 19, ../sass/pages/_services.sass */
.services-page .section-1 .right-section table tr {
  height: 50%;
}
/* line 22, ../sass/pages/_services.sass */
.services-page .section-1 .right-section table tr td {
  width: 50%;
}
/* line 25, ../sass/pages/_services.sass */
.services-page .section-1 .right-section table tr td img {
  height: 100%;
}
/* line 27, ../sass/pages/_services.sass */
.services-page .section-1 .right-section table tr td .decoration-1,
.services-page .section-1 .right-section table tr td .decoration-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 33, ../sass/pages/_services.sass */
.services-page .section-1 .right-section table tr td .decoration-1 div,
.services-page .section-1 .right-section table tr td .decoration-2 div {
  width: 200%;
  height: 100%;
}
/* line 37, ../sass/pages/_services.sass */
.services-page .section-1 .right-section table tr td .decoration-1 div {
  background: #158de3;
  transform-origin: bottom left;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 42, ../sass/pages/_services.sass */
.services-page .section-1 .right-section table tr td .decoration-2 div {
  background: #19ceab;
  transform-origin: top center;
  -moz-transform: rotate(-45deg) translateX(-50%);
  -ms-transform: rotate(-45deg) translateX(-50%);
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_services.sass */
  .services-page .section-1 {
    padding-top: 50px;
  }
}
/* line 48, ../sass/pages/_services.sass */
.services-page .why {
  padding: 85px 45px 100px;
}
@media (max-width: 767px) {
  /* line 48, ../sass/pages/_services.sass */
  .services-page .why {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 5, ../sass/pages/_contact.sass */
.contact-page .section-1 .row {
  padding-top: 180px;
  padding-bottom: 140px;
  background: url(/images/pages/contact/map.png?2) right 50px bottom 160px no-repeat;
}
@media (max-width: 991px) {
  /* line 5, ../sass/pages/_contact.sass */
  .contact-page .section-1 .row {
    padding-bottom: 540px;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  /* line 5, ../sass/pages/_contact.sass */
  .contact-page .section-1 .row {
    padding-top: 50px;
  }
}
/* line 17, ../sass/pages/_contact.sass */
.contact-page #contact-form .topic-wrapper a {
  color: #19ceab;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 5px 0;
  width: 270px;
}
/* line 27, ../sass/pages/_contact.sass */
.contact-page #contact-form .topic-wrapper a:hover, .contact-page #contact-form .topic-wrapper a:focus {
  text-decoration: none;
}
/* line 29, ../sass/pages/_contact.sass */
.contact-page #contact-form .topic-wrapper a.active {
  color: #ffffff;
  background: #19ceab;
  border-color: #19ceab;
}
/* line 33, ../sass/pages/_contact.sass */
.contact-page #contact-form .topic-wrapper a:nth-child(2) {
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 991px) {
  /* line 17, ../sass/pages/_contact.sass */
  .contact-page #contact-form .topic-wrapper a {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 25px;
  }
}
/* line 41, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text],
.contact-page #contact-form textarea {
  width: 100%;
  border: none;
  outline: none;
  font-weight: 300;
}
/* line 47, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text] {
  background: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form input[type=text]:-moz-placeholder {
  color: #ffffff;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form input[type=text]::-moz-placeholder {
  color: #ffffff;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 54, ../sass/pages/_contact.sass */
.contact-page #contact-form textarea {
  color: #158de3;
  border: none;
  width: 100%;
  outline: none;
  font-weight: 300;
  padding: 14px 14px;
  height: 110px;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form textarea:-moz-placeholder {
  color: #158de3;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form textarea::-moz-placeholder {
  color: #158de3;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form textarea:-ms-input-placeholder {
  color: #158de3;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form textarea::-webkit-input-placeholder {
  color: #158de3;
}
/* line 65, ../sass/pages/_contact.sass */
.contact-page #contact-form .errorMessage {
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #19ceab;
}
/* line 71, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  vertical-align: text-bottom;
  margin-right: 5px;
  outline: none;
}
/* line 81, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=checkbox]:checked {
  background: #19ceab;
}
/* line 83, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: 30px;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-weight: 300;
  padding-right: 50px;
  background: url(/images/icons/send.png) right center no-repeat;
  height: 45px;
  width: 140px;
  padding-left: 0;
}
