* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

body {
  height: 100%;
  width: 100vw;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #1a1033;
}

@media only screen and (max-width: 901px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media only screen and (max-width: 900px) {
  .container {
    padding-top: 20px;
  }
}

.left-mob-nav {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  height: 90vh;
  max-width: 350px;
  -webkit-box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.04);
          box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 80px;
  left: -270px;
  z-index: 200;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-left: -80px;
  padding-bottom: 15px;
  z-index: 10;
  background-color: white;
  overflow-y: scroll;
}

.left-mob-nav li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 0 10px 45px;
  width: 100%;
}

.left-mob-nav li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.43);
}

.left-mob-nav li a.active {
  font-weight: 700;
  color: black;
}

.left-mob-nav li:hover {
  background-color: rgba(196, 196, 196, 0.14);
  cursor: pointer;
}

@media only screen and (min-width: 901px) {
  .left-mob-nav {
    display: none;
  }
}

.mob-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 0 32px;
  height: 100%;
  min-height: 80px;
  width: 100vw;
  background-color: white;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 901px) {
  .mob-nav {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .mob-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.mob-nav a {
  text-decoration: none;
  color: black;
}

.mob-nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  text-decoration: none;
  color: black;
  width: 100%;
}

.mob-nav .logo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.mob-nav .logo div img {
  padding-right: 12px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2px;
}

.mob-nav .logo .mob-nav-hamb {
  width: 25px;
}

.mob-nav .logo p {
  font-weight: 900;
  font-size: 18px;
  min-width: 200px;
  letter-spacing: 0.02em;
}

.active-menu {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  left: 10px;
}

.left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 0 0 32px;
  -webkit-box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.04);
          box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.04);
  height: 100%;
  width: 100%;
  min-width: 280px;
  max-width: 290px;
  z-index: 1;
  overflow-y: scroll;
}

@media only screen and (max-width: 900px) {
  .left-nav {
    display: none;
  }
}

.left-nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.left-nav .logo img {
  padding-right: 12px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.left-nav .logo p {
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
}

.left-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-left: -80px;
  padding-bottom: 15px;
}

.left-nav ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 0 10px 45px;
  width: 100%;
}

.left-nav ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.43);
}

.left-nav ul li a.active {
  font-weight: 700;
  color: black;
}

.left-nav ul li:hover {
  background-color: rgba(196, 196, 196, 0.14);
  cursor: pointer;
}

.upper-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 95%;
  padding: 15px 0;
}
@media only screen and (max-width: 900px) {
  .upper-nav {
    display: none;
  }
}
.upper-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
.upper-nav ul li {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  min-width: 140px;
}
.upper-nav ul li a {
  cursor: pointer;
}
.upper-nav img {
  cursor: pointer;
}

.right-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 100px;
  line-height: 26px;
  /* begin: change added 1/15/22 */
  /* end: 1/15/22 */
}
@media only screen and (max-width: 900px) {
  .right-content {
    padding-left: 30px;
  }
}
.right-content .a2a_default_style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
}
@media only screen and (max-width: 900px) {
  .right-content .a2a_default_style {
    margin-top: 15px;
  }
}

.right-content .rect {
  position: absolute;
  width: 700px;
  height: 1400px;
  left: 1250px;
  top: 150px;
  background: #b1aac5;
  -webkit-transform: rotate(50.81deg);
      -ms-transform: rotate(50.81deg);
          transform: rotate(50.81deg);
}
@media only screen and (max-width: 1700px) {
  .right-content .rect {
    left: 1000px;
  }
}
@media only screen and (max-width: 1300px) {
  .right-content .rect {
    width: 1000px;
    left: 800px;
  }
}


main {
  position: relative;
  padding-top: 75px;
}

@media only screen and (max-width: 480px) {
  main {
    padding-top: 100px;
  }
}

main .hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

main .hero h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  width: 100%;
  max-width: 610px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 900px) {
  main .hero h1 {
    font-size: 32px;
  }
}

main .hero .affiliate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media only screen and (max-width: 900px) {
  main .hero .affiliate {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 900px) {
  main .hero .affiliate h2 {
    font-size: 18px;
  }
}

main .hero .affiliate-banners {
  margin-top: 20px;
  background-color: white;
  -webkit-box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
}

main .hero .affiliate-banners ul li {
  list-style-type: none;
  text-indent: -30px;
  padding-bottom: 5px;
}

main .hero .affiliate-banners a {
  text-decoration: none;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main .hero .affiliate-banners a:hover, main .hero .affiliate-banners a:focus {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: white;
  background-color: #b1aac5;
}
