body, ul, h1, h2, h3, h4, h5, h6, p, dl {
    font-family: 'Proxima Nova','Roboto',sans-serif;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}

.pNav{
  background-color:#1E2426;
  height:42px
}
.pNav .container{
  padding:0
}
.pNav .p_icon{
  display:inline-block;
	vertical-align:middle;
  margin-right:50px
}
.pNav .p_icon img{
	display:inline-block;
	vertical-align:middle;
  width:35px;
  height:auto
}
.pNav .p_icon span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
	line-height:42px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:14px
}
.pNav .navRight{
  float:right
}
.pNav .navCont{
	display:inline-block;
	vertical-align:middle;
	height:42px;
  margin-right:10px
}
.pNav .navCont a{
	display:inline-block;
	height:42px;
	padding:0 25px;
	line-height:42px;
	font-size:14px;
	color:#fff
}
.pNav .navButton{
  display:inline-block;
  margin-top:9px
}
.pNav .navButton .buttons{
  display:none
}
.pNav .navButton .buttons a:not(.buy){
  background:#fff;
  display:inline-block;
  vertical-align:middle;
  width:100px;
  height:25px;
  text-align:center;
  line-height:23px;
  font-size:14px;
  transition:0.3s;
  color:#4B4C4C;
  border:1px solid #1e96ec !important;
}
.pNav .navButton .buttons a.buy{
  display:inline-block;
  vertical-align:middle;
  width:20px;
  height:15px;
  line-height:15px;
  margin-right:10px;
  color:#fff;
}
.pNav .navButton .buttons a i{
  position:relative;
  margin-right:5px;
  font-size:15px
}
.pNav .navButton .buttons a:hover{
  opacity:0.6
}
.pNav .navButton .buttons.win{
  display:none
}
.pNav .row{
  margin:0
}
.pNav.roll{
  margin-bottom:10px;
  position:fixed;
  top:0;
  width:100%;
  z-index:100000;
  background-color:#fff;
  box-shadow:1px 4px 10px 3px;
}
.pNav.roll .p_icon span{
  color:#000
}
.pNav.roll .p_icon a{
  color:#1E2426
}
.pNav.roll .navCont a{
  color:#1E2426
}
.pNav.roll .navCont a.active{
  color:#827502;
  background-color:unset
}

.pNav.roll .navCont a:hover{
  color:#827502;
  background-color:unset
}
ul.navbar-right li ul.dropdown-menu li {
    display: inline-block;
    padding: 10px 36px;
    font-size: 18px;
}
ul.navbar-right li ul.dropdown-menu li {
    width: 33.3%;
    text-align: left;
}
ul.navbar-right li ul.dropdown-menu {
    position: fixed;
    top: 65px;
    width: 100%;
    font-size: 0;
}
ul.navbar-right li ul.dropdown-menu li img {
    margin-right: 10px;
    margin-left: 10px;
}
@media screen and (max-width:1200px){
	.pNav{
		height:auto
	}
  .pNav .container{
    width:100%;
    padding:0
  }
	.pNav .p_icon, .pNav .navCont{
		display:block;
		float:none;
    margin:0
	}
	.pNav .p_icon{
		text-align:center;
	}
  .pNav .navCont .col-md-1-5{
    width:20%;
    float:left;
    text-align:center;
  }
  .pNav .navRight{
    float:none
  }
  .pNav .navButton{
    display:none
  }
}
.pc-hidden{
      display:none !important;
}
@media screen and (max-width: 768px){
    .pNav .navCont a{
		padding:0 5px;
	}
    .row{
        margin:0;
    }
    .phone-hidden{
     display:none !important;
}
    .phone-show{
      display:flex !important;
}
}

@media screen and (max-width:500px) {
  .pNav .navCont a{
    font-size:12px
  }
}
@media screen and (max-width:320px) {
  .pNav .navCont a{
    padding:0
  }
}

.pNav.new {
  display:none;
  background-color:#fff;
  height:60px;
  box-shadow: #4d6c82 6px 0 12px;
}
.pNav.new.roll {
  display:block;
  box-shadow: #4d6c82 6px 0 12px;
}
.pNav.new .p_icon span{
  color:#333;
  font-size:16px;
  line-height:60px;
}
.pNav.new .navRight .navCont {
  height:60px;
}
.pNav.new .navRight .navCont a.col-md-1-5 {
  color:#666;
  padding:0 10px;
  font-size:16px;
  line-height:60px;
}
.pNav.new.roll .navCont a.col-md-1-5:hover, .pNav.new.roll .navCont a.col-md-1-5.active {
  color: #1e96ec;
}
.pNav.new .navRight p {
  display:none;
}
.pNav.new .navRight .navBtn {
  display:inline-block;
  vertical-align:middle;
}
.pNav.new .navRight .navBtn a {
  display:inline-block;
  vertical-align:top;
  width:22px;
  height:22px;
  margin-right:30px;
  color:#4d6c82;
}
.pNav.new .navRight .navBtn a em {
  font-size: 22px;
  color:inherit;
}
.pNav.new .navRight .navBtn a:hover {
  color: #1e96ec;
}
.pNav.new .navRight .navHome {
  padding-left:30px;
  width:144px;
  display:inline-block;
  vertical-align:middle;
  border-left:1px solid #e0e0e0;
}

@media screen and (max-width: 1024px) {
  .pNav.new {
    height:40px;
  }
  .pNav.new .container {
    width:95%;
    margin:auto;
  }
  .pNav.new .p_icon {
    display:inline-block;
  }
  .pNav.new .p_icon img {
    width:23px;
    height:23px;
    margin-top:8px;
  }
  .pNav.new .p_icon span,
  .pNav.new .navRight .navHome {
    display:none;
  }
  .pNav.new .navRight {
    float:right;
  }
  .pNav.new .navRight .navCont {
    height:40px;
    display:inline-block;
  }
  .pNav.new .navRight .navCont a.col-md-1-5 {
    height:40px;
    line-height:40px;
    width:auto;
  }
  .pNav.new .navRight .navBtn a {
    margin:0 15px;
  }
}

@media screen and (max-width: 500px) {
  .pNav.new .navRight {
    position:relative;
  }
  .pNav.new .navRight p {
    position:relative;
    display:inline-block;
    line-height:40px;
    font-size:14px;
    color:#4d6c82;
  }
  .pNav.new .navRight p::after{
    content:'';
    display:inline-block;
    position:relative;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:6px solid #4d6c82;
    border-bottom:5px solid transparent;
    top:4px;
    right: -5px;
  }
  .pNav.new .navRight .navCont{
    display:none;
    position:absolute;
    width: 120px;
    background-color: #fff;
    z-index: 10000;
    height: auto;
    top: 40px;
    left: -20px;
  }
  .pNav.new .navRight .navCont a.col-md-1-5 {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
  }
  .pNav.new .navRight .navBtn a {
    margin:0 0 0 15px;
  }
}


.js .menu-toggle, .js .dropdown-toggle{
    display:block;
}
.navbar{
    margin-bottom:0;
    
}
section .button i, section .button em {
    margin-right: 10px;
}
span.tag {
    display: inline-block;
    min-width: 2.5rem;
    line-height: normal;
    padding: .1875rem .3125rem;
    border-radius: 3rem;
    font-size: .75rem;
    background: #f11;
    position: relative;
    font-style: italic;
    color: #fff000;
    text-align: center;
    font-weight: 700;
    bottom: 2px;
    margin-left: 15px;
}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
.navbar{
    border:none;
}
.navbar>img{
    float:left;
    padding:16px 0 0 16px;
}
.navbar-nav>li>a {
    font-size: 17px;
    line-height: 1.47;
    letter-spacing: 0.4px;
}
.container-fluid{
    padding:0 60px;
}
.navbar-brand{
    display: flex;
    justify-content: center;
    align-items: center;
    height:65px;
    padding:20px 15px;
    line-height:24px;
}
.nav i{
    padding:10px;
}
.navbar-left{
    position:relative;
    padding-left:30px;
}
.navbar-left:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    background: url(/images/curly-arrow.svg) no-repeat 50% 50%;
    background-size: contain;
    width: 10px;
    height: 44px;
}
.dropdown-menu{
    border:none;
}
.dropdown-menu li a{
    padding:10px;
    line-height:24px;
    font-size:16px;
}

a.win, a.win_down {
    border-radius: 3px;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #1e96ec !important;
}
a.mac, a.mac_down {
    border-radius: 3px;
    background-color: #1e96ec !important;
    color: #fff !important;
    border: 1px solid #1e96ec !important;
}
a.down {
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    font-size: 16px;
}
a.down i {
    position: relative;
    top: 1px;
    margin-left: 10px;
}
.totop {
    bottom: 4%;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: #4D6C82;
    color: #fff;
    position: fixed;
    right: 1%;
    text-align: center;
    z-index: 999;
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/top.png);
    border-radius: 50%;
}
.foot {
	padding-top: 50px;
	background-color: #1b3042;
	
}
.foot .flex-container {
	display: flex;
	flex-direction: column;
}
.foot .flex-container .flex-row {
	display: flex;
}

.foot .flex-container .flex-row.flex--full-width {
	place-content: space-between;
}
.foot .flex-container .flex-row.flex--full-width .flex-col {
	margin-right: unset;
}
.foot .flex-container .flex-col {
	display: inline-flex;
	align-items: center;
	margin-right: 30px;
}
.foot .flex-container .flex-col--col {
	flex-direction: column;
	align-items: flex-start;
	padding-right: 12px;
	box-sizing: border-box;
}

.foot p.name {
	color: #eaeaea;
	font-size: 22px;
}

.foot ul, .foot .sns {
	margin-top:25px;
}
.foot ul li {
	margin-bottom: 8px;
}
.foot ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #eaeaea;
}
.foot ul li a:hover {
	color: #1e96ec;
}
.foot .sns a {
	margin-right: 20px !important;
}
.foot .sns a:last-child {
	margin-right: 0;
}
.foot .sns svg {
	width: 27px;
	height: 27px;
	fill: #eee;
}
.foot .sns a:hover svg {
	fill: #1e96ec;
}
.foot .foot-bottom {
	margin-top: 40px;
	padding: 14px 0;
	border-top: 1px solid #eaeaea;
	text-align: center;
}
.foot .foot-bottom p {
	font-size: 14px;
	color: #eaeaea;
}
.bottom {
    padding: 40px 0;
}
.bottom .col-md-4 img{
    height: 46px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.bottom .col-md-4 .text {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.bottom .col-md-4 .text .p1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.bottom .col-md-4 .text .p2 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #fff;
    background-color: #d42342;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    background-color: #d42342;
}
.navbar-nav>li.dropdown:hover>.dropdown-menu{
    display:block;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f39774;
    text-decoration: none;
    background-color: #fff;
}
.c-btn{
    color:#ffffff;
    text-decoration:none;
    position:relative;
    display:inline-block;
    height:100%;
}
.c-btn:after{
    content:'';
    display:block;
    position:absolute;
}
.c-btn:before{
    content:'';
    display:block;
    position:absolute;
}
.c-btn--border-line{
    background:none;
    border:0;
    box-sizing:border-box;
    box-shadow:inset 0 0 0 0px transparent;
}
.c-btn--border-line:after,.c-btn--border-line:before{
    box-sizing:border-box;
    border:2px solid transparent;
    width:0;
    height:0;
}
.c-btn--border-line:after{
    top:0;
    left:0;
    -webkit-transition:border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
    transition:border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
}
.c-btn--border-line:before{
    bottom:0;
    right:0;
    -webkit-transition:border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
    transition:border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
}
.c-btn--border-line:hover:after,.c-btn--border-line:hover:before{
    width:100%;
    height:100%;
}
.c-btn--border-line:hover:after{
    border-top-color:#f39774;
    border-right-color:#f39774;
    -webkit-transition:width 0.2s ease-out,height 0.2s ease-out 0.2s;
    transition:width 0.2s ease-out,height 0.2s ease-out 0.2s;
}
.c-btn--border-line:hover:before{
    border-bottom-color:#f39774;
    border-left-color:#f39774;
    -webkit-transition:border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
    transition:border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
}



@media (max-width: 960px) {
	/*foot*/
	.foot .flex-container.container {
		width: 92%;
	}
	
	.foot .flex-container .flex-row.flex--full-width {
		flex-direction: column;
	}
	.foot .flex-container .flex-row.flex--full-width .flex-col {
		margin-bottom: 20px;
	}
	.foot ul, .foot .sns {
		margin-top:15px;
	}
	.foot .foot-bottom {
		margin-top: 0;
	}
}
@media(max-width: 767px){
    .container {
    width: 90%;
    margin:auto;
}
.navbar-left:before{
    display:none;
}
.bottom .col-md-4 img {
    position: absolute;
    top: 0;
    left: 0;
}
.bottom .col-md-4 .text {
    margin-left: 50px;
}
.bottom .col-md-4 {
    position: relative;
    margin-bottom: 20px;
}
}
/*
     FILE ARCHIVED ON 09:56:19 Nov 04, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:53:19 Dec 01, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 248.588
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.058
  cdx.remote: 0.056
  esindex: 0.007
  LoadShardBlock: 215.941 (3)
  PetaboxLoader3.datanode: 172.363 (4)
  CDXLines.iter: 18.032 (3)
  load_resource: 125.447
  PetaboxLoader3.resolve: 84.609
*/