.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-69a5727c-9a3f-4d89-b152-edf48ea05e15 {
  min-height: 50px;
}








#s-69a5727c-9a3f-4d89-b152-edf48ea05e15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69a5727c-9a3f-4d89-b152-edf48ea05e15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4de64622-4d84-47d2-905d-c060562ab35a {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-63572507-ea71-400a-bf15-87c80aa8b129 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-63572507-ea71-400a-bf15-87c80aa8b129"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63572507-ea71-400a-bf15-87c80aa8b129"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63572507-ea71-400a-bf15-87c80aa8b129"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63572507-ea71-400a-bf15-87c80aa8b129"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63572507-ea71-400a-bf15-87c80aa8b129"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63572507-ea71-400a-bf15-87c80aa8b129"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63572507-ea71-400a-bf15-87c80aa8b129"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

.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: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-eedcbd5a-17cf-451d-878c-b6246318871b {
  min-height: 50px;
}








#s-eedcbd5a-17cf-451d-878c-b6246318871b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eedcbd5a-17cf-451d-878c-b6246318871b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a384e269-be22-414f-93aa-b1709bd5479a {
  text-align: left;
}

.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 {
  display: none;
  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-d0b62954-647d-4c03-ac49-2a47fa26049d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-d0b62954-647d-4c03-ac49-2a47fa26049d {
  display: none;
}
#s-d0b62954-647d-4c03-ac49-2a47fa26049d, #wrap-s-d0b62954-647d-4c03-ac49-2a47fa26049d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0b62954-647d-4c03-ac49-2a47fa26049d {
  display: none;
}
#s-d0b62954-647d-4c03-ac49-2a47fa26049d, #wrap-s-d0b62954-647d-4c03-ac49-2a47fa26049d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0b62954-647d-4c03-ac49-2a47fa26049d {
  display: none;
}
#s-d0b62954-647d-4c03-ac49-2a47fa26049d, #wrap-s-d0b62954-647d-4c03-ac49-2a47fa26049d { display: none !important; }}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d {
  max-width:  100%;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom,
.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d {
  max-width:  100%;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom,
.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d {
  max-width:  100%;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom,
.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d {
  max-width:  100%;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom,
.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d {
  max-width:  100%;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom,
.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0b62954-647d-4c03-ac49-2a47fa26049d img.shogun-image {
  width: 100%;
}



}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-32ee6292-8ae2-4b54-936f-7a075a9dccd1 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-32ee6292-8ae2-4b54-936f-7a075a9dccd1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 51px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-32ee6292-8ae2-4b54-936f-7a075a9dccd1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-32ee6292-8ae2-4b54-936f-7a075a9dccd1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-3003e414-3df6-479d-b45a-5d896f4a9381 {
  margin-left: 0%;
margin-right: 0%;
}

#s-1e21af27-8d6c-4c16-aa5c-a90d82d11dc0 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
min-height: 50px;
max-width: 350px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e21af27-8d6c-4c16-aa5c-a90d82d11dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e21af27-8d6c-4c16-aa5c-a90d82d11dc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ac5cd37-d61c-49eb-a102-009f48005233 {
  min-height: 50px;
max-width: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-5ac5cd37-d61c-49eb-a102-009f48005233 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ac5cd37-d61c-49eb-a102-009f48005233.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90114a9a-ea81-45bd-bbb7-68f9a0063f77 {
  text-align: left;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-bc2c7ecd-267c-43e1-9460-6947b50220b7 {
  margin-bottom: 20px;
max-width: 300px;
}

#s-bc2c7ecd-267c-43e1-9460-6947b50220b7 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-bc2c7ecd-267c-43e1-9460-6947b50220b7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bc2c7ecd-267c-43e1-9460-6947b50220b7 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bc2c7ecd-267c-43e1-9460-6947b50220b7 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-bc2c7ecd-267c-43e1-9460-6947b50220b7 td.shogun-table-column, #s-bc2c7ecd-267c-43e1-9460-6947b50220b7 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-7bdbb60c-e303-48ad-bbf7-aa19e6188d63 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-7959aad9-699e-4f35-988f-e480d3a6101b {
  text-align: left;
}

#s-7959aad9-699e-4f35-988f-e480d3a6101b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7959aad9-699e-4f35-988f-e480d3a6101b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7959aad9-699e-4f35-988f-e480d3a6101b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2 {
  padding-left: 100px;
padding-right: 100px;
text-align: center;
}
}

  #s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2-atc-btn-wrapper {
    text-align: left;
  }


#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8eeb91d1-fcf5-4bfb-a5f1-b186bd54eab2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-09731f96-5424-41a1-929c-c07f64f76f0d {
  min-height: 50px;
}








#s-09731f96-5424-41a1-929c-c07f64f76f0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09731f96-5424-41a1-929c-c07f64f76f0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db3247f0-93e6-49ac-b284-d323b833c785 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-db3247f0-93e6-49ac-b284-d323b833c785 {
  display: none;
}
#s-db3247f0-93e6-49ac-b284-d323b833c785, #wrap-s-db3247f0-93e6-49ac-b284-d323b833c785 { display: none !important; }}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 {
  max-width:  100%;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom,
.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 {
  max-width:  100%;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom,
.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 {
  max-width:  100%;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom,
.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 {
  max-width:  100%;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom,
.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 {
  max-width:  100%;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom,
.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  max-width: 80% !important;
  
}

.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db3247f0-93e6-49ac-b284-d323b833c785 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-229b3311-36c8-4f56-b1e0-5bd29faa903d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
max-width: 500px;
text-align: center;
}

#s-229b3311-36c8-4f56-b1e0-5bd29faa903d .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-229b3311-36c8-4f56-b1e0-5bd29faa903d .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-229b3311-36c8-4f56-b1e0-5bd29faa903d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-229b3311-36c8-4f56-b1e0-5bd29faa903d .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-229b3311-36c8-4f56-b1e0-5bd29faa903d .shg-gallery-scroll-button {
  color: #FFF;
}

#s-229b3311-36c8-4f56-b1e0-5bd29faa903d .shg-gallery-dot {
  background-color: #FFF;
}

#s-f0f242ee-7d6d-45b4-abfc-0594d1490152 {
  min-height: 50px;
background-color: rgba(41, 168, 216, 1);
}








#s-f0f242ee-7d6d-45b4-abfc-0594d1490152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0f242ee-7d6d-45b4-abfc-0594d1490152.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-700e6671-bf35-4587-80cb-18917ba64853 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-bottom: 0%;
text-align: center;
}

#s-700e6671-bf35-4587-80cb-18917ba64853 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c1756afa-dd8a-4f55-91a9-0561b131ca82 {
  margin-top: 2%;
margin-bottom: 2%;
background-color: rgba(23, 149, 202, 0);
}

@media (min-width: 0px) {
[id="s-c1756afa-dd8a-4f55-91a9-0561b131ca82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1756afa-dd8a-4f55-91a9-0561b131ca82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1756afa-dd8a-4f55-91a9-0561b131ca82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1756afa-dd8a-4f55-91a9-0561b131ca82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-065c74ff-92b7-4079-a0ab-3e615a19675c {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-065c74ff-92b7-4079-a0ab-3e615a19675c {
  margin-right: 10%;
}
}
#s-dc099bf4-2353-41be-badf-a755c4dc2ec8 {
  margin-bottom: 25px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dc099bf4-2353-41be-badf-a755c4dc2ec8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc099bf4-2353-41be-badf-a755c4dc2ec8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc099bf4-2353-41be-badf-a755c4dc2ec8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc099bf4-2353-41be-badf-a755c4dc2ec8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc099bf4-2353-41be-badf-a755c4dc2ec8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dc099bf4-2353-41be-badf-a755c4dc2ec8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5d4d67ed-2453-4966-95d9-6f391a7fba67 {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-9125b881-a62c-45b6-bac4-fa3593a7f801 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 60%;
text-align: center;
}







  #s-9125b881-a62c-45b6-bac4-fa3593a7f801 img.shogun-image {
    

    
    
    
  }


#s-9125b881-a62c-45b6-bac4-fa3593a7f801 .shogun-image-content {
  
    align-items: center;
  
}

#s-be483e45-d64f-4522-8f51-ab3f7c26c047 {
  margin-left: 2%;
margin-right: 2%;
}

#s-56f13105-ebcc-4b80-a7bf-98bc02a1deaf {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-56f13105-ebcc-4b80-a7bf-98bc02a1deaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56f13105-ebcc-4b80-a7bf-98bc02a1deaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-ea65bb07-846e-4852-b221-bd879ef356c7 {
  text-align: center;
}
@media (min-width: 1200px){#s-ea65bb07-846e-4852-b221-bd879ef356c7 {
  display: none;
}
#s-ea65bb07-846e-4852-b221-bd879ef356c7, #wrap-s-ea65bb07-846e-4852-b221-bd879ef356c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea65bb07-846e-4852-b221-bd879ef356c7 {
  display: none;
}
#s-ea65bb07-846e-4852-b221-bd879ef356c7, #wrap-s-ea65bb07-846e-4852-b221-bd879ef356c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea65bb07-846e-4852-b221-bd879ef356c7 {
  
}
}






  img.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
    
    
  }


.s-ea65bb07-846e-4852-b221-bd879ef356c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
    
    
  }


.s-ea65bb07-846e-4852-b221-bd879ef356c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
    
    
  }


.s-ea65bb07-846e-4852-b221-bd879ef356c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
    
    
  }


.s-ea65bb07-846e-4852-b221-bd879ef356c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
    
    
  }


.s-ea65bb07-846e-4852-b221-bd879ef356c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea65bb07-846e-4852-b221-bd879ef356c7.shogun-image {
  box-sizing: border-box;
}




}
#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed {
  text-align: center;
}
@media (min-width: 1200px){#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed {
  display: none;
}
#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed, #wrap-s-925bdbdb-0a69-44d6-a20a-24f8d27997ed { display: none !important; }}@media (max-width: 767px){#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed {
  display: none;
}
#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed, #wrap-s-925bdbdb-0a69-44d6-a20a-24f8d27997ed { display: none !important; }}






  img.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
    
    
  }


.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed .shogun-image-content {
  
    align-items: center;
  
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
    
    
  }


.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed .shogun-image-content {
  
    align-items: center;
  
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
  box-sizing: border-box;
}




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





  img.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
    
    
  }


.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed .shogun-image-content {
  
    align-items: center;
  
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
  box-sizing: border-box;
}




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





  img.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
    
    
  }


.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed .shogun-image-content {
  
    align-items: center;
  
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
  box-sizing: border-box;
}




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





  img.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
    
    
  }


.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed .shogun-image-content {
  
    align-items: center;
  
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-925bdbdb-0a69-44d6-a20a-24f8d27997ed.shogun-image {
  box-sizing: border-box;
}




}
#s-de45a064-ec20-47ea-bea9-cf6b9beea9b3 {
  min-height: 250px;
background-color: rgba(239, 239, 239, 1);
}








#s-de45a064-ec20-47ea-bea9-cf6b9beea9b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de45a064-ec20-47ea-bea9-cf6b9beea9b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc1fcacf-3fce-48fc-8514-cf46489b41c0 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-cc1fcacf-3fce-48fc-8514-cf46489b41c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc1fcacf-3fce-48fc-8514-cf46489b41c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-cc1fcacf-3fce-48fc-8514-cf46489b41c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc1fcacf-3fce-48fc-8514-cf46489b41c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-853f650b-2c4a-4775-8058-3c1320a55786 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-853f650b-2c4a-4775-8058-3c1320a55786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-853f650b-2c4a-4775-8058-3c1320a55786.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fddee6a-4b63-4a08-9429-42c2d4914bb0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7fddee6a-4b63-4a08-9429-42c2d4914bb0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  
  
}



#s-b693230f-9c67-436e-8e44-ca463fd9ba22 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b693230f-9c67-436e-8e44-ca463fd9ba22 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8b3d31e8-258f-41fc-877a-d384961d921e {
  min-height: 50px;
}








#s-8b3d31e8-258f-41fc-877a-d384961d921e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b3d31e8-258f-41fc-877a-d384961d921e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-522e66ca-6b3f-42ba-958d-af2c7e403f82 {
  text-align: left;
}

#s-142c32ed-5d46-4c41-a65f-3960197d8dc9 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 400px;
}

#s-142c32ed-5d46-4c41-a65f-3960197d8dc9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-142c32ed-5d46-4c41-a65f-3960197d8dc9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-142c32ed-5d46-4c41-a65f-3960197d8dc9 td.shogun-table-column {
  background-color: rgba(68, 114, 196, 1);
  padding: 5px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-142c32ed-5d46-4c41-a65f-3960197d8dc9 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-142c32ed-5d46-4c41-a65f-3960197d8dc9 td.shogun-table-column, #s-142c32ed-5d46-4c41-a65f-3960197d8dc9 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-b3900c3f-6a73-4c5f-9988-59a5a6a163ca {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 1200px){#s-b3900c3f-6a73-4c5f-9988-59a5a6a163ca {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3900c3f-6a73-4c5f-9988-59a5a6a163ca {
  margin-left: 20%;
margin-right: 20%;
}
}
#s-aa6aaa7e-bdd2-4b78-b4bf-14cab618e318 {
  min-height: 50px;
}
@media (max-width: 767px){#s-aa6aaa7e-bdd2-4b78-b4bf-14cab618e318 {
  display: none;
}
#s-aa6aaa7e-bdd2-4b78-b4bf-14cab618e318, #wrap-s-aa6aaa7e-bdd2-4b78-b4bf-14cab618e318 { display: none !important; }}







#s-aa6aaa7e-bdd2-4b78-b4bf-14cab618e318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa6aaa7e-bdd2-4b78-b4bf-14cab618e318.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1639a4db-8166-40fc-be22-320fc39448db {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
@media (max-width: 767px){#s-1639a4db-8166-40fc-be22-320fc39448db {
  
}
}
#s-1c717e99-c3fa-4af5-bbdf-aeef68246b80 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-radius: 2px;
background-color: rgba(41, 168, 216, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1c717e99-c3fa-4af5-bbdf-aeef68246b80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c717e99-c3fa-4af5-bbdf-aeef68246b80:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c717e99-c3fa-4af5-bbdf-aeef68246b80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c717e99-c3fa-4af5-bbdf-aeef68246b80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c717e99-c3fa-4af5-bbdf-aeef68246b80.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1c717e99-c3fa-4af5-bbdf-aeef68246b80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a3ce5865-5be6-41ba-b772-69207199cc96 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(23, 149, 202, 1);
}








#s-a3ce5865-5be6-41ba-b772-69207199cc96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3ce5865-5be6-41ba-b772-69207199cc96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e34a4519-37c9-43ac-bf76-7eac548dbd4d {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-e34a4519-37c9-43ac-bf76-7eac548dbd4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e34a4519-37c9-43ac-bf76-7eac548dbd4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e34a4519-37c9-43ac-bf76-7eac548dbd4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e34a4519-37c9-43ac-bf76-7eac548dbd4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7a849cf-005c-4738-9df6-722f6e37e130 {
  min-height: 100%;
}








#s-e7a849cf-005c-4738-9df6-722f6e37e130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7a849cf-005c-4738-9df6-722f6e37e130.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-551d9454-031e-4255-afd0-1694a42c0016 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-551d9454-031e-4255-afd0-1694a42c0016 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-551d9454-031e-4255-afd0-1694a42c0016 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-2ea6e125-b306-440c-8b8c-c39af09c2179 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-be311012-58fc-48e0-b0fa-d69b3b429541 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-be311012-58fc-48e0-b0fa-d69b3b429541:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be311012-58fc-48e0-b0fa-d69b3b429541:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-be311012-58fc-48e0-b0fa-d69b3b429541 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be311012-58fc-48e0-b0fa-d69b3b429541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be311012-58fc-48e0-b0fa-d69b3b429541.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be311012-58fc-48e0-b0fa-d69b3b429541.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-52b37bcb-2ad0-4a63-a823-58543148360f {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-e961a307-6f43-41c5-8503-7a9facbbce7e {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
}








#s-e961a307-6f43-41c5-8503-7a9facbbce7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e961a307-6f43-41c5-8503-7a9facbbce7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-caee1c67-3ffd-4509-bb16-1712c5054089"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-caee1c67-3ffd-4509-bb16-1712c5054089"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-caee1c67-3ffd-4509-bb16-1712c5054089"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-caee1c67-3ffd-4509-bb16-1712c5054089"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-668240c1-bcfb-4d4c-900c-85b0fc605111 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-668240c1-bcfb-4d4c-900c-85b0fc605111 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8b35112f-78e8-4cab-94ba-9b6d856cb2b0 {
  margin-left: auto;
margin-right: auto;
max-width: 399px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8b35112f-78e8-4cab-94ba-9b6d856cb2b0 img.shogun-image,
  #s-8b35112f-78e8-4cab-94ba-9b6d856cb2b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b35112f-78e8-4cab-94ba-9b6d856cb2b0 {
    width: 100%;
    height: auto;
  }



  #s-8b35112f-78e8-4cab-94ba-9b6d856cb2b0 img.shogun-image {
    

    
    
    
  }


#s-8b35112f-78e8-4cab-94ba-9b6d856cb2b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f26ed9bc-6e3e-4fea-b6ef-dfe6fa3101e4 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

.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: ;
  font-family: ;
}

.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-a8a06307-f045-4ed7-92df-ae122975d59e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a8a06307-f045-4ed7-92df-ae122975d59e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8a06307-f045-4ed7-92df-ae122975d59e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8a06307-f045-4ed7-92df-ae122975d59e-root {
    text-align: center;
  }


#s-a8a06307-f045-4ed7-92df-ae122975d59e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8a06307-f045-4ed7-92df-ae122975d59e-root {
    text-align: center;
  }


#s-a8a06307-f045-4ed7-92df-ae122975d59e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8a06307-f045-4ed7-92df-ae122975d59e-root {
    text-align: center;
  }


#s-a8a06307-f045-4ed7-92df-ae122975d59e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8a06307-f045-4ed7-92df-ae122975d59e-root {
    text-align: center;
  }


#s-a8a06307-f045-4ed7-92df-ae122975d59e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8a06307-f045-4ed7-92df-ae122975d59e-root {
    text-align: center;
  }


#s-a8a06307-f045-4ed7-92df-ae122975d59e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7472fe0f-3995-4c3f-8b91-b4790665c039 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7472fe0f-3995-4c3f-8b91-b4790665c039 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7472fe0f-3995-4c3f-8b91-b4790665c039.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a94423e3-d889-4779-a2cf-c461e992ecbc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a94423e3-d889-4779-a2cf-c461e992ecbc .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a94423e3-d889-4779-a2cf-c461e992ecbc .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-a94423e3-d889-4779-a2cf-c461e992ecbc .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}
#s-2f148924-5516-4252-a54e-e334bd2447c5 {
  text-align: left;
}

#s-9eea390e-5f02-455f-b042-22584436f396 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-9eea390e-5f02-455f-b042-22584436f396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9eea390e-5f02-455f-b042-22584436f396.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d73e7551-7629-4a61-8f33-71feefc3b07a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d73e7551-7629-4a61-8f33-71feefc3b07a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d73e7551-7629-4a61-8f33-71feefc3b07a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-d73e7551-7629-4a61-8f33-71feefc3b07a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}
#s-06065013-67b7-4c60-8dd1-abbf8b58599c {
  text-align: center;
}







  #s-06065013-67b7-4c60-8dd1-abbf8b58599c img.shogun-image {
    

    
    
    
  }


#s-06065013-67b7-4c60-8dd1-abbf8b58599c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8901df16-db55-4cb0-af59-bc12ad8338b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8901df16-db55-4cb0-af59-bc12ad8338b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8901df16-db55-4cb0-af59-bc12ad8338b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8901df16-db55-4cb0-af59-bc12ad8338b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 {
  text-align: left;
}



.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6e1b6e8-2da6-49e1-b3fc-87d361559e00 img.shogun-image {
  width: 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-aa4716a5-a754-454d-b4fb-4df546e8d321 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa4716a5-a754-454d-b4fb-4df546e8d321 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-23a14088-13c2-4c03-af78-494c492f0fce {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-23a14088-13c2-4c03-af78-494c492f0fce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23a14088-13c2-4c03-af78-494c492f0fce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23a14088-13c2-4c03-af78-494c492f0fce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23a14088-13c2-4c03-af78-494c492f0fce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23a14088-13c2-4c03-af78-494c492f0fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23a14088-13c2-4c03-af78-494c492f0fce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 {
  text-align: left;
}



.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91ff5d64-b2b2-4555-9dff-e2f5b7aafea3 img.shogun-image {
  width: 100%;
}



}
#s-cc5b49c7-d7bd-4c69-afaf-e1936f6107a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc5b49c7-d7bd-4c69-afaf-e1936f6107a5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0953d8ec-e97e-4f1b-aded-06e375a4c787 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0953d8ec-e97e-4f1b-aded-06e375a4c787:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0953d8ec-e97e-4f1b-aded-06e375a4c787:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0953d8ec-e97e-4f1b-aded-06e375a4c787 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0953d8ec-e97e-4f1b-aded-06e375a4c787.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0953d8ec-e97e-4f1b-aded-06e375a4c787.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0953d8ec-e97e-4f1b-aded-06e375a4c787.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f4f619c2-0807-4b42-952c-e8578cc8560f {
  text-align: left;
}



.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4f619c2-0807-4b42-952c-e8578cc8560f img.shogun-image {
  width: 100%;
}



}
#s-7458e560-bbba-451d-b5ff-859de8ca9a52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7458e560-bbba-451d-b5ff-859de8ca9a52 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b2ac10b5-df20-48de-8d3c-aa94fe25b17f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b2ac10b5-df20-48de-8d3c-aa94fe25b17f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2ac10b5-df20-48de-8d3c-aa94fe25b17f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2ac10b5-df20-48de-8d3c-aa94fe25b17f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2ac10b5-df20-48de-8d3c-aa94fe25b17f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2ac10b5-df20-48de-8d3c-aa94fe25b17f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2ac10b5-df20-48de-8d3c-aa94fe25b17f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-229cf157-c75b-44d7-8d3b-7ae46d24335b {
  text-align: left;
}



.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-229cf157-c75b-44d7-8d3b-7ae46d24335b img.shogun-image {
  width: 100%;
}



}
#s-b22ac0d3-fa13-43d0-8253-188e3ce1897d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b22ac0d3-fa13-43d0-8253-188e3ce1897d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4ee87022-61e4-4e59-98e8-149ed6132697 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4ee87022-61e4-4e59-98e8-149ed6132697:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ee87022-61e4-4e59-98e8-149ed6132697:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ee87022-61e4-4e59-98e8-149ed6132697 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ee87022-61e4-4e59-98e8-149ed6132697.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ee87022-61e4-4e59-98e8-149ed6132697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4ee87022-61e4-4e59-98e8-149ed6132697.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de5828ee-edfc-45b1-9348-f34f0c4862c2 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-de5828ee-edfc-45b1-9348-f34f0c4862c2 {
  padding-top: 60px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-de5828ee-edfc-45b1-9348-f34f0c4862c2 {
  padding-top: 60px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-de5828ee-edfc-45b1-9348-f34f0c4862c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de5828ee-edfc-45b1-9348-f34f0c4862c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8533a69b-1cec-495b-a9e4-7342846b9357 {
  text-align: left;
}

#s-4c85a792-541c-4678-9bac-f6ab76500196 {
  min-height: 50px;
}








#s-4c85a792-541c-4678-9bac-f6ab76500196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c85a792-541c-4678-9bac-f6ab76500196.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0dab07a-460d-4592-a09c-c530d8f28764 {
  margin-top: 25px;
margin-left: 25%;
margin-bottom: 25px;
margin-right: 25%;
}

/*
  $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;
  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-lazyload-bg-image {
  display: none;
}

.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;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-lazyload-bg-image{display:none}.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}
