/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

ver {
  ver: "0 0.1-0.76908";
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

p {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

a {
  text-decoration: none;
}

html {
  font-size: 16px;
}

body {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.87);
  background-color: #eeeeee;
  overflow-x: hidden;
}

.btn {
  padding: 0 .75rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: inherit;
  min-width: 0;
  min-height: 36px;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: inherit;
  border: 1px solid;
  border-color: transparent;
  color: currentColor;
  background-color: transparent;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.btn-primary {
  color: white;
  background-color: #166c73;
}

.btn-secondary {
  color: white;
  background-color: #f5a623;
}

.btn-primary-outline {
  color: #166c73;
  background-color: inherit;
  border: 2px solid #166c73;
}

.btn-secondary-outline {
  color: #f5a623;
  background-color: inherit;
  border: 2px solid #f5a623;
}

.btn-fullradius {
  border-radius: 100px;
}

.btn-large {
  font-weight: bold;
  font-size: 16px;
}

.text-white {
  color: white;
}

.text-grey {
  color: #616161;
}

.text-primary {
  color: #166c73;
}

@font-face {
  font-family: "LTe50011";
  src: url("../common/fonts/LTe50011.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.text-bold {
  font-weight: bold;
}

.title-primary {
  color: #166c73;
  font-size: 28px;
  font-family: LTe50011;
  font-weight: normal;
  margin: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../common/fonts/icomoon.ttf?ljyhmq") format("truetype"), url("../common/fonts/icomoon.woff?ljyhmq") format("woff");
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-copyright:before {
  content: "\f1f9";
}

.dropdown {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: inherit;
  min-width: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
  color: inherit;
  background-color: inherit;
  border-radius: 4px;
}

.dropdown__container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  min-width: 100%;
  margin: .25rem 0;
  color: rgba(0, 0, 0, 0.87);
  background-color: #eeeeee;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.54);
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.54);
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
}

.dropdown.is-open .dropdown__container {
  visibility: visible;
  opacity: 1;
}

.dropdown-default {
  color: rgba(0, 0, 0, 0.87);
}

.dropdown-default > .btn {
  border-color: currentColor;
}

.dropdown--up {
  position: absolute;
  z-index: 99;
  top: inherit;
  bottom: 100%;
}

.dropdown--up-right {
  position: absolute;
  z-index: 99;
  top: inherit;
  bottom: 100%;
  left: auto;
  right: 0;
}

.dropdown--right {
  position: absolute;
  z-index: 99;
  top: 100%;
  bottom: inherit;
  left: auto;
  right: 0;
}

.dropdown + .icon,
.dropdown + .text,
.dropdown + .btn,
.dropdown + .badge,
.dropdown + .dropdown {
  margin-left: .5rem;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d9ecff;
  border-bottom: 1px solid #bdbdbd;
  position: fixed;
  z-index: 100;
}

.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
}

.header__logo img {
  vertical-align: top;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__nav-item {
  height: 45px;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__nav-item.is-selected:before {
  content: "";
  display: block;
  background-color: #166c73;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.header__nav-item.is-selected a {
  color: #166c73;
}

.header__account {
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #cdcdcd;
}

.footer__main {
  width: 1024px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copyright {
  width: 140px;
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.index__top {
  background: #79bcff;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #79bcff 0%, #4da6ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #79bcff 0%, #4da6ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #79bcff 0%, #4da6ff 100%);
  background: -o-linear-gradient(315deg, #79bcff 0%, #4da6ff 100%);
  background: linear-gradient(135deg, #79bcff 0%, #4da6ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79bcff', endColorstr='#4da6ff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 46px;
}

.index__top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1024px;
  height: 460px;
  padding: 2rem 0;
}

.index__top-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 0;
}

.index__top-item:nth-child(2) {
  margin-top: 20px;
}

.index__top-item:nth-child(4) {
  margin-top: 50px;
}

.index__top-item span {
  text-align: center;
}

.index__top-title {
  color: white;
  font-size: 28px;
  font-family: LTe50011;
  font-weight: lighter;
  margin: 0;
}

.index__btn-container {
  width: 230px;
  margin: 0 20px;
}

.index__ad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 300px;
  background-size: 1920px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.index__ad-container {
  width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index__ad1 {
  background-image: url("./img/index_ad1-bg.jpg");
}

.index__ad1 .index__ad-img {
  margin-bottom: -80px;
}

.index__ad1 img {
  width: 570px;
}

.index__ad2 {
  background-image: url("./img/index_ad2-bg.jpg");
  background-position-y: -480px;
}

.index__ad2 img {
  width: 415px;
}

.index__ad2 .index__ad-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.index__ad2 .index__ad-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: -32px;
}

.index__ad3 {
  background-image: url("./img/index_ad3-bg.jpg");
  background-position-y: -240px;
}

.index__ad3 img {
  width: 210px;
}

.index__ad3 .index__ad-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: -170px;
}

.index__ad-img {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.index__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index__bottom-container {
  height: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index__bottom-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 0;
}

.index__bottom-item span {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .index__ad-container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .index__ad-container {
    padding: 0 50px;
  }
}

.header__nav-item a {
  position: relative;
}

.header__nav-item a:hover {
  color: #166c73;
}

.header__nav-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #166c73;
  top: -6px;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
}

.header__nav-item a:hover:after {
  opacity: 1;
}

/*.header__nav-item:nth-child(n+2) a:before {
  content: "Coming soon";
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #d1e3e4;
  line-height: 16px;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
  color: #166c73;
}*/

.header__nav-item:nth-child(n+2) a:hover:before {
  opacity: 1;
}

.header__nav-item:nth-child(3) a:before {
  top: 8px;
}

.header__account-item a {
  position: relative;
}

.header__account-item a:before {
  content: "Coming soon";
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #d1e3e4;
  line-height: 16px;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
  color: #166c73;
}

.header__account-item a:hover:before {
  opacity: 1;
}

.footer__nav-item:nth-child(1) a:hover {
  color: #166c73;
}

.footer__nav-item:nth-child(2) a {
  position: relative;
  width: 150px;
}

.footer__nav-item:nth-child(2) a:before {
  content: "Coming soon";
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  top: 8px;
  left: 0;
  opacity: 0;
  line-height: 16px;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
  color: #166c73;
}

.footer__nav-item:nth-child(2) a:hover span {
  text-indent: -99999px;
}

.footer__nav-item:nth-child(2) a:hover:before {
  opacity: 1;
}

.footer__nav-item:nth-child(3) a {
  cursor: default;
}

.index__btn-container a {
  position: relative;
}

.index__btn-container a:before {
  content: "Coming soon";
  text-align: center;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: transparent;
  line-height: 16px;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
  color: inherit;
}

.index__btn-container a:hover span {
  text-indent: -99999px;
}

.index__btn-container a:hover:before {
  opacity: 1;
}

.text {
  width: inherit;
  text-align: inherit;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.btn .icon {
  margin-left: .25rem;
}

.aboutus {
  min-height: calc( 100vh - 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aboutus__container {
  width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aboutus__text {
  margin-top: -15%;
}

.aboutus__text-container {
  width: 600px;
}

.aboutus__text-container h2 {
  margin: 0;
  font-family: LTe50011;
  font-size: 40px;
  color: #166c73;
  font-weight: lighter;
}

.aboutus__text-container p {
  padding: 10px 0;
}

.aboutus__text-container:nth-child(n+2) {
  padding: 20px 0;
}

.logoName {
    line-height: 50px;
    font-size: 20px;
    vertical-align: text-bottom;
    font-weight: 700;
    color: darkslateblue;
}
/*# sourceMappingURL=main.css.map */