/* esky-landing fonts size */
/*
* Headers
*/
/*
* Margin auto
*/
.fz-container {
  margin-left: auto;
  margin-right: auto; }

/*
* Section width
*/
.fz-container {
  width: 100%;
  width: calc(100% - 3.2rem); }
  @media screen and (min-width: 576px) {
    .fz-container {
      padding-left: 0;
      padding-right: 0;
      width: calc(100% - 7.4rem); } }
  @media screen and (min-width: 992px) {
    .fz-container {
      width: calc(100% - 14.8rem); } }
  @media screen and (min-width: 1200px) {
    .fz-container {
      width: calc(100% - 25.8rem);
      max-width: 116.6rem; } }
  @media screen and (min-width: 1440px) {
    .fz-container {
      max-width: 144rem; } }

/*
* Reset list
*/
/*
* Image behavior
*/
/*
* Hero, footer
*/
/*
* Footer links
*/
/*
* Separator
*/
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

:root {
  --font-family-base: "Ubuntu", Arial, sans-serif;
  --fz-h1: 10rem;
  --fz-h2: 8rem;
  --fz-h3: 6rem;
  --fz-h4: 4rem;
  --fz-h5: 3rem;
  --fz-h6: 2rem;
  --spacing-sm: 8rem;
  --spacing-md: 10rem;
  --spacing-lg: 15rem; }
  @media (max-width: 991.98px) {
    :root {
      --fz-h1: 8rem;
      --fz-h2: 6rem;
      --fz-h3: 4rem; } }
  @media (max-width: 991.98px) {
    :root {
      --spacing-sm: 4rem;
      --spacing-md: 6rem;
      --spacing-lg: 8rem; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  /* 1 rem = 10 px */
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background: #fff;
  margin: 0; }

::-moz-selection {
  color: #fff;
  background-color: #e1076a; }

::selection {
  color: #fff;
  background-color: #e1076a; }

*:focus {
  outline: none; }

.wp-caption,
embed,
iframe,
img,
object,
video {
  max-width: 100%; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

figure {
  margin: 0 !important; }

h1, h2, h3, h4, h5, h6,
.title--h1, .title--h2, .title--h3, .title--h4, .title--h5, .title--h6 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem; }

h1,
.title--h1,
.fz-title--h1 {
  font-size: var(--fz-h1); }

h2,
.title--h2,
.fz-title--h2 {
  font-size: var(--fz-h2); }

h3,
.title--h3,
.fz-title--h3 {
  font-size: var(--fz-h3); }

h4,
.title--h4,
.fz-title--h4 {
  font-size: var(--fz-h4); }

h5,
.title--h5,
.fz-title--h5 {
  font-size: var(--fz-h5); }

h6,
.title--h6,
.fz-title--h6 {
  font-size: var(--fz-h6); }

p {
  margin: 0 0 2rem; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

hr {
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  background: #000; }

ol,
ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style-position: outside; }
  ol:last-child,
  ul:last-child {
    margin-bottom: 0; }
  ol li,
  ul li {
    line-height: 1.1;
    margin-top: 1rem;
    margin-bottom: 1rem; }

.fz-container .fz-container {
  width: 100%;
  max-width: 100%; }

/*
* Wysiwyg editor styles
*/
.editor-text * {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5; }

.editor-text strong {
  font-weight: 700; }

.editor-text a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: 200ms ease-in-out;
  color: #000; }
  .editor-text a:hover {
    -webkit-text-decoration-color: #000;
            text-decoration-color: #000; }

.fz-text-transform-uppercase {
  text-transform: uppercase; }

/*
* Buttons
*/
.fz-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.8rem 2rem;
  border-radius: 0.9rem;
  text-decoration: none;
  color: #031030;
  transition: 200ms ease-in-out; }
  .fz-button--blue {
    background-color: #0775e1;
    color: #fff; }
    .fz-button--blue:hover {
      background-color: #0f7fee; }

/*
* Inputs
*/
input[type=text],
input[type=email],
input[type=tel] {
  padding: 1.1rem 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #dee2e6;
  border-radius: 0.8rem;
  color: #031030;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5; }

/*
* Section header
*/
.section-header a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: 200ms ease-in-out;
  color: inherit; }
  .section-header a:hover {
    -webkit-text-decoration-color: inherit;
            text-decoration-color: inherit; }

.section-header span {
  color: #0775e1; }

/*
* Temporary wpml style
*/
.otgs-development-site-front-end {
  display: none; }

/*
* Font sizes
*/
.has-tiny-font-size {
  font-size: 1rem !important; }

.has-small-font-size {
  font-size: 1.2rem !important; }

.has-normal-font-size {
  font-size: 1.4rem !important; }

.has-medium-font-size {
  font-size: 1.6rem !important; }

.has-large-font-size {
  font-size: 1.8rem !important; }

.has-huge-font-size {
  font-size: 2rem !important; }

/*
* Font colors
*/
.has-navy-blue-color {
  color: #002071 !important; }

.has-navy-blue-background-color {
  background-color: #002071 !important; }

.has-blue-color {
  color: #0775e1 !important; }

.has-blue-background-color {
  background-color: #0775e1 !important; }

.has-light-blue-color {
  color: #00d2e8 !important; }

.has-light-blue-background-color {
  background-color: #00d2e8 !important; }

.has-pink-color {
  color: #e1076a !important; }

.has-pink-background-color {
  background-color: #e1076a !important; }

.has-white-color {
  color: #ffffff !important; }

.has-white-background-color {
  background-color: #ffffff !important; }

.has-gray-color {
  color: #ddd !important; }

.has-gray-background-color {
  background-color: #ddd !important; }

.has-black-color {
  color: #000 !important; }

.has-black-background-color {
  background-color: #000 !important; }

/*
* Margins
*/
.margin-top--none {
  margin-top: 0rem; }
  @media screen and (min-width: 768px) {
    .margin-top--none {
      margin-top: 0rem; } }

.margin-bottom--none {
  margin-bottom: 0rem; }
  @media screen and (min-width: 768px) {
    .margin-bottom--none {
      margin-bottom: 0rem; } }

.padding-top--none {
  padding-top: 0rem; }
  @media screen and (min-width: 768px) {
    .padding-top--none {
      padding-top: 0rem; } }

.padding-bottom--none {
  padding-bottom: 0rem; }
  @media screen and (min-width: 768px) {
    .padding-bottom--none {
      padding-bottom: 0rem; } }

.margin-top--mini {
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .margin-top--mini {
      margin-top: 2rem; } }

.margin-bottom--mini {
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .margin-bottom--mini {
      margin-bottom: 2rem; } }

.padding-top--mini {
  padding-top: 2rem; }
  @media screen and (min-width: 768px) {
    .padding-top--mini {
      padding-top: 2rem; } }

.padding-bottom--mini {
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .padding-bottom--mini {
      padding-bottom: 2rem; } }

.margin-top--small {
  margin-top: calc(6rem - 2rem); }
  @media screen and (min-width: 768px) {
    .margin-top--small {
      margin-top: 6rem; } }

.margin-bottom--small {
  margin-bottom: calc(6rem - 2rem); }
  @media screen and (min-width: 768px) {
    .margin-bottom--small {
      margin-bottom: 6rem; } }

.padding-top--small {
  padding-top: calc(6rem - 2rem); }
  @media screen and (min-width: 768px) {
    .padding-top--small {
      padding-top: 6rem; } }

.padding-bottom--small {
  padding-bottom: calc(6rem - 2rem); }
  @media screen and (min-width: 768px) {
    .padding-bottom--small {
      padding-bottom: 6rem; } }

.margin-top--medium {
  margin-top: calc(8rem - 2rem); }
  @media screen and (min-width: 768px) {
    .margin-top--medium {
      margin-top: 8rem; } }

.margin-bottom--medium {
  margin-bottom: calc(8rem - 2rem); }
  @media screen and (min-width: 768px) {
    .margin-bottom--medium {
      margin-bottom: 8rem; } }

.padding-top--medium {
  padding-top: calc(8rem - 2rem); }
  @media screen and (min-width: 768px) {
    .padding-top--medium {
      padding-top: 8rem; } }

.padding-bottom--medium {
  padding-bottom: calc(8rem - 2rem); }
  @media screen and (min-width: 768px) {
    .padding-bottom--medium {
      padding-bottom: 8rem; } }

.margin-top--big {
  margin-top: calc(12rem - 2rem); }
  @media screen and (min-width: 768px) {
    .margin-top--big {
      margin-top: 12rem; } }

.margin-bottom--big {
  margin-bottom: calc(12rem - 2rem); }
  @media screen and (min-width: 768px) {
    .margin-bottom--big {
      margin-bottom: 12rem; } }

.padding-top--big {
  padding-top: calc(12rem - 2rem); }
  @media screen and (min-width: 768px) {
    .padding-top--big {
      padding-top: 12rem; } }

.padding-bottom--big {
  padding-bottom: calc(12rem - 2rem); }
  @media screen and (min-width: 768px) {
    .padding-bottom--big {
      padding-bottom: 12rem; } }

main a.aligncenter img {
  display: block;
  margin: 0 auto; }

main a.alignnone {
  display: inline-block; }

main .alignleft {
  float: left;
  text-align: left; }

main .alignright {
  float: right;
  text-align: right; }

main a.alignleft,
main a.alignnone,
main a.alignright {
  max-width: 100%; }

main img.centered,
main .aligncenter,
main .singular-image {
  display: block;
  margin: 0 auto 3rem; }

main img.alignnone,
main .alignnone {
  margin-bottom: 3rem; }

main a.alignleft,
main img.alignleft,
main .wp-caption.alignleft {
  margin: 0 2rem 2rem 0; }

main a.alignright,
main img.alignright,
main .wp-caption.alignright {
  margin: 0 0 2rem 3rem; }

main .wp-block-image {
  margin-bottom: 3rem; }

main .wp-block-gallery {
  margin-bottom: 3rem; }

main .wp-block-quote {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
  border-left: 1px solid #000;
  background: rgba(0, 0, 0, 0.05); }
  main .wp-block-quote cite {
    font-size: 1.6rem; }

main figcaption,
main .gallery-caption,
main .wp-caption-text {
  text-align: left; }

main .entry-content p.wp-caption-text {
  margin-bottom: 0; }

main .entry-content .wp-audio-shortcode,
main .entry-content .wp-playlist,
main .entry-content .wp-video {
  margin: 0 0 3rem; }

.c-button {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: 1.5rem 2rem;
  transition: color 300ms ease-in-out, box-shadow 300ms ease-in-out, background-color 300ms ease-in-out;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  background: #e2076a;
  box-shadow: none; }
  .c-button:hover {
    color: #fff;
    outline: none;
    background: #b10553; }
  .c-button:active, .c-button:focus {
    color: #fff;
    background: #7f043c; }
  .c-button--white {
    color: #000;
    background: #fff; }
    .c-button--white:hover {
      color: #000;
      background: #e6e6e6; }
    .c-button--white:active, .c-button--white:focus {
      color: #000;
      background: #cccccc; }

.content-wrapper__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10; }
  .content-wrapper__button .c-button__arrow {
    background-color: #e1076a;
    display: inline-block;
    position: relative;
    width: 10.5rem;
    height: 10.5rem;
    box-sizing: border-box;
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
    transition: all .2s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: scale(0.75); }
    @media screen and (max-height: 360px) and (orientation: landscape) {
      .content-wrapper__button .c-button__arrow {
        transform: scale(0.75); } }
    @media screen and (min-width: 768px) {
      .content-wrapper__button .c-button__arrow {
        transform: scale(1); } }
    .content-wrapper__button .c-button__arrow img {
      position: absolute;
      top: 54%;
      left: 50%;
      width: 8.7rem;
      height: 5.7rem;
      transform: translate(-50%, -50%);
      background-color: #e1076a; }
    .content-wrapper__button .c-button__arrow:hover {
      transform: translateY(-8px) scale(0.75);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: 420px) {
        .content-wrapper__button .c-button__arrow:hover {
          transform: translateY(-8px) scale(1); } }

.c-video__iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border: 0; }
  .c-video__iframe embed,
  .c-video__iframe iframe,
  .c-video__iframe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page-header {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0; }
  .page-header__inner {
    display: flex;
    align-items: center;
    height: 7.2rem; }
  .page-header__logo .header-logo {
    display: flex;
    margin: 0; }
    .page-header__logo .header-logo img {
      width: auto;
      height: 3.5rem;
      display: inline-block; }

.page-footer {
  padding: 1rem;
  background-color: #010101; }
  .page-footer__inner {
    padding: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 1.3rem; }


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