.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 1200px){#s-0b4fb589-6e45-4516-b3b7-ac12eddca999 {
  display: none;
}
#s-0b4fb589-6e45-4516-b3b7-ac12eddca999, #wrap-s-0b4fb589-6e45-4516-b3b7-ac12eddca999 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b4fb589-6e45-4516-b3b7-ac12eddca999 {
  display: none;
}
#s-0b4fb589-6e45-4516-b3b7-ac12eddca999, #wrap-s-0b4fb589-6e45-4516-b3b7-ac12eddca999 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b4fb589-6e45-4516-b3b7-ac12eddca999 {
  display: none;
}
#s-0b4fb589-6e45-4516-b3b7-ac12eddca999, #wrap-s-0b4fb589-6e45-4516-b3b7-ac12eddca999 { display:none !important; }}@media (max-width: 767px){#s-0b4fb589-6e45-4516-b3b7-ac12eddca999 {
  display: none;
}
#s-0b4fb589-6e45-4516-b3b7-ac12eddca999, #wrap-s-0b4fb589-6e45-4516-b3b7-ac12eddca999 { display:none !important; }}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-6031656d-b6f0-4a36-b695-a80a93f260ed {
  background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-6031656d-b6f0-4a36-b695-a80a93f260ed {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6031656d-b6f0-4a36-b695-a80a93f260ed {
  min-height: 500px;
}
}@media (max-width: 767px){#s-6031656d-b6f0-4a36-b695-a80a93f260ed {
  min-height: 400px;
}
}







#s-6031656d-b6f0-4a36-b695-a80a93f260ed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-6031656d-b6f0-4a36-b695-a80a93f260ed.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-6031656d-b6f0-4a36-b695-a80a93f260ed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-6031656d-b6f0-4a36-b695-a80a93f260ed.shg-box.shg-c {
  justify-content: center;
}
}
#s-140f0999-09e4-4484-a2e8-43d51316a0ff {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px;
max-width: 100%;
background-color: rgba(7, 6, 10, 0);
}








#s-140f0999-09e4-4484-a2e8-43d51316a0ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-140f0999-09e4-4484-a2e8-43d51316a0ff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8fe84307-e302-4580-96a7-a03dbf064679 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px;
max-width: 95%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8fe84307-e302-4580-96a7-a03dbf064679 {
  margin-left: auto;
}
}@media (max-width: 767px){#s-8fe84307-e302-4580-96a7-a03dbf064679 {
  max-width: 95%;
}
}







#s-8fe84307-e302-4580-96a7-a03dbf064679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe84307-e302-4580-96a7-a03dbf064679.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-8fe84307-e302-4580-96a7-a03dbf064679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe84307-e302-4580-96a7-a03dbf064679.shg-box.shg-c {
  justify-content: flex-end;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-420c0021-7d61-4366-a6c6-4fe9a5822041 {
  text-align: left;
}

#s-420c0021-7d61-4366-a6c6-4fe9a5822041 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-420c0021-7d61-4366-a6c6-4fe9a5822041 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 52px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-420c0021-7d61-4366-a6c6-4fe9a5822041 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 46px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-420c0021-7d61-4366-a6c6-4fe9a5822041 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-0b292688-9f56-4250-81c9-9d1f10efc3b9 {
  margin-top: 10px;
text-align: left;
}

#s-0b292688-9f56-4250-81c9-9d1f10efc3b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-0b292688-9f56-4250-81c9-9d1f10efc3b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0b292688-9f56-4250-81c9-9d1f10efc3b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-0b292688-9f56-4250-81c9-9d1f10efc3b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-0b292688-9f56-4250-81c9-9d1f10efc3b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-7354e031-7453-4853-b725-4071c8d21360 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-7354e031-7453-4853-b725-4071c8d21360:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7354e031-7453-4853-b725-4071c8d21360:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7354e031-7453-4853-b725-4071c8d21360 {
  margin-top: 10px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
}
}

  #s-7354e031-7453-4853-b725-4071c8d21360-btn-wrapper {
    text-align: left;
  }


#s-7354e031-7453-4853-b725-4071c8d21360.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-2da9b43f-00fa-4c0e-a321-7ee539c710d2 {
  background-image: url(https://i.shgcdn.com/5431264b-10c4-49c1-8747-5a4064775942/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2da9b43f-00fa-4c0e-a321-7ee539c710d2 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-2da9b43f-00fa-4c0e-a321-7ee539c710d2 {
  min-height: 400px;
}
}







#s-2da9b43f-00fa-4c0e-a321-7ee539c710d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-2da9b43f-00fa-4c0e-a321-7ee539c710d2.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-2da9b43f-00fa-4c0e-a321-7ee539c710d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-2da9b43f-00fa-4c0e-a321-7ee539c710d2.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-2da9b43f-00fa-4c0e-a321-7ee539c710d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-2da9b43f-00fa-4c0e-a321-7ee539c710d2.shg-box.shg-c {
  justify-content: center;
}
}
#s-08c00c1a-5df2-45d6-ada7-878c0e21b63e {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 50px;
max-width: 90%;
}
@media (max-width: 767px){#s-08c00c1a-5df2-45d6-ada7-878c0e21b63e {
  max-width: 100%;
}
}







#s-08c00c1a-5df2-45d6-ada7-878c0e21b63e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08c00c1a-5df2-45d6-ada7-878c0e21b63e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-39056200-5e49-4507-85c0-4b3cf71d51b4 {
  margin-left: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 50px;
max-width: 90%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-39056200-5e49-4507-85c0-4b3cf71d51b4 {
  margin-right: 0px;
max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39056200-5e49-4507-85c0-4b3cf71d51b4 {
  margin-right: 0px;
max-width: 60%;
}
}@media (max-width: 767px){#s-39056200-5e49-4507-85c0-4b3cf71d51b4 {
  max-width: 90%;
}
}







#s-39056200-5e49-4507-85c0-4b3cf71d51b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39056200-5e49-4507-85c0-4b3cf71d51b4.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-39056200-5e49-4507-85c0-4b3cf71d51b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39056200-5e49-4507-85c0-4b3cf71d51b4.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-39056200-5e49-4507-85c0-4b3cf71d51b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39056200-5e49-4507-85c0-4b3cf71d51b4.shg-box.shg-c {
  justify-content: center;
}
}
#s-63fba33a-9c82-48ff-86fd-a9d618b86491 {
  text-align: left;
}

#s-63fba33a-9c82-48ff-86fd-a9d618b86491 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-63fba33a-9c82-48ff-86fd-a9d618b86491 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-63fba33a-9c82-48ff-86fd-a9d618b86491 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-63fba33a-9c82-48ff-86fd-a9d618b86491 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-1b8a4e8d-7bd3-480e-b26a-76843728141c {
  margin-top: 10px;
text-align: left;
}

#s-1b8a4e8d-7bd3-480e-b26a-76843728141c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-1b8a4e8d-7bd3-480e-b26a-76843728141c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1b8a4e8d-7bd3-480e-b26a-76843728141c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-1b8a4e8d-7bd3-480e-b26a-76843728141c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-d970b2fe-846c-43e8-9bdf-b3fcdb1fdd8f {
  margin-top: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-d970b2fe-846c-43e8-9bdf-b3fcdb1fdd8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d970b2fe-846c-43e8-9bdf-b3fcdb1fdd8f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d970b2fe-846c-43e8-9bdf-b3fcdb1fdd8f {
  margin-top: 10px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
}
}

  #s-d970b2fe-846c-43e8-9bdf-b3fcdb1fdd8f-btn-wrapper {
    text-align: left;
  }


#s-d970b2fe-846c-43e8-9bdf-b3fcdb1fdd8f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-dc341d23-f487-445e-a1f1-7d6f98dcd807 {
  background-image: url(https://i.shgcdn.com/d3562ccd-3a6c-4490-aaf0-f881970640f9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc341d23-f487-445e-a1f1-7d6f98dcd807 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-dc341d23-f487-445e-a1f1-7d6f98dcd807 {
  min-height: 400px;
}
}







#s-dc341d23-f487-445e-a1f1-7d6f98dcd807 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-dc341d23-f487-445e-a1f1-7d6f98dcd807.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-dc341d23-f487-445e-a1f1-7d6f98dcd807 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-dc341d23-f487-445e-a1f1-7d6f98dcd807.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-dc341d23-f487-445e-a1f1-7d6f98dcd807 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-dc341d23-f487-445e-a1f1-7d6f98dcd807.shg-box.shg-c {
  justify-content: center;
}
}
#s-5dfd7b0e-aefd-40ae-91de-4ef6d27cc7f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 50px;
max-width: 90%;
}








#s-5dfd7b0e-aefd-40ae-91de-4ef6d27cc7f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dfd7b0e-aefd-40ae-91de-4ef6d27cc7f1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-734bd453-0cba-49e8-a01d-148ec89479d6 {
  margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 50px;
max-width: 90%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-734bd453-0cba-49e8-a01d-148ec89479d6 {
  margin-left: auto;
margin-right: 0px;
max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-734bd453-0cba-49e8-a01d-148ec89479d6 {
  margin-left: 0px;
margin-right: auto;
max-width: 60%;
}
}@media (max-width: 767px){#s-734bd453-0cba-49e8-a01d-148ec89479d6 {
  margin-left: auto;
max-width: 90%;
}
}







#s-734bd453-0cba-49e8-a01d-148ec89479d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-734bd453-0cba-49e8-a01d-148ec89479d6.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-734bd453-0cba-49e8-a01d-148ec89479d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-734bd453-0cba-49e8-a01d-148ec89479d6.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-734bd453-0cba-49e8-a01d-148ec89479d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-734bd453-0cba-49e8-a01d-148ec89479d6.shg-box.shg-c {
  justify-content: center;
}
}
#s-424a0f8e-e9c3-4a8c-850c-9025d58f9875 {
  text-align: left;
}

#s-424a0f8e-e9c3-4a8c-850c-9025d58f9875 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-424a0f8e-e9c3-4a8c-850c-9025d58f9875 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-424a0f8e-e9c3-4a8c-850c-9025d58f9875 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-424a0f8e-e9c3-4a8c-850c-9025d58f9875 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-d1e8bc09-05dc-4ae1-95bc-e10a409dfd92 {
  margin-top: 10px;
text-align: left;
}

#s-d1e8bc09-05dc-4ae1-95bc-e10a409dfd92 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-d1e8bc09-05dc-4ae1-95bc-e10a409dfd92 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d1e8bc09-05dc-4ae1-95bc-e10a409dfd92 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-d1e8bc09-05dc-4ae1-95bc-e10a409dfd92 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-4f64e5bc-af0f-4efd-9e74-e7bd5ce37561 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-4f64e5bc-af0f-4efd-9e74-e7bd5ce37561:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f64e5bc-af0f-4efd-9e74-e7bd5ce37561:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4f64e5bc-af0f-4efd-9e74-e7bd5ce37561 {
  margin-top: 10px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
}
}

  #s-4f64e5bc-af0f-4efd-9e74-e7bd5ce37561-btn-wrapper {
    text-align: left;
  }


#s-4f64e5bc-af0f-4efd-9e74-e7bd5ce37561.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-b9d145f3-64be-425c-b801-ca34f2a5308a {
  background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9d145f3-64be-425c-b801-ca34f2a5308a {
  min-height: 500px;
}
}@media (max-width: 767px){#s-b9d145f3-64be-425c-b801-ca34f2a5308a {
  min-height: 400px;
}
}







#s-b9d145f3-64be-425c-b801-ca34f2a5308a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-b9d145f3-64be-425c-b801-ca34f2a5308a.shg-box.shg-c {
  justify-content: center;
}

#s-d0aef0da-a652-4551-9ba7-fe2af5173a71 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px;
max-width: 95%;
}








#s-d0aef0da-a652-4551-9ba7-fe2af5173a71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0aef0da-a652-4551-9ba7-fe2af5173a71.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d561fcd1-cdfb-4ca6-99c6-0a884e3fa5a0 {
  margin-right: auto;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px;
max-width: 95%;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-d561fcd1-cdfb-4ca6-99c6-0a884e3fa5a0 {
  margin-left: 0px;
margin-right: 0px;
max-width: 75%;
}
}







#s-d561fcd1-cdfb-4ca6-99c6-0a884e3fa5a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d561fcd1-cdfb-4ca6-99c6-0a884e3fa5a0.shg-box.shg-c {
  justify-content: center;
}

#s-c0027618-98e9-4fcb-8038-369665e4f9a7 {
  text-align: left;
}
@media (max-width: 767px){#s-c0027618-98e9-4fcb-8038-369665e4f9a7 {
  margin-left: auto;
margin-right: auto;
}
}
#s-c0027618-98e9-4fcb-8038-369665e4f9a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-c0027618-98e9-4fcb-8038-369665e4f9a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c0027618-98e9-4fcb-8038-369665e4f9a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-c0027618-98e9-4fcb-8038-369665e4f9a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-e2f753fe-fea2-4eec-8c06-799b6ce07de9 {
  margin-top: 10px;
text-align: left;
}

#s-e2f753fe-fea2-4eec-8c06-799b6ce07de9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-e2f753fe-fea2-4eec-8c06-799b6ce07de9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e2f753fe-fea2-4eec-8c06-799b6ce07de9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e2f753fe-fea2-4eec-8c06-799b6ce07de9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-e2f753fe-fea2-4eec-8c06-799b6ce07de9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-eb404774-6f9b-401a-b17b-d1b3e12acaec {
  margin-top: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-eb404774-6f9b-401a-b17b-d1b3e12acaec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb404774-6f9b-401a-b17b-d1b3e12acaec:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eb404774-6f9b-401a-b17b-d1b3e12acaec {
  margin-top: 10px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
}
}

  #s-eb404774-6f9b-401a-b17b-d1b3e12acaec-btn-wrapper {
    text-align: left;
  }


#s-eb404774-6f9b-401a-b17b-d1b3e12acaec.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-f7c3f0c8-bd5d-4589-9924-effa2d8449a0 {
  background-image: url(https://i.shgcdn.com/e9fa89f8-edf5-4a4f-9811-3ff9e474082b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-f7c3f0c8-bd5d-4589-9924-effa2d8449a0 {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7c3f0c8-bd5d-4589-9924-effa2d8449a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7c3f0c8-bd5d-4589-9924-effa2d8449a0 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-f7c3f0c8-bd5d-4589-9924-effa2d8449a0 {
  min-height: 400px;
}
}







#s-f7c3f0c8-bd5d-4589-9924-effa2d8449a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7c3f0c8-bd5d-4589-9924-effa2d8449a0.shg-box.shg-c {
  justify-content: center;
}

#s-ce34a818-294d-498d-ab57-fbe0f1d0f41a {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 50px;
max-width: 95%;
}








#s-ce34a818-294d-498d-ab57-fbe0f1d0f41a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce34a818-294d-498d-ab57-fbe0f1d0f41a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b7c7cecc-a3bc-4595-a4b0-907225420ee8 {
  margin-left: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 50px;
max-width: 50%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b7c7cecc-a3bc-4595-a4b0-907225420ee8 {
  margin-left: auto;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7c7cecc-a3bc-4595-a4b0-907225420ee8 {
  margin-left: auto;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7c7cecc-a3bc-4595-a4b0-907225420ee8 {
  max-width: 60%;
}
}@media (max-width: 767px){#s-b7c7cecc-a3bc-4595-a4b0-907225420ee8 {
  margin-left: auto;
margin-right: 0px;
max-width: 90%;
}
}







#s-b7c7cecc-a3bc-4595-a4b0-907225420ee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c7cecc-a3bc-4595-a4b0-907225420ee8.shg-box.shg-c {
  justify-content: center;
}

#s-5f510e6b-621c-4498-a8bf-1e95fa3c9f0a {
  text-align: left;
}

#s-5f510e6b-621c-4498-a8bf-1e95fa3c9f0a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-5f510e6b-621c-4498-a8bf-1e95fa3c9f0a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5f510e6b-621c-4498-a8bf-1e95fa3c9f0a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-5f510e6b-621c-4498-a8bf-1e95fa3c9f0a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-48d738ad-f595-4133-9dd3-bef03fdce5e6 {
  margin-top: 10px;
text-align: left;
}

#s-48d738ad-f595-4133-9dd3-bef03fdce5e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-48d738ad-f595-4133-9dd3-bef03fdce5e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-48d738ad-f595-4133-9dd3-bef03fdce5e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-48d738ad-f595-4133-9dd3-bef03fdce5e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-48d738ad-f595-4133-9dd3-bef03fdce5e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-a1442442-0a8c-4b8e-a00b-425afa99d09f {
  margin-top: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-a1442442-0a8c-4b8e-a00b-425afa99d09f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1442442-0a8c-4b8e-a00b-425afa99d09f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a1442442-0a8c-4b8e-a00b-425afa99d09f {
  margin-top: 10px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
}
}

  #s-a1442442-0a8c-4b8e-a00b-425afa99d09f-btn-wrapper {
    text-align: left;
  }


#s-a1442442-0a8c-4b8e-a00b-425afa99d09f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 1200px){#s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5 {
  display: none;
}
#s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5, #wrap-s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5 {
  display: none;
}
#s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5, #wrap-s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5 {
  display: none;
}
#s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5, #wrap-s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5 { display:none !important; }}@media (max-width: 767px){#s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5 {
  display: none;
}
#s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5, #wrap-s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0e98e033-5f3c-40b0-8dc5-c1bf46420ad5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0bd42f32-5a9e-4c3a-888b-87220668322a {
  min-height: 50px;
}








#s-0bd42f32-5a9e-4c3a-888b-87220668322a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd42f32-5a9e-4c3a-888b-87220668322a.shg-box.shg-c {
  justify-content: flex-end;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-61c24689-df8b-48bd-8cb7-7f28f39574d6 {
  text-align: center;
}




  #s-61c24689-df8b-48bd-8cb7-7f28f39574d6 img.shogun-image {
    
    width: px;
  }


#s-61c24689-df8b-48bd-8cb7-7f28f39574d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b617491a-641a-4948-a348-62100e964e75 {
  padding-top: 25%;
padding-bottom: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b617491a-641a-4948-a348-62100e964e75 {
  padding-top: 20%;
padding-bottom: 20%;
}
}@media (max-width: 767px){#s-b617491a-641a-4948-a348-62100e964e75 {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-b617491a-641a-4948-a348-62100e964e75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b617491a-641a-4948-a348-62100e964e75.shg-box.shg-c {
  justify-content: center;
}

#s-8773a1f2-4464-4b93-a1b4-bd964e137de0 {
  min-height: 50px;
}








#s-8773a1f2-4464-4b93-a1b4-bd964e137de0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8773a1f2-4464-4b93-a1b4-bd964e137de0.shg-box.shg-c {
  justify-content: center;
}

#s-20270159-c492-4d08-97ee-61ffa22da6f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
min-height: 50px;
max-width: 95%;
background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) and (max-width: 1199px){#s-20270159-c492-4d08-97ee-61ffa22da6f1 {
  max-width: 80%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20270159-c492-4d08-97ee-61ffa22da6f1 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-20270159-c492-4d08-97ee-61ffa22da6f1 {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
max-width: 90%;
}
}







#s-20270159-c492-4d08-97ee-61ffa22da6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-20270159-c492-4d08-97ee-61ffa22da6f1.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-20270159-c492-4d08-97ee-61ffa22da6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-20270159-c492-4d08-97ee-61ffa22da6f1.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-20270159-c492-4d08-97ee-61ffa22da6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-20270159-c492-4d08-97ee-61ffa22da6f1.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-1fc3b769-46a6-426a-9a9d-ac873f6a0012 {
  text-align: left;
}

#s-1fc3b769-46a6-426a-9a9d-ac873f6a0012 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1fc3b769-46a6-426a-9a9d-ac873f6a0012 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-1fc3b769-46a6-426a-9a9d-ac873f6a0012 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-52c3ba09-70b6-458d-86d8-c5a446f024cc {
  margin-top: 10px;
}

#s-dc9384bb-9e59-4e22-82bb-449d158944ad {
  background-image: url(https://i.shgcdn.com/04d5c4f8-287d-40cf-a7a5-190703633da6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: 40% bottom;
}
@media (min-width: 1200px){#s-dc9384bb-9e59-4e22-82bb-449d158944ad {
  display: none;
}
#s-dc9384bb-9e59-4e22-82bb-449d158944ad, #wrap-s-dc9384bb-9e59-4e22-82bb-449d158944ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc9384bb-9e59-4e22-82bb-449d158944ad {
  display: none;
}
#s-dc9384bb-9e59-4e22-82bb-449d158944ad, #wrap-s-dc9384bb-9e59-4e22-82bb-449d158944ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc9384bb-9e59-4e22-82bb-449d158944ad {
  min-height: 500px;
display: none;
}
#s-dc9384bb-9e59-4e22-82bb-449d158944ad, #wrap-s-dc9384bb-9e59-4e22-82bb-449d158944ad { display:none !important; }}@media (max-width: 767px){#s-dc9384bb-9e59-4e22-82bb-449d158944ad {
  min-height: 500px;
display: none;
}
#s-dc9384bb-9e59-4e22-82bb-449d158944ad, #wrap-s-dc9384bb-9e59-4e22-82bb-449d158944ad { display:none !important; }}







#s-dc9384bb-9e59-4e22-82bb-449d158944ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc9384bb-9e59-4e22-82bb-449d158944ad.shg-box.shg-c {
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991px){






#s-dc9384bb-9e59-4e22-82bb-449d158944ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc9384bb-9e59-4e22-82bb-449d158944ad.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-dc9384bb-9e59-4e22-82bb-449d158944ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc9384bb-9e59-4e22-82bb-449d158944ad.shg-box.shg-c {
  justify-content: center;
}
}
#s-8303ca52-9a63-406a-a92e-10d6b9251995 {
  min-height: 300px;
}








#s-8303ca52-9a63-406a-a92e-10d6b9251995 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8303ca52-9a63-406a-a92e-10d6b9251995.shg-box.shg-c {
  justify-content: center;
}

#s-fd3c67dc-be99-4f96-bdb6-dafd51c26d7d {
  margin-left: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 50%;
background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px){#s-fd3c67dc-be99-4f96-bdb6-dafd51c26d7d {
  margin-bottom: 0px;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
max-width: 80%;
}
}







#s-fd3c67dc-be99-4f96-bdb6-dafd51c26d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-fd3c67dc-be99-4f96-bdb6-dafd51c26d7d.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-fd3c67dc-be99-4f96-bdb6-dafd51c26d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-fd3c67dc-be99-4f96-bdb6-dafd51c26d7d.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-fd3c67dc-be99-4f96-bdb6-dafd51c26d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-fd3c67dc-be99-4f96-bdb6-dafd51c26d7d.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-e03d63a0-d82b-4b06-9a8f-89974abb1a73 {
  text-align: left;
}

#s-e03d63a0-d82b-4b06-9a8f-89974abb1a73 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e03d63a0-d82b-4b06-9a8f-89974abb1a73 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-e03d63a0-d82b-4b06-9a8f-89974abb1a73 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-f7e83acd-1ef1-4499-9ba1-3aeef379c72e {
  margin-top: 10px;
}

#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 {
  min-height: 50px;
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 {
  display: none;
}
#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70, #wrap-s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 {
  display: none;
}
#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70, #wrap-s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 {
  display: none;
}
#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70, #wrap-s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 { display:none !important; }}@media (max-width: 767px){#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 {
  display: none;
}
#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70, #wrap-s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 { display:none !important; }}







#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5acb6adf-9758-495f-ae29-b2ea9c4b7b70.shg-box.shg-c {
  justify-content: flex-start;
}

#s-99678a51-55a2-421a-9636-5dc4dc60de0e {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-99678a51-55a2-421a-9636-5dc4dc60de0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7f8efbe1-6d28-4707-baeb-04ff41f40b48 {
  min-height: 50px;
}








#s-7f8efbe1-6d28-4707-baeb-04ff41f40b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f8efbe1-6d28-4707-baeb-04ff41f40b48.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86970cf8-cc71-44ad-b764-3efc876e5a05 {
  text-align: left;
}





#s-86970cf8-cc71-44ad-b764-3efc876e5a05 .shogun-image-content {
  
    align-items: center;
  
}

#s-856ffab1-34f3-4976-9a67-334476ebe657 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-856ffab1-34f3-4976-9a67-334476ebe657 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-856ffab1-34f3-4976-9a67-334476ebe657 {
  max-width: 100%;
}
}







#s-856ffab1-34f3-4976-9a67-334476ebe657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-856ffab1-34f3-4976-9a67-334476ebe657.shg-box.shg-c {
  justify-content: center;
}

#s-212a8d7e-4c13-4fab-950b-df372a2302fd {
  text-align: left;
}

#s-212a8d7e-4c13-4fab-950b-df372a2302fd .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-212a8d7e-4c13-4fab-950b-df372a2302fd .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-212a8d7e-4c13-4fab-950b-df372a2302fd .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-13e7d9ec-434e-4168-9f5a-6c0c4f74057f {
  margin-top: 10px;
}

#s-333ea156-b964-44ba-b8ab-82c5e39c1558 {
  background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 1200px){#s-333ea156-b964-44ba-b8ab-82c5e39c1558 {
  display: none;
}
#s-333ea156-b964-44ba-b8ab-82c5e39c1558, #wrap-s-333ea156-b964-44ba-b8ab-82c5e39c1558 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-333ea156-b964-44ba-b8ab-82c5e39c1558 {
  display: none;
}
#s-333ea156-b964-44ba-b8ab-82c5e39c1558, #wrap-s-333ea156-b964-44ba-b8ab-82c5e39c1558 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-333ea156-b964-44ba-b8ab-82c5e39c1558 {
  display: none;
}
#s-333ea156-b964-44ba-b8ab-82c5e39c1558, #wrap-s-333ea156-b964-44ba-b8ab-82c5e39c1558 { display:none !important; }}@media (max-width: 767px){#s-333ea156-b964-44ba-b8ab-82c5e39c1558 {
  display: none;
}
#s-333ea156-b964-44ba-b8ab-82c5e39c1558, #wrap-s-333ea156-b964-44ba-b8ab-82c5e39c1558 { display:none !important; }}
@media (min-width: 0px) {
[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-333ea156-b964-44ba-b8ab-82c5e39c1558"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4ad2486c-5b39-48f6-a70f-9efa8c6abe55 {
  padding-top: 25%;
padding-bottom: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ad2486c-5b39-48f6-a70f-9efa8c6abe55 {
  padding-top: 20%;
padding-bottom: 20%;
}
}@media (max-width: 767px){#s-4ad2486c-5b39-48f6-a70f-9efa8c6abe55 {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-4ad2486c-5b39-48f6-a70f-9efa8c6abe55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ad2486c-5b39-48f6-a70f-9efa8c6abe55.shg-box.shg-c {
  justify-content: center;
}

#s-6c479c8f-4e3d-4016-b001-389e41f1ab90 {
  min-height: 50px;
}








#s-6c479c8f-4e3d-4016-b001-389e41f1ab90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c479c8f-4e3d-4016-b001-389e41f1ab90.shg-box.shg-c {
  justify-content: center;
}

#s-d14a2580-505b-43ab-9a42-37c5572c4953 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
min-height: 50px;
max-width: 80%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d14a2580-505b-43ab-9a42-37c5572c4953 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-d14a2580-505b-43ab-9a42-37c5572c4953 {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
max-width: 90%;
}
}







#s-d14a2580-505b-43ab-9a42-37c5572c4953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d14a2580-505b-43ab-9a42-37c5572c4953.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-d14a2580-505b-43ab-9a42-37c5572c4953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d14a2580-505b-43ab-9a42-37c5572c4953.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-d14a2580-505b-43ab-9a42-37c5572c4953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d14a2580-505b-43ab-9a42-37c5572c4953.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-4e6e51d8-9c2b-4ba4-a18c-b400fd73121b {
  text-align: left;
}

#s-4e6e51d8-9c2b-4ba4-a18c-b400fd73121b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4e6e51d8-9c2b-4ba4-a18c-b400fd73121b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-4e6e51d8-9c2b-4ba4-a18c-b400fd73121b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-57d0d97a-5e01-4f2a-9736-1a24f89399ae {
  margin-top: 10px;
}

#s-f0737a50-0795-4cfc-b695-8259fef16b7f {
  min-height: 50px;
}








#s-f0737a50-0795-4cfc-b695-8259fef16b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0737a50-0795-4cfc-b695-8259fef16b7f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cbcf6020-c521-411e-bc02-90e0630a0a0e {
  text-align: center;
}




  #s-cbcf6020-c521-411e-bc02-90e0630a0a0e img.shogun-image {
    
    width: px;
  }


#s-cbcf6020-c521-411e-bc02-90e0630a0a0e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 {
  padding-top: 1%;
padding-bottom: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 {
  display: none;
}
#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55, #wrap-s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 {
  display: none;
}
#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55, #wrap-s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 {
  display: none;
}
#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55, #wrap-s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 { display:none !important; }}@media (max-width: 767px){#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 {
  display: none;
}
#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55, #wrap-s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 { display:none !important; }}







#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cdb5268-5837-42bb-97a5-f3f4cb4a2d55.shg-box.shg-c {
  justify-content: flex-end;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-e4757bb7-829e-4b2e-937c-40a9c11d4da8 {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e4757bb7-829e-4b2e-937c-40a9c11d4da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4757bb7-829e-4b2e-937c-40a9c11d4da8.shg-box.shg-c {
  justify-content: center;
}

#s-d91619c7-f6c5-4dce-b4c8-1477217c875c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
min-height: 5px;
max-width: 95%;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-d91619c7-f6c5-4dce-b4c8-1477217c875c {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}
}







#s-d91619c7-f6c5-4dce-b4c8-1477217c875c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d91619c7-f6c5-4dce-b4c8-1477217c875c.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-d91619c7-f6c5-4dce-b4c8-1477217c875c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d91619c7-f6c5-4dce-b4c8-1477217c875c.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-d91619c7-f6c5-4dce-b4c8-1477217c875c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d91619c7-f6c5-4dce-b4c8-1477217c875c.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-de5b5a11-c0b5-4b96-b620-afa7f5575d4b {
  text-align: left;
}

#s-de5b5a11-c0b5-4b96-b620-afa7f5575d4b .shogun-heading-component h2 {
  color: rgba(240, 95, 47, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-de5b5a11-c0b5-4b96-b620-afa7f5575d4b .shogun-heading-component h2 {
  color: rgba(240, 95, 47, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-de5b5a11-c0b5-4b96-b620-afa7f5575d4b .shogun-heading-component h2 {
  color: rgba(240, 95, 47, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e641cfd-b3bb-48c9-90d1-f02c63e54514"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-87bafa6d-e66a-4d2d-9038-253b09ae4ea0 {
  margin-top: 10px;
}

@media (min-width: 1200px){#s-c788b6c0-4157-4940-85a2-7a57d25b5326 {
  display: none;
}
#s-c788b6c0-4157-4940-85a2-7a57d25b5326, #wrap-s-c788b6c0-4157-4940-85a2-7a57d25b5326 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c788b6c0-4157-4940-85a2-7a57d25b5326 {
  display: none;
}
#s-c788b6c0-4157-4940-85a2-7a57d25b5326, #wrap-s-c788b6c0-4157-4940-85a2-7a57d25b5326 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c788b6c0-4157-4940-85a2-7a57d25b5326 {
  display: none;
}
#s-c788b6c0-4157-4940-85a2-7a57d25b5326, #wrap-s-c788b6c0-4157-4940-85a2-7a57d25b5326 { display:none !important; }}@media (max-width: 767px){#s-c788b6c0-4157-4940-85a2-7a57d25b5326 {
  display: none;
}
#s-c788b6c0-4157-4940-85a2-7a57d25b5326, #wrap-s-c788b6c0-4157-4940-85a2-7a57d25b5326 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c788b6c0-4157-4940-85a2-7a57d25b5326"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-33856211-6daf-4b7a-9a5d-ea2f8d7abb0b {
  min-height: 50px;
}








#s-33856211-6daf-4b7a-9a5d-ea2f8d7abb0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33856211-6daf-4b7a-9a5d-ea2f8d7abb0b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4b3ced6f-7bd9-4430-995b-06c057c3f0cc {
  text-align: center;
}




  #s-4b3ced6f-7bd9-4430-995b-06c057c3f0cc img.shogun-image {
    
    width: px;
  }


#s-4b3ced6f-7bd9-4430-995b-06c057c3f0cc .shogun-image-content {
  
    align-items: center;
  
}

#s-775d9deb-6e3a-405b-b752-42c7650752fe {
  padding-top: 25%;
padding-bottom: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-775d9deb-6e3a-405b-b752-42c7650752fe {
  padding-top: 20%;
padding-bottom: 20%;
}
}@media (max-width: 767px){#s-775d9deb-6e3a-405b-b752-42c7650752fe {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-775d9deb-6e3a-405b-b752-42c7650752fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-775d9deb-6e3a-405b-b752-42c7650752fe.shg-box.shg-c {
  justify-content: center;
}

#s-1f9617f0-a5bc-4fdc-9db0-20779c62a654 {
  min-height: 50px;
}








#s-1f9617f0-a5bc-4fdc-9db0-20779c62a654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f9617f0-a5bc-4fdc-9db0-20779c62a654.shg-box.shg-c {
  justify-content: center;
}

#s-508d2ce3-a049-40c9-a0c7-9b2c1b311766 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
min-height: 50px;
max-width: 80%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-508d2ce3-a049-40c9-a0c7-9b2c1b311766 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-508d2ce3-a049-40c9-a0c7-9b2c1b311766 {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
max-width: 90%;
}
}







#s-508d2ce3-a049-40c9-a0c7-9b2c1b311766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-508d2ce3-a049-40c9-a0c7-9b2c1b311766.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-508d2ce3-a049-40c9-a0c7-9b2c1b311766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-508d2ce3-a049-40c9-a0c7-9b2c1b311766.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-508d2ce3-a049-40c9-a0c7-9b2c1b311766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-508d2ce3-a049-40c9-a0c7-9b2c1b311766.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-a4f8254c-2fe6-4046-9add-b396c20abb32 {
  text-align: left;
}

#s-a4f8254c-2fe6-4046-9add-b396c20abb32 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a4f8254c-2fe6-4046-9add-b396c20abb32 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-a4f8254c-2fe6-4046-9add-b396c20abb32 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-fd19b742-00a1-455b-a9a1-6f07f376dc9b {
  margin-top: 10px;
}
@media (max-width: 767px){#s-fd19b742-00a1-455b-a9a1-6f07f376dc9b {
  margin-top: 0px;
}
}
#s-f0641dd3-22fe-4751-9eab-e6238a37aeef {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-f0641dd3-22fe-4751-9eab-e6238a37aeef {
  display: none;
}
#s-f0641dd3-22fe-4751-9eab-e6238a37aeef, #wrap-s-f0641dd3-22fe-4751-9eab-e6238a37aeef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0641dd3-22fe-4751-9eab-e6238a37aeef {
  display: none;
}
#s-f0641dd3-22fe-4751-9eab-e6238a37aeef, #wrap-s-f0641dd3-22fe-4751-9eab-e6238a37aeef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0641dd3-22fe-4751-9eab-e6238a37aeef {
  display: none;
}
#s-f0641dd3-22fe-4751-9eab-e6238a37aeef, #wrap-s-f0641dd3-22fe-4751-9eab-e6238a37aeef { display:none !important; }}@media (max-width: 767px){#s-f0641dd3-22fe-4751-9eab-e6238a37aeef {
  display: none;
}
#s-f0641dd3-22fe-4751-9eab-e6238a37aeef, #wrap-s-f0641dd3-22fe-4751-9eab-e6238a37aeef { display:none !important; }}
@media (min-width: 0px) {
[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f0641dd3-22fe-4751-9eab-e6238a37aeef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-6c3fd858-5081-4b5d-ab8a-9527362fbf8f {
  padding-top: 25%;
padding-bottom: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c3fd858-5081-4b5d-ab8a-9527362fbf8f {
  padding-top: 20%;
padding-bottom: 20%;
}
}@media (max-width: 767px){#s-6c3fd858-5081-4b5d-ab8a-9527362fbf8f {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-6c3fd858-5081-4b5d-ab8a-9527362fbf8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c3fd858-5081-4b5d-ab8a-9527362fbf8f.shg-box.shg-c {
  justify-content: center;
}

#s-eed08bd5-19ba-4fc6-bf6c-cc849ebb7ce0 {
  min-height: 50px;
}








#s-eed08bd5-19ba-4fc6-bf6c-cc849ebb7ce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed08bd5-19ba-4fc6-bf6c-cc849ebb7ce0.shg-box.shg-c {
  justify-content: center;
}

#s-18f8ebc3-3e47-4f58-a238-4eaa5c554d33 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
min-height: 50px;
max-width: 80%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-18f8ebc3-3e47-4f58-a238-4eaa5c554d33 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-18f8ebc3-3e47-4f58-a238-4eaa5c554d33 {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
max-width: 90%;
}
}







#s-18f8ebc3-3e47-4f58-a238-4eaa5c554d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18f8ebc3-3e47-4f58-a238-4eaa5c554d33.shg-box.shg-c {
  justify-content: center;
}

#s-dc6e55f3-2c74-43cb-b42c-7b4f6c1c2d08 {
  text-align: left;
}

#s-dc6e55f3-2c74-43cb-b42c-7b4f6c1c2d08 .shogun-heading-component h1 {
  color: rgba(240, 95, 47, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-dc6e55f3-2c74-43cb-b42c-7b4f6c1c2d08 .shogun-heading-component h1 {
  color: rgba(240, 95, 47, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-dc6e55f3-2c74-43cb-b42c-7b4f6c1c2d08 .shogun-heading-component h1 {
  color: rgba(240, 95, 47, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-c7d9d9be-d0a7-4604-be5f-b9016baa8455 {
  margin-top: 10px;
}

#s-07b0a15e-ed60-42d5-8827-60f345b424e1 {
  min-height: 50px;
}








#s-07b0a15e-ed60-42d5-8827-60f345b424e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07b0a15e-ed60-42d5-8827-60f345b424e1.shg-box.shg-c {
  justify-content: center;
}

#s-8dfd2563-c117-4ab5-b69a-65bd3081418f {
  min-height: 50px;
}








#s-8dfd2563-c117-4ab5-b69a-65bd3081418f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dfd2563-c117-4ab5-b69a-65bd3081418f.shg-box.shg-c {
  justify-content: center;
}

#s-0580105a-c182-490a-a8e3-0e0a2944f1a1 {
  text-align: center;
}





#s-0580105a-c182-490a-a8e3-0e0a2944f1a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-17598a8c-efc6-45c7-8067-ce84f73d5abb {
  background-color: rgba(249, 249, 249, 0);
}
@media (min-width: 1200px){#s-17598a8c-efc6-45c7-8067-ce84f73d5abb {
  display: none;
}
#s-17598a8c-efc6-45c7-8067-ce84f73d5abb, #wrap-s-17598a8c-efc6-45c7-8067-ce84f73d5abb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17598a8c-efc6-45c7-8067-ce84f73d5abb {
  display: none;
}
#s-17598a8c-efc6-45c7-8067-ce84f73d5abb, #wrap-s-17598a8c-efc6-45c7-8067-ce84f73d5abb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17598a8c-efc6-45c7-8067-ce84f73d5abb {
  display: none;
}
#s-17598a8c-efc6-45c7-8067-ce84f73d5abb, #wrap-s-17598a8c-efc6-45c7-8067-ce84f73d5abb { display:none !important; }}@media (max-width: 767px){#s-17598a8c-efc6-45c7-8067-ce84f73d5abb {
  display: none;
}
#s-17598a8c-efc6-45c7-8067-ce84f73d5abb, #wrap-s-17598a8c-efc6-45c7-8067-ce84f73d5abb { display:none !important; }}
@media (min-width: 0px) {
[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (max-width: 767px) {
  [id="s-17598a8c-efc6-45c7-8067-ce84f73d5abb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f9cb248b-ac73-45e2-9a16-d50e6d070ea2 {
  min-height: 50px;
}








#s-f9cb248b-ac73-45e2-9a16-d50e6d070ea2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9cb248b-ac73-45e2-9a16-d50e6d070ea2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5adfd3cc-fa7a-4292-a2d6-2caf59a05d63 {
  text-align: center;
}




  #s-5adfd3cc-fa7a-4292-a2d6-2caf59a05d63 img.shogun-image {
    
    width: px;
  }


#s-5adfd3cc-fa7a-4292-a2d6-2caf59a05d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-4240f30b-078b-40ec-a9b6-2421b9896b2e {
  padding-top: 25%;
padding-bottom: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4240f30b-078b-40ec-a9b6-2421b9896b2e {
  padding-top: 20%;
padding-bottom: 20%;
}
}@media (max-width: 767px){#s-4240f30b-078b-40ec-a9b6-2421b9896b2e {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-4240f30b-078b-40ec-a9b6-2421b9896b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4240f30b-078b-40ec-a9b6-2421b9896b2e.shg-box.shg-c {
  justify-content: center;
}

#s-478fac67-2a9b-487e-a180-712e49a6bb5a {
  min-height: 50px;
}








#s-478fac67-2a9b-487e-a180-712e49a6bb5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-478fac67-2a9b-487e-a180-712e49a6bb5a.shg-box.shg-c {
  justify-content: center;
}

#s-387afc7a-c2ec-462d-a79a-98d9629e0ce4 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
min-height: 50px;
max-width: 80%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-387afc7a-c2ec-462d-a79a-98d9629e0ce4 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-387afc7a-c2ec-462d-a79a-98d9629e0ce4 {
  padding-left: 2%;
padding-right: 2%;
max-width: 90%;
}
}







#s-387afc7a-c2ec-462d-a79a-98d9629e0ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-387afc7a-c2ec-462d-a79a-98d9629e0ce4.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-387afc7a-c2ec-462d-a79a-98d9629e0ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-387afc7a-c2ec-462d-a79a-98d9629e0ce4.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-387afc7a-c2ec-462d-a79a-98d9629e0ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-387afc7a-c2ec-462d-a79a-98d9629e0ce4.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-11d7b9d7-16e8-488d-8819-8b172242cbf1 {
  text-align: left;
}

#s-11d7b9d7-16e8-488d-8819-8b172242cbf1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-11d7b9d7-16e8-488d-8819-8b172242cbf1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-11d7b9d7-16e8-488d-8819-8b172242cbf1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-702d0d16-b6ff-4dcb-aca8-c095dcd52db6 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-702d0d16-b6ff-4dcb-aca8-c095dcd52db6 {
  margin-top: 0px;
}
}
#s-6584b6cf-83df-4a20-9122-32a5c80380e5 {
  background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 1200px){#s-6584b6cf-83df-4a20-9122-32a5c80380e5 {
  display: none;
}
#s-6584b6cf-83df-4a20-9122-32a5c80380e5, #wrap-s-6584b6cf-83df-4a20-9122-32a5c80380e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6584b6cf-83df-4a20-9122-32a5c80380e5 {
  display: none;
}
#s-6584b6cf-83df-4a20-9122-32a5c80380e5, #wrap-s-6584b6cf-83df-4a20-9122-32a5c80380e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6584b6cf-83df-4a20-9122-32a5c80380e5 {
  display: none;
}
#s-6584b6cf-83df-4a20-9122-32a5c80380e5, #wrap-s-6584b6cf-83df-4a20-9122-32a5c80380e5 { display:none !important; }}@media (max-width: 767px){#s-6584b6cf-83df-4a20-9122-32a5c80380e5 {
  display: none;
}
#s-6584b6cf-83df-4a20-9122-32a5c80380e5, #wrap-s-6584b6cf-83df-4a20-9122-32a5c80380e5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6584b6cf-83df-4a20-9122-32a5c80380e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e98a538d-1722-451c-9a3e-3105cea5eef7 {
  padding-top: 25%;
padding-bottom: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e98a538d-1722-451c-9a3e-3105cea5eef7 {
  padding-top: 20%;
padding-bottom: 20%;
}
}@media (max-width: 767px){#s-e98a538d-1722-451c-9a3e-3105cea5eef7 {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-e98a538d-1722-451c-9a3e-3105cea5eef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e98a538d-1722-451c-9a3e-3105cea5eef7.shg-box.shg-c {
  justify-content: center;
}

#s-50324dbd-551b-44f2-89f0-baa5b8c36baf {
  min-height: 50px;
}








#s-50324dbd-551b-44f2-89f0-baa5b8c36baf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50324dbd-551b-44f2-89f0-baa5b8c36baf.shg-box.shg-c {
  justify-content: center;
}

#s-7536e8a0-f621-417d-8a8a-4ff7222245b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
min-height: 50px;
max-width: 80%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-7536e8a0-f621-417d-8a8a-4ff7222245b5 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-7536e8a0-f621-417d-8a8a-4ff7222245b5 {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
max-width: 90%;
}
}







#s-7536e8a0-f621-417d-8a8a-4ff7222245b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7536e8a0-f621-417d-8a8a-4ff7222245b5.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-7536e8a0-f621-417d-8a8a-4ff7222245b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7536e8a0-f621-417d-8a8a-4ff7222245b5.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-7536e8a0-f621-417d-8a8a-4ff7222245b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7536e8a0-f621-417d-8a8a-4ff7222245b5.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-3a3aa0b3-96aa-4c5b-bb26-79576c008605 {
  text-align: left;
}

#s-3a3aa0b3-96aa-4c5b-bb26-79576c008605 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3a3aa0b3-96aa-4c5b-bb26-79576c008605 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-3a3aa0b3-96aa-4c5b-bb26-79576c008605 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-5cd88e93-c139-4b1e-beb8-f8bbb99724fa {
  margin-top: 10px;
}

#s-81b252ea-b4a3-4fbc-ac93-b2fd3f818682 {
  min-height: 50px;
}








#s-81b252ea-b4a3-4fbc-ac93-b2fd3f818682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81b252ea-b4a3-4fbc-ac93-b2fd3f818682.shg-box.shg-c {
  justify-content: flex-end;
}

#s-027beb15-030e-48a9-bd1d-92ec4991b0de {
  text-align: center;
}




  #s-027beb15-030e-48a9-bd1d-92ec4991b0de img.shogun-image {
    
    width: px;
  }


#s-027beb15-030e-48a9-bd1d-92ec4991b0de .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 {
  padding-top: 2%;
padding-left: 2px;
padding-bottom: 2%;
padding-right: 2px;
min-height: 800px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 {
  display: none;
}
#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3, #wrap-s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 {
  display: none;
}
#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3, #wrap-s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 {
  min-height: 450px;
display: none;
}
#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3, #wrap-s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 { display:none !important; }}@media (max-width: 767px){#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 {
  min-height: 450px;
display: none;
}
#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3, #wrap-s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 { display:none !important; }}







#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7052ad8-9979-487a-ab8e-fbe55d8440b3.shg-box.shg-c {
  justify-content: center;
}

#s-eb451813-a078-4385-8866-80d21f0a76bf {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb451813-a078-4385-8866-80d21f0a76bf {
  margin-bottom: 0px;
max-width: 80%;
}
}@media (max-width: 767px){#s-eb451813-a078-4385-8866-80d21f0a76bf {
  max-width: 90%;
}
}







#s-eb451813-a078-4385-8866-80d21f0a76bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb451813-a078-4385-8866-80d21f0a76bf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4e543d8d-dc50-41e4-b3ba-1f84deccca2a {
  text-align: left;
}

#s-4e543d8d-dc50-41e4-b3ba-1f84deccca2a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4e543d8d-dc50-41e4-b3ba-1f84deccca2a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-4e543d8d-dc50-41e4-b3ba-1f84deccca2a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-81d441b6-8820-46b9-a48b-de304310a117 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-81d441b6-8820-46b9-a48b-de304310a117 {
  max-width: 80%;
}
}@media (max-width: 767px){#s-81d441b6-8820-46b9-a48b-de304310a117 {
  max-width: 90%;
}
}
#s-0d80d748-df11-4a63-b600-30df03598d42 {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 800px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-0d80d748-df11-4a63-b600-30df03598d42 {
  display: none;
}
#s-0d80d748-df11-4a63-b600-30df03598d42, #wrap-s-0d80d748-df11-4a63-b600-30df03598d42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d80d748-df11-4a63-b600-30df03598d42 {
  display: none;
}
#s-0d80d748-df11-4a63-b600-30df03598d42, #wrap-s-0d80d748-df11-4a63-b600-30df03598d42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d80d748-df11-4a63-b600-30df03598d42 {
  min-height: 450px;
display: none;
}
#s-0d80d748-df11-4a63-b600-30df03598d42, #wrap-s-0d80d748-df11-4a63-b600-30df03598d42 { display:none !important; }}@media (max-width: 767px){#s-0d80d748-df11-4a63-b600-30df03598d42 {
  padding-top: 0%;
padding-bottom: 0%;
min-height: 450px;
display: none;
}
#s-0d80d748-df11-4a63-b600-30df03598d42, #wrap-s-0d80d748-df11-4a63-b600-30df03598d42 { display:none !important; }}







#s-0d80d748-df11-4a63-b600-30df03598d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d80d748-df11-4a63-b600-30df03598d42.shg-box.shg-c {
  justify-content: center;
}

#s-6377c526-1cf2-4b12-b368-f4b40890bc3c {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px;
}
@media (max-width: 767px){#s-6377c526-1cf2-4b12-b368-f4b40890bc3c {
  margin-top: 10px;
}
}







#s-6377c526-1cf2-4b12-b368-f4b40890bc3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6377c526-1cf2-4b12-b368-f4b40890bc3c.shg-box.shg-c {
  justify-content: center;
}

#s-4ed0188e-41b6-4262-9e75-00d16f136a83 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ed0188e-41b6-4262-9e75-00d16f136a83 {
  min-height: 50px;
max-width: 80%;
}
}@media (max-width: 767px){#s-4ed0188e-41b6-4262-9e75-00d16f136a83 {
  max-width: 90%;
}
}







#s-4ed0188e-41b6-4262-9e75-00d16f136a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ed0188e-41b6-4262-9e75-00d16f136a83.shg-box.shg-c {
  justify-content: center;
}

#s-74812359-09f6-432e-9164-7cb760068925 {
  text-align: left;
}

#s-74812359-09f6-432e-9164-7cb760068925 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-74812359-09f6-432e-9164-7cb760068925 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-74812359-09f6-432e-9164-7cb760068925 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-23b3d10f-aa8e-4c1a-9f54-e68cbd084002 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-23b3d10f-aa8e-4c1a-9f54-e68cbd084002 {
  margin-top: 0px;
}
}
#s-d978423c-1f2f-4e42-bd0d-f53ad76cc6ba {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d978423c-1f2f-4e42-bd0d-f53ad76cc6ba {
  max-width: 80%;
}
}@media (max-width: 767px){#s-d978423c-1f2f-4e42-bd0d-f53ad76cc6ba {
  max-width: 90%;
}
}
#s-eddd9b40-ad38-4be9-b0d7-c4732a7024fa {
  padding-bottom: 1%;
min-height: 50px;
}








#s-eddd9b40-ad38-4be9-b0d7-c4732a7024fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eddd9b40-ad38-4be9-b0d7-c4732a7024fa.shg-box.shg-c {
  justify-content: center;
}

#s-1c2b0eb8-9b2b-485f-955a-df32a0c15979 {
  background-image: url(https://i.shgcdn.com/4673b467-badc-428b-8ae8-bdb69a28cfb2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: left center;
}








#s-1c2b0eb8-9b2b-485f-955a-df32a0c15979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c2b0eb8-9b2b-485f-955a-df32a0c15979.shg-box.shg-c {
  justify-content: center;
}

#s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e {
  margin-top: -250px;
}
}
@media (min-width: 0px) {
[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a365e3a-c7fa-4567-a777-7a4c3f02dc8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e50b16da-bf8f-45d6-883c-6d0ef48d3ccd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-e50b16da-bf8f-45d6-883c-6d0ef48d3ccd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e50b16da-bf8f-45d6-883c-6d0ef48d3ccd.shg-box.shg-c {
  justify-content: center;
}

#s-dd3f1d52-59e2-4744-824d-8b90cf51a56f {
  text-align: center;
}

#s-dd3f1d52-59e2-4744-824d-8b90cf51a56f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}



#s-b822ddb6-30e3-4233-a689-eadd60129569 {
  margin-top: 10px;
text-align: center;
}

#s-b822ddb6-30e3-4233-a689-eadd60129569 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}



#s-c10553e7-c8b8-4831-9609-4df52446af7f {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c10553e7-c8b8-4831-9609-4df52446af7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c10553e7-c8b8-4831-9609-4df52446af7f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c10553e7-c8b8-4831-9609-4df52446af7f-btn-wrapper {
    text-align: center;
  }


#s-c10553e7-c8b8-4831-9609-4df52446af7f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-ea8d87bc-f1ae-46bf-923c-6ecbad0581a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 200px;
max-width: 1200px;
}
@media (max-width: 767px){#s-ea8d87bc-f1ae-46bf-923c-6ecbad0581a3 {
  min-height: 100px;
}
}







#s-ea8d87bc-f1ae-46bf-923c-6ecbad0581a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea8d87bc-f1ae-46bf-923c-6ecbad0581a3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5d06d37b-d02f-4856-9549-7c15100f161b {
  min-height: 50px;
}








#s-5d06d37b-d02f-4856-9549-7c15100f161b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d06d37b-d02f-4856-9549-7c15100f161b.shg-box.shg-c {
  justify-content: center;
}

#s-f5b52b44-4c06-4f0e-8df1-c265bae8eda5 {
  text-align: center;
}

#s-f5b52b44-4c06-4f0e-8df1-c265bae8eda5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}



#s-c0d256b7-b456-4c47-aa3c-244809b83b74 {
  margin-top: 10px;
text-align: center;
}

#s-c0d256b7-b456-4c47-aa3c-244809b83b74 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}



#s-1e58e928-5841-477c-9797-29fab32918d6 {
  min-height: 50px;
}








#s-1e58e928-5841-477c-9797-29fab32918d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e58e928-5841-477c-9797-29fab32918d6.shg-box.shg-c {
  justify-content: center;
}

#s-55b414cd-400d-4ef4-8ef0-6fc66091a588 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-55b414cd-400d-4ef4-8ef0-6fc66091a588 {
  margin-top: 10px;
}
}
#s-524ac425-3479-4006-ab96-8a50e7a4708c {
  min-height: 50px;
}








#s-524ac425-3479-4006-ab96-8a50e7a4708c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-524ac425-3479-4006-ab96-8a50e7a4708c.shg-box.shg-c {
  justify-content: center;
}

#s-77818e73-2ebb-4811-802a-e14e8eb8cda2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 890px;
background-position: center center;
}
@media (min-width: 1200px){#s-77818e73-2ebb-4811-802a-e14e8eb8cda2 {
  min-height: 900px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77818e73-2ebb-4811-802a-e14e8eb8cda2 {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77818e73-2ebb-4811-802a-e14e8eb8cda2 {
  min-height: 670px;
}
}@media (max-width: 767px){#s-77818e73-2ebb-4811-802a-e14e8eb8cda2 {
  min-height: 431px;
}
}







#s-77818e73-2ebb-4811-802a-e14e8eb8cda2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77818e73-2ebb-4811-802a-e14e8eb8cda2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0e0c2105-12fc-46c7-b867-8b36c0db2eeb {
  min-height: 50px;
}








#s-0e0c2105-12fc-46c7-b867-8b36c0db2eeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e0c2105-12fc-46c7-b867-8b36c0db2eeb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f7862d3-1736-4145-a07f-614d63cb02d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e04ccede-eda6-4b06-8cdb-2c24dc0f4f96 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 200px;
max-width: 1200px;
}








#s-e04ccede-eda6-4b06-8cdb-2c24dc0f4f96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e04ccede-eda6-4b06-8cdb-2c24dc0f4f96.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4e73d9dc-6730-4823-bc2c-b8812de440dc {
  min-height: 50px;
}








#s-4e73d9dc-6730-4823-bc2c-b8812de440dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e73d9dc-6730-4823-bc2c-b8812de440dc.shg-box.shg-c {
  justify-content: center;
}

#s-776fbb11-838f-4af0-a682-b22f9ca00738 {
  text-align: left;
}

#s-776fbb11-838f-4af0-a682-b22f9ca00738 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-776fbb11-838f-4af0-a682-b22f9ca00738 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-8d069f38-9a43-4343-84d4-9530e94839b4 {
  min-height: 50px;
}








#s-8d069f38-9a43-4343-84d4-9530e94839b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d069f38-9a43-4343-84d4-9530e94839b4.shg-box.shg-c {
  justify-content: center;
}

#s-d6c95c78-d964-495b-9272-44a415534973 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-d6c95c78-d964-495b-9272-44a415534973 {
  margin-top: 10px;
}
}
#s-e54fee85-017f-45b3-9359-aeff712adca5 {
  text-align: right;
}





#s-e54fee85-017f-45b3-9359-aeff712adca5 .shogun-image-content {
  
    align-items: center;
  
}

#s-25b174d5-5b93-4529-a584-07607570a37f {
  min-height: 750px;
}
@media (min-width: 1200px){#s-25b174d5-5b93-4529-a584-07607570a37f {
  min-height: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25b174d5-5b93-4529-a584-07607570a37f {
  min-height: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-25b174d5-5b93-4529-a584-07607570a37f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-25b174d5-5b93-4529-a584-07607570a37f {
  min-height: 260px;
}
}
#s-fed3a1d4-c350-4be4-96d4-0eff7d540958 {
  min-height: 50px;
}








#s-fed3a1d4-c350-4be4-96d4-0eff7d540958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed3a1d4-c350-4be4-96d4-0eff7d540958.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f53c5a28-5a6f-45db-8cf5-bcee3e792685"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-db89b706-b95d-4fb0-8c33-e2c08b0d670a {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100px;
max-width: 1200px;
}








#s-db89b706-b95d-4fb0-8c33-e2c08b0d670a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db89b706-b95d-4fb0-8c33-e2c08b0d670a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-70b27ba8-6582-452f-bdc3-e3cbfc4933f7 {
  min-height: 50px;
}








#s-70b27ba8-6582-452f-bdc3-e3cbfc4933f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70b27ba8-6582-452f-bdc3-e3cbfc4933f7.shg-box.shg-c {
  justify-content: center;
}

#s-f3fb5d54-ae0c-4876-93c4-61fefdbbec64 {
  min-height: 50px;
}








#s-f3fb5d54-ae0c-4876-93c4-61fefdbbec64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3fb5d54-ae0c-4876-93c4-61fefdbbec64.shg-box.shg-c {
  justify-content: center;
}

#s-57e26527-cc1c-4941-b083-b7c86e2b5bfd {
  text-align: left;
}

#s-57e26527-cc1c-4941-b083-b7c86e2b5bfd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-57e26527-cc1c-4941-b083-b7c86e2b5bfd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-5224aa2d-c33f-47d3-9119-9b4672b3db89 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-5224aa2d-c33f-47d3-9119-9b4672b3db89 {
  margin-top: 10px;
}
}
#s-c08681b5-8975-4406-80ed-9121e9132747 {
  text-align: center;
}





#s-c08681b5-8975-4406-80ed-9121e9132747 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f308bc9-dc62-48ae-89e7-e63553e2bc89 {
  min-height: 100px;
}








#s-2f308bc9-dc62-48ae-89e7-e63553e2bc89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f308bc9-dc62-48ae-89e7-e63553e2bc89.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acc4278a-7bce-4a4e-93c2-85df2ba600c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-96d8ecbd-f22c-48cd-88c9-79c629887f7d {
  text-align: center;
}





#s-96d8ecbd-f22c-48cd-88c9-79c629887f7d .shogun-image-content {
  
    align-items: center;
  
}

#s-cca221e8-7f1c-42bd-9d54-cc24089385d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 200px;
max-width: 1200px;
}








#s-cca221e8-7f1c-42bd-9d54-cc24089385d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca221e8-7f1c-42bd-9d54-cc24089385d8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c64268fb-8f63-497f-abf1-b8e4758a4a72 {
  min-height: 50px;
}








#s-c64268fb-8f63-497f-abf1-b8e4758a4a72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c64268fb-8f63-497f-abf1-b8e4758a4a72.shg-box.shg-c {
  justify-content: center;
}

#s-ce266ce9-43bc-4792-8c5c-0b22c107b4e7 {
  min-height: 50px;
}








#s-ce266ce9-43bc-4792-8c5c-0b22c107b4e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce266ce9-43bc-4792-8c5c-0b22c107b4e7.shg-box.shg-c {
  justify-content: center;
}

#s-d6db1802-e5ed-4722-8913-f8177baa0f88 {
  text-align: left;
}

#s-d6db1802-e5ed-4722-8913-f8177baa0f88 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-d6db1802-e5ed-4722-8913-f8177baa0f88 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-055a612a-f473-4385-8862-5c321cd91e82 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-055a612a-f473-4385-8862-5c321cd91e82 {
  margin-top: 10px;
}
}
#s-ab193fda-5a45-4a30-8097-dbb5bf8178ad {
  min-height: 750px;
}
@media (min-width: 1200px){#s-ab193fda-5a45-4a30-8097-dbb5bf8178ad {
  min-height: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab193fda-5a45-4a30-8097-dbb5bf8178ad {
  min-height: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab193fda-5a45-4a30-8097-dbb5bf8178ad {
  min-height: 400px;
}
}@media (max-width: 767px){#s-ab193fda-5a45-4a30-8097-dbb5bf8178ad {
  min-height: 260px;
}
}
#s-544e85f6-f67d-473d-930d-1815d73961ff {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
max-width: 1200px;
}








#s-544e85f6-f67d-473d-930d-1815d73961ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-544e85f6-f67d-473d-930d-1815d73961ff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8c4b2503-1674-4abf-a370-d3496e861bf1 {
  min-height: 50px;
}








#s-8c4b2503-1674-4abf-a370-d3496e861bf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c4b2503-1674-4abf-a370-d3496e861bf1.shg-box.shg-c {
  justify-content: center;
}

#s-09346294-44ee-4f38-96df-3774604579c4 {
  text-align: left;
}

#s-09346294-44ee-4f38-96df-3774604579c4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-09346294-44ee-4f38-96df-3774604579c4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-abffa2c1-0bda-40bc-94fd-e9dfd8855824 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-abffa2c1-0bda-40bc-94fd-e9dfd8855824 {
  margin-top: 10px;
}
}
#s-da5cb77b-70bd-4b1e-b048-8893f5fb9479 {
  min-height: 50px;
}








#s-da5cb77b-70bd-4b1e-b048-8893f5fb9479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da5cb77b-70bd-4b1e-b048-8893f5fb9479.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-373ff314-30d7-44af-9895-af4933a9df44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bde02477-d843-44d0-bdba-696dd7989426 {
  text-align: center;
}




  #s-bde02477-d843-44d0-bdba-696dd7989426 img.shogun-image {
    
    width: px;
  }


#s-bde02477-d843-44d0-bdba-696dd7989426 .shogun-image-content {
  
    align-items: center;
  
}

#s-1acaa8cb-97a3-4a29-af00-25be8f508369 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 200px;
max-width: 1200px;
}








#s-1acaa8cb-97a3-4a29-af00-25be8f508369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1acaa8cb-97a3-4a29-af00-25be8f508369.shg-box.shg-c {
  justify-content: center;
}

#s-cc95f71a-cbf8-4e21-a958-c650ae79e903 {
  min-height: 50px;
}








#s-cc95f71a-cbf8-4e21-a958-c650ae79e903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc95f71a-cbf8-4e21-a958-c650ae79e903.shg-box.shg-c {
  justify-content: center;
}

#s-9c714eef-d6fe-430a-bb63-d31129420094 {
  min-height: 50px;
}








#s-9c714eef-d6fe-430a-bb63-d31129420094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c714eef-d6fe-430a-bb63-d31129420094.shg-box.shg-c {
  justify-content: center;
}

#s-0dff48f3-68ef-4d86-8e9b-02bcfdc5c089 {
  text-align: left;
}

#s-0dff48f3-68ef-4d86-8e9b-02bcfdc5c089 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-0dff48f3-68ef-4d86-8e9b-02bcfdc5c089 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-dc0e1d81-62bc-4fd2-b4f8-2fd8e7e57f45 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-dc0e1d81-62bc-4fd2-b4f8-2fd8e7e57f45 {
  margin-top: 10px;
}
}
#s-6c062c19-ece4-4489-aed5-95e9e05d92c9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 750px;
background-position: center top;
}
@media (min-width: 1200px){#s-6c062c19-ece4-4489-aed5-95e9e05d92c9 {
  min-height: 903px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c062c19-ece4-4489-aed5-95e9e05d92c9 {
  min-height: 903px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c062c19-ece4-4489-aed5-95e9e05d92c9 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-6c062c19-ece4-4489-aed5-95e9e05d92c9 {
  min-height: 400px;
}
}







#s-6c062c19-ece4-4489-aed5-95e9e05d92c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c062c19-ece4-4489-aed5-95e9e05d92c9.shg-box.shg-c {
  justify-content: flex-end;
}

#s-45666709-f7f9-4057-98c4-7c937b40317b {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
max-width: 1200px;
}








#s-45666709-f7f9-4057-98c4-7c937b40317b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45666709-f7f9-4057-98c4-7c937b40317b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7bf1192e-64ec-45ac-9f62-4c9a977c8a24 {
  min-height: 50px;
}








#s-7bf1192e-64ec-45ac-9f62-4c9a977c8a24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bf1192e-64ec-45ac-9f62-4c9a977c8a24.shg-box.shg-c {
  justify-content: center;
}

#s-704d4670-e83b-46f7-8b34-75ab7a1158fb {
  text-align: left;
}

#s-704d4670-e83b-46f7-8b34-75ab7a1158fb .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-704d4670-e83b-46f7-8b34-75ab7a1158fb .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-f03a27d1-242b-4ef8-8603-73aa8293a7b6 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-f03a27d1-242b-4ef8-8603-73aa8293a7b6 {
  margin-top: 10px;
}
}
#s-b8a12bb1-c4dc-459a-9a64-26e5e512a58f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 750px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-b8a12bb1-c4dc-459a-9a64-26e5e512a58f {
  min-height: 903px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8a12bb1-c4dc-459a-9a64-26e5e512a58f {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8a12bb1-c4dc-459a-9a64-26e5e512a58f {
  min-height: 500px;
}
}@media (max-width: 767px){#s-b8a12bb1-c4dc-459a-9a64-26e5e512a58f {
  min-height: 400px;
}
}







#s-b8a12bb1-c4dc-459a-9a64-26e5e512a58f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8a12bb1-c4dc-459a-9a64-26e5e512a58f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b799ad88-4c1b-4762-a3db-a1170ae2c666 {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b799ad88-4c1b-4762-a3db-a1170ae2c666:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b799ad88-4c1b-4762-a3db-a1170ae2c666:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b799ad88-4c1b-4762-a3db-a1170ae2c666-btn-wrapper {
    text-align: center;
  }


#s-b799ad88-4c1b-4762-a3db-a1170ae2c666.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-4163c94c-1bbd-4efc-9887-38b569190456 {
  min-height: 50px;
}








#s-4163c94c-1bbd-4efc-9887-38b569190456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4163c94c-1bbd-4efc-9887-38b569190456.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
