@charset "utf-8";

	/* HL STYLE RESET V3.1 with normalize.css v3.0.2 */
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;font-weight: 400}
	button,input[type="submit"],input[type="checkbox"],input[type="radio"]{cursor: pointer;border: 0;}table{border-collapse: separate;}input:focus{outline: none;}
	i{font-style:normal}.fl {float: left;}.fr {float: right;}.clearfix:before, .clearfix:after,.cols:before, .cols:after,.row:before, .row:after { content: ""; display: table; }.clearfix:after,.cols:after,.row:after { clear: both; }.clearfix,.cols,.row { zoom: 1; }* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { -webkit-text-size-adjust: none; -webkit-overflow-scrolling:touch}
	a{text-decoration: none;}ol,ul{list-style: none;}
	input[type="text"],input[type="email"],input[type="password"],textarea{border-radius: 0;box-shadow: none;-webkit-appearance: none}
hr {
  width: 60%;
  text-align: left;
  margin: 2rem 0;
}
hr .black {
  border: 1.2px solid #000;
}
hr .white {
  border: 1.2px solid #fefefe;
}
.wave-container {
  height: 10vh;
  background-color: #1b3f78;
  position: relative;
  display: none;
}
.wave-container::before {
  content: "";
  width: 100%;
  height: 53px;
  position: absolute;
  bottom: -0.3%;
  left: 0;
  background-size: auto;
  background-repeat: repeat no-repeat;
  background-position: 34vw bottom;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200  108' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 79L50 74C100 69 200 60 300 40C400 21 500 -8 600 1C700 11 800 60 900 79C1000 99 1100 89 1150 84L1200 79V108H1150C1100 108 1000 108 900 108C800 108 700 108 600 108C500 108 400 108 300 108C200 108 100 108 50 108H0V79Z' fill='%23ffffff'/></svg>");
}
@media screen and (max-width: 767px) {
  .wave-container {
    height: 26.5px;
  }
}
.btn {
  display: block;
  padding: 20px 40px;
  color: #fefefe;
  background: #1f9ea5;
  font-size: 1rem;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: background 0.5s ease, color 0.25s ease;
  -moz-transition: background 0.5s ease, color 0.25s ease;
  -o-transition: background 0.5s ease, color 0.25s ease;
  -ms-transition: background 0.5s ease, color 0.25s ease;
  transition: background 0.5s ease, color 0.25s ease;
}
.btn:hover {
  background: #1b3f78;
  color: #fefefe;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.btn:hover::after {
  color: #fefefe;
}
.btn::after {
  content: "\003E";
  padding: 0 0 0 10px;
  font-size: 1.25rem;
  margin: 0;
  color: #fefefe;
  line-height: 1;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.8rem;
    padding: 10px 20px;
  }
}
.white-btn-large {
  width: 300px;
  text-align: center;
  margin: 2rem auto 0 auto;
}
.white-btn-large:hover {
  background: #fefefe;
  color: #1b3f78;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.white-btn-large:hover::after {
  color: #1b3f78;
}
.red-btn-large {
  width: fit-content;
  text-align: center;
  margin: 2rem auto 0 auto;
  background: #f00;
  font-size: 1.5rem;
}
.red-btn-large::after {
  content: "\003E";
  padding: 0 0 0 10px;
  font-size: 1.8rem;
  margin: 0;
  color: #fefefe;
  line-height: 1;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.red-btn-large:hover {
  background: #1f9ea5;
  color: #fefefe;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.red-btn-large:hover::after {
  color: #fefefe;
}
.white-btn-normal {
  width: fit-content;
  text-align: left;
  margin: 2rem 0 0 0;
  background: #fefefe;
  color: #1b3f78;
}
.white-btn-normal::after {
  content: "\003E";
  padding: 0 0 0 10px;
  font-size: 1.25rem;
  margin: 0;
  color: #1b3f78;
  line-height: 1;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.white-btn-normal:hover {
  background: #1b3f78;
  color: #fefefe;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.white-btn-normal:hover::after {
  color: #fefefe;
}
.red-btn-normal {
  width: fit-content;
  text-align: left;
  margin: 2rem 0 0 0;
  background: #f00;
  color: #fefefe;
}
.red-btn-normal::after {
  content: "\003E";
  padding: 0 0 0 10px;
  font-size: 1.25rem;
  margin: 0;
  color: #fefefe;
  line-height: 1;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.red-btn-normal:hover {
  background: #1b3f78;
  color: #fefefe;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.red-btn-normal:hover::after {
  color: #fefefe;
}
.ml-25 {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .ml-25 {
    margin-left: 0;
  }
}
.name {
  font-size: 1.25rem;
  line-height: 1;
  color: #1b3f78;
  text-transform: uppercase;
  text-align: left;
  font-family: "Sansation", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 0.1rem;
}
.name::after {
  content: '';
  width: 15%;
  border-top: 0.1em solid #f00;
}
.title {
  font-size: 3rem;
  color: #1f9ea5;
  font-family: "Basis Grotesque Pro", sans-serif;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  font-weight: 300;
  padding-bottom: 2rem;
  margin-left: -0.2rem;
}
@media screen and (max-width: 767px) {
  .title {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .title .row {
    margin: 0;
  }
  .title [class*="col-"] {
    padding: 0;
    width: 100%;
    float: none;
  }
}
.animate-text {
  -webkit-animation: slideInBottomLeft 0.8s ease-out forwards;
  -moz-animation: slideInBottomLeft 0.8s ease-out forwards;
  -o-animation: slideInBottomLeft 0.8s ease-out forwards;
  -ms-animation: slideInBottomLeft 0.8s ease-out forwards;
  animation: slideInBottomLeft 0.8s ease-out forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.animate-image {
  -webkit-animation: slideInBottomLeft 0.8s ease-out forwards;
  -moz-animation: slideInBottomLeft 0.8s ease-out forwards;
  -o-animation: slideInBottomLeft 0.8s ease-out forwards;
  -ms-animation: slideInBottomLeft 0.8s ease-out forwards;
  animation: slideInBottomLeft 0.8s ease-out forwards;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
@-moz-keyframes slideInBottomLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-40px, 40px);
    -moz-transform: translate(-40px, 40px);
    -o-transform: translate(-40px, 40px);
    -ms-transform: translate(-40px, 40px);
    transform: translate(-40px, 40px);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideInBottomLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-40px, 40px);
    -moz-transform: translate(-40px, 40px);
    -o-transform: translate(-40px, 40px);
    -ms-transform: translate(-40px, 40px);
    transform: translate(-40px, 40px);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes slideInBottomLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-40px, 40px);
    -moz-transform: translate(-40px, 40px);
    -o-transform: translate(-40px, 40px);
    -ms-transform: translate(-40px, 40px);
    transform: translate(-40px, 40px);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slideInBottomLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-40px, 40px);
    -moz-transform: translate(-40px, 40px);
    -o-transform: translate(-40px, 40px);
    -ms-transform: translate(-40px, 40px);
    transform: translate(-40px, 40px);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Basis Grotesque Pro", sans-serif;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 14px;
    width: 100%;
  }
}
.hl-table {
  display: table;
  width: 100%;
  height: 100%;
}
.hl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
.row {
  margin-left: -50px;
  margin-right: -50px;
}
.row [class*="col-"] {
  padding: 0 50px;
  float: left;
}
.row .col-1 {
  width: 8.333%;
}
.row .col-2 {
  width: 16.66%;
}
.row .col-3 {
  width: 25%;
}
.row .col-4 {
  width: 33.333%;
}
.row .col-5 {
  width: 41.666%;
}
.row .col-6 {
  width: 50%;
}
.row .col-7 {
  width: 58.33%;
}
.row .col-8 {
  width: 66.666%;
}
.row .col-9 {
  width: 75%;
}
.row .col-10 {
  width: 83.333%;
}
.row .col-11 {
  width: 91.666%;
}
.row .col-12 {
  width: 100%;
}
.row .col-5-1 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .row {
    margin: 0;
  }
  .row [class*="col-"] {
    padding: 0;
    width: 100%;
    float: none;
  }
}
h1 {
  font-size: 7rem;
  line-height: 1;
}
h2 {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 5rem;
  line-height: 1;
}
h4 {
  font-size: 4rem;
  line-height: 1;
}
h5 {
  font-size: 3rem;
  line-height: 1;
}
p {
  line-height: 1.5;
  font-size: 1.125rem;
  padding: 0 0 1rem 0;
  color: #000;
}
.no-scroll {
  overflow: hidden !important;
  width: auto;
}
.no-scroll body {
  overflow: hidden !important;
}
.header {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  margin: 70px auto 0 auto;
  padding: 0 40px 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1400px;
  z-index: 99999;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  border-radius: 50px;
}
.fixed .header {
  position: fixed;
  margin-top: 0 !important;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    margin: 15px 10px 0 10px;
  }
}
.header .container {
  max-width: 1400px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .header .container {
    height: 43px;
  }
}
.header .logo {
  width: 165px;
  margin: -37px 0;
  padding: 12px 0 0 0;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header .logo {
    margin: -7px 0;
    width: 200px;
    padding: 8px 0 0 0;
  }
}
.header .logo img {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  display: block;
  width: 110px;
  background: #fefefe;
  border-radius: 100px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .header .logo img {
    width: 60px;
    padding: 0;
    margin: -7px 0 0 0;
  }
}
.header .logo span {
  display: none;
}
.fixed .header .logo {
  margin: 0;
}
.fixed .header .logo span {
  display: block;
  color: #1b3f78;
  font-size: 20px;
  font-weight: 900;
  padding: 7px 0 0 0;
}
@media screen and (max-width: 767px) {
  .fixed .header .logo span {
    padding: 0px;
  }
}
.fixed .header .logo img {
  display: none;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .fixed .header .logo img {
    height: 57px;
    width: 130px;
  }
}
.header .tel {
  color: #fefefe;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 23px;
  margin-left: 180px;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: 600;
  letter-spacing: -0.95px;
}
@media screen and (max-width: 1152px) {
  .header .tel {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .header .tel {
    margin-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header .tel {
    display: none;
  }
}
.header .main-menu {
  font-size: 16px;
  line-height: 1;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .header .main-menu {
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    width: 388px;
    background-color: #1b3f78;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .header .main-menu {
    width: 100%;
    top: 43px;
    font-size: 16px;
    line-height: 20px;
  }
}
.header .main-menu >ul >li {
  float: left;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li {
    float: none;
    border-top: 1px solid #1f9ea5;
    margin-left: 0;
  }
}
.header .main-menu >ul >li:first-child {
  margin-left: 0;
}
.header .main-menu >ul >li >a {
  font-family: inherit;
  font-weight: 600;
  padding: 25px 0 5px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #1f9ea5;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li >a {
    color: #fefefe;
    padding: 14px 0 14px 22px;
  }
}
.header .main-menu >ul >li[class*="current"] > a,
.header .main-menu >ul >li[class^="current"] > a {
  color: #1b3f78;
  border-bottom: 0.2rem solid #1b3f78;
}
@media screen and (max-width: 767px) {
  .header .main-menu >ul >li[class*="current"] > a,
  .header .main-menu >ul >li[class^="current"] > a {
    color: #1f9ea5;
  }
}
.header .main-menu >ul >li[class*="current"] > a >ul,
.header .main-menu >ul >li[class^="current"] > a >ul {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 9;
  pointer-events: auto;
}
.header .main-menu >ul >li >ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
  width: 260px;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -130px;
  background-color: #2b2525;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li >ul {
    background-color: #3d3738;
    display: none;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    z-index: 9;
    pointer-events: auto;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    border-top: 1px solid #4b4b4b;
  }
}
.header .main-menu >ul >li >ul >li {
  border-top: 1px solid #4b4b4b;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li >ul >li {
    border: 0;
  }
}
.header .main-menu >ul >li >ul >li >a {
  text-align: center;
  display: block;
  color: #d3d3d3;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.header .main-menu >ul >li >ul >li >a:hover {
  background-color: #3d3738;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li >ul >li >a {
    text-align: left;
    padding: 5px 0 5px 30px;
    color: #b4b3b3;
    font-size: 16px;
    line-height: 19px;
  }
  .header .main-menu >ul >li >ul >li >a:before {
    content: "-";
    position: absolute;
    left: 20px;
    top: 5px;
  }
}
.header .main-menu >ul .menu-login {
  margin-top: 14px;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul .menu-login {
    margin-top: 0;
  }
}
.header .main-menu >ul .menu-login >a {
  padding: 10px 0;
  background-color: #1b3f78;
  width: 130px;
  text-align: center;
  border-radius: 20px;
  color: #fefefe;
  font-weight: 600;
  letter-spacing: 0.08px;
}
.header .main-menu >ul .menu-login >a:hover {
  background-color: #f00;
  color: #fefefe;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul .menu-login >a {
    padding: 14px 0 14px 22px;
    background-color: none;
    border-color: transparent;
    width: 100%;
    border-radius: 0;
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul .menu-has-child > a {
    position: relative;
  }
  .header .main-menu >ul .menu-has-child > a:after {
    content: '';
    background-image: url("../img/right.png");
    width: 50px;
    height: 17px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 17px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header .main-menu >ul .menu-has-child > a:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #4b4b4b;
    position: absolute;
    top: 0;
    right: 50px;
  }
  .header .main-menu >ul .menu-has-child.active {
    background-color: #3d3738;
  }
  .header .main-menu >ul .menu-has-child.active >a:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.lat-long {
  color: #0a182a;
  font-size: 0.8rem;
  display: block;
  position: absolute;
  right: 9%;
  top: 1%;
  background: #fefefe;
  padding: 0.5rem;
  border-radius: 20px;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .lat-long {
    display: none;
  }
}
.banner {
  display: block;
  min-height: 600px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .banner {
    min-height: 265px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    min-height: 150px;
  }
}
.banner h2 {
  font-size: 3rem;
  line-height: 1;
  color: #fefefe;
  bottom: 10%;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  font-weight: 500;
  font-family: "Sansation", sans-serif;
}
@media screen and (max-width: 1023px) {
  .banner h2 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .banner h2 {
    padding-top: 85px;
    font-size: 33px;
    line-height: 39px;
  }
}
.banner_bottom {
  display: block;
  min-height: 600px;
  position: relative;
  background-size: cover;
  background-position: top 85% center;
}
.banner_bottom:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .banner_bottom {
    min-height: 265px;
  }
}
@media screen and (max-width: 767px) {
  .banner_bottom {
    min-height: 150px;
  }
}
.banner_bottom h2 {
  font-size: 3rem;
  line-height: 1;
  color: #fefefe;
  bottom: 10%;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  font-weight: 500;
  font-family: "Sansation", sans-serif;
}
@media screen and (max-width: 1023px) {
  .banner_bottom h2 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .banner_bottom h2 {
    padding-top: 85px;
    font-size: 33px;
    line-height: 39px;
  }
}
.slider {
  position: relative;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 767px) {
  .slider {
    height: auto;
  }
}
.slider li {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slider li:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .slider li {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .slider li {
    min-height: 186px;
  }
}
.slider li .txt {
  padding: 30vh 25px 0 25px;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider li .txt {
    padding: 85px 0px 15px 0px;
  }
}
.slider li h2 {
  color: #fefefe;
  font-size: 4rem;
  line-height: 1em;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: 500;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .slider li h2 {
    font-size: 2rem;
  }
}
.slider li h3 {
  color: #fefefe;
  font-size: 2rem;
  line-height: 1em;
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: normal;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .slider li h3 {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .slider .bx-wrapper {
    position: relative;
  }
}
.slider .bx-controls {
  display: none;
  position: absolute;
  left: 0;
  bottom: 188px;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1023px) {
  .slider .bx-controls {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slider .bx-controls {
    display: none;
  }
}
.slider .bx-controls .bx-pager {
  max-width: 1112px;
  margin: 0 auto;
}
@media screen and (max-width: 1152px) {
  .slider .bx-controls .bx-pager {
    padding: 0 20px;
  }
}
.slider .bx-controls .bx-pager-item {
  display: inline-block;
  margin-left: 5px;
}
.slider .bx-controls .bx-pager-item:first-child {
  margin-left: 0;
}
.slider .bx-controls .bx-pager-item a {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  text-indent: -999999px;
  background-color: #e3e8e5;
}
.slider .bx-controls .bx-pager-item a.active {
  background-color: #fefefe;
}
.home-tournament {
  background: #1b3f78;
  display: block;
}
.home-tournament .tournament-details {
  padding: 2rem 0;
  text-align: center;
  color: #fefefe;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Sansation", sans-serif;
}
.home-tournament .tournament-details .title {
  color: #fefefe;
  font-size: 2.2rem;
  margin: 0;
  text-align: center;
  padding: 0;
  font-weight: 500;
}
.home-tournament .tournament-details .date {
  font-size: 2rem;
}
.home-tournament .tournament-details .home-major-sponsor {
  color: #000;
  font-size: 2rem;
}
.home-tournament .tournament-details .download {
  display: block;
  background: #f00;
  padding: 10px 30px;
  width: fit-content;
  margin: 1rem auto 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fefefe;
}
.home-tournament .tournament-details .download:hover {
  background: #1f9ea5;
}
.about-home {
  background: #fefefe;
  padding: 130px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-home {
    padding: 65px 0;
  }
}
.about-home .container {
  padding: 0 25px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .about-home .container {
    padding: 0 68px;
  }
  .about-home .container .row {
    font-size: 0;
    margin-left: -34px;
    margin-right: -34px;
  }
  .about-home .container .col-5-1 {
    width: 33.33%;
    float: none;
    display: inline-block;
    padding: 0 34px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .about-home .container {
    padding: 0;
  }
  .about-home .container .row {
    margin: 0;
  }
  .about-home .container .col-5-1 {
    width: 100%;
    display: block;
    padding: 15px 14px;
    border-bottom: 1px solid #d7d7d7;
  }
}
.about-home .image {
  display: block;
  overflow: hidden;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .about-home .image {
    margin: 0 25px;
  }
}
.about-home .image .img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: none;
  width: 100%;
  display: block;
  border-radius: 2rem 2rem 0 0;
  border-bottom: 0.3em solid #f00;
}
@media screen and (max-width: 767px) {
  .about-home .image .img {
    float: left;
    margin: 1rem 0 2rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .about-home .text {
    margin-left: 70px;
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-home .text {
    margin: 0 25px;
  }
}
.about-home .sub-title {
  font-size: 3rem;
  color: #1f9ea5;
  font-family: "Basis Grotesque Pro", sans-serif;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  font-weight: 300;
  margin-left: -0.2rem;
  padding-bottom: 2rem;
}
.about-home .txt {
  line-height: 1.3;
  color: #1f9ea5;
  text-align: left;
}
.about-home .txt p {
  padding-bottom: 1.2rem;
  color: #000;
}
.about-home .txt .more {
  margin-top: 1.2rem;
}
.sponsors-home {
  background: #fefefe;
  padding: 300px 0 150px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sponsors-home {
    padding: 0 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .sponsors-home {
    padding: 15rem 0;
  }
}
.sponsors-home .container {
  padding: 0 25px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .sponsors-home .container {
    padding: 0 68px;
  }
  .sponsors-home .container .row {
    font-size: 0;
    margin-left: -34px;
    margin-right: -34px;
  }
  .sponsors-home .container .col-5-1 {
    width: 33.33%;
    float: none;
    display: inline-block;
    padding: 0 34px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .sponsors-home .container {
    padding: 0;
  }
  .sponsors-home .container .row {
    margin: 0;
  }
  .sponsors-home .container .col-5-1 {
    width: 100%;
    display: block;
    padding: 15px 14px;
    border-bottom: 1px solid #d7d7d7;
  }
}
.sponsors-home .image {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem;
  overflow: hidden;
  padding-top: 2px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sponsors-home .image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sponsors-home .image img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sponsors-home .image img {
    width: 100%;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sponsors-home .text {
    margin: 0 25px;
    text-align: left;
    margin-top: 10px;
  }
}
.sponsors-home .sub-title {
  font-size: 3rem;
  color: #1f9ea5;
  font-family: "Basis Grotesque Pro", sans-serif;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  font-weight: 300;
  margin-left: -0.2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sponsors-home .sub-title {
    font-size: 2.5rem;
  }
}
.sponsors-home .txt {
  line-height: 1.3;
  color: #1f9ea5;
  text-align: left;
}
.sponsors-home .txt p {
  padding-bottom: 1.2rem;
  color: #1b3f78;
}
.sponsors-home .txt .more {
  margin-top: 1.2rem;
}
.sponsors-home .txt .more a {
  display: inline-block;
  font-size: 1rem;
  line-height: 20px;
  color: #fefefe;
  background-color: #1f9ea5;
  padding: 15px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 900;
}
.sponsors-home .txt .more a:hover {
  background-color: #1b3f78;
  color: #fefefe;
}
.major-sponsor {
  background-size: cover;
  background-position: center;
  min-height: 800px;
  display: grid;
  -ms-flex-line-pack: end;
  -webkit-align-content: end;
  align-content: end;
}
@media screen and (max-width: 767px) {
  .major-sponsor {
    padding: 2rem 0;
  }
}
.major-sponsor .sponsor {
  display: grid;
  gap: 2rem;
  margin-bottom: -15rem;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-line-pack: end;
  -webkit-align-content: end;
  align-content: end;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .major-sponsor .sponsor {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
.major-sponsor .sponsor .right {
  color: #1b3f78;
  font-size: 1.125rem;
  display: block;
  padding: 3rem;
  background: #fefefe;
}
@media screen and (max-width: 767px) {
  .major-sponsor .sponsor .right {
    padding: 1.5rem;
  }
}
.major-sponsor .sponsor .right h2 {
  margin: 0;
  padding: 0 !important;
}
.major-sponsor .sponsor .right .title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  padding: 0 0 10px 0;
  font-family: "Basis Grotesque Pro", sans-serif;
  color: #1f9ea5;
}
.major-sponsor .sponsor .right .title span {
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
}
.major-sponsor .sponsor .right .content {
  margin: 2rem 0;
}
.major-sponsor .sponsor .right .content img {
  text-align: center;
  margin: 0 auto;
}
.major-sponsor .sponsor .right h2 {
  font-size: 1.5rem;
  line-height: 1;
  color: #1b3f78;
  text-transform: uppercase;
  text-align: left;
  font-family: "Sansation", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 1rem;
}
.major-sponsor .sponsor .right h2::after {
  content: '';
  width: 20%;
  border-top: 3px solid #f00;
}
.major-sponsor .sponsor .left {
  text-align: center;
  -ms-flex-line-pack: end;
  -webkit-align-content: end;
  align-content: end;
  margin-bottom: 50%;
}
.major-sponsor .sponsor .left img {
  background: #fefefe;
  padding: 0.5rem;
}
.main {
  padding: 100px 0;
  background: #fefefe;
}
.main .entry-content {
  margin: 0 25px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .main .entry-content {
    margin: 0;
  }
}
.main .entry-content ul {
  margin: 1rem 0 1rem 0;
  list-style: none;
  font-size: 1.125rem;
}
.main .entry-content ul li {
  padding: 0 0 1rem 2rem;
  position: relative;
}
.main .entry-content ul li::before {
  background-color: #f00;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0.34rem;
  width: 0.625rem;
}
.main .entry-content ol {
  margin: 1rem 0 1rem 2rem;
  list-style: none;
  font-size: 1.125rem;
}
.main .entry-content ol li {
  padding-bottom: 1rem;
  list-style: decimal;
}
.main .entry-content .table {
  overflow-x: auto;
  margin-bottom: 1rem;
}
.main .entry-content .table table {
  width: 100%;
  text-align: center;
}
.main .entry-content .table table thead th {
  background-color: #1b3f78;
  color: #fefefe;
  text-transform: uppercase;
  padding: 8px 0;
  border-left: 1px solid whate;
  border-bottom: 0.3em solid #f00;
  font-weight: 600;
}
.main .entry-content .table table thead th:first-child {
  border-left: 0;
}
.main .entry-content .table table tbody td {
  background: #fefefe;
  padding: 8px 0;
  border-left: 1px solid #1b3f78;
}
.main .entry-content .table table tbody td:first-child {
  border-left: 0;
  text-align: left;
  padding-left: 10px;
}
.main .entry-content .table table tbody tr:nth-child(even) td {
  background: rgba(31,158,165,0.4);
}
.main .entry-content .calendar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .main .entry-content .calendar {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main .entry-content .calendar .calendar-month {
  background: #fff;
  border-right: 1px solid rgba(27,63,120,0.3);
  border-bottom: 1px solid rgba(27,63,120,0.3);
  border-left: 1px solid rgba(27,63,120,0.3);
  padding-bottom: 10px;
}
.main .entry-content .calendar .calendar-month .cal-title {
  background: #1b3f78;
  padding: 10px 10px 10px 12px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Sansation", sans-serif;
  border-bottom: 0.3em solid #f00;
}
.main .entry-content .calendar .calendar-month .events {
  display: grid;
  grid-auto-columns: repeat(2, 1fr);
  padding: 10px 10px 0 10px;
  margin: 0;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.main .entry-content .calendar .calendar-month .events .item {
  background: rgba(31,158,165,0.5);
  padding: 10px;
  display: grid;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 25% 1fr;
  min-height: 67px;
}
.main .entry-content .calendar .calendar-month .events .item .date {
  font-weight: 600;
}
.main .entry-content .merch {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .main .entry-content .merch {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main .entry-content .merch .merch-item {
  margin: 0 0 2rem 0;
}
.main .entry-content .merch .merch-item .image {
  background-color: rgba(192,192,192,0.2);
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
}
.main .entry-content .merch .merch-item .image span {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background: #1f9ea5;
  border-radius: 2rem;
  width: fit-content;
  color: #fefefe !important;
  display: block;
  padding: 7px 15px;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Sansation", sans-serif;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 0 2px rgba(0,0,0,0.4);
  box-shadow: 1px 0 2px rgba(0,0,0,0.4);
}
.main .entry-content .merch .merch-item .image .fa-magnifying-glass {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #1f9ea5;
}
.main .entry-content .merch .merch-item .image img {
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.main .entry-content .merch .merch-item .title {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 auto;
  padding: 0.5em 0 0 0.5rem;
  font-weight: 500;
}
.main .entry-content .merch .merch-item .price {
  text-align: left;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.2rem 0 0 0.5rem;
  margin: 0;
}
.main .entry-content .pointscore {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .main .entry-content .pointscore {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main .entry-content .pointscore h3 {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 1rem;
  color: #1f9ea5;
  font-weight: 600;
}
.main .entry-content .pointscore .table-points {
  overflow-x: auto;
  margin-bottom: 1rem;
}
.main .entry-content .pointscore table {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .entry-content .pointscore table {
    font-size: 0.9rem;
  }
}
.main .entry-content .pointscore table thead th {
  background-color: #1b3f78;
  color: #fefefe;
  text-transform: uppercase;
  padding: 8px 0;
  border-left: 1px solid #1b3f78;
  font-weight: 600;
  border-bottom: 0.3em solid #f00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .entry-content .pointscore table thead th {
    font-weight: 500;
  }
}
.main .entry-content .pointscore table thead th:first-child {
  border-left: 0;
}
.main .entry-content .pointscore table tbody td {
  background: #fefefe;
  padding: 8px 0;
  border-left: 1px solid #1b3f78;
}
.main .entry-content .pointscore table tbody td:first-child {
  border-left: 0;
  text-align: center;
  width: 15%;
}
.main .entry-content .pointscore table tbody td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
  width: 40%;
}
.main .entry-content .pointscore table tbody td:nth-child(3),
.main .entry-content .pointscore table tbody td:nth-child(4) {
  width: 20%;
}
.main .entry-content .pointscore table tbody tr:nth-child(even) td {
  background: rgba(31,158,165,0.4);
}
.main .entry-content .pointscore table tbody tr:last-child td {
  border-bottom: 0.3em solid #f00;
}
.main .entry-content .records-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .main .entry-content .records-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main .entry-content .records-section h3 {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 1rem;
  color: #1f9ea5;
  font-weight: 600;
}
.main .entry-content .form-species {
  display: inline-block;
  width: 100%;
}
.main .entry-content .form-species .field {
  margin: 0 10px 16px 0;
  width: 27%;
  float: left;
}
@media screen and (max-width: 1023px) {
  .main .entry-content .form-species .field {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main .entry-content .form-species .field {
    width: 100%;
  }
}
.main .entry-content .form-species .field .txt {
  font-size: 16px;
  margin-bottom: 5px;
}
.main .entry-content .form-species .field input,
.main .entry-content .form-species .field textarea,
.main .entry-content .form-species .field select {
  background-color: #fefefe;
  border: 2px solid #1b3f78;
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 10px;
  width: 100%;
  font-weight: 500;
}
.main .entry-content .form-species .field textarea {
  height: 118px;
}
.main .entry-content .form-species .field select {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/dropdown.svg") 98% center no-repeat #fefefe;
}
.main .entry-content .form-species .field:active {
  outline: none;
}
.main .entry-content .form-species .field:hover {
  outline: none;
}
.main .entry-content .form-species .field select::-ms-expand {
  display: none;
}
.main .entry-content .form-species .btn-2 {
  display: block;
  background: #1b3f78;
  color: #fefefe;
  padding: 13px 19px;
  font-weight: 600;
  width: fit-content;
  border: 0;
  margin: 0 0 0 1px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main .entry-content .form-species .btn-2 {
    width: 49%;
  }
}
.main .entry-content .sponsors-page ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .main .entry-content .sponsors-page ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .entry-content .sponsors-page ul .sponsor-logo {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main .entry-content .sponsors-page ul .sponsor-logo::before {
  content: none;
}
.main .entry-content .sponsors-page ul .sponsor-logo img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.main .entry-content .magazine ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .main .entry-content .magazine ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .entry-content .magazine ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main .entry-content .magazine ul li::before {
  display: none;
}
.main .entry-content .magazine ul li img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main .entry-content .magazine ul li h4 {
  font-size: 1.3rem;
  padding: 10px 0;
  text-align: center;
}
.main .entry-content .downloads ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.main .entry-content .downloads ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main .entry-content .downloads ul li::before {
  display: none;
}
.main .entry-content .downloads ul li a {
  color: #f00;
  padding: 0 0 10px 0;
  display: block;
}
.committee h3 {
  font-family: "Sansation", sans-serif;
  font-size: 2.5rem;
  margin: 2rem 0;
  color: #1b3f78;
}
.committee-members .committee {
  list-style: none;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .committee-members .committee {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }
}
.committee-members .committee .committee-member {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1b3f78;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .committee-members .committee .committee-member {
    margin: 0;
  }
}
.committee-members .committee .committee-member .name,
.committee-members .committee .committee-member .position,
.committee-members .committee .committee-member .number,
.committee-members .committee .committee-member .email {
  display: block;
}
.committee-members .committee .committee-member .name {
  color: #1b3f78;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0;
}
.committee-members .committee .committee-member .position {
  padding: 0 0 10px 0;
}
.committee-members .committee .committee-member .number,
.committee-members .committee .committee-member .email {
  color: #1b3f78;
}
.committee-members .committee .committee-member .number:hover,
.committee-members .committee .committee-member .email:hover {
  font-weight: 600;
}
.aside {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0;
  }
}
.aside h5 {
  font-family: "Sansation", sans-serif;
  font-size: 2rem;
  color: #1b3f78;
}
.aside img {
  width: 100%;
  display: block;
  border-radius: 2rem 2rem 0 0;
  border-bottom: 0.3em solid #f00;
}
.aside ul {
  padding-top: 1rem;
  margin: 0 0 0 2rem;
}
.aside ul li {
  list-style: disc;
  padding-bottom: 0.6rem;
  color: #000;
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
    width: 100%;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #1f9ea5;
    width: 100%;
  }
  #no-more-tables tr:nth-child(even) {
    background-color: #fff;
  }
  #no-more-tables td {
/* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #1f9ea5;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    height: 80px;
    vertical-align: middle !important;
    font-size: 16px;
  }
  #no-more-tables td:before {
/* Now like a table header */
    position: absolute;
/* Top/left values mimic padding */
    top: 0px;
    left: 4px;
    width: 100%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
  }
  #no-more-tables td:truck-pic {
    display: none;
  }
  #no-more-tables td:before {
    content: attr(data-title);
  }
}
@media only screen and (max-width: 767px) {
  #no-more-tables td {
/* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #1f9ea5;
    position: relative;
    padding: 10px 0 0 50%;
    white-space: normal;
    text-align: left;
    height: 40px;
    vertical-align: middle !important;
    font-size: 16px;
    text-align: left;
    font-weight: 500 !important;
  }
  #no-more-tables td .center {
    text-align: left;
    padding-left: 0;
  }
  #no-more-tables td:before {
    padding: 10px 0 0 5px;
  }
}
.records {
  margin: 0;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
}
.recordsheader {
  background: #1b3f78;
  color: #fefefe !important;
  text-align: center !important;
  height: 50px;
  font-weight: 600;
}
.recordsheader-closed {
  background: #fff;
  color: #f00 !important;
  text-align: center !important;
  height: 50px;
  font-weight: 600;
}
.recordsheader th {
  font-weight: 600;
  border-right: 1px solid #1f9ea5;
}
.recordscontent {
  background: none !important;
}
.recordscontent:first-child {
  margin-top: 1rem;
}
.recordscontent:nth-of-type(even) {
  background: rgba(31,158,165,0.5) !important;
}
.recordscontent td {
  text-align: left !important;
  height: 50px;
  font-weight: 500;
}
.recordscontent td:first-child {
  padding-left: 10px;
}
.recordscontent .closed-record {
  color: #f00;
}
.recordscontent .center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .recordscontent .center {
    text-align: left !important;
  }
}
.mailing h3 {
  font-size: 1.5rem;
  padding: 1rem 0;
  font-weight: 500;
}
.mailing .social-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mailing .social-contact ul li {
  list-style: none;
  display: inline-block;
  text-align: left;
  padding: 0;
}
.mailing .social-contact ul li::before {
  content: none;
}
.mailing .social-contact ul li .fa-brands {
  color: #1b3f78;
  font-size: 2.2rem;
  padding: 0 2rem;
  text-align: left;
}
.mailing .social-contact ul li .fa-brands:first-child {
  padding: 0 2rem 0 0;
}
.mailing .social-contact ul li .fa-brands:hover {
  color: #1f9ea5;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin: 2rem 0 0 0;
  }
}
.contact-form form {
  background: #1f9ea5;
  border-radius: 2rem;
  padding: 2rem;
}
.contact-form form .field {
  margin-bottom: 16px;
}
.contact-form form .txt {
  margin-bottom: 5px;
  color: #fefefe;
  font-weight: 500;
}
.contact-form form input,
.contact-form form textarea {
  background-color: #fefefe;
  border: 1px solid #fefefe;
  border-radius: 2rem;
  font-size: 1rem;
  line-height: 24px;
  padding: 12px 20px;
  width: 100%;
}
.contact-form form input:focus,
.contact-form form textarea:focus {
  border: 0px;
  border: 1px solid #fefefe;
  outline: none;
}
.contact-form form textarea {
  height: 118px;
}
.contact-form form .submit input {
  width: 100%;
  background-color: #fefefe;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #1f9ea5;
  font-weight: 500;
}
.contact-form form .submit input:hover {
  background: #1b3f78;
  color: #fefefe;
}
.testimony {
  min-height: 490px;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fefefe;
  padding: 70px 0;
}
.testimony h2 {
  font-weight: 700;
  font-size: 40px;
  font-style: italic;
  font-family: "Basis Grotesque Pro", sans-serif;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  .testimony h2 {
    font-size: 30px;
  }
}
.testimony .txt {
  font-size: 18px;
  line-height: 1.2em;
  margin: 45px 0 30px;
}
.icons {
  width: 250px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.icons ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.icons .bx-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.3333%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.icons .bx-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33.3333%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.icons img {
  width: 83px;
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-out 0.5s;
  -moz-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  -ms-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
  margin-top: 10px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.icons li.active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: none;
}
.breadcrumb {
  background-color: #3a3535;
  color: #bfbaa8;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 0;
  font-weight: 700;
}
.breadcrumb .container {
  font-weight: 700;
}
.breadcrumb a {
  color: #fefefe;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    min-height: 10px;
  }
  .breadcrumb .container {
    display: none;
  }
}
.bookings {
  font-family: "Basis Grotesque Pro", sans-serif;
  font-weight: 400 !important;
}
.sidebar {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar-menu ul li {
  margin-bottom: 10px;
}
.sidebar .sidebar-menu ul li a {
  color: #9b9b9b;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar .sidebar-menu ul li[class*="current"] > a,
.sidebar .sidebar-menu ul li[class^="current"] > a,
.sidebar .sidebar-menu ul li a:hover {
  color: #f00;
  font-weight: 700;
}
.sidebar .widget {
  margin-top: 120px;
}
.sidebar .widget h4 {
  color: #454545;
  font-weight: 600;
  padding-bottom: 15px;
  font-weight: 700;
}
.sidebar .widget li {
  padding: 15px 0;
  border-top: 1px solid #dedede;
}
.sidebar .widget li a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #3e3e3e;
  font-weight: 600;
}
.sidebar .widget li a:hover {
  color: #f00;
}
.sidebar .widget li .date {
  margin-top: 10px;
  color: #bebebe;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.sidebar .widget li.more a {
  color: #f00;
  font-size: 11px;
  line-height: 13px;
}
.footer-contact {
  padding: 100px 0 200px 0;
  font-size: 17px;
  line-height: 20px;
  color: #fefefe;
  background-color: #0a182a;
  border-top: 0.2em solid #f00;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    padding: 60px 0 150px 0;
  }
}
.footer-contact .container {
  padding: 0 25px;
}
.footer-contact .container .join-header h5 {
  font-size: 1.5rem;
  line-height: 1;
  color: #f00;
  text-transform: uppercase;
  text-align: center;
  font-family: "Sansation", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-contact .container .join-header h5 {
    width: 95%;
  }
}
.footer-contact .container .join-header h5::after,
.footer-contact .container .join-header h5::before {
  content: '';
  width: 10%;
  border-top: 2px solid #f00;
}
.footer-contact .container .join-header h2 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 3rem;
  font-family: "Basis Grotesque Pro", sans-serif;
  text-align: center;
  text-transform: capitalize;
}
.footer-contact .container .join-header p {
  color: #fefefe;
  text-align: center;
  padding: 1rem 0 3rem 0;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto;
}
.footer-contact .container .join-club {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .footer-contact .container .join-club {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-contact .container .join-club .why-join {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  gap: 2rem;
}
.footer-contact .container .join-club .why-join .members-benefits h5 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 2rem;
  font-family: "Basis Grotesque Pro", sans-serif;
  text-align: left;
  color: #fefefe;
}
.footer-contact .container .join-club .why-join .members-benefits p {
  font-weight: 300;
  color: #fefefe;
  text-align: left;
  padding: 1rem 0 3rem 0;
  line-height: 1.5;
  min-height: 200px;
}
.footer-contact .container .join-club .why-join .image-icon {
  margin: 0;
  padding: 0;
}
.footer-contact .container .join-club .why-join .image-icon img {
  height: 90px;
  display: block;
  text-align: center;
  padding: 0;
}
.footer-contact .container .join-now {
  display: block;
}
.footer-contact .col-3 {
  text-align: right;
}
.footer {
  background: #fefefe;
  border-top: 0.2em solid #f00;
  padding: 0;
  margin-top: -20px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0px 0 38px;
  }
}
.footer a {
  color: #fefefe;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer a:hover {
  color: #f00;
}
.footer .footer-top {
  padding: 40px 40px 0 40px;
  border-radius: 2rem 2rem 0 0;
  margin-top: -80px;
  background: #1f9ea5;
}
@media screen and (max-width: 1023px) {
  .footer .footer-top {
    padding: 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top {
    padding: 0;
    text-align: center;
  }
}
.footer .footer-top .logo {
  margin-right: -780px;
  width: 100%;
}
.footer .footer-top .logo .box {
  margin-right: 780px;
}
.footer .footer-top .logo .box img {
  width: 150px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-top .logo {
    margin-right: 0;
    width: 97px;
    margin-bottom: 40px;
  }
  .footer .footer-top .logo .box {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top .logo {
    margin-right: 0;
    width: 100%;
  }
  .footer .footer-top .logo .box {
    margin-right: 0;
  }
  .footer .footer-top .logo .box img {
    width: 150px;
    margin-top: 1rem;
  }
}
.footer .footer-top .footer-right {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .footer .footer-top .footer-right .social {
    margin-bottom: 1rem;
  }
}
.footer .footer-top .footer-right .social .fa-brands {
  color: #fefefe;
  font-size: 1.7rem;
  padding: 0 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer .footer-top .footer-right .social .fa-brands {
    text-align: center;
    padding: 0 1rem !important;
  }
}
.footer .footer-top .footer-right .social .fa-brands:first-child {
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-top .footer-right .social .fa-brands:first-child {
    padding: 0;
  }
}
.footer .footer-top .footer-right .social .fa-brands:hover {
  color: #1b3f78;
}
@media screen and (max-width: 1023px) {
  .footer .footer-top .footer-right {
    margin-left: -200px;
    width: 100%;
  }
  .footer .footer-top .footer-right .box {
    margin-left: 200px;
  }
  .footer .footer-top .footer-right .col-3 {
    width: 50%;
    margin-bottom: 70px;
  }
  .footer .footer-top .footer-right .col-3:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top .footer-right {
    margin-left: 0;
  }
  .footer .footer-top .footer-right .box {
    margin-left: 0;
  }
  .footer .footer-top .footer-right .col-3 {
    width: 100%;
    margin-bottom: 43px;
  }
}
.footer .footer-top .footer-right h3 {
  margin-bottom: 12px;
  font-weight: 700;
  color: #1b3f78;
  font-size: 1.25rem;
}
.footer .footer-top .footer-right li {
  margin-bottom: 6px;
  font-weight: 300;
  color: #fefefe;
}
.footer .footer-top .footer-right li a {
  color: inherit;
}
.footer .footer-bottom {
  font-size: 0.9rem;
  background: #1f9ea5;
  padding: 20px 40px 25px 40px;
}
.footer .footer-bottom a {
  color: #fefefe;
}
.footer .footer-bottom .fr a+a {
  margin-left: 35px;
}
.contact-left.entry-content h3 {
  margin-bottom: 0;
  color: #545454;
  font-weight: 700;
}
.contact-left.entry-content h2 {
  font-size: 55px;
  line-height: 1.1em;
  font-weight: 700;
}
.form .field {
  margin-bottom: 16px;
}
.form .field .txt {
  font-size: 16px;
  margin-bottom: 5px;
}
.form .field input,
.form .field textarea {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 10px;
  width: 100%;
}
.form .field textarea {
  height: 118px;
}
.form .submit input {
  width: 100%;
  background-color: #bfbfbf;
  text-transform: uppercase;
  padding: 12px;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
}
.form .field {
  margin-bottom: 16px;
}
.form .field .txt {
  font-size: 16px;
  margin-bottom: 5px;
}
.form .field input,
.form .field textarea,
.form .field select {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 10px;
  width: 100%;
}
.form .field textarea {
  height: 118px;
}
.form .field select {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/dropdown.svg") 98% center no-repeat #fff;
}
.form .field select::-ms-expand {
  display: none;
}
.form .submit input {
  width: 100%;
  background-color: #bfbfbf;
  text-transform: uppercase;
  padding: 12px;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
}
.mobile-menu,
.menu-toggle {
  display: none;
}
.menu-toggle {
  position: absolute;
  background-image: url("../img/menu-item.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  background-size: 36px;
  cursor: pointer;
  top: 13px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    top: 3px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-toggle {
    display: block;
  }
  .menu-open {
    overflow: hidden !important;
    width: auto;
  }
  .menu-open body {
    overflow: hidden !important;
  }
  .wrapper {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .menu-open .wrapper {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  .mobile-menu {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: #232323;
    overflow-y: auto;
    z-index: 9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .menu-open .mobile-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu >ul [class^="current"] > a,
  .mobile-menu >ul [class*="current"] > a {
    background: #d5dce0;
    color: #00f;
  }
  .mobile-menu >ul > li {
    border-bottom: 1px solid #fff;
  }
  .mobile-menu >ul > li >a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px;
  }
  .mobile-menu >ul > li li a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 15px 10px 25px;
    border-top: 1px solid #fff;
  }
  .mobile-menu >ul > li li li a {
    padding: 10px 15px 10px 40px;
  }
}
/*# sourceMappingURL=style.css.map */