@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Dancing+Script:wght@400;500;600;700&family=Great+Vibes&display=swap");

:root {
  --f1: "Roboto", sans-serif;
  --f2: "Roboto Slab", serif;
  --f3: "Cinzel", serif;
  --f4: "Dancing Script", cursive;
  --c1: #10a0be;
  --c2: #78b847;
  --icon-col: #e83a3a;
  --b1: #f4f4f4;
  --fc1: #606060;
  --bgc1: #eeeeee;
  --bgc2: #f4f4f4;
  --w: #ffffff;
}

html,
body {
  font-size: 16px;
}

h2 {
  font-family: var(--f1);
}

header {
  z-index: 10;
  background-size: 100% 200%;
}

nav a {
  display: inherit;
  line-height: 3rem;
  color: transparent;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) calc(1000% / 22), rgba(255, 255, 255, 0) calc(1200% / 22), rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) calc(1000% / 22), rgba(255, 255, 255, 0) calc(1200% / 22), rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) calc(1000% / 22), rgba(255, 255, 255, 0) calc(1200% / 22), rgba(255, 255, 255, 0) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  white-space: nowrap;
  overflow: hidden;
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

nav a:first-letter {
  color: var(--w);
  font-weight: 600;
  font-size: 1.4rem;
}

.vc video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

nav ul li a {
  top: 0px;
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -ms-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}

nav ul li a:hover {
  top: -10px;
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -ms-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}

.penone * {
  pointer-events: none;
}

@media only print {
  body::before {
    content: "This page is not meant to be printed.";
    display: block;
    padding: 1rem;
    color: var(--red);
    text-align: center;
  }
}

@media only screen and (min-width: 1000px) {
  .hamburger {
    display: none;
  }

  .pos {
    position: fixed;
  }

  nav a {
    animation: headacheofusers-wdc 2.4s 2s ease 1, headacheofusers-txt 1s 3.4s ease 1;
    animation-fill-mode: both;
  }

  .fc1d1,
  .fc2d2 {
    width: calc(200% / 3);
  }

  .fc1d2,
  .fc2d1 {
    width: calc(100% / 3);
  }

  .mhx {
    min-height: 100vh; /*37.125vw;*/
  }

  .h3rem {
    height: 43.2px;
  }

  @-webkit-keyframes headacheofusers-wdc {
    0% {
      width: 1.5rem;
    }
    100% {
      width: var(--mw);
    }
    /*		5.8375rem*/
  }

  @-moz-keyframes headacheofusers-wdc {
    0% {
      width: 1.5rem;
    }
    100% {
      width: var(--mw);
    }
    /*		5.8375rem*/
  }

  @-ms-keyframes headacheofusers-wdc {
    0% {
      width: 1.5rem;
    }
    100% {
      width: var(--mw);
    }
    /*		5.8375rem*/
  }

  @-o-keyframes headacheofusers-wdc {
    0% {
      width: 1.5rem;
    }
    100% {
      width: var(--mw);
    }
    /*		5.8375rem*/
  }

  @keyframes headacheofusers-wdc {
    0% {
      width: 1.5rem;
    }
    100% {
      width: var(--mw);
    }
    /*		5.8375rem*/
  }

  @-webkit-keyframes headacheofusers-txt {
    0% {
      background-position-x: 100%;
    }
    100% {
      background-position-x: 0%;
    }
  }

  @-moz-keyframes headacheofusers-txt {
    0% {
      background-position-x: 100%;
    }
    100% {
      background-position-x: 0%;
    }
  }

  @-ms-keyframes headacheofusers-txt {
    0% {
      background-position-x: 100%;
    }
    100% {
      background-position-x: 0%;
    }
  }

  @-o-keyframes headacheofusers-txt {
    0% {
      background-position-x: 100%;
    }
    100% {
      background-position-x: 0%;
    }
  }

  @keyframes headacheofusers-txt {
    0% {
      background-position-x: 100%;
    }
    100% {
      background-position-x: 0%;
    }
  }

  /* We Page Begin */

  /*
	.borbtwlc
	{
		border-bottom: 0.225rem solid var(--c1);
	}
*/

  .wlcbody {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .wlcw1,
  .wlcw2 {
    display: flex;
  }

  .wlcw1 > div,
  .wlcw2 > div {
    margin: auto;
  }

  .wlcw1 > div > .wlimg,
  .wlcw2 > div > .wlimg {
    text-align: center;
  }

  .wlcw1 > div > .wlimg > img,
  .wlcw2 > div > .wlimg > img {
    width: 20rem;
    height: 20rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px #00000070;
    -moz-box-shadow: 0px 0px 10px 0px #00000070;
    -ms-box-shadow: 0px 0px 10px 0px #00000070;
    -o-box-shadow: 0px 0px 10px 0px #00000070;
    box-shadow: 0px 0px 10px 0px #00000070;
  }

  .wlcw1 > div > .wldes,
  .wlcw2 > div > .wldes {
    text-align: center;
    padding: 1rem 0;
    font-size: 2rem;
  }

  .wlcw1 > div > .coname,
  .wlcw2 > div > .coname {
    text-indent: 0px;
    text-align: center;
    text-transform: uppercase;
  }

  .wewlbg {
    background-color: var(--c1);
  }

  .wlbtc1 {
    background-color: var(--w);
    color: var(--c1);
  }

  .wlbtc1:hover {
    color: var(--b);
    background-color: var(--w);
  }

  /* We Page End */

  .wlb {
    height: 70vh;
    background-size: cover;
    background-position: center;
  }

  .wlb-hd {
    position: absolute;
    right: 3rem;
    bottom: 70px;
    font-size: 3rem;
    color: var(--w);
    -webkit-text-shadow: 1px 2px 3px #000;
    -moz-text-shadow: 1px 2px 3px #000;
    -ms-text-shadow: 1px 2px 3px #000;
    -o-text-shadow: 1px 2px 3px #000;
    text-shadow: 1px 2px 3px #000;
    z-index: 1;
  }

  .crtx,
  .creatx {
    padding: 3rem 0px;
  }

  .pdb {
    padding-bottom: 0px;
  }

  .creatx > .crwr {
    padding: 0px 10vw 2rem;
  }

  .creatx > .crwr > .creatx-hd {
    font-size: 1.5rem;
    color: var(--b);
    padding: 0 0 2rem;
  }

  .crtx > .flwlx {
    display: flex;
  }

  .crtx > .flwlx > .crtx-b {
    width: 60%;
    padding: 0rem 3rem 0 4rem;
  }

  .crtx > .flwlx > .crtx-b > .crtx-hd {
    font-size: 1.5rem;
    color: var(--b);
    padding: 0 0 2rem 0rem;
    text-align: left;
  }

  .crtx > .flwlx > .crtx-b > .crtx-hd > span,
  .crtx > .flwlx > .add > h2 > span {
    font-size: 2.25rem;
    color: var(--c1);
    padding-right: 2rem;
    top: 4px;
  }

  .crtx > .flwlx > .crtx-b > ul {
    text-align: left;
  }

  .crtx > .flwlx > .crtx-b > ul > li {
    display: inline-block;
    padding: 2rem 0.75rem;
  }

  .crtx > .flwlx > .crtx-b > ul > li:first-child {
    padding-left: 0px;
  }

  .crtx > .flwlx > .crtx-b > ul > li > a {
    font-size: 2rem;
    color: var(--c1);
  }

  .crtx > .flwlx > .add {
    width: 40%;
    text-align: right;
    padding: 0 4rem 0 0;
  }

  .crtx > .flwlx > .add > h2 {
    font-size: 1.5rem;
    color: var(--b);
    padding: 0 0 2rem 0;
  }

  .vidx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem 2rem;
    padding: 3rem 10vw 2rem;
    z-index: 1;
  }

  .vidx > div > a {
    display: inline-block;
  }

  .vidx > div > a > img {
    width: 100%;
    height: auto;
  }

  /*
	.vidx > div > a > .plyr
	{
		display: none;
	}
*/

  .vidx > div {
    -webkit-box-shadow: 2px 2px 6px #0000004f;
    -ms-box-shadow: 2px 2px 6px #0000004f;
    -o-box-shadow: 2px 2px 6px #0000004f;
    -moz-box-shadow: 2px 2px 6px #0000004f;
    box-shadow: 2px 2px 6px #0000004f;
    /*		height: 11vw;*/
  }

  .vidx > div a > .plyr > .plyr__control--overlaid {
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, var(--c1))));
  }

  /*
	.vidx > div > div > .plyr__video-wrapper video
	{
		height: 12.5rem;
	}
*/

  .vm {
    padding: 18px 10vw 0rem 0vw;
    text-align: right;
    z-index: 1;
  }

  .vm > a {
    padding: 1rem 0.75rem 1rem 1.75rem;
    background: var(--c1);
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
    box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
  }

  .vm > a > span {
    color: var(--b);
    padding: 0.5rem 1rem 0.5rem 1rem;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.15rem;
    font-weight: 600;
  }

  .thwl {
    padding: 6rem 0px;
  }

  /*
	.thwl::before
	{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.40);
	}
*/

  .thwl > .pathTop {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }

  .thwl > .pathBottom {
    width: 100%;
  }

  .thwl > div > p {
    text-align: center;
    font-size: 1.5rem;
    font-style: italic;
    color: var(--w);
  }

  .wlcon {
    padding: 0rem 0vw 0 4rem;
  }

  .wlcon > .gr {
    padding: 2rem 0px;
  }

  .wlcon > .gr > h2 {
    font-size: 1.5rem;
    color: var(--b);
  }

  .wlcon > .gr > h2 > span {
    font-size: 2.25rem;
    color: var(--c1);
    padding-right: 2rem;
    top: 4px;
  }

  .footer_path {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }

  .formv2 {
    width: 54rem;
  }

  .formv2 > div {
    justify-content: space-between;
  }

  .formv2 > .flex > div {
    width: calc(50% - 1rem);
    padding-top: 1.25rem;
  }

  .formv2 > .flex > div > input,
  .formv2 > .txtar > div > input {
    width: 100%;
    line-height: 1.6em;
    padding: 0px 1rem;
  }

  .formv2 > div > div > input:not([type="submit"]) {
    border-bottom: 0.125rem solid #d0d0d0;
    z-index: 1;
  }

  .formv2 > div > div > textarea {
    z-index: 1;
    width: 100%;
  }

  .formv2 > .flex > div > label {
    position: absolute;
    top: 1.35rem;
    left: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .formv2 > .txtar {
    padding-top: 1.25rem;
  }

  .formv2 > .txtar > div {
    border: 0.25rem solid var(--wx);
    border-top: none;
  }

  .formv2 > .txtar > div > label {
    position: absolute;
    top: 0rem;
    left: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .formv2 > .txtar > div > textarea {
    padding-left: 0.75rem;
    border-bottom: 0.125rem solid #d0d0d0;
    border-left: 0.125rem solid #d0d0d0;
    border-right: 0.125rem solid #d0d0d0;
  }

  .formv2 > .submit {
    margin: 1.25rem 0 0 0;
  }

  .formv2 > .submit > div > input {
    padding: 0px 1rem;
    line-height: 2rem;
    border: 0.25rem solid var(--c1);
    cursor: pointer;
    display: inline-block;
  }

  .wl-posts {
    padding: 0rem 0px 5rem;
  }

  .wl-posts > .wl-p-gr {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
    grid-gap: 3rem;
    padding: 5rem 27vw 0px;
  }

  .wl-posts > .wl-p-gr2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
    padding: 3rem 15vw 0px;
  }

  .wl-g-p > h2 {
    color: var(--b);
    font-size: 1.5rem;
    padding: 1rem 0px 0.75rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .wl-g-p > h2:hover {
    color: var(--c1);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .wl-g-p > div:first-child {
    border: 0.225rem solid var(--c1);
    -webkit-box-shadow: 3px 3px 5px 0px #00000047;
    -moz-box-shadow: 3px 3px 5px 0px #00000047;
    -ms-box-shadow: 3px 3px 5px 0px #00000047;
    -o-box-shadow: 3px 3px 5px 0px #00000047;
    box-shadow: 3px 3px 5px 0px #00000047;
    overflow: hidden;
  }

  .wl-g-p > h4 {
    font-size: 1rem;
  }

  .wl-g-p > h4 > span > i {
    color: var(--c1);
    padding-right: 0.2rem;
  }

  .wl-g-p > h4 > span:nth-child(3) {
    padding-left: 1rem;
  }

  .wl-g-p > h4 > span.po-det {
    color: #00000094;
  }

  .wl-g-p > .content {
    padding: 1rem 0px;
  }

  .wl-g-p > .rmore > a {
    color: var(--c1);
  }

  .wl-g-p > .rmore > a > span {
    padding-right: 0.5rem;
  }

  .wl-g-p > .rmore > a > span > i {
    font-size: 1.3rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .wl-g-p > .rmore > a:hover > span > i {
    color: var(--b);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .creation-end {
    padding-bottom: 6rem;
  }

  .wl-g-p > .featured-post {
    height: 25vw;
  }

  .wl-g-p > .featured-post > div .plyr__video-wrapper #player {
    /*		height: calc(25vw - 0.45rem);*/
    height: 25vw;
  }

  .wl-g-p > .oth-post {
    height: 12vw;
  }

  .wl-g-p > .oth-post > div .plyr__video-wrapper video {
    /*		height: calc(15rem - 0.45rem);*/
    height: 12vw;
  }

  /* Let's Join Begin */

  .ljw {
    padding: 3rem 4rem 5rem;
  }

  .ljw-g {
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
  }

  .ljw-g > div > h2 {
    font-size: 1.5rem;
    color: var(--b);
    padding: 0 0 2rem 0rem;
    text-align: left;
  }

  .ljw-g > div:first-child {
    padding: 0px 8vw 0px 0px;
  }

  .ljw-g > div:last-child {
    padding: 0px 0vw 0px 0px;
  }

  .ljw-g > div > h2 > span {
    font-size: 2.25rem;
    color: var(--c1);
    padding-right: 2rem;
    top: 4px;
  }

  .formv3 > .flex > div {
    width: 50%;
    margin: 0 0.75rem;
  }

  .formv3 > .txtar {
    margin: 0px 0.75rem;
  }

  .formv3 > .flex > div > p,
  .formv3 > .txtar > p {
    font-weight: 400;
    text-indent: 0;
  }

  .formv3 > .flex > div > p > input,
  .formv3 > .flex > div > p > select {
    display: block;
    width: 100%;
    padding: 0.5rem;
    margin: 0.75rem 0;
    font-weight: 400;
    border: 0.225rem solid #ddd;
  }

  .formv3 > .txtar > p > textarea {
    display: block;
    width: 100%;
    margin: 0.75rem 0;
    border: 0.225rem solid #ddd;
    padding: 0.5rem;
  }

  .formv3 > .form-submit > input {
    padding: 0px 1rem;
    margin: 0 0.75rem;
    line-height: 2rem;
    border: 0.25rem solid var(--c1);
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .formv3 > .form-submit > input:hover {
    color: var(--w);
    background-color: var(--c1);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  /* Let's Join End */

  .grbgwl {
    background: #efefef;
  }

  .prlx {
    -webkit-box-shadow: 0px 0px 14px 4px #0000007a inset;
    -ms-box-shadow: 0px 0px 14px 4px #0000007a inset;
    -o-box-shadow: 0px 0px 14px 4px #0000007a inset;
    -moz-box-shadow: 0px 0px 14px 4px #0000007a inset;
    box-shadow: 0px 0px 14px 4px #0000007a inset;
  }

  /** We Page **/

  .weOne {
    height: 100vh;
  }

  .we-bg {
    height: inherit;
    background-size: cover;
    background-position: center;
  }

  .weTwo {
    padding: 3rem 23vw;
  }

  .weTwo > div > p:first-letter {
    font-size: 2rem;
    font-weight: 600;
  }

  .weTwo > div > p:nth-letter(2) {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .weTwo > div > p > span {
    font-family: var(--f1);
    font-weight: 700;
    /*		vertical-align: bottom;*/
    color: var(--fc1);
  }

  .weTwo > div > p > span.wlc1 {
    font-size: 2rem;
    /*		bottom: -5.8px;*/
  }

  .weTwo > div > p > span.wlc2 {
    font-size: 1.5rem;
    /*		bottom: -2px;*/
  }

  .weThree {
    padding: 3rem 0px;
  }

  .weThree > h2 {
    color: var(--fc1);
  }

  .bprint {
    padding: 2.75rem 0px 0rem;
  }

  .bprint > a {
    display: block;
  }

  .bprint > a > img {
    height: 12rem;
  }

  .webicon {
    height: 8rem;
  }

  .wlcwnm {
    margin: auto;
    width: 25rem;
  }

  .wlcwnm > p {
    font-weight: 600;
    color: var(--fc1);
  }

  .wlcwnm > p:not(:first-child) {
    padding-top: 0.2rem;
  }

  .wlcwnm > .sgx {
    font-size: 1.25rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .wlcwnm > .sgx:hover {
    transform: scale(1.2);
    cursor: pointer;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .wlcwnm > .bgx {
    font-size: 1.8rem;
  }

  .wlcwnm > .bgx > .arw {
    position: absolute;
    top: 3px;
    left: -3.5rem;
  }

  .wlcwnm > .bgx > .arw > img {
    height: 2.5rem;
  }

  .wlcwnm > .bgx > .arwr {
    position: absolute;
    top: 3px;
    left: 16rem;
  }

  .wlcwnm > .bgx > .arwr > img {
    height: 2.6rem;
  }

  .wlcwnm > .wl {
    transform-origin: 20% 50%;
    animation: grow 1s linear var(--adt) 1;
  }

  @-webkit-keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  @-moz-keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  @-ms-keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  @-o-keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  .wlcwnm > .arw1 {
    position: absolute;
    top: -5px;
    left: -30px;
    height: 2.5rem;
    opacity: 0;
    animation: t-2-b 6.5s linear 0s 1;
  }

  .wlcwnm > .arw2 {
    position: absolute;
    top: -5px;
    right: 50px;
    height: 2.5rem;
    opacity: 0;
    animation: t-2-b 4s linear 0s 1;
  }

  .wlcwnm > .arw3 {
    position: absolute;
    top: -5px;
    left: -30px;
    height: 2.5rem;
    opacity: 0;
    animation: t-2-b 2.5s linear 0s 1;
  }

  @keyframes t-2-b {
    0% {
      top: -5px;
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      top: 100%;
      opacity: 0;
    }
  }

  .pc_none {
    display: none;
  }

  .post_vid {
    width: 50rem;
    height: 28rem;
    margin: 4rem auto;
  }

  .post_vid > a {
    width: inherit;
    height: inherit;
  }

  .post_vid > a > img {
    width: inherit;
    height: inherit;
    object-fit: cover;
  }

  .post_vid > h2 {
    font-family: var(--f1);
    color: var(--b);
    font-size: 1.5rem;
    padding: 0.75rem 0px 0.75rem;
  }

  /* Creations Page */

  .crwr > div {
    cursor: pointer;
  }

  .crwr > div > a > span {
    position: absolute;
    top: calc(50% - 1.25rem);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
  }

  .crwr > div > a > span > i {
    color: #ffffff96;
    font-size: 2.5rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .crwr > div:hover > a > span > i {
    color: #1e9bba;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  /* Commercials */

  .in-pg-sec1-h {
    bottom: 0px;
  }

  .wid48rem {
    width: 48rem;
  }

  .cont1 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #ffffff;
    /* box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff; */
  }

  .font3 {
    font-family: var(--f3);
  }

  .font4 {
    font-family: var(--f4);
  }

  .br50px {
    border-radius: 50px;
  }

  .ic-col {
    color: var(--icon-col);
  }

  .wid40rem {
    width: 40rem;
  }

  .wid22rem {
    width: 22rem;
  }

  .playic {
    top: calc(50% - 1.9rem);
    color: #ffffff96;
  }

  .vid-heart::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.08); */
    background: rgba(255, 255, 255, 0.35);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
    z-index: 1;
  }

  .vid-heart:hover::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.08); */
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
    z-index: 1;
  }

  .btline::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 3rem;
    height: 0.125rem;
    background: rgba(0, 0, 0, 1);
    z-index: 1;
  }

  .s3 {
    height: 6rem;
  }

  .s3 .owl-item div {
    white-space: nowrap;
  }

  .s3 .owl-item img {
    height: 2.5rem;
    max-height: 2.5rem;
    margin: 2rem 1.5rem;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
  }

  .clts {
    background-color: #efefef;
  }

  /*	animation : name animation-duration linear animation-delay animation-iteration-count animation-direction animation-state(both) */
}

@media only screen and (max-width: 999px) {
  h2 {
    font-size: 1.75rem;
  }

  .hamburger {
    padding: 1rem 1rem 0.5rem;
    line-height: 2.5rem;
  }

  .hamburger > i {
    font-size: 1.5rem;
    color: #e8e8e8;
  }

  .hamburger > i.col {
    color: #1e9bba;
  }

  nav {
    position: absolute;
    right: 0;
    top: 0;
  }

  nav > ul {
    position: absolute;
    right: 0rem;
    /*		top: calc(100% + 2rem);*/
    top: 100%;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    background: #000000c2;
    -webkit-transition: all 0.54s ease;
    -moz-transition: all 0.54s ease;
    -ms-transition: all 0.54s ease;
    -o-transition: all 0.54s ease;
    transition: all 0.54s ease;
    -webkit-clip-path: circle(0% at 50% 50%);
    -moz-clip-path: circle(0% at 50% 50%);
    -ms-clip-path: circle(0% at 50% 50%);
    -o-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
  }

  nav > ul.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.54s ease;
    -webkit-clip-path: circle(100% at 50% 50%);
    -moz-clip-path: circle(100% at 50% 50%);
    -ms-clip-path: circle(100% at 50% 50%);
    -o-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }

  .wlmenu {
    grid-gap: 0rem;
    gap: 0rem;
    width: 10rem;
    padding: 0.5rem 1rem;
    -webkit-border-top-left-radius: 1rem;
    -moz-border-top-left-radius: 1rem;
    -ms-border-top-left-radius: 1rem;
    -o-border-top-left-radius: 1rem;
    border-top-left-radius: 1rem;
    -webkit-border-bottom-left-radius: 1rem;
    -moz-border-bottom-left-radius: 1rem;
    -ms-border-bottom-left-radius: 1rem;
    -o-border-bottom-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .vc video {
    height: auto;
  }

  .pos {
    position: relative;
    background: rgba(0, 0, 0, 0.85);
  }

  .mobhei {
    height: 2.5rem;
  }

  .wlcfdcr {
    flex-direction: column-reverse;
  }

  .wlcfdc {
    flex-direction: column;
  }

  .prw {
    height: 33vh;
  }

  .scbnr {
    height: 33vh;
    background-size: cover;
    background-position: center center;
  }

  .mob_none {
    display: none;
  }

  .pc_none > .bprt > div {
    flex-basis: 50%;
  }

  .pc_none > .bprt > div > a > img {
    width: 100%;
    height: auto;
  }

  .pc_none > a > img {
    height: 9rem;
  }

  .wlcwnm {
    margin: 0 3rem;
    width: 100%;
  }

  .wlcwnm > .wl {
    transform-origin: 20% 50%;
    animation: grow 1s linear var(--adt) 1;
  }

  @-webkit-keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  @-moz-keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  @-ms-keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  @-o-keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  .wlcwnm > p {
    font-weight: 600;
    color: var(--fc1);
    line-height: 1.74;
  }

  .wlcwnm > .arw1 {
    position: absolute;
    top: -5px;
    left: -30px;
    height: 2.5rem;
    opacity: 0;
    animation: t-2-b 6.5s linear 0s 1;
  }

  .wlcwnm > .arw2 {
    position: absolute;
    top: -5px;
    right: 50px;
    height: 2.5rem;
    opacity: 0;
    animation: t-2-b 4s linear 0s 1;
  }

  .wlcwnm > .arw3 {
    position: absolute;
    top: -5px;
    left: -30px;
    height: 2.5rem;
    opacity: 0;
    animation: t-2-b 2.5s linear 0s 1;
  }

  @keyframes t-2-b {
    0% {
      top: -5px;
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      top: 100%;
      opacity: 0;
    }
  }

  .weTwo > div > p > span {
    font-family: var(--f1);
    font-weight: 700;
    color: var(--fc1);
  }

  .weTwo > div > p > span.wlc1 {
    font-size: 2rem;
  }

  .weTwo > div > p > span.wlc2 {
    font-size: 1.5rem;
  }

  .crtx,
  .creatx {
    padding: 3rem 0px;
  }

  .pdb {
    padding-bottom: 0px;
  }

  .creatx > .crwr {
    padding: 0px 2rem 0px;
  }

  .creatx > .crwr > .creatx-hd {
    font-size: 1.5rem;
    color: var(--b);
    padding: 0 0 2rem;
  }

  .crtx > .flwlx {
    display: flex;
  }

  .crtx > .flwlx > .crtx-b {
    width: 100%;
    padding: 0rem 2rem;
  }

  .crtx > .flwlx > .crtx-b > .crtx-hd {
    font-size: 1.5rem;
    color: var(--b);
    padding: 0 0 1rem 0rem;
    text-align: left;
  }

  .crtx > .flwlx > .crtx-b > .crtx-hd > span,
  .crtx > .flwlx > .add > h2 > span {
    font-size: 2.25rem;
    color: var(--c1);
    padding-right: 1rem;
    top: 4px;
  }

  .crtx > .flwlx > .crtx-b > ul {
    text-align: left;
  }

  .crtx > .flwlx > .crtx-b > ul > li {
    display: inline-block;
    padding: 1rem 0.75rem;
  }

  .crtx > .flwlx > .crtx-b > ul > li:first-child {
    padding-left: 0px;
  }

  .crtx > .flwlx > .crtx-b > ul > li > a {
    font-size: 2rem;
    color: var(--c1);
  }

  .crtx > .flwlx > .add {
    width: 100%;
    text-align: right;
    padding: 2rem 2rem 1rem;
  }

  .crtx > .flwlx > .add > h2 {
    font-size: 1.5rem;
    color: var(--b);
    padding: 0 0 1rem 0;
  }

  .wlcon {
    padding: 0rem 2rem;
  }

  .wlcon > .gr {
    padding: 2rem 0px;
  }

  .wlcon > .gr > h2 {
    font-size: 1.5rem;
    color: var(--b);
  }

  .wlcon > .gr > h2 > span {
    font-size: 2.25rem;
    color: var(--c1);
    padding-right: 1rem;
    top: 4px;
  }

  .footer_path {
    display: none;
  }

  .formv2 {
    width: 100%;
  }

  .formv2 > div {
    justify-content: space-between;
  }

  .formv2 > .flex > div {
    width: 100%;
    padding-top: 1.25rem;
  }

  .formv2 > .flex > div > input,
  .formv2 > .txtar > div > input {
    width: 100%;
    line-height: 1.6em;
    padding: 0px 1rem;
  }

  .formv2 > div > div > input:not([type="submit"]) {
    border-bottom: 0.25rem solid var(--wx);
    z-index: 1;
  }

  .formv2 > div > div > textarea {
    z-index: 1;
    width: 100%;
  }

  .formv2 > .flex > div > label {
    position: absolute;
    top: 1.35rem;
    left: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .formv2 > .txtar {
    padding-top: 1.25rem;
  }

  .formv2 > .txtar > div {
    border: 0.25rem solid var(--wx);
    border-top: none;
  }

  .formv2 > .txtar > div > label {
    position: absolute;
    top: 0rem;
    left: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .formv2 > .txtar > div > textarea {
    padding-left: 0.75rem;
  }

  .formv2 > .submit {
    margin: 1.25rem 0 0 0;
  }

  .formv2 > .submit > div > input {
    padding: 0px 1rem;
    line-height: 2rem;
    border: 0.25rem solid var(--c1);
    cursor: pointer;
    display: inline-block;
  }

  .wl-posts {
    padding: 0rem 0px 2rem;
  }

  .wl-posts > .wl-p-gr {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    padding: 5rem 2rem 0px;
  }

  .wl-g-p > h2 {
    color: var(--b);
    font-size: 1.25rem;
    padding: 1rem 0px 0.75rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .wl-g-p > h2:hover {
    color: var(--c1);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  /* Let's Join Begin */

  .ljw {
    padding: 3rem 2rem 2rem;
  }

  .ljw-g {
    grid-template-columns: 1fr;
    grid-gap: 4rem;
  }

  .ljw-g > div > h2 {
    font-size: 1.5rem;
    color: var(--b);
    padding: 0 0 2rem 0rem;
    text-align: left;
  }

  .ljw-g > div:first-child {
    padding: 0px 8vw 0px 0px;
  }

  .ljw-g > div:last-child {
    padding: 0px 0vw 0px 0px;
  }

  .ljw-g > div > h2 > span {
    font-size: 2.25rem;
    color: var(--c1);
    padding-right: 1rem;
    top: 4px;
  }

  .formv3 > .flex > div {
    width: 100%;
  }

  .formv3 > .txtar {
    margin: 0px;
  }

  .formv3 > .flex > div > p,
  .formv3 > .txtar > p {
    font-weight: 400;
    text-indent: 0;
  }

  .formv3 > .flex > div > p > input,
  .formv3 > .flex > div > p > select {
    display: block;
    width: 100%;
    padding: 0.5rem;
    margin: 0.75rem 0;
    font-weight: 400;
    border: 0.225rem solid var(--wx);
  }

  .formv3 > .txtar > p > textarea {
    display: block;
    width: 100%;
    margin: 0.75rem 0;
    border: 0.225rem solid var(--wx);
    padding: 0.5rem;
  }

  .formv3 > .form-submit > input {
    padding: 0px 1rem;
    margin: 8px 0rem 0px;
    line-height: 2rem;
    border: 0.25rem solid var(--c1);
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .formv3 > .form-submit > input:hover {
    color: var(--w);
    background-color: var(--c1);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .vm {
    padding: 3rem 2rem 0rem;
    text-align: center;
    z-index: 1;
  }

  .vm > a {
    padding: 1rem 0.75rem 1rem 1.75rem;
    background: var(--c1);
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
    box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.24);
  }

  .vm > a > span {
    color: var(--b);
    padding: 0.5rem 1rem 0.5rem 1rem;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
  }

  .prlx {
    -webkit-box-shadow: 0px 0px 14px 4px #0000007a inset;
    -ms-box-shadow: 0px 0px 14px 4px #0000007a inset;
    -o-box-shadow: 0px 0px 14px 4px #0000007a inset;
    -moz-box-shadow: 0px 0px 14px 4px #0000007a inset;
    box-shadow: 0px 0px 14px 4px #0000007a inset;
  }

  .thwl > div > p {
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    color: var(--w);
  }

  .thwl {
    padding: 5rem 2rem;
  }

  .post_vid {
    width: 22rem;
    height: 12rem;
    margin: 4rem auto;
  }

  .post_vid > a {
    width: inherit;
    height: inherit;
  }

  .post_vid > a > img {
    width: inherit;
    height: inherit;
    object-fit: cover;
  }

  .post_vid > h2 {
    font-family: var(--f1);
    color: var(--b);
    font-size: 1.15rem;
    padding: 0.75rem 0px 0.75rem;
  }

  /* Let's Join End */

  /* Creations Page */

  .crwr > div > a > span {
    position: absolute;
    top: calc(50% - 1.25rem);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
  }

  .crwr > div > a > span > i {
    color: #ffffff96;
    font-size: 2.5rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .crwr > div:hover > a > span > i {
    color: #1e9bba;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  /* Commercials */

  .in-pg-sec1-h {
    bottom: 0rem;
  }

  .wid48rem {
    width: 90vw;
  }

  .m_h100vh {
    height: auto !important;
  }

  .cont1 {
    border-radius: 50px;
    background: #ffffff;
    /* box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff; */
  }

  .font3 {
    font-family: var(--f3);
  }

  .font4 {
    font-family: var(--f4);
  }

  .br50px {
    border-radius: 50px;
  }

  .ic-col {
    color: var(--icon-col);
  }

  .wid40rem {
    width: 40rem;
  }

  .wid22rem {
    width: 22rem;
  }

  .playic {
    top: calc(50% - 1.9rem);
    color: #ffffff96;
  }

  .vid-heart::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
    z-index: 1;
  }

  .vid-heart:hover::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
  }

  .btline::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 3rem;
    height: 0.125rem;
    background: rgba(0, 0, 0, 1);
    z-index: 1;
  }

  .s3 {
    height: 5.5rem;
  }

  .s3 .owl-item div {
    white-space: nowrap;
  }

  .s3 .owl-item img {
    height: 2.5rem;
    max-height: 2.5rem;
    margin: 2rem 1.5rem;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
  }

  .clts {
    background-color: #efefef;
  }

  .m_pt0 {
    padding-top: 0px !important;
  }
}
