/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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;
}

button {
  border: none;
  outline: none;
}

@font-face {
  font-family: 'icons';
  src: url("../font/icons.eot?nssjvl");
  src: url("../font/icons.eot?nssjvl#iefix") format("embedded-opentype"), url("../font/icons.ttf?nssjvl") format("truetype"), url("../font/icons.woff?nssjvl") format("woff"), url("../font/icons.svg?nssjvl#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dtac';
  src: url("../font/dtacRegular_0.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dtac';
  src: url("../font/dtacBold_0.ttf");
  font-weight: bold;
}

/* Gutter */
/* Breakpoints */
/* COLOR */
.col.center {
  text-align: center;
}

.span-1 {
  width: 8.33333%;
}

.span-2 {
  width: 16.66667%;
}

.span-3 {
  width: 25%;
}

.span-4 {
  width: 33.33333%;
}

.span-5 {
  width: 41.66667%;
}

.span-6 {
  width: 50%;
}

.span-7 {
  width: 58.33333%;
}

.span-8 {
  width: 66.66667%;
}

.span-9 {
  width: 75%;
}

.span-10 {
  width: 83.33333%;
}

.span-11 {
  width: 91.66667%;
}

.span-12 {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .xs-1 {
    width: 8.33333%;
  }
  .xs-2 {
    width: 16.66667%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-4 {
    width: 33.33333%;
  }
  .xs-5 {
    width: 41.66667%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-7 {
    width: 58.33333%;
  }
  .xs-8 {
    width: 66.66667%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-10 {
    width: 83.33333%;
  }
  .xs-11 {
    width: 91.66667%;
  }
  .xs-12 {
    width: 100%;
  }
  .xs-push-1 {
    left: 8.33333%;
  }
  .xs-push-2 {
    left: 16.66667%;
  }
  .xs-push-3 {
    left: 25%;
  }
  .xs-push-4 {
    left: 33.33333%;
  }
  .xs-push-5 {
    left: 41.66667%;
  }
  .xs-push-6 {
    left: 50%;
  }
  .xs-push-7 {
    left: 58.33333%;
  }
  .xs-push-8 {
    left: 66.66667%;
  }
  .xs-push-9 {
    left: 75%;
  }
  .xs-push-10 {
    left: 83.33333%;
  }
  .xs-push-11 {
    left: 91.66667%;
  }
  .xs-push-12 {
    left: 100%;
  }
  .xs-pull-1 {
    right: 8.33333%;
  }
  .xs-pull-2 {
    right: 16.66667%;
  }
  .xs-pull-3 {
    right: 25%;
  }
  .xs-pull-4 {
    right: 33.33333%;
  }
  .xs-pull-5 {
    right: 41.66667%;
  }
  .xs-pull-6 {
    right: 50%;
  }
  .xs-pull-7 {
    right: 58.33333%;
  }
  .xs-pull-8 {
    right: 66.66667%;
  }
  .xs-pull-9 {
    right: 75%;
  }
  .xs-pull-10 {
    right: 83.33333%;
  }
  .xs-pull-11 {
    right: 91.66667%;
  }
  .xs-pull-12 {
    right: 100%;
  }
  .ma-xs-small {
    margin: 5px;
  }
  .mtb-xs-small {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mlr-xs-small {
    margin-left: 5px;
    margin-right: 5px;
  }
  .pa-xs-small {
    padding: 5px;
  }
  .ptb-xs-small {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .plr-xs-small {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ma-xs-medium {
    margin: 10px;
  }
  .mtb-xs-medium {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mlr-xs-medium {
    margin-left: 10px;
    margin-right: 10px;
  }
  .pa-xs-medium {
    padding: 10px;
  }
  .ptb-xs-medium {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .plr-xs-medium {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ma-xs-large {
    margin: 20px;
  }
  .mtb-xs-large {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-xs-large {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-xs-large {
    padding: 20px;
  }
  .ptb-xs-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-xs-large {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__social-title {
    margin-bottom: 5px;
  }
  .media__title {
    height: 66px;
  }
  .sec-image {
    height: 300px;
  }
}

@media screen and (min-width: 480px) {
  .xs-1 {
    width: 8.33333%;
  }
  .xs-2 {
    width: 16.66667%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-4 {
    width: 33.33333%;
  }
  .xs-5 {
    width: 41.66667%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-7 {
    width: 58.33333%;
  }
  .xs-8 {
    width: 66.66667%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-10 {
    width: 83.33333%;
  }
  .xs-11 {
    width: 91.66667%;
  }
  .xs-12 {
    width: 100%;
  }
  .xs-push-1 {
    left: 8.33333%;
  }
  .xs-push-2 {
    left: 16.66667%;
  }
  .xs-push-3 {
    left: 25%;
  }
  .xs-push-4 {
    left: 33.33333%;
  }
  .xs-push-5 {
    left: 41.66667%;
  }
  .xs-push-6 {
    left: 50%;
  }
  .xs-push-7 {
    left: 58.33333%;
  }
  .xs-push-8 {
    left: 66.66667%;
  }
  .xs-push-9 {
    left: 75%;
  }
  .xs-push-10 {
    left: 83.33333%;
  }
  .xs-push-11 {
    left: 91.66667%;
  }
  .xs-push-12 {
    left: 100%;
  }
  .xs-pull-1 {
    right: 8.33333%;
  }
  .xs-pull-2 {
    right: 16.66667%;
  }
  .xs-pull-3 {
    right: 25%;
  }
  .xs-pull-4 {
    right: 33.33333%;
  }
  .xs-pull-5 {
    right: 41.66667%;
  }
  .xs-pull-6 {
    right: 50%;
  }
  .xs-pull-7 {
    right: 58.33333%;
  }
  .xs-pull-8 {
    right: 66.66667%;
  }
  .xs-pull-9 {
    right: 75%;
  }
  .xs-pull-10 {
    right: 83.33333%;
  }
  .xs-pull-11 {
    right: 91.66667%;
  }
  .xs-pull-12 {
    right: 100%;
  }
  .ma-xs-small {
    margin: 5px;
  }
  .mtb-xs-small {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mlr-xs-small {
    margin-left: 5px;
    margin-right: 5px;
  }
  .pa-xs-small {
    padding: 5px;
  }
  .ptb-xs-small {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .plr-xs-small {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ma-xs-medium {
    margin: 10px;
  }
  .mtb-xs-medium {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mlr-xs-medium {
    margin-left: 10px;
    margin-right: 10px;
  }
  .pa-xs-medium {
    padding: 10px;
  }
  .ptb-xs-medium {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .plr-xs-medium {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ma-xs-large {
    margin: 20px;
  }
  .mtb-xs-large {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr-xs-large {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pa-xs-large {
    padding: 20px;
  }
  .ptb-xs-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr-xs-large {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__social-title {
    margin-bottom: 5px;
  }
  .media__title {
    height: 66px;
  }
  .sec-image {
    height: 300px;
  }
}

@media screen and (min-width: 640px) {
  .sm-1 {
    width: 8.33333%;
  }
  .sm-2 {
    width: 16.66667%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-4 {
    width: 33.33333%;
  }
  .sm-5 {
    width: 41.66667%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-7 {
    width: 58.33333%;
  }
  .sm-8 {
    width: 66.66667%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-10 {
    width: 83.33333%;
  }
  .sm-11 {
    width: 91.66667%;
  }
  .sm-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .md-1 {
    width: 8.33333%;
  }
  .md-2 {
    width: 16.66667%;
  }
  .md-3 {
    width: 25%;
  }
  .md-4 {
    width: 33.33333%;
  }
  .md-5 {
    width: 41.66667%;
  }
  .md-6 {
    width: 50%;
  }
  .md-7 {
    width: 58.33333%;
  }
  .md-8 {
    width: 66.66667%;
  }
  .md-9 {
    width: 75%;
  }
  .md-10 {
    width: 83.33333%;
  }
  .md-11 {
    width: 91.66667%;
  }
  .md-12 {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .lg-1 {
    width: 8.33333%;
  }
  .lg-2 {
    width: 16.66667%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-4 {
    width: 33.33333%;
  }
  .lg-5 {
    width: 41.66667%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-7 {
    width: 58.33333%;
  }
  .lg-8 {
    width: 66.66667%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-10 {
    width: 83.33333%;
  }
  .lg-11 {
    width: 91.66667%;
  }
  .lg-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .xl-1 {
    width: 8.33333%;
  }
  .xl-2 {
    width: 16.66667%;
  }
  .xl-3 {
    width: 25%;
  }
  .xl-4 {
    width: 33.33333%;
  }
  .xl-5 {
    width: 41.66667%;
  }
  .xl-6 {
    width: 50%;
  }
  .xl-7 {
    width: 58.33333%;
  }
  .xl-8 {
    width: 66.66667%;
  }
  .xl-9 {
    width: 75%;
  }
  .xl-10 {
    width: 83.33333%;
  }
  .xl-11 {
    width: 91.66667%;
  }
  .xl-12 {
    width: 100%;
  }
}

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

html {
  font-size: 62.5%;
}
/*
body {
  font-family: "heaventlight", tahoma, Helvetica;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "heaventlight", tahoma, Helvetica;
  line-height: 1.4;
  color: #434343;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f5f5;
}
*/

body {
  font-family: "dtac";
  font-size: 16px;
  font-size: 1.6rem;
  color: #434343;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f5f5;
}


@media screen and (max-width: 767px) {
  body {
    height: 100vh;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: 990px;
  }
}

input, select, textarea {
  font-family: "heaventlight", tahoma, Helvetica;
}

a {
  color: #434343;
  text-decoration: none;
}

*:focus {
  outline: none;
}

strong {
  font-weight: 400;
}

button {
  cursor: pointer;
}

.textreplacement {
  display: block;
  display: inline-block;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.icon {
  font-family: 'icons';
  display: inline-block;
  vertical-align: middle;
}

.imgblock {
  width: 100%;
  display: block;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 54px;
  height: 54px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.9);
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  left: 20px;
}

.slick-prev {
  left: 5%;
}

.slick-prev:before {
  content: "";
  background: url(../img/icon-arrow-prev.png) no-repeat center center;
}

.slick-next {
  right: 5%;
}

.slick-next:before {
  content: "";
  background: url(../img/icon-arrow-next.png) no-repeat center;
}

.slick-dots {
  position: absolute;
  bottom: 45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button {
  display: block;
  width: 12px;
  height: 12px;
  padding: o;
  cursor: pointer;
  outline: none;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
}

.btn {
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.2s ease;
}

.btn--more {
  border: solid 1px #19AAF8;
  border-radius: 25px;
  color: #1A1A1A;
  text-align: center;
  min-width: 200px;
  height: 40px;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../img/icon_download.png) no-repeat 35px center;
  background-size: 25px;
  padding-left: 25px;
  margin: auto;
}

.btn--more:hover {
  background-color: #95d8fc;
  border: solid 1px #7ccffb;
}

.btn--gradiant {
  width: 100%;
  max-width: 320px;
  height: 60px;
  line-height: 55px;
  margin: 20px auto;
  box-shadow: 2px 2px 4px rgba(120, 120, 120, 0.5);
  background: #771771;
  background: -moz-linear-gradient(left, #771771 0%, #fe2c79 100%);
  background: -webkit-linear-gradient(left, #771771 0%, #fe2c79 100%);
  background: linear-gradient(to right, #771771 0%, #fe2c79 100%);
}

.btn--gradiant:hover {
  background: #771771;
}

.btn--blue {
/*  background: #19AAF8; */
  background: linear-gradient(to right, #227ed0 0%, #71ccfd 100%);
  height: 60px;
  line-height: 56px;
  width: 100%;
  max-width: 240px;
  box-shadow: 2px 2px 4px rgba(120, 120, 120, 0.5);
}

.btn--blue:hover {
  background: #4abcfa;
}

.title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #1A1A1A;
}

@media screen and (min-width: 768px) {
  .title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.title--main {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .title--main {
    margin-bottom: 60px;
  }
}

.title--main span {
  display: inline-block;
  position: relative;
  background: #f5f5f5;
  padding: 0 15px;
  z-index: 1;
}

.title--main:after {
  content: "";
  display: inline-block;
  background-color: #d4d4d4;
  width: 40%;
  height: 1px;
  position: absolute;
  top: 20px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .title--main:after {
    top: 25px;
  }
}

.title--main:before {
  content: "";
  display: inline-block;
  background-color: #d4d4d4;
  width: 40%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .title--main:before {
    top: 25px;
  }
}

.receipt {
  font-size: 16px;
  font-size: 1.6rem;
}

.receipt:before, .receipt:after {
  content: " ";
  display: table;
}

.receipt:after {
  clear: both;
}

.receipt__list {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #d4d4d4;
}

.receipt__list:before, .receipt__list:after {
  content: " ";
  display: table;
}

.receipt__list:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .receipt__list {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .receipt__list--one {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: solid 1px #d4d4d4;
  }
  .receipt__list--one:before, .receipt__list--one:after {
    content: " ";
    display: table;
  }
  .receipt__list--one:after {
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  .receipt__list--one {
    width: 70%;
    float: left;
    position: relative;
  }
}

@media screen and (min-width: 980px) {
  .receipt__list--one {
    width: 75%;
  }
}

.receipt__list--one strong, .receipt__list--one span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .receipt__list--one strong, .receipt__list--one span {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .receipt__list--one strong {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .receipt__list--one strong {
    width: 20%;
  }
  .receipt__list--one strong.txt-right {
    text-align: left;
  }
}

.receipt__list--one span {
  color: #767676;
}

@media screen and (max-width: 767px) {
  .receipt__list--one span {
    font-size: 0.8em;
    margin-bottom: 10px;
  }

  .receipt__list--one span.code {
    clear: left;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .receipt__list--one span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .receipt__list--one span.code {
    width: 40%;
  }
}

@media screen and (min-width: 980px) {
  .receipt__list--one span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.receipt__list--one small {
  display: block;
  font-size: 0.85em;
}

@media screen and (min-width: 768px) {
  .receipt__list--one small {
    position: absolute;
    left: 0;
    top: 20px;
  }
}

.receipt__list--one .prize {
  color: #19AAF8;
}

@media screen and (min-width: 768px) {
  .receipt__list--two {
    width: 30%;
    float: right;
  }
  .receipt__list--two .btn--more {
    float: right;
  }
}

@media screen and (min-width: 980px) {
  .receipt__list--two {
    width: 25%;
  }
}

.email-info {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: solid 1px #d4d4d4;
}

.email-info:before, .email-info:after {
  content: " ";
  display: table;
}

.email-info:after {
  clear: both;
}

.email-info span {
  color: #767676;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  position: relative;
  top: 6px;
}

@media screen and (min-width: 768px) {
  .email-info span {
    top: 16px;
  }
}

.email-info strong {
  color: #1A1A1A;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .email-info strong {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .email-info strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.email-info .btn {
  float: right;
}

@media screen and (max-width: 767px) {
  .email-info .btn {
    max-width: 95px;
  }
}

@media screen and (max-width: 374px) {
  .email-info .btn {
    max-width: 100%;
    margin-top: 20px;
  }
}

.header {
  background-color: #fff;
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}

.header .wrapper {
  position: relative;
  z-index: 2;
  background-image: url(../img/bg_head.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .header .wrapper {
    background-position: -60px center;
    background-size: auto;
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .header .wrapper {
    height: 90px;
  }
}

.header .wrapper:before {
  content: "";
  background-color: #19AAF8;
  height: 90px;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}

.header__logo {
  background: url(../img/logo_dtac.png) no-repeat right center;
  background-size: 100%;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 82px;
    height: 41px;
    top: 11px;
  }
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 120px;
    height: 80px;
    top: 6px;
  }
}

.footer__top {
  background-color: #004968;
  color: #fff;
  height: 45px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 9px;
}

.footer__top a {
  color: #fff;
}

.footer__top i {
  font-size: 0.4em;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

@media screen and (min-width: 980px) {
  .footer__top {
    display: none;
  }
}

.footer__copy {
  background: #0f67b4;
  color: #fff;
  height: 55px;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 18px;
}

.main {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .main {
    padding-top: 60px;
  }
}

.txt-left {
  text-align: left;
}

@media screen and (min-width: 824px){
  .channel_desc {
    text-align: left;
    overflow: visible;
    max-width: 28%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 823px){
  .channel_desc {
    text-align: left;
    overflow: initial;
    max-width: 20%;
    white-space: normal;
    text-overflow: unset;
  }
}
@media screen and (max-width: 767px){
  .channel_desc {
    float: right !important;
    text-align: right;
    overflow: hidden;
    max-width: 40%;
    white-space: normal;
    text-overflow: ellipsis;
  }
}

.txt-right {
  text-align: right;
}
.txt-center{
	text-align: center;
}
.txt-red {
  color: #D0021B;
}

.txt-blue {
  color: #19AAF8;
}

.otp {
  height: 100vh;
}

.otp__main {
  padding: 20px;
  height: calc(100% - 160px);
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.otp__box {
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #d4d4d4;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .otp__box {
    width: 630px;
    padding: 40px 0 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 359px) {
  .otp__box {
    padding: 15px;
  }
  .otp__box .btn--gradiant {
    margin-top: 10px;
  }
}

.otp__box > * {
  margin-bottom: 20px;
}

.otp__box h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  color: red;
}

@media screen and (min-width: 768px) {
  .otp__box h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

.otp__box p.txt-left {
  margin-bottom: 20px;
}

.otp__box span {
  display: inline-block;
}

.otp__box small {
  font-size: 0.8em;
}

.otp__box .btn {
  max-width: 245px;
}

.otp__wrap {
  max-width: 320px;
  margin: auto;
}

.otp__put label {
  display: block;
  margin-bottom: 5px;
}

.otp__put ul {
  margin-left: -5px;
  margin-right: -5px;
}

.otp__put ul:before, .otp__put ul:after {
  content: " ";
  display: table;
}

.otp__put ul:after {
  clear: both;
}

.otp__put ul li {
  width: 25%;
  display: inline-block;
  padding: 13px 5px;
  float: left;
}

.otp__put ul li input {
  width: 100%;
  height: 60px;
  font-size: 30px;
  border-radius: 4px;
  background: #fff;
  border: solid 1px #d4d4d4;
  box-shadow: 1px 1px 2px rgba(120, 120, 120, 0.2);
}

@media screen and (max-width: 359px) {
  .otp__put ul li input {
    height: 45px;
  }
}

.otp .input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  padding: 0 5px;
  border: solid 1px #d4d4d4;
  box-shadow: 1px 1px 2px rgba(120, 120, 120, 0.2);
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 5px;
}

.otp .error {
  font-size: 0.9em;
}

.otp .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.btnlang {
  position: relative;
  right: -200px;
  background-color: #771771;
  color: white;
  
}
.btnlangindex{
  position: absolute;
  right: 100px;
  background-color: #771771;
  color: white;
}
.language {
  display: inline-block;
  float: right;
  position: relative;
  top: 15px;
  color: #434343;
}

@media screen and (min-width: 768px) {
  .language {
    top: 30px;
  }
}

.language a {
  color: #434343;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 6px;
  margin: 0 2px;
  transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {
  .language a {
    margin: 0 5px;
  }
}

.language a:hover, .language a.active {
  background-color: #c6eafd;
}