.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-51f99b7a-f0d3-4beb-ad3d-345576c9fd18 {
  min-height: 50px;
}
@media (max-width: 767px){#s-51f99b7a-f0d3-4beb-ad3d-345576c9fd18 {
  display: none;
}
#s-51f99b7a-f0d3-4beb-ad3d-345576c9fd18, #wrap-s-51f99b7a-f0d3-4beb-ad3d-345576c9fd18 { display: none !important; }}







#s-51f99b7a-f0d3-4beb-ad3d-345576c9fd18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51f99b7a-f0d3-4beb-ad3d-345576c9fd18.shg-box.shg-c {
  justify-content: center;
}

.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;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-6fd81138-0364-4a00-8ae5-7eaebb4ed038 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-6fd81138-0364-4a00-8ae5-7eaebb4ed038"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fd81138-0364-4a00-8ae5-7eaebb4ed038"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6fd81138-0364-4a00-8ae5-7eaebb4ed038"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fd81138-0364-4a00-8ae5-7eaebb4ed038"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c0f0a9f1-235e-48c5-9200-cbf634139622 {
  margin-left: 4%;
margin-right: 4%;
min-height: 50px;
}








#s-c0f0a9f1-235e-48c5-9200-cbf634139622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0f0a9f1-235e-48c5-9200-cbf634139622.shg-box.shg-c {
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-e220d716-e1fb-453e-8830-0018b4b46936 {
  text-align: center;
}
@media (max-width: 767px){#s-e220d716-e1fb-453e-8830-0018b4b46936 {
  padding-top: 14px;
padding-bottom: 14px;
}
}


.shg-c#s-e220d716-e1fb-453e-8830-0018b4b46936 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e220d716-e1fb-453e-8830-0018b4b46936 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e220d716-e1fb-453e-8830-0018b4b46936 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e220d716-e1fb-453e-8830-0018b4b46936 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-e220d716-e1fb-453e-8830-0018b4b46936 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Outfit";
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-66e36996-82ed-4006-8720-cc33cdaa974d {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (max-width: 767px){#s-66e36996-82ed-4006-8720-cc33cdaa974d {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-66e36996-82ed-4006-8720-cc33cdaa974d .shg-product-title-component h1 {
  color: rgba(10, 106, 248, 1);
  
  font-family: Outfit;
  
  
  
  
}
@media (max-width: 767px){#s-66e36996-82ed-4006-8720-cc33cdaa974d .shg-product-title-component h1 {
  color: rgba(10, 106, 248, 1);
  
  font-family: Outfit;
  
  font-size: 26px;
  
  
}
}
.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-9f285c8b-e877-4278-9d74-6436127b40a5 {
  margin-top: -4px;
margin-bottom: -4px;
text-align: left;
}
@media (max-width: 767px){#s-9f285c8b-e877-4278-9d74-6436127b40a5 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-9f285c8b-e877-4278-9d74-6436127b40a5 .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-9f285c8b-e877-4278-9d74-6436127b40a5 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-9f285c8b-e877-4278-9d74-6436127b40a5 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(44, 118, 228, 1);
}

#s-9f285c8b-e877-4278-9d74-6436127b40a5 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-9f285c8b-e877-4278-9d74-6436127b40a5 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(44, 118, 228, 1);
  stroke: rgba(44, 118, 228, 1);
}

#s-9f285c8b-e877-4278-9d74-6436127b40a5 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(44, 118, 228, 1);
}

#s-9f285c8b-e877-4278-9d74-6436127b40a5 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(44, 118, 228, 1);
  color: #FFFFFF;
}

#s-9f285c8b-e877-4278-9d74-6436127b40a5 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(44, 118, 228, 1);
}

#s-9f285c8b-e877-4278-9d74-6436127b40a5 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(44, 118, 228, 1);
}

.shg-product-description {
  overflow-wrap: break-word;
}

.shg-product-description img {
  margin: 0 20px;
}

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

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

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

.shg-default-product-description-content p,
.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6,
.shg-default-product-description-content address,
.shg-default-product-description-content pre,
.shg-default-product-description-content div,
.shg-default-product-description-content ol,
.shg-default-product-description-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-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6 {
  color: #000000;
  font-family: "Outfit";
  font-weight: 700;
}

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

.shg-default-product-description-content strong,
.shg-default-product-description-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-product-description-content em {
  font-weight: inherit;
}

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

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

.shg-default-product-description-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Outfit";
}

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

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

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

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

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

.shg-default-product-description-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-product-description-content ul {
  list-style: disc;
}

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

.shg-default-product-description-content ul,
.shg-default-product-description-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-product-description-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-product-description-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-product-description-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

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

#s-54e09fda-71da-4994-86d1-24ddf7fa8798 {
  margin-top: 1px;
margin-left: 0%;
margin-bottom: 1px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 670px;
}
@media (max-width: 767px){#s-54e09fda-71da-4994-86d1-24ddf7fa8798 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-5d03028f-9b6e-443d-a987-fe3021af63fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d03028f-9b6e-443d-a987-fe3021af63fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d03028f-9b6e-443d-a987-fe3021af63fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d03028f-9b6e-443d-a987-fe3021af63fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-630cef3e-6dd1-47ef-8ffd-769a4c9e449f {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-630cef3e-6dd1-47ef-8ffd-769a4c9e449f {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-630cef3e-6dd1-47ef-8ffd-769a4c9e449f .shogun-icon-wrapper {
  text-align: left;
}


#s-630cef3e-6dd1-47ef-8ffd-769a4c9e449f .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(44, 118, 228, 1);
}

.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 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 {
  color: #000000;
  font-family: "Outfit";
  font-weight: 700;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Outfit";
}

.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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #000000;
  font-family: "Outfit";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Outfit";
  font-weight: 400;
}

#s-245280c3-28e2-4646-bb24-75c00d5c392d {
  margin-top: 0px;
margin-left: -85%;
margin-bottom: 0px;
margin-right: -85%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-245280c3-28e2-4646-bb24-75c00d5c392d {
  margin-left: -79%;
margin-right: -79%;
}
}@media (max-width: 767px){#s-245280c3-28e2-4646-bb24-75c00d5c392d {
  margin-top: -1px;
margin-left: -69%;
margin-bottom: -1px;
margin-right: -69%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-25caf278-06d7-4de3-94d3-347120fde14a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-25caf278-06d7-4de3-94d3-347120fde14a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-25caf278-06d7-4de3-94d3-347120fde14a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-25caf278-06d7-4de3-94d3-347120fde14a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a3c874b3-8082-4058-99e8-863a24cf533b {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-a3c874b3-8082-4058-99e8-863a24cf533b {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-a3c874b3-8082-4058-99e8-863a24cf533b .shogun-icon-wrapper {
  text-align: left;
}


#s-a3c874b3-8082-4058-99e8-863a24cf533b .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(44, 118, 228, 1);
}

#s-56b66bad-d64d-41c5-a7a1-a69974c6cd16 {
  margin-top: 0px;
margin-left: -85%;
margin-bottom: 0px;
margin-right: -85%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56b66bad-d64d-41c5-a7a1-a69974c6cd16 {
  margin-left: -79%;
margin-right: -79%;
}
}@media (max-width: 767px){#s-56b66bad-d64d-41c5-a7a1-a69974c6cd16 {
  margin-top: -1px;
margin-left: -69%;
margin-bottom: -1px;
margin-right: -69%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-5d463321-17b0-4fc4-9afe-a9baa6aae6df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d463321-17b0-4fc4-9afe-a9baa6aae6df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d463321-17b0-4fc4-9afe-a9baa6aae6df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d463321-17b0-4fc4-9afe-a9baa6aae6df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7b63382a-bc0f-4852-89e6-8a12dd5e682e {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-7b63382a-bc0f-4852-89e6-8a12dd5e682e {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-7b63382a-bc0f-4852-89e6-8a12dd5e682e .shogun-icon-wrapper {
  text-align: left;
}


#s-7b63382a-bc0f-4852-89e6-8a12dd5e682e .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(44, 118, 228, 1);
}

#s-5ebb10f3-b5cb-4648-816a-340751629134 {
  margin-top: 0px;
margin-left: -85%;
margin-bottom: 0px;
margin-right: -85%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ebb10f3-b5cb-4648-816a-340751629134 {
  margin-left: -78%;
margin-right: -78%;
}
}@media (max-width: 767px){#s-5ebb10f3-b5cb-4648-816a-340751629134 {
  margin-top: -1px;
margin-left: -69%;
margin-bottom: -1px;
margin-right: -69%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-75ed59a5-c3bc-49e3-900d-10c55f51eb4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-75ed59a5-c3bc-49e3-900d-10c55f51eb4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75ed59a5-c3bc-49e3-900d-10c55f51eb4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75ed59a5-c3bc-49e3-900d-10c55f51eb4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c8999002-0e02-41bc-8606-859ed43a17d9 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-c8999002-0e02-41bc-8606-859ed43a17d9 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-c8999002-0e02-41bc-8606-859ed43a17d9 .shogun-icon-wrapper {
  text-align: left;
}


#s-c8999002-0e02-41bc-8606-859ed43a17d9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(44, 118, 228, 1);
}

#s-f00b053e-dd17-43f5-8d56-eca872214dad {
  margin-top: 0px;
margin-left: -85%;
margin-bottom: 0px;
margin-right: -85%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f00b053e-dd17-43f5-8d56-eca872214dad {
  margin-left: -78%;
margin-right: -78%;
}
}@media (max-width: 767px){#s-f00b053e-dd17-43f5-8d56-eca872214dad {
  margin-top: -1px;
margin-left: -69%;
margin-bottom: -1px;
margin-right: -69%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-8960d836-5a9f-4b2b-bf5f-5ce2b60edf65"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8960d836-5a9f-4b2b-bf5f-5ce2b60edf65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8960d836-5a9f-4b2b-bf5f-5ce2b60edf65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8960d836-5a9f-4b2b-bf5f-5ce2b60edf65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bfd1cb74-27ad-4389-b63c-0f7991f03e42 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-bfd1cb74-27ad-4389-b63c-0f7991f03e42 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-bfd1cb74-27ad-4389-b63c-0f7991f03e42 .shogun-icon-wrapper {
  text-align: left;
}


#s-bfd1cb74-27ad-4389-b63c-0f7991f03e42 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(44, 118, 228, 1);
}

#s-f0c54cc7-9f3d-438b-9a04-b3d6c2ec6d42 {
  margin-top: 0px;
margin-left: -85%;
margin-bottom: 0px;
margin-right: -85%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0c54cc7-9f3d-438b-9a04-b3d6c2ec6d42 {
  margin-left: -78%;
margin-right: -78%;
}
}@media (max-width: 767px){#s-f0c54cc7-9f3d-438b-9a04-b3d6c2ec6d42 {
  margin-top: -1px;
margin-left: -69%;
margin-bottom: -1px;
margin-right: -69%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-bdaaebfa-d429-483a-975f-edebc27ab7f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bdaaebfa-d429-483a-975f-edebc27ab7f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bdaaebfa-d429-483a-975f-edebc27ab7f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdaaebfa-d429-483a-975f-edebc27ab7f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e91892ec-4404-4d43-a392-171792388467 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-e91892ec-4404-4d43-a392-171792388467 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-e91892ec-4404-4d43-a392-171792388467 .shogun-icon-wrapper {
  text-align: left;
}


#s-e91892ec-4404-4d43-a392-171792388467 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(44, 118, 228, 1);
}

#s-512dae5e-2396-4eb3-9cb9-4cf9069b42b0 {
  margin-top: 0px;
margin-left: -85%;
margin-bottom: 0px;
margin-right: -85%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-512dae5e-2396-4eb3-9cb9-4cf9069b42b0 {
  margin-left: -78%;
margin-right: -78%;
}
}@media (max-width: 767px){#s-512dae5e-2396-4eb3-9cb9-4cf9069b42b0 {
  margin-top: -1px;
margin-left: -69%;
margin-bottom: -1px;
margin-right: -69%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-5cb04e2b-db37-4e75-89d0-37db5f00b932 {
  text-align: left;
}
@media (max-width: 767px){#s-5cb04e2b-db37-4e75-89d0-37db5f00b932 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 4%;
padding-bottom: 4px;
padding-right: 4%;
}
}
#s-5cb04e2b-db37-4e75-89d0-37db5f00b932 .shg-product-sold-out {
  display: none;
  color: rgba(44, 118, 228, 1);
  font-size: 33px;
  
  font-family: Oswald;
  font-style:  normal ;
}

#s-5cb04e2b-db37-4e75-89d0-37db5f00b932 .shg-product-price {
  color: rgba(44, 118, 228, 1);
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 33px;
}

#s-5cb04e2b-db37-4e75-89d0-37db5f00b932 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(109, 109, 109, 1);
  
  font-family: Oswald;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 15px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
margin-right: -3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-decoration: none;
text-align: left;
}
@media (max-width: 767px){#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 20px;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper label {
    
    font-weight:  700 ;
    font-family: Outfit;
    font-style:  normal ;
    
  }

  
    #s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 7px;
    }
  




  #s-744c5da4-d833-42be-9c66-d1d311d9bfc5-btn-wrapper {
    text-align: center;
  }


#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn {
  color: #ffffff;
  background: rgba(44, 118, 228, 1);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 100px;
  border: 0px solid #2C2A34;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn:hover {
  background: rgba(87, 149, 241, 1);
  color: #ffffff;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn:active, #s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn.active {
  background: rgba(11, 78, 177, 1);
  color: #ffffff;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn.disabled {
  background: #252525;
}
@media (max-width: 767px){#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 20px;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper label {
    
    font-weight:  700 ;
    font-family: Outfit;
    font-style:  normal ;
    
  }

  
    #s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 7px;
    }
  




  #s-744c5da4-d833-42be-9c66-d1d311d9bfc5-btn-wrapper {
    text-align: center;
  }


#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn {
  color: #ffffff;
  background: rgba(44, 118, 228, 1);
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 10px;
  border: 0px solid #2C2A34;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn:hover {
  background: rgba(87, 149, 241, 1);
  color: #ffffff;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn:active, #s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn.active {
  background: rgba(11, 78, 177, 1);
  color: #ffffff;
}

#s-744c5da4-d833-42be-9c66-d1d311d9bfc5 .shg-variant-btn.disabled {
  background: #252525;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-6208534c-7a0f-43ba-9e0c-489e59beaafe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2Y3ZmYzMGYtZmJlZC00ZDQ4LWEzMzQtZDZlZGFlZmZiNzg4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMmM3NmU0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZiMWYxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZjdmZjMwZi1mYmVkLTRkNDgtYTMzNC1kNmVkYWVmZmI3ODgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 64px;
padding-bottom: 10px;
padding-right: 64px;
border-radius: 68px;
text-align: left;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#2c76e4"}, {"id"=>2, "pos"=>1, "color"=>"#7fb1f1"}];
}
#s-6208534c-7a0f-43ba-9e0c-489e59beaafe:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTM0NzIxN2UtN2I5ZC00YzM0LTkyNDQtYTFkNWE5OTVjYjYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMmM3NmU0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYThjNmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMzQ3MjE3ZS03YjlkLTRjMzQtOTI0NC1hMWQ1YTk5NWNiNjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#2c76e4"}, {"id"=>2, "pos"=>1, "color"=>"#a8c6ff"}] !important;}#s-6208534c-7a0f-43ba-9e0c-489e59beaafe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6208534c-7a0f-43ba-9e0c-489e59beaafe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2Y3ZmYzMGYtZmJlZC00ZDQ4LWEzMzQtZDZlZGFlZmZiNzg4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMmM3NmU0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZiMWYxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZjdmZjMwZi1mYmVkLTRkNDgtYTMzNC1kNmVkYWVmZmI3ODgpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 64px;
padding-bottom: 10px;
padding-right: 64px;
border-radius: 68px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#2c76e4"}, {"id"=>2, "pos"=>1, "color"=>"#7fb1f1"}];
}
#s-6208534c-7a0f-43ba-9e0c-489e59beaafe:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-6208534c-7a0f-43ba-9e0c-489e59beaafe-atc-btn-wrapper {
    text-align: left;
  }


#s-6208534c-7a0f-43ba-9e0c-489e59beaafe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6208534c-7a0f-43ba-9e0c-489e59beaafe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6208534c-7a0f-43ba-9e0c-489e59beaafe.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}

#s-6208534c-7a0f-43ba-9e0c-489e59beaafe.shg-btn.shg-product-atc-error {
  
  font-family: Outfit;
  
  
  color: rgba(255, 182, 192, 1);
}


@media (max-width: 767px){
  #s-6208534c-7a0f-43ba-9e0c-489e59beaafe-atc-btn-wrapper {
    text-align: center;
  }


#s-6208534c-7a0f-43ba-9e0c-489e59beaafe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6208534c-7a0f-43ba-9e0c-489e59beaafe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6208534c-7a0f-43ba-9e0c-489e59beaafe.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}

#s-6208534c-7a0f-43ba-9e0c-489e59beaafe.shg-btn.shg-product-atc-error {
  
  font-family: Outfit;
  
  
  color: rgba(255, 182, 192, 1);
}


}
#s-3e782a11-a802-4aec-a64b-cef1335b7512 {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e782a11-a802-4aec-a64b-cef1335b7512 {
  display: none;
}
#s-3e782a11-a802-4aec-a64b-cef1335b7512, #wrap-s-3e782a11-a802-4aec-a64b-cef1335b7512 { display: none !important; }}@media (max-width: 767px){#s-3e782a11-a802-4aec-a64b-cef1335b7512 {
  display: none;
}
#s-3e782a11-a802-4aec-a64b-cef1335b7512, #wrap-s-3e782a11-a802-4aec-a64b-cef1335b7512 { display: none !important; }}







#s-3e782a11-a802-4aec-a64b-cef1335b7512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e782a11-a802-4aec-a64b-cef1335b7512.shg-box.shg-c {
  justify-content: center;
}

#s-1efb66dd-8935-4d85-864d-37af7a487325 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1efb66dd-8935-4d85-864d-37af7a487325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1efb66dd-8935-4d85-864d-37af7a487325.shg-box.shg-c {
  justify-content: center;
}

.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: #000000;
  font-family: "Outfit";
  text-transform: none;
  font-weight: 700;
  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-4f334827-a02e-4494-adc7-3de6f0973632 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f334827-a02e-4494-adc7-3de6f0973632 {
  display: none;
}
#s-4f334827-a02e-4494-adc7-3de6f0973632, #wrap-s-4f334827-a02e-4494-adc7-3de6f0973632 { display: none !important; }}@media (max-width: 767px){#s-4f334827-a02e-4494-adc7-3de6f0973632 {
  display: none;
}
#s-4f334827-a02e-4494-adc7-3de6f0973632, #wrap-s-4f334827-a02e-4494-adc7-3de6f0973632 { display: none !important; }}
#s-4f334827-a02e-4494-adc7-3de6f0973632 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


@media (max-width: 767px){#s-4f334827-a02e-4494-adc7-3de6f0973632 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


}
#s-4d337b09-71e7-47f6-b8db-4cc6192ea127 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d337b09-71e7-47f6-b8db-4cc6192ea127 {
  display: none;
}
#s-4d337b09-71e7-47f6-b8db-4cc6192ea127, #wrap-s-4d337b09-71e7-47f6-b8db-4cc6192ea127 { display: none !important; }}@media (max-width: 767px){#s-4d337b09-71e7-47f6-b8db-4cc6192ea127 {
  display: none;
}
#s-4d337b09-71e7-47f6-b8db-4cc6192ea127, #wrap-s-4d337b09-71e7-47f6-b8db-4cc6192ea127 { display: none !important; }}







#s-4d337b09-71e7-47f6-b8db-4cc6192ea127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d337b09-71e7-47f6-b8db-4cc6192ea127.shg-box.shg-c {
  justify-content: center;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-d666a0bf-5260-4e9b-a47d-8adfe6b24d40 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
}
@media (min-width: 768px) and (max-width: 991px){#s-d666a0bf-5260-4e9b-a47d-8adfe6b24d40 {
  display: none;
}
#s-d666a0bf-5260-4e9b-a47d-8adfe6b24d40, #wrap-s-d666a0bf-5260-4e9b-a47d-8adfe6b24d40 { display: none !important; }}@media (max-width: 767px){#s-d666a0bf-5260-4e9b-a47d-8adfe6b24d40 {
  display: none;
}
#s-d666a0bf-5260-4e9b-a47d-8adfe6b24d40, #wrap-s-d666a0bf-5260-4e9b-a47d-8adfe6b24d40 { display: none !important; }}
#s-d666a0bf-5260-4e9b-a47d-8adfe6b24d40 .shogun-countdown span, #s-d666a0bf-5260-4e9b-a47d-8adfe6b24d40 .shogun-countdown label {
  color: rgba(44, 118, 228, 1);
}
#s-bc400ea3-76a3-407a-ac2b-e9320c2ba6bc {
  margin-top: -14px;
margin-left: auto;
margin-bottom: -14px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc400ea3-76a3-407a-ac2b-e9320c2ba6bc {
  display: none;
}
#s-bc400ea3-76a3-407a-ac2b-e9320c2ba6bc, #wrap-s-bc400ea3-76a3-407a-ac2b-e9320c2ba6bc { display: none !important; }}@media (max-width: 767px){#s-bc400ea3-76a3-407a-ac2b-e9320c2ba6bc {
  display: none;
}
#s-bc400ea3-76a3-407a-ac2b-e9320c2ba6bc, #wrap-s-bc400ea3-76a3-407a-ac2b-e9320c2ba6bc { display: none !important; }}







#s-bc400ea3-76a3-407a-ac2b-e9320c2ba6bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc400ea3-76a3-407a-ac2b-e9320c2ba6bc.shg-box.shg-c {
  justify-content: center;
}

#s-a8c824ed-23c2-4f2f-940a-429225fb4b84 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a8c824ed-23c2-4f2f-940a-429225fb4b84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8c824ed-23c2-4f2f-940a-429225fb4b84.shg-box.shg-c {
  justify-content: center;
}

#s-209bdaab-94d5-476f-9c09-06c6d0e425ef {
  margin-top: -4px;
margin-left: 7%;
margin-bottom: -4px;
margin-right: 7%;
}
@media (max-width: 767px){#s-209bdaab-94d5-476f-9c09-06c6d0e425ef {
  display: none;
}
#s-209bdaab-94d5-476f-9c09-06c6d0e425ef, #wrap-s-209bdaab-94d5-476f-9c09-06c6d0e425ef { display: none !important; }}
#s-bcee894b-b82a-41d1-ac4f-b80ff615381d {
  margin-top: -4px;
margin-left: 7%;
margin-bottom: -4px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-bcee894b-b82a-41d1-ac4f-b80ff615381d {
  display: none;
}
#s-bcee894b-b82a-41d1-ac4f-b80ff615381d, #wrap-s-bcee894b-b82a-41d1-ac4f-b80ff615381d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcee894b-b82a-41d1-ac4f-b80ff615381d {
  display: none;
}
#s-bcee894b-b82a-41d1-ac4f-b80ff615381d, #wrap-s-bcee894b-b82a-41d1-ac4f-b80ff615381d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcee894b-b82a-41d1-ac4f-b80ff615381d {
  display: none;
}
#s-bcee894b-b82a-41d1-ac4f-b80ff615381d, #wrap-s-bcee894b-b82a-41d1-ac4f-b80ff615381d { display: none !important; }}
#s-8e4d0acd-c7bf-49fe-abbb-ca603a607a4a {
  margin-left: 16%;
margin-right: 16%;
}
@media (max-width: 767px){#s-8e4d0acd-c7bf-49fe-abbb-ca603a607a4a {
  margin-top: -17px;
margin-left: 7%;
margin-bottom: -17px;
margin-right: 7%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-23af51db-e682-4e23-b4c4-e0102d941a39 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-23af51db-e682-4e23-b4c4-e0102d941a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23af51db-e682-4e23-b4c4-e0102d941a39.shg-box.shg-c {
  justify-content: center;
}

#s-adb61b20-7bcc-4dac-be4f-1242fd1dee53 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(194, 218, 255, 1);
}








#s-adb61b20-7bcc-4dac-be4f-1242fd1dee53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adb61b20-7bcc-4dac-be4f-1242fd1dee53.shg-box.shg-c {
  justify-content: center;
}

#s-f9702949-5a61-4483-91dd-1565487e1c64 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f9702949-5a61-4483-91dd-1565487e1c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9702949-5a61-4483-91dd-1565487e1c64.shg-box.shg-c {
  justify-content: center;
}

#s-e59ef257-1a22-4c73-ad89-7a129a6fbdd4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e59ef257-1a22-4c73-ad89-7a129a6fbdd4 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: 0px;
  
}



#s-d005338b-2825-41bd-8670-a368dd185de1 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-d005338b-2825-41bd-8670-a368dd185de1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d005338b-2825-41bd-8670-a368dd185de1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d005338b-2825-41bd-8670-a368dd185de1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d005338b-2825-41bd-8670-a368dd185de1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-01e5eaf9-db6c-4736-b4bb-55982dc92847 {
  min-height: 50px;
}








#s-01e5eaf9-db6c-4736-b4bb-55982dc92847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01e5eaf9-db6c-4736-b4bb-55982dc92847.shg-box.shg-c {
  justify-content: center;
}

#s-912b2866-7aa7-4c12-a902-ab28dcf272db {
  margin-left: 8%;
margin-right: 8%;
}

#s-3e8e24ab-b193-4a14-b1b9-6c330751b030 {
  min-height: 50px;
}








#s-3e8e24ab-b193-4a14-b1b9-6c330751b030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e8e24ab-b193-4a14-b1b9-6c330751b030.shg-box.shg-c {
  justify-content: center;
}

#s-52ceb913-619a-4884-8d82-f0660eee565c {
  margin-left: 8%;
margin-right: 8%;
}

#s-214c666f-aaf7-4548-86df-9e4eab97b9e3 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-214c666f-aaf7-4548-86df-9e4eab97b9e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-214c666f-aaf7-4548-86df-9e4eab97b9e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-214c666f-aaf7-4548-86df-9e4eab97b9e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-214c666f-aaf7-4548-86df-9e4eab97b9e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2751d386-44cf-486e-862d-559d40f3fcd5 {
  min-height: 50px;
}








#s-2751d386-44cf-486e-862d-559d40f3fcd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2751d386-44cf-486e-862d-559d40f3fcd5.shg-box.shg-c {
  justify-content: center;
}

#s-3c5d523a-b21d-4d17-b7a9-bc991c3f9fe7 {
  margin-left: 8%;
margin-right: 8%;
}

#s-a44d27fa-32ad-485f-bf69-ddae006b36c9 {
  min-height: 50px;
}








#s-a44d27fa-32ad-485f-bf69-ddae006b36c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44d27fa-32ad-485f-bf69-ddae006b36c9.shg-box.shg-c {
  justify-content: center;
}

#s-3423a60c-4196-4cf0-8761-74c53868415e {
  margin-left: 8%;
margin-right: 8%;
}

#s-b5aba566-9e10-48a7-9860-ad88eea81084 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b5aba566-9e10-48a7-9860-ad88eea81084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5aba566-9e10-48a7-9860-ad88eea81084.shg-box.shg-c {
  justify-content: center;
}

#s-7e8ed909-9be2-481d-9ad2-050068494542 {
  min-height: 50px;
}








#s-7e8ed909-9be2-481d-9ad2-050068494542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e8ed909-9be2-481d-9ad2-050068494542.shg-box.shg-c {
  justify-content: center;
}

#s-ba087bcc-3c7f-45e2-8eae-b808ba40b175 {
  min-height: 50px;
}








#s-ba087bcc-3c7f-45e2-8eae-b808ba40b175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba087bcc-3c7f-45e2-8eae-b808ba40b175.shg-box.shg-c {
  justify-content: center;
}

#s-38b279b1-9368-427a-9442-0b9db12cf66f {
  background-repeat: no-repeat;
margin-top: -15px;
margin-left: 0%;
margin-bottom: -15px;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
min-height: 100px;
}
@media (min-width: 1200px){#s-38b279b1-9368-427a-9442-0b9db12cf66f {
  display: unset;
}
#s-38b279b1-9368-427a-9442-0b9db12cf66f, #wrap-s-38b279b1-9368-427a-9442-0b9db12cf66f { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38b279b1-9368-427a-9442-0b9db12cf66f {
  display: unset;
}
#s-38b279b1-9368-427a-9442-0b9db12cf66f, #wrap-s-38b279b1-9368-427a-9442-0b9db12cf66f { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38b279b1-9368-427a-9442-0b9db12cf66f {
  display: unset;
}
#s-38b279b1-9368-427a-9442-0b9db12cf66f, #wrap-s-38b279b1-9368-427a-9442-0b9db12cf66f { display: unset !important; }}@media (max-width: 767px){#s-38b279b1-9368-427a-9442-0b9db12cf66f {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 30px;
padding-bottom: 30px;
display: unset;
}
#s-38b279b1-9368-427a-9442-0b9db12cf66f, #wrap-s-38b279b1-9368-427a-9442-0b9db12cf66f { display: unset !important; }}
#s-38b279b1-9368-427a-9442-0b9db12cf66f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjBiNjMyMTctOTIwYy00ZDUwLTljNTYtNzZlNzg5NDFkYTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NlMWZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMGI2MzIxNy05MjBjLTRkNTAtOWM1Ni03NmU3ODk0MWRhNmUpIi8+PC9zdmc+);
}








#s-38b279b1-9368-427a-9442-0b9db12cf66f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38b279b1-9368-427a-9442-0b9db12cf66f.shg-box.shg-c {
  justify-content: center;
}

#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(204, 225, 255, 1);
}
@media (min-width: 1200px){#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 {
  display: unset;
}
#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508, #wrap-s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 {
  display: unset;
}
#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508, #wrap-s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 {
  display: unset;
}
#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508, #wrap-s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 { display: unset !important; }}@media (max-width: 767px){#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 {
  display: unset;
}
#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508, #wrap-s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 { display: unset !important; }}







#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c16d3b-fc6d-47f2-8c71-c37182e93508.shg-box.shg-c {
  justify-content: center;
}

#s-89cc8c4f-df8b-4945-9944-27df4e79fdef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-89cc8c4f-df8b-4945-9944-27df4e79fdef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89cc8c4f-df8b-4945-9944-27df4e79fdef.shg-box.shg-c {
  justify-content: center;
}

#s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc {
  display: none;
}
#s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc, #wrap-s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc {
  display: none;
}
#s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc, #wrap-s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc {
  display: none;
}
#s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc, #wrap-s-209dd92b-c7bb-41f7-9af9-dfb01c84dddc { display: none !important; }}
#s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb {
  display: unset;
}
#s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb, #wrap-s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb {
  display: unset;
}
#s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb, #wrap-s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb {
  display: unset;
}
#s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb, #wrap-s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb { display: unset !important; }}@media (max-width: 767px){#s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb {
  display: none;
}
#s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb, #wrap-s-48185bba-6b4b-4ee8-bd6b-49cc1bea1beb { display: none !important; }}
#s-ee0f7d2a-3e7f-4239-b888-7eb3fd267fa2 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-ee0f7d2a-3e7f-4239-b888-7eb3fd267fa2 {
  display: unset;
}
#s-ee0f7d2a-3e7f-4239-b888-7eb3fd267fa2, #wrap-s-ee0f7d2a-3e7f-4239-b888-7eb3fd267fa2 { display: unset !important; }}







#s-ee0f7d2a-3e7f-4239-b888-7eb3fd267fa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee0f7d2a-3e7f-4239-b888-7eb3fd267fa2.shg-box.shg-c {
  justify-content: center;
}

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

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-a17cba62-aa9e-4505-aaa1-eed7c6374719 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (max-width: 767px){#s-a17cba62-aa9e-4505-aaa1-eed7c6374719 {
  margin-left: 1%;
margin-right: 1%;
display: unset;
}
#s-a17cba62-aa9e-4505-aaa1-eed7c6374719, #wrap-s-a17cba62-aa9e-4505-aaa1-eed7c6374719 { display: unset !important; }}
#s-a17cba62-aa9e-4505-aaa1-eed7c6374719 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a17cba62-aa9e-4505-aaa1-eed7c6374719 .shg-sld-nav-button.shg-sld-left,
#s-a17cba62-aa9e-4505-aaa1-eed7c6374719 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4c828857-d666-49b4-9e12-2683e945aeb2 {
  max-width: 460px;
aspect-ratio: 700/449;
text-align: center;
}
@media (max-width: 767px){#s-4c828857-d666-49b4-9e12-2683e945aeb2 {
  max-width: 320px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 {
    width: 100%;
    height: auto;
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
    
    
  }


.s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c828857-d666-49b4-9e12-2683e945aeb2 {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
      position: relative;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 {
    width: 100%;
    height: auto;
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
    
    
  }


.s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c828857-d666-49b4-9e12-2683e945aeb2 {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
      position: relative;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 {
    width: 100%;
    height: auto;
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
    
    
  }


.s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c828857-d666-49b4-9e12-2683e945aeb2 {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
      position: relative;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 {
    width: 100%;
    height: auto;
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
    
    
  }


.s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c828857-d666-49b4-9e12-2683e945aeb2 {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
      position: relative;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c828857-d666-49b4-9e12-2683e945aeb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 {
    width: 100%;
    height: auto;
  }

  #s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
    
    
  }


.s-4c828857-d666-49b4-9e12-2683e945aeb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c828857-d666-49b4-9e12-2683e945aeb2 {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container {
      position: relative;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c828857-d666-49b4-9e12-2683e945aeb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
  max-width: 460px;
aspect-ratio: 700/434;
text-align: center;
}
@media (max-width: 767px){#s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
  max-width: 320px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
    width: 100%;
    height: auto;
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
    
    
  }


.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
      position: relative;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
    width: 100%;
    height: auto;
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
    
    
  }


.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
      position: relative;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
    width: 100%;
    height: auto;
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
    
    
  }


.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
      position: relative;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
    width: 100%;
    height: auto;
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
    
    
  }


.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
      position: relative;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
    width: 100%;
    height: auto;
  }

  #s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
    
    
  }


.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container {
      position: relative;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3a87ec-f396-4771-8a02-e73da03fdc2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-482c5542-db41-451c-958d-6701c6c462aa {
  max-width: 460px;
aspect-ratio: 700/433;
text-align: center;
}
@media (max-width: 767px){#s-482c5542-db41-451c-958d-6701c6c462aa {
  max-width: 320px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa {
    width: 100%;
    height: auto;
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
    
    
  }


.s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-content {
  
    align-items: center;
  
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482c5542-db41-451c-958d-6701c6c462aa {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
      position: relative;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa {
    width: 100%;
    height: auto;
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
    
    
  }


.s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-content {
  
    align-items: center;
  
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482c5542-db41-451c-958d-6701c6c462aa {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
      position: relative;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa {
    width: 100%;
    height: auto;
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
    
    
  }


.s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-content {
  
    align-items: center;
  
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482c5542-db41-451c-958d-6701c6c462aa {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
      position: relative;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa {
    width: 100%;
    height: auto;
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
    
    
  }


.s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-content {
  
    align-items: center;
  
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482c5542-db41-451c-958d-6701c6c462aa {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
      position: relative;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-482c5542-db41-451c-958d-6701c6c462aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa {
    width: 100%;
    height: auto;
  }

  #s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
    
    
  }


.s-482c5542-db41-451c-958d-6701c6c462aa .shogun-image-content {
  
    align-items: center;
  
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482c5542-db41-451c-958d-6701c6c462aa {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container {
      position: relative;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482c5542-db41-451c-958d-6701c6c462aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-de873e1f-1811-4b9c-9a57-8264b1d72ec0 {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-de873e1f-1811-4b9c-9a57-8264b1d72ec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de873e1f-1811-4b9c-9a57-8264b1d72ec0.shg-box.shg-c {
  justify-content: center;
}

.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-text {
  font-weight: 400;
  font-family: "Outfit";
}

.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-30c69ca6-b4e0-4adf-a342-0bd5c28523e6 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 4px;
padding-left: 18px;
padding-bottom: 4px;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 500px;
background-color: rgba(44, 118, 228, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6-root {
    text-align: center;
  }


#s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6-root {
    text-align: center;
  }


#s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6-root {
    text-align: center;
  }


#s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6-root {
    text-align: center;
  }


#s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6-root {
    text-align: center;
  }


#s-30c69ca6-b4e0-4adf-a342-0bd5c28523e6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}
#s-1254664f-ae8b-4212-851c-43719c180537 {
  margin-top: -13px;
margin-left: auto;
margin-bottom: -13px;
margin-right: auto;
min-height: 50px;
}








#s-1254664f-ae8b-4212-851c-43719c180537 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1254664f-ae8b-4212-851c-43719c180537.shg-box.shg-c {
  justify-content: center;
}

#s-4ab55e38-e71b-46e0-8282-d50941fa7588 {
  background-repeat: no-repeat;
margin-top: -32px;
margin-left: 0%;
margin-bottom: -32px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 100px;
}
@media (min-width: 1200px){#s-4ab55e38-e71b-46e0-8282-d50941fa7588 {
  display: unset;
}
#s-4ab55e38-e71b-46e0-8282-d50941fa7588, #wrap-s-4ab55e38-e71b-46e0-8282-d50941fa7588 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ab55e38-e71b-46e0-8282-d50941fa7588 {
  display: unset;
}
#s-4ab55e38-e71b-46e0-8282-d50941fa7588, #wrap-s-4ab55e38-e71b-46e0-8282-d50941fa7588 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ab55e38-e71b-46e0-8282-d50941fa7588 {
  display: none;
}
#s-4ab55e38-e71b-46e0-8282-d50941fa7588, #wrap-s-4ab55e38-e71b-46e0-8282-d50941fa7588 { display: none !important; }}@media (max-width: 767px){#s-4ab55e38-e71b-46e0-8282-d50941fa7588 {
  display: none;
}
#s-4ab55e38-e71b-46e0-8282-d50941fa7588, #wrap-s-4ab55e38-e71b-46e0-8282-d50941fa7588 { display: none !important; }}
#s-4ab55e38-e71b-46e0-8282-d50941fa7588 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjhjMjI4NjYtMWQ3YS00ODUxLTkyMDEtYzFlNzZlMDFhZTgyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NlMWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2OGMyMjg2Ni0xZDdhLTQ4NTEtOTIwMS1jMWU3NmUwMWFlODIpIi8+PC9zdmc+);
}








#s-4ab55e38-e71b-46e0-8282-d50941fa7588 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ab55e38-e71b-46e0-8282-d50941fa7588.shg-box.shg-c {
  justify-content: center;
}

#s-5d6530a0-e866-4df5-86b3-da24e440e54d {
  background-repeat: no-repeat;
margin-top: -32px;
margin-left: 0%;
margin-bottom: -32px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 100px;
}
@media (min-width: 1200px){#s-5d6530a0-e866-4df5-86b3-da24e440e54d {
  display: none;
}
#s-5d6530a0-e866-4df5-86b3-da24e440e54d, #wrap-s-5d6530a0-e866-4df5-86b3-da24e440e54d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d6530a0-e866-4df5-86b3-da24e440e54d {
  display: none;
}
#s-5d6530a0-e866-4df5-86b3-da24e440e54d, #wrap-s-5d6530a0-e866-4df5-86b3-da24e440e54d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d6530a0-e866-4df5-86b3-da24e440e54d {
  display: unset;
}
#s-5d6530a0-e866-4df5-86b3-da24e440e54d, #wrap-s-5d6530a0-e866-4df5-86b3-da24e440e54d { display: unset !important; }}
#s-5d6530a0-e866-4df5-86b3-da24e440e54d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjAzYTJiNzAtYWZmNi00ODQxLTkzYzMtMGJjYWY0YTIzOWEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NlMWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMDNhMmI3MC1hZmY2LTQ4NDEtOTNjMy0wYmNhZjRhMjM5YTIpIi8+PC9zdmc+);
}








#s-5d6530a0-e866-4df5-86b3-da24e440e54d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d6530a0-e866-4df5-86b3-da24e440e54d.shg-box.shg-c {
  justify-content: center;
}

#s-360aef8c-5076-4931-b81a-798bd41bbeb1 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-360aef8c-5076-4931-b81a-798bd41bbeb1 {
  margin-top: 26px;
margin-bottom: 26px;
}
}







#s-360aef8c-5076-4931-b81a-798bd41bbeb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-360aef8c-5076-4931-b81a-798bd41bbeb1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-0b703a40-f90b-4def-920f-a7ffd81d2725 {
  display: none;
}
#s-0b703a40-f90b-4def-920f-a7ffd81d2725, #wrap-s-0b703a40-f90b-4def-920f-a7ffd81d2725 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b703a40-f90b-4def-920f-a7ffd81d2725 {
  display: none;
}
#s-0b703a40-f90b-4def-920f-a7ffd81d2725, #wrap-s-0b703a40-f90b-4def-920f-a7ffd81d2725 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b703a40-f90b-4def-920f-a7ffd81d2725 {
  display: none;
}
#s-0b703a40-f90b-4def-920f-a7ffd81d2725, #wrap-s-0b703a40-f90b-4def-920f-a7ffd81d2725 { display: none !important; }}
@media (max-width: 767px){#s-94762b97-6945-46b5-ac70-858668af67ca {
  display: none;
}
#s-94762b97-6945-46b5-ac70-858668af67ca, #wrap-s-94762b97-6945-46b5-ac70-858668af67ca { display: none !important; }}
#s-25d966aa-c996-4080-94bf-a01acccbb24e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-25d966aa-c996-4080-94bf-a01acccbb24e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25d966aa-c996-4080-94bf-a01acccbb24e.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-eaabd849-4872-4dde-ab5f-947ad57056be {
  margin-left: 9%;
margin-right: 9%;
}

#s-eaabd849-4872-4dde-ab5f-947ad57056be > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 248, 255, 1);
}

#s-eaabd849-4872-4dde-ab5f-947ad57056be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 248, 255, 1);
  padding: 15px;
}

#s-eaabd849-4872-4dde-ab5f-947ad57056be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(44, 118, 228, 1);
}

#s-eaabd849-4872-4dde-ab5f-947ad57056be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(244, 248, 255, 1);
}

#s-eaabd849-4872-4dde-ab5f-947ad57056be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(44, 118, 228, 1);
  text-align: left;
  font-family: Outfit;
  font-weight: 600;
  
  font-size: 18px;
}

#s-eaabd849-4872-4dde-ab5f-947ad57056be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7d22c8ee-ec96-4058-93c1-77a8fa0ebe5a {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
@media (max-width: 767px){#s-7d22c8ee-ec96-4058-93c1-77a8fa0ebe5a {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-eea139d2-bf7d-4307-87da-4283ea61f142 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
@media (max-width: 767px){#s-eea139d2-bf7d-4307-87da-4283ea61f142 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-7408ef91-55f8-4621-8872-7e43e4a8a482 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
@media (max-width: 767px){#s-7408ef91-55f8-4621-8872-7e43e4a8a482 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-733cb7e7-d6ae-4041-b5b3-b2d5490228ca {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
@media (max-width: 767px){#s-733cb7e7-d6ae-4041-b5b3-b2d5490228ca {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-069d1cc5-24d7-44e5-b133-dd62eefe89fa {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
@media (max-width: 767px){#s-069d1cc5-24d7-44e5-b133-dd62eefe89fa {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-a2f14f08-f7a4-40d4-9a0e-5368d3b28005 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
@media (max-width: 767px){#s-a2f14f08-f7a4-40d4-9a0e-5368d3b28005 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-3ac617d7-717e-4d5d-905a-9862671c2f31 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
@media (max-width: 767px){#s-3ac617d7-717e-4d5d-905a-9862671c2f31 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-4ed0627f-03d2-4c37-9431-2bef1b98dfa0 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
@media (max-width: 767px){#s-4ed0627f-03d2-4c37-9431-2bef1b98dfa0 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-3b07df5a-2c66-45d9-8932-db6e8730e2ff {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}
@media (max-width: 767px){#s-3b07df5a-2c66-45d9-8932-db6e8730e2ff {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-f4e52001-0e1c-4e65-bae0-0a7bcbd5a9ac {
  margin-top: -11px;
margin-bottom: -11px;
min-height: 49px;
}
@media (max-width: 767px){#s-f4e52001-0e1c-4e65-bae0-0a7bcbd5a9ac {
  margin-top: -5px;
margin-bottom: -5px;
min-height: 50px;
}
}







#s-f4e52001-0e1c-4e65-bae0-0a7bcbd5a9ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4e52001-0e1c-4e65-bae0-0a7bcbd5a9ac.shg-box.shg-c {
  justify-content: center;
}

#s-b7968c58-9f19-4b7f-8268-dabd9e284076 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7968c58-9f19-4b7f-8268-dabd9e284076 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-f4913655-def9-42fe-8a8f-613cc54ad859 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-f4913655-def9-42fe-8a8f-613cc54ad859 .shg-product-reviews-container {
  font-family: Outfit;
  
  color: rgba(0, 0, 0, 1);
}

#s-f4913655-def9-42fe-8a8f-613cc54ad859 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 0px;
}

#s-f4913655-def9-42fe-8a8f-613cc54ad859 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(44, 118, 228, 1);
}

#s-f4913655-def9-42fe-8a8f-613cc54ad859 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-f4913655-def9-42fe-8a8f-613cc54ad859 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(44, 118, 228, 1);
  stroke: rgba(44, 118, 228, 1);
}

#s-f4913655-def9-42fe-8a8f-613cc54ad859 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(44, 118, 228, 1);
}

#s-f4913655-def9-42fe-8a8f-613cc54ad859 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(44, 118, 228, 1);
  color: #FFFFFF;
}

#s-f4913655-def9-42fe-8a8f-613cc54ad859 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(44, 118, 228, 1);
}

#s-f4913655-def9-42fe-8a8f-613cc54ad859 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(44, 118, 228, 1);
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  margin-top: 9px;
margin-bottom: 9px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (max-width: 767px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}







#s-6404e3e9-4500-4018-9737-0d42f271ec9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6404e3e9-4500-4018-9737-0d42f271ec9a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ff4c49de-6654-40cf-b4d0-80845693a694 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ff4c49de-6654-40cf-b4d0-80845693a694 {
  margin-top: -8px;
margin-bottom: -8px;
}
}







#s-ff4c49de-6654-40cf-b4d0-80845693a694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff4c49de-6654-40cf-b4d0-80845693a694.shg-box.shg-c {
  justify-content: center;
}

#s-1dc0bbc2-986c-42e6-8cb9-c49df8654b12 {
  min-height: 50px;
}








#s-1dc0bbc2-986c-42e6-8cb9-c49df8654b12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dc0bbc2-986c-42e6-8cb9-c49df8654b12.shg-box.shg-c {
  justify-content: center;
}

#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  margin-top: 19px;
margin-left: 50px;
margin-bottom: 19px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  
}
}@media (max-width: 767px){#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 {
  
}
}
#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}


@media (max-width: 767px){#s-478d7212-fe27-4334-a98f-6b6b07dcbc03 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-aaa82dee-4153-44df-9c49-b201c2278fff {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-aaa82dee-4153-44df-9c49-b201c2278fff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aaa82dee-4153-44df-9c49-b201c2278fff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aaa82dee-4153-44df-9c49-b201c2278fff {
  
}
}@media (max-width: 767px){#s-aaa82dee-4153-44df-9c49-b201c2278fff {
  
}
}
@media (min-width: 0px) {
[id="s-aaa82dee-4153-44df-9c49-b201c2278fff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaa82dee-4153-44df-9c49-b201c2278fff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-aaa82dee-4153-44df-9c49-b201c2278fff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-aaa82dee-4153-44df-9c49-b201c2278fff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-58ab4139-b1e0-4d07-931e-946b4e275bfc .shogun-icon-wrapper {
  text-align: center;
}


#s-58ab4139-b1e0-4d07-931e-946b4e275bfc .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(223, 223, 223, 1);
}

#s-59431eb2-2c33-4525-bd17-82b11140bece {
  margin-top: 20px;
margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-59431eb2-2c33-4525-bd17-82b11140bece {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59431eb2-2c33-4525-bd17-82b11140bece {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59431eb2-2c33-4525-bd17-82b11140bece {
  
}
}@media (max-width: 767px){#s-59431eb2-2c33-4525-bd17-82b11140bece {
  
}
}
#s-818fe1f4-c205-451a-9a24-57845c5eda1f .shogun-icon-wrapper {
  text-align: center;
}


#s-818fe1f4-c205-451a-9a24-57845c5eda1f .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(223, 223, 223, 1);
}

#s-fea260cd-6c0a-4718-ba2a-0e618aab65ed {
  margin-top: 20px;
margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-fea260cd-6c0a-4718-ba2a-0e618aab65ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fea260cd-6c0a-4718-ba2a-0e618aab65ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fea260cd-6c0a-4718-ba2a-0e618aab65ed {
  
}
}@media (max-width: 767px){#s-fea260cd-6c0a-4718-ba2a-0e618aab65ed {
  
}
}
#s-d1867c97-a7e8-425d-9340-f73b369b3844 .shogun-icon-wrapper {
  text-align: center;
}


#s-d1867c97-a7e8-425d-9340-f73b369b3844 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(223, 223, 223, 1);
}

#s-34dae295-15c3-4dab-9edb-23cb0c0b623a {
  margin-top: 20px;
margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-34dae295-15c3-4dab-9edb-23cb0c0b623a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34dae295-15c3-4dab-9edb-23cb0c0b623a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-34dae295-15c3-4dab-9edb-23cb0c0b623a {
  
}
}@media (max-width: 767px){#s-34dae295-15c3-4dab-9edb-23cb0c0b623a {
  
}
}
#s-45654c2a-75d5-483d-9e0b-ebf4859fe182 {
  min-height: 50px;
}
@media (max-width: 767px){#s-45654c2a-75d5-483d-9e0b-ebf4859fe182 {
  margin-top: -21px;
margin-bottom: -21px;
}
}







#s-45654c2a-75d5-483d-9e0b-ebf4859fe182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45654c2a-75d5-483d-9e0b-ebf4859fe182.shg-box.shg-c {
  justify-content: center;
}

#s-c186d94b-1d14-485c-865b-a4480b32b931 {
  text-align: left;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
/*
  $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;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
          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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.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:#000;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;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}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
