@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}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Sansation", sans-serif;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 14px;
  }
}
.container-wide {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.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: -20px;
  margin-right: -20px;
}
.row [class*="col-"] {
  padding: 0 20px;
  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,
h2,
h3,
h4,
h5 {
  font-family: "DynaPuff", system-ui;
  padding: 0 0 2rem 0;
  font-weight: 500;
}
h1 {
  font-size: 3.5rem;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}
h2 {
  font-size: 3rem;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 2.5rem;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 2rem;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 26px;
  }
}
h5 {
  font-size: 1.5rem;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 26px;
  }
}
p {
  padding: 0 0 1rem 0;
  color: #000;
}
.no-scroll {
  overflow: hidden !important;
  width: auto;
}
.no-scroll body {
  overflow: hidden !important;
}
.header {
  margin-top: 0px;
  padding: 0 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -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;
}
.fixed .header {
  position: fixed;
  margin-top: 0 !important;
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  background-color: #fff !important;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    margin-top: 15px;
  }
}
.header .container {
  max-width: 1140px;
  height: 155px;
}
.fixed .header .container {
  height: 75px;
}
@media screen and (max-width: 767px) {
  .header .container {
    height: 43px;
  }
}
.header .container .logo {
  margin: 0;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header .container .logo {
    margin: -7px 0;
    width: 158px;
  }
}
.header .container .logo 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;
  display: block;
  width: 140px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .header .container .logo img {
    width: 158px;
    height: 57px;
  }
}
.header .container .logo.scroll {
  display: none;
}
.fixed .header .container .logo {
  display: none;
}
.fixed .header .container .logo.scroll {
  display: block;
  padding: 0;
  height: 75px;
  width: 180px;
}
.fixed .header .container .logo.scroll img {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .fixed .header .container .logo.scroll {
    height: 57px;
    width: 130px;
  }
}
.header .tel {
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 23px;
  margin-left: 180px;
  font-family: font-open-sans;
  font-weight: 600;
  letter-spacing: -0.95px;
}
@media screen and (max-width: 1140px) {
  .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: 1.125rem;
  letter-spacing: 1.2px;
  line-height: 20px;
  font-family: "DynaPuff", system-ui;
  text-transform: capitalize;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .header .main-menu {
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    width: 388px;
    background-color: #2b2525;
    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: 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li {
    float: none;
    border-top: 1px solid #4b4b4b;
    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: 60px 0 60px 0;
  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: #000;
  border: 1px solid transparent;
}
.fixed .header .main-menu >ul >li >a {
  padding: 26px 0;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li >a {
    padding: 14px 0 14px 22px;
  }
}
.header .main-menu >ul >li[class*="current"] > a,
.header .main-menu >ul >li[class^="current"] > a,
.header .main-menu >ul >li a:hover {
  color: #71ac37;
}
.header .main-menu >ul >li:hover >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: 100px;
  left: 50%;
  margin-left: -130px;
  background-color: #71ac37;
  -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 #000;
  }
}
.header .main-menu >ul >li >ul >li {
  border-top: 1px solid #000;
}
@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: #fff;
  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: #fff;
}
@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: 16px;
}
@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: #f00;
  width: 136px;
  text-align: center;
  border: 1px solid #e7808d;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.08px;
}
.header .main-menu >ul .menu-login >a:hover {
  background-color: #fff;
  color: #f00;
}
@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);
  }
}
.inner-nav {
  background-color: transparent !important;
}
.banner {
  display: block;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .banner {
    min-height: 265px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    min-height: 150px;
  }
}
.banner h2 {
  font-size: 62px;
  line-height: 74px;
  color: #535353;
  padding-top: 250px;
  font-weight: 700;
  display: none;
}
@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;
  }
}
.slider {
  position: relative;
}
.slider li {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}
@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-top: 183px;
}
@media screen and (max-width: 767px) {
  .slider li .txt {
    padding-top: 80px;
  }
}
.slider li h2 {
  color: #414141;
  font-size: 62px;
  line-height: 1.2em;
  font-family: font-fira-sans;
  font-weight: 500;
  letter-spacing: -2.22px;
}
@media screen and (max-width: 767px) {
  .slider li h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1023px) {
  .slider .bx-wrapper {
    position: relative;
  }
}
.slider .bx-controls {
  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: 1140px) {
  .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: #fff;
}
.slider .login {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2b2525;
  background-color: rgba(43,37,37,0.92);
  z-index: 999;
  padding: 20px 0;
  display: none;
}
@media screen and (max-width: 1023px) {
  .slider .login {
    position: relative;
  }
  .slider .login .row {
    margin: 0;
  }
  .slider .login .col-6 {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider .login form {
    display: none;
  }
}
.slider .login form .top input {
  font-size: 17px;
  line-height: 20px;
  padding: 15px 10px;
  color: #a5a5a5;
  border: 0;
  background-color: #fff;
  width: 40%;
  float: left;
  font-weight: 600;
}
.slider .login form .top input[type="text"] {
  border-right: 1px solid #ddd;
}
.slider .login form .top input[type="submit"] {
  background-color: #f00;
  color: #fff;
  width: 20%;
}
.slider .login form .bottom {
  color: #fff;
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}
.slider .login form .bottom input {
  width: 20px;
  vertical-align: middle;
}
.slider .login form .bottom a {
  color: #fff;
}
.slider .login .btn {
  background-color: #f00;
  text-align: center;
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border: 1px solid #e67c88;
  border-radius: 3px;
  font-size: 16px;
  line-height: 19px;
}
.slider .login .creat {
  margin-top: 5px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .slider .login .creat {
    border-top: 1px solid #4b4b4b;
    margin-top: 18px;
    padding-top: 10px;
  }
}
.slider .login .creat h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: font-fira-sans;
  letter-spacing: -0.26px;
}
.slider .login .creat p {
  font-size: 17px;
  line-height: 20px;
  font-family: font-open-sans;
  font-weight: 300;
}
.slider .login .creat a.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/right.png") no-repeat right center;
}
@media screen and (max-width: 1140px) {
  .slider .login .creat a.link {
    width: 95%;
  }
}
@media screen and (max-width: 1023px) {
  .slider .login .creat a.link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .slider .login .creat a.link {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slider .login .creat a.mobile {
    display: inline-block;
    color: #f00;
  }
}
.welcome-section {
  margin: 0;
  position: relative;
  background: #b2f2f8;
  min-height: 500px;
  padding: 0 0 7rem 0;
}
.welcome-section .welcome-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.welcome-section .welcome-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
}
.welcome-section .welcome-top .shape-fill {
  fill: #fff;
}
.welcome-section .welcome-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.welcome-section .welcome-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 30px;
}
.welcome-section .welcome-bottom .shape-fill {
  fill: #ebebeb;
}
.welcome-section .welcome {
  margin: 9rem 0 10rem 0;
}
.welcome-section .welcome h1 {
  text-align: center;
  line-height: 1;
  color: #000;
  padding: 0 0 2rem 0;
}
.welcome-section .welcome .welcome-content {
  padding-right: 3rem;
}
.welcome-section .welcome .welcome-content h3 {
  color: #000;
}
.welcome-section .welcome .welcome-content p {
  color: #000;
  line-height: 1.2;
  text-align: left;
  padding: 0 0 1rem 0;
  font-family: "Sansation", sans-serif;
}
.welcome-section .welcome .welcome-image {
  position: relative;
}
.welcome-section .welcome .welcome-image .img-bg {
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  border-radius: 40% 10% 40% 10%/10% 40% 10% 40%;
  z-index: 0;
}
.welcome-section .welcome .welcome-image img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.courses-section {
  background: #ebebeb;
  padding: 5rem 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .courses-section {
    padding: 0 0 65px;
  }
}
.courses-section .course-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.courses-section .course-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 30px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.courses-section .course-bottom .shape-fill {
  fill: #fff;
}
.courses-section .container {
  padding: 0 25px;
}
@media screen and (max-width: 1023px) {
  .courses-section .container {
    padding: 0 68px;
  }
  .courses-section .container .row {
    font-size: 0;
    margin-left: -34px;
    margin-right: -34px;
  }
  .courses-section .container .col-5-1 {
    width: 33.33%;
    float: none;
    display: inline-block;
    padding: 0 34px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .courses-section .container {
    padding: 0;
  }
  .courses-section .container .row {
    margin: 0;
  }
  .courses-section .container .col-5-1 {
    width: 100%;
    display: block;
    padding: 15px 14px;
    border-bottom: 1px solid #d7d7d7;
  }
}
.courses-section .container h2 {
  text-transform: capitalize;
  color: #71ac37;
  padding-bottom: 5rem;
}
.courses-section .container .courses-home {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
  margin-bottom: 4rem;
}
.courses-section .container .courses-home .courses-item {
  display: grid;
  gap: 3rem;
  grid-template-columns: 40% 60%;
  -ms-flex-line-pack: start;
  -webkit-align-content: start;
  align-content: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.courses-section .container .courses-home .courses-item:nth-child(even) {
  grid-template-columns: 60% 40%;
}
.courses-section .container .courses-home .courses-item:nth-child(even) .img-wrap {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.courses-section .container .courses-home .courses-item .img-bg {
  border: 7px solid #494c96;
  background: #b2f2f8;
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  z-index: 0;
}
.courses-section .container .courses-home .courses-item .img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-height: 400px;
}
.courses-section .container .courses-home .courses-item .img img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.courses-section .container .courses-home .courses-item .img-wrap {
  position: relative;
  display: block;
}
.courses-section .container .courses-home .courses-item .text {
  text-align: left;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.courses-section .container .courses-home .courses-item .text a {
  display: block;
  background: #494c96;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  text-align: center;
  margin: 2rem 0 0 0;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 600;
  border: 0.125em solid #494c96;
}
.courses-section .container .courses-home .courses-item .text a:hover {
  background: #b2f2f8;
  color: #494c96;
}
.courses-section .container .courses-home .courses-item .name {
  font-size: 2rem;
  letter-spacing: 1.2px;
  line-height: 1.2;
  color: #494c96;
  font-weight: 700;
  font-family: "DynaPuff", system-ui;
  padding-bottom: 10px;
}
.courses-section .container .courses-home .courses-item .name span {
  display: block;
  font-size: 1.5rem;
  color: #000;
}
.courses-section .container .courses-item:nth-child(1) .img-bg {
  border-radius: 19% 20% 15% 25%/33% 20% 15% 25%;
}
.courses-section .container .courses-item:nth-child(1) .img {
  border-radius: 50% 25% 15% 31%/50% 25% 25% 25%;
}
.courses-section .container .courses-item:nth-child(2) .img-bg {
  border-radius: 15% 15% 20% 10%/19% 55% 20% 10%;
}
.courses-section .container .courses-item:nth-child(2) .img {
  border-radius: 29% 24% 15% 19%/35% 65% 25% 25%;
}
.courses-section .container .courses-item:nth-child(3) .img-bg {
  border-radius: 14% 43% 19% 10%/14% 22% 14% 22%;
}
.courses-section .container .courses-item:nth-child(3) .img {
  border-radius: 16% 25% 12% 32%/22% 19% 27% 35%;
}
.courses-section .container .courses-item:nth-child(4) .img-bg {
  border-radius: 15% 15% 20% 10%/19% 55% 20% 10%;
}
.courses-section .container .courses-item:nth-child(4) .img {
  border-radius: 29% 24% 15% 19%/35% 65% 25% 25%;
}
.courses-section .container .courses-item:nth-child(5) .img-bg {
  border-radius: 14% 43% 19% 10%/14% 22% 14% 22%;
}
.courses-section .container .courses-item:nth-child(5) .img {
  border-radius: 16% 25% 12% 32%/22% 19% 27% 35%;
}
.courses-section .container .courses-item:nth-child(7) .img-bg {
  border-radius: 15% 15% 20% 10%/19% 55% 20% 10%;
}
.courses-section .container .courses-item:nth-child(7) .img {
  border-radius: 29% 24% 15% 19%/35% 65% 25% 25%;
}
.courses-section .container .courses-item:nth-child(8) .img-bg {
  border-radius: 14% 43% 19% 10%/14% 22% 14% 22%;
}
.courses-section .container .courses-item:nth-child(8) .img {
  border-radius: 16% 25% 12% 32%/22% 19% 27% 35%;
}
.courses-section .container .more {
  margin: 2rem 0;
}
.courses-section .container .more a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  background-color: #71ac37;
  padding: 15px 25px;
  -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: 600;
  text-align: center;
  letter-spacing: 1.2px;
  border-radius: 100px;
  font-family: "DynaPuff", system-ui;
}
.courses-section .container .more a:hover {
  background-color: #494c96;
  color: #fff;
}
.testimonials {
  min-height: 150px;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #000;
  padding: 70px 0;
  background: #ebebeb;
}
.testimonials .section-title {
  color: #71ac37;
  font-size: 3rem;
  font-family: "DynaPuff", system-ui;
  padding: 0 0 2rem 0;
}
.testimonials h2 {
  font-weight: 700;
  font-size: 2rem;
  font-style: italic;
  font-family: "Sansation", sans-serif;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  .testimonials h2 {
    font-size: 30px;
  }
}
.testimonials .txt {
  font-size: 1.5rem;
  line-height: 1.2em;
  margin: 2rem 0 0 0;
}
.icons {
  display: none;
  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 {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  display: none;
  position: relative;
}
.breadcrumb .breadcrumb-top-shape {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.breadcrumb .breadcrumb-top-shape svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 30px;
}
.breadcrumb .breadcrumb-top-shape .shape-fill {
  fill: #ebebeb;
}
.breadcrumb .container {
  font-weight: 700;
}
.breadcrumb a {
  color: #fff;
  font-weight: 700;
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    min-height: 10px;
  }
  .breadcrumb .container {
    display: none;
  }
}
.main {
  padding: 5rem 0;
  background: #ebebeb;
  position: relative;
}
.main .title {
  margin-bottom: 3rem;
  color: #71ac37;
  font-family: "DynaPuff", system-ui;
}
@media screen and (max-width: 1023px) {
  .main .row {
    margin: 0;
  }
  .main [class*="col-"] {
    padding: 0;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding: 63px 0;
  }
  .main h2 {
    font-size: 40px;
  }
}
.main .main-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.main .main-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 30px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.main .main-bottom .shape-fill {
  fill: #fff;
}
.book .img-wrapper-main {
  position: relative;
  display: block;
  margin-bottom: 4rem;
}
.book .img-wrapper-main .img-bg {
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  background: #494c96;
  border-radius: 50% 44% 35% 70%/53% 25% 44% 72%;
  z-index: 0;
}
.book .img-wrapper-main .img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.book .img-wrapper-main .img img {
  display: block;
  width: 100%;
}
.sidebar {
  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: #71ac37;
  -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: #000;
  font-weight: 700;
}
.sidebar .widget {
  margin-top: 120px;
}
.sidebar .widget h4 {
  color: #71ac37;
  font-weight: 600;
  padding-bottom: 15px;
  font-weight: 700;
}
.sidebar .widget li {
  padding: 15px 0;
  border-top: 2px solid rgba(113,172,55,0.2);
}
.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 a img {
  display: block;
  width: 100%;
}
.sidebar .widget li .product-title {
  margin-top: 10px;
  color: #71ac37;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 700;
}
.sidebar .widget li .cost {
  color: #000;
  font-size: 1rem;
}
.sidebar .widget li.more {
  display: none;
}
.sidebar .widget li.more a {
  color: #f00;
  font-size: 11px;
  line-height: 13px;
}
.contact-left.entry-content h3 {
  margin-bottom: 0;
  color: #71ac37;
  font-weight: 700;
}
.contact-left.entry-content h2 {
  line-height: 1.1em;
  font-weight: 700;
}
.form .field {
  margin-bottom: 16px;
}
.form .field .txt {
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.form .field input,
.form .field textarea {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px;
  width: 100%;
}
.form .field input:focus,
.form .field textarea:focus {
  outline: none;
  border: 2px solid #71ac37 !important;
}
.form .field textarea {
  height: 118px;
  border-radius: 20px;
}
.form .field textarea:focus {
  outline: none;
  border: 2px solid #71ac37 !important;
}
.form .submit input {
  width: 100%;
  background-color: #71ac37;
  text-transform: uppercase;
  border: 2px solid #71ac37;
  border-radius: 50px;
  padding: 12px;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
}
.form .submit input:hover {
  background: #fff;
  color: #71ac37;
  border: 2px solid #71ac37;
}
.shop {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 5rem 0;
}
.shop .shop-item .image {
  background: #fff;
  border-radius: 50px;
  padding: 20px;
  position: relative;
}
.shop .shop-item .image .sale {
  position: absolute;
  top: -10px;
  right: -10px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: #71ac37;
  color: #fff;
  z-index: 2;
  padding: 0;
  clip-path: polygon(50% 0%, 56% 8%, 63% 3%, 67% 12%, 75% 8%, 77% 18%, 86% 16%, 85% 26%, 95% 27%, 91% 36%, 100% 40%, 93% 47%, 100% 53%, 91% 57%, 95% 66%, 85% 68%, 86% 78%, 77% 78%, 75% 88%, 66% 85%, 63% 94%, 55% 89%, 50% 97%, 45% 89%, 37% 94%, 34% 85%, 25% 88%, 23% 78%, 14% 78%, 15% 68%, 5% 66%, 9% 57%, 0% 53%, 7% 47%, 0% 40%, 9% 36%, 5% 27%, 15% 26%, 14% 16%, 23% 18%, 25% 8%, 33% 12%, 37% 3%, 44% 8%);
}
.shop .shop-item .image .sale span {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  display: block;
  font-weight: 700;
  font-family: "DynaPuff", system-ui;
  text-align: center;
  line-height: 1;
  font-size: 0.9rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: -5px;
}
.shop .shop-item .image img {
  display: block;
  width: 100%;
}
.shop .shop-item .details .prod-title {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  padding: 20px 0 10px 0;
}
.shop .shop-item .details .prod-price {
  color: #71ac37;
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.shop .shop-item .details .prod-cart {
  display: block;
  background: #494c96;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 50px;
  margin: 0.5rem 0 0 0;
  border: 0.125em solid #494c96;
}
.shop .shop-item .details .prod-cart:hover {
  background: #b2f2f8;
  color: #494c96;
}
.book-marketing {
  padding: 7rem 0 7rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .book-marketing {
    padding: 36px 0;
  }
}
.book-marketing .footer-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.book-marketing .footer-bottom-shape svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 30px;
}
.book-marketing .footer-bottom-shape .shape-fill {
  fill: #ebebeb;
}
.book-marketing h2 {
  margin-bottom: 5px;
}
.book-marketing .col-3 {
  text-align: right;
}
.book-marketing .img-wrapper {
  position: relative;
  display: block;
  margin-bottom: 4rem;
}
.book-marketing .img-wrapper .img-bg {
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  background: #494c96;
  border-radius: 50% 44% 35% 70%/53% 25% 44% 72%;
  z-index: 0;
}
.book-marketing .img-wrapper .img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.book-marketing .img-wrapper .img img {
  display: block;
  width: 100%;
}
.book-marketing h3 {
  margin: 1rem 0 0;
}
.buy-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.buy-btn .btn {
  background: #71ac37;
  display: block;
  padding: 15px 10px;
  font-size: 1.125rem;
  line-height: 1.1;
  -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-radius: 50px;
  font-weight: 500;
  font-family: "DynaPuff", system-ui;
  color: #fff;
  text-align: center;
}
.buy-btn .btn .svg-inline--fa {
  padding: 0 10px 0 0;
  display: inline-block;
  font-size: 1.1rem;
}
.buy-btn .btn:hover {
  color: #000;
}
.buy-btn .amazon {
  color: #fff;
  background: #f90;
}
@media screen and (max-width: 1023px) {
  .buy-btn {
    display: block;
    text-align: center;
    padding: 11px 10px;
  }
}
.read {
  background: #71ac37;
  display: inline-block;
  padding: 15px 20px;
  font-size: 1.125rem;
  line-height: 1.1;
  -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-radius: 50px;
  font-weight: 500;
  font-family: "DynaPuff", system-ui;
  color: #fff;
  text-align: center;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 1023px) {
  .read {
    display: block;
    text-align: center;
    padding: 11px 10px;
  }
}
.read:hover {
  color: #000;
}
.amazon {
  color: #fff;
  background: #f90;
}
.footer {
  background: #71ac37;
  padding: 3rem 0;
}
.footer .footer-top {
  padding: 0 0 2rem 0;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
.footer .footer-top ul {
  list-style: none;
}
.footer .footer-top ul li {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 1.2em;
}
.footer .footer-top ul li a {
  color: #fff;
}
.footer .footer-top ul li a :hover {
  color: #000;
}
.footer .footer-middle {
  border-bottom: 0.1rem solid rgba(255,255,255,0.5);
  border-top: 0.1rem solid rgba(255,255,255,0.5);
  padding: 20px 0;
  margin-bottom: 28px;
}
.footer .footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.footer .footer-middle ul li {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  font-family: "DynaPuff", system-ui;
  letter-spacing: 1.2px;
}
.footer .footer-middle ul li:before {
  content: '\2022';
  padding: 0 1rem;
  color: #fff;
}
.footer .footer-middle ul li:first-child:before {
  display: none;
}
.footer .footer-middle ul li a {
  color: #fff;
}
.footer .footer-middle ul li :hover {
  color: #000;
}
.footer .footer-bottom {
  margin: 0 auto;
  text-align: center;
}
.footer .footer-bottom ul {
  list-style: none;
}
.footer .footer-bottom ul li {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.footer .footer-bottom ul li a {
  color: #fff;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}
.footer .footer-bottom ul li :hover {
  color: #000;
}
.mobile-menu,
.menu-toggle {
  display: none;
}
.menu-toggle {
  position: absolute;
  background-image: url("../img/menu.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: 2px;
    right: 5px;
    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: #494c96;
  }
  .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;
  }
}
#sloth {
  position: fixed;
  bottom: 0;
  left: -170px;
  width: 140px;
  height: auto;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  pointer-events: none;
  z-index: 9999;
}
#sloth.animate {
  -webkit-animation: walk-sloth 22s linear forwards, bob 0.5s ease-in-out infinite;
  -moz-animation: walk-sloth 22s linear forwards, bob 0.5s ease-in-out infinite;
  -o-animation: walk-sloth 22s linear forwards, bob 0.5s ease-in-out infinite;
  -ms-animation: walk-sloth 22s linear forwards, bob 0.5s ease-in-out infinite;
  animation: walk-sloth 22s linear forwards, bob 0.5s ease-in-out infinite;
}
#sloth.arrived {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
  left: calc(100% - 150px);
  -webkit-transform: rotate(0deg) translateY(0px);
  -moz-transform: rotate(0deg) translateY(0px);
  -o-transform: rotate(0deg) translateY(0px);
  -ms-transform: rotate(0deg) translateY(0px);
  transform: rotate(0deg) translateY(0px);
}
#zombie {
  position: fixed;
  bottom: 0;
  left: -150px;
  width: 150px;
  height: auto;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  pointer-events: none;
  z-index: 9999;
}
#zombie.animate {
  -webkit-animation: walk-zombie 20s linear forwards, bob 0.5s ease-in-out infinite;
  -moz-animation: walk-zombie 20s linear forwards, bob 0.5s ease-in-out infinite;
  -o-animation: walk-zombie 20s linear forwards, bob 0.5s ease-in-out infinite;
  -ms-animation: walk-zombie 20s linear forwards, bob 0.5s ease-in-out infinite;
  animation: walk-zombie 20s linear forwards, bob 0.5s ease-in-out infinite;
}
#zombie.arrived {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
  left: calc(100% - 0px);
  -webkit-transform: rotate(0deg) translateY(0px);
  -moz-transform: rotate(0deg) translateY(0px);
  -o-transform: rotate(0deg) translateY(0px);
  -ms-transform: rotate(0deg) translateY(0px);
  transform: rotate(0deg) translateY(0px);
}
.animate-text,
.animate-image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.animate-text {
  -webkit-animation-name: slideInBottomLeft;
  -moz-animation-name: slideInBottomLeft;
  -o-animation-name: slideInBottomLeft;
  -ms-animation-name: slideInBottomLeft;
  animation-name: slideInBottomLeft;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.animate-image {
  -webkit-animation-name: slideInBottomRight;
  -moz-animation-name: slideInBottomRight;
  -o-animation-name: slideInBottomRight;
  -ms-animation-name: slideInBottomRight;
  animation-name: slideInBottomRight;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animate-text.in-view,
.animate-image.in-view {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}
@-moz-keyframes walk-sloth {
  0% {
    left: -150px;
  }
  100% {
    left: calc(100% - 150px);
  }
}
@-webkit-keyframes walk-sloth {
  0% {
    left: -150px;
  }
  100% {
    left: calc(100% - 150px);
  }
}
@-o-keyframes walk-sloth {
  0% {
    left: -150px;
  }
  100% {
    left: calc(100% - 150px);
  }
}
@keyframes walk-sloth {
  0% {
    left: -150px;
  }
  100% {
    left: calc(100% - 150px);
  }
}
@-moz-keyframes walk-zombie {
  0% {
    left: 0px;
  }
  100% {
    left: calc(100% - 0px);
  }
}
@-webkit-keyframes walk-zombie {
  0% {
    left: 0px;
  }
  100% {
    left: calc(100% - 0px);
  }
}
@-o-keyframes walk-zombie {
  0% {
    left: 0px;
  }
  100% {
    left: calc(100% - 0px);
  }
}
@keyframes walk-zombie {
  0% {
    left: 0px;
  }
  100% {
    left: calc(100% - 0px);
  }
}
@-moz-keyframes bob {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(-2deg);
    -moz-transform: translateY(0px) rotate(-2deg);
    -o-transform: translateY(0px) rotate(-2deg);
    -ms-transform: translateY(0px) rotate(-2deg);
    transform: translateY(0px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(2deg);
    -moz-transform: translateY(-8px) rotate(2deg);
    -o-transform: translateY(-8px) rotate(2deg);
    -ms-transform: translateY(-8px) rotate(2deg);
    transform: translateY(-8px) rotate(2deg);
  }
}
@-webkit-keyframes bob {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(-2deg);
    -moz-transform: translateY(0px) rotate(-2deg);
    -o-transform: translateY(0px) rotate(-2deg);
    -ms-transform: translateY(0px) rotate(-2deg);
    transform: translateY(0px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(2deg);
    -moz-transform: translateY(-8px) rotate(2deg);
    -o-transform: translateY(-8px) rotate(2deg);
    -ms-transform: translateY(-8px) rotate(2deg);
    transform: translateY(-8px) rotate(2deg);
  }
}
@-o-keyframes bob {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(-2deg);
    -moz-transform: translateY(0px) rotate(-2deg);
    -o-transform: translateY(0px) rotate(-2deg);
    -ms-transform: translateY(0px) rotate(-2deg);
    transform: translateY(0px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(2deg);
    -moz-transform: translateY(-8px) rotate(2deg);
    -o-transform: translateY(-8px) rotate(2deg);
    -ms-transform: translateY(-8px) rotate(2deg);
    transform: translateY(-8px) rotate(2deg);
  }
}
@keyframes bob {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(-2deg);
    -moz-transform: translateY(0px) rotate(-2deg);
    -o-transform: translateY(0px) rotate(-2deg);
    -ms-transform: translateY(0px) rotate(-2deg);
    transform: translateY(0px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(2deg);
    -moz-transform: translateY(-8px) rotate(2deg);
    -o-transform: translateY(-8px) rotate(2deg);
    -ms-transform: translateY(-8px) rotate(2deg);
    transform: translateY(-8px) rotate(2deg);
  }
}
@-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);
  }
}
@-moz-keyframes slideInBottomRight {
  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 slideInBottomRight {
  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 slideInBottomRight {
  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 slideInBottomRight {
  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);
  }
}
/*# sourceMappingURL=style.css.map */