<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(animate.css);
  

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden; }
  .brand .logo {
    display: inline-block; }

/*==================  Backgrounds  ======================*/
.bg-secondary {
  background: #4f4f4f; }
  .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
    color: #fff; }

.bg1 {
  background: #525252;
  color: #fff; }
  .bg1 h2, .bg1 h3, .bg1 h4, .bg1 h5, .bg1 h6 {
    color: #fff; }

/*==================     Icons     ======================*/
.linecons {
  display: inline-block;
  font-size: 36px;
  line-height: 44px;
  color: #15dde4; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #15dde4;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: underline; }
  .btn:hover {
    text-decoration: none; }
  .btn:active {
    color: #11b0b5; }
  * + .btn {
    margin-top: 20px; }

.btn2 {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 12px 40px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700; }
  .btn2:hover {
    background: #4f4f4f; }
  .btn2:active {
    background: #363636; }
  * + .btn2 {
    margin-top: 15px; }

.btn3 {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 40px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  background: #15dde4; }
  .btn3:hover {
    background: #4f4f4f; }
  .btn3:active {
    background: #363636; }
  * + .btn3 {
    margin-top: 35px; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left;
  width: 60px; }
.box_cnt__no-flow {
  overflow: hidden; }

.box2 {
  text-align: center;
  color: #fff;
  max-width: 310px;
  margin: 25px auto 0; }
  .box2_cnt {
    padding: 25px 17px 40px;
    border: 3px solid #fff; }
  .box2_cnt_text {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 15px 0 20px;
    margin-top: 33px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 32px; }
  .box2 .price {
    font-size: 18px;
    line-height: 42px;
    vertical-align: baseline; }
    .box2 .price .price_unit {
      display: inline-block;
      margin-right: 3px;
      font-weight: 500;
      line-height: 22px; }
    .box2 .price .price_value {
      display: inline-block;
      margin-right: 5px;
      font-size: 40px;
      line-height: 42px;
      vertical-align: baseline;
      font-weight: 500; }
  .box2 h2 {
    font-weight: 500; }
  .box2_main {
    margin-top: 0; }
    .box2_main .box2_cnt {
      padding-top: 35px;
      padding-bottom: 50px; }
    .box2_main .box2_cnt_text {
      padding: 25px 0 30px;
      margin-bottom: 35px;
      font-size: 18px; }

.box3 {
  background: #525252;
  font-size: 14px;
  line-height: 22px; }
  .box3:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px 0; }
  .box3 img {
    width: 100%; }
  .box3_cnt {
    padding: 25px 20px 30px;
    color: #fff; }
    .box3_cnt h3, .box3_cnt h4, .box3_cnt h5, .box3_cnt h6 {
      color: #fff; }
  .box3_cnt_aside {
    float: left;
    margin-right: 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .box3_cnt_aside {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; } }
  .box3_cnt__no-flow {
    overflow: hidden; }

.box4 {
  background: #fcfcfc;
  font-size: 14px;
  line-height: 22px; }
  .box4:before, .box4:after {
    display: table;
    content: "";
    line-height: 0; }
  .box4:after {
    clear: both; }
  .box4:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px 0; }
  .box4 img {
    width: 100%; }
  .box4_cnt {
    padding: 25px 30px 22px; }
  .box4_panel {
    padding: 20px 30px 25px;
    border-top: 1px solid #d9d9d9; }
    .box4_panel .link {
      white-space: nowrap; }
      .box4_panel .link .fa {
        color: #4f4f4f;
        margin-right: 3px; }
      .box4_panel .link:hover {
        text-decoration: underline; }
      .box4_panel .link + .link {
        margin-left: 10px; }
      @media (max-width: 1199px) {
        .box4_panel .link {
          display: block;
          margin: 5px 0 0; }
          .box4_panel .link + .link {
            margin-left: 0; } }
  .box4_aside {
    float: left; }
    @media (max-width: 1199px) {
      .box4_aside {
        float: none;
        text-align: center; }
        .box4_aside img {
          width: initial; } }
  .box4_cnt__no-flow {
    overflow: hidden;
    padding: 20px 30px; }

.box5 {
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  color: #878787; }
  .box5 img {
    width: 100%; }
  .box5_cnt {
    padding: 25px 30px 30px; }
    .box5_cnt h2, .box5_cnt h3, .box5_cnt h4 {
      color: #4f4f4f !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .box5_cnt {
        padding-left: 20px;
        padding-right: 20px; } }

.box6 {
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 22px; }
  .box6 .counter {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: -.5px; }
  .box6 .fa {
    font-size: 26px;
    line-height: 46px; }
  .box6:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.43);
    position: absolute;
    top: 40px;
    right: -15px; }
  @media (max-width: 767px) {
    .box6:after {
      display: none; } }

[class*="col-"]:last-child .box6:after {
  display: none; }


/*==================      Address      ======================*/
.addr {
  font-size: 18px;
  line-height: 24px;
  text-align: center; }
  .addr .linecons {
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #15dde4; }
    .addr .linecons + * {
      margin-top: 20px; }

/*==================      Blockquote      ======================*/
.quote_text {
  font-style: italic;
  font-size: 14px;
  line-height: 22px; }
  .quote_text + * {
    margin-top: 15px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu &gt; li {
    position: relative;
    float: left; }
    .sf-menu &gt; li + li {
      margin-left: 30px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sf-menu &gt; li + li {
          margin-left: 10px; } }
  .sf-menu a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff; }

.sf-menu &gt; li.sfHover &gt; a, .sf-menu &gt; li &gt; a:hover, .sf-menu &gt; li.active &gt; a {
  color: #15c3cb; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -77px;
  width: 165px;
  margin-top: 10px;
  padding: 35px 10px;
  text-align: center;
  background: #15c3cb;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #15c3cb; }

.sf-menu ul &gt; li {
  position: relative; }
  .sf-menu ul &gt; li + li {
    margin-top: 8px; }
  .sf-menu ul &gt; li a {
    font-size: 14px;
    line-height: 20px; }
  .sf-menu ul &gt; li.sfHover &gt; a, .sf-menu ul &gt; li &gt; a:hover {
    color: #4f4f4f; }

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
  width: 155px;
  margin-top: -10px;
  background: #3e454c;
  padding: 30px 10px;
  text-align: center;
  z-index: 4; }
  .sf-menu ul ul:before {
    top: 15px;
    left: -10px;
    margin-left: 0;
    border-bottom-color: transparent;
    border-right-color: #3e454c; }

.sf-menu ul ul &gt; li.sfHover &gt; a, .sf-menu ul ul &gt; li &gt; a:hover {
  color: #15dde4; }

.sf-menu &gt; li &gt; .sf-with-ul {
  position: relative; }
  .sf-menu &gt; li &gt; .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -2px;
    content: "ď";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #15dde4;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 218px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: right;
      padding-right:20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      backgrounda: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        backgrounda: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 20px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left; }
  
.rd-mobilepanel_title2 {
  position: relative;
  float:right;
  padding-right:25px;
  padding-left:25px;
  top: 4px;
  color: #000;
  font-size: 20px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#FF5639;
  text-align: left; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 0px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
    
        
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #4f4f4f;
  padding: 10px 0;
  z-index: 999;
  border-bottom: 1px solid #333333; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #4f4f4f;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #15dde4;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative;
    color: #fff; }
  .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
    color: #fff; }
  .parallax_1 {
    padding-top: 105px;
    padding-bottom: 120px; }
  .parallax_2 {
    padding-top: 110px;
    padding-bottom: 110px; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding: 40px 0; }
  header.abs {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2; }
    @media (max-width: 767px) {
      header.abs {
        padding: 90px 0 20px; } }
  header.header-bg {
    background: no-repeat url(../images/header-bgB.jpg);
    background-size: cover; }
  header .brand {
    float: left; }
  header .nav {
    float: right;
    margin-top: 15px; }

  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; }
      header .brand {
        display:none; }  
         }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.row.mt1 {
  margin-top: 20px; }

.row.mt2 {
  margin-top: 15px; }

section.terms {
  padding-bottom: 155px;
  line-height: 20px; }

.text {
  font-size: 14px;
  line-height: 22px; }

.text2 {
  font-weight: 400; }




.camera_overlayer1:after {
content: '';
background: #fff;
-webkit-background-size: cover;
background-size: cover;
width: 100%;
height: 320px;
left: 50%;
top: 100%;
margin-top: -7.2%;
position: absolute;
-moz-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg); }

.camera_overlayer2:after {
content: '';
background: #fff;
-webkit-background-size: cover;
background-size: cover;
width: 100%;
height: 320px;
right: 50%;
top: 100%;
margin-top: -7.2%;
position: absolute;
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
transform: rotate(10deg); }

</pre></body></html>