:host .page_wrapper {
  padding: 0;
}
:host .content_wrapper {
  z-index: 10;
  padding: 0;
}
.backgroundshape {
  position: absolute;
  z-index: -10;
}
@media (prefers-color-scheme: dark) {
  .backgroundshape {
    opacity: 0.1;
  }
}
.backgroundshape.header_1 {
  top: 5vh;
  left: 27vw;
  height: 545px;
  width: 492px;
}
.backgroundshape.header_2 {
  top: 70vh;
  right: 15vw;
  height: 9.03%;
  width: 32.36%;
}
.backgroundshape.header_3 {
  top: 108vh;
  left: 0;
  height: 832px;
  width: 832px;
}
.backgroundshape.header_4 {
  top: 170vh;
  left: calc(100vw - 360px);
  height: 535px;
  width: 562px;
}
.backgroundshape.header_5 {
  top: auto;
  left: -5vw;
  height: 697px;
  width: 696px;
  bottom: 50vh;
}
@media (max-width: 991px) {
  .backgroundshape.header_5 {
    top: auto;
    bottom: 120vh;
  }
}
.backgroundshape.header_6 {
  right: 0;
  top: auto;
  bottom: 30vh;
  height: 304px;
  width: 228px;
}
@media (max-width: 991px) {
  .backgroundshape.header_6 {
    top: auto;
    bottom: 50vh;
  }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Yantramanav', Arial, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (prefers-color-scheme: dark) {
  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    color: rgba(255, 255, 255, 0.75);
  }
}
body,
html {
  color: #212529;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 300;
}
.wrapper {
  height: 100vh;
}
@media (max-width: 640px) {
  .wrapper {
    height: 125vh;
  }
}
.wrapper .slick-dots {
  margin: 40px 0;
}
.nav_bar {
  position: fixed;
  top: -80px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 #E7EDEB;
  height: 75px;
  transition: all 0.45s ease-out;
  z-index: 50;
  background: #FFF;
}
@media (prefers-color-scheme: dark) {
  .nav_bar {
    background: #010101;
    box-shadow: 0 2px 4px 0 #292929;
  }
}
.nav_bar .container {
  background: #FFF url("../../public/images/rum.svg") no-repeat 65px center;
  background-size: 140px;
  padding: 0;
  height: 100%;
}
@media (prefers-color-scheme: dark) {
  .nav_bar .container {
    background: #010101 url("../../public/images/rum_w.svg") no-repeat 65px center;
    background-size: 225px;
  }
}
@media (max-width: 991px) {
  .nav_bar .container {
    background: #FFF url("../../public/images/rum.svg") no-repeat 75px center;
    background-size: 225px;
  }
}
@media (max-width: 991px) and (prefers-color-scheme: dark) {
  .nav_bar .container {
    background: #010101 url("../../public/images/rum_w.svg") no-repeat 75px center;
    background-size: 225px;
  }
}
.nav_bar.active {
  top: 0px;
}
.branding {
  height: 80px;
  width: 80px;
  position: fixed;
  top: 35px;
  transition: all 0.25s ease-in-out;
  z-index: 99;
  transform: translateX(-15px);
}
.branding .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0b0c0f url("../../public/images/rum_b_w_only.png") no-repeat center left;
  background-size: 85%;
  z-index: 1;
}
.branding:after {
  content: "";
  position: absolute;
  left: 0;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background: #0b0c0f;
  z-index: 0;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1350px) {
  .branding {
    transform: translateX(-105px);
  }
}
@media (max-width: 991px) {
  .branding {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .branding {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 574px) {
  .branding {
    transform: none;
  }
}
.branding.small {
  height: 60px;
  width: 60px;
  top: 35px;
}
@media (min-width: 1350px) {
  .branding.small {
    transform: translateX(-105px);
  }
}
@media (max-width: 991px) {
  .branding.small {
    top: 15px;
    transform: translateX(-15px);
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 767px) {
  .branding.small {
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 574px) {
  .branding.small {
    transform: translateX(-5px);
  }
}
@media (max-width: 991px) {
  .branding.small:after {
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
}
.branding h1 {
  position: absolute;
  left: -999vw;
  top: -999vh;
}
.grid_wrapper {
  position: absolute;
  height: 200vh;
  width: 100vw;
  z-index: 0;
  left: 0;
  top: 0;
  overflow: hidden;
  transform: translate(0, -50%);
  transition: all 0.25s ease-in-out;
  transition-delay: 0.5s;
}
.grid_wrapper.rotated-in {
  transform: rotate(90deg) translate(-20%, 0%);
}
.grid_wrapper.rotated-in-diag {
  transform: rotate(45deg) translate(-20%, 0%);
}
.grid_wrapper.rotated-out {
  transform: rotate(0deg) translate(0%, -50%);
}
.grid_2 {
  position: absolute;
  height: 100%;
}
#page_wrapper {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  height: 100%;
}
.line-r {
  position: relative;
}
.line-r:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  opacity: 0.4;
  background-color: #6D7278;
  transition: all 0.25s ease-in-out;
}
.rotate .line-r:after {
  transform: rotate(90deg);
}
.line-l {
  position: relative;
}
.line-l:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  opacity: 0.4;
  background-color: #6D7278;
}
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.slick-dots li:nth-child(even) {
  margin: 0 30px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border-radius: 15px;
  border: none;
  box-shadow: none;
  height: 20px;
  width: 20px;
  opacity: 0.3;
  background: #6D7278;
  transition: all 0.15s ease-in-out;
}
.slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(2);
}
.footer_wrapper {
  position: relative;
  z-index: 2;
  background: #162a27;
  color: #FFF;
  padding-bottom: 40px;
}
.footer_wrapper .container {
  padding-top: 40px;
}
.footer_wrapper h6 {
  text-transform: uppercase;
  color: #49FFD6;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 28px;
  text-align: center;
}
.address_wrapper {
  position: relative;
  z-index: 2;
  background-color: #0b0c0f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.address_wrapper strong {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 28px;
  color: #D3D4D6;
  text-transform: uppercase;
  margin-right: 15px;
  opacity: 0.6;
}
.address_wrapper strong:hover {
  opacity: 1;
}
.address_wrapper address {
  margin: 0;
}
.address_wrapper address p {
  font-weight: 300;
  margin: 0;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 28px;
}
.address_wrapper address a {
  text-decoration: none;
  color: #FFFFFF;
}
.address_wrapper address i {
  opacity: 0.3;
  font-style: normal;
  margin: 0 10px;
}
.address_wrapper address span {
  color: #D3D4D6;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
  opacity: 0.3;
}
.address_wrapper address span:hover {
  opacity: 1;
}
.header_inner h3 {
  font-size: 120px;
  font-weight: 300;
  line-height: 110px;
}
#home .content_grid {
  box-shadow: 12px 0px 20px 1px #191919ed;
  transition-delay: 1.5s;
}
#home .content_grid .content_grid_inner {
  width: calc(100% - 2px);
  background: #0b0c0f;
  transform: translate(1px, 0px);
  transition: all 0.45s ease-out;
}
#home .info_wrapper {
  /*  position: relative;
      left:  0;
      padding: 0 15px;
      height: 100vh;
      width: auto;
      min-width: 100%;
      max-width: 200%;*/
  position: absolute;
  left: 35px;
  max-width: 25vw;
  z-index: 2;
  transition: all 0.65s linear;
  transition-delay: 0.55s;
}
#home .info_wrapper .item_text {
  transition: all 0.45s linear;
  position: absolute;
  height: 150px;
  overflow: hidden;
}
#home .info_wrapper .flag_wrapper {
  transform: translateX(-20px);
}
#home.rotated-in .content_grid {
  box-shadow: 0 0 0px 0px #191919ed;
  transition-delay: 1.5s;
}
#home.rotated-in .info_wrapper {
  left: -85%;
  max-width: 15vw;
}
#home.rotated-in .info_wrapper .item_text {
  height: 0;
}
#home .item_1 {
  bottom: 35vh;
  width: 30vw;
  max-width: 515px;
}
@media (min-width: 1200px) {
  #home .item_1 {
    bottom: 35vh;
  }
}
@media (max-width: 991px) {
  #home .item_1 {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  #home .item_1 {
    max-width: 45vw;
  }
}
@media (max-width: 581px) {
  #home .item_1 {
    left: 30px;
    max-width: 100vw;
    width: 100vw;
    padding-right: 25px;
    bottom: 1vh;
  }
}
#home .item_2 {
  bottom: 32vh;
  width: 20vw;
  max-width: 280px;
}
@media (min-width: 1200px) {
  #home .item_2 {
    bottom: 28vh;
    width: 20vw;
  }
}
@media (max-width: 991px) {
  #home .item_2 {
    bottom: 35vh;
    width: 60vw;
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  #home .item_2 {
    bottom: 35vh;
    width: 60vw;
    max-width: 39vw;
  }
}
@media (max-width: 581px) {
  #home .item_2 {
    left: 30px;
    max-width: 100vw;
    width: 100vw;
    padding-right: 25px;
    bottom: 35vh;
  }
}
@media (max-width: 767px) {
  #home .item_2 p {
    padding-right: 25px;
  }
}
#home h2 {
  font-weight: bold;
  font-size: 21px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}
#home p {
  margin: 0;
}
#home .flag {
  width: 25px;
}
#home .item_text {
  margin-left: 5px;
}
h3.introtitle {
  font-size: 100px;
  font-size: 6vw;
  position: absolute;
  left: 25%;
  width: 60%;
  top: 25%;
  z-index: 5;
  font-weight: 300;
  line-height: 1;
  max-width: 50%;
}
@media (max-width: 767px) {
  h3.introtitle {
    font-size: 60px;
  }
}
h2.section_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
  left: -15px;
  margin: 95px 0 50px 0;
}
@media (max-width: 767px) {
  h2.section_title {
    left: 0;
  }
}
h2.section_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 3px;
  height: 100%;
  background: #000;
}
@media (prefers-color-scheme: dark) {
  h2.section_title:before {
    background: rgba(255, 255, 255, 0.75);
  }
}
.footer_branding {
  margin-top: 40px;
  background: url("../../public/images/rum.svg") no-repeat center top;
  background-size: contain;
  height: 90px;
}
@media (max-width: 991px) {
  .footer_branding {
    height: 60px;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #0b0c0f;
    color: rgba(255, 255, 255, 0.75);
  }
}
.product_wrapper {
  padding: 20px 0;
  z-index: 2;
  position: relative;
  background-color: #24322C;
}
@media (max-width: 767px) {
  .product_wrapper {
    min-height: 100px;
  }
}
.product_wrapper ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.product_wrapper ul li {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 21px;
  opacity: 0.8;
  transition: all 0.25s ease-in-out;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 32px;
}
.product_wrapper ul li:hover {
  opacity: 1;
}
@media (min-width: 1200px) {
  .product_wrapper ul li {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .product_wrapper ul li {
    font-size: 18px;
  }
}
.header_inner {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
}
.header_inner h3 {
  font-size: 6vw;
  position: absolute;
  left: 10px;
  width: 200%;
  top: 15%;
  z-index: 5;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  .header_inner h3 {
    font-size: 12vw;
    width: auto;
    left: -80%;
    top: 14%;
  }
}
@media (max-width: 640px) {
  .header_inner h3 {
    font-size: 12vw;
    width: auto;
    left: -90%;
    top: 20%;
  }
}
.info_item_wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
}
#logo_wall .wrapper {
  background-color: #F6F8F7;
  /*  display: flex;
      justify-content: space-around;
      align-items: center;*/
  margin-bottom: 10vh;
  height: auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media (prefers-color-scheme: dark) {
  #logo_wall .wrapper {
    background-color: #212529;
  }
}
#logo_wall .wrapper .xsmall {
  font-size: 90%;
  padding-right: 2px;
}
#logo_wall .wrapper .img_wrapper {
  height: 115px;
  flex-wrap: wrap;
  opacity: 0.75;
  position: relative;
}
@media (prefers-color-scheme: dark) {
  #logo_wall .wrapper .img_wrapper {
    opacity: 1;
  }
}
#logo_wall .wrapper .img_wrapper p {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 70%;
  opacity: 0.6;
  margin: 0;
}
#logo_wall .wrapper .img_wrapper:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  #logo_wall .wrapper {
    height: auto;
    padding: 40px 0;
  }
}
#logo_wall .wrapper img {
  height: 35px;
  width: auto;
  margin: 0 auto;
}
#logo_wall .wrapper img.square {
  height: 55px;
}
#logo_wall .carousel {
  padding-bottom: 45px;
}
#logo_wall ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#logo_wall h2.section_title {
  margin: 45px 0 25px 0;
}
#footer .footer_wrapper {
  height: 40vh;
  background: #162a27;
  color: #FFF;
}
#footer .fittext_wrapper {
  line-height: 1;
}
#refs .wrapper {
  /*  transform: translateX(-3vw);
      width: calc(100% + 3vw);*/
  width: 100%;
  z-index: 2;
  height: auto;
}
@media (max-width: 991px) {
  #refs .slick-slide img {
    margin: 0 auto;
  }
}
#refs .carousel_wrapper {
  margin: 10vh 0;
  /*  position: relative;
      top: 50%;
      transform: translateY(-50%);*/
}
#refs .ref_item h1 {
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
#refs .ref_item h2 {
  font-weight: 300;
  font-size: 60px;
  margin-bottom: 50px;
  line-height: 0.9;
}
@media (max-width: 991px) {
  #refs .ref_item h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
#refs .ref_item p,
#refs .ref_item a {
  opacity: 0.8;
  transition: all 0.25s ease-in-out;
}
#refs .ref_item p:hover,
#refs .ref_item a:hover {
  opacity: 1;
}
#refs .ref_item ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}
#refs .ref_item ul li {
  padding: 0 13px;
  border-radius: 17px;
  margin-bottom: 15px;
  background-color: #E7EDEB;
}
@media (prefers-color-scheme: dark) {
  #refs .ref_item ul li {
    background-color: #383B40;
  }
}
#refs .ref_item a {
  opacity: 0.8;
  color: #000000;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  #refs .ref_item a {
    color: rgba(255, 255, 255, 0.75);
  }
}
@media (max-width: 767px) {
  #refs .ref_item {
    padding: 0 15px;
  }
}
#refs .arrow {
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: transparent;
  text-indent: -9999px;
  border-left: 4px solid #262B29;
  border-top: 4px solid #262B29;
  opacity: 0.6;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  cursor: pointer;
  z-index: 10;
}
@media (prefers-color-scheme: dark) {
  #refs .arrow {
    border-left: 4px solid rgba(255, 255, 255, 0.75);
    border-top: 4px solid rgba(255, 255, 255, 0.75);
  }
}
#refs .arrow:hover {
  border-width: 5px;
  opacity: 0.9;
}
#refs .arrow:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}
#refs .arrow.prev {
  transform: rotate(-45deg);
  left: -6%;
}
#refs .arrow.next {
  transform: rotate(135deg);
  right: -6%;
}
#team .wrapper {
  height: auto;
}
@media (max-width: 991px) {
  #team .wrapper {
    margin-top: 10vh;
  }
}
#team .team_wrapper {
  z-index: 1;
}
#team .team_wrapper .team_member {
  position: relative;
  padding-top: 400px;
  margin-bottom: 10vh;
}
@media (max-width: 991px) {
  #team .team_wrapper .team_member {
    padding-top: 375px;
  }
}
#team .team_wrapper .team_member .member_image {
  position: absolute;
  height: 371px;
  width: 381px;
  top: -3%;
  left: 45%;
  transition: all 0.25s ease-in-out;
  transform: translateX(-50%) scale(0.95);
  max-width: 100%;
  max-height: 100vw;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  /*
              &.jr {
                background-size: 83%;
                background-position: 79% 23px;
              }

              &.cm {
                background-size: 80%;
                background-position: 0% 35px;
              }*/
}
#team .team_wrapper .team_member .member_bubble {
  opacity: 0.5;
  position: absolute;
  height: 351px;
  width: 351px;
  border-radius: 370px;
  top: 0;
  left: 50%;
  transition: all 0.25s ease-in-out;
  transform: translateX(-50%) scale(0.95);
  max-width: 100%;
  max-height: 100vw;
  z-index: -1;
}
#team .team_wrapper .team_member:hover .member_bubble {
  opacity: 0.7;
  transform: translateX(-50%) scale(1);
}
@media (max-width: 767px) {
  #team .team_wrapper {
    margin-bottom: 10vh;
  }
}
#team .team_wrapper .mail_wrapper {
  margin-bottom: 10px;
}
#team .team_wrapper a {
  position: relative;
  text-decoration: none;
}
#team .team_wrapper a hr {
  position: absolute;
  bottom: -10px;
  width: 24%;
  height: 2px;
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}
#team .team_wrapper a:hover hr {
  width: 100%;
  opacity: 1;
}
#team .team_wrapper h1 {
  color: #000000;
  font-size: 60px;
  font-weight: 300;
  line-height: 0.9;
}
@media (prefers-color-scheme: dark) {
  #team .team_wrapper h1 {
    color: rgba(255, 255, 255, 0.75);
  }
}
#team .team_wrapper h2 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 28px;
}
#team .team_wrapper a {
  padding-bottom: 15px;
  color: #000;
}
@media (prefers-color-scheme: dark) {
  #team .team_wrapper a {
    color: rgba(255, 255, 255, 0.75);
  }
}
/*# sourceMappingURL=styles.css.map */