/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  color: #1e1e1e;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0; }

.top {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #ff5b3f;
  height: 144px; }
  .top .logo {
    position: absolute;
    left: 3%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none; }
    .top .logo__img {
      margin-right: 10px; }
      .top .logo__img img {
        max-width: 100%; }
    .top .logo__text {
      color: #e8e8e8;
      font-size: 1.8vw; }
  .top nav {
    padding-right: 3%;
    font-family: 'Kanit', sans-serif; }
    .top nav ul {
      font-size: 24px;
      letter-spacing: .05em;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .top nav li {
      list-style-type: none;
      margin: 0 0.5em; }
      .top nav li:last-child {
        margin-right: 0; }
    .top nav a {
      line-height: 144px;
      text-decoration: none;
      color: #fff; }
      .top nav a:hover, .top nav a.active {
        color: #fff; }
  @media screen and (max-width: 1600px) {
    .top .logo {
      width: 20.75%; }
      .top .logo__img {
        width: 60.24096%;
        display: inline-block; } }
  @media screen and (max-width: 1366px) {
    .top {
      height: 90px; }
      .top .logo {
        width: 25%; }
      .top nav ul {
        display: none;
        position: absolute;
        z-index: 11;
        top: 90px;
        width: 100%;
        left: 0;
        background-color: rgba(255, 91, 63, 0.9);
        padding: 1em 0; }
        .top nav ul.active {
          display: block; }
      .top nav li {
        display: block;
        text-align: center; }
      .top nav a {
        color: #fff;
        line-height: 3em; } }
  @media screen and (max-width: 600px) {
    .top .logo {
      width: 180px; }
      .top .logo__text {
        font-size: 12px; } }

.hanburger {
  width: 40px;
  height: 30px;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 31;
  display: none;
  overflow: hidden; }
  .hanburger span {
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    background-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .hanburger span:first-child {
      top: 0; }
    .hanburger span:nth-child(2) {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .hanburger span:last-child {
      bottom: 0; }
  .hanburger.active span:first-child {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg); }
  .hanburger.active span:nth-child(2) {
    opacity: 0; }
  .hanburger.active span:last-child {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg); }
  @media screen and (max-width: 1366px) {
    .hanburger {
      display: block; } }

#kv {
  position: relative; }
  #kv .kv__bg {
    width: 100%;
    height: 0;
    padding-top: 49.00938%;
    background-image: url("../images/background/AnchorED-Primary-Banner-bg.jpg");
    background-position: center;
    background-size: cover; }
  #kv .kv__container {
    position: absolute;
    top: 0;
    left: 45%;
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      #kv .kv__container {
        width: 60%;
        left: 30%; } }
  #kv .kv__text {
    color: #fff;
    text-shadow: 0 0 15px #000; }
    #kv .kv__text h2 {
      font-family: 'Saira Extra Condensed', sans-serif;
      letter-spacing: .05em;
      font-weight: 900;
      font-size: 4.1vw;
      text-transform: uppercase;
      margin: 0;
      line-height: 1.2; }
    #kv .kv__text h3 {
      margin: 0;
      font-size: 2vw;
      margin-bottom: 2vw; }
  #kv .kv__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #kv .kv__form span {
      background-color: #09d3d3;
      color: #fff;
      font-family: 'Saira Extra Condensed', sans-serif;
      font-size: 2.5vw;
      padding: 0 .5em;
      width: 31.25%;
      height: 5vw;
      line-height: 5vw; }
    #kv .kv__form input[type="email"] {
      width: 68.75%;
      background-color: #fff;
      border: none;
      padding: 0 .5em;
      height: 5vw;
      line-height: 5vw;
      font-size: 2.5vw;
      color: #d1d1d1; }
      #kv .kv__form input[type="email"]::-webkit-input-placeholder {
        color: #d1d1d1; }
      #kv .kv__form input[type="email"]:-ms-input-placeholder {
        color: #d1d1d1; }
      #kv .kv__form input[type="email"]::-ms-input-placeholder {
        color: #d1d1d1; }
      #kv .kv__form input[type="email"]::placeholder {
        color: #d1d1d1; }

.title {
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-weight: normal; }

.section {
  position: relative; }
  .section__bg {
    width: 100%;
    height: 0;
    background-position: center;
    background-size: cover; }
  .section__container {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .section__title {
    text-align: center;
    margin-bottom: 80px; }
    .section__title .title {
      margin-bottom: .5em; }
    .section__title p {
      font-size: 34px;
      line-height: 1.2;
      font-weight: bold; }
  @media screen and (max-width: 1023px) {
    .section__title {
      margin-bottom: 20px; }
      .section__title .title {
        font-size: 40px; } }
  @media screen and (max-width: 580px) {
    .section__title {
      margin-bottom: 10px; }
      .section__title .title {
        font-size: 30px; } }

#whyAnchorED {
  background-color: #fff;
  height: 894px; }
  #whyAnchorED .section__bg {
    display: none; }
  #whyAnchorED .section__title {
    width: 100%; }
  #whyAnchorED .section__container {
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #whyAnchorED .section__content {
    position: relative; }
  #whyAnchorED .why__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    padding: 0; }
    #whyAnchorED .why__list li {
      width: 20%;
      list-style-type: none;
      text-align: center;
      margin: 0 30px; }
    #whyAnchorED .why__list__img {
      margin-bottom: 50px; }
      #whyAnchorED .why__list__img img {
        max-width: 100%; }
    #whyAnchorED .why__list h3, #whyAnchorED .why__list p {
      margin: 0; }
    #whyAnchorED .why__list h3 {
      margin-bottom: 10px;
      font-size: 32px; }
    #whyAnchorED .why__list p {
      font-size: 24px; }
    @media screen and (max-width: 1199px) {
      #whyAnchorED .why__list {
        margin: 0 2vw; }
        #whyAnchorED .why__list li {
          width: 15vw;
          margin: 0 2vw; } }
    @media screen and (max-width: 1023px) {
      #whyAnchorED .why__list {
        margin: 0;
        display: block;
        width: 100%; }
        #whyAnchorED .why__list li {
          width: 100%;
          padding: 0 20px 20px;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: left;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        #whyAnchorED .why__list__img {
          width: 15vw;
          height: 15vw;
          padding: 0;
          margin-right: 20px;
          margin-bottom: 0;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
        #whyAnchorED .why__list h3 {
          margin-bottom: 0px;
          font-size: 24px; }
        #whyAnchorED .why__list p {
          font-size: 18px;
          line-height: 1.2; } }
    @media screen and (max-width: 580px) {
      #whyAnchorED .why__list__img {
        width: 90px;
        height: 90px; } }
    @media screen and (max-width: 374px) {
      #whyAnchorED .why__list li {
        display: block;
        text-align: center; }
      #whyAnchorED .why__list__img {
        width: 30vw;
        height: 30vw;
        margin: 0 auto 10px; } }
  @media screen and (max-width: 1023px) {
    #whyAnchorED {
      height: auto;
      padding: 40px 0; } }

#upgrade .section__bg {
  padding-top: 38.24909%;
  background-image: url("../images/background/AnchorED-Secondary-Banner-bg.jpg"); }

#upgrade .section__container {
  left: 10%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 580px) {
    #upgrade .section__container {
      left: 5%; } }

#upgrade .section__title .title {
  color: #fff;
  font-size: 2.5vw;
  text-align: left;
  width: 11em; }

#upgrade .section__title span {
  display: block; }
  #upgrade .section__title span.big {
    font-size: 3em; }

#features {
  position: relative;
  height: 894px;
  background-image: url("../images/background/AnchorED-Features-bg.jpg");
  background-size: cover;
  background-position: center center; }
  #features .section__bg {
    display: none; }
  #features .section__container {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center; }
  #features .section__content {
    width: 1166px;
    margin: 0 auto;
    overflow: hidden;
    height: 660px;
    position: relative; }
  #features .section__title {
    width: 100%;
    margin-bottom: 0px; }
  #features .features__list {
    zoom: 1; }
    #features .features__list:before, #features .features__list:after {
      content: "";
      display: table; }
    #features .features__list:after {
      clear: both; }
    #features .features__list__item {
      float: left;
      text-align: center;
      position: relative; }
    #features .features__list__img {
      width: 555px;
      height: 450px;
      margin: 0 auto 45px;
      text-align: center; }
      #features .features__list__img img {
        max-width: 100%;
        max-height: 100%; }
    #features .features__list .title {
      font-size: 44px;
      line-height: 1.2; }
    #features .features__list p {
      font-size: 30px;
      margin-bottom: 1em; }
  @media screen and (max-width: 1199px) {
    #features .section__container {
      position: relative; }
    #features .section__content {
      width: 90%;
      height: auto; }
    #features .features__list__img {
      width: 444px;
      height: 360px;
      margin: 0 auto 25px; }
    #features .features__list .title {
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 0.3em; }
    #features .features__list p {
      font-size: 24px;
      margin-bottom: 1em;
      line-height: 1.2; } }
  @media screen and (max-width: 1023px) {
    #features {
      height: auto;
      padding: 40px 0; } }
  @media screen and (max-width: 580px) {
    #features .features__list__img {
      width: 80vw;
      height: 64vw; } }

#stories {
  background-color: #fff;
  height: 894px; }
  #stories .section__bg {
    display: none; }
  #stories .section__container {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center; }
  #stories .section__title p {
    color: #424242; }
  #stories .stories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
    padding: 0; }
    #stories .stories__list li {
      width: 30%;
      text-align: center;
      list-style-type: none; }
      #stories .stories__list li img {
        max-width: 100%; }
    #stories .stories__list h3, #stories .stories__list p {
      margin: 0; }
    #stories .stories__list h3 {
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 0.5em; }
  #stories .stories__list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
    #stories .stories__list2 li {
      width: 20%;
      text-align: center;
      list-style-type: none; }
      #stories .stories__list2 li img {
        max-width: 100%; }
  @media screen and (max-width: 1366px) {
    #stories {
      height: auto;
      padding: 40px 0; }
      #stories .section__container {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        display: block; }
      #stories .section__title {
        margin-bottom: 40px; }
        #stories .section__title p {
          font-size: 20px; }
      #stories .stories__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 100px;
        padding: 0;
        margin-bottom: 40px; }
      #stories .stories__list2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #stories .stories__list2 li {
          width: 30%;
          margin-bottom: 10px; } }
  @media screen and (max-width: 1023px) {
    #stories .stories__list h3 {
      font-size: 24px; } }
  @media screen and (max-width: 580px) {
    #stories .stories__list {
      display: block; }
      #stories .stories__list li {
        width: 100%; }
    #stories .stories__list2 li {
      width: 45%; } }

#aboutVision {
  color: #fff;
  background-image: url("../images/background/AnchorED-About-bg.jpg");
  background-position: center center;
  background-size: cover;
  height: 974px; }
  #aboutVision .section__bg {
    display: none; }
  #aboutVision .section__title {
    width: 78.125%; }
  #aboutVision .section__container {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #aboutVision .leaders__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1320px; }
    #aboutVision .leaders__list li {
      list-style-type: none;
      width: 30%; }
    #aboutVision .leaders__list__img {
      margin: 0 auto 20px;
      background-color: #a5a5a5;
      width: 313px;
      height: 313px;
      position: relative;
      overflow: hidden; }
      #aboutVision .leaders__list__img img {
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #aboutVision .leaders__list__img.img__portrait img {
        max-width: 100%;
        height: auto; }
      #aboutVision .leaders__list__img.img__landscape img {
        max-height: 100%;
        width: auto; }
    #aboutVision .leaders__list h3 {
      font-size: 36px; }
    #aboutVision .leaders__list h3, #aboutVision .leaders__list p {
      margin: 0; }
    #aboutVision .leaders__list p {
      color: #e8e8e8;
      font-size: 26px;
      line-height: 1.2; }
  @media screen and (max-width: 1366px) {
    #aboutVision {
      height: auto;
      padding: 40px 0; }
      #aboutVision .section__title {
        margin-bottom: 40px;
        text-align: center;
        width: 100%;
        padding: 0 20px; }
        #aboutVision .section__title p {
          font-size: 20px; }
      #aboutVision .section__container {
        display: block; }
      #aboutVision .leaders__list {
        width: 100%;
        margin: 0;
        padding: 0 20px; }
        #aboutVision .leaders__list__img {
          width: 100%;
          height: 0;
          padding-top: 100%; }
        #aboutVision .leaders__list h3 {
          font-size: 24px; }
        #aboutVision .leaders__list p {
          font-size: 18px; } }
  @media screen and (max-width: 1023px) {
    #aboutVision .section__container {
      display: block; }
    #aboutVision .leaders__list {
      display: block; }
      #aboutVision .leaders__list li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px; }
      #aboutVision .leaders__list__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20vw;
        height: 20vw;
        padding-top: 0;
        margin: 0 20px 0 0; } }

#contact {
  background-image: url("../images/background/AnchorED-Contact-bg.jpg");
  height: 959px;
  background-size: cover;
  background-position: center center; }
  #contact .section__bg {
    display: none; }
  #contact .section__container {
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #contact .section__title {
    width: 50%; }
    #contact .section__title .title, #contact .section__title p {
      margin-left: auto;
      margin-right: auto;
      width: 60%;
      text-align: left; }
  #contact .section__content {
    width: 50%; }
  #contact .contact__form {
    width: 90%;
    margin: 0 auto; }
    #contact .contact__form input, #contact .contact__form textarea {
      width: 100%; }
    #contact .contact__form textarea {
      height: 5em; }
    #contact .contact__form__btnSection {
      text-align: right; }
  @media screen and (max-width: 1199px) {
    #contact {
      height: auto;
      padding: 40px 0; }
      #contact .section__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #contact .section__title, #contact .section__content {
        width: 100%; }
      #contact .section__title {
        padding: 0 20px; }
        #contact .section__title .title, #contact .section__title p {
          width: 100%;
          text-align: center; }
        #contact .section__title p {
          font-size: 20px; }
      #contact .contact__form {
        width: 100%;
        margin: 0;
        padding: 0 20px; } }

input[type="text"], input[type="tel"], input[type="email"] {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #606060;
  font-size: 34px;
  color: #424242; }
  @media screen and (max-width: 1199px) {
    input[type="text"], input[type="tel"], input[type="email"] {
      font-size: 20px; } }

textarea {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #606060;
  font-size: 34px;
  color: #424242; }
  @media screen and (max-width: 1199px) {
    textarea {
      font-size: 20px; } }

button.btn {
  background-color: #424242;
  color: #fff;
  padding: .3em .5em;
  font-size: 34px;
  border: none;
  border-radius: .2em; }

@media screen and (max-width: 1199px) {
  button.btn {
    font-size: 20px; } }

footer .company {
  background-color: #ff5b3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 50px;
  font-size: 24px; }
  footer .company__logo {
    margin-right: 20px; }
  footer .company h3 {
    font-size: 34px; }
  footer .company ul {
    margin: 0;
    padding: 0; }
  footer .company li {
    list-style-type: none; }

footer .copyright {
  background-color: #353535;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 21px; }

@media screen and (max-width: 1023px) {
  footer .company {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 30px 20px; }
    footer .company__logo {
      margin-right: 0px;
      margin-bottom: 15px; }
    footer .company h3 {
      font-size: 24px; }
  footer .copyright {
    padding: 1em;
    line-height: 1.2;
    font-size: 16px; } }

@media screen and (max-width: 580px) {
  footer .company__logo {
    height: 50px; }
    footer .company__logo img {
      max-height: 100%;
      width: auto; } }

.slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0 10px; }

.slick-dots li button {
  width: 30px;
  height: 30px;
  padding: 0; }

.slick-dots li button:before {
  width: 30px;
  height: 30px;
  content: '';
  opacity: 1;
  background-color: #fff;
  border: 1px solid #a2a2a4;
  border-radius: 50%; }

.slick-dots li.slick-active button:before {
  background-color: #000; }

@media screen and (max-width: 1023px) {
  .slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 21px;
    height: 21px; } }
